@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Light.eot");
    src: local("fonts/Gilroy"), local("fonts/Gilroy"), url("../fonts/Gilroy-Light.ttf") format("ttf"), url("../fonts/Gilroy-Light.woff") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.eot");
    src: local("fonts/Gilroy"), local("fonts/Gilroy"), url("../fonts/Gilroy-Regular.ttf") format("ttf"), url("../fonts/Gilroy-Regular.woff") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.eot");
    src: local("fonts/Gilroy"), local("fonts/Gilroy"), url("../fonts/Gilroy-Medium.ttf") format("ttf"), url("../fonts/Gilroy-Medium.woff") format("woff2");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-SemiBold.eot");
    src: local("fonts/Gilroy"), local("fonts/Gilroy"), url("../fonts/Gilroy-SemiBold.ttf") format("ttf"), url("../fonts/Gilroy-SemiBold.woff") format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.eot");
    src: local("fonts/Gilroy"), local("fonts/Gilroy"), url("../fonts/Gilroy-Bold.ttf") format("ttf"), url("../fonts/Gilroy-Bold.woff") format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-ExtraBold.eot");
    src: local("fonts/Gilroy"), local("fonts/Gilroy"), url("../fonts/Gilroy-ExtraBold.ttf") format("ttf"), url("../fonts/Gilroy-ExtraBold.woff") format("woff2");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Black.eot");
    src: local("fonts/Gilroy"), local("fonts/Gilroy"), url("../fonts/Gilroy-Black.ttf") format("ttf"), url("../fonts/Gilroy-Black.woff") format("woff2");
    font-weight: 900;
    font-style: normal;
}
body,
input,
button,
textarea,
select {
    font-family: "Gilroy", serif;
    color: #2A2D36;
    font-size: 20px;
    line-height: 24px;
}
body p::-moz-selection,
body a::-moz-selection,
body div::-moz-selection,
body span::-moz-selection,
body h1::-moz-selection,
body h2::-moz-selection,
body h3::-moz-selection,
body h4::-moz-selection,
body h5::-moz-selection,
body h6::-moz-selection,
body img::-moz-selection,
body br::-moz-selection {
    background-color: #606678;
    color: #fff;
}
body p::selection,
body a::selection,
body div::selection,
body span::selection,
body h1::selection,
body h2::selection,
body h3::selection,
body h4::selection,
body h5::selection,
body h6::selection,
body img::selection,
body br::selection {
    background-color: #606678;
    color: #fff;
}
svg path {
    transition: all 0.3s ease;
}
b,
strong {
    color: #2A2D36;
}
.wrapper {
    max-width: 1085px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.wrapper--big {
    max-width: 1230px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    background: #EAEEFA;
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    color: #606678;
    text-align: center;
    border-radius: 70px;
    border: none;
    transition: all 0.3s ease;
    min-width: 200px;
    min-height: 60px;
}
.btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #F15F79 0%, #C84E89 100%);
    box-shadow: 0px 20px 20px rgba(241, 95, 121, 0.31);
}
.btn--pink {
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    box-shadow: 0px 20px 20px rgba(201, 78, 136, 0.3);
    color: #fff;
}
.btn--pink:hover {
    background: linear-gradient(90deg, #F15F79 0%, #C84E89 100%);
    box-shadow: 0px 20px 20px rgba(241, 95, 121, 0.31);
}
@media screen and (max-width: 480px) {
    .btn {
        padding: 8px 15px;
        font-size: 9px;
        line-height: 9px;
        min-width: 110px;
    }
}
.page__header {
    font-weight: 800;
    font-size: 56px;
    line-height: 62px;
    margin-bottom: 35px;
}
@media screen and (max-width: 7680px) {
    .page__header {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    .page__header {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 25px;
    }
}
.section__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section__header {
    font-size: 42px;
    line-height: 57px;
}
.section__header span {
    color: #C84E89;
}
.section__header--center {
    text-align: center;
}
.section__subheader {
    font-size: 25px;
    line-height: 32px;
    font-weight: 800;
    text-align: center;
    color: #929CB8;
}
@media screen and (max-width: 768px) {
    .section__header {
        font-size: 33px;
        line-height: 38px;
    }
    .section__subheader {
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width: 480px) {
    .section__header {
        font-size: 23px;
        line-height: 28px;
    }
    .section__subheader {
        font-size: 16px;
        line-height: 21px;
    }
}
.tac {
    text-align: center;
}
.bform__inp--geo {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.header {
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    height: 50px;
}
.header__logo img {
    max-height: 100%;
}
.header__menu {
    display: flex;
}
.header__info {
    display: flex;
    align-items: center;
    margin-right: 80px;
}
.header__info__img {
    width: 40px;
    height: 40px;
}
.header__info__img img {
    max-width: 100%;
}
.header__info__text {
    width: calc(100% - 40px);
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #606678;
}
.header__info__text span {
    font-weight: 600;
}
@media screen and (max-width: 980px) {
    .header__info {
        margin-right: 20px;
    }
    .header__info__text {
        padding-left: 10px;
    }
}
@media screen and (max-width: 768px) {
    .header__info {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .header {
        padding: 22px 0;
    }
    .header__logo {
        height: 28px;
    }
}
.banner {
    padding: 190px 0 100px;
    overflow: hidden;
    position: relative;
}
.banner .decor-leaf1 {
    width: 113px;
    height: 117px;
    position: absolute;
    top: 70px;
    right: 50px;
    background: url("../images/decor-leaf1.png") no-repeat center;
    background-size: contain;
}
.banner .decor-leaf2 {
    width: 129px;
    height: 140px;
    position: absolute;
    bottom: 50%;
    right: 110px;
    background: url("../images/decor-leaf2.png") no-repeat center;
    background-size: contain;
}
.banner .decor-leaf3 {
    width: 193px;
    height: 177px;
    position: absolute;
    top: 70px;
    left: 70px;
    background: url("../images/decor-leaf3.png") no-repeat center;
    background-size: contain;
}
.banner__text {
    width: 60%;
}
.banner__preview {
    width: 40%;
    position: relative;
    position: relative;
}
.banner__preview img {
    width: 460px;
    position: absolute;
    top: 0;
    right: -83px;
    z-index: 4;
}
.banner__preview .preview-discount {
    background: linear-gradient(90deg, #B0F0FC 0%, #F9FDFE 100%);
    box-shadow: inset 0px 8.07692px 24.2308px rgba(69, 192, 211, 0.7);
    height: 85px;
    width: 85px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
    text-align: center;
    color: #1E5C83;
    position: absolute;
    top: 170px;
    right: 230px;
    z-index: 5;
}
.banner__preview .preview-price {
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    box-shadow: inset -5px 0px 14px rgba(159, 46, 101, 0.7);
    border-radius: 25px 0px 0px 25px;
    height: 100px;
    width: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 270px;
    right: 254px;
    z-index: 5;
}
.banner__preview .preview-price__old {
    font-size: 18px;
    line-height: 18px;
    text-decoration: line-through;
}
.banner__preview .preview-price__new {
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
}
.banner__header {
    font-size: 30px;
    line-height: 30px;
    color: #C84E89;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner__info {
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
}
.banner__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.banner__item {
    width: 33.3333%;
    box-shadow: 0px 24px 80px rgba(138, 194, 235, 0.2);
    border-radius: 12px;
    background: #fff;
    padding: 25px 30px 25px 40px;
    font-size: 15px;
    line-height: 20px;
    color: #606678;
    z-index: 3;
}
.banner__item__img {
    height: 35px;
    width: 35px;
    margin-bottom: 15px;
}
.banner__item__img img {
    max-height: 100%;
}
.banner__item:nth-child(2) {
    transform: translateX(-20px);
}
.banner__item:nth-child(3) {
    transform: translateX(-30px);
}
.banner__item:nth-child(2) {
    z-index: 2;
}
.banner__item:nth-child(3) {
    z-index: 1;
}
.banner__hint {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
    width: 100%;
}
.banner__hint span {
    color: #C84E89;
    font-weight: 600;
}
.banner__form {
    padding: 40px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 6px 12px rgba(138, 194, 235, 0.07);
    border-radius: 12px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
}
.no-form .btn {
    margin: 0 auto;
}
.banner__form>* {
    position: relative;
    z-index: 3;
}
.banner__form:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 24px 80px rgba(138, 194, 235, 0.1);
    border-radius: 12px;
    z-index: 2;
}
.banner__form:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background: #fff;
    box-shadow: 0px 24px 80px rgba(138, 194, 235, 0.1);
    border-radius: 12px;
    z-index: 1;
}
.banner__form .bform__leaf1 {
    position: absolute;
    top: -30px;
    left: -160px;
    width: 269px;
    height: 269px;
    background: url("../images/form-leaf1.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}
.banner__form .bform__leaf2 {
    position: absolute;
    top: -30px;
    right: -160px;
    width: 269px;
    height: 269px;
    background: url("../images/form-leaf1.png") no-repeat center;
    background-size: contain;
    transform: scale(-1, 1);
    z-index: -1;
}
.banner__form .bform__leaf3 {
    position: absolute;
    top: -119px;
    right: 80px;
    width: 282px;
    height: 177px;
    background: url("../images/form-leaf2.png") no-repeat center;
    background-size: contain;
    z-index: 2;
}
.banner__form .bform__inp {
    font-family: "Gilroy", serif;
    padding: 5px 20px 5px 50px;
    font-size: 16px;
    color: #2A2D36;
    border: none;
    width: 23%;
    height: 60px;
    background-color: #EAEEFA;
    background-repeat: no-repeat;
    background-position: 22px center;
    border-radius: 12px;
}
.banner__form .bform__inp::-webkit-input-placeholder {
    font-family: "Gilroy", serif;
    color: #989EAE;
}
.banner__form .bform__inp::-moz-placeholder {
    font-family: "Gilroy", serif;
    color: #989EAE;
}
.banner__form .bform__inp:-ms-input-placeholder {
    font-family: "Gilroy", serif;
    color: #989EAE;
}
.banner__form .bform__inp:-moz-placeholder {
    font-family: "Gilroy", serif;
    color: #989EAE;
}
.banner__form .bform__inp--geo {
    background-image: url("../images/geo-icon.svg");
}
.banner__form .bform__inp--user {
    background-image: url("../images/user-icon.svg");
}
.banner__form .bform__inp--tel {
    background-image: url("../images/tel-icon.svg");
}
.banner__form .btn {
    max-width: 24%;
    min-width: 24%;
    width: 100%;
}
@media screen and (max-width: 980px) {
    .banner__text {
        width: 100%;
    }
    .banner__preview {
        width: 0%;
    }
    .banner__preview img {
        top: auto;
        bottom: 0;
    }
    .banner__preview .preview-discount {
        top: auto;
        bottom: 250px;
    }
    .banner__preview .preview-price {
        top: auto;
        bottom: 130px;
    }
    .banner__items {
        flex-direction: column;
    }
    .banner__item {
        width: 240px;
        transform: none !important;
        margin-bottom: 5px;
    }
    .banner__form .bform__leaf {
        height: 103px;
        width: 103px;
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        z-index: 3;
        transform: scale(-1, 1);
    }
}
@media screen and (max-width: 980px) {
    .banner .decor-leaf1,
    .banner .decor-leaf2,
    .banner .decor-leaf3 {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .banner {
        padding: 100px 0 80px;
    }
    .banner__preview img {
        width: 342px;
        z-index: 3;
    }
    .banner__preview .preview-discount {
        bottom: 410px;
        right: 40px;
        height: 52px;
        width: 52px;
        font-size: 11px;
        line-height: 13px;
        z-index: 3;
    }
    .banner__preview .preview-price {
        bottom: 373px;
        right: 60px;
        border-radius: 12px;
        height: 55px;
        width: 100px;
        z-index: 2;
    }
    .banner__preview .preview-price__old {
        font-size: 10px;
        line-height: 10px;
    }
    .banner__preview .preview-price__new {
        font-size: 16px;
        line-height: 16px;
    }
    .banner__item {
        padding: 10px 10px 10px 0;
        background: transparent;
        box-shadow: none;
    }
    .banner__form {
        padding: 25px 25px 10px;
    }
    .banner__form .bform__inp {
        width: 47%;
        margin-bottom: 15px;
    }
    .banner__form .btn {
        max-width: 47%;
        min-width: 47%;
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 540px) {
    .banner__header {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 12px;
    }
    .banner__info {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 35px;
    }
    .banner__preview img {
        width: 250px;
        right: -70px;
    }
    .banner__preview .preview-discount {
        bottom: 310px;
        right: 40px;
    }
    .banner__preview .preview-price {
        bottom: 270px;
        right: 60px;
    }
    .banner__items {
        margin-bottom: 40px;
    }
    .banner__item {
        padding: 0;
        max-width: 122px;
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 15px;
    }
    .banner__item__img {
        height: 25px;
        width: 25px;
        margin-bottom: 8px;
    }
    .banner__hint {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
        max-width: 215px;
        margin: 0 auto;
    }
    .banner__form .bform__inp {
        width: 100%;
        margin-bottom: 15px;
    }
    .banner__form .btn {
        font-size: 18px;
        max-width: 180px;
        min-width: 180px;
        width: 180px;
        height: 60px;
        margin: 0 auto;
    }
}
.heart {
    padding: 80px 0;
    position: relative;
}
.heart .decor-leaf1 {
    width: 113px;
    height: 117px;
    position: absolute;
    top: 370px;
    left: 10%;
    background: url("../images/decor-leaf1.png") no-repeat center;
    background-size: contain;
}
.heart .decor-leaf2 {
    width: 129px;
    height: 140px;
    position: absolute;
    top: 370px;
    right: 10%;
    background: url("../images/decor-leaf2.png") no-repeat center;
    background-size: contain;
}
.heart .section__header {
    margin: 20px 0 50px;
}
.heart__inner {
    margin-top: 240px;
    position: relative;
}
.heart__inner__wrap {
    width: 380px;
    margin: 0 auto;
}
.heart__inner__wrap img {
    max-width: 100%;
}
.heart__inner .heart-hint {
    box-shadow: 0px 12px 24px rgba(138, 194, 235, 0.12);
    border-radius: 12px;
    background: #fff;
    padding: 15px 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
}
.heart__inner .heart-hint__header {
    color: #C84E89;
}
.heart__inner .heart-hint__arrow {
    position: absolute;
    height: 10px;
    width: 100px;
    background-image: url("../images/heart-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.heart__inner .heart-hint:hover {
    box-shadow: 0px 12px 24px rgba(138, 194, 235, 0.24);
}
.heart__inner .heart-hint:hover .heart-arrow {
    background-image: url("../images/heart-arrow-hover.png");
}
.heart__inner .heart-hint-1 {
    bottom: 245px;
    left: 0;
}
.heart__inner .heart-hint-1 .heart-arrow {
    right: -145px;
    top: 50%;
    transform: rotate(5deg);
}
.heart__inner .heart-hint-2 {
    bottom: 400px;
    left: 0;
}
.heart__inner .heart-hint-2 .heart-arrow {
    right: -145px;
    top: 110%;
    transform: rotate(25deg);
}
.heart__inner .heart-hint-3 {
    bottom: 525px;
    left: 11%;
}
.heart__inner .heart-hint-3 .heart-arrow {
    right: -125px;
    top: 130%;
    transform: rotate(47deg);
}
.heart__inner .heart-hint-4 {
    bottom: 630px;
    left: 18%;
}
.heart__inner .heart-hint-4 .heart-arrow {
    right: -105px;
    top: 180%;
    transform: rotate(65deg);
}
.heart__inner .heart-hint-5 {
    bottom: 700px;
    left: 35%;
}
.heart__inner .heart-hint-5 .heart-arrow {
    right: 0px;
    top: 250%;
    transform: rotate(80deg);
}
.heart__inner .heart-hint-6 {
    bottom: 700px;
    right: 37%;
}
.heart__inner .heart-hint-6 .heart-arrow {
    left: 0px;
    top: 250%;
    transform: rotate(95deg);
}
.heart__inner .heart-hint-7 {
    bottom: 635px;
    right: 18%;
}
.heart__inner .heart-hint-7 .heart-arrow {
    left: -115px;
    top: 180%;
    transform: rotate(120deg);
}
.heart__inner .heart-hint-8 {
    bottom: 545px;
    right: 10%;
}
.heart__inner .heart-hint-8 .heart-arrow {
    left: -115px;
    top: 150%;
    transform: rotate(145deg);
}
.heart__inner .heart-hint-9 {
    bottom: 400px;
    right: 0;
}
.heart__inner .heart-hint-9 .heart-arrow {
    left: -145px;
    top: 90%;
    transform: rotate(160deg);
}
.heart__inner .heart-hint-10 {
    bottom: 240px;
    right: 0;
}
.heart__inner .heart-hint-10 .heart-arrow {
    left: -145px;
    top: 50%;
    transform: rotate(180deg);
}
.heart__info {
    background: #fff;
    box-shadow: 0px 6px 12px rgba(138, 194, 235, 0.07);
    border-radius: 12px;
    max-width: 790px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    padding: 40px 60px;
}
.heart__info>* {
    position: relative;
    z-index: 3;
}
.heart__info__leaf {
    position: absolute;
    width: 202px;
    height: 212px;
    top: 90px;
    right: -105px;
    background: url("../images/heart-leaf.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}
.heart__info__header {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #C84E89;
    text-align: center;
    margin-bottom: 20px;
}
.heart__info__text {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
}
.heart__info__text span {
    font-weight: 500;
}
.heart__info:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 24px 80px rgba(138, 194, 235, 0.1);
    border-radius: 12px;
    z-index: 2;
}
.heart__info:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background: #fff;
    box-shadow: 0px 24px 80px rgba(138, 194, 235, 0.1);
    border-radius: 12px;
    z-index: 1;
}
@media screen and (max-width: 980px) {
    .heart__inner__wrap {
        width: 280px;
    }
    .heart__inner .heart-hint {
        padding: 10px 15px;
        font-size: 14px;
    }
    .heart__inner .heart-hint-1 {
        bottom: 160px;
    }
    .heart__inner .heart-hint-2 {
        bottom: 300px;
    }
    .heart__inner .heart-hint-3 {
        bottom: 420px;
    }
    .heart__inner .heart-hint-4 {
        bottom: 520px;
    }
    .heart__inner .heart-hint-5 {
        bottom: 580px;
        left: 35%;
    }
    .heart__inner .heart-hint-6 {
        bottom: 580px;
        right: 35%;
    }
    .heart__inner .heart-hint-7 {
        bottom: 520px;
    }
    .heart__inner .heart-hint-8 {
        bottom: 420px;
    }
    .heart__inner .heart-hint-9 {
        bottom: 300px;
    }
    .heart__inner .heart-hint-10 {
        bottom: 160px;
    }
    .heart__info {
        margin-top: 60px;
    }
    .heart__info__leaf {
        bottom: auto;
        right: auto;
        top: -42px;
        left: -25px;
        width: 83px;
        height: 88px;
        transform: rotate(10deg);
    }
}
@media screen and (max-width: 768px) {
    .heart {
        overflow: hidden;
    }
    .heart__inner {
        height: 435px;
        margin: 0 -15px;
        margin-top: 35px;
    }
    .heart__inner__wrap {
        width: 300px;
        position: absolute;
        top: 0;
        right: -130px;
    }
    .heart__inner .heart-hint {
        right: 165px;
        display: block;
        text-align: left;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
    .heart__inner .heart-hint:hover {
        box-shadow: none;
    }
    .heart__inner .heart-hint__arrow {
        height: 4px;
        width: 32px;
    }
    .heart__inner .heart-hint-1 {
        left: auto;
        bottom: 405px;
        right: 165px;
        width: 140px;
    }
    .heart__inner .heart-hint-1 .heart-arrow {
        right: -35px;
        top: 30px;
        transform: rotate(30deg);
    }
    .heart__inner .heart-hint-2 {
        left: auto;
        bottom: 352px;
        right: 193px;
        width: 112px;
    }
    .heart__inner .heart-hint-2 .heart-arrow {
        right: -35px;
        top: 10px;
        transform: rotate(30deg);
    }
    .heart__inner .heart-hint-3 {
        left: auto;
        bottom: 315px;
        right: 218px;
        width: 87px;
    }
    .heart__inner .heart-hint-3 .heart-arrow {
        right: -45px;
        top: 0px;
        transform: rotate(-10deg);
    }
    .heart__inner .heart-hint-4 {
        left: auto;
        bottom: 282px;
        width: 96px;
        right: 209px;
    }
    .heart__inner .heart-hint-4 .heart-arrow {
        right: -45px;
        top: 5px;
        transform: rotate(-5deg);
    }
    .heart__inner .heart-hint-5 {
        left: auto;
        bottom: 246px;
        width: 107px;
        right: 198px;
    }
    .heart__inner .heart-hint-5 .heart-arrow {
        right: -17px;
        top: 15px;
        transform: rotate(20deg);
    }
    .heart__inner .heart-hint-6 {
        bottom: 212px;
        width: 90px;
        right: 215px;
    }
    .heart__inner .heart-hint-6 .heart-arrow {
        right: -40px;
        top: 15px;
        left: auto;
        transform: rotate(20deg);
    }
    .heart__inner .heart-hint-7 {
        bottom: 160px;
        width: 74px;
        right: 231px;
    }
    .heart__inner .heart-hint-7 .heart-arrow {
        right: -35px;
        top: 17px;
        left: auto;
        transform: rotate(-5deg);
    }
    .heart__inner .heart-hint-8 {
        bottom: 125px;
        width: 88px;
        right: 217px;
    }
    .heart__inner .heart-hint-8 .heart-arrow {
        right: -35px;
        top: 5px;
        left: auto;
        transform: rotate(-5deg);
    }
    .heart__inner .heart-hint-9 {
        bottom: 72px;
        width: 117px;
        right: 188px;
    }
    .heart__inner .heart-hint-9 .heart-arrow {
        right: -35px;
        top: 17px;
        left: auto;
        transform: rotate(-5deg);
    }
    .heart__inner .heart-hint-10 {
        bottom: 0;
        width: 103px;
        right: 202px;
    }
    .heart__inner .heart-hint-10 .heart-arrow {
        right: -55px;
        top: 25px;
        left: auto;
        transform: rotate(-5deg);
    }
    .heart__info__header {
        font-size: 21px;
        line-height: 25px;
    }
    .heart__info__text {
        font-size: 22px;
        line-height: 26px;
    }
}
@media screen and (max-width: 480px) {
    .heart {
        padding: 40px 0 60px;
    }
    .heart__info {
        padding: 35px 20px;
    }
    .heart__info__header {
        font-size: 18px;
        line-height: 23px;
    }
    .heart__info__text {
        font-size: 18px;
        line-height: 25px;
    }
}
.why {
    padding: 40px 0 150px;
}
.why .section__header {
    margin-bottom: 40px;
}
.why__item {
    width: 48%;
    font-size: 19px;
    line-height: 27px;
    font-weight: 300;
    color: #606678;
    margin-bottom: 15px;
}
.why__item:last-child {
    margin-bottom: 0;
}
.why__item p {
    margin-bottom: 15px;
}
.why__item p b {
    font-weight: 500;
}
.why__item p:last-child {
    margin-bottom: 0;
}
.why__imp {
    border-radius: 30px;
    text-align: center;
    color: #fff;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    margin-top: 60px;
    border: 1px solid #C84E89;
    border-radius: 40px;
    padding: 10px;
}
.why__imp:after {
    content: "";
    display: block;
    position: absolute;
    width: 455px;
    height: 382px;
    top: -80px;
    left: -295px;
    background: url("../images/calc.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}
.why__imp__inner {
    padding: 35px 80px;
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    border-radius: 30px;
}
.why__imp__header {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}
.why__imp__text {
    font-size: 20px;
    line-height: 28px;
}
@media screen and (max-width: 768px) {
    .why__item {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
    }
    .why__imp {
        margin-top: 40px;
    }
    .why__imp__inner {
        padding: 30px 15px;
    }
    .why__imp:after {
        display: none;
    }
    .why__imp__header {
        font-size: 21px;
        line-height: 25px;
    }
    .why__imp__text {
        font-size: 22px;
        line-height: 26px;
    }
}
@media screen and (max-width: 768px) {
    .why {
        padding: 40px 0 80px;
    }
    .why__item {
        font-size: 16px;
        line-height: 22px;
    }
    .why__imp__header {
        font-size: 16px;
        line-height: 21px;
    }
    .why__imp__text {
        font-size: 13px;
        line-height: 18px;
    }
}
.discovery {
    padding: 150px 0 150px;
    position: relative;
}
.discovery .section__inner {
    position: relative;
    z-index: 15;
}
.discovery:before {
    content: "";
    display: block;
    position: absolute;
    height: 1114px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: url("../images/discovery-bg.png") no-repeat top center;
    background-size: cover;
    z-index: 10;
}
@media screen and (max-width: 1920px) {
    .discovery:before {
        content: "";
        display: block;
        position: absolute;
        height: 120%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: url("../images/discovery-bg.png") no-repeat top center;
        background-size: cover;
        z-index: 10;
    }
}
.discovery__img {
    width: 40%;
}
.discovery__img img {
    max-width: 100%;
}
.discovery__text {
    width: 60%;
    padding-left: 100px;
}
.discovery__text .mob-img {
    display: none;
}
.discovery__text p {
    font-weight: 300;
    font-size: 22px;
    line-height: 29px;
    color: #606678;
    margin-bottom: 15px;
}
.discovery__text p:last-child {
    margin-bottom: 0;
}
.discovery__text p b {
    font-weight: 500;
}
.discovery__header {
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
    .discovery {
        padding: 60px 0 150px;
    }
    .discovery__img {
        display: none;
    }
    .discovery__header {
        text-align: center;
        margin-bottom: 30px;
    }
    .discovery__text {
        width: 100%;
        padding-left: 0;
    }
    .discovery__text .mob-img {
        display: block;
        max-width: 100%;
        max-height: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .discovery {
        padding-bottom: 60px;
    }
    .discovery:before {
        background: url("../images/discovery-bg-mob.png") no-repeat top center;
        background-size: cover;
        height: 105%;
    }
    .discovery__header {
        font-size: 23px;
        line-height: 28px;
    }
    .discovery__text p {
        font-size: 16px;
        line-height: 21px;
    }
    .discovery__text .mob-img {
        height: 200px;
    }
}
.removal {
    padding: 365px 0 150px;
    background: url("../images/removal-body.png") no-repeat top right;
    background-size: 50%;
}
@media screen and (max-width: 1920px) {
    .removal {
        padding: 130px 0 150px;
        background: url("../images/removal-body.png") no-repeat top right;
    }
}
.removal .section__header {
    max-width: 655px;
    margin-bottom: 60px;
}
.removal__list {
    padding-top: 20px;
    counter-reset: list-counter;
}
.removal__item {
    max-width: 690px;
    background: #fff;
    box-shadow: 0px 24px 80px rgba(138, 194, 235, 0.2);
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 45px 30px 30px;
    list-style: none;
    counter-increment: list-counter;
    position: relative;
}
.removal__item:before {
    content: counter(list-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 40px;
    width: 40px;
    left: 30px;
    top: -20px;
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    border-radius: 12px;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
}
.removal__item:last-child {
    margin-bottom: 0;
}
.removal__item__header {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}
.removal__item__text {
    font-size: 16px;
    line-height: 22px;
    color: #606678;
}
@media screen and (max-width: 1366px) {
    .removal {
        background-size: 100%;
    }
}
@media screen and (max-width: 980px) {
    .removal {
        background: url("../images/removal-body-mob.png") no-repeat top right;
    }
}
@media screen and (max-width: 768px) {
    .removal .section__header {
        max-width: 65%;
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 480px) {
    .removal {
        padding: 80px 0 60px;
    }
    .removal .section__header {
        max-width: 173px;
        font-size: 20px;
        line-height: 27px;
    }
    .removal__item {
        padding: 27px 25px 20px;
    }
    .removal__item:before {
        height: 30px;
        width: 30px;
        font-size: 14px;
        top: -15px;
        left: 18px;
    }
    .removal__item__header {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 13px;
    }
    .removal__item__text {
        font-size: 14px;
        line-height: 20px;
    }
}
.expert {
    padding: 150px 0;
    position: relative;
}
.expert .section__inner {
    position: relative;
    z-index: 15;
}
.expert:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 110%;
    background: url("../images/expert-bg.png") no-repeat bottom center;
    background-size: cover;
    z-index: 10;
}
@media screen and (max-width: 1920px) {
    .expert:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 140%;
        background: url("../images/expert-bg.png") no-repeat bottom center;
        background-size: cover;
        z-index: 10;
    }
}
.expert .section__header {
    margin-bottom: 40px;
}
.expert__subheader {
    font-size: 18px;
    line-height: 23px;
    color: #F15F79;
}
.expert__preview {
    width: 55%;
    position: relative;
}
.expert__preview__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #606678;
    width: 40px;
    position: absolute;
    top: 70px;
    right: 200px;
}
.expert__preview__info {
    font-size: 13px;
    line-height: 16px;
    color: #606678;
    width: 114px;
    position: absolute;
    top: 120px;
    right: 125px;
}
.expert__preview .expert-img {
    position: absolute;
    top: -80px;
    left: 0px;
}
.expert__info {
    width: 45%;
}
.expert__info__preview {
    display: none;
}
.expert__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #606678;
    margin: 10px 0;
}
.expert__text:last-child {
    margin-bottom: 0;
}
.expert__text--regular {
    font-weight: 400;
}
.expert__text span {
    font-weight: 700;
    color: #F15F79;
}
@media screen and (max-width: 1140px) {
    .expert {
        padding: 80px 0;
    }
    .expert:before {
        height: 140%;
    }
    .expert .section__header {
        text-align: center;
        margin-bottom: 0;
    }
    .expert__preview {
        width: 100%;
        display: none;
    }
    .expert__subheader {
        margin: 30px 0 20px;
    }
    .expert__info {
        width: 100%;
    }
    .expert__info__preview {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .expert__info__preview img {
        max-width: 90%;
    }
    .expert__info__preview .expert-name {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #606678;
        margin-bottom: 10px;
    }
    .expert__info__preview .expert-hint {
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        color: #606678;
        max-width: 180px;
    }
}
@media screen and (max-width: 480px) {
    .expert:before {
        background: url("../images/expert-bg-mob.png") no-repeat bottom center;
        background-size: 100%;
        height: 100%;
    }
    .expert__subheader {
        font-size: 16px;
        line-height: 21px;
    }
    .expert__text {
        font-size: 16px;
        line-height: 21px;
    }
}
.order {
    padding: 90px 0 220px;
    background: url("../images/order-bg.png") no-repeat top center;
    background-size: cover;
    position: relative;
}
.order__inner {
    max-width: 460px;
    margin: 0 auto;
    transform: translateY(70px);
    position: relative;
}
.order__inner img {
    width: 100%;
    z-index: 15;
    position: relative;
}
.order__leaf1 {
    width: 220px;
    height: 220px;
    background: url("../images/order-leaf1.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -31px;
    left: -57px;
}
.order__leaf2 {
    width: 180px;
    height: 140px;
    background: url("../images/order-leaf2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: 20%;
    z-index: 15;
}
.order__leaf3 {
    width: 220px;
    height: 220px;
    background: url("../images/order-leaf3.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -90px;
    right: 20%;
    z-index: 15;
}
.order__leaf4 {
    width: 445px;
    height: 905px;
    background: url("../images/order-leaf4.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -260px;
    left: 0;
    z-index: 15;
}
.order__leaf5 {
    width: 390px;
    height: 708px;
    background: url("../images/order-leaf5.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 15;
}
.order__price {
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    box-shadow: 0px 40px 50px rgba(201, 78, 136, 0.3), inset 0px 12px 30px #9F2E65;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.order__price__discount {
    padding: 5px 12px;
    background: rgba(198, 205, 224, 0.36);
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    color: #fff;
}
.order__price__old {
    font-size: 14px;
    text-align: center;
    text-decoration: line-through;
    color: #fff;
    margin: 5px 0;
}
.order__price__new {
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.order__price__wrap {
    height: 170px;
    width: 170px;
    border: 2px solid #C84E89;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 190px;
    left: -105px;
    z-index: 15;
}
@media screen and (max-width: 1280px) {
    .order__leaf4 {
        width: 313px;
        height: 805px;
    }
    .order__leaf5 {
        width: 302px;
        height: 618px;
    }
    .order .banner__form .bform__leaf2 {
        width: 103px;
        height: 103px;
        top: auto;
        bottom: 20px;
        right: -5px;
        z-index: 3;
    }
}
@media screen and (max-width: 1280px) {
    .order__inner {
        max-width: 250px;
        transform: none;
        margin-bottom: 25px;
    }
    .order .banner__hint {
        margin-bottom: 20px;
    }
    .order .banner__form {
        padding-top: 50px;
    }
    .order .banner__form .bform__leaf3 {
        height: 92px;
        width: 146px;
        right: auto;
        left: -25px;
        top: -45px;
        transform: scale(-1, 1);
    }
    .order__price__wrap {
        height: 120px;
        width: 120px;
        padding: 7px;
        left: auto;
        right: 0px;
        top: auto;
        bottom: -55px;
    }
    .order__price__discount {
        padding: 3px 6px;
        font-size: 12px;
        line-height: 12px;
    }
    .order__price__old {
        font-size: 10px;
        line-height: 10px;
    }
    .order__price__new {
        font-size: 17px;
        line-height: 17px;
    }
    .order__leaf1 {
        display: none;
    }
    .order__leaf2 {
        display: none;
    }
    .order__leaf3 {
        display: none;
    }
    .order__leaf4 {
        width: 200px;
        height: 500px;
        top: -100px;
    }
    .order__leaf5 {
        width: 120px;
        height: 215px;
        top: -85px;
    }
}
@media screen and (max-width: 480px) {
    .order {
        padding-bottom: 100px;
        background: url("../images/order-bg-mob.png") no-repeat top center;
        background-size: cover;
    }
    .order__leaf4 {
        width: 120px;
        height: 250px;
        top: -20px;
    }
    .order .banner__form .bform__leaf2 {
        bottom: -10px;
    }
}
.efficiency {
    padding: 150px 0 200px;
    position: relative;
}
.efficiency__leaf1 {
    width: 150px;
    height: 150px;
    background: url("../images/order-leaf3.png") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 100px;
    right: 2%;
    z-index: 15;
    transform: rotate(15deg);
}
.efficiency__leaf2 {
    width: 150px;
    height: 110px;
    background: url("../images/order-leaf2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: 10%;
    z-index: 15;
}
.efficiency .section__header {
    margin-bottom: 80px;
}
.efficiency__subheader {
    font-size: 32px;
    line-height: 42px;
    color: #606678;
    text-align: center;
    font-weight: 400;
    margin: 100px 0 60px;
}
.efficiency__text {
    width: 44%;
}
.efficiency__text p {
    font-weight: 300;
    font-size: 19px;
    line-height: 25px;
    color: #606678;
    margin-bottom: 25px;
}
.efficiency__text p:last-child {
    margin-bottom: 0;
}
.efficiency__text p span {
    color: #C84E89;
}
.efficiency__mob {
    display: none;
}
.efficiency__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.efficiency__header>div {
    width: 400px;
    font-size: 24px;
    line-height: 31px;
    color: #606678;
    text-align: center;
}
.efficiency__inner {
    display: flex;
    flex-wrap: wrap;
}
.efficiency__stat {
    width: calc(50% - 103px);
}
.efficiency__stat--left .stat__row__num {
    text-align: left;
}
.efficiency__stat--left .stat__row__line {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
}
.efficiency__stat--left .stat__row__line:before {
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    width: 13px;
    top: 12px;
    right: -5px;
    background: #F15F79;
    transform: rotate(45deg);
    z-index: -1;
}
.efficiency__stat--right .stat__row__num {
    text-align: right;
}
.efficiency__stat--right .stat__row__line {
    position: relative;
}
.efficiency__stat--right .stat__row__line:before {
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    width: 13px;
    top: 12px;
    left: -5px;
    background: #C84E89;
    transform: rotate(45deg);
}
.efficiency__stat .stat__row {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.efficiency__stat .stat__row:last-child {
    margin-bottom: 0;
}
.efficiency__stat .stat__row--null .stat__row__line:before {
    background: #E1E7F8;
}
.efficiency__stat .stat__row__num {
    width: 10%;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #F15F79;
}
.efficiency__stat .stat__row__line {
    width: 90%;
    height: 37px;
    position: relative;
}
.efficiency__stat .stat__row__line:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E1E7F8;
    border-radius: 6px 4px 4px 6px;
}
.efficiency__stat .stat__row__line .line-progress {
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    border-radius: 6px;
    height: 100%;
    position: relative;
    z-index: 5;
}
.efficiency__hint {
    background: #fff;
    width: 206px;
}
.efficiency__hint>div {
    height: 37px;
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 20px;
    color: #606678;
    text-align: center;
}
.efficiency__hint>div:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .efficiency {
        padding: 80px 0;
    }
    .efficiency__leaf1 {
        display: none;
    }
    .efficiency__leaf2 {
        display: none;
    }
    .efficiency .section__header {
        margin-bottom: 40px;
    }
    .efficiency__subheader {
        margin: 60px 0 30px;
    }
    .efficiency__text {
        width: 100%;
        margin-bottom: 30px;
    }
    .efficiency__text:last-child {
        margin-bottom: 0;
    }
    .efficiency__mob {
        display: block;
    }
    .efficiency__mheader {
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        color: #606678;
        text-align: center;
        margin-bottom: 15px;
    }
    .efficiency__mrow {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }
    .efficiency__mrow__hint {
        width: 80px;
        font-size: 16px;
        color: #606678;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .efficiency__mrow__hint img {
        max-width: 100%;
    }
    .efficiency__mrow__line {
        width: calc(100% - 90px);
        height: 32px;
        position: relative;
    }
    .efficiency__mrow__line:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E1E7F8;
        border-radius: 4px;
        z-index: 2;
    }
    .efficiency__mrow__line:before {
        content: "";
        display: block;
        position: absolute;
        height: 10px;
        width: 10px;
        top: 12px;
        left: -5px;
        background: #C84E89;
        transform: rotate(45deg);
        z-index: -1;
    }
    .efficiency__mrow__line--null:before {
        background: #E1E7F8;
    }
    .efficiency__mrow__line .line-progress {
        background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
        border-radius: 4px;
        height: 100%;
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        padding-right: 10px;
    }
    .efficiency__mrow__line .line-progress--outer {
        padding-right: 0;
    }
    .efficiency__mrow__line .line-progress--outer .line-progress__num {
        position: absolute;
        right: -30px;
        top: 5px;
        color: #F15F79;
    }
    .efficiency__inner {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .efficiency__subheader {
        font-size: 19px;
        line-height: 25px;
    }
    .efficiency__text p {
        font-size: 16px;
        line-height: 21px;
    }
}
.reviews {
    padding: 80px 0;
}
.reviews .wrapper {
    position: relative;
    z-index: 20;
}
.reviews__slider {
    margin-top: 80px;
}
.reviews__slider .slick-list {
    margin: 0 -20px;
}
.reviews__slider .slick-track {
    display: flex !important;
    padding: 15px 0 75px;
}
.reviews__slider .slick-dots {
    bottom: 25px;
}
.reviews__slider .slick-dots li button:before {
    color: #D9DCE3;
    font-size: 8px;
}
.reviews__slider .slick-dots li.slick-active button:before {
    color: #C84E89;
}
.reviews__slide {
    box-shadow: 0px 6px 10px rgba(138, 194, 235, 0.05);
    border-radius: 12px;
    padding: 0 35px 35px;
    margin: 0 20px;
    position: relative;
    background: #fff;
    height: inherit;
    outline: none;
}
.reviews__slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 5%;
    top: 15px;
    height: 100%;
    width: 90%;
    box-shadow: 0px 24px 80px rgba(138, 194, 235, 0.16);
    border-radius: 12px;
    background: #fff;
    z-index: -1;
}
.reviews__slide__img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    margin: 0 auto;
}
.reviews__slide__img img {
    height: 100%;
    -webkit-filter: drop-shadow(0px 24px 80px rgba(138, 194, 235, 0.2));
    filter: drop-shadow(0px 24px 80px rgba(138, 194, 235, 0.2));
}
.reviews__slide__header {
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #606678;
    text-align: center;
    margin: 30px 0 40px;
}
.reviews__slide__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4F515C;
}
@media screen and (max-width: 980px) {
    .reviews__leaf1 {
        display: none;
    }
    .reviews__leaf2 {
        display: none;
    }
    .reviews__slider {
        margin-top: 40px;
    }
    .reviews__slider .slick-list {
        margin: 0 -15px;
    }
    .reviews__slide {
        margin: 0 15px;
    }
}
@media screen and (max-width: 980px) {
    .reviews__slide {
        margin: 0 15px;
        padding: 0 25px 30px;
    }
    .reviews__slide__img {
        height: 130px;
        width: 130px;
    }
    .reviews__slide__header {
        font-size: 16px;
        line-height: 16px;
        margin: 20px 0 25px;
    }
    .reviews__slide__text {
        font-size: 14px;
        line-height: 22px;
    }
}
.advantages {
    padding: 80px 0;
    position: relative;
}
.advantages:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -25%;
    left: 0;
    right: 0;
    width: 100%;
    height: 180%;
    background: url("../images/advantages-bg.png") no-repeat center bottom;
    z-index: 15;
}
.advantages .wrapper {
    position: relative;
    z-index: 20;
}
.advantages .section__header {
    margin-bottom: 80px;
}
.advantages .adv__col {
    width: calc((100% - 440px) / 2);
}
.advantages .adv__img {
    width: 440px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    align-items: flex-start;
}
.advantages .adv__img img {
    max-width: 95%;
}
.advantages .adv__item {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 20px 30px rgba(138, 194, 235, 0.12);
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
    z-index: 5;
}
.advantages .adv__item:last-child {
    margin-bottom: 0;
}
.advantages .adv__item__header {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
    padding-right: 50px;
}
.advantages .adv__item__text {
    font-size: 16px;
    line-height: 22px;
    color: #606678;
}
.advantages .adv__item__icon {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 36px;
    width: 36px;
}
.advantages .adv__item__icon img {
    height: 100%;
}
.advantages .adv__item--1:after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 195px;
    right: -195px;
    top: 35px;
    background: url("../images/adv-arrow-1.svg") no-repeat center left;
    background-size: contain;
    z-index: -1;
}
.advantages .adv__item--2:after {
    content: "";
    display: block;
    position: absolute;
    height: 85px;
    width: 120px;
    right: -120px;
    top: 65px;
    background: url("../images/adv-arrow-2.svg") no-repeat center left;
    background-size: contain;
    z-index: -1;
}
.advantages .adv__item--3:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 250px;
    left: -250px;
    top: 90px;
    background: url("../images/adv-arrow-3.svg") no-repeat center right;
    background-size: contain;
    z-index: -1;
}
.advantages .adv__item--4:after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 230px;
    left: -230px;
    top: 100px;
    background: url("../images/adv-arrow-4.svg") no-repeat center right;
    background-size: contain;
    z-index: -1;
}
.advantages .adv__hint {
    margin: 0 auto;
    margin-top: 80px;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #F15F79;
    max-width: 720px;
    text-align: center;
}
.advantages .adv__hint__wrap {
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    border-radius: 30px;
    padding: 35px 80px;
}
.advantages .adv__hint__header {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.advantages .adv__hint__text {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
@media screen and (max-width: 980px) {
    .advantages:before {
        background: url("../images/advantages-bg-mob.png") no-repeat center bottom;
        background-size: cover;
        height: 105%;
    }
    .advantages .adv__img {
        display: none;
    }
    .advantages .adv__item:after {
        display: none;
    }
    .advantages .adv__col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 30px;
    }
    .advantages .adv__col:last-child {
        margin-bottom: 0;
    }
    .advantages .adv__item {
        width: 48%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .advantages .adv__item {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .advantages .section__header {
        max-width: 165px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .advantages .adv__item {
        padding: 25px;
    }
    .advantages .adv__hint {
        padding: 8px;
        margin-top: 30px;
    }
    .advantages .adv__hint__wrap {
        padding: 30px 15px;
    }
    .advantages .adv__hint__header {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .advantages .adv__hint__text {
        font-size: 13px;
        line-height: 18px;
    }
}
.fform {
    padding: 230px 0;
    position: relative;
    background: url("../images/fform-bg.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 15;
}
.fform__leaf1 {
    width: 220px;
    height: 220px;
    background: url("../images/order-leaf1.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -31px;
    left: -57px;
}
.fform__leaf2 {
    width: 180px;
    height: 140px;
    background: url("../images/order-leaf2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: 30%;
    z-index: 15;
    -webkit-filter: blur(15px) drop-shadow(0px 29px 40px rgba(99, 156, 33, 0.25));
    filter: blur(15px) drop-shadow(0px 29px 40px rgba(99, 156, 33, 0.25));
}
.fform__leaf3 {
    width: 220px;
    height: 220px;
    background: url("../images/order-leaf3.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: 10%;
    z-index: 15;
    transform: rotate(25deg);
}
.fform__leaf4 {
    width: 320px;
    height: 905px;
    background: url("../images/order-leaf4.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 15;
}
.fform__leaf5 {
    width: 290px;
    height: 708px;
    background: url("../images/order-leaf5.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 15;
}
.fform__body {
    width: 60%;
}
.fform .bform__leaf1 {
    position: absolute;
    top: 75px;
    left: -115px;
    width: 269px;
    height: 269px;
    background: url("../images/form-leaf1.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}
.fform__outer1 {
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(138, 194, 235, 0.07);
    border-radius: 24px;
    padding: 10px;
    position: relative;
    z-index: 5;
}
.fform__outer2 {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(138, 194, 235, 0.07);
    border-radius: 12px;
    padding: 12px;
}
.fform__inner {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(138, 194, 235, 0.07);
    border-radius: 12px;
    padding: 30px 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.fform__inner .bform__leaf2 {
    position: absolute;
    top: -30px;
    right: -160px;
    width: 269px;
    height: 269px;
    background: url("../images/form-leaf1.png") no-repeat center;
    background-size: contain;
    transform: scale(-1, 1);
    z-index: -1;
}
.fform__inner .bform__leaf3 {
    position: absolute;
    top: -119px;
    right: 80px;
    width: 282px;
    height: 177px;
    background: url("../images/form-leaf2.png") no-repeat center;
    background-size: contain;
    z-index: 2;
}
.form__field {
    width: 48%;
    margin-bottom: 20px;
}
label.error {
    box-sizing: border-box;
    color: red;
    display: block;
    font-size: 12px;
    line-height: 1.1;
    padding: 2px 8px 0;
    text-align: left;
    margin: 0 auto;
}
.fform__inner .bform__inp.error {
    background-color: rgb(255, 230, 230);
}
.fform__inner .bform__inp {
    font-family: "Gilroy", serif;
    padding: 5px 20px 5px 50px;
    font-size: 16px;
    color: #2A2D36;
    border: none;
    height: 60px;
    background-color: #EAEEFA;
    background-repeat: no-repeat;
    background-position: 22px center;
    border-radius: 12px;
    width: 100%;
}
.fform__inner .bform__inp::-webkit-input-placeholder {
    font-family: "Gilroy", serif;
    color: #989EAE;
}
.fform__inner .bform__inp::-moz-placeholder {
    font-family: "Gilroy", serif;
    color: #989EAE;
}
.fform__inner .bform__inp:-ms-input-placeholder {
    font-family: "Gilroy", serif;
    color: #989EAE;
}
.fform__inner .bform__inp:-moz-placeholder {
    font-family: "Gilroy", serif;
    color: #989EAE;
}
.fform__inner .bform__inp--geo {
    background-image: url("../images/geo-icon.svg");
}
.fform__inner .bform__inp--user {
    background-image: url("../images/user-icon.svg");
}
.fform__inner .bform__inp--tel {
    background-image: url("../images/tel-icon.svg");
}
.fform__inner .btn {
    max-width: 48%;
    min-width: 48%;
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
}
.fform__preview {
    width: 40%;
    position: relative;
}
.fform__preview img {
    width: 460px;
    position: absolute;
    top: 0;
    right: -83px;
    z-index: 4;
}
.fform__preview .preview-discount {
    background: linear-gradient(90deg, #B0F0FC 0%, #F9FDFE 100%);
    box-shadow: inset 0px 8.07692px 24.2308px rgba(69, 192, 211, 0.7);
    height: 85px;
    width: 85px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
    text-align: center;
    color: #1E5C83;
    position: absolute;
    top: 170px;
    right: 230px;
    z-index: 5;
}
.fform__preview .preview-price {
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
    box-shadow: inset -5px 0px 14px rgba(159, 46, 101, 0.7);
    border-radius: 25px 0px 0px 25px;
    height: 100px;
    width: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 270px;
    right: 254px;
    z-index: 5;
}
.fform__preview .preview-price__old {
    font-size: 18px;
    line-height: 18px;
    text-decoration: line-through;
}
.fform__preview .preview-price__new {
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
}
@media screen and (max-width: 1500px) {
    .fform__leaf4 {
        width: 200px;
        height: 400px;
        top: -50px;
    }
    .fform__leaf5 {
        top: 0px;
        width: 200px;
        height: 400px;
    }
}
@media screen and (max-width: 980px) {
    .fform {
        padding-bottom: 80px;
    }
    .fform .section__header {
        text-align: center;
    }
    .fform .section__inner {
        flex-direction: column-reverse;
        align-items: center;
    }
    .fform__preview {
        width: 100%;
        width: 400px;
    }
    .fform__preview .preview-discount {
        right: 260px;
    }
    .fform__preview .preview-price {
        right: 293px;
    }
    .fform__preview img {
        position: static;
    }
    .fform__body {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .fform {
        background: url("../images/fform-bg-mob.png") no-repeat top center;
        background-size: cover;
        padding-top: 100px;
    }
    .fform__leaf2 {
        display: none;
    }
    .fform__leaf3 {
        display: none;
    }
    .fform__leaf4 {
        display: none;
    }
    .fform__leaf5 {
        display: none;
    }
    .fform .bform__leaf1 {
        height: 103px;
        width: 103px;
        top: auto;
        bottom: 0;
        left: auto;
        right: 20%;
        z-index: 14;
        transform: scale(-1, 1);
    }
    .fform__preview {
        width: 265px;
        text-align: center;
    }
    .fform__preview img {
        width: 265px;
    }
    .fform__preview .preview-discount {
        height: 52px;
        width: 52px;
        font-size: 11px;
        line-height: 13px;
        top: 110px;
        right: 185px;
    }
    .fform__preview .preview-price {
        width: 98px;
        height: 54px;
        border-radius: 12px 0px 0px 12px;
        top: 170px;
        right: 203px;
    }
    .fform__preview .preview-price__old {
        font-size: 10px;
        line-height: 10px;
    }
    .fform__preview .preview-price__new {
        font-size: 16px;
        line-height: 16px;
    }
    .fform__inner {
        justify-content: center;
        padding: 5px;
    }
    .form__field {
        width: 100%;
    }
    .fform__inner .btn {
        width: 180px;
        max-width: 180px;
        font-size: 18px;
    }
}
.footer {
    display: none;
    padding: 30px 0;
    background: #2A2D36;
}
.footer * {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}
.footer nav {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}
.footer nav a {
    margin: 0 10px;
}

/* ac_footer */

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #A12000;
}
.ac_footer a {
    color: #A12000;
}
.ac_footer p {
    text-align: center;
}
img[height="1"],
img[width="1"] {
    display: none !important;
}