@charset "UTF-8";
body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.main-section {
  padding-top: 90px;
  padding-bottom: 98px;
}
.main-section__wrapper {
  -webkit-box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
          box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
  background-color: #FFFBFF;
  border-radius: 15px;
  padding: 50px;
  background-image: url(../img/main.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-section .title1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 148%;
  text-transform: uppercase;
  color: #63c8d7;
}
.main-section .title1 span {
  font-size: 34px;
  color: #404040;
}
.main-section .title1 i {
  font-weight: 800;
  font-size: 34px;
  color: #ff5082;
}
.main-section .title1--mobile {
  display: none;
}
.main-section .timer {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .main-section__wrapper {
    background-size: 320px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-section .gifttxt {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .main-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .main-section .title1 {
    font-size: 27px;
  }
  .main-section .title1 span, .main-section .title1 i {
    font-size: 24px;
  }
  .main-section .title1--desktop {
    display: none !important;
  }
  .main-section .title1--mobile {
    display: inline-block;
  }
  .main-section__wrapper {
    background-size: 280px;
  }
}
@media (max-width: 576px) {
  .main-section {
    padding-top: 15px;
  }
  .main-section__wrapper {
    background-size: 280px;
    padding-bottom: 370px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-section .title1 {
    font-size: 26px;
  }
  .main-section .title1 span, .main-section .title1 i {
    font-size: 22px;
  }
  .main-section .gifttxt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .main-section .m-list {
    gap: 8px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .main-section .m-list li {
    padding-left: 25px;
  }
  .main-section .m-list li::before {
    top: 3px;
    width: 17px;
    height: 17px;
  }
  .main-section .m-list li p {
    font-size: 16px;
  }
  .main-section .button {
    font-size: 18px;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 80, 130, 0.39);
            box-shadow: 0 0 0 4px rgba(255, 80, 130, 0.39);
    padding: 22px 24px;
    width: 100%;
  }
  .main-section .button:hover {
    -webkit-box-shadow: 0 0 0 7px rgba(255, 80, 130, 0.39);
            box-shadow: 0 0 0 7px rgba(255, 80, 130, 0.39);
  }
}

.gifttxt {
  font-weight: 600;
  font-size: 18px;
  line-height: 148%;
  color: #fb4141;
  margin-bottom: 30px;
}

.m-list {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.m-list li {
  position: relative;
  padding-left: 35px;
}
.m-list li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/liili.svg);
}
.m-list li p {
  font-weight: 600;
  font-size: 18px;
  line-height: 148%;
  color: #404040;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 148%;
  color: #fff;
  background: #ff5082;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 80, 130, 0.39);
          box-shadow: 0 0 0 7px rgba(255, 80, 130, 0.39);
  border-radius: 100px;
  padding: 22px 44px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  border: none;
}
.button:hover {
  background: #fe6f97;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 80, 130, 0.39);
          box-shadow: 0 0 0 10px rgba(255, 80, 130, 0.39);
}
@media (max-width: 768px) {
  .button {
    font-size: 18px;
  }
}

.title2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 148%;
  color: #404040;
  text-align: center;
}
.title2 span {
  color: #63c8d7;
}
.title2 i {
  color: #ff5082;
}
@media (max-width: 768px) {
  .title2 {
    font-size: 30px;
    line-height: 130%;
  }
}

.video-section {
  padding-bottom: 134px;
}
.video-section__place {
  -webkit-box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 814px;
  height: 453px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 63px;
}
.video-section__place iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .video-section__place {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .video-section__place {
    height: 450px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .video-section {
    padding-bottom: 80px;
  }
}

.advantage {
  background: rgba(99, 199, 215, 0.1);
  padding: 100px 0;
}
.advantage__box {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.advantage__image {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.advantage__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantage__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  width: 50%;
}
.advantage .advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
          box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
  background: #fff;
  border-radius: 20px;
  padding: 23px 30px;
}
.advantage .advantage-item img {
  width: 45px;
}
.advantage .advantage-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  color: #000;
}
@media (max-width: 992px) {
  .advantage__box {
    gap: 30px;
  }
  .advantage__list {
    gap: 15px;
  }
  .advantage .advantage-item {
    gap: 20px;
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .advantage {
    padding: 60px 0;
  }
  .advantage .advantage-item {
    gap: 15px;
    padding: 15px 15px;
  }
  .advantage .advantage-item img {
    width: 35px;
  }
  .advantage .advantage-item p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .advantage__box {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .advantage__image {
    width: 100%;
  }
  .advantage__list {
    gap: 20px;
    width: 100%;
  }
}

.result {
  padding: 100px 0;
}
.result__box {
  margin-top: 65px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 50px;
}
.result .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.result .result-item__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result .result-item__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result .result-item__img img {
  width: 100%;
}
.result .result-item__label {
  font-weight: 600;
  font-size: 25px;
  line-height: 148%;
  color: #fff;
  width: 130px;
  height: 64px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #63c8d7;
  margin-top: -32px;
}
.result .result-item .afttr {
  background: #ff5082;
}
@media (max-width: 992px) {
  .result__box {
    gap: 40px 30px;
  }
  .result .result-item__label {
    font-size: 20px;
    width: 110px;
    height: 44px;
    margin-top: -24px;
  }
}
@media (max-width: 768px) {
  .result {
    padding: 60px 0;
  }
  .result__box {
    gap: 40px 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 35px;
  }
}

.reviews {
  background: rgba(99, 199, 215, 0.1);
  padding-top: 100px;
  padding-bottom: 100px;
}
.reviews__box {
  margin-top: 65px;
  position: relative;
}
.reviews .reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews .reviews-item__img {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 500px;
  overflow: hidden;
}
.reviews .reviews-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .reviews-item__rate {
  margin-bottom: 20px;
}
.reviews .reviews-item__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.reviews .reviews-item__txt {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 148%;
  text-align: center;
  color: #000;
}
.reviews .reviews-slider {
  width: calc(100% - 200px);
}
.reviews .button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}
.reviews .button-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
}
.reviews .button-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .reviews {
    padding: 60px 0;
  }
  .reviews__box {
    margin-top: 35px;
  }
  .reviews .reviews-slider {
    width: 100%;
  }
  .reviews .button-prev {
    top: 180px;
  }
  .reviews .button-next {
    top: 180px;
  }
}

.complect {
  padding-top: 100px;
  padding-bottom: 100px;
}
.complect .title2 {
  text-align: left;
}
.complect__box {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
.complect__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  min-width: 50%;
  max-width: 50%;
}
.complect__double .complect-item:nth-child(1) img {
  max-width: 193px;
}
.complect__double .complect-item:nth-child(2) img {
  max-width: 222px;
}
.complect .complect-item {
  -webkit-box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
          box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
  background: #fff;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  gap: 44px;
  width: 100%;
}
.complect .complect-item span {
  font-weight: 600;
  font-size: 22px;
  line-height: 148%;
  color: #535353;
  text-align: center;
}
.complect .complect-item img {
  width: 100%;
  max-width: 252px;
}
@media (max-width: 992px) {
  .complect__box {
    gap: 24px;
  }
  .complect__double {
    gap: 24px;
  }
  .complect__double .complect-item:nth-child(1) img {
    max-width: 120px;
  }
  .complect__double .complect-item:nth-child(2) img {
    max-width: 150px;
  }
  .complect .complect-item {
    padding-left: 15px;
    padding-right: 15px;
    gap: 24px;
  }
  .complect .complect-item span {
    font-size: 16px;
  }
  .complect .complect-item img {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .complect {
    padding: 60px 0;
  }
  .complect .title2 {
    text-align: center;
  }
  .complect__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
  .complect__double {
    min-width: 100%;
    max-width: 100%;
  }
  .complect .complect-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .complect .complect-item img {
    max-width: 140px;
  }
}

.colors {
  padding-top: 100px;
  padding-bottom: 100px;
}
.colors__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.colors .colors-item {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.colors .colors-item img {
  width: 100px;
}
.colors .colors-item__content {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.colors .colors-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 148%;
  color: #000;
}
.colors .colors-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  color: #000;
}
@media (max-width: 768px) {
  .colors {
    padding-bottom: 60px;
  }
  .colors__box {
    gap: 50px 30px;
  }
  .colors .colors-item {
    gap: 10px;
  }
  .colors .colors-item img {
    width: 70px;
  }
  .colors .colors-item__content {
    gap: 10px;
  }
  .colors .colors-item__title {
    font-size: 18px;
  }
  .colors .colors-item p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .colors__box {
    gap: 25px;
  }
  .colors .colors-item {
    width: 100%;
  }
}

.expert {
  padding-bottom: 100px;
}
.expert__box {
  background: rgba(99, 200, 215, 0.1);
  margin-top: 150px;
}
.expert__box .container {
  position: relative;
}
.expert .expert-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 450px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.expert .expert-item__img {
  min-width: 400px;
  max-width: 400px;
  height: 400px;
  border-radius: 1000px;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.expert .expert-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.expert .expert-item__content h5 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 24px;
}
.expert .expert-item__content span {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.expert .expert-item__content .qu {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.expert .expert-item__content .qu p {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
}
.expert .expert-item__content .qu::before {
  content: "“";
  position: relative;
  left: 0;
  top: -5px;
  font-weight: 600;
  font-size: 70px;
  color: #b5b5b5;
}
@media (max-width: 992px) {
  .expert {
    padding-bottom: 60px;
  }
  .expert__box {
    margin-top: 40px;
  }
  .expert .expert-item {
    padding-left: 280px;
  }
  .expert .expert-item__img {
    left: 15px;
    min-width: 250px;
    max-width: 250px;
    height: 250px;
  }
  .expert .expert-item__content h5 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .expert .expert-item__content span {
    font-size: 16px;
  }
  .expert .expert-item__content .qu {
    margin-top: 35px;
    gap: 20px;
  }
  .expert .expert-item__content .qu p {
    font-size: 14px;
  }
  .expert .expert-item__content .qu::before {
    top: -5px;
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .expert .expert-item {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expert .expert-item__img {
    position: relative;
    left: 0;
  }
  .expert .expert-item__content {
    padding-top: 15px;
    padding-left: 15px;
  }
  .expert .expert-item__content h5 {
    text-align: center;
  }
  .expert .expert-item__content span {
    text-align: center !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.expert-photos {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.expert-photos .expert-photos-item {
  border-radius: 15px;
  overflow: hidden;
  height: 340px;
}
.expert-photos .expert-photos-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .expert-photos {
    gap: 20px;
    margin-top: 50px;
  }
  .expert-photos .expert-photos-item {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .expert-photos {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .expert-photos .expert-photos-item {
    height: 240px;
  }
}

.faq {
  padding-bottom: 100px;
}
.faq .faq-box {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
          box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
  background: #fff;
  background-image: url(../img/faqbg.png);
  background-position: left bottom;
  background-size: 404px;
  background-repeat: no-repeat;
  padding: 48px 75px 75px 75px;
}
.faq .faq-box .title2 {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 82px;
  font-weight: 700;
}
.faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.faq__list {
  width: 100%;
  max-width: 640px;
  display: -ms-grid;
  display: grid;
  gap: 25px;
}
.faq .faq-item {
  background: #fff;
  border: 3px solid #63c8d7;
  border-radius: 25px;
  padding: 27px;
}
.faq .faq-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.faq .faq-item__title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  color: #4a4a4a;
}
.faq .faq-item__content {
  padding-top: 27px;
  padding-left: 58px;
  display: none;
}
.faq .faq-item__content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  color: #4a4a4a;
}
@media (max-width: 768px) {
  .faq {
    padding-bottom: 60px;
  }
  .faq .title2 {
    margin-bottom: 40px !important;
  }
  .faq .faq-box {
    padding-right: 20px;
    background-size: 350px;
  }
  .faq__list {
    gap: 20px;
  }
  .faq .faq-item {
    border: 2px solid #63c8d7;
    border-radius: 25px;
    padding: 20px;
  }
  .faq .faq-item__title {
    gap: 14px;
  }
  .faq .faq-item__title h6 {
    font-size: 16px;
  }
  .faq .faq-item__title i img {
    width: 30px;
  }
  .faq .faq-item__content {
    padding-top: 27px;
    padding-left: 58px;
  }
  .faq .faq-item__content p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .faq .title2 {
    font-size: 24px;
  }
  .faq .faq-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.faq .faq-item.active .faq-item__title i {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq .faq-item__title i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq .faq-item {
  cursor: pointer;
}

.bonus {
  padding-bottom: 50px;
}
.bonus .title2 {
  margin-bottom: 30px;
}
.bonus__box {
  background: #fff;
  border: 3px solid #ff5082;
  border-radius: 25px;
  padding: 25px;
}
.bonus__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
.bonus__img {
  border-radius: 10px;
  overflow: hidden;
  min-width: 174px;
  max-width: 174px;
  height: 174px;
}
.bonus__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bonus__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 148%;
  color: #000;
}
.bonus p {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #000;
}
.bonus__bottom {
  margin-top: 40px;
}
.bonus__ends {
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  color: #ff4646 !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bonus__img {
    border-radius: 10px;
    min-width: 134px;
    max-width: 134px;
    height: 134px;
  }
  .bonus__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .bonus p {
    font-size: 14px;
  }
  .bonus__bottom {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .bonus__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bonus__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.timer-countdown-section {
  text-align: center;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 42px;
}
@media (max-width: 768px) {
  .timer {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .timer {
    gap: 20px;
  }
}

.timer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.timer-item::after {
  position: absolute;
  display: block;
  content: ":";
  top: 10px;
  right: -24px;
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .timer-item::after {
    right: -16px;
  }
}
@media (max-width: 576px) {
  .timer-item::after {
    right: -13px;
    top: 12px;
    font-size: 20px;
  }
}
.timer-item:last-child::after {
  display: none;
}
.timer-item span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  border: 2px solid #ff5082;
  width: 74px;
  height: 64px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 40px;
  line-height: 148%;
  font-variant: small-caps;
  color: #000;
}
.timer-item span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 148%;
  color: #000;
}
@media (max-width: 768px) {
  .timer-item span:nth-child(1) {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    font-size: 27px;
  }
}
@media (max-width: 576px) {
  .timer-item span:nth-child(1) {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 23px;
  }
}

.order {
  margin-bottom: 100px;
  -webkit-box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
          box-shadow: 0 4px 15px 2px rgba(255, 167, 227, 0.25);
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.order .title2 {
  text-align: left;
  margin-bottom: 30px;
}
.order .container {
  background-image: url(../img/orderbg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 500px;
  padding-top: 80px;
}
.order .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 350px;
  height: 75px;
  border: 2px solid #ff5082;
  border-radius: 25px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.order .price::after {
  display: block;
  content: "";
  width: 2px;
  height: 250px;
  background-color: #FF5082;
  position: absolute;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  right: 140px;
}
.order .price__new {
  font-weight: 700;
  font-size: 32px;
  line-height: 148%;
  text-align: center;
  color: #ff5082;
}
.order .price__old {
  font-weight: 700;
  font-size: 22px;
  line-height: 148%;
  text-decoration: line-through;
  text-align: center;
  color: #5d5d5d;
}
.order__msg {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 148%;
  text-align: center;
  color: #63c8d7;
  margin-top: 30px;
}
.order form {
  width: 100%;
  max-width: 500px;
  padding-bottom: 80px;
}
.order .input {
  background-color: #fff;
  border: 2px solid #ff5082;
  border-radius: 7px;
  height: 70px;
  width: 100%;
  overflow: hidden;
}
.order .input input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 67px;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
.order .input input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #b1b1b1;
}
.order .input input::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #b1b1b1;
}
.order .input input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #b1b1b1;
}
.order .input input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #b1b1b1;
}
.order .input input::placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #b1b1b1;
}
.order .inp-name {
  background-image: url(../img/icons/name.svg);
  background-position: center left 20px;
  background-repeat: no-repeat;
}
.order .inp-tel {
  background-image: url(../img/icons/tel.svg);
  background-position: center left 20px;
  background-repeat: no-repeat;
}
.order .inp-place {
  background-image: url(../img/icons/location.svg);
  background-position: center left 20px;
  background-repeat: no-repeat;
}
.order .formgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
  margin-top: 32px;
}
.order .button {
  width: 100%;
}
@media (max-width: 768px) {
  .order {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .order .title2 {
    text-align: center;
  }
  .order .container {
    background-size: 300px;
    padding-top: 60px;
  }
  .order form {
    padding-bottom: 320px;
    width: 100%;
    max-width: 100%;
  }
  .order .price {
    max-width: 350px;
    height: 75px;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .order .price::after {
    width: 2px;
    height: 250px;
    right: 140px;
  }
  .order .price__new {
    font-size: 28px;
  }
  .order .price__old {
    font-size: 20px;
  }
}

.terapi .title2 {
  text-align: left;
  font-weight: 700;
  margin-bottom: 65px;
}
.terapi__list {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
.terapi__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
.terapi .terapi-item {
  background: #fff;
  border: 2px solid #63c8d7;
  border-radius: 15px;
  padding: 65px 50px;
}
.terapi .terapi-item__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 148%;
  color: #ff5082;
  margin-bottom: 55px;
}
.terapi .terapi-item__title span {
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  color: #ff5082;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  bottom: -10px;
}
.terapi .terapi-item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.terapi .terapi-item__img {
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  border-radius: 25px;
  overflow: hidden;
}
.terapi .terapi-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.terapi .terapi-item strong {
  font-weight: 700;
}
.terapi .terapi-item p {
  font-size: 18px;
  line-height: 148%;
  font-weight: 500;
  color: #000;
}
.terapi .terapi-item ul {
  padding-left: 20px;
  display: -ms-grid;
  display: grid;
  gap: 7px;
}
.terapi .terapi-item ul li {
  position: relative;
}
.terapi .terapi-item ul li::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 15px;
  position: absolute;
  left: -15px;
  top: 11.5px;
  background-color: #FF5082;
}
.terapi .terapi-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 30px;
}
.terapi .terapi-item__price p {
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
  text-transform: uppercase;
  color: #808080;
}
.terapi .terapi-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
.terapi .terapi-item__bottom .button {
  min-width: 340px;
}
@media (max-width: 768px) {
  .terapi .terapi-item__bottom .button {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .terapi .terapi-item {
    padding: 20px 15px;
  }
  .terapi .terapi-item__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .terapi .terapi-item__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .terapi .terapi-item__title span {
    font-size: 50px;
    bottom: -10px;
  }
  .terapi .terapi-item__img {
    min-width: 200px;
    max-width: 200px;
    height: 200px;
    border-radius: 25px;
  }
  .terapi .terapi-item p {
    font-size: 14px;
  }
  .terapi .terapi-item ul {
    padding-left: 20px;
    gap: 7px;
  }
  .terapi .terapi-item ul li::before {
    width: 5px;
    height: 5px;
    border-radius: 15px;
    left: -15px;
    top: 8.5px;
  }
  .terapi .terapi-item .prcprcc1 {
    font-size: 30px;
  }
  .terapi .terapi-item__price {
    padding-top: 30px;
  }
  .terapi .terapi-item__price p {
    font-size: 14px;
  }
}

.prcprcc1 {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  color: #ff5082;
  margin-bottom: -2px;
  padding-left: 30px;
}
.prcprcc1 span {
  font-size: 16px;
  color: #6a6a6a;
}

.prcprcc1_old {
  font-weight: 700;
  font-size: 20px;
  line-height: 148%;
  text-transform: uppercase;
  color: #b8b8b8;
  position: relative;
  margin-bottom: -16px;
}
.prcprcc1_old span {
  font-size: 16px;
  color: #6a6a6a;
}
.prcprcc1_old::after {
  position: absolute;
  display: block;
  content: "";
  width: 110%;
  height: 1px;
  background-color: #404040;
  top: 14px;
  left: -3%;
  right: 0;
}

.additionals {
  margin-top: 55px;
}
.additionals__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.additionals .additionals-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.additionals .additionals-item__minbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.additionals .additionals-item__img {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #63c8d7;
}
.additionals .additionals-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.additionals .additionals-item p {
  max-width: 120px;
  font-weight: 500;
  font-size: 12px;
  line-height: 148%;
  color: #000;
  margin-left: 7px;
}
.additionals .additionals-plus {
  font-weight: 500;
  font-size: 50px;
  line-height: 148%;
  text-transform: uppercase;
  color: #63c8d7;
}
.additionals .additionals-equals {
  font-weight: 500;
  font-size: 50px;
  line-height: 148%;
  text-transform: uppercase;
  color: #63c8d7;
}
.additionals .additionals-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.additionals .prcprcc1 {
  font-size: 30px;
  margin-bottom: -2px;
  padding-left: 15px;
}
.additionals .prcprcc1 span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .additionals .additionals-plus {
    font-size: 30px;
  }
  .additionals .additionals-equals {
    font-size: 30px;
  }
  .additionals .additionals-price {
    gap: 10px;
  }
  .additionals .prcprcc1 {
    font-size: 26px;
    margin-bottom: -4px;
    padding-left: 15px;
  }
  .additionals .prcprcc1 span {
    font-size: 16px;
  }
}

.thanks {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thanks .title1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 148%;
  text-transform: uppercase;
  color: #63c8d7;
  text-align: center;
  margin-bottom: 50px;
}
.thanks p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
}

.proccess {
  padding: clamp(60px, 10.667vw, 100px) 0;
}
.proccess__wrap {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(40px, 6.667vw, 60px);
}
.proccess .proccess-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proccess .proccess-item__num {
  width: 100px;
  height: 100px;
  background-image: url(../img/icons/bag.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.proccess .proccess-item__num span {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 600;
  color: #FF5182;
}
.proccess .proccess-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 576px) {
  .proccess__wrap {
    gap: 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .proccess .proccess-item__num {
    width: 75px;
    height: 75px;
    margin-bottom: 40px;
  }
  .proccess .proccess-item__num span {
    margin-top: 20px;
    font-size: 32px;
  }
  .proccess .proccess-item p {
    font-size: 16px;
    max-width: 230px;
    margin: 0 auto;
  }
}

.footer {
  background-color: #F0F9FB;
  padding: clamp(40px, 8vw, 80px) 0;
}
.footer .menu {
  margin-bottom: 40px;
}
.footer .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .menu ul li a {
  font-size: 18px;
  color: #404040;
}
.footer .menu ul li a:hover {
  text-decoration: underline;
}
.footer .foo_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .poillii {
  font-size: 16px;
  color: #404040;
  text-align: center;
}
.footer .poillii:hover {
  text-decoration: underline;
}

.text-page {
  padding: clamp(60px, 10.667vw, 100px) 0;
}
.text-page h1 {
  margin-bottom: 50px;
}
.text-page h3 {
  margin-top: 50px;
  font-size: clamp(22px, 3.333vw, 28px);
  font-weight: 600;
}
.text-page p {
  margin: 20px 0;
  line-height: 140%;
  font-size: 16px;
}
.text-page ul {
  padding-left: 30px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  gap: 15px 30px;
}
.contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #404040;
}

.main-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 12px;
  max-width: 450px;
}
.main-gift__image {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  border-radius: 15px;
  overflow: hidden;
}
.main-gift__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-gift p {
  margin-bottom: 0 !important;
}