body {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    overflow-x: hidden;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

p,
h1,
h2,
h3 {
    margin-block-start: 0;
    margin-block-end: 0;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input[type="text"]::placeholder {
    color: initial;
    opacity: 1;
    font-style: normal;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

input,
button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    outline: none;
    color: initial;
    opacity: 1;
    font-style: normal;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.container {
    max-width: 1720px;
    margin: 0 auto;
}

.first_frame {
    min-height: 100vh;
    width: 100vw;
    background-position: 50%;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.first_frame_wrap {
    padding: 35px 0px;
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.first_frame {
    position: relative;
    overflow: hidden;
}

.first_frame_bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    /* фон не мешает кликам */
}

@media screen and (min-width: 320px) and (max-width: 1279px) {
    .first_frame_wrap {
        height: auto;
    }

    .first_frame {
        min-height: 100%;
    }
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.header_nav_top {
    display: flex;
    gap: 65px;
    justify-content: flex-end;
}

.header_nav_input_wrap {
    display: flex;
    border: 1px solid#FFFFFF80;
    border-radius: 5px;
    width: 401px;
    height: 39px;
    padding: 0 19px;
    font-size: 16px;
}

.header_nav_input {
    width: 100%;
    color: #8c8c8d;
    font-size: 16px;
}

.header_nav_input::placeholder {
    color: #8c8c8d;
    font-size: 14px;
}

.header_nav_place {
    display: flex;
    align-items: center;
    gap: 5.45px;
}

.header_place_icon {
    height: 12px;
    width: 12px;
}

.header_place_title {
    font-size: 16px;
}

.humb {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 35px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999
}

.humb li {
    list-style: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%;
    height: 2px;
    background: #fff;
    -webkit-transition: 1s;
    transition: 1s
}

.humb li:nth-of-type(1) {
    top: 30%;
    left: 15%;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1
}

.humb li:nth-of-type(2) {
    top: 50%;
    left: 15%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.humb li:nth-of-type(3) {
    top: 70%;
    right: 15%;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1
}

.humb.active li:nth-of-type(1) {
    left: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.humb.active li:nth-of-type(2) {
    -webkit-transform: translateY(-50%) rotate(405deg);
    transform: translateY(-50%) rotate(405deg);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.humb.active li:nth-of-type(3) {
    right: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.humb li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.humb.active li:nth-of-type(2)::before {
    top: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.falang-language-switcher.nav {
    color: #FFF;
    margin-right: 20px;
    display: flex;
}

.falang-language-switcher.nav {
    color: #FFF;
    margin-right: 20px;

    a {
        color: #FFF;
        text-transform: uppercase;
    }

    .current a {
        color: #FA4402;
    }

    li {
        margin: 0;
    }

    li:not(:last-child)::after {
        display: inline-block;
        border-right: 1px solid #FFF;
        content: "";
        margin: 0 .3em;
        height: .6em;
        width: 1px;
    }
}

.social_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social_link_item {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 40px 0 0
}

@media screen and (min-width: 320px) and (max-width: 1279px) {

    .social_link_item,
    .social_link_item_footer {
        margin: 0 25px 0 0;
    }

    .header_nav_open {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:1023px) {
    .header_nav_phone .falang-language-switcher {
        display: none;
    }

    .header_nav ul .menu-item-has-children::after {
        display: none;
    }

    .header_nav ul li.menu-item-has-children:nth-child(n) .sub-menu_active {
        display: block !important;
        opacity: 1 !important;
        visibility: visible;
    }
}

.social_link_item:last-child {
    margin: 0
}

.social_link_item.youtube_ {
    background: url(../images/youtube.svg) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social_link_item.youtube_:hover {
    background: url(../images/youtube_h.svg) no-repeat
}

.social_link_item.telegram {
    background: url(../images/telegram.svg) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social_link_item.telegram:hover {
    background: url(../images/telegram_h.svg) no-repeat
}

.social_link_item.zen {
    background: url(../images/zen.svg) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social_link_item.zen:hover {
    background: url(../images/zen_h.svg) no-repeat
}

.social_link_item.vk {
    background: url(../images/vk.svg) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social_link_item.vk:hover {
    background: url(../images/vk_h.svg) no-repeat
}

.header_nav_bottom {
    display: flex;
    gap: 65px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    line-height: 100%;
}

.header_nav_menu {
    display: flex;
    width: 937px;
    justify-content: space-between;
    font-weight: 600;
}

.header_nav_menu_item {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.header_nav_menu_item:hover {
    color: #ff632a;
    transition: all 0.3s;
    cursor: pointer
}

.header_nav_menu_phone {
    font-size: 16px;
    white-space: nowrap;
}

.header_nav_menu_phone:hover {
    color: #ff632a;
    transition: all 0.3s;
}

body .mobile-visible,
body .desktop-visible {
    display: none;
}

@media screen and (min-width: 1280px) {
    .mobile_header_nav {
        display: none;
    }

    body a.desktop-visible {
        display: inline;
    }
}

.first_frame_slider {
    margin: 0 auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-top: clamp(80px, 15vh, 163px)
}

.first_frame_slider .swiper-slide {
    width: 100% !important;
    max-width: 1720px;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-container,
.swiper {
    height: 100%;
}

.slider_slide {
    position: relative;
    height: 100%;
}

.slider_slide_content {
    height: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
}

.slider_slide_image {
    height: 50vh;
    max-height: 510px;
    position: absolute;
    right: -10px;
    top: 30px;
    width: auto;
}

.slider_slide_title {
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(36px, 7vh, 75px);
    line-height: 145%;
    letter-spacing: 0%;
    max-width: clamp(800px, 90vh, 1186px);
}

.slider_slide_list_wrap {
    margin-top: 21px;
}

.slider_slide_list_title {
    font-weight: 600;
    font-size: clamp(33px, 4vh, 43px);
    line-height: 193%;
    letter-spacing: 0%;
    width: fit-content;
    text-align: left;
}

.slider_slide_list {
    list-style-type: disc;
    padding-left: 40px;
    font-weight: 400;
    font-size: clamp(18px, 3vh, 35px);
    line-height: 175%;
    letter-spacing: 0%;
}

.slider_slide_list li {
    width: fit-content
}

.slider_slide_list ::marker {
    color: #ff632a;
}

/* Исправленные стили пагинации */
.first_frame_slider .swiper-pagination {
    position: relative;
    margin-top: clamp(30px, 6vh, 65px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    z-index: 10;
}

.first_frame_slider .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin: 0 13px !important;
    background: #d0d0d0 !important;
    transition: all 0.3s;
    opacity: 1 !important;
    position: relative;
}

.first_frame_slider .swiper-pagination-bullet-active {
    background: #ededed !important;
    margin: 0 13px !important;
    width: 7px !important;
    height: 7px !important;
    position: relative;
}

.first_frame_slider .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -4px !important;
    left: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    border: 1px solid #ededed !important;
    /* Замените на нужный цвет */
    border-radius: 50%;
    pointer-events: none;
}

.first_frame_slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    pointer-events: none;
}

.sales_section_content {
    padding-bottom: 1%;
    overflow: hidden
}

/* .first_frame_nav {} */

.first_frame_nav_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(30px, 7vh, 84px);
}

.first_frame_nav_menu_item {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
}

.first_frame_nav_menu_item:hover {
    color: #ff632a;
    cursor: pointer;
    transition: all 0.3s;
}

.price_list_button {
    position: absolute;
    border: 1px solid #fa4402;
    border-radius: 5px;
    max-width: 249px;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 250%;
    color: #ffffff;
    right: 0;
    bottom: 185px;
    z-index: 100;
    transition: all 0.3s;
}

.price_list_button:hover {
    color: #fa4402;
    cursor: pointer;
}

.header_nav {
    display: block;
}

.menu_box {
    display: flex;
    align-items: start;

    .falang-language-switcher.nav {
        font-size: .8em;
        line-height: 20px;

        li:not(.current) a {
            color: #000;
        }

        li::after {
            border-color: #000;
        }
    }
}

#section5 .menu_box,
#section12 .menu_box {
    .falang-language-switcher.nav {
        li:not(.current) a {
            color: #FFF;
        }

        li::after {
            border-color: #FFF;
        }
    }
}

.banner_video_card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}

.popular_section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.section_header {
    display: flex;
    justify-content: space-between;
    height: 12vh;
    align-items: center;
}

.popular_section_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    margin-bottom: 28px;
}

.section_title_divider {
    width: 142px;
    height: 1px;
    opacity: 1;
    background-color: #c0c0c0;
}

.popular_section_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
}

.popular_section_wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.popular_section_products_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    row-gap: 45px;
    justify-content: space-between;
    padding-bottom: 55px;
    margin-top: 31px;
    align-items: end;
}

/* 
@media only screen and (max-height: 960px) {
  .popular_section_product_card {
    height: 250px !important;
    position: relative;
    width: 100%;
  }
} */

.popular_section_product_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 15px;
}

.popular_section_product_card {
    position: relative;
    height: 295px !important;
    width: 100%;
}

.popular_section_product_card_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.3;
    filter: grayscale(100%);
    border-radius: 10px;
}

.popular_section_product_card_content {
    position: relative;
    z-index: 2;
    background-color: rgba(238, 238, 238, 0.45);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.popular_section_product_card_image {
    width: auto;
    height: 70%;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 55px;
}

.popular_section_product_card_description_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 63px;
    background-color: #c6c6c6;
    border-radius: 0 10px 0 10px;
    display: flex;
    align-items: center;
}

.popular_section_product_card_description {
    font-weight: 500;
    font-size: 17px;
    line-height: 122%;
    padding-left: 43px;
    max-width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular_section_content {
    min-height: calc(100vh - 130px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media screen and (max-height: 1000px) {
    .popular_section_product_card {
        height: 230px !important;
    }

    .indastry_section_product_card {
        height: 230px !important;
    }
}


.popular_section_product_card:hover .popular_section_product_card_image,
.indastry_section_product_card:hover .indastry_section_product_card_image {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.3s;
}

.indastry_section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.indastry_section_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.indastry_section_content {
    min-height: calc(100vh - 130px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.indastry_section_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    margin-bottom: 28px;
}

.indastry_section_products_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    row-gap: 45px;
    justify-content: space-between;
    padding-bottom: 55px;
    margin-top: 31px;
    align-items: end;
}

.indastry_section_product_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    margin-bottom: 15px;
}

.indastry_section_product_card {
    position: relative;
    height: 295px !important;
    width: 100%;
}

.indastry_section_product_card_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3;
    filter: grayscale(100%);
    border-radius: 10px;
}

.indastry_section_product_card_content {
    position: relative;
    z-index: 2;
    background-color: rgba(238, 238, 238, 0.45);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.indastry_section_product_card_image {
    max-width: 100%;
    max-height: 80%;
    margin-bottom: 45px;
}

.banner_card_link {
    position: absolute;
    inset: 0;
    /* сокращённо: top:0; right:0; bottom:0; left:0 */
    z-index: 5;
}

.indastry_section_product_card_description_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 63px;
    background-color: #484848;
    color: #ffff;
    border-radius: 0 10px 0 10px;
    display: flex;
    align-items: center;
}

.indastry_section_product_card_description {
    font-weight: 500;
    font-size: 17px;
    line-height: 122%;
    letter-spacing: 0%;
    padding-left: 43px;
}

.popular_section_product_card.swiper-slide.swiper-slide-prev,
.indastry_section_product_card.swiper-slide.swiper-slide-prev {
    opacity: 0 !important;
}

@media screen and (max-height: 1000px) {
    .indastry_section_product_card {
        height: 230px !important;
    }
}

.about_section {
    position: relative;
    min-height: 100vh;
    height: 100%;
    overflow: hidden
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 3;
}

.about_section_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.about_section_header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.about_section_content {
    color: #ffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.about_section_content_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 128%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 989px;
}

.fp-overflow {
    min-height: 100vh;
    height: 100vh;
}

.fp-watermark {
    display: none
}

.about_section_content_text {
    font-weight: 400;
    font-size: 25px;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: center;
    max-width: clamp(700px, 65vw, 1300px);
    margin-top: 8px;
    padding-bottom: 20px;
}

.about_section p {
    font-weight: 400;
    font-size: 25px;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: center;
    max-width: clamp(700px, 65vw, 1300px);
    margin-top: 8px;
    padding-bottom: 20px;
}

.news_section {
    background-color: #2a2a2a;
    position: relative;
}

/* 
.news_section_wrap {
  height: 100vh;
  width: 100%;
} */

.news_section_bg {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
}


.content_box {
    min-height: calc(100vh - 130px);
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.news_index_wrap .container {
    width: 100%
}

.news_index_head {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ebebeb;
    width: 100%
}

.index_title {
    margin: 0;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-align: left;
    position: relative;
    padding: 0 0 30px;
}

.news_link {
    color: #ebebeb;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 50px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
    gap: 15px;
}

.news_index_head .news_link::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 21px;
    background: url(../images/arrow_news.svg) no-repeat;
    right: 0;
    top: 1px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news_index_head .news_link:hover {
    color: #ff632a;
}

.news_index_head .news_link:hover:after {
    background: url(../images/arrow_news_orange.svg) no-repeat;
}

.news_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 58px;
}

.index_title::after {
    position: absolute;
    content: "";
    width: 142px;
    height: 1px;
    background: #c0c0c0;
    bottom: 0;
    left: 0;
}

.news_item {
    width: calc(25% - 18px);
    border-radius: 10px;
    background: #484848;
    overflow: hidden;
    text-align: left;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news_item:hover {
    background: #FF632A;
}

.news_item:hover .news_item_date {
    color: #2E2E2E
}

.news_item_img {
    height: 145px;
    margin: 0 0 15px;
}

.news_item_date {
    padding: 0 10px;
    font-size: 13px;
}

.news_item_title {
    padding: 0 10px;
    font-size: 13px;
    line-height: 19px;
    -webkit-line-clamp: 4;
}

.news_item_img {
    width: 100%;
    height: 300px;
    margin: 0 0 35px;
    overflow: hidden;
}

.news_item_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: 50%;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
}

.news_item:hover .news_item_img img {
    transform: scale(1.1);
}

.news_item_date {
    color: #ff632a;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding: 0 40px;
    display: block;
    margin: 0 0 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news_item_title {
    padding: 0 40px;
    color: #fff;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.geo_section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.geo_section_bg {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.geo_section_wrap {
    position: relative;
    width: 100%;
    z-index: 5;
}

.geo_section_content {
    color: #2e2e2e;
}

.geo_presence_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-top: clamp(10px, 4.2vh, 48px);
}

.geo_presence_left {
    width: 625px;
}

.geo_presence_text {
    color: #2e2e2e;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 0 0 2.3vh;
    max-width: 485px;
}

@media screen and (min-width: 1920px) and (min-height: 895px) and (max-height: 1079px) {
    .geo_presence_text {
        color: #2E2E2E;
        font-size: 18px;
    }

    .geo_presence_triggers {
        max-width: 430px;
    }

    .geo_presence_wrap .geo_presence_map img {
        width: 95%;
    }

    .geo_presence .index_title {
        margin: 0 0 25px
    }

    .geo_presence_wrap .geo_presence_left {
        min-height: 600px
    }

    .geo_presence_triggers ul li {
        color: #EBEBEB;
        font-size: 20px
    }

    .geo_presence_where_buy {
        padding: 25px 30px;
        font-size: 18px
    }
}

.geo_presence_triggers {
    padding: 30px;
    border-radius: 10px;
    background: #484848;
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 485px;
    margin: 0 0 3.5vh;
}

.geo_presence_triggers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.geo_presence_triggers ul li {
    margin: 0 0 10px;
    position: relative;
    padding-left: 45px;
}

.geo_presence_triggers ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ff632a;
    top: calc(50% - 5px);
    left: 0;
}

.geo_presence_triggers ul li a {
    color: #ebebeb;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 88.5%;
    text-align: center;
    transition: 0.2s ease;
    cursor: pointer;
}

.geo_presence_triggers ul li a:hover {
    color: #ff632a;
    cursor: pointer;
}

.geo_presence_where_buy {
    margin: auto 0 0 auto;
    border-radius: 10px;
    background: #eaeaea;
    padding: 30px;
    color: #2e2e2e;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    max-width: 625px;
}

.geo_presence_where_buy .site_btn {
    margin: 25px auto 0;
    min-width: 285px;
}

.site_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    padding: 0 30px;
    border-radius: 5px;
    background: #ff632a;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 170px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.geo_presence_right {
    width: calc(100% - 625px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.geo_presence_map {
    position: absolute;
    top: 92px;
    right: 75px;
}

.geo_presence_map img {
    width: 58vw;
    max-width: 1150px;
}

.geo_presence_where_buy .site_btn {
    margin: 25px auto 0;
    min-width: 285px;
}

.site_btn:hover {
    background: #FA4402;
}

.sales_section {
    min-height: 100vh;
    overflow: hidden;
}

.sales_section_head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: clamp(10px, 3vh, 39px);
}

.sales_section_head .news_link {
    color: #2e2e2e;
}

.sales_section_title {
    color: #2e2e2e;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    max-width: 1100px;
    text-align: left;
    max-width: 1100px;
}

.sales_link {
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: flex;
    gap: 18px;
    color: #2e2e2e;
}

.sales_link:hover {
    color: #FA4402;
    cursor: pointer
}

.sales_link p {
    white-space: nowrap;
}

.sales_section_slider {
    overflow: visible;
    margin-top: 2%;
    position: relative;
    height: 53vh;
}

.sales_section_slider .swiper-slide {
    height: 53vh;
    position: relative;
}

.sales_section_slide {
    position: relative;
    width: 1011px;
    height: 53vh;
    overflow: hidden;
}

.sales_section_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.sales_section_slider .slides_btn {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 10;
}

.sales_section_slider .swiper-wrapper {
    display: flex;
    align-items: center;
    /* Центрируем слайды по вертикали */
}

/* Активный слайд (центрированный) */
.sales_section_slider .swiper-slide-active {
    opacity: 1 !important;
}

/* Неактивные слайды */
.sales_section_slider .swiper-slide {
    transform: scale(0.95);
    /* Немного уменьшаем неактивные */
    opacity: 0.7;
    /* Немного прозрачности для неактивных */
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sales_section_slider .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.sales_section_slider .swiper-button-prev {
    margin-left: 100px;
    height: 50px;
    width: 50px;
    background-color: #616161;
    border-radius: 100%;
    transition: all 0.3s;
}

.sales_section_slider .swiper-button-prev img {
    width: 100%;
}

.sales_section_slider .swiper-button-next img {
    transform: rotate(180deg);
    width: 100%;

}

.sales_section_slider .swiper-button-prev:after {
    content: "";
}

.sales_section_slider .swiper-button-next {
    margin-right: 100px;
    height: 50px;
    width: 50px;
    background-color: #616161;
    border-radius: 100%;
    transition: all 0.3s;
}

.sales_section_slider .swiper-button-next:after {
    content: "";
}

.sales_section_slider .swiper-button-next:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.sales_section_slider .swiper-button-prev:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

/* .naw_sales_wrapper {
  max-width: 1460px !important;
  margin: 0 auto;
} */

.grid_container {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.naw_sales_slider {
    overflow: hidden;
    height: fit-content;
}

.naw_sales_slider {
    max-width: 100%;
    width: 100%;
    margin-top: 3%;
}

.naw_sales_slider .swiper-wrapper {
    width: 100%;
    height: fit-content;
}

.naw_sales_slider .swiper-slide {
    height: 45px;
    -webkit-filter: grayscale(95%);
    filter: grayscale(95%);
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.naw_sales_slider .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.naw_sales_slider .swiper-slide-thumb-active {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.naw_sales_slider .swiper-slide:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.contacts_section {
    background-color: #eaeaea;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.contacts_bg_1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.contacts_bg_2 {
    position: absolute;
    left: 472px;
    bottom: 0;
    z-index: 1;
}

.contacts_after_image {
    position: absolute;
    bottom: 0;
    right: 143px;
    z-index: 10;
}

.contacts_section .container {
    position: relative;
    z-index: 5;
}

.contacts_section .container .content_box {
    align-items: flex-start;
}

.contacts_section_content {
    box-sizing: border-box;
}

.contacts_index_info {
    width: 460px;
    margin: 0 130px 0 0;
    text-align: left;
}

.contacts_index_title {
    color: #2e2e2e;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    display: block;
    margin: 0 0 32px;
}

.contacts_index_subtitle {
    font-weight: 500;
    display: block;
}

.contacts_index_item {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 198%;
    display: flex;
    flex-direction: column;
}

.contacts_driving_directions {
    color: #2e2e2e;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    text-decoration-line: underline;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: 4.55vh;
}

.contacts_driving_directions:hover {
    color: #ff632a
}

.contacts_index_mail {
    color: #2e2e2e;
    font-size: 22px;
    font-style: normal;
    line-height: 190%;
    margin: 0 0 60px;
}

.contacts_index_mail_name {
    font-weight: 500;
}

.contacts_link_mail {
    color: #2e2e2e;
    margin-left: 5px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.site_btn.more_btn,
.site_btn.btn_transparrent {
    background: none;
    border: 1px solid #ff632a;
    transition: all 0.3s;
    color: #2e2e2e;
}

.site_btn.more_btn:hover,
.site_btn.btn_transparrent:hover,
.contacts_link_mail:hover {
    color: #ff632a;
    cursor: pointer;
}

.contacts_index_form {
    max-width: calc(100% - 590px);
    width: 100%;
    border-radius: 10px;
    background: #484848;
    padding: 69px 100px 35px;
    text-align: left;
}

.contacts_form_name {
    color: #ebebeb;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    display: block;
    margin: 0 0 35px;
}

.contacts_form_wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 25px 17px;
    /* Современная альтернатива margin */
    width: 100%;
    margin-bottom: 25px;
}

.contacts_form_wrap .box_input {
    width: calc(50% - 10px);
    /* Учитываем gap */
    margin-bottom: 0;
}

.box_input {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
}

.box_input input[type="tel"]:focus+.label_title,
.box_input input[type="email"]:focus+.label_title,
.box_input input[type="number"]:focus+.label_title,
.box_input input[type="password"]:focus+.label_title,
.box_input input[type="text"]:focus+.label_title,
.box_input select:focus+.label_title,
.box_input textarea:focus+.label_title {
    font-size: 10px;
    top: -8px;
    padding: 0 5px;
    border-radius: 2px;
    background: none;
    color: #ebebeb;
}

.box_input input,
.box_input textarea,
.box_input select {
    border-radius: 5px;
    background: #696969;
    border: none;
    outline: none;
    color: #dcdcdc;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 0 15px;
}

.box_input textarea {
    resize: vertical;
    min-height: 175px;
    outline: none;
}

.box_input input {
    height: 50px;
}

/* .contacts_form_wrap .box_input {
  width: calc(50% - 8px);
  margin: 0 16px 25px 0;
} */

.box_input .label_title {
    position: absolute;
    top: calc(50% - 12px);
    left: 15px;
    color: rgba(19, 35, 75, 0.8);
    text-align: center;
    color: #dcdcdc;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.red_star {
    color: #fa4402;
}

.select_box {
    margin-bottom: 20px;
}

.box_input textarea {
    padding: 20px;
}

.box_input select+.label_title,
.box_input textarea+.label_title {
    top: 15px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    background: #696969;
    padding: 8px 15px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_box .select-styled {
    font-size: 0;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    color: #dcdcdc;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select-styled:after {
    content: "";
    width: 20px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 10px;
    background: url(../images/select_arrow.svg) no-repeat;
}

.select_box.select_active .select-styled.label_top {
    font-size: 20px;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 0 0 5px 5px;
    background: #C2C2C2;
    overflow: hidden
}

.select-options li {
    color: #484848;
    margin: 0;
    padding: 10px 0;
    text-indent: 15px;
    border-top: 1px solid #A4A4A4;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in
}

.select-options li:hover,
.select-options li.is-selected {
    background: #696969;
    color: #DCDCDC
}

.select-options li[rel="hide"] {
    display: none
}

.select_box.select_active .label_title {
    top: -8px;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 2px;
    background: none;
    color: #ebebeb;
}

.box_input .label_title {
    position: absolute;
    top: calc(50% - 12px);
    left: 15px;
    color: rgba(19, 35, 75, 0.8);
    text-align: center;
    color: #dcdcdc;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.site_btn.price_btn,
.site_btn.banner_btn,
.site_btn.contacts_form_btn {
    color: #fff;
}

.box_input {
    margin-bottom: 25px;
}

.contacts_form_btn {
    margin: 0 0 40px;
    color: #ebebeb;
    min-width: 250px;
}

.private_policy {
    color: #ebebeb;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    cursor: pointer;
}

.articles_section {
    min-height: 100vh;
}

.articles_section .content_box {
    align-items: flex-start;
}

.articles_section_main {
    flex: 1 1 600px;
    min-width: 300px;
    max-width: 965px;
}

.articles_image_wrap {
    margin-top: clamp(20px, 3.8%, 46px);
    width: 100%;
    height: 45vh;
    border-radius: 10px;
    background-color: #e9e9e9;
    max-width: 100%;
    overflow: hidden;
}

.articles_preview {
    display: flex;
    flex-direction: column;
}

.articles_image_wrap img {
    width: 100%;
    height: 100%;
}

.articles_section_main .articles_card {
    max-width: 100%;
    margin-top: 30px;
}

.articles_section_main .articles_card_title {
    line-height: 160%;
}

.articles_preview:hover .articles_card,
.articles_preview:hover .articles_image_wrap img,
.articles_card:hover {
    transform: scale(1.01);
    transition: all 0.3s;
}

.articles_preview:hover .articles_card .articles_card_date,
.articles_card:hover .articles_card_date {
    background-color: #FA4402;
}

.articles_card_date {
    width: 135px;
    height: clamp(18px, 2.5vh, 27px);
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    background-color: #ff632a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.articles_card_title {
    font-weight: 600;
    font-style: SemiBold;
    font-size: clamp(18px, 2.25vh, 24px);
    line-height: 145%;
    letter-spacing: 0%;
    margin-top: 10px;
    display: inline-block;
}

.articles_section_other {
    flex: 1 1 400px;
    min-width: 300px;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 20px;
}

.articles_section .content_box {
    justify-content: space-between;
}

.articles_card_descripton {
    margin-top: clamp(8px, 1.4vh, 15px);
    font-weight: 400;
    font-size: clamp(16px, 1.9vh, 21px);
    line-height: 145%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.articles_list {
    display: flex;
    flex-direction: column;
    gap: 5vh;
}

.articles_section_other .sales_link {
    margin: 20px 0 5.8% 0;
}

.videos_section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.videos_section_wrap {
    width: 100%;
    position: relative;
    z-index: 5;
}

.videos_section_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.videos_section_bg::before {
    content: "";
    position: absolute;
    top: -17px;
    left: -10%;
    width: 2807px;
    height: 320px;
    background: #fafafa;
    border-radius: 50%;
    z-index: 2;
    filter: blur(150px);
}

.videos_section_bg_img {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 20px;
}

.videos_slider {
    margin-top: 124px;
    width: 100%;
    position: relative;
}

.videos_section_wrap .swiper {
    width: calc(375px * 4 + 23px * 3);
    /* Точная ширина для 4 слайдов */
    margin: 0 auto;
    position: relative;
}

.videos_slider .swiper-wrapper {
    margin-left: 0 !important;
    /* Убираем фиксированные margins */
    margin-right: 0 !important;
    width: 100%;
}

.video_slide {
    width: 375px !important;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    flex-shrink: 0;
    transition: all 0.3s;
}

/* .video_slide:hover {
    border-radius: 12px;
    font-weight: 600;
    overflow: hidden;
}

.video_slide:hover .video_title{
    font-weight: 600;
}

.video_slide:hover video {
    transform: scale(1.05);
    transition: transform 0.6s ease;
} */

.video_wrap {
    width: 375px !important;
    height: 272px !important;
    border-radius: 12px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.video_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #A8A8A8;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_play_btn img {
    margin-left: 4px
}

.video_play_btn.hidden {
    display: none;
}

.video_wrap video, .video_wrap iframe{
    width: 375px !important;
    height: 272px !important;
    border-radius: 12px;
    object-fit: cover;
}

.videos-slider-container .swiper-button-prev {
    height: 50px;
    width: 50px;
    background-color: #616161;
    border-radius: 100%;
    left: -25px;
    top: 150px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.videos-slider-container .swiper-button-next {
    height: 50px;
    width: 50px;
    background-color: #616161;
    border-radius: 100%;
    right: -25px;
    top: 150px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.videos-slider-container .swiper-button-prev:after,
.videos-slider-container .swiper-button-next:after {
    content: "";
}

.videos-slider-container .swiper-button-next img {
    transform: rotate(180deg);
    width: 100%;
}

.videos-slider-container .swiper-button-prev img {
    width: 100%;
}

.videos-slider-container .swiper-button-prev:hover,
.videos-slider-container .swiper-button-next:hover {
    transform: translateY(-50%) scale(1.1);
    filter: brightness(1.2);
    /* чуть ярче */
}

/* Контейнер для всего блока с видео */
.videos_section_content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 130px);
    position: relative;
    width: 100%;
}

.videos_section_content .index_title {
    margin-bottom: 5%;
    margin-top: 4%;
}

/* Обертка для слайдера и кнопок */
.videos-slider-container {
    position: relative;
    width: calc(375px * 4 + 23px * 3 + 140px);
    /* 4 слайда + отступы + место для кнопок */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 370px;
    margin: 0 auto;
    margin-bottom: 5%;
}

.videos_section_content .container {
    width: 100%
}

.video_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 141%;
    letter-spacing: 0%;
    margin-top: 28px;
    max-width: 370px;

    /* Обрезка текста многоточием  */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_slide:hover video {
    transform: scale(1.1);
    transition: all 0.3s;
}

.video_slide:hover .video_title {
    font-weight: 600;
    color: #ff632a;
    transition: all 0.3s;
}

.join_section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.join_section .container {
    z-index: 5;
    position: relative;
}

.join_section_content {
    margin-top: 100px;
}

.join_section_bg {
    position: absolute;
    top: 46px;
    right: -208px;
    width: 1314px;
    height: 1132px;
    z-index: -1;
}

.join_grid {
    display: grid;
    grid-template-columns: 589px 589px 447px;
    width: 100%;
    justify-content: space-between;
    margin-top: 110px;
}

.join_column {
    display: flex;
    flex-direction: column;

    /* прижимаем содержимое к низу */
    height: 100%;
    width: 100%;
    gap: 40px;
}

.join_column:last-child {
    justify-content: flex-end;
}

.join_column_item {
    display: flex;
    gap: 45px;
    align-items: center;
}

.join_column_item_title {
    font-weight: 600;
    font-size: clamp(16px, 3vh, 30px);
    line-height: 170%;
    letter-spacing: 0%;
}

.join_column_description {
    font-weight: 400;
    font-size: 22px;
    line-height: 170%;
    height: 111px;
}

.join_column_item:hover .join_column_item_title {
    color: #ff632a;
    transition: all 0.3s;
    cursor: pointer;

}

.footer_section {
    position: relative;
    overflow: hidden;
    background-color: #2a2a2a;
}

.footer-up-button {
    position: absolute;
    bottom: 63px;
    right: 100px;
    z-index: 100;
}

.footer-up-button:hover img {
    transform: scale(1.1);
    filter: brightness(1.2);
    transition: all 0.3s;
}

.footer-up-button img {
    width: 100%
}

.footer_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: 1;
}

.footer_content {
    position: relative;
    z-index: 2;
}

.footer_menu {
    display: grid;
    grid-template-columns: 231px 331px 342px 243px;
    width: 100%;
    justify-content: space-between;
    color: #ebebeb;
    margin-top: 177px;
    padding-right: 12px;
}

.footer_menu_block ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_menu_block ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 166%;
}

.footer_menu .footer_menu_block ul li a:hover {
    color: #ff632a;
    transition: all 0.3s;
    cursor: pointer;
}

.footer_menu_title {
    font-weight: 600;
    font-size: 23px;
    line-height: 137%;
    margin-bottom: 20px;
}

.price_button {
    border: 1px solid #fa4402;
    width: 249px;
    height: 55px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ebebeb;
    margin-top: 67px;
}

.price_button:hover {
    background: none;
    border: 1px solid #FA4402;
    color: #FA4402;
    transition: all 0.3s;
}

.footer_bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 400;
    font-size: 20px;
    line-height: 250%;
    color: #ebebeb;
    margin-top: 65px;
}

.footer_bottom_icons {
    display: flex;
    gap: 39px;
    justify-content: flex-end;
}

.footer_bottom_info {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 250%;
    color: #a3a3a3;
    margin-top: 17px;
}

.footer_bottom_info a:hover,
.footer-support-button:hover {
    color: #fa4402;
    transition: all 0.3s;
    cursor: pointer;
}

.footer_link_button {
    font-weight: 400;
    font-size: 20px;
    line-height: 250%
}

.scroll_box {
    max-width: 1720px;
    margin: 0 auto;
}

.tg-banner {
    overflow: hidden;
    width: clamp(500px, 29vw, 550px);
    height: clamp(220px, 30vh, 350px);
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: 0px 1px 48.9px 0px #3a3a3a40;
    background: #ffffff;
    z-index: 100;
    transition: opacity 0.3s ease;
    opacity: 0;
    display: none;
}

.tg-banner.visible {
    opacity: 1;
    display: block;
}

.tg-banner-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    padding: 0 8%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tg-banner-content {
    display: flex;
}

.tg-banner-text {
    margin-left: 21px;
    font-weight: 500;
    font-size: clamp(16px, 2vh, 22px);
    line-height: 141%;
}

.tg-banner-image {
    height: 61px;
    width: 61px;
}

.tg-banner-button {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    background: #ff632a;
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-top: 37px;
    transition: all 0.3s;
}

.tg-banner-button:hover {
    background: #FA4402;
    cursor: pointer
}

.tg-banner-cross {
    position: absolute;
    top: 37px;
    right: 37px;
    z-index: 30;
}

.tg-banner-cross:hover {
    cursor: pointer;
}

.social_link_item_footer {
    display: block;
    width: 32px;
    height: 32px;
}

.social_link_item_footer.youtube_ {
    background: url(../images/youtubeFooter.svg) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social_link_item_footer.youtube_:hover {
    background: url(../images/youtube_h.svg) no-repeat
}

.social_link_item_footer.telegram {
    background: url(../images/telegramFooter.svg) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social_link_item_footer.telegram:hover {
    background: url(../images/telegram_h.svg) no-repeat
}

.social_link_item_footer.zen {
    background: url(../images/dzenFooter.svg) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social_link_item_footer.zen:hover {
    background: url(../images/zen_h.svg) no-repeat
}

.social_link_item_footer.vk {
    background: url(../images/vkFooter.svg) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.social_link_item_footer.vk:hover {
    background: url(../images/vk_h.svg) no-repeat
}

/* МОДАЛКА */

.modal_form_box {
    background: url(../images/frame_back.png) no-repeat;
    border-radius: 10px;
    padding: 0 !important;
    max-width: 790px !important;
    margin: 0 auto !important;
}

.modal_form_box .contacts_index_form {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    background: #484848;
    padding: 45px 45px 35px;
    text-align: left
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.modal_forms {
    max-width: 465px;
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px
}

.modal_forms form {
    display: flex;
    flex-flow: column
}

.modal_forms .modal_form_head {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #212121;
    display: block;
    margin: 0 0 40px
}

.modal_forms label {
    display: flex;
    flex-flow: column;
    margin: 0 0 30px
}

.modal_forms label input,
.modal_forms label textarea {
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    height: 44px;
    padding: 0 20px
}

.modal_forms label textarea {
    width: 100% !important;
    padding-top: 15px;
    min-height: 75px;
    resize: vertical;
    outline: none
}

.modal_forms .label_name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #212121;
    display: block;
    margin: 0 0 10px
}

.modal_forms .btn_form {
    min-width: 300px;
    height: 50px;
    margin: 0 auto 25px
}

.modal_forms .checkbox_label {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #212121
}

.modal_forms .checkbox_label input {
    height: 20px
}

.modal_forms .checkbox_label a {
    color: #A316D5;
    text-decoration: underline
}

.modal_forms .control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer
}

.modal_forms .control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.modal_forms .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1.5px solid #747474;
    border-radius: 5px
}

.modal_forms .control:hover input~.control_indicator,
.modal_forms .control input:focus~.control_indicator {
    background: #ffffff
}

.modal_forms .control input:checked~.control_indicator {
    background: #ffffff
}

.modal_forms .control:hover input:not([disabled]):checked~.control_indicator,
.modal_forms .control input:checked:focus~.control_indicator {
    background: #ffffff
}

.modal_forms .control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none
}

.modal_forms .control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none
}

.modal_forms .control input:checked~.control_indicator:after {
    display: block
}

.modal_forms .control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #A316D5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.modal_forms .control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b
}

.order_modal {
    max-width: 465px;
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px
}

.order_modal .order_modal_title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #A316D5;
    margin: 0 0 25px
}

.order_modal .order_modal_title .name_products {
    font-size: 18px;
    line-height: 22px;
    color: #212121
}

.order_modal .order_modal_subtitle {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #212121;
    padding: 0 0 30px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 25px
}

.alModal {
    width: 96%;
    max-width: 350px;
    height: auto;
    display: none;
    position: fixed;
    z-index: 100;
    font-family: sans-serif;
    opacity: 0;
    top: 100%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

span.alModalClose:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 42%
}

.alModalClose {
    cursor: pointer;
    width: 20px;
    display: block;
    text-align: center;
    float: right;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 101;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    line-height: 26px;
    font-family: sans-serif
}

span.alModalClose:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 42%;
    left: 0%
}

.alModalClose:hover {
    color: #ffffff
}

.alModal p {
    position: relative;
    display: block;
    text-align: left;
    color: #000;
    margin: 0px;
    font-size: 16px;
    line-height: 1.4;
    padding: 0px 5px
}

.alModal .thank_ico {
    color: #FA4402;
    padding: 10px 10px 0;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
    width: 65px;
    text-align: center;
    height: 65px;
    font-weight: bold;
    vertical-align: middle
}

.alModal .thank_words {
    color: #2E2E2E;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    padding-left: 20px;
    line-height: 1.4;
    width: 73%;
    vertical-align: middle
}

.overlay {
    z-index: 70;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.alModalContent {
    padding: 15px 22px;
    background: #fff;
    border-radius: 25px
}

.alModalContent .alModalInput {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 12px;
    height: auto;
    width: 100%;
    line-height: 1;
    border-radius: 0px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: #333
}

.alModal .alModalButton {
    font-weight: bold;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    padding: 9px;
    transition: 0.5s ease;
    box-sizing: border-box;
    border: 1px solid #00f;
    background: #00f
}

.alModal .alModalButton:hover {
    background: #fff;
    color: #00f
}

.modal_form_box {
    background: url(../images/frame_back.png) no-repeat;
    border-radius: 5px;
    padding: 0 !important;
    max-width: 790px !important;
    margin: 0 auto !important
}

.modal_form_box .contacts_index_form {
    width: 100%;
    border-radius: 10px;
    background: #484848;
    padding: 45px 45px 35px;
    text-align: left
}

.alModalConfirm {
    width: 96%;
    max-width: 650px;
    height: auto;
    display: none;
    position: fixed;
    z-index: 100;
    font-family: sans-serif;
    opacity: 0;
    top: 100%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alModalConfirm .thank_ico {
    color: #1db805;
    padding: 10px 10px 0;
    font-size: 80px;
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
    width: 65px;
    text-align: center;
    height: 65px;
    font-weight: bold;
    vertical-align: middle
}

.alModalConfirmContent {
    padding: 40px 22px;
    background: #fff;
    border-radius: 25px;
}

.alModalConfirmText {
    font-size: 26px;
    font-weight: 500;
    line-height: 52px;
}

@media screen and (max-height: 950px) {
    .price_list_button {
        bottom: 130px
    }
}

@media screen and (max-height: 830px) {
    .price_list_button {
        bottom: 80px
    }
}

@media screen and (max-height:700px) {


    .price_list_button {
        bottom: 40px
    }
}

@media screen and (min-width: 1920px) and (min-height: 895px) and (max-height: 1079px) {
    body .social_link_over_logo {
        display: none !important;
    }
}

@media screen and (min-width: 1921px) {
    body .social_link_over_logo {
        display: none !important;
    }
}


@media screen and (min-width: 1280px) and (max-width: 1900px) and (min-height: 500px) and (max-height: 700px) {
    .slider_slide_title {
        font-size: 40px;
    }

    .slider_slide_list_wrap {
        margin-top: 12px;
    }


}




@media screen and (min-width: 1280px) and (max-width: 1900px) and (min-height: 500px) and (max-height: 1079px) {
    .geo_section_wrap {
        height: 95vh;
        display: flex;
        flex-direction: column;
    }

    .geo_section_content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .join_column_item img {
        max-width: 50px;
    }

    .social_link_item {
        margin: 0 30px 0 0;
    }

    .price_list_button {
        height: 45px;
        min-width: 200px;
        margin-bottom: 35px;
        font-size: 18px;
    }

    .header_logo,
    .logo_box {
        display: block;
        width: 189px;
        height: 50px;
    }

    .header_nav_menu {
        width: 870px
    }

    .header_logo img {
        width: 100%;
    }

    .section_header {
        height: 60px;
        margin-top: 20px !important;
    }

    .indastry_section_products_list,
    .popular_section_products_list {
        padding-bottom: 20px;
        margin-top: 0;
        row-gap: 20px
    }

    .popular_section_title,
    .indastry_section_title {
        font-size: 32px;
    }

    .aboutus_title,
    .index_title {
        font-size: 32px;
        padding: 0 0 15px;
    }

    .popular_section_product_title,
    .indastry_section_product_title {
        font-size: 18px;
    }

    .popular_section_title,
    .indastry_section_title {
        margin-bottom: 18px;
        margin-bottom: 8px;
    }

    .news_items {
        margin-top: 20px;
        height: 100%
    }

    .news_section_wrap .content_box {
        align-items: stretch;
    }

    .news_item_img {
        height: 185px;
        margin: 0 0 20px;
    }

    .news_item_title {
        font-size: 16px;
        padding: 0 15px;
        -webkit-line-clamp: 4;
    }

    .news_item_date {
        padding: 0 15px;
        margin: 0 0 8px;
    }

    .geo_presence_map {
        top: 50px;
        right: 200px;
        width: 50vw;
    }

    .geo_presence_where_buy {
        margin-top: auto;
    }

    .geo_presence_right .geo_presence_where_buy {
        margin-top: auto;
        margin-left: auto;
    }

    .geo_presence_where_buy {
        max-width: 550px;
        margin: 0;
        padding: 15px 20px;
        font-size: 18px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .geo_presence_triggers ul li a {
        font-size: 18px;
    }

    .geo_presence_triggers ul li {
        margin: 0 0 5px;
    }

    .geo_presence_triggers {
        padding: 25px 15px;
        max-width: 400px;
    }

    .geo_presence_text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .geo_presence_right .geo_presence_where_buy {
        margin-top: auto;
        margin-left: auto;
    }


    .geo_presence_map img {
        width: 50vw
    }

    .geo_presence_where_buy {
        font-size: 18px;
        padding: 20px 30px
    }

    .videos_section_content .index_title {
        margin-bottom: 60px;
        margin-top: 35px;
    }

    .sales_section_slider .swiper-slide {
        height: 43vh;
    }

    .sales_section_title {
        font-size: 22px;
    }

    .popular_section_product_card,
    .indastry_section_product_card {
        height: 200px !important;
    }

    .about_section_content_title {
        font-size: 38px;
    }

    .about_section_content_text, .about_section_content p {
        line-height: 150%;
        font-size: 20px;
    }

    .join_section_content {
        margin-top: 35px;
    }

    .join_column {
        gap: 15px
    }

    .join_column_description {
        height: 60px;
        max-width: 450px;
        font-size: 18px;
        line-height: 140%;
    }

    .join_column_description br {
        display: none;
    }

    .footer_bottom {
        padding-bottom: 20px;
        margin-top: 45px;
    }

    .footer_menu {
        margin-top: 70px;
    }

    .footer_bottom_info {
        font-size: 18px;
    }

    .footer_menu_title {
        font-size: 20px;
    }

    .footer_menu_block ul li a,
    .footer_link_button {
        font-size: 18px;
    }

    .footer_menu_block ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .geo_presence_triggers {
        padding: 20px;
        margin: 0 0 15px
    }

    .contacts_index_info {
        width: 32%;
        margin: 0 40px 0 0;
    }

    .contacts_index_form {
        width: calc(70% - 80px);
        padding: 35px 50px 15px;
        max-width: 100%;
    }

    .contacts_after_image {
        height: 115px !important;
        width: auto !important;
        right: 10px
    }

    .contacts_index_item,
    .contacts_index_mail,
    .contacts_driving_directions {
        font-size: 17px;
    }

    .contacts_index_title {
        font-size: 22px;
        margin: 0 0 22px;
        margin-top: 25px;
        line-height: 140%;
    }

    .contacts_index_mail {
        margin-bottom: 30px;
    }

    .contacts_form_name {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .contacts_form_btn {
        height: 50px;
        font-size: 18px;
        min-width: 220px;
        margin-bottom: 10px;
    }

    .contacts_index_info .site_btn {
        height: 45px
    }

    .box_input input,
    .box_input textarea,
    .box_input select {
        font-size: 18px;
        height: 45px;
    }

    .box_input textarea {
        min-height: 110px;
    }

    .articles_card_date {
        font-size: 15px;
    }

    .sales_section_slider .slides_btn {
        top: 30px;
        right: 30px;
        height: 45px;
        font-size: 15px;
    }

    .sales_section_slider {
        height: 43vh;
    }

    .contacts_index_info {
        padding-bottom: 10px;
    }

    .price_button {
        height: 45px;
        margin-top: 40px;
    }

    .footer_bottom_info {
        margin-top: 10px;
    }

    .geo_presence_wrap {
        flex-grow: 1;
    }

    .geo_presence_left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sales_section_content {
        padding-bottom: 1%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: calc(100% - 80px);
        padding-bottom: 3%;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1900px) and (min-height: 500px) and (max-height: 720px) {
    .geo_presence_text {
        line-height: 140%;
    }

    .geo_presence_triggers ul li {
        margin: 0;
    }

    .geo_presence_wrap {
        margin-top: 15px;
        flex-grow: 1;
    }

    .geo_presence_text {
        margin-bottom: 15px;
    }

    .geo_presence_map img {
        width: 45vw;
    }

    .geo_presence_where_buy {
        font-size: 16px;
        padding: 15px 25px;
    }

    .geo_presence_where_buy .site_btn {
        margin: 15px auto 0;
        height: 45px;
        min-width: 215px;
    }

    .site_btn {
        font-size: 16px;
    }

    .contacts_index_mail {
        margin-bottom: 15px;
    }

    .contacts_index_title {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1900px) and (min-height: 500px) and (max-height: 660px) {

    .tg-banner-button {
        height: 45px;
        font-size: 15px;
        margin-top: 17px;
    }

    .tg-banner-cross {
        top: 20px;
        right: 20px;
    }

    .articles_card_title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .contacts_index_form {
        padding: 25px 40px 15px;
    }

    .box_input {
        margin-bottom: 20px;
    }

    .contacts_form_wrap {
        margin-bottom: 20px;
        gap: 20px 15px
    }

    .popular_section_product_card,
    .indastry_section_product_card {
        height: 190px !important;
    }

    .indastry_section_products_list,
    .popular_section_products_list {
        row-gap: 10px;
    }

    .indastry_section_product_title,
    .popular_section_product_title {
        line-height: 120%;
        margin-bottom: 8px;
    }

    .first_frame_nav_menu {
        margin-top: 25px;
    }

    .articles_list {
        gap: 10px
    }

    .videos_section_content .index_title {
        margin-bottom: 40px;
    }

    .join_grid {
        margin-top: 75px;
    }

    .footer_menu {
        margin-top: 50px;
    }

    .footer_menu_title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .footer_menu_block ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .footer_bottom {
        padding-bottom: 10px;
        margin-top: 20px;
        font-size: 18px;
    }

    .footer_menu_block ul li a,
    .footer_link_button {
        font-size: 16px;
    }
}


@media screen and (max-height: 1000px) {

    .contacts_after_image {
        height: 200px;
    }
}

@media screen and (max-width: 1320px) {

    .header_nav_top,
    .header_nav_bottom {
        gap: 40px
    }
}



@media screen and (max-width: 1800px) {
    .video_wrap video, .video_wrap iframe {
        width: 345px !important;
        height: 242px !important;
        border-radius: 12px;
        object-fit: cover;
    }

    .video_wrap {
        width: 345px !important;
        height: 242px !important;
        border-radius: 12px;
    }

    .contacts_after_image {
        right: 20px;
    }

    .videos-slider-container {
        width: calc(345px * 4 + 23px * 3 + 140px) !important;
        margin: 0 auto;
    }

    .videos-slider-container .swiper-button-next {
        right: 0px !important;
    }

    .videos-slider-container .swiper-button-prev {
        left: 0px !important;
    }

    .video_slide {
        width: 345px !important;
    }

    .videos_section_wrap .swiper {
        width: calc(345px * 4 + 23px * 3) !important;
    }

    .articles_section .content_box {
        gap: 20px
    }
}

@media screen and (max-width: 1600px) {
    .contacts_after_image {
        width: 700px;
    }

    .sales_section_title {
        max-width: 60%;
    }

    .header_nav_menu_phone {
        font-size: 14px;
    }

    .join_grid {
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto;
        justify-content: space-between;
        margin-top: 105px;
        column-gap: 15px;
    }

    .first_frame_nav_menu_item,
    .first_frame_nav li a {
        font-size: 17px;
    }
}



@media screen and (min-width: 768px) {
    .mobile_sales_link {
        display: none;
    }

    .only_mobile {
        display: none;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1750px) {
    .join_grid {
        grid-template-columns: 537px 481px 425px;
    }
}

@media screen and (max-width: 1600px) and (min_width: 1280px) {
    .join_grid {
        grid-template-columns: auto auto auto;
        gap: 0 20px;
    }

    .join_column_description br {
        display: none;
    }

    .header_nav_menu_phone {
        font-size: 14px;
    }
}

@media screen and (max-width: 1720px) {
    .scroll_box {
        padding: 0 40px
    }
}



@media screen and (max-width: 1600px) {
    .video_wrap video, .video_wrap iframe {
        width: 300px !important;
        height: 200px !important;
        border-radius: 12px;
        object-fit: cover;
    }

    .video_wrap {
        width: 300px !important;
        height: 200px !important;
        border-radius: 12px;
    }

    .videos-slider-container {
        width: calc(300px * 4 + 23px * 3 + 60px) !important;
        margin: 0 auto;
    }

    .videos-slider-container .swiper-button-next {
        right: -35px !important;
        top: 120px !important;
    }



    .videos-slider-container .swiper-button-prev {
        left: -35px !important;
        top: 120px !important;
    }

    .video_slide {
        width: 300px !important;
    }

    .videos_section_wrap .swiper {
        width: calc(300px * 4 + 23px * 3) !important;
    }
}


@media screen and (max-width: 1400px) {

    .header_nav_menu {
        width: 850px;
    }

    .video_wrap video ,
    .video_wrap iframe {
        width: 300px !important;
        height: 200px !important;
        border-radius: 12px;
        object-fit: cover;
    }

    .video_wrap {
        width: 300px !important;
        height: 200px !important;
        border-radius: 12px;
    }

    .videos-slider-container {
        width: calc(300px * 3 + 23px * 3 + 60px) !important;
        margin: 0 auto;
    }

    .videos-slider-container .swiper-button-next {
        right: -35px !important;
        top: 120px !important;
    }



    .videos-slider-container .swiper-button-prev {
        left: -35px !important;
        top: 120px !important;
    }

    .video_slide {
        width: 300px !important;
    }

    .videos_section_wrap .swiper {
        width: calc(300px * 3 + 23px * 3) !important;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1023px) {
    .container {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .first_frame_wrap {
        width: 100%;
        padding: 20px 40px 30px;
        box-sizing: border-box;
    }

    .slider_slide_image {
        max-width: 40vw;
        width: 100%;
    }

    .price_list_button {
        right: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .geo_presence_map {
        right: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .videos-slider-container .swiper-slide {
        height: 100% !important;
        margin-top: 0 !important;
    }

    .desktop_none {
        display: none !important;
    }

    .geo_presence_title,
    .geo_presence_bottom {
        display: none;
    }

    .tablet_only {
        display: none;
    }

    .tablet_none {
        display: flex;
    }
}

@media screen and (min-width: 600px) and (max-width: 1920px) {
    body .social_link_over_logo {
        display: none !important;
    }

    body .social_link_over_logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 25px
            /*margin: 0 0 20px*/
        ;
    }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    body .social_link {
        display: none !important;
    }

    body .social_link_over_logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 25px
            /*margin: 0 0 20px*/
        ;
    }
}

@media screen and (max-width: 1279px) {

    .header_nav_bottom{
        flex-direction: column;
    }

    .footer_link_button {
        font-weight: 400;
        font-size: 15px;
        line-height: 290%;
    }


    .falang-language-switcher.nav {
        font-size: .8em;

        .current {
            display: none;
        }

        li:not(:last-child)::after {
            display: none;
        }
    }

    .falang-language-switcher.nav {
        font-size: .8em;
    }

    body .mobile-visible {
        display: block;
    }

    body a.mobile-visible {
        display: inline;
    }

    .footer-up-button {
        bottom: 200px;
        right: 20px;
        width: 43px;
        height: 43px;
    }

    .tg-banner {
        width: 316px;
        height: 198px;
    }

    .tg-banner-text {
        font-size: 14px;
        margin-left: 12px;
    }

    .tg-banner-cross {
        top: 20px;
        right: 20px;
    }

    .tg-banner-image {
        height: 35px;
        width: 35px;
    }

    .tg-banner-cross img {
        height: 12px;
        width: 12px;
    }

    .tg-banner-button {
        width: 202px;
        height: 39px;
        font-size: 14px;
        margin-top: 20px;
    }

    .tg-banner-content {
        padding: 0 36px 0 26px;
    }

    .geo_section {
        min-height: 100%;
    }

    .geo_section_content {
        padding-bottom: 20px;
    }

    .sales_section {
        background-color: #eaeaea;
        min-height: 100%;
    }

    .sales_section_title {
        font-weight: 600;
        font-size: 24px;
        line-height: 137%;
        max-width: 510px;
    }

    .sales_section_head {
        margin-top: 98px;
        align-items: flex-end;
    }

    .sales_section_slider {
        height: 100%
    }


    .sales_section_content .sales_section_head {
        margin-top: 98px;
    }

    .sales_link {
        padding: 0;
        gap: 7px;
    }

    .sales_link p {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
    }

    .sales_link img {
        width: 14px;
        height: 14px;
    }

    .sales_section_slider .swiper-slide {
        height: 495px;
        position: relative;
    }

    .sales_section_slider .swiper-button-next {
        right: -60px;
    }

    .sales_section_slider .swiper-button-prev {
        left: -60px;
    }

    .sales_section_slider {
        margin-top: 62px;
    }

    .naw_sales_slider .swiper-slide {
        height: 30px;
    }

    .mobail_none {
        display: none;
    }

    .contacts_section {
        overflow: hidden;
        min-height: 100%;
    }

    .content_box {
        min-height: 100%;
    }

    .articles_section {
        min-height: 100%;
    }

    .videos_section {
        min-height: 100%;
    }

    .videos_section_bg {
        height: 100%;
    }

    .videos_section_wrap {
        height: 100%;
    }

    .videos_section_content {
        height: 100%;
        padding-bottom: 60px;
    }

    .videos_section_content .index_title {
        margin-top: 87px;
    }

    .contacts_section_content .contacts_index_title {
        display: none;
    }

    .contacts_index_title {
        max-width: 482px;
        margin-top: 57px;
        margin-bottom: 22px;
        font-weight: 600;
        font-size: 24px;
        line-height: 137%;
    }

    .contacts_form_wrap {
        gap: 19px 12px;
        margin-bottom: 19px;
    }

    .box_input {
        margin-bottom: 19px;
        max-height: 119px;
    }

    .box_input textarea {
        height: 119px;
        min-height: 119px;
    }

    .contacts_index_form {
        width: 100%;
        max-width: 100%;
        padding: 84px 44px 20px 44px;
    }

    .contacts_section .container .content_box {
        flex-direction: column-reverse;
        height: 100%;
        margin-top: 22px;
        padding: 0 0 43px;
    }

    .contacts_after_image {
        width: 523px;
        height: 162px;
        right: -64px;
        bottom: 0;
    }

    .contacts_index_info {
        margin: 0;
        width: 100%;
    }

    .contacts_index_mail {
        margin: 0;
    }

    .modal_btn_box a {
        margin-top: 0 !important;
    }

    .contatcs_index_info_wrap {
        display: flex;
        gap: 48px;
        margin-top: 25px;
    }

    .desktop_block {
        display: none;
    }

    .contacts_index_subtitle,
    .contacts_index_phone,
    .contacts_driving_directions,
    .contacts_index_mail {
        font-weight: 400;
        font-size: 15px;
        line-height: 225%;
    }

    .contacts_section_content .site_btn {
        background: #ff632a;
        color: #fff;
        margin-top: 30px;
        width: 202px;
        height: 39px;
        font-size: 14px;
    }

    .select_box {
        height: 50px;
    }

    .tablet_only .modal_btn_box,
    .tablet_only .contacts_index_mail {
        line-height: 110%;
    }

    /* .contacts_index_item {
    margin-bottom: 8px;
  } */

    .contacts_index_subtitle {
        line-height: 137%;
    }

    .contacts_form_name {
        display: none;
    }

    .about_section_content_title {
        font-size: 36px;
        max-width: 80%
    }

    .about_section_content_text,
    .about_section_content p {
        font-size: 19px;
        max-width: 80%
    }

    .articles_section_main .index_title {
        margin-top: 48px;
        font-size: 32px;
    }

    .articles_section_main .index_title::after {
        background: #2e2e2e;
    }

    .articles_section_main .articles_card {
        margin-top: 25px;
    }

    .articles_preview {
        display: flex;
        flex-direction: column-reverse;
    }

    .articles_section .content_box {
        height: auto;
        align-items: baseline;
    }

    .articles_section_other {
        max-width: 100%;
        margin-top: 46px;
    }

    .articles_card_title {
        font-size: 18px;
        line-height: 140%;
        margin-top: 8px;
    }

    .articles_card_date {
        font-size: 16px;
        height: 24px;
    }

    .articles_image_wrap {
        margin-top: 27px;
        height: 354px;
    }

    .articles_list {
        gap: 36px;
    }

    .articles_list .articles_card {
        display: flex;
        align-items: flex-start;
        gap: 23px;
        width: 100%;
    }

    .articles_list .articles_card .articles_card_date {
        max-width: 125px;
        width: 100%;
    }

    .articles_list .articles_card .articles_card_title {
        margin-top: 0;
    }

    .articles_card:nth-child(3) {
        display: none;
    }

    .join_grid {
        grid-template-columns: 314px 350px;
        grid-template-rows: auto auto;
        justify-content: space-between;
        margin-top: 105px;
        padding-bottom: 120px;
    }

    .join_column:nth-child(3) {
        margin-top: 77px;
        width: 478px;
    }

    .join_column {
        gap: 30px;
        justify-content: flex-start;
    }

    .join_column_item {
        gap: 27px;
    }

    .join_column_item img {
        max-width: 36px;
        object-fit: contain;
    }

    .join_column_item_title {
        font-weight: 600;
        font-size: 23px;
        line-height: 170%;
    }

    .join_column_description {
        height: auto;
    }

    .join_section_content {
        margin-top: 87px;
    }

    .join_section_bg {
        bottom: 23px;
        left: 102px;
    }

    .join_section_content .index_title {
        font-size: 32px;
        line-height: 130%;
    }

    .join_section_content .index_title::after {
        background: #2e2e2e;
    }

    .video_wrap video ,
    .video_wrap iframe{
        width: 291px !important;
        height: 214px !important;
        border-radius: 12px;
        object-fit: cover;
    }

    .video_wrap {
        width: 291px !important;
        height: 214px !important;
        border-radius: 12px;
    }

    .video_title {
        font-weight: 500;
        margin-top: 16px;
        font-size: 18px;
        line-height: 141%;
    }

    .videos-slider-container {
        width: calc(291px * 2 + 10px * 2 + 50px) !important;
        margin: 0 auto;
        height: 610px;
    }

    .videos-slider-container .swiper-button-next {
        right: 0px !important;
    }

    .videos-slider-container .swiper-button-prev {
        left: 0px !important;
    }

    .video_slide {
        width: 291px !important;
    }

    .videos_section_wrap .swiper {
        width: calc(291px * 2 + 10px * 2) !important;
        height: 610px !important;
    }

    .videos_slider .swiper-wrapper .swiper-slide-blank {
        width: 291px !important;
    }

    .videos-slider-container .swiper-button-next {
        right: -40px !important;
        top: 50% !important;
    }

    .videos-slider-container .swiper-button-prev {
        left: -40px !important;
        top: 50% !important;
    }

    .swiper-grid>.swiper-wrapper {
        flex-wrap: wrap;
        overflow: hidden;
    }

    .videos_section_content .index_title {
        font-size: 32px;
        margin-bottom: 63px;
    }

    .videos_section_content .index_title::after {
        background: #2e2e2e;
    }

    .videos_section_bg_img {
        margin-top: 0;
    }

    .aboutus_title,
    .index_title {
        font-size: 24px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }

    .contacts_bg_1,
    .contacts_bg_2 {
        display: none;
    }

    .private_policy {
        font-size: 14px;
    }

    .footer_menu {
        grid-template-columns: 257px 248px;
        margin-top: 53px;
        row-gap: 37px;
        column-gap: 119px;
        justify-content: flex-start;
        padding-right: 0;
        margin-bottom: 55px;
    }

    .footer_menu_title {
        margin-bottom: 17px;
    }

    .footer_menu_title {
        font-size: 16px;
    }

    .footer_menu_block ul {
        gap: 0;
    }

    .footer_menu_block ul li a {
        font-weight: 400;
        font-size: 15px;
        line-height: 290%;
    }

    .price_button {
        margin-top: 23px;
        height: 39px;
        max-width: 202px;
        width: 100%;
        font-size: 14px;
    }

    .footer_bottom {
        grid-template-columns: 187px 284px 1fr;
        column-gap: 27px;
        row-gap: 10px;
        margin-top: 18px;
        padding-bottom: 25px;
    }

    .footer_info_wrapper {
        grid-column-start: 1;
        grid-column-end: 4;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .footer_bottom_icons {
        height: 24px;
        gap: 30px;
    }

    .footer_bottom {
        font-size: 15px;
        flex-direction: column;
        row-gap: 10px
    }

    .footer_divider {
        height: 1px;
        width: 100%;
        background-color: #d9d9d9;
        margin-top: 55px;
    }

    .footer_bottom_info {
        font-weight: 600;
        font-size: 15px;
        line-height: 250%;
        margin-top: 0;
    }

    .news_index_head .index_title {
        font-size: 32px;
    }

    .news_index_head {
        margin-top: 87px;
    }

    .news_link {
        padding-right: 0;
    }

    .news_index_wrap {
        padding-bottom: 77px;
    }

    .indastry_section_bg {
        display: none;
    }

    .indastry_section_title {
        font-weight: 700;
        font-size: 32px;
        line-height: 130%;
        margin-bottom: 14px;
    }

    .indastry_section_products_list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 49%);
        row-gap: 45px;
        justify-content: space-between;
        padding-bottom: 55px;
    }

    .indastry_section_product_card_description_wrap {
        width: 335px;
        height: 50px;
    }

    .indastry_section_product_card {
        height: 190px !important;
    }

    .geo_presence_where_buy {
        margin-top: auto;
    }

    .geo_presence_bottom {
        display: none;
    }

    .header_nav_mobail {
        display: none;
    }

    .geo_presence_left {
        min-height: 660px;
        display: flex;
        flex-flow: column;
    }

    .geo_presence_where_buy {
        margin-top: auto;
    }

    .geo_section_bg {
        height: 667px;
        top: 155px;
    }

    .geo_section_content .index_title {
        font-size: 32px;
        max-width: 221px;
        max-height: 120px;
    }

    .geo_section_title_wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 52px;
    }

    .geo_presence_left {
        display: none;
    }

    .geo_presence_title .geo_presence_text {
        font-weight: 500;
        font-size: 16px;
        line-height: 170%;
        margin: 0 0 16px;
    }

    .geo_presence_right {
        width: 100%;
    }

    .geo_presence_map {
        position: static;
        margin-left: 10px;
        margin-right: 46px;
    }

    .geo_presence_map img {
        width: 100%;
    }

    .geo_presence_right .geo_presence_where_buy {
        display: none;
    }

    .geo_presence_triggers ul li a {
        font-size: 16px;
        line-height: 89%;
    }

    .geo_presence_triggers ul {
        height: 70px;
    }

    .geo_presence_triggers ul li {
        margin: 0;
        height: 23px;
        display: flex;
        align-items: center;
    }

    .geo_presence_triggers {
        padding: 15px 0;
        height: 100px;
    }

    .geo_section_title_wrapper .geo_presence_triggers {
        margin: 0;
    }

    .geo_presence_bottom {
        display: flex;
        gap: 20px;
    }

    .geo_presence_bottom .geo_presence_where_buy {
        font-weight: 500;
        font-size: 15px;
        line-height: 145%;
        text-align: center;
        padding: 20px;
        margin: 0;
    }

    .geo_presence_where_buy .site_btn {
        margin: 0 auto;
        margin-top: 13px;
        height: 39px;
        min-width: 200px;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
    }

    .section_header {
        height: auto !important;
        padding-top: 34px;
    }

    .section_header a {
        width: 187px;
        height: 47px;
    }

    .section_header a img {
        width: 187px;
        height: 47px;
    }

    .mobile_header_button {
        width: 24px;
        height: 24px;
        border-radius: 7px;
        border: 1px solid#D9D9D9;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider_slide_image_wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .slider_slide_title {
        font-weight: 700;
        font-size: 38px;
        line-height: 138%;
        text-align: center;
        max-width: 614px;
    }

    .slider_slide_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider_slide_image {
        position: static;
        width: 525px;
        height: 296px;
    }

    .first_frame_slider .swiper-container {
        width: 100%;
    }

    .slider_slide_list_wrap {
        display: flex;
        margin-top: 11px;
    }

    .slider_slide_list_title {
        font-weight: 600;
        font-size: 25px;
        line-height: 173%;
        max-width: 170px;
    }

    .slider_slide_list {
        font-weight: 400;
        font-size: 21px;
        line-height: 175%;
    }

    .first_frame_slider .swiper-pagination {
        display: none;
    }

    .first_frame_nav_menu,
    .first_frame_nav ul {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .slider_slide {
        padding-bottom: 0;
    }

    .first_frame_nav_menu_item,
    .first_frame_nav li a {
        font-weight: 400;
        font-size: 18px;
        line-height: 229%;
        text-align: center;
    }

    .first_frame_slider {
        margin-top: 53px;
    }

    .price_list_button {
        position: static;
        margin: 0 auto;
        margin-top: 21px;
    }

    .popular_section_bg {
        display: none;
    }

    .popular_section_title {
        font-weight: 700;
        font-size: 32px;
        line-height: 130%;
        margin-bottom: 14px;
        margin-top: 42px;
    }

    .indastry_section_title {
        font-weight: 700;
        font-size: 32px;
        line-height: 130%;
        margin-bottom: 14px;
        margin-top: 42px;
    }

    .popular_section_products_list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 49%);
        row-gap: 43px;
        justify-content: space-between;
        padding-bottom: 55px;
        margin-top: 33px;
    }

    .indastry_section_products_list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 49%);
        row-gap: 43px;
        justify-content: space-between;
        padding-bottom: 55px;
        margin-top: 33px;
    }

    .popular_section_product_card_description_wrap {
        width: 335px;
        height: 50px;
    }

    .popular_section_product_card_description {
        padding-left: 26px;
        max-width: 100%;
    }

    .indastry_section_product_card_description_wrap {
        width: 335px;
        height: 50px;
    }

    .popular_section_product_card {
        height: 190px !important;
    }

    .indastry_section_product_card {
        height: 190px !important;
    }

    .popular_section_product_title,
    .indastry_section_product_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .tablet_only {
        display: block;
    }

    .tablet_none {
        display: none;
    }

    .row_divider {
        height: 1px;
        width: 100%;
        grid-column: 1 / -1;
        background-color: #b8b8b8;
    }

    .header_logo img {
        width: 187px;
        height: 47px;
    }

    .header_logo {
        height: 47px;
    }

    .news_section_wrap .section_header {
        padding-top: 34px;
    }

    .sales_section .section_header {
        padding-top: 34px;
    }

    .wrapper_button .contacts_form_btn {
        background: transparent;
        margin-bottom: 27px;
        margin-top: 25px;
        height: 39px;
        font-size: 14px;
        width: 202px;
        min-width: 202px;
    }
}

@media screen and (max-width: 1280px) {

    .mobile_header_nav {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .content_box {
        height: fit-content;
    }
}

@media screen and (max-width: 1279px) {
    .scroll_box {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 0 0 20px;
        padding: 0;
    }

    .scroll_box .news_items {
        min-width: fit-content;
        flex-flow: row;
        margin-right: 20px;
    }

    .news_item {
        width: 325px;
    }

    .news_item_img {
        height: 300px;
        margin: 0 0 20px;
    }

    .news_item_title {
        font-weight: 600;
        font-size: 22px;
        line-height: 145%;
        -webkit-line-clamp: 5;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .mobail_visible {
        display: block;
    }
}

@media screen and (min-width: 768px) {

    .mobail_visible {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .first_frame_wrap {
        width: 100%;
        padding: 40px 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    .footer_link_button {
        font-weight: 400;
        font-size: 12px;
        line-height: 170%;
    }

    .modal_form_box {
        overflow: auto;
        padding: 25px !important
    }

    .modal_form_box .contacts_index_form {
        padding: 20px 25px 15px
    }

    .modal_form_box .private_policy .red_star {
        display: none
    }

    .news_link.mobail_visible {
        color: #EBEBEB;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
        padding-right: 30px;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        margin: 30px 20px 0;
    }

    .news_link.mobail_visible img {
        width: 15px
    }

    .mobile_none {
        display: none;
    }

    .naw_sales_slider .swiper-slide {
        height: 20px;
    }

    .footer-up-button {
        bottom: 84px;
        right: 20px;
        width: 33px;
        height: 33px;
    }

    .tg-banner {
        width: 243px;
        height: 153px;
    }

    .tg-banner-text {
        font-size: 12px;
        margin-left: 10px;
    }

    .tg-banner-cross {
        top: 15px;
        right: 15px;
    }

    .tg-banner-image {
        height: 26px;
        width: 26px;
    }

    .tg-banner-cross img {
        height: 9px;
        width: 9px;
    }

    .tg-banner-button {
        width: 155px;
        height: 30px;
        font-size: 12px;
        margin-top: 12px;
    }

    .tg-banner-content {
        padding: 0 21px 0 26px;
        align-items: center;
    }

    .tablet_only {
        display: none;
    }

    .tablet_none {
        display: block;
    }

    .contacts_form_wrap .box_input:nth-child(n) {
        width: 100%;
        margin: 0 0 10px;
    }

    .video_wrap video,
    .video_wrap iframe {
        width: 230px !important;
        height: 164px !important;
        border-radius: 12px;
        object-fit: cover;
    }

    .video_wrap {
        width: 230px !important;
        height: 164px !important;
        border-radius: 12px;
    }

    .video_title {
        font-weight: 500;
        font-size: 14px;
        line-height: 139%;
    }

    .videos-slider-container {
        width: 100% !important;
        height: 220px !important;
        margin-left: 20px;
    }

    .videos-slider-container .swiper-button-next {
        right: 0px !important;
    }

    .videos-slider-container .swiper-button-prev {
        left: 0px !important;
    }

    .video_slide {
        width: 230px !important;
    }

    .videos_section_wrap .swiper {
        width: 100% !important;
        height: 230px !important;
    }

    .videos_slider .swiper-wrapper .swiper-slide-blank {
        width: 230px !important;
    }

    .videos-slider-container .swiper-button-next {
        display: none;
    }

    .videos-slider-container .swiper-button-prev {
        display: none;
    }

    .articles_section {
        height: 100%;
    }

    .sales_section,
    .join_section {
        height: 100%;
        min-height: 100%;
    }

    .videos_section,
    .indastry_section,
    .popular_section,
    .contacts_section {
        overflow: hidden;
        min-height: 100%;
    }

    .about_section_content_text,
    .about_section_content p {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        text-align: center;
    }

    .about_section_content_title {
        font-size: 18px;
        line-height: 128%;
        text-align: center;
        max-width: 253px;
        margin: 0 auto;
    }

    .about_section_header {
        display: none;
    }

    .section_header {
        display: none;
    }

    .header_logo img {
        width: 123px;
        height: 31px;
    }

    .header_logo {
        height: 31px;
    }

    .mobile_header_button {
        width: 15px;
        height: 15px;
        border-radius: 4px;
    }

    .mobile_header_button img {
        width: 100%;
    }

    .slider_slide_title {
        font-weight: 700;
        font-size: 18px;
        line-height: 138%;
        text-align: center;
        max-width: 253px;
        margin: 0 auto;
    }

    .slider_slide_list_title {
        max-width: 123px;
        font-size: 15px;
        line-height: 173%;
    }

    .slider_slide_list {
        font-size: 13px;
        line-height: 175%;
        padding-left: 0;
    }

    .first_frame_slider {
        margin-top: 31px;
    }

    .slider_slide {
        padding-bottom: 0;
    }

    .slider_slide_list_wrap {
        margin-top: 8px;
    }

    .slider_slide_image {
        position: static;
        width: 247px;
        height: 139px;
    }

    .first_frame_nav_menu_item,
    .first_frame_nav li a {
        font-weight: 400;
        font-size: 12px;
        line-height: 190%;
        text-align: center;
    }

    .popular_section_content .first_frame_nav_menu {
        gap: 0;
    }

    .first_frame_wrap {
        padding: 25px 20px;
    }

    .price_list_button {
        width: 157px;
        height: 35px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        margin-top: 13px;
    }

    .popular_section_product_title {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .indastry_section_product_title {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 8px;
        hyphens: auto;
        overflow-wrap: normal;
        word-break: normal;
    }

    .sales_section_content .sales_section_head {
        margin-top: 0;
    }

    .sales_section_content {
        padding-bottom: 0;
    }

    .popular_section_product_card_description_wrap,
    .indastry_section_product_card_description_wrap {
        width: 100%;
        left: 0;
        border-radius: 0 0 10px 10px;
    }

    .indastry_section_content {
        height: 100%;
        min-height: 100%;
    }

    .popular_section_content {
        height: 100%;
        min-height: 100%;
    }

    .popular_section_title,
    .indastry_section_title {
        font-size: 17px;
        line-height: 130%;
        max-width: 123px;
        margin-top: 72px;
        margin-bottom: 10px;
    }

    .popular_section_products_list,
    .indastry_section_products_list {
        margin-top: 25px;
        row-gap: 31px;
        column-gap: 20px;
    }

    .popular_section_products_list {
        padding-bottom: 0;
    }

    .popular_section_product_card,
    .indastry_section_product_card {
        height: 145px !important;
    }

    .popular_section_product_card_description,
    .indastry_section_product_card_description {
        padding-left: 12px;
        font-size: 12px;
        line-height: 122%;
        max-width: 100px;
    }

    .indastry_section_content {
        height: 100%;
    }

    .index_title {
        font-size: 17px !important;
        line-height: 120%;
    }

    .geo_section_title_wrapper {
        display: block;
    }

    .geo_presence_bottom {
        flex-direction: column;
    }

    .geo_presence_wrap {
        flex-direction: column-reverse;
    }

    .geo_presence_left {
        display: flex;
        width: 100%;
        min-height: 0;
    }

    .geo_presence_left .geo_presence_text {
        display: none;
    }

    .geo_presence_left .geo_presence_where_buy {
        display: none;
    }

    .geo_presence_title .geo_presence_text {
        font-size: 14px;
    }

    .geo_presence_triggers ul li a {
        font-size: 14px;
    }

    .geo_presence_where_buy p {
        font-size: 14px;
    }

    .geo_presence_bottom .geo_presence_where_buy {
        padding: 25px 7px 28px 7px;
    }

    .geo_presence_triggers ul li {
        padding-left: 23px;
    }

    .geo_presence_triggers ul li::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 1px solid #ff632a;
        top: calc(50% - 5px);
        left: 0;
    }

    .geo_presence_map {
        margin: 0;
    }

    .geo_presence_text {
        max-width: 100%;
    }

    .geo_presence_left .geo_presence_triggers {
        margin: 0 0 29px;
        max-width: 100%;
    }

    .geo_presence_title .geo_presence_triggers {
        display: none;
    }

    .geo_presence_bottom .geo_presence_where_buy {
        max-width: 100%;
    }

    .geo_presence_wrap {
        margin-top: 0;
    }

    .geo_section_content {
        padding-bottom: 40px;
    }

    .news_item {
        width: 206px;
        height: 365px;
    }

    .news_item_img {
        max-height: 165px;
    }

    .news_item_date {
        font-size: 11px;
        line-height: 170%;
        padding: 0 23px;
        margin-bottom: 13px;
    }

    .news_item_title {
        font-size: 15px;
        line-height: 145%;
        padding: 0 23px;
    }

    .contacts_index_form {
        padding: 42px 19px 25px;
    }

    .sales_section_slider {
        margin-top: 32px;
    }

    .sales_section_slider .swiper-slide {
        height: 191px;
        width: 230px;
    }

    .sales_section_slider .slides_btn {
        width: 170px;
        height: 35px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        left: 30px;
        bottom: 17px;
        top: auto;
    }

    .sales_section_slider .swiper-button-prev {
        display: none;
    }

    .sales_section_slider .swiper-button-next {
        display: none;
    }

    .sales_section_title {
        font-size: 16px;
        line-height: 170%;
        margin-top: 72px;
    }

    .naw_sales_slider {
        margin-top: 32px;
    }

    .mobile_sales_link {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        text-decoration: underline;
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }

    .contacts_index_title {
        display: none;
    }

    .contacts_section .container .content_box {
        margin-top: 73px;
    }

    .contacts_form_name {
        font-size: 16px;
        margin: 0 0 26px;
    }

    .box_input input {
        height: 38px;
    }

    .box_input .label_title {
        font-size: 12px;
        top: calc(50% - 8px);
    }

    .contacts_form_wrap {
        gap: 0;
        margin-bottom: 0;
    }

    .select {
        height: 38px;
    }

    .box_input {
        margin-bottom: 10px;
    }

    .contacts_section_content .site_btn {
        background: transparent;
        border: 1px solid #fa4402;
        margin-top: 16px;
        font-size: 12px;
        width: 170px;
        min-width: auto;
        height: 35px;
        margin: 16px auto 32px auto;
    }

    .private_policy {
        font-size: 12px;
        line-height: 18px;
    }

    .private_policy a {
        display: block;
        width: fit-content;
        padding: 0 0 0 30px;
    }

    .private_policy .red_star {
        margin-left: 4px;
    }

    .private_policy input {
        margin-right: 13px;
    }

    .contatcs_index_info_wrap {
        display: block;
    }

    .contacts_index_item {
        font-weight: 400;
        font-size: 12px;
        line-height: 225%;
        margin-bottom: 0;
    }

    .contacts_index_phone,
    .contacts_driving_directions,
    .contacts_index_mail {
        font-weight: 400;
        font-size: 12px;
        line-height: 225%;
    }

    .contacts_index_subtitle {
        font-weight: 500;
        font-size: 12px;
    }

    .contacts_form_name {
        display: block;
    }

    .articles_section_main .index_title {
        margin-top: 72px;
        margin-bottom: 0;
    }

    .articles_list .articles_card {
        display: block;
    }

    .articles_card_title {
        font-size: 14px;
    }

    .articles_card_date,
    .articles_list .articles_card .articles_card_date {
        width: 82px;
        height: 20px;
        font-weight: 500;
        font-size: 10px;
        line-height: 170%;
    }

    .articles_section_main .articles_card {
        margin-top: 27px;
    }

    .articles_image_wrap {
        height: 181px;
    }

    .articles_section_main,
    .articles_section_other {
        min-width: auto;
    }

    .articles_list .articles_card .articles_card_title {
        margin-top: 13px;
        font-weight: 600;
        font-size: 14px;
        line-height: 137%;
    }

    .articles_card_descripton {
        font-size: 12px;
        line-height: 145%;
        -webkit-line-clamp: 3;
        margin-top: 8px;
    }

    .articles_list {
        gap: 22px;
    }

    .articles_section_other {
        margin-top: 27px;
    }

    .join_section_content .index_title {
        margin-bottom: 0px;
    }

    .join_grid {
        display: block;
        margin-top: 35px;
        padding-bottom: 72px;
    }

    .join_column_item_title {
        font-size: 14px;
        line-height: 170%;
    }

    .join_column_item img {
        max-width: 25px;
    }

    .join_column_item {
        gap: 22px;
    }

    .join_column {
        gap: 9px;
    }

    .join_column_description {
        font-size: 12px;
        line-height: 134%;
    }

    .join_column:nth-child(3),
    .join_column:nth-child(2) {
        margin-top: 20px;
        width: 100%;
    }

    .join_section_bg {
        width: 499px;
        height: 430px;
        bottom: 62px;
        left: 8px;
        top: auto;
    }

    .videos_section {
        min-height: auto;
        margin-top: 72px;
    }

    .videos_section_wrap {
        height: 100%;
        min-height: 100%;
        padding-top: 0;
    }

    .videos_section_content .index_title {
        margin-top: 0;
    }

    .videos_section_content {
        height: 100%;
        padding-bottom: 0;
        min-height: 100%;
    }

    .videos_section_bg {
        display: none;
    }

    .footer_menu_title {
        font-size: 14px;
        line-height: 137%;
    }

    .footer_menu_block ul li a {
        font-weight: 400;
        font-size: 12px;
        line-height: 170%;
    }

    .footer_menu {
        grid-template-columns: 138px 126px;
        column-gap: 0;
        justify-content: space-between;
        row-gap: 26px;
        margin-bottom: 37px;
    }

    .footer_menu_block .price_button {
        display: none;
    }

    .footer_bottom {
        display: flex;
        flex-direction: column;
        row-gap: 0;
        font-size: 12px;
    }

    .footer_info_wrapper {
        flex-direction: column-reverse;
        gap: 15px;
        margin-top: 30px;
    }

    .footer_bottom_info {
        justify-content: flex-start;
        gap: 12px;
        font-size: 12px;
    }

    .footer_bottom_icons {
        justify-content: flex-start;
    }

    .footer_bottom_icons a img {
        height: 100%
    }

    .footer_content .price_button {
        margin-top: 24px;
        width: 170px;
        margin: 24px auto 27px auto;
    }

    .only_mobile {
        display: block;
    }

    .contacts_index_info .site_btn {
        background: #ff632a;
        text-align: center;
        align-items: center;
        display: flex;
    }

    .contacts_index_info {
        padding-bottom: 20px;
    }

    .contacts_after_image {
        right: -20px;
        width: 321px;
        height: 98px;
    }

    .articles_section {
        min-height: 100%;
    }

    .news_index_head {
        margin-top: 72px !important;
    }

    .slider_slide_image_wrapper {
        justify-content: center;
    }

    .sales_section_head .sales_link {
        display: none;
    }
}

.section.active .popular_section_product:nth-child(1) .popular_section_product_title,
.section.active .contacts_index_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    opacity: 0
}

.section.active .popular_section_product:nth-child(2) .popular_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    opacity: 0
}

.section.active .popular_section_product:nth-child(3) .popular_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    opacity: 0
}

.section.active .popular_section_product:nth-child(4) .popular_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    opacity: 0
}

.section.active .popular_section_product:nth-child(5) .popular_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    opacity: 0
}

.section.active .popular_section_product:nth-child(6) .popular_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    opacity: 0
}

.section.active .indastry_section_product:nth-child(1) .indastry_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    opacity: 0
}

.section.active .indastry_section_product:nth-child(2) .indastry_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    opacity: 0
}

.section.active .indastry_section_product:nth-child(3) .indastry_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    opacity: 0
}

.section.active .indastry_section_product:nth-child(4) .indastry_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    opacity: 0
}

.section.active .indastry_section_product:nth-child(5) .indastry_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    opacity: 0
}

.section.active .indastry_section_product:nth-child(6) .indastry_section_product_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    opacity: 0
}

.section.active .news_index_head .index_title,
.section.active .indastry_section_head,
.section.active .popular_section_head,
.section.active .news_index_head .index_title,
.section.active .geo_section_title_wrapper .index_title,
.section.active .articles_section_main .index_title,
.section.active .videos_section_content .index_title,
.section.active .join_section_content .index_title {
    -webkit-animation: fadeInUp 1s forwards;
    animation: fadeInUp 1s forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    opacity: 0
}


@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

/* КАРТОЧКА ТОВАРА */

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border-spacing: 0;
}

.product-hero {
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
}

.product-hero-slider {
    overflow: hidden;
    padding: 15px 15px;
    margin: -15px;
    cursor: pointer;
}

.product-hero-slider-wrapper {
    height: 542px;
    padding: 37.5px 0;
    width: 180px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

/* .product-hero-slider .product-hero-slide {
  height: 145px !important;
} */

.product-hero-slider-wrapper .swiper-button-next {
    height: 15px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    background-size: contain !important;
}

.product-hero-slider-wrapper .swiper-button-prev {
    height: 15px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    background-size: contain !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* .product-hero-slider .swiper-wrapper {
  margin-top: 10px;
} */

.product-hero-slider-wrapper .swiper-button-next:after,
.product-hero-slider-wrapper .swiper-button-prev:after {
    display: none;
    content: "";
}

.product-hero-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-hero-slider img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.product-hero-slider .swiper-slide-active {
    box-shadow: 0px 0px 17.35px 0px #57575740;
    border-radius: 8px;
    background: #fff;
}

.product-hero-preview {
    display: flex;
    width: 100%;
}

.product-hero-image {
    max-width: 912px;
    width: 100%;
    height: 539px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-hero-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-hero-info {
    max-width: 514px;
}

.product-hero-title {
    font-weight: 700;
    font-size: 39px;
    line-height: 110%;
}

.product-hero-description {
    font-weight: 400;
    font-size: 19px;
    line-height: 175%;
    margin-top: 22px;
}

.product-hero-button {
    height: 72px;
    border-radius: 10px;
    padding: 0 67px;
    font-weight: 600;
    font-size: 19px;
    line-height: 170%;
    width: fit-content;
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-hero-buttons {
    margin-top: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-hero-price-button {
    background-color: #ff632a;
    color: #ffffff;
}

.product-hero-price-button:hover,
.help-block-button:hover {
    transition: all 0.3s;
    cursor: pointer;
    background-color: #fa4402;
}

.product-hero-download-button {
    border: 1px solid #c0c0c0;
    margin-top: 25px;
}

.product-hero-download-button:hover,
.product-details-section-button:hover,
.request-card-button:hover {
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid #fa4402;
    color: #fa4402;
}

.product-nav-panel-item:hover {
    transition: all 0.3s;
    cursor: pointer;
    color: #fa4402;
}

.product-nav-panel {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background-color: #e0e0e0;
    border: none;
    margin-top: 80px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: transform 0.3s ease;
}

.product-nav-panel.hidden {
    transform: translateY(-100%);
    /* уезжает вверх */
}

.product-nav-panel div {
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 69px;
    font-weight: 600;
    font-size: 20px;
}

.product-nav-panel-item {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-nav-panel-item.active {
    background-color: #f5f5f5;
}

.product-details {
    overflow: hidden;
    transition: height 0.35s ease;
    margin-bottom: 75px;
}

.product-details-section {
    margin-top: 60px;
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
    display: none;
}

.product-details-image-wrapper {
    display: flex;
    justify-content: space-between;
}

.product-details-section.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.product-details-section-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 175%;
}

.product-details .product-details-section-title:nth-child(n + 2) {
    margin-top: 50px;
    margin-bottom: 20px;
}

.characteristics-table {
    width: 100%;
    border: 1px solid #ff632a;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 14px;
}

.characteristics-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.characteristics-table table tr:first-child {
    background: #ff632a;
    border: 1px solid #ff632a;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    text-align: center;
    height: 65px;
}

.characteristics-table table tr:first-child td:first-child {
    border-left: 0;
}

.characteristics-table table tr:first-child td:last-child {
    border-right: 0;
}

.characteristics-table table tr:first-child td,
.characteristics-table table tr:first-child th {
    padding: 0;
    border: 1px solid #ffffff;
    border-left: 0;
    border-top: 0;
    vertical-align: middle;
}

.characteristics-table table tr:nth-child(n + 2) td,
.characteristics-table table tr:nth-child(n + 2) th {
    border: 1px solid #ababab;
    vertical-align: middle;
    font-weight: 400;
    font-size: 19px;
    line-height: 170%;
    height: 49px;
}

.characteristics-table table tr:nth-child(n + 2) td:nth-child(n + 2) {
    text-align: center;
}

.characteristics-table table tr:nth-child(n + 2) td:nth-child(1) {
    padding-left: 50px;
    text-align: left;
}

.cutting-table {
    border: 1px solid #ff632a;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-top: 14px;
}

.cutting-table td:nth-child(2) {
    border-right: none !important;
}

.cutting-table td:first-child {
    border-left: none !important;
    border-bottom: none !important;
}

.cutting-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.cutting-table thead {
    background: #ffb885;
    border-collapse: collapse;
}

.cutting-table thead tr {
    background: #ffb885;
}

.cutting-table thead tr th {
    border: 1px solid #ffffff;
    border-top: none;
    padding: 0;
}

.cutting-table thead tr th:nth-child(n + 3) {
    border: none;
    border-spacing: 0;
}

.cutting-table thead tr th:nth-child(1) {
    width: 300px;
}

.cutting-table thead tr th:nth-child(2) {
    width: 400px;
}

.cutting-table th {
    font-weight: 600;
    position: relative;
    height: 100px;
}

.cutting-table th:nth-child(n + 3) {
    position: relative;
    height: 100px;
    border: none;
    border-spacing: 0;
    width: 100px;
}

.cutting-table th:nth-child(n + 3)::before {
    content: attr(data-label);
    position: absolute;
    top: 20%;
    left: -50%;
    transform: rotate(90deg);
    white-space: nowrap;
    font-size: 19px;
    width: 100%;
    text-align: right;
}

.cutting-table td {
    border: 1px solid #ababab;
    padding: 5px;
    position: relative;
    height: 40px;
}

.bar-container {
    border-left: 1px solid #ababab !important;
}

.cutting-table td:nth-child(n + 3) {
    border: inherit;
    border-left: 1px solid black;
}

.cutting-table td:nth-child(n + 2) {
    padding: 0;
    border-bottom: none;
    border-top: none;
}

.cutting-table tr:nth-child(5n) {
    border-bottom: 1px solid #ababab;
}

.cutting-table tr:last-child,
.cutting-table tr:last-child td {
    border-bottom: none;
}

.bar {
    height: 100%;
    background: linear-gradient(to right, #d9d9d9, #efefef);
    position: absolute;
    top: 5px;
    left: 0;
    height: 31px;
    z-index: -1;
}

.help-block {
    width: 100%;
    position: relative;
    height: 396px;
    overflow: hidden;
    border-radius: 10px;
}

.help-block-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 50%;
    transform: scaleX(-1);
    filter: brightness(0.8);
}

.help-block-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding-left: 9.3%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.help-block-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #ffffff;
    margin-top: 62px;
}

.help-block-button {
    height: 72px;
    background-color: #ff632a;
    border-radius: 10px;
    padding: 0 67px;
    font-weight: 600;
    font-size: 19px;
    line-height: 170%;
    width: fit-content;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-top: 25px;
}

.equipment-block {
    margin-top: 134px;
}

.equipment-card {
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 90px;
    height: 342px;
}

.equipment-card:last-child {
    margin-bottom: 0;
}

.equipment-card.reverse {
    flex-direction: row-reverse;
}

.equipment-card.reverse .equipment-card-content-image {
    left: -20%;
    right: auto;
}

.equipment-card-image {
    width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipment-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.equipment-card-content-wrapper {
    width: 64%;
    position: relative;
    background-color: #eeeeee;
}

.equipment-card-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment-card-content-image {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 65%;
    top: -60%;
}

.equipment-card-content-text {
    font-weight: 600;
    font-size: 25px;
    line-height: 148%;
    max-width: 714px;
}

.requests-block {
    display: flex;
    margin-top: 174px;
    height: 412px;
    justify-content: space-between;
}

.request-card {
    width: 40%;
    height: 100%;
    border-radius: 10px;
    background-color: #484848;
    position: relative;
    overflow: hidden;
}

.request-card-bg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    object-fit: cover;
    transform: scaleX(-1);
    width: 100%;
    z-index: 1;
}

.request-card-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.card-content-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-card-content {
    padding: 0 110px;
}

.request-card-button {
    height: 72px;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    line-height: 170%;
}

.request-card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 153%;
    text-align: center;
    margin-top: 32px;
    color: #ffffff;
}

.order-card {
    width: 59%;
    height: 100%;
    border-radius: 10px;
    background-color: #484848;
    position: relative;
    overflow: hidden;
}

.order-card-bg {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.order-card-content {
    margin: 0 155px 0 130px;
    width: 100%;
    display: flex;
    gap: 80px;
    align-items: center;
}

.order-card-content img {
    height: 78px;
}

.product-details-section-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 170%;
    margin-bottom: 20px;
}

.product-details-section-list-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 175%;
}

.product-details-section-list {
    list-style-type: disc;
    padding-left: 40px;
}

.product-details-section-list-item {
    font-weight: 400;
    font-size: 19px;
    line-height: 175%;
}

.product-details-section-list-item::marker {
    font-size: 12px;
}

.product-details-section img {
    width: 100%;
}

.product-details-section p {
    margin-top: 16px;
    max-width: 1056px;
}

.product-details-section p:first-child {
    margin-top: 0;
}

.product-details-section-title .service {}

.product-details-section-button-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 39px;
}

.download-link {
    color: #ff632a;
    transition: all 0.3s;
}

.download-link:hover {
    color: #fa4402;
    cursor: pointer;
}

.product-details-section-button {
    height: 72px;
    border-radius: 10px;
    border: 1px solid #ff632a;
    padding: 0 70px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 170%;
}

.product-videos-slider-container {
    margin: 0 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-videos-slider-container .swiper-button-prev {
    height: 50px;
    width: 50px;
    background-color: #c0c0c0;
    border-radius: 100%;
    left: -80px;
    transition: all 0.3s;
}

.product-videos-slider-container .swiper-button-next {
    height: 50px;
    width: 50px;
    background-color: #c0c0c0;
    border-radius: 100%;
    right: -80px;
    transition: all 0.3s;
    transform: scaleX(-1);
}

.product-videos-slider-container .swiper-button-prev:after,
.product-videos-slider-container .swiper-button-next:after {
    content: "";
}

.product-videos-slide iframe {
    pointer-events: none;
    border-radius: 10px;
    height: 180px;
    width: 100%;
    min-height: 180px;
}

.product-videos-main-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 52px;
}

.product-videos-main-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}

.product-videos-main-slider iframe {
    width: 100%;
    height: 72vh;
    border: 0;
    border-radius: 10px;
    background: #000;
}

.question-block {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 172px;
    margin-bottom: 136px;
}

.question-block-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    height: 100%;
}

.question-block-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question-block-content {
    position: relative;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.question-block-content-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 122px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.question-block-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 145%;
}

.question-block-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-top: 36px;
}

.question-image-wrapper {
    width: 50%;
    right: 12px;
    bottom: 0px;
    position: absolute;
    display: flex;
    height: 100%;
    flex: 1;
    align-items: flex-end;
    justify-content: flex-end;
}

.order-card-content .help-block-button {
    margin: 0;
}

.product-videos-title {
    margin-top: 160px;
    margin-bottom: 55px;
    font-weight: 600;
    font-size: 22px;
    line-height: 170%;
}

@media screen and (max-width: 1279px) {
    .product-hero {
        flex-direction: column-reverse;
        gap: 72px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .product-videos-title {
        margin-top: 82px;
        margin-bottom: 17px;
        font-weight: 600;
        font-size: 18px;
        line-height: 170%;
    }

    .product-hero-info {
        max-width: 100%;
    }

    .product-hero-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 24px;
    }

    .product-hero-download-button {
        margin-top: 0;
    }

    .product-hero-button {
        height: 39px;
        font-weight: 600;
        font-size: 14px;
        line-height: 170%;
        padding: 0 41px;
    }

    .product-hero-title {
        font-size: 32px;
    }

    .product-hero-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 175%;
    }

    .product-hero-preview {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-hero-image {
        height: auto;
        width: 100%;
        max-height: 295px;
    }

    .product-hero-slider-wrapper {
        width: 100%;
        height: auto;
    }

    .product-hero-slider-wrapper {
        padding: 0 53px;
    }

    .product-hero-slider {
        padding: 15px 15px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .product-hero-slider .product-hero-slide {
        height: 124px !important;
    }

    .product-hero-slider .swiper-wrapper {
        margin-top: 0px;
    }

    .product-hero-slider-wrapper .swiper-button-next,
    .product-hero-slider-wrapper .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 29px;
        height: 29px;
    }

    .product-hero-slider-wrapper .swiper-button-next {
        left: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .product-hero-slider-wrapper .swiper-button-prev {
        right: auto;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .product-nav-panel div {
        height: 43px;
        font-size: 14px;
    }

    .product-nav-panel {
        grid-template-columns: repeat(5, auto);
        margin-top: 36px;
    }

    .help-block {
        height: 258px;
    }

    .help-block-title {
        font-weight: 700;
        font-size: 29px;
        line-height: 132%;
        margin-top: 40px;
        width: 317px;
    }

    .help-block-button {
        height: 45px;
        padding: 0 31px;
        font-size: 14px;
        line-height: 100%;
        margin-top: 21px;
    }

    .help-block-image {
        width: 60%;
        transform: translateX(5%);
    }

    .help-block-wrapper {
        padding-left: 68px;
    }

    .equipment-card-content-wrapper {
        width: 68%;
    }

    .equipment-card-content-text {
        font-size: 18px;
        line-height: 148%;
        max-width: 376px;
    }

    .equipment-card-content-image {
        right: -25%;
        width: 100%;
        top: -60%;
    }

    .equipment-card {
        height: 236px;
        margin-bottom: 44px;
    }

    .equipment-card.reverse .equipment-card-content-image {
        left: -20%;
        right: auto;
        transform: scaleX(-1);
    }

    .requests-block {
        height: 174px;
        margin-top: 72px;
    }

    .request-card {
        width: 43%;
    }

    .order-card {
        width: 55%;
    }

    .request-card-content {
        padding: 0 40px;
    }

    .request-card-button {
        height: 39px;
        max-width: 175px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 170%;
    }

    .request-card-text {
        font-size: 14px;
        line-height: 123%;
        margin-top: 16px;
    }

    .request-card-img {
        width: 70%;
    }

    .order-card-content img {
        height: 39px;
    }

    .order-card-content {
        margin: 0 23px 0 15px;
        gap: 23px;
    }

    .characteristics-table table tr:nth-child(n + 2) td:nth-child(1) {
        padding-left: 0px;
        text-align: center;
    }

    .product-details-section p,
    .product-details-section-list-item {
        font-size: 14px;
    }

    .product-details-section p {
        margin-top: 10px;
        max-width: 100%;
        line-height: 175%;
    }

    .product-details-section {
        margin-top: 44px;
    }

    .product-details-section-button {
        height: 45px;
        border-radius: 5px;
        padding: 0 40px;
        font-size: 14px;
        line-height: 170%;
    }

    .product-details-section-title {
        font-size: 18px;
        margin-bottom: 17px;
    }

    .question-block {
        height: 234px;
        margin-top: 82px;
        margin-bottom: 86px;
    }

    .question-block-title {
        font-size: 29px;
    }

    .question-block-text {
        font-size: 20px;
        margin-top: 16px;
    }

    .question-image-wrapper img {
        width: 100%;
    }

    .question-image-wrapper {
        width: 80%;
        right: 0px;
    }

    .question-block-content-left {
        top: 53px;
        bottom: auto;
        bottom: 0;
        left: 62px;
        justify-content: flex-start;
    }

    .product-videos-slide iframe {
        width: 100%;
        height: 100%;
        min-height: 86px;
    }

    .product-videos-slider-container {
        margin: 0 40px;
        height: 8.5vh;
        min-height: 86px;
    }

    .product-videos-main-slider {
        height: 358px !important;
        margin: 0 auto 36px;
    }

    .product-videos-slider-container .swiper-button-next img,
    .product-videos-slider-container .swiper-button-prev img {
        width: 70%;
    }

    .product-videos-slider-container .swiper-button-next,
    .product-videos-slider-container .swiper-button-prev {
        height: 25px;
        width: 25px;
    }

    .product-videos-slider-container .swiper-button-next {
        right: -40px;
        transform: scaleX(-1) translateY(50%);
    }

    .product-videos-slider-container .swiper-button-prev {
        left: -40px;
        transform: translateY(50%);
    }

    .product-videos-main-slider iframe {
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .mobile_none {
        display: block;
    }

    .only-mobile {
        display: none;
    }

    .cutting-table .mobile_none {
        display: table-cell;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .product-videos-title {
        margin-top: 75px;
        margin-bottom: 21px;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
    }

    .product-hero-title {
        font-weight: 700;
        font-size: 17px;
        line-height: 110%;
    }

    .product-hero {
        gap: 42px;
    }

    .product-hero-description {
        font-weight: 400;
        font-size: 12px;
        line-height: 175%;
    }

    .product-hero-buttons {
        justify-content: center;
        gap: 19px;
    }

    .product-hero-download-button {
        margin-top: 0;
    }

    .product-hero-button {
        height: 39px;
        font-size: 12px;
        line-height: 170%;
        padding: 0 33px;
    }

    .product-hero-preview {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-hero-image {
        height: auto;
        width: 100%;
        height: 182px;
    }

    .product-hero-image img {
        height: 100%;
        width: 100%;
    }

    .product-hero-slider-wrapper {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .product-hero-slider {
        padding: 15px 0 15px 15px;
        margin: 0 auto;
        margin-top: 5px;
    }

    .product-hero-slider .product-hero-slide {
        height: 80px !important;
    }

    .product-hero-slider .swiper-wrapper {
        margin-top: 0px;
    }

    .product-nav-panel {
        overflow-x: auto;
        margin-top: 56px;
    }

    .product-nav-panel div {
        height: 34px;
        font-size: 12px;
        white-space: nowrap;
        padding: 0 12px;
    }

    .product-details {
        margin-bottom: 62px;
    }

    .product-details-section-title {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 21px;
    }

    .table-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .characteristics-table,
    .cutting-table {
        width: 100%;
        min-width: fit-content;
    }

    .characteristics-table table tr:first-child {
        font-size: 12px;
    }

    .characteristics-table table tr:nth-child(n + 2) td,
    .characteristics-table table tr:nth-child(n + 2) th {
        font-size: 12px;
        height: 25px;
    }

    .characteristics-table table tr:nth-child(n + 2) td:nth-child(1) {
        padding-left: 12px;
        text-align: center;
    }

    .characteristics-table table td:first-child {
        width: 160px;
        min-width: 160px;
        max-width: 160px;
    }

    .characteristics-table table td:nth-child(n + 2) {
        width: 82px;
        min-width: 82px;
        max-width: 82px;
    }

    .cutting-table th {
        font-size: 12px;
        line-height: 170%;
    }

    .cutting-table td {
        font-size: 12px;
        line-height: 170%;
    }

    .mobile_none {
        display: none;
    }

    .cutting-table thead tr th:nth-child(n + 3) {
        width: 35px;
        min-width: 35px;
        max-width: 35px;
    }

    .only-mobile {
        display: block;
    }

    .cutting-table .only-mobile {
        display: table-row;
    }

    .cutting-table .only-mobile td:first-child {
        background-color: #ffe5d3;
    }

    .cutting-table tbody td {
        height: 27px;
    }

    .cutting-table td:nth-child(2) {
        border-left: none !important;
    }

    .bar {
        height: 20px;
    }

    .cutting-table th:nth-child(n + 3)::before {
        top: 60%;
        left: -50%;
        transform: rotate(90deg);
        white-space: nowrap;
        font-size: 12px;
        width: 40px;
        text-align: right;
    }

    .cutting-table table td:first-child {
        width: 145px;
        min-width: 145px;
        max-width: 145px;
    }

    .help-block-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 132%;
        text-align: center;
        margin-top: 50px;
    }

    .help-block-button {
        height: 35px;
        border-radius: 5px;
        padding: 0 23px;
        font-size: 12px;
        line-height: 100%;
        margin: 48px auto 0 auto;
    }

    .help-block {
        height: 258px;
    }

    .help-block-image {
        display: none;
    }

    .equipment-card {
        display: flex;
        flex-direction: column;
        margin-bottom: 46px;
        height: 463px;
    }

    .equipment-card.reverse {
        flex-direction: column;
    }

    .equipment-card-content-wrapper {
        height: 268px;
        width: 100%;
        overflow: hidden;
    }

    .equipment-card-content-text {
        font-size: 15px;
        max-width: 217px;
    }

    .equipment-card-image {
        width: 100%;
        height: 215px;
    }

    .equipment-card-content-image {
        position: absolute;
        z-index: 1;
        right: -50%;
        width: auto;
        height: 150%;
        top: -30%;
    }

    .equipment-card.reverse .equipment-card-content-image {
        left: auto;
        right: -50%;
    }

    .equipment-block {
        margin-top: 57px;
    }

    .requests-block {
        flex-direction: column;
        height: 100%;
        gap: 21px;
        margin-top: 49px;
    }

    .request-card {
        width: 100%;
        height: 157px;
        border-radius: 10px;
        background-color: #484848;
        position: relative;
        overflow: hidden;
    }

    .order-card {
        height: 157px;
        width: 100%;
    }

    .request-card-content {
        padding: 0 25px;
    }

    .request-card-button {
        height: 35px;
        max-width: 175px;
        margin: 0 auto;
        border-radius: 5px;
        font-size: 12px;
        line-height: 170%;
    }

    .request-card-img {
        height: 120%;
    }

    .request-card-text {
        font-size: 10px;
        line-height: 123%;
        max-width: 231px;
        margin-top: 17px;
    }

    .order-card-bg {
        object-position: -0%;
    }

    .order-card-content {
        flex-direction: column;
        gap: 23px;
        margin: 0;
    }

    .order-card-content img {
        height: 39px;
    }

    .question-block {
        height: 120px;
        margin-top: 60px;
        margin-bottom: 57px;
    }

    .question-block-title {
        font-size: 14px;
        line-height: 145%;
    }

    .question-block-text {
        font-size: 10px;
        line-height: 100%;
        margin-top: 6px;
    }

    .question-image-wrapper img {
        width: 100%;
    }

    .question-block-content-left {
        top: 20px;
        left: 24px;
        display: flex;
        justify-content: flex-start;
    }

    .question-image-wrapper {
        width: 80%;
        right: 0;
    }

    .product-details .product-details-section-title:nth-child(n + 2) {
        margin-top: 37px;
    }

    .product-details-section p,
    .product-details-section-list-item {
        font-size: 12px;
    }

    .product-details-section p {
        margin-top: 10px;
        max-width: 100%;
        line-height: 175%;
    }

    .product-details-section {
        margin-top: 30px;
    }

    .product-details-section-list {
        padding-left: 20px;
    }

    .product-details-section-button-wrapper {
        flex-direction: column;
        margin-top: 28px;
        gap: 28px;
    }

    .product-details-section-button {
        height: 35px;
        border-radius: 5px;
        width: 100%;
        justify-content: center;
        font-size: 12px;
        white-space: nowrap;
    }

    .product-videos-main-slider {
        height: 180px !important;
        margin: 0 auto 23px;
    }

    .product-videos-slider-container {
        height: 97px;
        margin: 0;
    }

    .product-videos-slider-container .swiper-button-prev,
    .product-videos-slider-container .swiper-button-next {
        display: none;
    }

    .product-videos-slide iframe {
        width: 100%;
        height: 100%;
        min-height: 90px;
    }

    .product-hero-slider-wrapper .swiper-button-prev,
    .product-hero-slider-wrapper .swiper-button-next {
        display: none;
    }

    .product-videos-main-slider iframe {
        height: 100%;
    }

    .product-details-image-wrapper {
        flex-direction: column;
    }
}