* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
h2 {
    font-family: Exotc350, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #16458D;
}
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body {
    width: 100%;
    max-width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000000;
    overflow-x: hidden;
}
.container {
    max-width: 1285px;
    margin: 0 auto;
}

.header {

}
.header .container {
    padding: 17px 60px 17px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    width: 146px;
}
.header-logo img {
    max-width: 100%;
}
.header-action {
    display: flex;
    align-items: center;
}
.header-action-nav ul {
    display: flex;
}
.header-action-nav ul li {
    list-style: none;
    font-weight: 300;
    font-size: 18px;
}
.header-action-nav ul li:nth-child(1) {
    margin-right: 74px;
}
.header-action-nav ul li:nth-child(2) {
    margin-right: 52px;
}
.header-action-nav ul li:nth-child(3) {
    margin-right: 46px;
}
.header-action-mobile {
    display: none;
}
.header-nav-mobile {
    display: none;
}
button {
    cursor: pointer;
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;

    background: linear-gradient(270deg, #BE44D8 0%, #44DFD7 100%);
    box-shadow: inset 4px 4px 21px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    border: none;
}
button:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 21px rgba(0, 0, 0, 0.25);
}
button.header-action-button {
    width: 132px;
    height: 40px;
}

.main .container {
    position: relative;
    padding: 96px 0 158px 51px;
}
.main-info {
    max-width: 506px;
}
.main-info-title {
    max-width: 505px;
    margin-left: 4px;
    margin-bottom: 31px;
}
.main-info-title img {
    max-width: 100%;
}
.main-info-subtitle {
    position: relative;
    max-width: 506px;
    font-size: 16px;
    line-height: 139.69%;
    margin-bottom: 115px;
}
.main-info-subtitle:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -3px;
    width: 523px;
    height: 1px;
    background: linear-gradient(270deg, #BE44D8 0%, #44DFD7 100%);
}
.main-info-description {
    max-width: 482px;
    font-size: 20px;
    line-height: 139.69%;
    margin-left: 7px;
    margin-bottom: 121px;
}
.main-info-action {
    text-align: right;
    margin-right: 74px;
}
.main-info-button {
    width: 163px;
    height: 53px;
    font-size: 20px;
}
.main-info-button-mobile {
    display: none;
}
.main-image {
    position: absolute;
    top: 140px;
    right: 104px;
}
.vector-1 {
    position: absolute;
    top: 16px;
    right: -26px;
    z-index: -10;
}
.vector-2 {
    position: absolute;
    top: -14px;
    right: -5px;
    z-index: -10;
    animation: animate_pulse 1.5s infinite;
}


.reasons .container {
    padding-bottom: 70px;
    position: relative;
}
.line {
    position: absolute;
    left: -318px;
    bottom: 1040px;
    animation: move 5s linear infinite;
    z-index: -1;
}
h2.reasons-title {
    font-size: 64px;
    text-align: right;
    margin-bottom: 16px;
}
.reasons-about {
    position: relative;
    margin-bottom: 135px;
}
.reasons-about-image {
    position: absolute;
    top: -274px;
    left: -150px;
}
.volume-1 {
    position: absolute;
    top: 96px;
    right: 119px;
    animation: volume-1 4s linear infinite;
    animation-duration: 2s;
    opacity: 0;
}
.volume-2 {
    position: absolute;
    top: 52px;
    right: 67px;
    animation: volume-1 4s linear infinite;
    animation-duration: 2s;
    opacity: 0;
}
.volume-3 {
    position: absolute;
    top: 12px;
    right: 0;
    animation: volume-1 4s linear infinite;
    animation-duration: 2s;
    opacity: 0;
}
.reasons-about li {
    position: relative;
    list-style: none;
    font-size: 36px;
    line-height: 139.69%;
    margin-left: 339px;
}
.reasons-about li:before {
    content: '';
    background-image: url("../img/marker.png");
    background-size: 100%;
    position: absolute;
    top: 5px;
    left: -50px;
    width: 30px;
    height: 39px;
}
h3.reasons-title {
    position: relative;
    max-width: 1211px;
    font-weight: 400;
    font-size: 36px;
    line-height: 139.69%;
    text-align: center;
    margin: 0 auto 103px auto;
}
.hear {
    position: absolute;
    top: -29px;
    right: -20px;
}
.reasons-item-1 {
    position: relative;
    padding: 34px 55px 23px 22px;
    max-width: 492px;
    height: 230px;
    background: rgba(190, 68, 216, 0.11);
    margin-left: 160px;
}
.reasons-item-1:before {
    content: '';
    background-image: url("../img/image-1.png");
    background-size: 100%;
    position: absolute;
    top: -33px;
    right: -120px;
    width: 213px;
    height: 213px;
}
.reasons-item-2 {
    position: relative;
    padding: 34px 85px 60px 26px;
    max-width: 492px;
    height: 230px;
    background: rgba(68, 223, 215, 0.1);
    margin-top: -31px;
    margin-left: 621px;
    z-index: 20;
}
.reasons-item-2:before {
    content: '';
    background-image: url("../img/image-2.png");
    background-size: 100%;
    position: absolute;
    top: -34px;
    right: -120px;
    width: 213px;
    height: 213px;
}
.reasons-item-3 {
    position: relative;
    padding: 34px 78px 60px 26px;
    max-width: 492px;
    height: 230px;
    background: rgba(190, 68, 216, 0.11);
    margin-left: 72px;
    margin-top: -31px;
    z-index: 10;
}
.reasons-item-3:before {
    content: '';
    background-image: url("../img/image-4.png");
    background-size: 100%;
    position: absolute;
    top: -33px;
    right: -130px;
    width: 213px;
    height: 213px;
}
.reasons-item-4 {
    position: relative;
    padding: 34px 78px 60px 26px;
    max-width: 492px;
    height: 230px;
    background: rgba(68, 223, 215, 0.1);
    margin-top: -94px;
    margin-left: 621px;
}
.reasons-item-4:before {
    content: '';
    background-image: url("../img/image-3.png");
    background-size: 100%;
    position: absolute;
    top: -33px;
    right: -130px;
    width: 213px;
    height: 213px;
}
.reasons-item-text {
    font-size: 24px;
    line-height: 139.69%;
}
.natural {
    padding-bottom: 165px;
}
.natural .container {
    position: relative;
}
.natural-wrapper {
    position: absolute;
    top: 0;
    right: 89px;
    width: 3000px;
    height: 460px;
    background: #FFFFFF;
    box-shadow: 0 0 31px 1px rgba(0, 0, 0, 0.25);
    z-index: 0;
}
.natural-wrap .natural-order {
    display: none;
}
.natural-order {
    width: 293px;
    height: 293px;
    position: absolute;
    bottom: -210px;
    right: -86px;
    border-radius: 50%;
    background: rgba(255, 83, 83, 0.4);
    z-index: 100;
}
.natural-order:before {
    content: '';
    background-image: url("../img/circle.png");
    background-size: 100%;
    width: 293px;
    height: 293px;
    position: absolute;
    top: -27px;
    left: -21px;
    animation: rotate 10s infinite linear;

}
.natural-order-text {
    padding-top: 56px;
    padding-right: 42px;
    font-weight: 700;
    font-size: 50px;
    line-height: 111%;
    text-align: center;
    color: #16458D;
    transform: rotate(-14.64deg);
}
h2.natural-title {
    position: relative;
    padding-top: 20px;
    font-size: 64px;
    text-align: center;
    margin-bottom: 49px;
    z-index: 100;
}
.natural-text {
    position: relative;
    max-width: 502px;
    font-size: 20px;
    line-height: 160.69%;
    text-align: justify;
    color: #000000;
    margin-left: 616px;
}
.natural-product {
    position: absolute;
    width: 809px;
    top: -98px;
    left: -741px;
}
.natural-product img {
    max-width: 100%;
}
.natural-product .mobile {
    display: none;
}

.causes .container {
    padding:  0 0 642px 41px;
}
h2.causes-title {
    max-width: 610px;
    font-size: 50px;
    line-height: 139.69%;
    margin-bottom: 54px;
}
.causes-wrapper {
    position: relative;
    max-width: 738px;
    display: flex;
    flex-direction: column;
}
.causes-description {
    max-width: 452px;
    font-weight: 500;
    font-size: 28px;
    line-height: 160.69%;
    margin-bottom: 85px;
}
.causes-item {
    position: relative;
    max-width: 738px;
    list-style: none;
    font-size: 28px;
    line-height: 206.69%;
    text-align: justify;
}
.causes-item:before {
    content: '';
    background-image: url("../img/marker.png");
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: -41px;
    width: 30px;
    height: 39px;
}
.causes-image {
    position: absolute;
    top: -310px;
    right: -787px;
    z-index: -20;
}
.causes-image img {
    max-width: 100%;
}
.causes-image-2 {
    position: absolute;
    left: -158px;
    bottom: -605px;
    z-index: -25;
}
.line-2 {
    position: absolute;
    top: 175px;
    right: -1349px;
}

.secret .container {
    position: relative;
    padding: 0 0 181px 0;
}
.line-3 {
    position: absolute;
    left: -330px;
    bottom: 0;
    animation: move 5s linear infinite;
}
h2.secret-title {
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
}
.secret-slider {
    max-width: 100%;
}
.secret-slider-item {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}
.secret-slider-item-image {
    position: relative;
}


.secret-slider-item-image img {
    max-width: 100%;
}
.secret-slider-item-text {
    padding: 5px;
    display: flex;
    flex-direction: column;
    max-width: 502px;
    font-size: 20px;
    line-height: 160.69%;
    text-align: justify;
    margin-right: 29px;
}
.secret-slider-item-text span {
    font-weight: 500;
    font-size: 36px;
    color: #BE44D8;
}
.secret-slider-item-text-sub {
    position: relative;
    align-self: flex-end;
    max-width: 345px;
    margin-top: 57px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160.69%;
    text-align: justify;
}
.secret-slider-item-text-sub:before {
    content: '*';
    position: absolute;
    top: -30px;
    left: -39px;
    font-weight: 400;
    font-size: 62px;
    line-height: 160.69%;
    text-align: justify;
    color: #44DFD7;
}
.secret .slick-arrow:nth-child(1) {
    width: 76px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 87px;
    z-index: 50;
}
.secret .slick-arrow:nth-child(3) {
    width: 76px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 29px;
    z-index: 50;
}

.advantages {
    position: relative;
    background: #FFFFFF;
    z-index: 10;
}
.advantages .container {
    padding: 0 69px 0px 44px;
}
h2.advantages-title {
    font-size: 50px;
    margin-bottom: 68px;
}
.advantages-info {
    display: flex;
}
.advantages-info-item {
    position: relative;
    max-width: 486px;
    list-style: none;
    font-size: 24px;
    line-height: 139.69%;
    margin-left: 31px;
    margin-right: 13px;
}
.advantages-info-item:not(:last-child) {
    margin-bottom: 40px;
}
.advantages-info-item:before {
    content: '';
    background-image: url("../img/marker.png");
    background-size: 100%;
    position: absolute;
    top: 5px;
    left: -41px;
    width: 30px;
    height: 39px;
}
.advantages-info-video {
    max-width: 100%;
}
.advantages-info-video img {
    max-width: 100%;
}

.experiences {
    margin-top: -5px;
    background: #ffffff;
    box-shadow: 0 14px 19px rgba(0, 0, 0, 0.25);
}
.experiences .container {
    position: relative;
    padding: 125px 93px 130px 90px;
    display: flex;
    flex-direction: column;
}
.experiences-title {
    max-width: 803px;
    font-size: 34px;
    line-height: 139.69%;
    margin-bottom: 68px;
    align-self: flex-end;
}
.experiences-image {
    position: absolute;
    top: -25px;
    left: -102px;
}
.experiences-slider {
    padding: 50px 127px 68px 127px;
    max-width: 1102px;
    height: 492px;

    background-image: url("../img/experience-bg.png");
    background-position: center;
    background-size: cover;
    background-color: #FFFFFF;
    box-shadow: 0 0 71px -1px rgba(0, 0, 0, 0.25);
}
.experiences-slider-item {
    text-align: center;
}
.experiences-slider-item-image {
    margin-bottom: 10px;
}
.experiences-slider-item-image img {
    max-width: 100%;
    margin: 0 auto;
}
.experiences-slider-item-name {
    font-family: Exotc350, sans-serif;
    font-weight: 400;
    font-size: 34px;
    text-transform: uppercase;
    color: #16458D;
    margin-bottom: 14px;
}
.experiences-slider-item-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 160.69%;
    margin: 0 auto;
}
.experiences-slider-item.item-4 .experiences-slider-item-text {
    font-size: 17px;
}

.experiences .slick-arrow:nth-child(1) {
    cursor: pointer;
    position: absolute;
    top: 232px;
    left: 29px;
    z-index: 50;
}
.experiences .slick-arrow:nth-child(3) {
    cursor: pointer;
    position: absolute;
    top: 232px;
    right: 29px;
    z-index: 50;
}

.easy .container {
    position: relative;
    padding: 53px 134px 101px 408px;
    z-index: -10;
}
.easy-title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 53px;
}
.easy-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.easy-item-image {
    text-align: center;
    margin-bottom: 17px;
}
.easy-item-image img {
    max-width: 100%;
}
.easy-item-text {
    max-width: 189px;
    font-weight: 500;
    font-size: 20px;
    line-height: 160.69%;
    text-align: center;
}
.easy-image {
    position: absolute;
    top: 0;
    left: -120px;
    z-index: -10;
}
.easy-image .desk {
    position: relative;
    top: -77px;
    max-width: 640px;
}
.easy-image .mobile {
    display: none;
}

.order {
    background: #FFFFFF;
    box-shadow: 14px -13px 19px rgba(0, 0, 0, 0.25);
}
.order .container {
    position: relative;
    padding: 151px 0 153px 31px;
    z-index: 10;
}
.order-info-title {
    max-width: 605px;
    margin-bottom: 105px;
}
.order-info-title img {
    max-width: 100%;
}
.order-info-subtitle {
    display: none;
}
.order-form {
    position: relative;
    max-width: 353px;
}
.order-form label {
    font-weight: 400;
    font-size: 20px;
    line-height: 160.69%;
}
.order-form-input {
    padding: 10px 20px;
    font-size: 24px;
    max-width: 100%;
    height: 54px;
    background: rgba(242, 179, 255, 0.4);
    border-radius: 13px;
    border: none;
    outline: none;
    margin-bottom: 5px;
}
.order-info-button.mobile {
    display: none;
}
.order-info-button {
    width: 163px;
    height: 53px;
    display: block;
    margin: 81px auto 0 auto;
}
.order-image {
    position: absolute;
    top: 125px;
    right: 24px;
    margin-bottom: 100px;
}
.order-form-price {
    position: absolute;
    bottom: -91px;
    right: -233px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 179px;
    height: 179px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(10, 147, 156, 0.4) 0%, rgba(190, 68, 216, 0.4) 100%);
}
.order-form-price:before {
    content: '';
    background-image: url("../img/circle-2.png");
    background-size: 100%;
    position: absolute;
    top: calc(50% - 109px);
    right: calc(50% - 109px);
    width: 218px;
    height: 218px;
    animation: rotate 10s infinite linear;
}
.order-form-price.mob {
    display: none;
}
.old-price {
    position: relative;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #FFFFFF;
}
.old-price:before {
    content: '';
    width: 90px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 45px);
}
.new-price {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #5B0868;
}
.footer {
    padding: 15px;
    font-size: 14px;
    text-align: center;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 1002;
}
.close-modal {
    position: absolute;
    top: 22px;
    right: 26px;
}
.modal-form {
   position: absolute;
    top: 250px;
    left: calc(50% - 154px);
    max-width: 308px;
    height: 160px;
    margin: 0 auto;
}
.modal-form label {
    font-weight: 400;
    font-size: 20px;
    line-height: 160.69%;
}
.modal-form-input {
    padding: 10px 20px;
    font-size: 24px;
    max-width: 100%;
    height: 54px;
    background: rgba(242, 179, 255, 0.75);
    border-radius: 13px;
    border: none;
    outline: none;
    margin-bottom: 5px;
}
.modal-info-button.mobile {
    display: none;
}
.modal-info-button {
    width: 163px;
    height: 53px;
    display: block;
    margin: 30px auto 0 auto;
}
.modal .order-form-price.mob {
    left: auto;
    top: -120px;
    bottom: auto;
    right: calc(50% - 63px);
    width: 104px;
    height: 104px;
}
.modal  .order-form-price:before {
    top: calc(50% - 63px);
    right: calc(50% - 63px);
    width: 126px;
    height: 126px;
}
.modal  .old-price:before {
    width: 70px;
    left: calc(50% - 35px);
}

@keyframes rotate {
    100% {transform: rotate(-360deg);}
}
@keyframes animate_pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes move {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(10px);
    }
    75% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}


@keyframes volume-1 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}