﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper,
.content {
    position: relative;
    width: 100%;
    z-index: 1;
}

.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display: block;
    max-width: none;
}

.ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.ba-slider .handle {
    /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;

    background: #fff;
    cursor: ew-resize;
}

.ba-slider .handle:after {
    /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 41px;
    height: 41px;
    margin: -19px 0 0 -19px;
    content: '';
    background: url("../img/line-arrow.png") no-repeat;
    /* @orange */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ba-slider .handle.ba-draggable:after {
    width: 41px;
    height: 41px;
    margin: -19px 0 0 -19px;
}

.box-info {
    position: relative;
    padding: 10px 15px;
    width: 75%;
    background-color: #6ba186;
    left: 50%;
    margin-top: 15px;
    transform: translate(-50%, 0%);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.box-info .rhomb {
    content: "";
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #6ba186;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}


.s0 {
    fill: #5c8434
}


.box-info {
    position: relative;
    padding: 10px 15px;
    width: 75%;
    background-color: #6ba186;
    left: 50%;
    margin-top: 15px;
    transform: translate(-50%, 0%);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.box-info .rhomb {
    content: "";
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #6ba186;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.error-box-mask {
    color: #fff;
    background-color: #de5042;
    border-radius: 5px;
    text-align: center;
    width: 95%;
    font-size: 13px;
    line-height: 20px;
    z-index: 100;
    margin: 3px 0 auto
}

@media (min-width:769px) {
    .error-box-mask {
        font-size: 13px;
        line-height: 16px
    }
}

















@import url('../../css2');


:root {
    /* Paleta de colores */
    --color1: #5c8434;
    --color2: linear-gradient(124deg, #3abcee 20%, #6990e9 80%, #051642 100%);
    --color-svg: #5c8434;
    --color-bgColor: #faf9ff;
    --color-bgColor-opacity: #faf9ff84;
    --color-gradiation: linear-gradient(124deg, rgba(58, 188, 238, 1) 0%, rgba(182, 71, 225, 1) 88%);
}

* {
    scroll-behavior: smooth !important;
    font-family: "Montserrat", sans-serif;
}

body {
    width: 100vw;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    max-height: 100vh;
    max-width: 100vw;
    background-color: #fbfffd;

}

@media (min-width: 990px) {
    .first-screen .container {
        margin: 0px 10%;
        min-width: 100%;
        margin-left: 2%;
    }

    .first-screen .clearfix {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .inner-wrap .left {
        min-width: 100%;
    }

    .content-uno {
        display: flex;
        position: relative;
        gap: 20px;
    }

    .left ul {
        margin-left: 0px !important;
    }

    .inner-wrap .right {
        /* left: 0px !important; */
        top: -150px !important;
    }
}

.content-uno-content {}

.footer,
.beneficios,
.first-screen {
    background: url(../img/bg_news02.png) no-repeat center;
    background-size: contain;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

b {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

[hidden] {
    display: none;
}

.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display: block;
    max-width: none;
}

.ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.ba-slider .handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background: #fff;
    cursor: ew-resize;
}

.ba-slider .handle:after {
    position: absolute;
    top: 50%;
    width: 41px;
    height: 41px;
    margin: -19px 0 0 -19px;
    content: '';
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h2,
p,
h3 {
    margin: 0;
}

.popup {
    transform: translateX(-1000px);
    position: fixed;
    bottom: 30px;
    left: 5px;
    background-color: #ffffff;
    padding: 18px 43px 16px 125px;
    border-radius: 500px;
    width: 420px;
    z-index: 9;
    opacity: 0;
    transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    margin-left: 10px;
}

.popup--v {
    transform: translateX(0);
    opacity: 1;
}

.popup::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 18%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 95px;
}

.popup h3 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 27px;
}

.popup p {
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.popup p span {
    color: #5c8434;
    font-size: 14px;
}

.popup p span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
}

@media screen and (max-width: 990px) {
    .popup {
        transform: scale(0.8);
        bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .popup {
        transform: scale(0.6);
        left: 0;
        bottom: 0;
        transform-origin: left;
    }
}

* {
    box-sizing: border-box;
}

.first-screen {
    /* background: url(../img/elemnet.png) no-repeat center;
     background-size: cover; */
}

.wrapper {
    overflow: hidden;
    margin-top: 40px;
}

.container {
    max-width: 1142px;
    margin: auto;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.header {
    margin-bottom: 70px;
}

.header .container {
    background: #fff;
    border-radius: 5px;
    padding: 20px 0;
    font-size: 0;
    text-align: center;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
    margin-right: 80px;
}

.menu {
    font-family: 'Jost', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding-right: 35px;
}

.menu .item {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 70px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.menu .item:hover {
    text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.menu .item:last-child {
    margin-right: 0;
}

.menu .item:hover {
    color: #5c8434;
}

.top-text {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25px;
}

.title {
    color: var(--color1) !important;
}

.first-screen .title,
.footer .title {
    position: relative;
    z-index: 3;
    font-size: 136px;
    line-height: 120px;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: -10px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.first-screen .container {
    position: relative;
}

.inner-wrap .left {
    float: left;
    max-width: 400px;
    margin-right: 150px;
}

.left ul {
    /* margin-left: 40px;.prod_50off */
    margin-top: 20px;
}

.accordion__body {
    overflow: hidden;
    /* Ocultar el contenido que excede el contenedor */
    height: 0;
    /* Inicialmente, el height es 0 */
    transition: height 0.5s ease;
    /* TransiciÃ³n suave para el height */
}

.left ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.left ul li svg {
    width: 50px;
    height: 50px;
}

.prod_50off {
    position: absolute;
    width: 180px;
    height: 180px;
    object-fit: contain;
    right: -52px;
    top: -31px;
    animation: beat 3s infinite ease-in-out alternate;
}

@keyframes beat {
    0% {
        transform: scale(1.0);
    }

    30% {
        transform: scale(1.0);
    }

    40% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.0);
    }

    60% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.0);
    }
}

.left ul li svg path {
    fill: #5c8434;
}

.left ul li p {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    text-align: start !important;
    margin: 0px !important;
}

.inner-wrap .left p,
.footer .left p {
    position: relative;
    font-weight: 700;
    font-size: 25px;
    line-height: 152%;
    z-index: 1;
    text-shadow: 0 0 6px #e3e3e3;
}

.inner-wrap .right {
    float: left;
    background: #1a523b;
    color: #fff;
    border-radius: 20px;
    width: 400px;
    min-height: 525px;
    padding-top: 50px;
    padding-bottom: 35px;
    position: relative;
    top: -65px;
    left: 100px;
}

.field {
    display: block;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 5px;
    max-width: 100%;
    width: 80%;
    height: 45px;
    background: inherit;
    margin-bottom: 9px;
    font-weight: 400;
    border-radius: 25px;
    font-size: 16px;
    color: #252525;
    background-color: white;
    border: 1px solid #69727d;
    padding-left: 20px;
    outline: none;
}

.price-block {
    margin-bottom: 20px;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.price-block .new {
    display: inline-block;
    vertical-align: bottom;
    font-weight: 700;
    font-size: 45px;
    margin-right: 10px;
}

.price-block .old {
    position: relative;
    font-weight: 500;
    font-size: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.price-block .old:after {
    position: absolute;
    content: '';
    display: block;
    top: 11px;
    background: #fff;
    height: 2px;
    width: 100%;
    transform: skew(160deg, 160deg);
}

.first-screen {
    padding-left: 95px;
}

.first-screen .container {
    position: relative;
}

.first-screen__dec-1 {
    position: absolute;
    top: 147px;
    left: 330px;
    display: none;
}

.first-screen form,
.footer form {
    position: relative;
    z-index: 9;
}

.first-screen .left {
    position: relative;
}

.first-screen__prod {
    height: 300px;
    /* padding-right: 60px; */
}

form p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    max-width: 260px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.button {
    text-decoration: none;
    display: block;
    margin: auto;
    background: #b8331d;
    border-radius: 50px;
    border: 1px solid #5a5a5a;
    max-width: 300px;
    width: 80%;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button svg {
    height: 20px;
    margin-right: 5px;
    fill: white;
}

.second-screen {
    padding-bottom: 50px;
}

.second-screen h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 30px;
}

.second-screen .column_2 h3 {
    font-size: 36px;
}

.second-screen p {
    font-weight: 500;
    font-size: 16px;
    line-height: 187%;
}

.second-screen .column_1 {
    max-width: 385px;
    margin-right: 40px;
}

.second-screen .column_1,
.second-screen .column_2,
.second-screen img {
    display: inline-block;
    vertical-align: bottom;
}

.second-screen img {
    border-radius: 5px;
    width: 317px;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.second-screen .column_2 {
    max-width: 335px;
    margin-left: 52px;
}

.third-screen .title {
    font-weight: 700;
    font-size: 45px;
    line-height: 122%;
    text-align: center;
    max-width: 710px;
    margin: auto;
    margin-bottom: 30px;
}

.third-screen .text {
    font-weight: 500;
    font-size: 22px;
    line-height: 159%;
    text-align: center;
    max-width: 865px;
    margin: auto;
    margin-bottom: 30px;
}

.third-screen .inner-wrapper {
    font-size: 0;
    text-align: center;
}

.third-screen .item {
    display: inline-block;
    vertical-align: top;
    max-width: 250px;
    margin-right: 90px;
}

.third-screen .item img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.third-screen .item p {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 187%;
    text-align: center;
}

.third-screen .item:last-child {
    margin-right: 0;
}

.third-screen .item h3 {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
}

.third-screen .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 187%;
    text-align: center;
}

.number {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    background: #368731;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    margin: auto;
    margin-bottom: 10px;
}

.third-screen .container {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.fourth-screen .container {
    position: relative;
    padding-bottom: 40px;
}

.fourth-screen .title {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-bottom: 23px;
}

.fourth-screen .text {
    font-weight: 500;
    font-size: 25px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 67px;
}

.fourth-screen .left,
.fourth-screen .right {
    max-width: 290px;
}

.fourth-screen .left {
    float: left;
    text-align: right;
}

.fourth-screen .right {
    float: right;
    text-align: left;
}

.fourth-screen .item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 23px 20px;
    margin-bottom: 27px;
}

.fourth-screen .item:after {
    content: "";
    position: absolute;
    display: block;
    right: -80px;
    top: 30px;
    background: #ffffff;
    width: 80px;
    height: 1px;
    z-index: 2;
}

.fourth-screen .item:before {
    content: "";
    position: absolute;
    display: block;
    right: -85px;
    top: 23px;
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 3;
}

.fourth-screen .right .item:after {
    left: -80px;
}

.fourth-screen .right .item:before {
    left: -85px;
}

.fourth-screen .item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.fourth-screen .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 187%;
}

.fourth-screen .item img {
    position: absolute;
    top: 0;
    right: -200px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.fourth-screen .right .item img {
    left: -200px;
}

.fourth-screen .right .item:nth-child(2) img {
    left: -193px;
    top: 0px;
}

.fourth-screen .right .inner:nth-child(2) .item:nth-child(2) img,
.fourth-screen .right .inner:nth-child(3) .item:nth-child(2) img {
    left: -197px;
    top: -9px;
}

.fourth-screen .left .item:nth-child(2) img {
    top: -36px;
    right: -188px;
}

.fourth-screen .left .inner:nth-child(3) .item:nth-child(2) img {
    top: 12px;
    right: -213px;
}

.fourth-screen img.drop_1 {
    right: -200px !important;
}

.fourth-screen .pippet {
    position: absolute;
    top: 350px;
    left: -150px;
    margin: auto;
    height: 400px;
    z-index: -1;
}

.fourth-screen .bottle {
    pointer-events: none;
    position: absolute;
    top: 550px;
    right: -150px;
    height: 400px;
    margin: auto;
}

.action-screen .container {
    position: relative;
    padding-bottom: 134px;
}

.action-screen .woman {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 489px;
}

.action-screen .left {
    max-width: 590px;
}

.action-screen .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    text-align: right;
    margin-bottom: 40px;
}

.action-screen__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    text-align: right;
    margin-bottom: 50px;
}

.action-screen .accordion__item {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.action-screen .accordion__item:last-child {
    margin-bottom: 0;
}

.action-screen .accordion__header {
    position: relative;
    display: block;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 20px;
}

.action-screen .accordion__header::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../img/Vector.png");
    background-repeat: no-repeat;
    transition: transform 0.2s ease-out;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 8px;
}

.action-screen .accordion__content {
    padding-bottom: 25px;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    padding-left: 45px;
    padding-right: 45px;
}

.action-screen .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.beneficios {
    padding-top: 30px;
    padding-bottom: 60px;
}

.beneficios .title {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 45px;
}

.item-li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 25px;
    color: #131313;
}

.item-li svg {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.img-item-li {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.beneficios {
    width: 100%;
}

.beneficios .title {
    text-align: start;
}

.beneficios .container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beneficios .bleft {
    width: 100%;
    height: 100%;
}

.beneficios .bright {
    width: 100%;
    height: 100%;
}

.reviews-screen .container {
    background: #fff;
    padding-top: 77px;
    padding-bottom: 40px;
    padding-left: 98px;
    padding-right: 98px;
    border-radius: 5px;
    margin-bottom: 100px;
}

.reviews-screen .title {
    font-weight: 700;
    font-size: 50px;
    margin: auto;
    margin-bottom: 30px;
    max-width: 730px;
    text-align: center;
}

.reviews-screen__top-text {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
    color: #cdcaca !important;
}

.data-wrapper {
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}

.data-wrapper .item {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    margin-right: 130px;
}

.data-wrapper .item:last-child {
    margin-right: 0;
}

.data-wrapper .item p {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
}

.data-wrapper .item p b {
    font-weight: 500;
}

.data-wrapper .item img {
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.data-wrapper .item span {
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    text-align: center;
    display: block;
    max-width: 115px;
    margin: auto;
}

.slider-wrap {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.slider-wrap .item {
    position: relative;
    background: #1a523b;
    color: white !important;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 14px;
    border-radius: 10px;
    max-width: 454px;
    padding-bottom: 30px;
    margin-bottom: 120px;
}

/* .slider-wrap .item:nth-child(5),.slider-wrap .item:nth-child(6){margin-bottom:0;} */
.slider-wrap .item:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 15px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #1a523b;
}

.slider-wrap .item:nth-child(even) {
    margin-left: 35px;
}

.slider-photo {
    margin-bottom: 30px;
}

.rating {
    margin-top: 10px;
}

.rating i {
    color: rgb(255, 162, 0);
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}

.s-actions {
    /*background: url(../img/bg-blue-gel.svg) no-repeat center;*/
    background-size: contain;
}

/* .reviews-screen .button{
     background: #5c8434 !important;
} */
.slider-photo .before,
.slider-photo .after {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.slider-photo .before {
    margin-right: 5px;
}

.slider-photo p {
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #5c8434;
    border-radius: 50px;
    width: 66px;
    width: fit-content;
    padding: 0 7px;
    min-width: 66px;
    height: 22px;
    line-height: 22px;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.slider-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 5px;
}

.grade {
    margin-bottom: 10px;
}

.grade p,
.grade img {
    display: inline-block;
    vertical-align: middle;
}

.grade p b {
    font-weight: 700;
    font-size: 16px;
    color: white;
}

.grade p {
    font-weight: 500;
    color: #c4c4c4;
    font-size: 16px;
    margin-right: 15px;
}

.name {
    background: transparent;
    bottom: -65px;
    position: absolute;
    font-size: 0;
    text-align: center;
}

.name img,
.name .right {
    display: inline-block;
    vertical-align: middle;
}

.name img {
    margin-right: 10px;
    border-radius: 50%;
}

.name .right p {
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.name .right span {
    font-size: 16px;
    display: inline;
    font-weight: 400;
    margin-left: -40px;
}

.slider-wrap .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
}

.answers-sreen {
    padding-bottom: 100px;
}

.answers-sreen .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    text-align: center;
    color: #000;
    max-width: 750px;
    margin: auto;
    margin-bottom: 67px;
}

.answers-sreen .accordion__item {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

.answers-sreen .accordion__item:last-child {
    border: none;
    margin-bottom: 0;
}

.answers-sreen .accordion__header {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    padding-bottom: 28px;
}

.answers-sreen .accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("../img/Vector.png");
    background-repeat: no-repeat;
    content: "";
    transition: transform 0.2s ease-out;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.answers-sreen .accordion__item:not(.accordion__item_show) .accordion__header {
    position: relative;
    padding-right: 30px;
}

.answers-sreen .accordion__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    padding-bottom: 25px;
}

.answers-sreen .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.instructions-block .container {
    background: #fff;
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
}

.instructions-block .title {
    font-weight: 700;
    font-size: 45px;
    line-height: 122%;
    text-align: center;
    max-width: 840px;
    margin: auto;
    margin-bottom: 45px;
}

.instructions-block .inner-wrapper {
    font-size: 0;
    text-align: center;
}

.instructions-block .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 210px;
    margin-right: 125px;
}

.instructions-block .item:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/arrows.png) no-repeat center;
    right: -85px;
    top: 10px;
    width: 34px;
    height: 24px;
}

.instructions-block .item:last-child:after {
    display: none;
}

.instructions-block .item:last-child {
    margin-right: 0;
}

.instructions-block h3 {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.instructions-block p {
    font-weight: 500;
    font-size: 16px;
    line-height: 187%;
    text-align: center;
}

.footer .container {
    position: relative;
}

.footer .pippet {
    position: absolute;
    bottom: 50px;
    left: 0;
    height: 450px;
    z-index: -1;
}

.wrapper {
    overflow: hidden;
}

.web {
    display: block;
}

.mob {
    display: none;
}

@media (min-width: 1142px) {
    .slider-wrap {
        margin-bottom: 100px;
    }
}

@media (max-width: 1142px) {
    .second-screen img {
        width: 300px;
        height: 348px;
    }
}

@media (min-width: 1190px) {
    .second-screen .container {
        padding-left: 0;
        padding-right: 0;
        margin-top: -45px;
    }

    .inner-wrap .left {
        margin-right: 125px;
    }
}

@media (min-width: 990px) and (max-width: 1190px) {
    .menu .item {
        margin-right: 40px;
    }

    .first-screen .title {
        font-size: 135px;
    }

    .first-screen .left {
        margin-bottom: 100px;
    }

    .first-screen .inner-wrap .right,
    .first-screen .left {
        float: none;
        margin-left: auto;
        min-width: 466px;
    }

    .first-screen__prod {
        top: 105px;
        left: 320px;
    }

    .second-screen .container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .second-screen .column_2 {
        margin-top: 35px;
    }

    .action-screen .left {
        position: relative;
        z-index: 1;
    }

    .action-screen__text {
        text-shadow: 0 0 6px #ededed;
    }

    .slider-wrap .item {
        max-width: none;
    }

    .slider-wrap .item:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
    }

    .answers-sreen .accordion__item {
        padding: 0 15px;
    }

    .footer .inner-wrap .right {
        float: right;
    }

    .footer .left p {
        position: relative;
        z-index: 4;
        text-shadow: 0 0 6px #e3e3e3;
    }

    .footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .title {
        font-size: 155px;
    }

    .action-screen .woman {
        right: -200px;
    }

    .first-screen {
        padding-left: 0;
    }

    .first-screen .inner-wrap {
        display: flex;
    }
}

@media screen and (max-width:990px) {
    .prod_50off {
        width: 140px;
        height: 140px;
        top: auto;
        right: -40px;
    }

    .container {
        max-width: 320px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .action-screen .container {
        padding-bottom: 80px;
    }

    .mob {
        display: block;
    }



    .menu {
        /*display: none;*/
        position: absolute;
/*        background: #fff;
        bottom: -206px;
        z-index: 10;
        right: -7px;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
        padding: 20px;
        border-radius: 20px;
        transform: translateX(-200%);*/
    }

    .first-screen .title,
    .footer .title {
        font-size: 60px;
        line-height: 40px;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .logo {
        margin-right: 80px;
        float: none;
        position: relative;
        left: -45px;
    }

    .logo img {
        width: 117px;
    }

    .header {
        margin-bottom: 37px;
    }

    .header .container {
        position: relative;
        padding: 17px 0;
    }

    .header .icon-menu {
        cursor: pointer;
        position: absolute;
        content: "";
        display: block;
        width: 30px;
        height: 19px;
        right: 20px;
        top: 20px;
    }

    .first-screen {
        padding-left: 0;
        margin-bottom: 80px;
    }

    .top-text {
        font-size: 12px;
    }

    .none{
     display: none;
    }

    .inner-wrap .left p,
    .footer .left p {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
        margin: auto;
        margin-bottom: 15px;
    }

    .inner-wrap .left {
        float: none;
        margin-right: 0;
    }

    .first-screen__dec-1 {
        display: none;
    }

    .first-screen__prod {
        width: 100%;
        height: 500px;
        max-height: 300px;
        object-fit: contain;
        margin: auto;
        padding-right: 0px !important;
    }

    .inner-wrap .right {
        float: none;
        top: 0;
        left: 0;
        margin: auto;
        background: none;
        border: none;
        right: 0;
        height: auto;
        width: auto;
    }

    .circle {
        position: absolute;
        width: 500px;
        height: 650px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        margin: auto;
        top: 25px;
        background: #1a523b;
        z-index: -1;
        border-radius: 25px;
        width: 100%;
    }

    .second-screen h3 {
        font-size: 30px;
        line-height: 133%;
        margin-bottom: 20px;
    }

    img {
        max-width: 100%;
    }

    .second-screen .column_1 {
        margin-right: 0;
    }

    .second-screen img {
        height: 348px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .third-screen .title {
        font-size: 28px;
        line-height: 133%;
        margin-bottom: 25px;
    }

    .third-screen .text {
        font-size: 18px;
        line-height: 139%;
    }

    .third-screen .item {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 35px;
    }

    .third-screen .item:last-child {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .third-screen .container {
        padding-bottom: 40px;
    }

    .fourth-screen .title {
        margin-right: -10px;
        margin-left: -10px;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .fourth-screen .text {
        margin-bottom: px;
        font-size: 18px;
        line-height: 139%;
        text-align: center;
    }

    .fourth-screen .item h3 {
        text-align: center;
    }

    .fourth-screen .pippet,
    .fourth-screen .bottle {
        display: none;
    }

    .fourth-screen .item:before,
    .fourth-screen .item:after {
        display: none;
    }

    .fourth-screen .left {
        float: none;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .fourth-screen .item img {
        position: absolute;
        top: -20% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        height: 125px;
        width: 125px;
    }

    .action-screen .title {
        font-size: 30px;
        line-height: 133%;
        text-align: center;
        margin-bottom: 25px;
    }

    .action-screen .woman {
        display: none;
    }

    .action-screen__text {
        font-size: 16px;
        line-height: 139%;
        text-align: center;
        margin-bottom: 25px;
    }

    .action-screen .accordion__header,
    .answers-sreen .accordion__header {
        font-size: 16px;
        line-height: 139%;
        text-align: left;
        padding: 10px 5px;
        padding-right: 30px;
    }

    .action-screen .accordion__content {
        font-size: 16px;
        line-height: 187%;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
    }

    .action-screen .accordion__item {
        margin-bottom: 25px;
    }

    .fourth-screen .item {
        position: relative;
        z-index: 5;
    }

    .fourth-screen .inner {
        position: relative;
        margin-top: 100px;
    }

    .drop_mob {
        position: absolute;
        left: 0;
        right: 0;
        top: -60px;
        z-index: 2;
        margin: auto;
    }

    .reviews-screen .container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
        margin-bottom: 70px;
        padding-bottom: 20px;
    }

    .slider-photo .before img,
    .slider-photo .after img {
        width: 125px;
    }

    .reviews-screen .title,
    .answers-sreen .title,
    .instructions-block .title {
        font-size: 27px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .reviews-screen__top-text {
        font-size: 18px;
        line-height: 139%;
        margin-bottom: 20px;
    }

    .data-wrapper .item p {
        font-size: 20px;
    }

    .data-wrapper .item span {
        font-size: 14px;
        line-height: 129%;
    }

    .data-wrapper .item:nth-child(1) img {
        width: 30px;
    }

    .data-wrapper .item:nth-child(2) img {
        width: 83px;
    }

    .data-wrapper .item:nth-child(3) img {
        width: 30px;
    }

    .data-wrapper .item {
        width: 90px;
        margin-right: 5px;
    }

    .data-wrapper {
        margin-bottom: 25px;
    }

    .slider-photo {
        text-align: center;
        margin-left: -96px;
    }

    .slider-title {
        font-size: 18px;
        line-height: 139%;
    }

    .name {
        background: transparent;
        bottom: -65px;
        position: absolute;
        font-size: 0;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
    }

    .slider-wrap .item:after {
        left: 0;
        right: 0;
    }

    .slider-wrap .item:nth-child(even) {
        margin-left: auto;
    }

    .answers-sreen .accordion__item {
        margin-bottom: 5px;
    }

    .instructions-block .item {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 45px;
        margin-bottom: 20px;
    }

    .instructions-block .item:after {
        content: "";
        position: absolute;
        display: block;
        background: url(../img/arrows.png) no-repeat center;
        right: 0;
        top: auto;
        width: 34px;
        height: 24px;
        bottom: 0;
        left: 0;
        margin: auto;
        transform: rotate(90deg);
    }

    .instructions-block .item:last-child {
        margin-right: auto;
    }

    .instructions-block .container {
        padding-bottom: 0;
        margin-bottom: 80px;
    }

    .second-screen .column_2 {
        margin-left: 0;
    }

    .footer .left p {
        margin-bottom: 40px;
    }

    .footer {
        position: relative;
        background-image: none;
        background-position-y: -238px;
    }

    .footer::before {
        position: absolute;
        background: url(../../../../127.0.0.1_3A5500/img/bg_news02.png
) no-repeat top;
        content: '';
        width: 100%;
        right: 0;
        bottom: 0;
        top: -84px;
        left: 0;
    }

    .footer .container {
        padding-bottom: 80px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer .pippet {
        display: none;
    }

    .footer-product {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        top: 185px;
        z-index: 1;
        width: 225px;
        max-width: 225px;
    }

    .second-screen {
        position: relative;
    }

    .second-screen:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 7550px;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .number {
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }

    .beneficios .container {
        flex-direction: column;
        justify-content: center;
    }

    .beneficios .button {
        margin: auto !important;
    }

    .beneficios .title {
        text-align: center;
    }

    .bright {
        margin-top: 40px;
    }

    .first-screen .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.no-wrap {
    white-space: nowrap;
}

@media (min-width: 990px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.h1 {
    font-size: 24px;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    color: var(--color1);
}

.s-actions {
    padding: 25px 0 0;
    position: relative;
}

.text-center {
    text-align: center;
}

.b-pluses {
    list-style: none;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    color: var(--color1);
    text-transform: uppercase;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 15px auto 10px;
}

.b-pluses li {
    padding-left: 50px;
    background: url("../img/gel-svg.svg") no-repeat left center;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
}

.b-actions {
    background: #fff;
    border: 1px solid #146c802b;
    list-style: none;
    padding: 25px 13px 5px;
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 15px;
}

.b-actions li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 17px;
}

.b-actions li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #5c8434;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.b-actions li:after {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    left: 17px;
    bottom: -3px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5c8434), to(#fff));
    background: -o-linear-gradient(left, #5c8434 0, #fff 100%);
    background: linear-gradient(to right, #5c8434 0, #fff 100%);
}

.b-actions li:last-child:after {
    display: none;
}

.magic-photo {
    max-width: 500px;
    margin: 0 auto;
}

.text-large {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin: 15px 0 10px;
}

.subtitle {
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0px;
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons svg {
    width: 40px;
    height: 40px;
    margin: 10px 10px;
    fill: white;
}

.logo img {
    width: 90px;
    object-fit: contain;
}

.btn-pink {
    background-color: #5c8434;
    border: none;
    font-weight: bold;
    line-height: 0;
}

@media (min-width: 991px) {
    .h1 {
        font-size: 61px;
    }

    .s-actions {
        padding: 75px 0 0;
    }

    .s-actions .h1 {
        margin-bottom: 40px;
    }

    .actions-inner {
        display: inline-block;
        width: 42%;
        vertical-align: top;
    }

    .b-pluses {
        max-width: 310px;
        margin: 10px 25px 15px auto;
    }

    .b-pluses li {
        padding-right: 55px;
        background-position: right center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        padding-left: 0;
        text-align: right;
    }

    .b-actions {
        text-align: right;
        padding: 50px 40px 40px;
        margin-right: -100px;
        z-index: 10;
    }

    .b-actions li {
        margin-bottom: 15px;
        padding-right: 25px;
    }

    .b-actions li:before {
        left: auto;
        right: 0;
    }

    .b-actions li:after {
        left: auto;
        right: 25px;
        background: -webkit-gradient(linear, right top, left top, color-stop(0, #f7ae9f), to(#fff));
        background: -o-linear-gradient(right, #5c8434 0, #fff 100%);
        background: linear-gradient(to left, #5c8434 0, #fff 100%);
    }

    .b-actions li:last-child:after {
        display: block;
    }

    .magic-photo {
        display: inline-block;
        max-width: 57%;
    }

    .text-large {
        font-size: 24px;
        margin: 25px auto 30px;
        max-width: 715px;
    }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
    .a {
        display: none;
        fill: #fcaa9c;
    }

    .b {
        fill: #fcaa9c;
    }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
    .s0 {
        fill: #fcaa9c;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Jost';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/jost/v18/92zUtBhPNqw73oHt5D4hTxM.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Jost';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/jost/v18/92zUtBhPNqw73oHt7j4hTxM.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Jost';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/jost/v18/92zUtBhPNqw73oHt4D4h.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/jost/v18/92zatBhPNqw73oDd4iYl.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/jost/v18/92zatBhPNqw73ord4iYl.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/jost/v18/92zatBhPNqw73oTd4g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.button {
    position: relative;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #13BD68;
    transition: all 0.2s ease;
}

.button:active {
    transform: scale(0.96);
}

.button:before,
.button:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
}

.button:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, transparent 20%, var(--color1) 20%, transparent 30%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, transparent 10%, var(--color1) 15%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
        10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
            40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
            50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
            50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

.button:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, transparent 10%, var(--color1) 15%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%),
        radial-gradient(circle, var(--color1) 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
            70% -10%, 70% 0%;
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
            105% 0%;
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
            110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}


@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/* modal */
.modal--v {
    transform: translateX(0) !important;
    opacity: 1;
}

.modal {
    width: 100%;
    max-width: 300px;
    height: fit-content;
    background-color: white;
    border-radius: 90px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 4%;
    left: 2%;
    transform: translate(-50%, -50%);
    z-index: 122;
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 10px;
    /* transform: translateX(0px); */
    transform: translateX(-1500px);
    transition: transform 700ms ease-in-out, opacity 500ms ease-in-out;
}


.modal img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 82px;
    width: 100%;
    padding-right: 10px;
    justify-content: center;
    gap: 10px;
}

.modal-content h2 {
    font-size: .8rem;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    height: fit-content;
}

.modal-content p {
    font-size: .7rem;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    height: fit-content;
}

.modal-bottom {
    display: flex;
    align-items: center;
    gap: 4px;
}

.modal-bottom svg {
    width: 10px;
    height: 10px;
    fill: #5c8434;
}

.modal-bottom p {
    font-size: .6rem;
    font-weight: 400;
    color: #5c8434;
}

@media (min-width:1024px) {

    .modal {
        width: 100%;
        max-width: 450px;
        height: 125px;
    }


    .modal img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    .modal-content {
        height: 102px;
    }

    .modal-content h2 {
        font-size: 1.3rem;
    }

    .modal-content p {
        font-size: .9rem;
    }

    .modal-bottom svg {
        width: 15px;
        height: 15px;
    }

    .modal-bottom p {
        font-size: .9rem;
    }
}


/* footer */
footer {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 18px 10%;
    background: linear-gradient(135deg, #faf9ff 0%, #f6f6f6 100%);
}

footer nav {
    display: flex;
    gap: 10px;
}

footer nav a {
    text-decoration: none;
}

footer nav a:hover {
    color: #5c8434;
    text-decoration: underline;
}

footer .description-footer {
    font-size: .8rem;
    color: #8a8a8a;
    text-align: center;
}

footer .derechos-footer {
    font-size: .9rem;
    color: #8a8a8a;
    text-align: center;
}

/* section cero */

.number {
    font-size: 24px;
    font-weight: bold;
}

.imagen-debajo {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.girl {
    display: block;
    margin: 10px auto;
    width: 70px;
    height: auto;
}

@media(max-width:360px) {
    .title {
        font-size: 3rem !important;
    }

    .instructions-block .title,
    .answers-sreen .title,
    .reviews-screen .title,
    .action-screen .title,
    .beneficios .title,
    .fourth-screen .title,
    .third-screen .title {
        font-size: 2rem !important;
    }

    .inner-wrap .right {
        padding-top: 37px !important;
    }

}