.main {
}
.main-wrapper {
  width: 100%;
  margin: 0 auto;
}
.hero .container {
  position: relative;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-repeat: no-repeat;
  background-position: center bottom, 0 top;
  background-size: 100% 180px, 110% 200px;
  background-image: url('../images/hero-bg.png'), url('../images/hero-bg-1.png');
}

.hero .container::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/decor-2.png');
  width: 63px;
  height: 59px;
  animation: sway 2s ease-in-out infinite;
}
.hero h1 {
  max-width: 300px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 121%;
  text-transform: uppercase;
  text-align: center;
  color: #201f20;
}
.hero h1 span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 39px;
  line-height: 98%;
  text-transform: uppercase;
  text-align: center;
  color: #7b33e5;
}
.hero p:nth-of-type(1) {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  color: #201f20;
}
.hero p {
  max-width: 270px;
  margin-top: 7px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 124%;
  text-align: center;
  color: #201f20;
}
.hero img {
  margin-top: 20px;
}
.advantages .container {
  padding-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
}
.advantages-price {
  margin-top: 24px;
  margin-bottom: 10px;
  position: relative;
}
.advantages-price::after {
  content: '';
  position: absolute;
  right: -150px;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/decor-1.png');
  width: 56px;
  height: 46px;
  animation: sway-2 2s ease-in-out infinite;
}
.price-new {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #201f20;
}
.price-old {
  position: absolute;
  top: -10px;
  right: -80px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 119%;
  text-decoration: line-through;
  text-align: right;
  color: #696969;
}
.advantages-list {
  position: relative;
  margin-top: 82px;
  margin-bottom: 60px;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 78px;
}
.advantages-list h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  color: #201f20;
}
.advantages-list::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/decor-3.png');
  width: 56px;
  height: 46px;

  animation: sway-2 2s ease-in-out infinite;
}
.advantages-list__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 119%;
  text-transform: uppercase;
  text-align: center;
  color: #201f20;
}
.advantages-list li {
  position: relative;
  width: 100%;

  padding: 130px 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border-radius: 30px;

  box-shadow: 0 -10px 30px 0 rgba(175, 175, 175, 0.3);
  background: #fff;
}
.advantages-list li span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #201f20;
}
.advantages-list li img {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.advantages-list li p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 124%;
  text-align: center;
  color: #201f20;
}
.reviews {
  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  background: #fff;
}
.plan .container {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-image: url('../images/plan-bg.png');
}
.plan-wrapper {
  padding: 118px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 119%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.plan-list {
  margin-top: 82px;
  margin-bottom: 60px;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 78px;
}

.plan-list li {
  position: relative;
  width: 100%;
  min-height: 220px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border-radius: 30px;

  box-shadow: 0 -10px 30px 0 rgba(175, 175, 175, 0.3);
  background: #fff;
}

.plan-list li img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.plan-list li p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 124%;
  text-align: center;
  color: #201f20;
}
.use .container {
  padding-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.use h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 119%;
  text-transform: uppercase;
  text-align: center;
  color: #201f20;
}
.use-list {
  position: relative;
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.use-list::after {
  content: '';
  position: absolute;
  top: 180px;

  right: -20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/decor-2.png');
  width: 74px;
  height: 69px;
  animation: sway 2s ease-in-out infinite;
}
.use-list li {
  padding: 15px 30px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  box-shadow: 0 -10px 30px 0 rgba(175, 175, 175, 0.3);
  background: #fff;
}
.use-list__number {
  position: relative;
  margin-bottom: 30px;
  border-radius: 100px;
  width: 39px;
  height: 39px;
  background: #b7de07;
}
.use-list__number span {
  position: absolute;
  left: -4px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 50px;
  line-height: 110%;
  text-align: center;
  color: #201f20;
}
.use-list p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 122%;
  text-align: center;
  color: #201f20;
}

.author {
  margin-top: 40px;
}
.author .container {
  padding: 50px 20px 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;

  border-radius: 30px;
  background: #7b33e5;
}
.author img {
  width: 100%;
}
.author iframe {
  width: 100%;
  height: auto;
  min-height: 190px;
  border-radius: 10px;
}
.author h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 119%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.author-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.author-list li p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 122%;
  text-align: center;
  color: #fff;
}

.examples .container {
  padding: 50px 0;
  max-width: 420px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.examples h2 {
  max-width: 270px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 135%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.examples p {
  margin-top: 16px;
  max-width: 280px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 123%;
  text-align: center;
  color: #201f20;
}
.examples-list {
  width: 100%;
  margin-top: 32px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.examples-list img {
  width: 100%;
}

.client {
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  background: #fff;
}
.client h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 71px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #201f20;
}
.client-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.client-list img {
  width: 100%;
}
.order .container {
  padding: 50px 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 840px;
  background-image: url('../images/order-bg.png');
}
.order-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 37px 10px 70px;
  border: 2px solid #ba96f0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
.order h2 {
  max-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;

  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 122%;
  text-transform: uppercase;
  text-align: center;
  color: #201f20;
}
.order-save {
  margin-top: 16px;
  padding: 4px 40px;
  border: 1px solid #b0cc0d;
  border-radius: 10px;

  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 121%;
  text-align: center;
  color: #2d2d2d;
}
.order-price {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.order-price__old {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 123%;
  text-decoration: line-through;
  text-align: center;
  color: #2d2d2d;
}
.order-price__new {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #7b33e5;
}
.order-text {
  max-width: 245px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #2d2d2d;
}
.order-timer {
  width: 100%;
  max-width: 278px;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #7b33e5;
  color: #fff;
  border-radius: 20px;
}

.timer-digits__item {
  width: 60px;
  text-align: center;
}
.timer-digits {
  padding: 0 6px 0 0;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 46px;
  color: #fff;
}
.timer-name {
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 102%;
  text-align: center;
  color: #fff;
}
.order-btn {
  margin-top: 30px;
}

.order-bottom {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 124%;
  color: #2d2d2d;
}

.faq {
  padding: 0px 0 50px;
}
.faq-list {
  padding: 0 20px;
  margin-top: 40px;
  flex-direction: column;
  gap: 16px;
}
.faq-list__border {
  width: 100%;
  padding: 1px;
  border-bottom: 1px solid #201f20;
}
.faq-list__item {
  position: relative;
  width: 100%;
  border-radius: 9px;
  cursor: pointer;
}
.faq-list__item-details h3 {
  text-align: left;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  color: #201f20;
}
.faq-list__item-text {
  padding: 0px 40px 27px 0;
  text-align: left;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  color: #201f20;
}
.faq-list__item-content {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.6s;
}
.faq-list__item-body {
  overflow: hidden;
}
.faq-list__item-summary {
  width: 100%;
  padding: 20px 70px 33px 0;
}
.faq-list__item-summary::marker {
  list-style-type: none;
  content: '';
}
.faq-list__btn {
  position: absolute;
  top: 16px;
  right: 0px;
  transition: all 0.4s ease-in-out;
}
.faq-list__item-details[open] + .faq-list__item-content {
  display: grid;
  grid-template-rows: 1fr;
  transition-duration: 0.6s;
}
.faq-list__item-details[open] ~ .faq-list__btn {
  transform: rotate(270deg);
}
.footer {
  background: #b0cc0d;
}
.footer-container {
  padding: 80px 0 50px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.footer-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 143%;
  color: #000;
}
.footer-info a {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 143%;
  color: #000;
}
.footer-privacy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-privacy a {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 217%;
  text-align: right;
  color: #000;
}
@media screen and (max-width: 760px) {
  .examples-list {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
  .reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .client h2 {
    font-size: 40px;
  }
  .client-list {
    flex-direction: column;
  }
  .footer-container {
    padding: 40px;
    gap: 20px;
  }
  .footer-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer-info {
    align-items: center;
  }
  .footer-privacy {
    align-items: center;
  }
}

.modal {
  width: 100%;
  height: 100vh;
  height: 100dvh;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: rgba(0, 0, 0, 0.7);

  visibility: hidden;
}
.modal.active {
  visibility: visible;
  z-index: 10;
}

.modal-wrapper {
  position: relative;
  padding: 30px;
  width: 100%;

  max-width: 375px;
  display: flex;
  align-items: center;
  flex-direction: column;

  border-radius: 15px;
  background: #fff;

  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.modal.active .modal-wrapper {
  transform: scale(1);
  opacity: 1;
}

.modal-wrapper::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/decor-2.png');
  width: 74px;
  height: 69px;
}
.modal-wrapper::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/decor-3.png');
  width: 74px;
  height: 69px;
}
.modal h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.modal h2 span:nth-of-type(2) {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 39px;
  line-height: 98%;
  text-transform: uppercase;
  text-align: center;
  color: #7b33e5;
}
.modal h2 span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 121%;
  text-transform: uppercase;
  text-align: center;
  color: #201f20;
}
.modal p {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 124%;
  text-align: center;
  color: #201f20;
}
.modal form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal form input {
  padding: 18px 24px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 124%;
  text-align: left;
  color: #201f20;
}
.modal form input.error {
  border: 1px solid #fc4b4b;
}

.thx {
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thx-container {
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
  padding: 50px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../images/thx-bg-bottom.png');
}
.thx-container::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 440px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 400px 220px;
  background-image: url('../images/thx-bg.png');
  z-index: -1;
}
.thx h2 {
  max-width: 150px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 39px;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  color: #7b33e5;
}
.thx p {
  margin-top: 18px;
  max-width: 270px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 124%;
  text-align: center;
  color: #201f20;
}
.thx img {
  margin: 20px 0 24px;
  width: 145px;
  height: 145px;
}
.privacy,
.public {
  padding: 0 20px 50px;
  max-width: 900px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 40px;

  font-family: var(--second-family);
  font-weight: 200;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
  color: #201f20;
}
.privacy h1,
.public h1 {
  padding-top: 105px;
  padding-bottom: 75px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 124%;
  text-align: center;
  color: #201f20;
}
