@media screen and (max-width:1160px) {
    .container {
        max-width: none;
        width: 100%;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}

/*mobile*/
@media screen and (max-width:600px) {

.visible-xs {
    display: block !important;
}

.hidden-xs {
    display: none
}

.pad-top {
    padding-top: 40px;
}
.pad-bot {
    padding-bottom: 40px;
}
.block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: 1px solid #EEEEEE;
    outline: none;
    background: #fff;
    display: block;
    border-radius: 6px;
}
.input-filed {
    margin-bottom: 20px;
    display: block;
}
.input-filed span {
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}
.input-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
}
.input-wrap .input-filed {
/*    width: 48.5%;*/
}
.input-filed sup {
    color: #E30613;
    font-size: 12px;
}
textarea.input {
    height: 80px;
    resize: none;
    padding-top: 10px
}
.error-text {
    color: #db0000;
    margin-top: .5em;
    font-size: .9em;
}


.polit {
    color: var(--txt);
    font-weight: 400;
}
.polit a {
    text-decoration: underline;
}

.headline {
    line-height: 22px;
    margin: 0 0 32px;
}
.title {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px
}
.subtitle {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 133%;
    font-weight: normal;
}

.breadcrumbs {
    margin-bottom: 10px;
}
.breadcrumbs li {
    white-space: nowrap
}
    .breadcrumbs li:not(:nth-last-child(2)) {
        display: none;
        
    }
    .breadcrumbs li:nth-last-child(2) {
        flex-direction: row-reverse;
        align-items: flex-end;
    }
.breadcrumbs li:nth-last-child(2):after {
    content: '';
    display: block;
    margin: -2px 4px 0 0;
    transform: rotate(-180deg);
}

.mobile_menu {
    left: 0;
    width: 100%;
/*    display: none;*/
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    padding-top: 100px;
    display: none;
    flex-direction: column;
    overflow-y: scroll;
    padding-bottom: 100px;
}
    .mobile_menu-bot {
        margin-top: auto;
        display: block
    }
    .mobile_menu-bot a {
        display: block;
        font-size: 15px;
        margin-bottom: 22px;
        padding: 0 16px
    }
    .mobile_menu-link {
        display: block;
        padding: 16px;
        border-bottom: 1px solid var(--sep)
    }

.menu_container {
    position: static;
    width: 100%;
    padding: 0;
    max-height: unset;
    overflow-y:visible;
    box-shadow: none;
    display: block;
/*    overflow-y: scroll;*/
    min-height: 51px;
}
    .menu_container>.container {
        padding-bottom: 100px
    }
.menu_container-link {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--sep);
    height: 51px;
    flex-shrink: 0
}
    .menu_container-link img {
        transform: rotate(-90deg)
    }
    .menu_container.open .menu_container-link {
        flex-direction: row-reverse;
        justify-content: flex-end
    }
    .menu_container.open .menu_container-link img {
        transform: rotate(90deg);
        margin-right: 10px
    }

.menu_container[data-menu="projects"] {
    max-height: unset;
}
.menu_inner {
    gap: 0px 0;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 17px 16px 0;
/*    height: 100vh;*/
    display: none;
}
.menu_block {
    width: 100%;
    padding-right: 0px;
}
.menu_block .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: left;
}
    
.menu_block a {
    text-transform: uppercase;
    margin-bottom: 18px;
}
    .menu_block:not(:last-of-type)>a {
        display: none;
    }
.new_prod_link img {
    display: none;
}

.brands_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 16px;
    display: none
}
.brands_inner a {
    height: 72px;
}
.brands_inner a img {
    max-width: 70%;
}
.brands_inner a:hover {
    border: 1px solid var(--col);
    border-radius: 4px
}

    .proj_inner {
        display: none;
        padding: 16px;
    }
.proj_inner-row {
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.proj_inner-item {
    width: 48%;
    margin-bottom: 16px;
}
.proj_inner-logo {
    margin-top: 16px
}


.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all linear .1s;
    z-index: 9;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-control {
    width: 22px !important;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.nav-control span {
    width: 100%;
    border-radius: 15px;
    height: 2px;
    background: var(--col);
    transition: all linear .2s;
}
.nav-control.op span:nth-of-type(2) {
    opacity: 0;
}
.nav-control.op span:nth-child(1) {
    transform: translateY(6px) translateX(0px) rotate(45deg);
}
.nav-control.op span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.header_inner {
    padding: 8px 10px;
    position: relative;
    align-items: center;
    background: #fff
}
.header_inner>* {
    width: auto;
}
.header_left {
    display: flex
}
.logo img {
    width: 171px;
    display: block
}
.main_menu {
    gap: 0 20px;
    justify-content: center;
    display: none
}
.main_menu-link {
/*    font-weight: 300;*/
    text-transform: uppercase;
    padding: 0 8px
}

.header_right {
    justify-content: flex-end;
}
.header_right .main_menu-link {
    display: none;
}
.header_right .fav_link {
    margin-right: 20px
}
.header_inner .search_link {
    margin-right: 0;
    margin-left: 14px
}
    .main .header_left .search_link {
        z-index: -9;
        position: relative;
        opacity: 0;
    }

.search_block {
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
/*    left: 0;*/
/*    margin: 0 auto;*/
    width: 100%;
    top: 80%;
    display: none;
    background: #fff;
    z-index: 8;
}
.main .search_block {
    display: block;
}
.search_block form {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.search_block button {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.search_block input {
    padding: 8px 8px 8px 0;
    border: none;
    outline: inherit;
    width: 100%;
    font-size: 13px;
}

.main-baner {
    width: 100%;
    height: 640px;
    position: relative;
}
.link {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
}
    .link_more {
        text-decoration: none;
    }
    .main-mob-slider .swiper-pagination {
        bottom: 0;
        display: flex;
        height: 4px
    }
    .main-mob-slider .swiper-pagination-bullet {
        width: 100%;
        border-radius: 0;
        margin: 0 !important;
        background: #fff;
    }
.brnds {
    padding: 0px 0px 0;
}
    .brnds-slider {
        padding: 30px 0
    }
    .swiper-grid-column>.swiper-wrapper {
        flex-direction: row
    }
.brnd_item {
    width: 142px;
    height: 68px !important;
}
    .brnd_item img {
        width: 70%;
        object-fit: contain;
    }


.banner1 {
    margin: 30px 0px 16px;
    background: url(../img/main_ban4.jpg) center/cover;
    height: 640px;
}
.banner1_text {
    flex-direction: column;
    gap: 40px 0
}

.banner2 {
    margin-bottom: 16px;
    background: url(../img/main_ban5.jpg) center/cover;
    height: 640px;
}


footer {
    padding: 0 !important
}
.top_foot {
    align-items: flex-start;
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
}
.top_foot a {
    margin-bottom: 0;
}
.top_foot>div {
    width: 100%;
    border-top: 1px solid var(--sep);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px 0;
}
.top_foot .lang {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
}
.lang .active {
    font-weight: bold
}
.bot_foot {
    border-top: 1px solid var(--sep);
    padding: 16px;
}

.proj_row {
    width: 100%;
    flex-direction: column-reverse;
    padding: 16px 0;
    gap: 16px;
    margin-bottom: 16px;
}
.proj_row-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.proj_row-text>div {
    min-height: 200px;
    flex-direction: column;
    align-items: flex-start;
}
    .proj_row-text .link {
        margin: 12px 0;
        width: 100%;
        text-align: left;
    }
.proj_row-text span {
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 1;
    display: block;
}

.proj_row-img {
    width: 100%;
    max-height: 560px
}

.brand_baner {
    min-height: 600px;
    padding: 16px;
}
.brand_baner .text {
    width: 100%;
}
.brand_baner .text p {
    font-weight: normal;
    margin-bottom: 10px;
}
.brand_baner .text img {
    margin: 0 auto 20px;
    display: block;
}
.brand_baner .link {
    position: absolute;
    bottom: 27px
}
    
    
    
    
    
    
    
    /**************
КАРТОЧКА ТОВАРА
***************/
    .prod-slider .swiper-wrapper {
        margin-bottom: 30px;
    }
    .prod-slider .swiper-button-next, .prod-slider .swiper-button-prev {
        display: none
    }
.card_row, .prod-slider .swiper-wrapper {
    align-items: stretch;
    gap: 26px 10px;
    flex-wrap: wrap;
}
.card {
    max-width: 343px;
    background: #fff;
    position: relative;
    transition: all linear .2s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card_row .card, .prod-slider .swiper-wrapper .card {
    width: calc(100% / 2 - 10px / 2);
}

.card_img {
    height: auto;
    aspect-ratio: .85;
}

.card_img .to_wishlist {
    display: none;
}
.card_img .add_to_cart {
    display: none
}
.card_img:hover .add_to_cart {
    transform: translateY(0%);
}
.card_img:hover img {
    filter: unset
}
.card_img:hover .to_wishlist {
    display: none;
}

.card_name {
    font-size: 13px;
    line-height: 22px;
}
.card_desc {
    line-height: 16px;
    margin: 2px 0 0;
    font-size: 11px;
}
.card_volume {
    line-height: 20px;
}
.card .card_price {
    font-size: 13px;
    margin: auto 0 0;
}
.card_row .card .card_desc {
    margin-bottom: 12px;
}

.card_aten {
    font-size: 11px;
}
    
    .mobile_actions {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        display: block;
    }
    .toggle-mobile_actions {
        width: 36px;
        height: 36px;
        background: url(../img/icon/sel.svg) center no-repeat;
        display: block;
        position: absolute;
        right: 0;
    }
    .mobile_actions-list {
        position: absolute;
        width: 100%;
        top: 36px;
        background: #f2f4f3;
        box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
        border-radius: 12px;
        font-size: 13px;
        display: none
    }
    .mobile_actions-list a {
        padding: 12px 16px;
    }
    .mobile_actions-list a .icon {
        width: 20px;
        height: 20px;
    }
    .mobile_add_to_wish {
        border-bottom: 1px solid var(--sep)
    }
    .mobile_add_to_wish .icon {
        background: url(../img/icon/fav.svg) center/90% no-repeat;
    }
    .mobile_add_to_cart .icon {
        background: url(../img/icon/cart.svg) center/90% no-repeat;
    }
/**************
КАРТОЧКА ТОВАРА
***************/

/**************
ФИЛЬТРЫ
***************/
.catalog-block {
    align-items: flex-start;
    position: relative;
}
.filter {
    width: 364px;
    max-width: 100%;
    padding: 24px 20px;
    display: none;
    overflow-y: scroll;
}


.top_filter {
    margin-bottom: 24px;
}
.sort .sort_inner {
    padding: 16px;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.sort .sort_inner a {
    font-size: 13px;
}
.pagination {
    border-top: 1px solid var(--sep);
    border-bottom: 1px solid var(--sep);
    margin-top: 16px;
    padding: 30px 0
}
.pagination .prev, .pagination .next {
    gap: 0 20px
}
.pagination .nav {
    display: flex;
    align-items: center;
    font-size: 14px;
    
}
    .pagination .nav span {
        display: none;
    }


/**************
ФИЛЬТРЫ
***************/


/**************
СТРАНИЦА ТОВАРА
***************/
.product_bl {
    align-items: flex-start;
    margin-bottom: 60px;
    flex-direction: column;
    
}
.product-gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.product_slider {
    margin-bottom: 10px
}
.product_slider .swiper-slide {
    height: 500px;
    height: 115vw;
}
.product-info {
    padding: 0 0;
}
.product-name .name {
    font-weight: normal;
}
.product-desc {
    font-size: 14px;
}
.product-desc span {
    display: block;
    color: var(--sec);
    margin-top: 6px;
    font-weight: 300
}
/**************
СТРАНИЦА ТОВАРА
***************/


/**************
КОРЗИНА\ЗАКАЗ
***************/
.cart_container, .cart {
    padding-bottom: 50px;
}
.cart {
    height: auto;
}
.cart_prods {
    padding: 20px;
    flex-wrap: wrap;
    gap: 32px 10px;
    align-items: stretch;
}
.cart_prods .card {
    width: calc(50% - 5px)
}
.cart_prods .card .card_img {
    height: auto;
}
    .cart_prods .card_desc {
        margin-bottom: 16px;
    }
.cart_prods .card_price {
    font-size: 13px;
    font-weight: normal;
    margin: auto 0 0;
}
    .cart_prods .card_info {
        justify-content: flex-start;
    }
    .promo_form input {
        font-size: 16px;
    }
/**************
КОРЗИНА\ЗАКАЗ
***************/

.catalog_baner1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 16px 0;
    flex-direction: column;
}
.catalog_baner1-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 20px 0;
    margin-bottom: 16px;
}
.catalog_baner1-text>div {
    min-height:  200px;
    padding-right: 0%
}
.catalog_baner1-text span {
    font-weight: 300;
}

.catalog_baner1-img {
    width: 100%;
}
.catalog_baner1-img img {
    width: 100%;
}

.catalog_baner2 {
    padding: 0 0;
    position: relative;
}
.catalog_baner2>img {
    width: 100%;
}
.catalog_baner2 p {
    position: absolute;
    bottom: 16px;
    padding: 0 16px;
}

    
    .cookies_popup-inner {
        flex-direction: column;
    }
    .cookies_popup-btns {
        flex-wrap: wrap;
    }
}