html,
body {
    max-width: 100% !important;
    /* overflow-x: hidden !important; */
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html * {
    color: #000;
    font-family: "Poppins", sans-serif;
}

body {
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.contenedor {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
}

.head-promotion {
    background-color: #121212;
    padding: 10px 0;
}

@media (max-width: 1080px) {
    .head-promotion {
        padding: 12px 55px;
    }
}


.head-promotion .text-desktop {
    color: #fcfcfc;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.head-promotion .text-desktop span {
    color: #ffca00;
}

.head-promotion .text-mobile {
    display: none;
    color: #fcfcfc;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.head-promotion .text-mobile span {
    color: #ffca00;
}

@media (max-width: 1080px) {
    .head-promotion .text-desktop {
        display: none;
    }

    .head-promotion .text-mobile {
        display: block;
    }
}

.head-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 100px;
    background-color: #7804da;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 1080px) {
    .head-logo {
        padding: 10px 16px;
    }

    .head-logo img {
        width: 82px;
    }
}

.head-logo .content {
    display: flex;
    align-items: center;
}

.head-logo .content p {
    color: #f5f5f5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: right;
    margin-right: 20px;
}

@media (max-width: 1080px) {
    .head-logo .content p {
        display: none;
    }
}

.head-logo .content p span {
    margin: 0;
    color: #ffca00;
    text-align: right;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
}

.head-logo .content a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #ec531d;
    border-radius: 999999px;
    text-decoration: none;
    padding: 15px 39px;
    transition: all 0.3s;
    border: 1px solid #ec531d;
}

.head-logo .content a:hover {
    background-color: #fff;
    color: #ec531d;
}

@media (max-width: 1080px) {
    .head-logo .content a {
        font-size: 14px;
        padding: 6px 12px;
    }
}

.banner {
    display: flex;
    justify-content: space-between;
    padding: 66px 100px;
    background-image: url("../images/banner-desktop.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    padding-bottom: 100px;
}

@media (max-width: 1080px) {
    .banner {
        padding: 16px;
        background-image: none;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
    }
}

.banner .first-block h1 {
    color: #7804da;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

@media (max-width: 1080px) {
    .banner .first-block h1 {
        font-size: 30px;
    }
}

.banner .first-block h1 span {
    font-style: italic;
    color: #7804da;
}

.banner .first-block h2 {
    color: #121212;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

@media (max-width: 1080px) {
    .banner .first-block h2 {
        font-size: 17px;
    }
}

.banner .first-block > p {
    color: #121212;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

@media (max-width: 1080px) {
    .banner .first-block > p {
        font-size: 15px;
    }
}

.banner .first-block p span {
    color: #7804da;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1080px) {
    .banner .first-block p span {
        font-size: 15px;
    }
}

.banner .first-block .list {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
}

@media (max-width: 1080px) {
    .banner .first-block .list {
        margin-top: 15px;
    }
}

.banner .first-block .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

@media (max-width: 1080px) {
    .banner .first-block .list-item {
        margin-bottom: 10px;
    }
}

.banner .first-block .list-item p {
    color: #ec531d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-left: 15px;
}

@media (max-width: 1080px) {
    .banner .first-block .list-item p {
        font-size: 12px;
    }
}

.banner .first-block .images-responsive {
    display: none;
}

@media (max-width: 1080px) {
    .banner .first-block .images-responsive {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.banner .first-block .first-block-image-flot {
    display: none;
    position: absolute;
    top: 137px;
    right: 16px;
}

@media (max-width: 1080px) {
    .banner .first-block .first-block-image-flot {
        display: block;
    }
}

.banner .form-first-step {
    display: flex;
    flex-direction: column;
    width: fit-content;
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    background: #fcfcfc;
    padding: 15px 19px;
    position: relative;
}

@media (max-width: 1080px) {
    .banner .form-first-step {
        margin-top: 20px;
        width: 100%;
    }
}

.banner .form-first-step input {
    width: 364px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    background-color: #f4f4f4;
    margin: 0;
    margin-bottom: 11px;
    outline: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.2s ease-in-out;
}

select {
    width: 364px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    background-color: #f4f4f4;
    margin: 0;
    margin-bottom: 11px;
    outline: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1080px) {
    select {
        width: 100%;
    }
}

.banner .form-first-step input:focus {
    box-shadow: 0px 0px 12px -1px #7804da;
    -webkit-box-shadow: 0px 0px 7px -1px #7804da;
    -moz-box-shadow: 0px 0px 12px -1px #7804da;
}

@media (max-width: 1080px) {
    .banner .form-first-step input {
        width: 100%;
    }
}

.banner .form-first-step input::placeholder {
    color: #656464;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner .form-first-step p {
    color: #fcfcfc;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 17px;
    border-radius: 20px;
    background: #7804da;
    padding: 8px 15px;
    margin-top: 15px;
}

.banner .form-first-step .flot-form {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #7804da;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    background: #fcfcfc;
    padding: 8px 18px;
}

@media (max-width: 1080px) {
    .banner .form-first-step .flot-form {
        padding: 4px 20px;
    }
}

.banner .form-first-step button {
    border-radius: 999999px;
    border: 2px solid #ec531d;
    background-color: #ec531d;
    box-shadow: 0px 4px 4px 0px rgba(0, 10, 31, 0.2);
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 0;
    margin-top: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

@media (max-width: 1080px) {
    .banner .form-first-step button {
        font-size: 16px;
        padding: 10px 0;
    }
}

.banner .form-first-step button:hover {
    background-color: #fff;
    color: #ec531d;
}

.block-social {
    padding: 45px 58px;
    background-image: url("../images/bg-social-desktop.png");
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 45px;
    margin-top: -50px;
    position: relative;
    overflow: hidden;
    height: 738px;
}

@media (max-width: 1080px) {
    .block-social {
        margin-top: 0;
        padding: 25px 14px;
        height: fit-content;
        overflow: visible;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.block-social h2 {
    color: #7804da;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-top: 35px;
    width: fit-content;
    max-width: 491px;
}

@media (max-width: 1080px) {
    .block-social h2 {
        margin: 0;
        font-size: 24px;
        text-align: center;
        max-width: 300px;
    }
}

.block-social p {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    margin: 0;
    margin-top: 16px;
    width: fit-content;
    max-width: 426px;
}

@media (max-width: 1080px) {
    .block-social p {
        font-size: 14px;
        max-width: 295px;
        margin-top: 25px;
    }
}

.block-social .flot-desktop {
    position: absolute;
    bottom: -1px;
    right: 20px;
}

@media (max-width: 1080px) {
    .block-social .flot-desktop {
        display: none;
    }
}

.block-social .flot-mobile {
    display: none;
}

@media (max-width: 1080px) {
    .block-social .flot-mobile {
        display: block;
        width: 100%;
    }
}

.block-social .posts {
    margin-top: 36px;
    margin-bottom: 58px;
    position: relative;
    z-index: 10;
}

@media (max-width: 1080px) {
    .block-social .posts {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.block-social .posts img:first-child {
    margin-right: 20px;
}

@media (max-width: 1080px) {
    .block-social .posts img:first-child {
        margin-right: 0;
    }

    .block-social .posts img {
        margin-top: 20px;
        width: 100%;
    }
}

.block-social a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 999999px;
    border: 2px solid #ec531d;
    background-color: #ec531d;
    box-shadow: 0px 4px 4px 0px rgba(0, 10, 31, 0.2);
    padding: 15px 39px;
    text-decoration: none;
    transition: all 0.3s;
}

@media (max-width: 1080px) {
    .block-social a {
        position: absolute;
        bottom: -17px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
    }
}

.block-social a:hover {
    background-color: #fff;
    color: #ec531d;
}

.clients-happy {
    width: 90%;
    margin: 0 auto;
    margin-top: 112px;
    max-width: 1300px;
}

@media (max-width: 1080px) {
    .clients-happy {
        margin-top: 60px;
    }
}

.clients-happy h2 {
    color: #ec531d;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 44px;
}

@media (max-width: 1080px) {
    .clients-happy h2 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}

@media (min-width: 1080px) {
    .clients-happy .posts {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
    }

    .clients-happy .posts .post {
        border-radius: 20px;
        border: 2px solid #e0e0e0;
        overflow: hidden;
        height: 550px;
        position: relative;
    }

    .clients-happy .posts .post > img {
        width: 100%;
        transform: scale(1.05);
    }

    .clients-happy .posts .post > p {
        color: #121212;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 22.4px */
        margin: 0;
        padding: 22px 17px;
        padding-bottom: 0;
    }

    .clients-happy .posts .post .rating {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: auto;
        padding: 12px 17px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .clients-happy .posts .post .rating .name {
        display: flex;
        flex-direction: column;
    }

    .clients-happy .posts .post .rating .name h3 {
        color: #121212;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 25.6px */
        margin: 0;
    }

    .clients-happy .posts .post .rating .name p {
        color: #b0b0b0;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        margin: 0;
    }
}

@media (max-width: 1080px) {
    .clients-happy .posts .post {
        border-radius: 20px;
        border: 2px solid #e0e0e0;
        height: fit-content;
        width: 100%;
        margin: 0 5px;
        overflow: hidden;
    }

    .clients-happy .posts .post > img {
        width: 100%;
        transform: scale(1.05);
    }

    .clients-happy .posts .post > p {
        color: #121212;
        font-size: 11.98px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 22.4px */
        margin: 0;
        padding: 22px 17px;
        padding-bottom: 0;
    }

    .clients-happy .posts .post .rating {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: auto;
        padding: 10px 14px;
        margin-top: 40px;
    }

    .clients-happy .posts .post .rating img {
        margin-bottom: 5px;
    }

    .clients-happy .posts .post .rating .name {
        display: flex;
        flex-direction: column;
    }

    .clients-happy .posts .post .rating .name h3 {
        color: #121212;
        font-size: 13.692px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 25.6px */
        margin: 0;
    }

    .clients-happy .posts .post .rating .name p {
        color: #b0b0b0;
        font-size: 13.692px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        margin: 0;
    }

    .slick-dots {
        list-style: none;
        display: flex;
        padding: 0;
        padding-top: 30px;
        padding-left: 15px;
    }

    .slick-dots button {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #e0e0e0;
        margin: 0 5px;
        padding: 0;
        border: none;
    }

    .slick-active button {
        background-color: #ec531d !important;
    }
}

.benefits {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 170px;
    background-image: url("../images/bg-benefits.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 45px;
    overflow: hidden;
    padding: 36px 97px;
    text-align: center;
    position: relative;
}

@media (max-width: 1080px) {
    .benefits {
        margin-top: 82px;
        padding: 33px 4px;
        padding-right: 2px;
    }
}

.benefits h2 {
    color: #fcfcfc;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 55px;
}

@media (max-width: 1080px) {
    .benefits h2 {
        font-size: 24px;
        margin-bottom: 26px;
    }
}

.benefits a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 38px;
    border-radius: 999999px;
    border: 2px solid #ec531d;
    background: #ec531d;
    box-shadow: 0px 4px 4px 0px rgba(0, 10, 31, 0.2);
    text-decoration: none;
    transition: all 0.3s;
}

.benefits a:hover {
    background: #fff;
    color: #ec531d;
}

.benefits .benefits-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 65px;
}

@media (max-width: 1080px) {
    .benefits .benefits-content {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 10px;
    }
}

.benefits .benefits-content .benefit {
    background-color: #fff;
    border-radius: 20px;
    padding: 21px 17px;
}

@media (max-width: 1080px) {
    .benefits .benefits-content .benefit {
        padding: 21px 17px;
        width: 100%;
    }
}

.benefits .benefits-content .benefit h3 {
    color: #7804da;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
}

@media (max-width: 1080px) {
    .benefits .benefits-content .benefit h3 {
        font-size: 18px;
        margin-bottom: 13px;
    }
}

.benefits .benefits-content .benefit p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 20px;
    text-align: left;
}

@media (max-width: 1080px) {
    .benefits .benefits-content .benefit p {
        font-size: 14px;
    }
}

.benefits .benefits-content .benefit .cont-img {
    display: flex;
    justify-content: center;
}

@media (min-width: 1080px) {
    .benefits .benefits-content .benefit:nth-child(1) {
        grid-column: 1 / 3;
    }

    .benefits .benefits-content .benefit:nth-child(2) {
        grid-column: 3 / 5;
    }

    .benefits .benefits-content .benefit:nth-child(3) {
        grid-column: 5 / 7;
    }

    .benefits .benefits-content .benefit:nth-child(4) {
        grid-column: 1 / 4;
    }

    .benefits .benefits-content .benefit:nth-child(5) {
        grid-column: 4 / 7;
    }

    .benefits .benefits-content .benefit:nth-child(4),
    .benefits .benefits-content .benefit:nth-child(5) {
        display: grid;
        grid-template-columns: 300px 1fr;
    }

    .benefits .benefits-content .benefit:nth-child(4) h3,
    .benefits .benefits-content .benefit:nth-child(5) h3 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .benefits .benefits-content .benefit:nth-child(4) p,
    .benefits .benefits-content .benefit:nth-child(5) p {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .benefits .benefits-content .benefit:nth-child(4) .cont-img,
    .benefits .benefits-content .benefit:nth-child(5) .cont-img {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
}

.how-resoults {
    margin: 0 auto;
    margin-top: 158px;
    width: 78%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1080px) {
    .how-resoults {
        width: 90%;
    }
}

.how-resoults h2 {
    color: #7804da;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 43px;
}

@media (max-width: 1080px) {
    .how-resoults h2 {
        font-size: 24px;
    }
}

.how-resoults .tree__how-resoults {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 65px;
    column-gap: 40px;
}

@media (min-width: 1080px) {
    .how-resoults .tree__how-resoults {
        padding-left: 60px;
    }
}

@media (max-width: 1080px) {
    .how-resoults .tree__how-resoults {
        grid-template-columns: 1fr;
        row-gap: 50px;
        column-gap: 0;
        margin-bottom: 80px;
    }
}

.how-resoults .tree__how-resoults .tree-item {
    /* display: flex;
    flex-direction: column; */
    /* align-items: flex-start; */
}

.how-resoults .tree__how-resoults .tree-item h3 {
    color: #7804da;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 11px;
}

.how-resoults .tree__how-resoults .tree-item p {
    width: 100%;
    max-width: 270px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-top: 0;
}

@media (min-width: 1080px) {
    .how-resoults .tree__how-resoults .tree-item:last-child {
        padding-right: 20px;
    }

    .how-resoults .tree__how-resoults .two-item {
        margin-left: -15px;
    }

    .how-resoults .tree__how-resoults .two-item img {
        margin-top: -20px;
    }

    .how-resoults .tree__how-resoults .two-item h3 {
        padding-left: 5px;
    }

    .how-resoults .tree__how-resoults .two-item p {
        padding-left: 5px;
    }
}

@media (max-width: 1080px) {
    .how-resoults .tree__how-resoults .tree-item .cont-img {
        display: flex;
        justify-content: center;
    }

    .how-resoults .tree__how-resoults .tree-item .cont-img img {
        width: 80%;
    }

    .how-resoults .tree__how-resoults .tree-item:last-child .cont-img img {
        margin-right: -20px;
    }
}

/* .how-resoults .tree__how-resoults .tree:first-child img {
  width: 80%;
}

.how-resoults .tree__how-resoults .tree img {
  width: 100%;
}
*/

.how-resoults a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 999999px;
    border: 2px solid #ec531d;
    background-color: #ec531d;
    box-shadow: 0px 4px 4px 0px rgba(0, 10, 31, 0.2);
    text-decoration: none;
    padding: 15.5px 38.5px;
    transition: all 0.3s ease;
}

.how-resoults a:hover {
    background-color: #fff;
    color: #ec531d;
}

.last-units {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1300px;
    background-image: url("../images/bg-last-units.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 300px;
    border-radius: 20px;
    margin-bottom: 135.47px;
}

@media (max-width: 1080px) {
    .last-units {
        background-image: url("../images/bg-last-units-mobile.png");
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 118px;
    }
}

.last-units img {
    margin-top: -143px;
    margin-right: 100px;
    margin-left: -20px;
}

@media (max-width: 1080px) {
    .last-units img {
        margin: 0;
        margin-top: 60px;
    }
}

.last-units .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 306px;
}

@media (max-width: 1080px) {
    .last-units .content {
        align-items: center;
        height: fit-content;
        margin-top: 38px;
    }
}

.last-units .content h2 {
    color: #fcfcfc;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-bottom: 32px;
}

@media (max-width: 1080px) {
    .last-units .content h2 {
        font-size: 24px;
        text-align: center;
    }
}

.last-units .content h2 strong {
    color: #fcfcfc;
}

.last-units .content a {
    color: #ffca00;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 999999px;
    border: 2px solid #7804da;
    background: linear-gradient(180deg, #b660ff 0%, #7804da 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 10, 31, 0.2);
    padding: 15px 38px;
    width: fit-content;
    text-decoration: none;
    transition: all 0.3s ease;
}

.last-units .content a:hover {
    background: #fff;
    color: #7804da;
}

footer {
    padding: 60px 200px;
    background-color: #e0e0e0;
    padding-bottom: 40px;
}

@media (max-width: 1080px) {
    footer {
        padding: 34px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

footer img {
    margin-bottom: 50px;
}

@media (max-width: 1080px) {
    footer img {
        margin-bottom: 34px;
    }
}

footer .legals {
    margin-bottom: 39px;
}

@media (max-width: 1080px) {
    footer .legals {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
}

footer .legals a {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-right: 23px;
}

@media (max-width: 1080px) {
    footer .legals a {
        margin-bottom: 34px;
        font-size: 14px;
    }
}

footer p {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
}

.head-promotion-buy p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-promotion-buy span {
    margin: 0 5px;
}

@media (max-width: 1080px) {
    .head-promotion-buy span {
        margin: 0 2px;
    }
}

.head-promotion-buy svg {
    margin-right: 12px;
}

@media (max-width: 1080px) {
    .head-promotion-buy svg {
        margin-left: -45px;
        margin-bottom: -9px;
        margin-right: 0;
        transform: scale(0.8);
    }
}

.head-logo-buy .content p {
    text-align: left;
    margin: 0;
    margin-left: 20px;
}

@media (max-width: 1080px) {
    .head-logo-buy {
        display: flex;
        justify-content: center;
    }

    .head-logo-buy .content p {
        display: none;
    }

    .head-logo-buy .content img {
        display: none;
    }
}

.content-mobile {
    display: none;
}

@media (max-width: 1080px) {
    .content-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 16px;
        padding-bottom: 0;
    }

    .content-mobile img {
        width: 96px;
    }

    .content-mobile p {
        color: #121212;
        font-size: 10.036px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }
}

.cont-buy {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    column-gap: 20px;
    padding-top: 80px;
}

@media (max-width: 1080px) {
    .cont-buy {
        grid-template-columns: 1fr;
        padding-top: 30px;
        column-gap: 0;
    }
}

.cont-buy .content {
    width: 100%;
}

.cont-buy .content h1 {
    color: #7804da;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 17px;
}

@media (max-width: 1080px) {
    .cont-buy .content h1 {
        font-size: 32px;
    }
}

.cont-buy .content > p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 600px;
}

@media (max-width: 1080px) {
    .cont-buy .content > p {
        font-size: 14px;
    }
}

.cont-buy .content > p .rojo {
    font-weight: 700;
    color: #ec531d;
}

.cont-buy .content > p .violet {
    font-weight: 700;
    color: #7804da;
}

.cont-buy .content .buy-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    margin-bottom: 20px;
    cursor: pointer;
}

.cont-buy .content .buy-item .head {
    display: grid;
    grid-template-columns: 1fr 160px 210px;
    background-color: #7804da;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .head {
        grid-template-columns: 1fr;
    }
}

.cont-buy .content .buy-item .head h3 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 13px 0;
    margin-left: 23px;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .head h3 {
        font-size: 16px;
        margin-left: 0;
        text-align: center;
    }
}

.cont-buy .content .buy-item .head h3 span {
    color: #ffca00;
}

.cont-buy .content .buy-item .head > p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-right: 61px;
    margin: 10px 0;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .head > p {
        display: none;
    }
}

.cont-buy .content .buy-item .head .delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 0;
    background-color: #121212;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .head .delivery {
        padding: 3px;
    }
}

.cont-buy .content .buy-item .head .delivery p {
    color: #ffca00;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    text-align: left;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .head .delivery p {
        font-size: 14px;
    }
}

.cont-buy .content .buy-item .content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 240px;
    position: relative;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .content {
        grid-template-columns: 1fr;
    }
}

.cont-buy .content .buy-item .content .cont-img-product {
    display: flex;
    justify-content: center;
    padding: 23px 0;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .content .cont-img-product {
        padding: 0;
    }
}

.cont-buy .content .buy-item .content .cont-img-product img {
    height: 170px;
    width: auto;
}

@media (max-width: 1080px) {
    .cont-buy .content #one_b .content .cont-img-product img {
        height: 118px;
    }

    .cont-buy .content #two_b .content .cont-img-product img {
        height: 120px;
    }

    .cont-buy .content #three_b .content .cont-img-product img {
        height: 130px;
    }
}

.cont-buy .content .buy-item .content .icon-fast-free-shipping {
    position: absolute;
    bottom: 10px;
    left: 16px;
}

.cont-buy .content .buy-item .content .icon-fast-free-shipping-mobile {
    display: none;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .content .icon-fast-free-shipping {
        display: none;
    }

    .cont-buy .content .buy-item .content .icon-fast-free-shipping-mobile {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }
}

.cont-buy .content .selected {
    border: 2px solid #7804da;
}

.cont-buy .content .buy-item .content .text {
    padding-right: 12px;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .content .text {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 27px;
        padding-top: 5px;
    }
}

.cont-buy .content .buy-item .content .text p {
    color: #121212;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 3px;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .content .text p {
        font-size: 12px;
        margin-top: 14px;
    }
}

.cont-buy .content .buy-item .content .text .alert {
    color: #ec531d;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 8px 0;
    text-align: left;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .content .text .alert {
        display: none;
    }
}

.cont-buy .content .buy-item .content .text .price {
    color: #121212;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.cont-buy .content .buy-item .content .text .price span {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.cont-buy .content .buy-item .content .text a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    border-radius: 999999px;
    border: 2px solid #ec531d;
    background: #ec531d;
    box-shadow: 0px 4px 4px 0px rgba(0, 10, 31, 0.2);
    padding: 9px 0;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    transition: all 0.3s;
}

@media (max-width: 1080px) {
    .cont-buy .content .buy-item .content .text a {
        font-size: 16px;
        width: 80%;
        margin-top: 18px;
    }
}

.cont-buy .content .buy-item .content .text a:hover {
    background-color: #fff;
    color: #ec531d;
    border: 2px solid #ec531d;
}

.cont-buy .content .selected .content .text a {
    background-color: #7804da;
    color: #fff;
    border: 2px solid #7804da;
}

.cont-buy .content .selected .content .text a:hover {
    background-color: #fff;
    color: #7804da;
    border: 2px solid #7804da;
}

.cont-buy .content .price-retail {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1080px) {
    .cont-buy .content .price-retail {
        margin-bottom: 58px;
    }
}

.cont-logos {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

@media (max-width: 1080px) {
    .cont-logos img {
        width: 100% !important;
    }
}

.garantia {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    background: #fff;
    display: grid;
    grid-template-columns: 215px 1fr;
    row-gap: 33px;
    column-gap: 40px;
    overflow: hidden;
    padding-bottom: 30px;
}

@media (max-width: 1080px) {
    .garantia {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
}

.garantia h3 {
    color: #121212;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 13px 0;
    background-color: #ffca00;
}

@media (min-width: 1080px) {
    .garantia h3 {
        grid-column: 1 / 3;
    }
}

@media (max-width: 1080px) {
    .garantia h3 {
        font-size: 20px;
    }
}

.garantia p {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    padding-right: 40px;
}

@media (max-width: 1080px) {
    .garantia p {
        padding: 0 20px;
        margin: 0;
    }
}

.garantia img {
    margin-left: 40px;
}

@media (max-width: 1080px) {
    .garantia img {
        margin: 0 auto;
    }
}

.apurate {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    display: inline-block;
    border-radius: 999999px;
    border: 2px solid #ec531d;
    background: linear-gradient(180deg, #ff6d39 0%, #ec531d 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 10, 31, 0.2);
    padding: 13px 0;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 280px;
}

@media (max-width: 1080px) {
    .apurate {
        font-size: 16px;
        padding: 11px 0;
        margin-bottom: 128px;
    }
}

.cont-buy form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    background: #fcfcfc;
    overflow: hidden;
    height: fit-content;
    padding-bottom: 35px;
}

.cont-buy form .head {
    padding: 10px 0;
    width: 100%;
    background-color: #ffca00;
}

.cont-buy form .head h3 {
    color: #121212;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.cont-buy form .head p {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: center;
}

.cont-buy form .images-payment {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

@media (max-width: 1080px) {
    .cont-buy form .images-payment {
        margin: 20px 0;
    }
}

.cont-buy form .images-payment img {
    margin: 0 25px;
}

@media (max-width: 1080px) {
    .cont-buy form .images-payment img {
        margin: 0 10px;
    }
}

.cont-buy form .check-direction {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.cont-buy form .check-direction label {
    color: #121212;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-left: 10px;
    cursor: pointer;
}

.cont-buy form .check-direction input {
    cursor: pointer;
}

.cont-buy form .fields-form {
    width: 100%;
    padding: 0 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 11px;
    margin-bottom: 40px;
}

@media (max-width: 1080px) {
    .cont-buy form .fields-form {
        column-gap: 18px;
    }
}

.cont-buy form .fields-form input,
.cont-buy form .fields-form select {
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    background-color: #f4f4f4;
    padding: 10px;
    color: #656464;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    outline: none;
}

.cont-buy form .fields-form input {
    transition: all 0.2s ease-in-out;
}

.cont-buy form .fields-form input:focus {
    box-shadow: 0px 0px 12px -1px #7804da;
    -webkit-box-shadow: 0px 0px 7px -1px #7804da;
    -moz-box-shadow: 0px 0px 12px -1px #7804da;
}

.cont-buy form .fields-form input:first-child {
    grid-column: 1 / 3;
}

.cont-buy form .fields-form p {
    color: #656464;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-left: 9px;
}

@media (max-width: 1080px) {
    .cont-buy form .fields-form p {
        font-size: 7px;
    }
}

.cont-buy form button {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 999999px;
    border: 2px solid #ec531d;
    background: #ec531d;
    box-shadow: 0px 4px 4px 0px rgba(0, 10, 31, 0.2);
    padding: 12px 70px;
    transition: all 0.3s;
    cursor: pointer;
}

@media (max-width: 1080px) {
    .cont-buy form button {
        font-size: 16px;
        padding: 10px 0;
        width: 95%;
    }
}

.cont-buy form button:hover {
    background: #fff;
    color: #ec531d;
}

.cont-buy form .aditional-fields {
    width: 100%;
    padding: 0 28px;
    display: flex;
    flex-direction: column;
    padding-top: 33px;
    padding-bottom: 16px;
    border-top: 1px solid #e0e0e0;
}

.cont-buy form .aditional-fields p {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 0;
    margin-bottom: 16px;
}

.cont-buy form .aditional-fields input {
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    background-color: #f4f4f4;
    padding: 10px;
    color: #656464;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-bottom: 11px;
    outline: none;
    transition: all 0.2s ease-in-out;
}

.cont-buy form .aditional-fields input:focus {
    box-shadow: 0px 0px 12px -1px #7804da;
    -webkit-box-shadow: 0px 0px 7px -1px #7804da;
    -moz-box-shadow: 0px 0px 12px -1px #7804da;
}

@media (min-width: 1080px) {
    .ocult-desk {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    .ocult-mobile {
        display: none !important;
    }
}

.text-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 11px 13px;
    padding-bottom: 18px;
}

.text-info p {
    color: #121212;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.text-info .alert {
    color: #ec531d;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.cont-resume {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 68px;
    margin-bottom: 178px;
}

@media (max-width: 1080px) {
    .cont-resume {
        margin-bottom: 112px;
        margin-top: 33px;
    }
}

.cont-resume h1 {
    color: #7804da;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 5px;
}

@media (max-width: 1080px) {
    .cont-resume h1 {
        font-size: 28px;
    }
}

.cont-resume > p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

@media (max-width: 1080px) {
    .cont-resume > p {
        font-size: 14px;
    }
}

.cont-resume .content-cont-resume {
    margin-top: 69px;
    border-radius: 20px;
    border: 2px solid #7804da;
    padding: 66px 105px;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume {
        padding: 19px 12px;
        margin-top: 40px;
    }
}

.cont-resume .content-cont-resume .info-resume {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 36px;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .info-resume {
        flex-direction: column;
        align-items: center;
        padding-top: 0;
    }
}

.cont-resume .content-cont-resume .info-resume .first-block {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .info-resume .first-block {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }
}

.cont-resume .content-cont-resume .info-resume .first-block img {
    height: 110px;
    width: auto;
    margin-right: 70px;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .info-resume .first-block img {
        margin-right: 0;
        height: 120px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .info-resume .first-block .text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
}

.cont-resume .content-cont-resume .info-resume .first-block .text h2 {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 5px;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .info-resume .first-block .text h2 {
        font-size: 16px;
        margin: 0;
    }
}

.cont-resume .content-cont-resume .info-resume .first-block .text p {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .info-resume .first-block .text p {
        font-size: 14px;
    }
}

.cont-resume .content-cont-resume .info-resume .second-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .info-resume .second-block {
        align-items: center;
    }
}

.cont-resume .content-cont-resume .info-resume .second-block .cont-text {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.cont-resume
.content-cont-resume
.info-resume
.second-block
.cont-text
.tached {
    color: #121212;
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
    margin: 0;
}

.cont-resume .content-cont-resume .info-resume .second-block .cont-text span {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
    margin-left: 5px;
}

.cont-resume .content-cont-resume .info-resume .second-block .discount {
    color: #00b046;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .info-resume .second-block .discount {
        font-size: 18px;
        text-align: center;
    }
}

.cont-resume .content-cont-resume .info-resume .second-block .total {
    color: #00b046;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.cont-resume .content-cont-resume .info-resume .second-block .total span {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cont-resume .content-cont-resume .finish-resume .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .finish-resume .item {
        margin-bottom: 25px;
    }
}

.cont-resume .content-cont-resume .finish-resume .item p {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .finish-resume .item p {
        font-size: 14px;
    }
}

.cont-resume .content-cont-resume .finish-resume .item .bold {
    text-align: right;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .finish-resume .item .bold {
        font-size: 16px;
    }
}

.cont-resume .content-cont-resume .finish-resume .item:first-child {
    margin-top: 43px;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .finish-resume .item:first-child {
        margin-top: 20px;
    }
}

.cont-resume .content-cont-resume .finish-resume .item:last-child {
    margin-bottom: 0;
    margin-top: 83px;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .finish-resume .item:last-child {
        margin-top: 40px;
    }
}

.cont-resume .content-cont-resume .finish-resume .item .total {
    color: #121212;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1080px) {
    .cont-resume .content-cont-resume .finish-resume .item .total {
        font-size: 20px;
    }
}

.cont-legal {
    width: 90%;
    max-width: 1400px;
    margin: 123px auto;
}

@media (max-width: 1080px) {
    .cont-legal {
        margin: 73px auto;
    }
}

.cont-legal .links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

@media (max-width: 1080px) {
    .cont-legal .links {
        justify-content: flex-start;
        margin-bottom: 40px;
    }
}

.cont-legal .links a {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    margin-right: 46px;
}

@media (max-width: 1080px) {
    .cont-legal .links a {
        display: none;
    }
}

.cont-legal .links .active {
    color: #ec531d;
}

@media (max-width: 1080px) {
    .cont-legal .links .active {
        display: block;
    }
}

.cont-legal .links a:last-child {
    margin-right: 0;
}

.cont-legal .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont-legal .content h1 {
    font-size: 23px;
}

.cont-legal .content h2 {
    font-size: 17px;
}

.cont-legal .content ol {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    max-width: 820px;
}

.cont-legal .content p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    max-width: 820px;
}

.cont-legal .content p a {
    color: #0000fe;
}

.modal-thank-you {
    background-image: url("../images/bg-thank-you.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.modal-thank-you .content {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1300px;
    background-image: url("../images/bg-last-units.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 300px;
    border-radius: 20px;
    margin-bottom: 135.47px;
}

@media (max-width: 1080px) {
    .modal-thank-you .content {
        background-image: url("../images/bg-last-units-mobile.png");
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 118px;
    }
}

.modal-thank-you .content img {
    margin-top: -143px;
    margin-right: 100px;
    margin-left: -20px;
}

@media (max-width: 1080px) {
    .modal-thank-you .content img {
        margin: 0;
        margin-top: 60px;
    }
}

.modal-thank-you .content .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 306px;
}

@media (max-width: 1080px) {
    .modal-thank-you .content .text-content {
        align-items: center;
        height: fit-content;
        margin-top: 38px;
    }
}

.modal-thank-you .content .text-content h2 {
    color: #FCFCFC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 34.8px */
    margin: 0;
}

@media (max-width: 1080px) {
    .modal-thank-you .content .text-content h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 40px;
    }
}

.modal-thank-you .content .text-content h2 strong {
    color: #FCFCFC;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    margin: 0;
}

@media (max-width: 1080px) {
    .modal-thank-you .content .text-content h2 strong {
        font-size: 28px;
    }
}

.modal-thank-you .content .text-content p {
    color: #FCFCFC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    margin: 0;
}

@media (max-width: 1080px) {
    .modal-thank-you .content .text-content p {
        font-size: 16px;
        text-align: center;
    }
}


.ph1 {
    padding-left: 34px !important;
}

.error-class {
    border: 2px solid red !important;
}

.form__inputWrap {
    position: relative;
}

.form__inputWrap label {
    position: absolute;
    top: 5px;
    left: 7px;
    font-size: 24px;
}

.form__inputWrap input {
    padding-left: 40px;
    width: calc(100% - 44px);
}

#span-price {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #00B046;
}
