/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}



p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}


.header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 14px 0;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    display: flex;

    img{
        width: 68px;
        height: 72px;

        @media (max-width: 991.98px) { 
            &{
                width: 49px;
                height: 52px;
            }    
        }
    }
}

.header_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_title {
    font-size: 10px;
    line-height: 16px;
    color: #222222B2;
    width: 155px;
    padding: 7px 0 7px 10px;
    border-left: 1px solid #E9E9E9;
}

.menu {
    display: flex;
    padding: 24px;
    border: 0.5px solid #E9E9E9;
    border-radius: 20px;
    gap: 32px;
}

.menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    color: #222222;
    transition: all 0.3s;
}

.menu a:hover {
    color: #3EC26A;
}

.header_number {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #222222;
    transition: all 0.3s;
}

.header_number:hover {
    color: #3EC26A;
}

.header_number:last-child {
    margin-bottom: 0;
}

.header_right {
    display: flex;
    gap: 18px;
    align-items: center;
}

.header_messages {
    display: flex;
    gap: 6px;
}

.header_message {
    display: flex;
    transition: all 0.3s;
}

.header_message:hover {
    opacity: 0.8;
}

.main {
    margin: 100px 0;
}

.main_slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: initial;
    padding: 114px 85px;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.main_slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
    top: 0;
    right: 0;
    border-radius: 20px;
    overflow: hidden;
}

.main_slide-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000066;
    top: 0;
    right: 0;
}

.main_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_slide-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main_slide-title span {
    color: #EDE54C;
}

.main_slide-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 40px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3EC26A;
    padding: 18px 40px;
    border-radius: 12px;
    width: fit-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    transition: all 0.3s;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
}

.btn::before {
    position: absolute;
    content: "";
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    z-index: -1;
    border-radius: 12px;
    transition: all 0.3s;
    background-color: #3EC26A66;
    opacity: 0;
}

.btn:hover::before {
    opacity: 1;
}



.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    padding: 18px 40px;
    border-radius: 12px;
    width: fit-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    transition: all 0.3s;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.btn_white:hover {
    color: #3EC26A;
}

.main_slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_slider-arrow.next {
    right: 24px;
}

.main_slider-arrow.prev {
    left: 24px;
}

.main_pagination {
    position: absolute;
    bottom: 30px !important;
    display: flex;
    z-index: 1;
    right: 50% !important;
    transform: translateX(50%);
    justify-content: center;
    left: auto !important;
    align-items: center;
}

.main_pagination .swiper-pagination-bullet {
    background: #FFFFFFA6;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
}

.main_pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
    width: 15px;
    height: 15px;
}

.advantages {
    margin: 100px 0;
}

.section_top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
}

.subtitle {
    font-size: 12px;
    line-height: 16.08px;
    padding-left: 16px;
    width: 253px;
    border-left: 1px solid #E9E9E9;
    color: #222222B2;
}

.advantages_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.advantages_item {
    width: calc(33.333% - 13.333px);
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px #6969691F;
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
}

.advantages_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29.26px;
    text-align: center;
    margin-bottom: 16px;
}

.advantages_item-text {
    font-size: 16px;
    line-height: 21.44px;
    text-align: center;
    color: #9A9A9C;
}

.advantages_item-img {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.advantages_consult {
    width: calc(66.666% - 13.333px);
    background: #3EC26A;
    border-radius: 20px;
    padding: 40px 32px;
    position: relative;
    z-index: 1;
}

.advantages_consult::before {
    position: absolute;
    content: "";
    background-image: url(../img/advantages_consult-bef.png);
    background-size: cover;
    top: 0;
    left: 0;
    width: 357px;
    height: 312px;
    z-index: -1;
}

.advantages_consult::after {
    position: absolute;
    content: "";
    background-image: url(../img/advantages_consult-aft.png);
    background-size: cover;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 432px;
    height: 312px;
}

.advantages_consult-subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 18.2px;
    background: #EDE54C;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 8px;
    width: fit-content;
    text-transform: uppercase;
}

.advantages_consult-title {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    line-height: 39.01px;
    margin-bottom: 14px;
}

.advantages_consult-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 21.44px;
    color: #fff;
    margin-bottom: 38px;
    max-width: 640px;
}

.advantages_consult-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.advantages_consult-desc {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 19.5px;
    text-align: right;
    margin-bottom: 6px;
}

.advantages_consult-messages {
    display: flex;
    gap: 12px;
}

.advantages_consult-message {
    padding: 4px 6px;
    background: #FFFFFF;
    border-radius: 10px;
    gap: 6px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    transition: all 0.3s;
}

.advantages_consult-message:hover {
    opacity: 0.8;
}

.about {
    margin: 100px 0;
}

.about_wrapper {
    display: flex;
    justify-content: space-between;
}

.about_img {
    width: calc(50% - 10px);
    height: 354px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_info {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about_info p {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 40px;
}

.about_btn {
    margin-top: auto;
}


.products {
    margin: 100px 0;
}

.products_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.products_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #6969691F;
    border-radius: 20px;
    width: calc(33.333% - 13.333px);
    padding: 40px;
    background-image: url(../img/products_item.jpg);
    background-size: cover;
    background-position: center;
}

.products_item-img {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.products_item-img img {
    max-height: 100%;
    max-width: 100%;
}

.products_item-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 31.69px;
    display: block;
    color: #222222;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.products_item-title:hover {
    opacity: 0.8;
}

.products_item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 24px;
    color: #9A9A9C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products_item-btn {
    width: 100%;
    margin-top: 16px;
}

.products_item-btn.btn_white {
    border: 1.5px solid #3EC26A;
    color: #3EC26A;
}

.products_item-btn.btn_white:hover {
    background: #3EC26A1A;
}

.faq {
    margin: 100px 0;
}

.faq_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faq_items {
    width: 894px;
}

.faq_item {
    background: #EBF8F0;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.faq_item:hover .faq_item-title::before {
    opacity: 1;
}

.faq_item.active {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px #6969691F;
}

.faq_item:last-child {
    margin-bottom: 0;
}

.faq_item-title {
    font-weight: 600;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    padding: 20px 74px 20px 24px;
}

.faq_item.active .faq_item-title::before {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg);
}

.faq_item-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/faq_circle.svg);
    background-size: cover;
    opacity: 0.4;
    width: 32px;
    height: 32px;
    right: 24px;
    top: 50%;
    transition: all 0.3s;
    transform: translateY(-50%);
}

.faq_item-text {
    display: none;
    font-size: 16px;
    line-height: 21.44px;
    padding: 0 24px 32px;
}

.faq_right {
    width: 326px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px #6969691F;
    padding: 32px 24px;
    border-radius: 20px;
}

.faq_right-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
    text-align: center;
    margin-bottom: 24px;
}

.faq_right-btn {
    width: 100%;
    margin-bottom: 20px;
}

.faq_right .advantages_consult-message:nth-child(1) {
    background: #E0F7E9C7;
}

.faq_right .advantages_consult-message:nth-child(2) {
    background: #7CDAFF;
}

.contacts {
    margin: 100px 0;
}

.contacts_wrapper {
    display: flex;
    justify-content: space-between;
}

.contacts_options {
    width: 430px;
}

.contacts_map {
    width: 790px;
    height: 504px;
    border-radius: 20px;
    overflow: hidden;
}

.contacts_map iframe {
    width: 100%;
    border: none;
    height: 100%;
    object-fit: cover;
}

.contacts_option {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px #6969691F;
    margin-bottom: 20px;
    padding: 24px;
    border-radius: 20px;
    padding-left: 80px;
    position: relative;
}

.contacts_option-img {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.contacts_option:last-child {
    margin-bottom: 0;
}

.contacts_option-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21.94px;
    color: #9A9A9C;
    margin-bottom: 4px;
}

.contacts_option-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24.12px;
}

.contacts_option-number {
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24.12px;
    color: #222222;
    transition: all 0.3s;
}

.contacts_option-number:hover {
    color: #3EC26A;
}

.contacts_option-number:last-child {
    margin-bottom: 0;
}

.contacts_option-inner {
    display: flex;
    gap: 16px;
}

.contacts_option-messages {
    display: flex;
    gap: 6px;
}

.contacts_option-message {
    transition: all 0.3s;
}

.contacts_option-message:hover {
    opacity: 0.8;
}

.footer {
    padding: 50px 0 24px;
    background: #28945B;
    margin: 0 32px 32px;
    border-radius: 20px;
}

.footer a {
    transition: all 0.3s;
}

.footer a:hover {
    opacity: 0.8;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer_left {
    width: 204px;
}

.footer_logo {
    display: flex;
    margin-bottom: 8px;
    img{
        width: 100px;
        height: 105px;

        @media (max-width: 991.98px) { 
            &{
                width: 88px;
                height: 96px;
            }    
        }
    }
}

.footer_title {
    font-size: 14px;
    line-height: 16px;
    padding-top: 8px;
    border-top: 1px solid #B7E8C8;
    margin-bottom: 32px;
    color: #EBF8F0;
}

.footer_option {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #D9D9D9;
}

.footer_btn {
    border: 1.5px solid #FFFFFF;
    padding: 8px 16px;
    border-radius: 12px;
    display: block;
    margin-top: 16px;
    text-transform: uppercase;
    width: fit-content;
    font-weight: 700;
    font-size: 12px;
    line-height: 14.4px;
    color: #fff;
    transition: all 0.3s;
}

.footer_btn:hover {
    background: #3EC26A1A;
}

.footer_item-title {
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}

.footer_menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
    display: block;
    color: #FFFFFF;
}

.footer_right {
    background: #FFFFFF;
    width: 345px;
    border-radius: 20px;
    padding: 24px;
}

.footer_subtitle {
    font-size: 14px;
    line-height: 18.9px;
    margin-bottom: 2px;
    color: #9A9A9C;
}

.footer_right-number {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 2px;
    color: #3EC26A;
}

.footer_right-item {
    margin-bottom: 16px;
}

.footer_right-mail {
    font-weight: 500;
    font-size: 16px;
    line-height: 21.6px;
    color: #222222;
}

.footer_right-btn {
    font-size: 15px;
    width: 100%;
    margin-top: 28px;
    padding: 15px;
}

.footer_messages {
    display: flex;
    gap: 10px;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #3EC26A4D;
    padding-top: 18px;
}

.footer_inner-item {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    line-height: 14px;
}

.popup_body {
    width: 490px;
    background: #FFFFFF;
    border-radius: 20px;
}

.popup_body-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29.26px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.popup_body-text {
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 32px;
}

.popup_body-inp {
    border: 1px solid #9A9A9C;
    border-radius: 12px;
    margin-bottom: 16px;
    height: 48px;
    width: 100%;
    padding-left: 16px;
}

.popup_body-area {
    border: 1px solid #9A9A9C;
    border-radius: 12px;
    margin-bottom: 16px;
    resize: none;
    height: 116px;
    width: 100%;
    padding: 16px;
}

.popup_body-ok {
    font-weight: 500;
    font-size: 13px;
    line-height: 16.9px;
    margin-bottom: 24px;
    padding-left: 28px;
    position: relative;
    display: flex;
    cursor: pointer;
    user-select: none;
}
/*.price{*/
    .wpcf7-form-control-wrap:has(.wpcf7-acceptance){
        margin-bottom: 24px;
        display: block;

        label{
            

            input{
                display: none;
            }

            

            span{
                display: flex;
                cursor: pointer;
                user-select: none;
                 padding-left: 28px;
                position: relative;
                font-weight: 500;
                font-size: 13px;
                line-height: 16.9px;

                &:before{
                    background: #3EC26A;
            content: '';
            display: block;
                  border-radius: 5px;
                  width: 18px;
                  height: 18px;
                  position: absolute;
                  left: 0;
                  top: 0;
                }
            }
            input:checked + span:before{
               background-image: url(../img/check.svg);
              background-position: center;
              background-repeat: no-repeat; 
            }
        }


    }
    .wpcf7-list-item{
        margin: 0;
    }
   
/*}*/


.popup_body-ok span {
    background: #3EC26A;
    border-radius: 5px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.popup_body-ok input:checked+span {
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.popup_body-ok input {
    display: none;
}

.popup_body-btn {
    margin-bottom: 32px;
    height: 52px;
    width: 100%;
    border: none;
    cursor: pointer;
}

.popup_body-inner {
    padding-top: 18px;
    border-top: 1px solid #E9E9E9;
}

.popup_body-desc {
    font-weight: 500;
    font-size: 15px;
    line-height: 19.5px;
    text-align: center;
    margin-bottom: 10px;
}

.popup_body-messages {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.popup_body .advantages_consult-message:nth-child(1) {
    background: #E0F7E9C7;
}

.popup_body .advantages_consult-message:nth-child(2) {
    background: #7CDAFF;
}

.popup_body .fancybox-close-small {
    padding: 0;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url(../img/close.svg);
    background-size: cover;
    opacity: 1;
    transition: all 0.3s;
}

.popup_body .fancybox-close-small:hover {
    background-image: url(../img/close2.svg);
}

.popup_body .fancybox-close-small svg {
    display: none;
}

.cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #EBF8F0;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    gap: 15px;

    opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .6s;

    &.active{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.cookie_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 21.94px;
}

.cookie_text a {
    color: #9A9A9C;
    text-decoration: underline;
}

.cookie_btn {
    border: 1px solid #3EC26A;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #3EC26A;
    transition: all 0.3s;
    text-transform: uppercase;
    cursor: pointer;
}

.cookie_btn:hover {
    background: #3EC26A1A;
}

.menu_burger,
.header_mobile-link {
    display: none;
}

.secont_page {
    min-height: 100vh;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.secont_page::before {
    position: absolute;
    content: "";
    background-image: url(../img/secont_page-bef.png);
    background-size: cover;
    top: 0;
    left: 0;
    width: 606px;
    height: 607px;
    pointer-events: none;
    z-index: -1;
}

.secont_page::after {
    position: absolute;
    content: "";
    background-image: url(../img/secont_page-aft.png);
    background-size: cover;
    bottom: 0;
    right: 0;
    width: 594px;
    height: 625px;
    pointer-events: none;
    z-index: -1;
}

.secont_page-title {
    font-weight: 700;
    font-size: 120px;
    color: #3EC26A;
    text-transform: uppercase;
    line-height: 120px;
    text-align: center;
    margin-bottom: 15px;
}

.secont_page-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 31.2px;
    text-align: center;
    margin-bottom: 40px;
}

.secont_page-btn {
    margin: 0 auto 60px;
}

.secont_page-bot .advantages_consult-messages {
    justify-content: center;
}

.secont_page-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    text-align: center;
    margin-bottom: 16px;
}

.secont_page-img {
    display: flex;
    justify-content: center;
    max-height: 338px;
    width: 535px;
    margin: 0 auto;
}

.secont_page-img img {
    height: 100%;
    width: 100%;
}

.secont_page-text {
    color: #9A9A9C;
    font-weight: 500;
    font-size: 18px;
    line-height: 23.4px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -24px;
}

.card {
    margin: 100px 0;
}

.card_wrapper {
    display: flex;
    justify-content: space-between;
    background: #EBF8F0;
    border-radius: 20px;
    padding: 48px 48px 48px 126px;
    position: relative;
    overflow: hidden;
}

.card_wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../img/card_wrapper-bef.png);
    background-size: cover;
    top: 0;
    pointer-events: none;
    left: 0;
    width: 572px;
    height: 450px;
}

.card_wrapper::after {
    position: absolute;
    content: "";
    background-image: url(../img/card_wrapper-aft.png);
    background-size: cover;
    bottom: 0;
    width: 716px;
    height: 450px;
    pointer-events: none;
    right: 0;
}

.card_right {
    width: 728px;
}

.card_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48.76px;
    margin-bottom: 16px;
}

.card_imgs {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    filter: drop-shadow(0px -5px 10px #92958F3D);
    margin-bottom: 24px;
    width: 160px;
}

.card_img {
    height: 244px;
}

.card_imgs img {
    max-height: 100%;
    max-height: 100%;
}

.card_text {
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 40px;
}

.card_dots {
    width: 220px;
    position: relative;
    filter: drop-shadow(0px -5px 10px #92958F3D);
    box-sizing: border-box;
    user-select: none;
    padding: 0 30px;
}

.card_dot {
    height: 70px;
    display: flex;
    width: 40px;
    opacity: 0;
    justify-content: center;
}

.card_dot img {
    max-width: 100%;
    max-height: 100%;
}

.card_dot.swiper-slide-prev,
.card_dot.swiper-slide-next {
    opacity: 1;
}

.card_img {
    display: flex;
    justify-content: center;
}

.card_dot.swiper-slide-active {
    height: 84px;
    width: 48px;
    opacity: 1;
}

.card_dots .swiper-wrapper {
    align-items: center;

}

.card_dots-arrow {
    top: 50%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.card_dots-arrow.prev {
    left: 0px;
}

.card_dots-arrow.next {
    right: 0px;
}

.card ul {
    font-size: 18px;
    line-height: 21.94px;
}

.card ul li {
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
}

.card ul li::before {
    position: absolute;
    content: "";
    background-image: url(../img/list_aft.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.card ul li span {
    font-weight: 600;
}

.card ul li:last-child {
    margin-bottom: 0;
}

.advantages_card {
    margin: 100px 0;
}

.advantages_card-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.advantages_card-item {
    box-shadow: 0px 4px 16px 0px #6969691F;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px;
    width: calc(33.333% - 13.333px);
}

.advantages_card-icon {
    display: flex;
    margin-bottom: 20px;
}

.advantages_card-title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 14px;
    line-height: 26.82px;
}

.advantages_card-text {
    font-size: 16px;
    line-height: 21.44px;
    color: #9A9A9C;
}

.specification {
    margin: 100px 0;
}

.specification h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 16px;
}

.specification p + h3{
    margin-top: 40px;
}

.specification p {
    font-size: 16px;
    line-height: 22.4px;
/*    margin-bottom: 40px;*/
    margin-bottom: 24px;
}

.specification table {
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.specification tr {
    display: flex;
}

.specification thead {
    display: block;
}

.specification table tr {
    border-bottom: 1px solid #DBDBDB;
}

.specification table tr:last-child {
    border-bottom: none;
}

.specification table th {
    border: none;
    background: #3EC26A;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.5px;
    color: #fff;
    border-right: 1px solid #DBDBDB;
    padding: 22px;
    text-align: left;
    display: flex;
    align-items: center;
}

table th,
table td {
    width: 50%;
}

.specification table tbody {
    width: 100%;
    display: block;
}

.specification table tr {
    width: 100%;
}

table.five_items th:nth-child(2),
table.five_items th:nth-child(1),
table.five_items td:nth-child(2),
table.five_items td:nth-child(1) {
    width: 21%;
}

table.five_items th:nth-child(3),
table.five_items th:nth-child(4),
table.five_items td:nth-child(3),
table.five_items td:nth-child(4) {
    width: 15%;
}

table.five_items th:nth-child(5),
table.five_items td:nth-child(5) {
    width: 28%;
}

.specification table th:last-child,
.specification table td:last-child {
    border: none;
}

table.three_items td:nth-child(1),
table.three_items th:nth-child(1) {
    width: 22%;
}

table.three_items td:nth-child(2),
table.three_items th:nth-child(2) {
    width: 28%;
}

table.three_items td:nth-child(3),
table.three_items th:nth-child(3) {
    width: 50%;
}

.specification table:not(:last-child) {
    margin-bottom: 40px;
}

.specification table td {
    padding: 22px;
    font-size: 14px;
    align-items: center;
    line-height: 17.07px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #EBF8F0;
    border-right: 1px solid #DBDBDB;
}

table td:nth-child(1) {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

table td p:not(:last-child) {
    margin-bottom: 24px;
}

.preparation {
    margin: 100px 0;
}

.preparation h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 16px;
}

.preparation h3:not(:first-child) {
    margin-top: 40px;
}

.preparation p {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 24px;
}

.preparation ul, .specification ul {
    font-size: 18px;
    line-height: 21.94px;
}

.preparation ul li, .specification ul li {
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
}

.preparation ul li::before, .specification ul li::before {
    position: absolute;
    content: "";
    background-image: url(../img/list_aft.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.preparation p span, .specification span.red {
    text-transform: uppercase;
    color: #DE3A2B;
    font-weight: 600;
}


.conditions {
    margin: 100px 0;
}

.conditions h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 16px;
}

.conditions h3:not(:first-child) {
    margin-top: 40px;
}

.conditions p {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 24px;
}

.conditions ul {
    font-size: 18px;
    line-height: 21.94px;
}

.conditions ul li {
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
}

.conditions ul li::before {
    position: absolute;
    content: "";
    background-image: url(../img/list_aft.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.presentation {
    margin: 100px 0;
}

.presentation_video {
    background: #00000033;
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
    display: flex;
    position: relative;

    &{
      iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: none;
    }  
    }

    


}

.presentation_video::before {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.presentation_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.price {
    margin: 100px 0;
}

.price_wrapper {
    position: relative;
    background: #EBF8F0;
    border-radius: 25px;
    padding: 40px;
    z-index: 1;
    overflow: hidden;
}

.price_wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../img/price_wrapper-aft.png);
    background-size: cover;
    top: 0;
    width: 716px;
    height: 551px;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.price_wrapper::after {
    position: absolute;
    content: "";
    background-image: url(../img/price_wrapper-bef.png);
    background-size: cover;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    width: 936px;
    height: 720px;
}

.price_inner {
    width: 502px;
    margin-left: auto;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
}

.price_img {
    position: absolute;
    left: 175px;
    top: 50%;
    display: flex;
    filter: drop-shadow(0px -5px 10px #92958F3D);
    transform: translateY(-50%);
    width: 345px;
}

.price_img img {
    width: 100%;
    height: auto;
}

.price_text {
    margin: 16px 0 32px;
    font-size: 16px;
    line-height: 19.5px;
}

.popup_video {
    padding: 0;
    display: flex;
}

.popup_video iframe {
    display: flex;
    max-width: 100%;
}



















@media (max-width: 1269.98px) {
    .container {
        max-width: 950px;
    }

    .menu {
        padding: 20px 12px;
        gap: 14px;
    }

    .header_title {
        display: none;
    }

    .header_number {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
    }

    .menu a {
        font-size: 13px;
        line-height: 15.07px;
    }

    .main_slide {
        padding: 90px 50px;
    }

    .main_slider-arrow.next {
        right: 14px;
    }

    .main_slider-arrow.prev {
        left: 14px;
    }

    .advantages_item-title {
        font-size: 20px;
        line-height: 26px;
    }

    .advantages_consult-btn {
        padding: 16px 14px;
        font-size: 14px;
    }

    .products_item {
        padding: 20px;
    }

    .faq_items {
        width: 570px;
    }

    .faq_item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .contacts_options {
        width: 360px;
    }

    .contacts_map {
        width: 540px;
    }

    .card_wrapper {
        padding: 40px;
    }

    .card_right {
        width: 560px;
    }

    .specification table {
        min-width: 1162px;
        padding-bottom: 6px;
    }

    .table_wrapper {
        overflow: auto;
        width: calc(100% + ((100vw - 920px) / 2));
        padding-right: calc((100vw - 920px) / 2);

    }

    .price_img {
        left: 40px;
        width: 300px;
    }

    .price_img img {
        width: 100%;
        height: auto;
    }

    .price_inner {
        width: 460px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header_inner {
        position: fixed;
        opacity: 0;
        transition: all 0.6s;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 102px;
        right: 0;
        visibility: hidden;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .menu {
        padding: 8px 0 0 0;
        border: none;
        border-radius: 0;
        flex-direction: column;
        gap: 0;
        max-width: 700px;
        margin: 0 auto;
    }

    .menu a {
        padding: 24px 0;
        display: block;
        font-weight: 500;
        font-size: 18px;
        line-height: 21.94px;
        border-bottom: 1px solid #E9E9E9;
    }

    .main {
        margin-top: 120px;
    }

    .menu li:last-child a {
        border: none;
    }

    .main_slide-title br {
        display: none;
    }

    .header {
        position: fixed;
        background-color: #fff;
        border-bottom: 1px solid #E9E9E9;
    }

    .header_left {
        gap: 0;
    }

    .menu_burger {
        display: flex;
        width: 26px;
        height: 18px;
        position: relative;
        margin-right: 26px;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        background-color: #3EC26A;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 8px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        background-color: #3EC26A;
        top: 8px;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        background-color: #3EC26A;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 8px;
    }

    .advantages_item {
        width: calc(50% - 10px);
    }

    .advantages_consult {
        width: 100%;
    }

    .about_wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .about_info {
        width: 100%;
    }

    .about_img {
        width: 380px;
        height: 260px;
    }

    .products_items {
        overflow: auto;
        width: calc(100% + ((100vw - 700px) / 2));
        padding-right: calc((100vw - 700px) / 2);
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }

    .products_items::-webkit-scrollbar {
        display: none;
    }

    .products_item {
        width: 300px;
        min-width: 300px;
    }

    .faq_wrapper {
        flex-direction: column;
    }

    .faq_items {
        width: 100%;
        margin-bottom: 20px;
    }

    .faq_right {
        width: 100%;
    }

    .advantages_consult-messages {
        justify-content: center;
    }

    .contacts_wrapper {
        flex-direction: column;
    }

    .contacts_options {
        width: 100%;
        margin-bottom: 20px;
    }

    .contacts_map {
        width: 100%;
    }

    .footer {
        margin: 0;
        border-radius: 0;
    }

    .footer_wrapper {
        flex-direction: column;
        align-items: center;
    }

    .footer_left {
        text-align: center;
        width: 100%;
        margin-bottom: 24px;
    }

    .footer_right {
        text-align: center;
        background: none;
        padding: 0;
    }

    .footer_right-number,
    .footer_right-mail,
    .footer_subtitle {
        color: #fff;
    }

    .footer_messages {
        justify-content: center;
    }

    .footer_message {
        display: flex;
    }

    .footer_message path {
        fill: #fff;
    }

    .footer_message rect {
        stroke: #fff;
    }

    .footer_message path+path {
        fill: #3EC26A;
    }

    .footer_logo {
        justify-content: center;
        border-bottom: 1px solid #B7E8C8;
        padding-bottom: 11px;
        margin-bottom: 24px;
    }

    .footer_title {
        display: none;
    }

    .footer_btn {
        display: none;
    }

    .footer_item {
        display: none;
    }

    .card {
        margin-top: 120px;
    }

    .card_wrapper {
        flex-direction: column;
        gap: 56px;
    }

    .advantages_card-item {
        width: calc(50% - 10px);
    }

    .table_wrapper {
        width: calc(100% + ((100vw - 700px) / 2));
        padding-right: calc((100vw - 700px) / 2);
    }

    .price_img {
        display: none;
    }

    .price_wrapper {
        background: none;
        padding: 0;
    }

    .price_wrapper::after,
    .price_wrapper::before {
        display: none;
    }

    .price_inner {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .header {
        padding: 10px 0;
    }

    .header_logo {
        width: 48px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .popup_body-numbers {
        margin: 24px 0;
    }

    .popup_body-number {
        display: block;
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
        color: #3EC26A;
        margin-bottom: 16px;
    }

    .popup_body-number:last-child {
        margin-bottom: 0;
    }

    .header_numbers {
        display: none;
    }

    .main {
        margin-top: 72px;
    }

    .header_mobile-link {
        display: flex;
    }

    .header_inner {
        top: 73px;
    }

    .menu {
        padding: 8px 15px 0;
    }

    .main .container {
        padding: 0;
    }

    .main_slide-img,
    .main_slide {
        border-radius: 0;
    }

    .main_slide {
        padding: 175px 15px;
    }

    .main_slide-title {
        font-size: 26px;
        line-height: 34.84px;
    }

    .main_slide-text {
        font-size: 16px;
        line-height: 21.44px;
    }

    .main_slide-btn {
        width: 100%;
    }

    .main_slider-arrow {
        display: none !important;
    }

    .main_pagination {
        bottom: 20px !important;
    }

    .main {
        margin-bottom: 70px;
    }

    .advantages {
        margin: 70px 0;
    }

    .subtitle {
        display: none;
    }

    .title {
        font-size: 26px;
        line-height: 26px;
    }

    .section_top {
        margin-bottom: 24px;
    }

    .advantages_items {
        gap: 16px;
    }

    .advantages_item {
        width: 100%;
        padding: 20px;
    }

    .advantages_item-img {
        margin-bottom: 16px;
    }

    .advantages_item-img img {
        width: 72px;
        height: auto;
    }

    .advantages_item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .advantages_consult {
        padding: 20px;
    }

    .advantages_consult-title {
        font-size: 26px;
        line-height: 31.69px;
    }

    .advantages_consult-text {
        margin-bottom: 32px;
    }

    .advantages_consult-inner {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .advantages_consult-btn {
        width: 100%;
        font-size: 16px;
        padding: 18px;
    }

    .advantages_consult-desc {
        text-align: left;
    }

    .advantages_consult::after {
        display: none;
    }

    .about {
        margin: 60px 0;
    }

    .about_img {
        width: 100%;
        height: 354px;
    }

    .about_info p {
        margin-bottom: 20px;
    }

    .products {
        margin: 70px 0;
    }

    .about_btn {
        width: 100%;
    }

    .products_items {
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .products_item {
        width: 316px;
        min-width: 316px;
    }

    .faq {
        margin: 70px 0;
    }

    .faq_item-title {
        font-size: 16px;
        line-height: 22.4px;
        padding: 17px 60px 17px 20px;
    }

    .faq_item-title::before {
        width: 24px;
        height: 24px;
        right: 20px;
        top: 17px;
        transform: none;
    }

    .products_item-title {
        font-size: 24px;
        line-height: 28.69px;
    }

    .faq_item.active .faq_item-title::before {
        transform: rotate(45deg);
    }

    .faq_item-text {
        padding: 0 20px 20px;
    }

    .contacts {
        margin: 70px 0;
    }

    .contacts_option {
        padding: 16px 16px 16px 64px;
    }

    .contacts_option-img {
        width: 32px;
        left: 16px;
    }

    .contacts_option-img img {
        width: 100%;
        height: auto;
    }

    .contacts_option-title {
        font-size: 16px;
        line-height: 18.94px;
    }

    .contacts_option-number,
    .contacts_option-text {
        font-size: 16px;
        line-height: 21.44px;
    }

    .contacts_map {
        height: 310px;
    }

    .footer {
        padding: 24px 0;
    }


    .footer_logo img {
        width: 88px;
        height: auto;
    }

    .footer_option {
        font-size: 14px;
        line-height: 14px;
    }

    .footer_left {
        margin-bottom: 14px;
    }

    .footer_right-number {
        font-size: 18px;
        line-height: 24.3px;
    }

    .footer_inner {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .popup_body {
        max-width: 343px;
        padding: 40px 16px;
    }

    .popup_body-title {
        font-size: 22px;
        line-height: 26.82px;
        margin-bottom: 6px;
    }

    .popup_body-text {
        font-size: 14px;
        line-height: 17.07px;
        margin-bottom: 24px;
    }

    .cookie {
        padding: 13px 16px;
    }

    .secont_page-title {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 10px;
    }

    .secont_page-subtitle {
        font-size: 16px;
        line-height: 20.8px;
        margin-bottom: 24px;
    }

    .secont_page-btn {
        width: 100%;
        margin-bottom: 40px;
    }

    .secont_page::after,
    .secont_page::before {
        width: 310px;
        height: 310px;
    }

    .secont_page-img {
        max-width: 100%;
    }

    .secont_page-img img {
        max-width: 100%;
        height: auto;
    }

    .secont_page-text {
        font-size: 16px;
        line-height: 21.44px;
        margin-top: -8px;
        margin-bottom: 24px;
    }

    .secont_page {
        padding: 50px 0;
    }

    .card {
        margin: 70px 0;
    }

    .card .container {
        padding: 0;
    }

    .card_wrapper {
        padding: 48px 16px;
    }

    .card_wrapper::before {
        width: 264px;
        height: 264px;
    }

    .card_wrapper::after {
        display: none;
    }

    .card_right {
        width: 100%;
    }

    .card_title {
        font-size: 26px;
        line-height: 31.69px;
        margin-bottom: 10px;
    }

    .card_text {
        font-size: 16px;
        line-height: 19.5px;
        margin-bottom: 24px;
    }

    .card ul li {
        font-size: 16px;
        line-height: 19.5px;
    }

    .advantages_card {
        margin: 70px 0;
    }

    .advantages_card-item {
        width: 100%;
        padding: 20px;
    }

    .advantages_card-title {
        font-size: 18px;
        line-height: 21.94px;
        margin-bottom: 8px;
    }

    .advantages_card-items {
        gap: 16px;
    }

    .price,
    .presentation,
    .conditions,
    .preparation,
    .specification {
        margin: 70px 0;
    }

    .specification h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .specification p {
        font-size: 16px;
        line-height: 22.4px;
    }

    .table_wrapper {
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .preparation h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .preparation h3:not(:first-child) {
        margin-top: 24px;
    }

    .preparation ul li {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 12px;
    }

    .presentation_video {
        height: 316px;
    }

    .price_inner {
        padding: 32px 20px;
    }

    .price_text {
        margin: 6px 0 24px;
    }

    .popup_body-btn {
        margin-bottom: 24px;
    }
}