/*!
Theme Name: theme-sp
Theme URI: https://www.upwork.com/ab/account-security/login?redir=/freelancers/~01e0cee19e9c93fe8e
Author:  Patlan Sergey
Author URI: https://www.upwork.com/ab/account-security/login?redir=/freelancers/~01e0cee19e9c93fe8e
Description: professional development and configuration of sites of any complexity
Version: 3.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/
:root {
    --graphit: #373737;
    --morange: #ec6a2d;
    --gray: #787878;
    --black: #000;
    --light: #d8d8d8;
}
.block-wrapper {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer {
    background-color: var(--graphit);
}
.header__lang {
    position: relative;
    z-index: 100;
}
.trp_language_switcher_shortcode {
    background: transparent;
    border-radius: 0 0 8px 8px;
}
.breadcrumb__link svg {
    fill: #ABABAB;
}
.tax-cat-product .breadcrumb__link svg path,
.page-template-page-catalog5-09 .breadcrumb__link svg path,
.page-template-page-catalog .breadcrumb__link svg path {
    fill: #ffffff;

}

.tax-cat-product .breadcrumb__cur.breadcrumb__name,
.page-template-page-catalog5-09 .breadcrumb__cur.breadcrumb__name,
.page-template-page-catalog .breadcrumb__cur.breadcrumb__name {
    color: #ffffff;
}
.tax-cat-product .breadcrumb__name,
.page-template-page-catalog5-09 .breadcrumb__name,
.page-template-page-catalog5-09 .breadcrumb__name {
    color: rgba(255,255,255);
}
.trp-language-switcher:hover .trp-ls-shortcode-language {
    background-color: #fff;
    cursor: pointer;
}
.trp-ls-shortcode-language:hover {
    background-color: #fff;
    cursor: pointer;
}
.navbar__navlist > li::first-letter {
    text-transform: capitalize;
}
.navbar__navitem {
    color: #fff;
}
.header__lang .trp-language-switcher {
    width: auto;
    height: auto;
}
.header__lang .trp-language-switcher a {
    color: #BDBDBD;
}
.header__lang .trp-language-switcher > div {
    padding: 3px;
    background: transparent;
    background-image: none;
    border: none;
    height: auto;
}
.header__lang .trp-language-switcher:hover .trp-ls-shortcode-language,
.header__lang .trp-ls-shortcode-current-language {
    width: auto !important;
    padding: 3px;
}
.trp-language-switcher > div > a:hover {
    background-color: #4F4F4F;
}
.header__lang .trp-language-switcher > div {
    background-image: none;
}
.menu-active .lang-select {
    height: auto;
    display: flex;
    justify-content: center;
}
.lang-select > li {
    margin: 5px 15px;
}
.map-container__select-box {
    z-index: 5;
    /*16.04.2026*/
    
}
.hero {
    background:#343434;
    overflow: hidden;
}
.hero .block-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hero .hero__bg {
    padding-left: 0;
    padding-right: 0;
    grid-template-rows: 1fr 1fr;
    row-gap: 10px;
}
.hero-title-slider {
    height: 160px;
    margin-left: 0;
}
.hero .hero__title-slider {
    height: 100%;
    grid-column: 1/4;
    grid-row: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: 0;
    padding-left: 80px;
}
.slide_image.hero-active {
    z-index: 1;
}
.hero__title-slider .h2-title{
    margin-bottom: 8px;
    color: #FFF;
    font-size: 86px;
    font-weight: 800;
    line-height: 110%;
}
.hero__title-slider .h3-title--white {
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
}
.hero-bg-slide--dark {
    background-color: #333333;
}
.hero__bg {
    padding-top: 56px;
}
.hero-slide {
    grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 4fr) minmax(0, 4fr);
    grid-template-rows: 1fr 1fr;
    column-gap: 16px;
    row-gap: 20px;
}
.hero__bg_title {
    z-index: 10;
}
.mx-slider .hero__list{
    grid-row: 2;
    margin-top: -33px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.mx-slider .hero__list-item{
    margin-left: auto;
    margin-right: 17%;
    color: #D8D8D8;
    text-align: right;
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 400;
    line-height: 110%; /* 22px */
    text-transform: uppercase;
}
.mx-slider .hero__list-item.active, .hero__list.black .hero__list-item.active, .hero__list.gray .hero__list-item.active {
    color:#EC6A2D;
    font-size: 32px;
    font-weight: 800;
}
.hero {
    height: auto;
}
.hero-slide__image {
    grid-column: 3/5;
    grid-row: 1/3;
    display: flex;
    justify-content: flex-end;
}
.hero-slide__image img {
    width: auto;
    max-height: 620px;
}
.hero-slide__info {
    grid-column: 1/3;
    padding-left: 80px;
    margin-top: -20px;
}
.controls_box {
    position: absolute;
    top: 156px;
    right: 2%;
	z-index: 10;
}
.controls_box a{
    display: flex;
}
.controls_box .target-sound img {
    opacity: 0.4;
}
.mx__seach-btn {
    position: relative;
}
.menu__search {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(.1, 1);
    transition: scale 0.4s ease-in-out;
}
.menu__search.show {
    display: block;
    left: 20%;
    right: 12%;
    transform: translateY(-50%) scale(1, 1);
}
.menu__search  .b-search__input {
    padding: 11px 56px 12px 45px;
}
.menu__search  .b-search__button {
    left: 12px;
    right: auto;
}
.search-close {
    display: flex;
    position: absolute;
    right: 5px;
    top: 4px;
}
.subscribe-block__tg {
    grid-column: 4 / 6;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Gilroy",sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
}
.subscribe-block__tg svg {
    margin-right: 20px;
    width: 64px;
    height: 64px;
}
.subscribe-tg {
    display: flex;
    align-items: center;
}
.subscribe-block__title {
    grid-column: 2/4;
}
.subscribe-block__form {
    display: grid;
    grid-template-columns: 1fr 2fr 5fr 1fr 3fr;
    align-items: center;
}
.main a {

    color: #e27138; /*inherit;*/
    text-decoration: none;
    outline: none !important;
}
  
.main a:active, .main a:hover, .main a:focus, .main a:visited {
        outline: none;
        text-decoration: none;
}
  
.main a:hover {
        /*text-decoration: underline;*/
        transition: all 0.25s ease-out;
}
.conact_dep_wrap {
    display: flex;
    margin-bottom: 20px;
}
.catalog-container .storage__block {
    margin-bottom: 0;
}
/*================
STOP BTN
=====================
 */
.mx-relative {
    position: relative;
}
.fixed {
    position: fixed;
}
.stop__btn {
    position: absolute;
    top: 11%;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 67px;
    border: 1px solid  #EC6A2D;
    z-index: 50;
}
.stop__btn.fixed {
    position: fixed;
}
.stop__btn a {
    display: flex;
    align-items: center;
    color:  #EC6A2D;
    font-family: Gilroy;
    font-size: 19px;
    font-weight: 500;
    line-height: 65px;
    text-decoration: none;
}
.stop__btn span {
    display: flex;
    align-items: center;
    margin-left: 19px;
}
hr {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #3C3C3C;
}
/*==============
Contacts page
===============*/
/*.contact-container__box {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/
.mx__contact-block {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}
.mx__contact-block p{
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
}
.title_d {
    grid-column: 1/4;
    width: 100%;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
}
.mx__contact-block .contact__bold {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
}
.mx__contact-block .red_t {
    color: #EC6A2D !important;
}
/*=========================
=======CATALOG
======================== */
.tabs-box__item {
    position: relative;
    z-index: 10;
}
.mx__tab {
    max-width: 1280px;
    /*margin: -35px auto 20px;*/
    margin: -35px auto 0;
    padding: 0 80px;
}
.menu__search.show {
    left: 23%;
    right: 15%;
    }
.wrap__button-reset {
    position: relative;
    z-index: -1;
}
.product-container__pagination {
    pointer-events: none;
}
.arrow-box__arrow {
    pointer-events: auto;
}
.c-item__bg .ar-image img,
.p-item__bg .ar-image img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.c-item:not(.c-item--all):hover .c-item__bg .ar-image img,
.p-item:hover .p-item__bg .ar-image img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
/******************
Accordion item style
*****************/
.accordion__desc {
    margin-bottom: 30px;
    /*height: 45px;*/
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.54px;
    cursor: pointer;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* количество строк*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.accordion__desc.active {
    height: auto;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
}

.descr_up_prod {
    font-size: larger;
}

/*************************************
Edit images in passport, scheme, tex
 *************************************/
.tax-cat-passport .sub-head__image img,
.tax-cat-scheme .sub-head__image,
.tax-cat-tex .sub-head__image {
    filter: grayscale(10%);
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -o-filter: grayscale(10%);
}
/*************************
popup brand
**************************
*/
.above_title {
    color:  #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%; /* 27.6px */
    text-transform: uppercase;
}
.popup__text {
    color:   #787878 ;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.21px;
}
.title-box-title {
    color:   #EC6A2D ;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 115%; /* 41.4px */
    text-transform: uppercase;
    text-align: center;
}
.popup__text-blackbg {
    display: flex;
    width: 100%;
    max-width: 332px;
    margin: 55px auto 108px;
    padding: 15px 77px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background:  #000 ;
    color: #FFF;
    text-align: center;
    font-size: 52px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
}
.popup__text-black {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.popup__text-bottom {
    display: flex;
    gap: 30px;
}
.popup__text-bottom > * {
    width: 50%;
}
.img__box {
    aspect-ratio: 1;
}
.popup--brand .popup__content {
    width: 100%;
}
/*m_admin перебил дефолт стили (scss)*/
.p-item__bg .ar-image__overlay {
    background-color: rgba(0,0,0,.35);
}
@media (hover: hover) and (pointer: fine) {
    .p-item:hover .p-item__bg .ar-image__overlay {
        background-color: rgba(0,0,0,.5);
    }
}

@media (min-width: 1920px) {
    .mx__tab {
        padding-left: 120px;
    }
    .hero__bg, .hero__wrapper {
        padding-top: 120px;
    }
}


@media (max-width: 1300px) {
    .stop__btn {
        top: 10%;
    }
}
@media (max-width: 1280px) {
    .mx-slider .hero__list-item{
        margin-right: 54px;
    }
    .mx__tab {
        padding: 0 30px;
    }

}
@media (max-width: 1024px) {
    .hero__bg, .hero__wrapper {
        padding-top: 75px;
    }
    .navbar__wrapper > .mx-search {
        margin-left: auto;
        margin-right: 15px;
        margin-top: 10px;
    }
}
@media (max-width: 997px) {
    .menu__search.show {
        left: 190px;
        right: 85px;
    }
    .hero-slide__info {
        grid-column: 1/4;
    }
    .hero-title-slider {
        height: 175px;
    }
    .hero {
        max-height: none;
    }
}
@media (max-width: 767.5px) and (orientation: portrait) {
    .product-container__wrapper .ar-image--square {
        max-height: fit-content;
    }
    .hero .hero__bg {
        grid-template-columns: minmax(320px, 1fr);
        grid-template-rows: minmax(80px, auto) auto minmax(80px, auto);
    }
    .hero-slide {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(100px, 150px) minmax(140px, auto) minmax(95px, 100px);
        row-gap: 5px;
        column-gap: 1px;
    }
    .hero-title-slider {
        height: 135px;
        margin: 40px 0;
    }
    .hero-slide__info {
        grid-row: 1/4;
        padding-left: 20px;
        flex-wrap: wrap;
    }
    .hero-slide__info> .hero-slide__description {
        padding-top: 145px;
    }
    .hero-slide__image {
        grid-column: 1;
        grid-row: 2;
        justify-content: center;
        display: block;
    }
    .hero-slide__image img {
        max-width: 100%;
        height: auto;
    }
    .mx-slider .hero__list {
        grid-row : 4;
        grid-column: 1/2;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding-left: 12px;
        width: 150px;
    }
    .hero .hero__title-slider {
        padding-left: 20px;
    }
    .hero__title-slider .h2-title {
        font-size: 44px;
    }
    .hero__title-slider .h3-title--white {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
    }
    .hero-slide__description{
        font-size: 16px;
        font-weight: 500;
        align-self: flex-end;
    }
    .hero-slide__description p{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow-y: hidden;
    }
    .hero-slide__button {
        padding-bottom: 70px;
        margin-left: auto;
        margin-right: 20px;
        z-index: 11;
    }
    .c-head__tabs-box {
        display: block;
    }
    .c-head__sorting {
        display: none;
    }
    .flyout__button_mob {
        display: none;
    }
}
@media (max-width: 768px) {

    .mx-slider .hero__list-item {
        margin: 3px;
        font-size: 13px;
    }
    .mx-slider .hero__list-item.active,
    .hero__list.black .hero__list-item.active,
    .hero__list.gray .hero__list-item.active {
        font-size: 20px;
    }
    .menu__search.show {
        left: 74px;
        right: 66px;
    }
    .stop__btn {
        top: 9%;
        left: 6px;
        width: 176px;
    }
    .tabs-box__item {
        max-width: 95%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .mx__tab {
        padding: 0 16px;
    }

}
/*@media (min-width: 768px) {*/
/*    .header .menu__lang {*/
/*        display: block;*/
/*    }*/
/*}*/
@media (max-width: 414px) {
    /*.mx-slider .hero__list {*/
    /*    grid-row: 3;*/
    /*    grid-column: 1/5;*/
    /*    flex-direction: row;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    margin-bottom: -15px;*/
    /*}*/
    .mx__tab .tabs-box>* {
        width: 100%;
        max-width: 100%;
    }
    .mx__tab .tabs-box {
        padding-left: 0;
        padding-right: 0;
    }

}
.flyout__list-item {
    display: flex;
    flex-direction: column;
}
.flyout__list-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flyout__list-item .children__list{
    padding-left: 40px;
}
.children__list a {
    font-size: 14px;
    line-height: 1.4;
}
.flyout__list-item svg, .flyout__list-item img {
    margin-right: 10px;
    max-width: 30px;
}
.sub-head__image img {
    filter: none;
}
.flyout__button {
    display: grid;
}
.flyout__button_mob {
    display: contents;
}
.button>*:not(:last-child) {
    margin: 0 20px 0 0;
}
.button__name {
    line-height: 100%;
}
.burger {
    /*margin-right: 20px;*/
}

.b-search {
    width: 100%;
}
@media (max-width: 768px) {
.b-search {
    width: 93%;
}
}
/***************
PAGE CAREER
carer slider
****************/
.slider__wrapper {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
.slider__carer-section {
    background-color: #000;
    color: #fff;
    font-family: "Gilroy", sans-serif ;
}

.slider__carer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slide__content .slide__title{
    margin-top: 80px;
    margin-bottom: 35px;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.64px;
    line-height: 100%;
}
.slide__content p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.54px;
}
.carer_slide {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 455px;
    height: 100%;
    padding-left:60px;
    padding-right: 60px;
}
.slide__content {
    max-width: 85%;
    margin-top: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.advantages__list {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 1.18vw
}
.advantages__list .advantage{
    width: auto;
    flex-basis: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 19px 21px 17px;
    background-color: #ec6a2d;
}
.advantages__list .button > * {
    position: relative;
    z-index: 1;
}
.advantages__list .advantage h5 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.96px;
}
.advantages__list .advantage p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.54px;
    text-align: center;
}
.image__box {
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.image__box::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(174.11% 59.4% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 66.15%, #000 100%);
}

.image__right {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.image__right-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(146.55% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.53) 66.15%, #000 100%);
}
.slider__wrapper .btn__wrap {
    position: absolute;
    left: 85%;
    transform: translateY(-76px);
    display: flex;
    gap: 18px;
    width: auto;
    z-index: 10;
}
.slider__carer-section .breadcrumbs-container {
    width: 100%;
    margin-top: 190px;
    position: relative;
    z-index: 2;
}
.slider__carer-section .slider__wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
}
.slider__carer-section .breadcrumb__name {
    color: #fff;
}
.slider__carer-section  .slide__title {
    margin-top: 45px;
}
.slider__carer-section  .breadcrumb__name svg path {
    fill: #ffffff;
}
.carer__btn {
    cursor: pointer;
}
#arrow, #arrow_p {
    fill: #787878;
}
#bg, #bg_p {
    fill: white;
}
.carer__btn:hover #arrow,
.carer__btn:hover #arrow_p{
    fill: white;
}
.carer__btn:hover #bg,
.carer__btn:hover #bg_p{
    fill: #EC6A2D;
}
.t-d-container--c2 .t-d-container__wrapper.reverse {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
}
.t-d-container--c2 .reverse .t-d-container__price-set {
    grid-column: 1/2;
}
.brand-advantages {
    background-repeat: no-repeat;
    /*background-position: top right;*/
    background-position: top 10px right 0;
    -webkit-background-size: 50%;
    background-size: 50%;
    transition: background-position 0ms;
}
.brand-advantages:hover {
    background-size: 0%;
    /*background-color: transparent;*/
    background-image: none !important;
}
/**************
management
*****************/
.management {
    color: #000;
}
.display-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.management_block {
    position: relative;
    flex-basis: calc(50% - 10px);
    padding: 150px 50px 24px;
    border: 1px solid  #000 ;
}
.management .h3-title {
    width: 100%;
    margin-bottom: 80px;
}
.management_block.left {
    text-align: right;
}
.management_block.right {
    text-align: left;
}
.management_block .top_img,
.management_block .bottom_img{
    position: absolute;
}
.management_block.left .top_img {
    position: absolute;
    left: -1px;
    top: -2px;
}
.management_block.right .top_img {
    position: absolute;
    right: -2px;
    top: 1px;
    transform: translateY(-100%);
}
.bottom_img {
    right: -2px;
    bottom: -2px;
}
.img_box {
    margin-top: -40%;
    margin-bottom: 40px;
    max-width: calc((100% - 40px) * 0.9);
}
.left .img_box {
    margin-left: auto;
}
.img_box img {
    width: 440px;
    height: 440px;
    object-fit: cover;
    object-position: center;
}
.content__title {
    margin-bottom: 2px;
    font-size: 32px;
    font-weight: 800;
    line-height: 120%; /* 38.4px */
    letter-spacing: 0.64px;
}
.content__sub {
    margin-bottom: 14px;
    text-align: right;
    font-size: 18px;
    font-weight: 800;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
}
.content__sub-right {
    margin-bottom: 14px;
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
}
.content_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
}
/***********************
WHY
**********************/
.why h3 {
    margin-bottom: 50px;
    width: 100%;
}
.why_block {
    width: calc(50% - 10px);
}
.why_block li {
    padding-left: 40px;
    margin-bottom: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
}
.why_block li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 33px;
    height: 34px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Crect width='34' height='33' transform='translate(0 0.879883)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.1686 5.40761C32.7218 5.94458 32.7218 6.81518 32.1686 7.35215L18.0019 21.1022C17.4487 21.6391 16.5517 21.6391 15.9984 21.1022L11.7484 16.9772C11.1952 16.4402 11.1952 15.5696 11.7484 15.0326C12.3017 14.4956 13.1987 14.4956 13.7519 15.0326L17.0002 18.1853L30.1651 5.40761C30.7183 4.87064 31.6153 4.87064 32.1686 5.40761Z' fill='%23EC6A2D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.0835 6.37988C6.70777 6.37988 6.34744 6.52475 6.08176 6.78261C5.81608 7.04047 5.66683 7.39021 5.66683 7.75488V27.0049C5.66683 27.3696 5.81608 27.7193 6.08176 27.9772C6.34744 28.235 6.70777 28.3799 7.0835 28.3799H26.9168C27.2925 28.3799 27.6529 28.235 27.9186 27.9772C28.1842 27.7193 28.3335 27.3696 28.3335 27.0049V17.3799C28.3335 16.6205 28.9678 16.0049 29.7502 16.0049C30.5326 16.0049 31.1668 16.6205 31.1668 17.3799V27.0049C31.1668 28.0989 30.7191 29.1481 29.922 29.9217C29.125 30.6953 28.044 31.1299 26.9168 31.1299H7.0835C5.95633 31.1299 4.87532 30.6953 4.07829 29.9217C3.28126 29.1481 2.8335 28.0989 2.8335 27.0049V7.75488C2.8335 6.66087 3.28126 5.61165 4.07829 4.83807C4.87532 4.06448 5.95633 3.62988 7.0835 3.62988H22.6668C23.4492 3.62988 24.0835 4.24549 24.0835 5.00488C24.0835 5.76427 23.4492 6.37988 22.6668 6.37988H7.0835Z' fill='%23EC6A2D'/%3E%3C/svg%3E");
}
/*****************
NEWS
*********************/
.news-container__wrapper > .news__categories {
    margin-bottom: 60px;
}
.career_news .news-container__set {
    display: flex;
    flex-wrap: wrap;
}
.career_news .news-container__item {
    width: calc(25% - 24px);
    min-height: 290px;
}
.career_news .news-container__item:first-of-type {
    width: calc(50% - 20px);
}
.cat__list {
    display: flex;
    gap: 20px;
}
.cat__list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding: 0 ;
    background:  #EC6A2D;
    text-align: center;
    transition: background-color .25s ease-in-out;
}
.cat__list-item a {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 65px; /* 28.8px */
    letter-spacing: 0.48px;
    color: #fff;
}
.cat__list-item:hover {
    background-color: #000;
}
.cat__list-item:hover a {
    font-weight: 800;
}
/***********************
Верхний блок категорий товара
***********************/
.tax-cat-product .sub-head__image {
    /*grid-column: 2/4;*/
    /*grid-row: 2/2;*/
    /*padding-left: 10%;*/
}
.tax-cat-product .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tax-cat-product .sub-head__gradient {
    display: none;
}
.tax-cat-product .image::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: radial-gradient(174.11% 59.4% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 66.15%, #000 100%);
}
.tax-cat-product .image img {
    object-fit: cover;
    object-position: center;
}
.tax-cat-product .sub-head__bg,
.tax-cat-product .sub-head__content {
    display: block;
}

/**********************
Front page top slider
**************************/
.mx-slider .slide_image {
    position: relative;
    aspect-ratio: 1 / 0.5625;
}
.mx-slider .slide_image-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    overflow: hidden;
}
.mx-slider .slide_image-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mx-slider .slide_image-image .slide_image_mob img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.mx-slider .slide_image-image .slide_image_mob  {
    display: none;
    height: 100%;
}
.mx-slider .hero-slide__info {
    position: relative;
    z-index: 3;
    pointer-events: none;
}
.mx-slider .hero-slide__button {
    position: relative;
    z-index: 15;
}
.mx-slider .hero-slide__button .button {
    pointer-events: all;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero__slider .embed-container iframe,
.hero__slider .embed-container object,
.hero__slider .embed-container embed {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero__slider .embed-container {
    position: relative;
    padding-bottom: calc(56.25% + 60px);
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.hero__color-slider {
    height: 104%;
}
.news-item__image {
    width: 100%;
    padding-top: 100%;
}
/*button*/
.button.list__item-link.disabled {
    background-color: #787878;
    pointer-events: none;
}
/*partners*/
.page-template-page-partner-installers .partner-item__bg .ar-image img {
    -webkit-filter: grayscale(26%);
    -moz-filter: grayscale(26%);
    filter: grayscale(26%);
    transition: all .2s;
}
/* style 14/10/2025 */
.header__transparent .sub-header {
    background: var(--graphit);
    opacity: 0.4;
}
.flyout_mod-btn .flyout__list {
    grid-column: 1 / 3;
    column-count: 2;
}
.header__transparent .trp_language_switcher_shortcode,
.header__transparent .header__lang .trp-language-switcher > div,
.header__transparent .trp_language_switcher_shortcode,
.navbar {
    background: transparent;
}
 .mx-search path,
.search-close path,
.navbar__burger rect{
    fill: var(--graphit);
}
.header__transparent .mx-search path,
.header__transparent .search-close path,
.header__transparent .navbar__burger rect,
.white-text  .mx-search path,
.white-text .search-close path,
.white-text  .navbar__burger rect{
    fill: #ffffff;
}
.header.header__transparent .navbar__navitem{
    color: var(--graphit);
}

.navbar:has(.navbar__navitem.active) {
    background: #fff;
}
.navbar:has(.navbar__navitem.active) .navbar__navitem {
    color: var(--graphit);
}
.navbar:has(.navbar__navitem.active) .mx-search path,
.navbar:has(.navbar__navitem.active) .search-close path,
.navbar:has(.navbar__navitem.active) .navbar__burger rect {
    fill: var(--graphit);
}
.header__transparent .navbar {
    border-bottom: none;
}
.header__transparent .header .navbar__navitem:not(.color-grafit) a {
    color: #fff;
}
.navbar__navitem .color-grafit ,
.color-grafit {
    color:var(--graphit);
}
.header__transparent .navbar__navitem:hover {
    color: #ec6a2d;
}
.white-text .navbar__navitem:hover {
    color: #ec6a2d;
}
.header__transparent .button--header {
    background: var(--graphit);
}
.header__transparent .hero .block-wrapper {
    padding-top: 140px;
}
.header__transparent .socials-list__item, 
.white-text  .socials-list__item{
    background-color: var(--gray);
}
.navbar {
    background-color: transparent;
    border-bottom: none;
}
.sub-header {
    background-color: rgba(55,55,55, 0.5);
    height: 50px;
}
.header-dark {
    background-color: #fff;
}
.header-dark.white-text .navbar__navitem {
    color: #3c3c3c;
}
.header-dark.white-text .mx-search path, 
.header-dark.white-text .search-close path, 
.header-dark.white-text .navbar__burger rect {
    fill:  #3c3c3c;
}
/*
katalog
*/
.item-container__set {
    grid-template-columns: repeat(5, minmax(0, 3fr));
    column-gap: 17px;
    row-gap: 40px;
}
.p-item__article {
    color: var(--gray);
    margin: 0;
}
.p-item>.p-item__article {
    color: var(--gray);
    margin: 0;
    padding: 0;
}
.catalog-container .p-item__title,
.archive .p-item__title{
    font-weight: 700;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: var(--black);
}
.catalog-container .c-item__info,
.archive .c-item__info {
    position: static;
    padding-top: 3px;
    justify-content: center;
}
.catalog-container .c-item__title,
.archive .c-item__title{
    color: var(--black);
}
.sub-head__content {
    z-index: 4;
}
.c-head__search {
    max-width: 760px;
    padding-right: 30px;
}
.c-head__search .b-search__input {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: var(--black);
    background: #fff;
    opacity: 0.9;
}
.product-container__wrapper .ar-image--square {
    padding-top: 0;
    display: flex;
    align-items: center;
}
.product-container__wrapper .ar-image img {
    position: static;
    height: auto;
}
.product-container__title {
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.01em;
    color: var(--black);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.product-container__article-value,
.product-container__article-name {
    font-size: 18px;
}
.switcher__tab {
    justify-content: start;
}
.description,
.switcher__tab-name {
    font-size: 17px;
}
.breadcrumb__name {
    font-size: 14px;
    /*text-transform: capitalize;*/
}
.button__name {
    font-size: 19px;
    font-weight: 500;
}
.main.main--etc > .product-container {
    padding-bottom: 20px;
}
.map-city__row {
    grid-template-columns: repeat(4, minmax(0, 3fr));
}
.h2-title {
    font-size: 64px;
    letter-spacing: 0.01em;
}
/*==========
de-kyputu
============*/
.main.main--etc > .contact__title {
    padding-bottom: 30px;
}
.main.main--etc > .contacts__block {
    padding-bottom: 0;
}
.contacts__block {
    background: #f7f7f7;
}
.contacts-list {
    list-style: none;
    margin: 0;
    padding: 70px 0 80px;
    display: flex;
    width: 100%;
    gap: 12px;
}
.contacts__item {
    width: calc(25% - 9px);
    text-align: center;
    display: flex;
    flex-direction: column;
}
.contacts__item a {
    color: inherit;
}
.contacts__title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: var(--black);
}
.contacts__text {
    margin-top: auto;
    font-weight: 500;
    font-size: 18px;
    color: var(--black);
}
.contact-email a {
    color: var(--gray)
}
.map-container__map-box {
    display: block;
}
.map-container__settings {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 35px 0 20px;
}
.map-container__select {
    max-width: 427px;
    width: 100%;
    margin-right: 12px;
}
.map-container__select-name {
    margin-right: 4vw;
    width: max-content;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.02em;
    color: var(--black);
    white-space: nowrap;
}
.switch__box {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 2vw;
}
.switch__btn  {
    all: unset;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    color:  #ABABAB;
    cursor: pointer;
}
.switch__btn.active {
    color: var(--black);
}
.switch__btn svg {
    display: inline-block;
    margin-right: 10px;
}
.switch__btn svg path{
    fill: #ABABAB;
}
.switch__btn.active svg path{
    fill: var(--black);
}
.map-container__city-box {
    display: none;
}
.map-container__city-box.show {
    display: block;
}
.map-container__map.hidden {
  position: absolute;
  overflow: hidden;
    z-index: -1;
}
.map-container__map-box {
    margin-bottom: 10px;
}
.contact-container__box {
    display: block;
}
.map-city__row:first-child {
    font-weight: 400;
}
.company-name {
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.02em;
    color: var(--black);
}
.map-city__col, .map-city__col a {
    flex-direction: row;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--black);
}
.map-city__col a:hover {
    color: #e27138;
}
.map-city__col .col-img{
    display: flex;
    align-self: stretch;
}
.map-city__col .col-content{
    display: flex;
    flex-direction: column;   
}
.map-city__col svg {
    display: inline-block;
    margin-right: 8px;
}
.company-address a {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--black);
}
.map-city__title {
    margin-top: 20px;
    text-align: center;
    color: #e27138;
}
.product-container__sub-slider .sub-product-slider .swiper-slide:after  {
    display: none;
}
.product-container__sub-slider .ar-image  {
    border: 1px solid var(--light);
}
.carer-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.flyout__button_mob {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
@media (min-width: 1024px) {
    .product-container__wrapper {
        /*grid-template-rows: minmax(0, 1fr);*/
        height: 100%;
    }

    .product-container__slider-box {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 16px;
        max-height: 505px;
        overflow: hidden;
        min-height: 0;
    }
    .product-container__sub-slider {
        order: 1;
        flex: 0 0 94px;
        width: 94px;
        margin-top: 0;
        min-height: 0;
    }
    .product-container__sub-slider .ar-image {
        height: 90px;
    }
    .product-container__sub-slider .swiper-slide {
        height: fit-content;
    }

    .product-container__slider {
        order: 2;
        flex: 1 0 auto;
        width: 100%;
        min-width: 0; /* Обязателен для Swiper */
    }
    .product-container__sub-slider .sub-product-slider {
        height: 100%;
        flex-shrink: 0;
        flex-grow: 0;
    }


}
.page-id-6951 .c-head {
    background-size: cover;
    background-repeat: no-repeat;
}
.page-id-6951 .c-head .c-head__wrapper{
    position: relative;
    z-index: 5;
}
.page-id-6951 .c-head::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: radial-gradient(174.11% 59.4% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 66.15%, #000 100%);
}
/* * МОБИЛЬНЫЕ СТИЛИ (вне медиа-запроса) */
.product-container__sub-slider {
    width: 100%;
    margin-top: 16px;
}

/*.product-container__sub-slider .sub-product-slider {*/
/*    height: 100px;*/
/*}*/
@media (min-width: 1441px) {
    .carer_slide {
        min-height: 70vh;
    }
}
@media (min-width: calc(1281px)) {
    .tax-cat-product .sub-head__image:after {
        display: none;

    }
}
@media (max-width: 1281px) {
    .item-container__set {
        grid-template-columns: repeat(4, minmax(0, 3fr));
        row-gap: 24px;
    }
}
@media (max-width: 1023.5px) {
    .tax-cat-product .sub-head__bg {
        padding-top: 72px;
        height: 100%;
        display: flex;
        bottom: 0;
    }
    .mx__tab {
        padding: 0 30px;
        max-width: 70%;
        margin-left: 0;
    }
    .sub-head__info {
        max-width: 70%;
    }
    .mx__tab .tabs-box {
        justify-content: stretch;
    }
    .sub-head__content {
        z-index: 11;
    }
    .hero .block-wrapper {
        padding-top: 70px;
    }
    .item-container__set {
        grid-template-columns: repeat(3, minmax(0, 3fr));
        row-gap: 24px;
    }
    /*.mx__tab .tabs-box__item {*/
    /*    position: relative;*/
    /*    z-index: 10;*/
    /*    !* width: auto; *!*/
    /*    flex-basis: 30%;*/
    /*}*/
    /*.mx__tab .tabs-box>* {*/
    /*     margin: 0 auto 16px 0;*/

    /*}*/
}

@media (max-width: 1024px) {
    .slider__carer-section {

    }
    .brand-advantages {
        -webkit-background-size: 30%;
        background-size: 30%;
    }
    .management .h3-title {
        margin-bottom: 20vw;
    }
    .image__right-box {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .management_block.right .top_img {
        right: -2px;
        top: -2px;
        transform: none;
    }

    .product-container__title {
        font-family: "Gilroy",sans-serif;
        font-size: 32px;
        line-height: 120%;
        font-weight: 700;
    }
}
@media (max-width: 895px) {
    .slide__content {
        max-width: calc(100% - 90px);
    }
    .slider__wrapper .btn__wrap {
        left: auto;
        right: 20px;
    }
    .contacts-list {
        flex-wrap: wrap;
    }
    .contacts__item {
        width: calc(50% - 6px);
    }
    .map-container__settings {
        flex-wrap: wrap;
    }
    .switch__box {
        width: 100%;
        margin-bottom: 10px;
        justify-content: flex-end;
        order: -1;
    }
}
@media (max-width: 767px) {
    .slider__carer-section .breadcrumbs-container {
        margin-top: 125px;
    }
    .slide__content .slide__title {
        margin-top: 40px;
        margin-bottom: 25px;
        font-size: 6vw;
        font-weight: 700;
        letter-spacing: 0.64px;
        line-height: 100%;
    }
    .slide__content p {
        font-size: 16px;
    }
    .product-slider .swiper-slide {
        height: fit-content;
    }
    .advantages__list .advantage h5 {
        font-size: 26px;
    }
    .advantages__list .advantage p {
        font-size: 14px;
    }
    .advantages__list .advantage {
        width: calc(50% - (1.18vw / 2));
        flex-basis: auto;
        padding: 14px 16px 13px;
    }
    .advantages__list {
        flex-wrap: wrap;
    }
    .carer_slide {
        padding-left: 20px;
        padding-right: 20px;
    }
    .management_block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content__title {
        font-size: 30px;
    }
    .img_box {
        margin-top: -80%;
        margin-bottom: 20px;
    }
    .career_news .news-container__item {
        width: calc(33% - 2.6vw);
    }
    .career_news .news-container__set {
        gap: 2vw;
        flex-direction: row;
    }
    .career_news .news-container__item {
        width: calc(33% - 1.1vw);
    }
    .career_news .news-container__item:first-of-type {
        width: calc(66% - 0.2vw);
    }
    .above_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .title-box-title {
        font-size: 22px;
        font-weight: 700;
    }
    .popup__text {
        font-size: 16px;
        line-height: 1.36;
    }
    .popup--brand .popup__cross-box {
        top: 10px;
        right: 10px;
    }
    .popup__text-top p {
        margin-bottom: 5px;
    }
    .page-template-page-partner-installers .partner-item__bg .ar-image img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    .item-container__set {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 6fr));
        row-gap: 24px;
    }
    .sub-head__content .sub-head__info {
        width: 100%;
        max-width: 100%;
    }
    .h2-title {
        font-family: "Gilroy",sans-serif;
        font-size: 32px;
        line-height: 120%;
        font-weight: 700;
    }
    .term-fado-flex-gnuchka-pidvodka .p-item__bg .ar-image img,
    .term-275  .p-item__bg .ar-image img,
    .term-292  .p-item__bg .ar-image img,
    .term-308  .p-item__bg .ar-image img,
    .term-silfonna-pidvodka-dlja-vodi .p-item__bg .ar-image img{
        position: static;
        max-width: 100%;
        height: auto;
        transform: scale(1.5, 1.5);
    }
    /*.tax-cat-product .p-item__bg .ar-image {*/
    /*    padding-top: 0;*/
    /*    aspect-ratio: 1 / 0.5;*/
    /*}*/
    .term-fado-flex-gnuchka-pidvodka .p-item__bg .ar-image,
    .term-silfonna-pidvodka-dlja-vodi .p-item__bg .ar-image, 
    .term-292 .p-item__bg .ar-image, 
    .term-308 .p-item__bg .ar-image, 
    .term-275 .p-item__bg .ar-image{
        padding-top: 0;
        aspect-ratio: 1 / 0.5;
    }
    .breadcrumb .breadcrumb__item:nth-child(4),
    .breadcrumb .breadcrumb__item:nth-child(5) {
      display: none;
    }
    .breadcrumb .breadcrumb__item:nth-child(3):after {
        display: none;
    }

}
@media (max-width: 640px) {
    .mx-slider .slide_image {
        position: relative;
        aspect-ratio: 1 / 1.78;
    }

    .embed-container {
        position: relative;
        /*padding-bottom: 168%;*/
        padding-bottom: calc(56.25% + 56px);
        overflow: hidden;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }
    .hero__slider .embed-container {
        position: relative;
        padding-bottom: calc(56.25% - 60px);
        overflow: hidden;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }
    .mx-slider .embed-container iframe,
    .mx-slider .embed-container object,
    .mx-slider .embed-container embed {
        top: 0;
        /*transform: translateY(-56px);*/
    }
    .mx-slider .hero-slide__info {
        pointer-events: none;
    }
    .mx-slider .hero-slide__button {
        position: relative;
        z-index: 15;
    }
    .mx-slider .hero-slide__button .button {
        pointer-events: all;
    }
    .mx-slider .hero__list {
        pointer-events: none;
    }
    .mx-slider .hero__list-item {
        pointer-events: auto;
    }
    .other-container__set .p-item__bg .ar-image {
        padding-top: 90%;
    }

}
@media (max-width: 500px) {
    .switch__box {
        margin-bottom: 0;
        margin-top: 20px;
        order: 1;
    }
    .contacts__item {
        width: 100%;
    }
    .map-container__settings {
        padding-bottom: 0;
    }
    .slide__content {
        max-width: 100%;
    }
    .slide__content .slide__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .image__right-box {
        top: 20px;
        bottom: auto;
    }
    .image__right-box::before {
        background: radial-gradient(146.55% 50% at 50% 50%, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.76) 66.15%, #000 100%);
    }
    .slide__content {
        margin-bottom: 63px;
    }
    .slider__wrapper .btn__wrap {
        right: auto;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) translateY(0);
    }
    .mx-slider .slide_image-image img:not(.controls-img) {
        display: none;
    }
    .mx-slider .slide_image-image .slide_image_mob {
        display: block;
        position: relative;
    }
    .mx-slider .slide_image-image .slide_image_mob img {
        display: block;
    }
    .slide_image_mob::before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, .28);
    }
    .management_block {
        flex-basis: 100%;
        padding: 20px;
    }
    .img_box {
        margin-top: 0;
    }
    .management .h3-title {
        margin-bottom: 24px;
    }
    .image__right-box {
        bottom: auto;
        top: 40px;
        transform: none;
        aspect-ratio: initial;
        padding-left: 0;
        padding-right: 0;
    }
    .why_block {
        width: 100%;
    }
    .why_block li {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .career_news .news-container__item,
    .career_news .news-container__item:first-of-type {
        width: calc(50% - 1vw);
        margin-bottom: 0;
    }
    .career_news .news-container__set {
        gap: 1vw;
    }
    .cat__list {
        gap: 2vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cat__list-item {
        width: 100%;
    }
    .news-container__wrapper > .news__categories {
        margin-bottom: 40px;
    }
    .item-container__set {
        display: flex;
    }
    /** {*/
    /*    outline: 1px solid #c7a589;*/
    /*}*/
    html, body {
        width: 100vw;
        overflow-x: hidden;
    }
}
@media (max-width: 767.5px) and (orientation: portrait) {
    .map-city__row:first-child {
        display: flex !important;
    }
}
.sub-product-slider .swiper-slide {
    width: auto; 
    height: auto; 
}
/*16.04.2026*/
/*.map-container__city-box {*/
/*    display: block;*/
/*}*/
/*.wrap__button-reset {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.map-container__select-box {*/
/*    margin-bottom: 50px;*/
/*}*/
/*.map-container__select-box {*/
/*    position: relative;*/
/*    z-index: 10;*/
/*}*/
/*.region-select {*/
/*    position: relative;*/
/*    !*z-index: 4;*!*/
/*}*/
/*.city-select {*/
/*    position: relative;*/
/*    !*z-index: 3;*!*/
/*}*/
/*.address-select {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/
/*.map-container__select:nth-child(2) {*/
/*    z-index: auto;*/
/*}*/
 