header.header {
    background: transparent;
    /* z-index: 999; */
/*    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;*/
}
.headern-top{
    background: #181818;
    font-family: Gilroy;
    padding: 20px 0;
}
.wrap_newheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headern_menu a{
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    margin-right: 18px;
    border-bottom: none;
}
.headern_menu a:last-child{
    margin-right: 0px;
}
.headern_tel a{
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    border-bottom: none;
    color: #FFFFFF;
    
}
.headern_callme a.nav-header2__callback{
    display: inline-block;
    font-weight: 500;
    border-bottom: none;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 8px 18px;
}
.headern_callme a.nav-header2__callback:hover{
    border: 1px solid #787878;
    color: #787878;
}
.wrapper.wrap_newheader:after{
    content: unset;
}
.headern-bottom{
    padding: 15px 0;
    font-family: Gilroy;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 4px 5px rgba(0, 0, 0, 0.12), 0px 1px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
.fixed-scroll .headern-top{
    /*display: none;*/
}
.header{
    transition: .2s ease-in-out;
}
.fixed-scroll .header .headern-bottom.headern-top_decstop_wrapp{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.fixed-scroll .headern-bottom{
    background: #fff;
}
.headern-scroll-tel, .fixed-scroll .headern-bottom .cart-inline .roller{
    display: none;
}
.fixed-scroll .headern-scroll-tel {
    display: block;
}
.fixed-scroll .headern-scroll-tel a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #181818;
    border-bottom: none;
}
.fixed-scroll .headern-scroll-tel a:hover, .tel_tabs a:hover{
    color: #339999;
}
.fixed-scroll .headern-b_catalog:hover .catalog_innern{
    border: 1px solid #ccc;
}
.mainpage-slider .slick-arrow{
    background: url("/local/templates/etagerka/etagerca/dist/images/Frame216.png");
    width: 40px;
    height: 40px;
}
.mainpage-slider .slick-arrow.slick-next{
    transform: rotate(180deg);
}
.mainpage-slider .slick-dots{
    margin: 0;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainpage-slider .slick-dots li button:before{
    background-color: #181818;
    border-radius: 50%;
    background-repeat: no-repeat;
    color: unset;
    opacity: 0.9;
}
.mainpage-slider .slick-dots li.slick-active button:before{
    background-repeat: no-repeat;
    color: unset;
    opacity: 0.9;
    background-color: #399;
    border-radius: 50%;
}
.mainpage-slider .slick-dots li.slick-active{
    margin-top: -4px;
}
.headern-b_catalog{
    display: flex;
    cursor: pointer;
    padding: 8px 12px;
    
}
.catalog_ico{
    width: 17px;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 12px;
}
.catalog_ico div, .catalog_ico:after, .catalog_ico:before {
    background: #fff;
    width: 100%;
    height: 2px;
    border-radius: 2px;
}
.catalog_ico:after{
    top: 3px;
}
.catalog_ico:before{
    bottom: 2px;
}
.catalog_ico:before, .catalog_ico:after {
    content: '';
    position: absolute;
    transition: transform .3s;
}
.catalog_text{
    font-size: 15px;
    line-height: 17px;

    color: #FFFFFF;
}
.headern-b_catalog:hover{
    background: #fff;
    border-radius: 7px 7px 0px 0px;
    z-index: 100;
}
.headern-b_catalog:hover .catalog_text{
    color: #181818;
}
.headern-b_catalog:hover .catalog_ico div{
    display: none;
}
.headern-b_catalog:hover .catalog_ico:after,.headern-b_catalog:hover .catalog_ico:before
{
    background: #181818;
}
.headern-b_catalog:hover .catalog_ico:after{ 
    transform: rotate(-45deg);
    top: 7px;
}
.headern-b_catalog:hover .catalog_ico:before{
    transform: rotate(45deg);
    bottom: 8px;
}
.headern-b_catalog{
    background: #181818;
    border-radius: 7px;
}
.headern-b__list a{
    margin-right: 8px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 7px;
    padding: 9px 15px;
    font-size: 15px;
    line-height: 17px;
    color: #181818;
}
.headern-b__list a:last-child{
    margin-right: 0px;
}
.headern-b__card .search-inline__icon path{
    stroke: #A0A0A0;
}
.headern-b__card .search-inline__icon:hover path, #favorite-block:hover path, .icosvg-cart:hover path{
    stroke: #181818 !important; 
}
.headern-b__card{
    display: flex;
    align-items: center;
}
.headern-b__card #favorite-block span{
    top: -8px;
    right: -6px;
}
.catalog_innern{
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 9;
    left: 10%;
    right: 10%;
    padding: 40px 28px;
    border-radius: 7px;
    
}
.headern-b_catalog:hover  .catalog_innern{
    display: block;
}
.catalog_innern:hover{
    display: block;
}
.catalog_innern .nav-main2-item > .icon-nav-main2 a{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 14px;
    color: #181818;
    border-bottom: 0px;
    
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}
.catalog_innern .nav-main2-sub{
    display: none;
}
.item-menu-384 > ul{

}
header{
    margin-bottom: 0px !important;
}
header.innerpage{
    margin-bottom: 40px !important;
}
.shadow{
    backdrop-filter: blur(8px);
}
.icon-nav-main2:hover{
    /* background: #F5F5F5;
    border-radius: 7px;
    
    font-weight: bold; */
}
.nav-main2-sub.item-menu-711 > ul{
    column-count: 5;
}
.nav-main2-sub.item-menu-712 > ul{
    column-count: 3;
}

.nav-main2-sub.item-menu-712 > ul > li{
    margin-bottom: 41px;
}
.nav-main2-sub.item-menu-711 > ul > li{
    margin-bottom: 41px;
}
.icon-nav-main2 img{
    margin-right: 18px;
}
.icon-nav-main2{
    /* padding: 11px 35px; */
    display: flex;
    align-items: center;
    /* padding-right: 72px; */
    width: 100%;
}
.catalog_innern .icon-nav-main2:hover + .nav-main2-sub ul{
    display: block;
    position: absolute;
}
.catalog_innern .nav-main2-item{
    display: flex;
    align-items: flex-start;
}
.icon-nav-main2:hover .nav-main2-sub,.icon-nav-main2 .main-nav-items.active_hover + .nav-main2-sub{
    display: block;
}
.nav-main2-sub > ul, .menu_sub_dop_wrap, .wrap_col_block {
    position: absolute;
    top: 20px;
    overflow-y: auto; /*#194782*/
    bottom: 0;
    right: 0;
    left: 20%;
    /* width: 100%; */
    border-left: 1px solid;
    border-left: 1px solid #E1E1E1;
    padding-left: 60px !important;
}
/* Общий стиль для скроллбара */
.nav-main2-sub > ul::-webkit-scrollbar, .menu_sub_dop_wrap::-webkit-scrollbar, .wrap_col_block::-webkit-scrollbar {
    width: 12px; /* Ширина вертикального скроллбара */
    height: 12px; /* Высота горизонтального скроллбара */
}

/* Стиль для "ползунка" скроллбара */
.nav-main2-sub > ul::-webkit-scrollbar-thumb, .menu_sub_dop_wrap::-webkit-scrollbar-thumb, .wrap_col_block::-webkit-scrollbar-thumb {
    background-color: #888; /* Цвет ползунка */
    border-radius: 6px; /* Закругление углов */
}

/* Стиль для ползунка при наведении */
.nav-main2-sub > ul::-webkit-scrollbar-thumb:hover, .menu_sub_dop_wrap::-webkit-scrollbar-thumb:hover, .wrap_col_block::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Цвет ползунка при наведении */
}

/* Стиль для дорожки скроллбара */
.nav-main2-sub > ul::-webkit-scrollbar-track, .menu_sub_dop_wrap::-webkit-scrollbar-track, .wrap_col_block::-webkit-scrollbar-track {
    background: #f1f1f1; /* Цвет дорожки */
    border-radius: 6px; /* Закругление углов */
}
.popular_wrap{
    position: relative;
        display: flex;
    flex-wrap: wrap;
}
.popular_item_block .popular-item__image{
    margin-bottom: 10px;
    border-radius: 7px;
    height: 130px;
    margin: 0 auto;
    width: 173px;
}
.popular_item_block .popular-item{
    margin-bottom: 0px;
    border: none;
}   
.popular_item_block .popular-item__caption{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #787878;
    margin-top: 6px;
}

.nav-main2-sub__link.nav-main2-sub__link--level3{
    color: #787878 !important;
    margin-bottom: 15px;
    display: inline-block;
}
.nav-main2.nav-main2--expand{
    position: relative;
}
.nav-main2-sub ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.main-nav-items{
    display: flex;
    align-items: center;
    padding: 11px 35px;
    margin-bottom: 20px;
    width: 222px;
}
.main-nav-items:hover, .main-nav-items.active_hover{
    background: #F5F5F5;
    border-radius: 7px;
}
.main-nav-items:hover a, .main-nav-items.active_hover a{
    font-weight: bold !important;
    color: #339999 !important;
}

.nav-main2-sub__link.nav-main2-sub__link--level2{
    color: #339999 !important;
    margin-bottom: 20px;
    font-weight: 700 !important;
}
.wrap_preim{
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
}
.preim_img{
    margin-bottom: 20px;
}
.preim_text{
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #181818;
}
.preim_item{
    text-align: center;
}
.strong{
    font-weight: bold;
}
.wrap_popular{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.popular_item{
    text-align: center;
    width: calc(17% - 10px);
    margin-bottom: 25px;
    padding: 5px 0;
}
.popular_item:hover{
    background: #F3F3F3;
    border-radius: 7px;
}
.popular_item .popular_img{
    margin-bottom: 10px;
}
.popular_name a{
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #181818;
}
.head_block{
    font-family: Gilroy;
font-style: normal;
font-weight: 800;
font-size: 28px;
line-height: 32px;
color: #181818;
margin-bottom: 25px;
}

.popular_item a{
    border-bottom: none;
}
.button--more_collections{
    border: 1px solid #E1E1E1;
box-sizing: border-box;
border-radius: 7px;
display: inline-block;
padding: 11px 22px;

    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #787878;
}
.button--more_collections:hover, .headern-b__list a:hover, .tagsnew .tag-item:hover{
    color: #181818;
    border: 1px solid #181818;
}
.btn-collect{
    text-align: center;
    margin-bottom: 80px;
}
.head_block_sign{
    font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: #787878;
margin-bottom: 30px;
}
.mainpage-slider {
    margin-top: 0;
}
.corang{
    color: #FF9900;
}
.wrap_category, .wrap_sale{
    margin-bottom: 80px;
}

.wrap_sale .goods-item__image img{
    border-radius: 7px;
    width: 100%;
    object-fit: cover;
}
.wrap_sale .goods-item__caption{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    border-bottom: none !important;
    text-decoration: none !important;
    color: #787878;
    display: block;
}
.wrap_sale .goods-item-price__num{
    font-family: Gilroy;
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #181818;
    margin-top: 24px;
    margin-bottom: 16px;
    margin-right: 24px;
}
.wrap_sale  .goods-item-price__old{
    font-family: Gilroy;
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #A0A0A0;
    text-decoration: line-through;
    margin-top: 24px;
    margin-bottom: 16px;
}
.wrap_sale .goods-item-slider .goods-item .goods-item__text .goods-item__transform{
    padding-top: 0px;
        border: none;
}
.wrap_sale .btn-sale{
    border: 1.5px solid #339999;
    box-sizing: border-box;
    border-radius: 7px;
    font-family: Gilroy;
    font-style: normal;
    padding: 11px 22px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
        background: #fff;
    box-shadow: unset;
    color: #339999;
}

.wrap_sale .btn-sale:hover{
    background: #339999;
    color: #fff;
}
.js-slider-section-main2{
    margin-bottom: 35px;
}
.wrap_proce_goods{
    display: flex;
}
.discount-item2{
    position: absolute;
    right: 16px;
    top: 16px;
}
.discount-item__num2{
    background: #339999;
    border-radius: 3px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 10px;
}
.goods-item__new{
    position: absolute;
    left: 16px;
    top: 16px;
    background: #FF9900;
    border-radius: 3px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 4px 9px;
}
.wrap_text{
    display: flex;
    justify-content: space-between;
}
.wrap_text .text_block1{
    width: calc(50% - 10px);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 4px 5px rgba(0, 0, 0, 0.12), 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    border-left: 10px solid #339999;
    padding: 25px;
}
.wrap_text .text_block1 p{
    font-family: Gilroy;
    font-style: normal;
    font-size: 18px;
    color: #339999;
    line-height: 32px;
}
.wrap_text .text_block1:hover{
    border-left: 10px solid #787878;
}
.wrap_text .text_block1:hover p{
    color: #181818;
}
.wrap_text .text_block1 p:not(.strong){
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #787878;
}
.wrap_text, .wrap_schema, .wrap_sendler, .wrap_client, .wrap_comfort, .tagsnew{
    margin-bottom: 80px;
}
.wrap_schema{
    display: flex;
    justify-content: space-between;
    counter-reset: schema;  
}
.wrap_schema .schema_item .schema_item_img{
    margin-bottom: 10px;
    position: relative;
}
.wrap_schema .schema_item .schema_item_img:after{
    position: absolute;
    counter-increment: schema;
    content: counter(schema);
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 32px;
    top: 12px;
    left: 12px;
    color: #FFFFFF;
    mix-blend-mode: overlay;
}
.wrap_schema .schema_item .schema_item_text{
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #181818;
}
.wrap_textblock1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.wrap_textblock1 .textblock1_item{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #181818;
}
.textblock1_item p{
    margin-bottom: 30px;
    margin-top: 0;
}
.textblock1_item ol{
    padding-left: 0px;
    list-style-type: none;
    counter-reset: olli;  
}
.textblock1_item ol li{
    position: relative;
    padding-left: 20px;
}
.textblock1_item ol li:before{
    position: absolute;
    font-family: Gilroy;
    font-weight: bold;
    left: 0;
    color:#ccc;
    counter-increment: olli;
    content: counter(olli);
}
.textblock1_item p:last-child{
    margin-bottom: 0px;
}
.textbloc_text{
    width: 45%;
}
.textbloc_img{
    width: 55%;
}
.textbloc_img img{

}
.wrap_textblock1:nth-child(even) .textbloc_img{
    /* text-align: right; */
}
p.nombot{
    margin-bottom: 0px;
}
.textblock1_item_text{
    margin-bottom: 30px;
}
.textbloc_img2{
    width: 55%;
}
.textbloc_text2{
    width: 45%;
}
.alignright{
    text-align: right;
}
.textblock1_item_text p{
    padding-right: 80px;
}
.textblock1_item_text{
    margin-bottom: 30px;
}
.wrap_comfort{
    display: flex;   
    justify-content: space-between;
}
.comfort_item_img{
    margin-bottom: 20px;
}
.comfort_item{
    text-align: center;
}
.comfort_item_text{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #181818;
}
.comfort_item_img img{
    height: 78px;
}
.bg-socet{
    background: #F3F3F3;
    padding: 50px 0;
}
.soc_head{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding: 0 140px;
    color: #181818;
    margin-bottom: 30px;
}
.wrap_socling{
    display: flex;
    justify-content: center;
}
.socling_item{
    display: flex;
    align-items: center;
    margin: 0 50px;
}
.socling_img{
    margin-right: 15px;
}
.socling_text_link a{
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #339999;
    border-bottom: none;
}
.socling_text_link a:hover{
    color: #044848;
}
.socling_text_info{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #787878;
}
.tabs_city_title{
    display: flex;
    margin-bottom: 30px;
}

.tabs_city_title_new{
    display: inline-block;
    margin-bottom: 30px;
}
.city_relink_wrap{
    display: inline-block;
}

.city_relink_item{
    margin-left: 40px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
}

.tabs_city_title > div{
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #C8C8C8;
    /*cursor: pointer;*/
}
.tabs_city_title > div.active_tabs{
    color: #339999;
    text-decoration: underline;
}
.tabs_city_title > div{
    margin-right: 40px;
}
.tabs_city_title > div:last-child{
    margin-right: 0px;
}
.addres_tabs{
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #181818;
}
.time_tabs{
    font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: #787878;
}
.addres_tabs2{
    font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: #181818;
}
.tel_tabs a{
    font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 18px;
border-bottom: none;
line-height: 28px;
color: #181818;
}
.tabs_info > div{
    display: none;
}
.tabs_info > div.active_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs_info > div > div{
    width: calc(50% - 30px);
}

.tagsnew .tag-item{
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #181818;
    padding: 9px 12px;
    border: 1px solid #E1E1E1;
    border-radius: 7px;
}
footer{
    background: #181818;
    padding-top: 41px;
    position: relative;
}
.nav-footern a.nav-footer2__caption{
    font-weight: bold;
}
.nav-footern a{
    font-family: Gilroy;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    border-bottom: 1px solid #181818;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
}
.nav-footern a:hover{
    border-bottom: 1px solid #339999;
}
.nav-footer2__content{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
.wrap_footer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
}
.footer_block{
    flex: 1;
}
.footer_tel a:first-child{
    /*margin-bottom: 10px;*/
    text-decoration-line: underline; 
}
.footer_tel a{
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: block;
    border-bottom: none;
    line-height: 28px;
    color: #FFFFFF;
}
.footer_tel a:hover, .headern_tel a:hover{
    color: #339999;
}
.footer_email {
    margin-top: 4px;
}
footer a.ask_question {
    font-size: 16px;
    display: block;
    text-decoration: underline;
    line-height: 20px;
}

.footer_time{
    margin-bottom:30px;
}
.footer_time{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.footer_time span{
    color: #787878;
}
.footer_email a{
    font-family: Gilroy;
font-style: normal;
font-weight: 400;
font-size: 18px;
border-bottom: none;
line-height: 32px;
color: #fff;
}


footer a.ask_question:hover,
.footer_email a:hover {
    color: #339999;
}

.footer_police a{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.7;
    border-bottom: 1px solid #fff;
}
.footer_text > p{
    font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
color: #FFFFFF;
opacity: 0.5;
margin-bottom: 40px;
}
.footer_bottom_text{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
}
.footer_bottom_text p:first-child{
    opacity: 0.3;
}
.footer_bottom_text p:last-child{
    opacity: 0.5;
}
.link_to_sk{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-header2__callback_mob, .search-inline.search-inline--open svg, .side-menu-button-megaside{
    /* display: none; */
    opacity: 0;
}
.header_logo a{
    border-bottom: none;
}
.header_logo img{
    width: 130px;
    height: auto;
    max-width: 130px;
}
.popular_wrap .popular-item:hover .popular-item__image {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* .headern-b_catalog:not(.click_catalog) .catalog_innern{
    display: none !important;
} */
.wrap_sendler .row{
    margin: 0;
}
.wrap_sendler .col-12{
    padding: 0;
}
.header-city .nav-sity:after{
    content: unset;
}
.header-city .nav-sity{
    background-image: none;
    background: url("/images/mpage/pin.png") center left no-repeat;
    margin-right: 0px;
}
.header-city .dropdown__selected{
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    border-bottom: none;
}
.header-city .dropdown__selected:hover{
    color: #339999;
}
#svglogo{
    width: 160px;
    height: auto;
}
#svglogo .cls-2{
    fill: #fff !important;
}
/* .goods-item .goods-item__text .goods-item__transform span.button{
    bottom: -10px;
} */
.goods-item .goods-item__link--hover .goods-item__transform {
    box-shadow: none;
    position: inherit;
}
.goods-item {
    min-height: 520px;
}
.goods-item .goods-item__link--hover .goods-item__text .goods-item__transform{
	padding-bottom: 60px;
}
.onmobile-newview, .title-mobile-menubottom{
    display: none;
}
@media (max-width: 1400px){
    .header-city .nav-sity{
        max-width: 80px;
    }
    .mainpage-slider .slick-dots{
        display: none !important;
    }
}

@media (max-width: 1350px){
    .catalog_innern{
        right: 1px; 
        left: 1px;
    }
    .headern-b_catalog.click_catalog .catalog_innern.catalog_innern_new_menu{
        display: block;
    }
    /* .headern-b_catalog:not(.click_catalog) .catalog_innern{
        display: none !important;
    } */
}
@media (max-width: 1280px){
    .subscribe_bg:before{
        content: unset;
        z-index: -1;
    }
    
    .head-sbcrform{
        color: #787878;
    }
}

@media (max-width: 1180px){
    .headern_menu{
        text-align: center;
        width: 50%;
    }
    .wrap_schema{
        flex-wrap: wrap;
    }
    .schema_item{
        margin-bottom: 10px;
    }
    .wrap_newheader .headern-b__list{
        margin-left: 10px;
    }
    .headern-b__list a{
        padding: 9px;
        margin-bottom: 10px;
    } 

.fixed-scroll .headern-scroll-tel {
    display: block;
    width: 200px;
    margin-left: 10px;
}
.headern_tel{
   width: 175px; 
}
.cart__item--img {
    width: 127px;
    height: auto;
}


.card_with_assembly .catalog-prints .catalog-prints-list {
    max-height: unset;
}
.goods-item-slider .goods-item__text, .goods-item .goods-item__text {
    height: calc(100% - 240px);
}
.discount-item2 {
    right: unset;
    top: 16px;
    left: 16px;
}
.goods-item__new {
    left: 16px;
    top: 48px;
}

   .general_block_address #line_block{
        width: 44%;

    }
    .catalog_innern .nav-main2-item > .icon-nav-main2 a{
        font-size: 16px;
    }
    .nav-main2-sub > ul, .menu_sub_dop_wrap, .wrap_col_block{
        left: 23%;
    }
}


.footer_manu_1 .nav-footer2__content{
    margin-right: 13%;
}
@media (max-width: 1300px){
    .main-nav-items {
        padding: 11px 7px;
    }
    .popular_item_block .popular-item__image {
        height: 100px;
        width: 160px;
        margin-top: 0;
    }
    .catalog_innern .nav-main2-item > .icon-nav-main2 a.popular-item--mt  {
        padding: 0;
        margin: 0;
    }
   
}

@media (max-width: 1024px){
    .textblock1_item_text p {
        padding-right: 0;
    }
    .headern_callme ellipse{
        fill: #A0A0A0;
    }
    .wrapsubscribe_form {
        max-width: 100%;
    }
    .wrap_textblock1 {
        flex-direction: column;
    }
    .textbloc_img, .textbloc_img2 {
        width: 100%;
        text-align: center !important;
    }
    .textbloc_text, .textbloc_text2 {
        width: 100%;
    }
    .headern_callme a{
        border-bottom: none;
    }
    .nav-footern{
        position: relative;
    }
    .wrap_footer{
        flex-direction: column;
    }
    .nav-footern a.nav-footer2__caption,
    .wrap_footer_new .nav-footer2__caption {
        font-weight: bold;
        width: calc(100% - 52px);
        overflow: hidden;
        font-size: 16px;
        line-height: 24px;
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid #000;
        border-radius: 4px;
        padding: 14px 20px;
        position: relative;
        display: block;
    }
    .nav-footer2__content{
        display: none;
    }
    .nav-footern .nav-footer__toggle{
        width: 54px;
        height: 54px;
        background: -webkit-linear-gradient(bottom, #565d5d 0%, #656767 100%);
        background: linear-gradient(to top, #565d5d 0%, #656767 100%);
        border-radius: 6px;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
        border-bottom: none;
        position: absolute;
        right: -1px;
        top: -1px;
        z-index: 100;
        cursor: pointer;
    }
    .wrap_footer_new  .footer_manu_1.footer_memu_flex {
        justify-content: space-between;
    }
    .footer_manu_1 .nav-footer2__content{
        margin-right: 0;
    }
    .comfort_item {
        width: calc( 50% - 40px);
        margin-bottom: 20px;
    }
    .wrap_comfort{
        flex-wrap: wrap;
    }
    .nav-footern.open_toggle .nav-footer2__content{
        display: block;
        margin-left: 20px;
    }
    /* .headern-b__list, */ .headern-b_catalog, .headern_menu{
        display: none;
    }
    .headern-b__list a {
        padding: 4px;
        font-size: 14px;
    }
    .headern-top .side-menu-button-megaside{
        display: block;
        z-index: 999;
    }
    #wrap-mega-menu{
        font-family: Gilroy;
    }
    .megashow .megaclose{
        z-index: 999;
    }
    .header_logo, .header-city{
        margin-left: 20px;
    }
    .header-city{
        margin-right: auto;
    }
    .headern_tel{
        margin-right: 20px;
    }
    .wrap_footer_new .footer_email {
      margin-top: 10px;
      margin-bottom: 20px;
    }
}

@media (max-width: 990px){
    .goods-item-slider .goods-item .goods-item__text .goods-item__transform {
        padding-bottom: 50px;
        min-height: 238px;
    }
}

@media (max-width: 768px){
    .headern-b__list{
        display: none;
    }
    .wrap_schema{
        text-align: center;
    }
    .schema_item{
        width: 50%;
    }
    .head-sbcrform{
        font-size: 32px;
    }
    .wrap_preim, .wrap_popular, .wrap_category, .wrap_sale, .wrap_text, .wrap_schema, .wrap_sendler, .wrap_client, .wrap_comfort, .tagsnew{
        margin-bottom: 50px;
    }
    .subscribe_bg{
        height: 100%;
    }
    .soc_head{
        padding: 0px;
    }
    .footer_bottom_text{
        display: block;
    }

}
@media (max-width: 600px){
    .city_relink_item{
        margin-left: 20px;
    }
    .city_relink_item,
    .tabs_city_title > div {
        font-size: 18px;
    }

.general_block_address {
    display: flex;
    flex-direction: column;
}
.general_block_address #line_block {
    width: 100%;
    font-size: 15px;
    border: 1px solid #E1E1E1;
    border-radius: 13px;
    color: #181818;
    background: #fff;
    display: block;
    padding: 18px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
}
    .nav-header2__callback_mob{
        display: block;
    } 
    .headern_callme a.nav-header2__callback{
        display: none;
    }
    /* .wrap_preim,  */.wrap_popular{
        flex-wrap: wrap;
    }
    .preim_item{
        /* width: 50%; */
        width: calc(25% - 5px);
        margin-bottom: 20px;
    }
    .wrap_preim {
        flex-wrap: wrap;
    }
    .wrap_preim .preim_item {
        width: 50%;
    }
    .preim_text{
        font-size: 14px;
    }
    .preim_img img{
        width: 50px;
    }
    .popular_item{
        width: calc(33% - 10px);
    }
    .collection-items_item {
        width: calc(50% - 10px);
    }
    .slide-block__transform2 {
        height: 149px;
    }
    .wrap_text{
        flex-direction: column;
    }
    .wrap_text .text_block1{
        width: 100%;
        margin-bottom: 20px;
    }
    .textblock1_item.textbloc_img img,
    .textblock1_item.textbloc_img2 img
    {
        width: 100%;
    }
    .tabs_info > div.active_info{
        flex-direction: column;
    }
    .tabs_info > div > div {
        width: 100%;
        margin-bottom: 20px;
    }
    .headern-b_catalog{
        display: none;
    }
    .mainpage-slider.slick-slider{
        margin-top: 20px !important;
    }
    .mainpage-slider {
        margin-bottom: 10px !important;
    }
    .wrap_proce_goods{
        /* flex-direction: column; */
        margin-top: 10px;
    }
    .goods-item-price__num{
        margin-bottom: 0px  !important;
    }
    .wrap_sale .goods-item__caption{
        font-size: 16px;
    }
    .goods-item-price__old{
        margin-top: 0px !important;
        margin-bottom: 0 !important;
    }
    .goods-item .goods-item__text .goods-item__transform span.button{
        position: relative !important;
    }
    .wrap_sale .goods-item__image img{
        height: 250px;
        object-fit: unset !important;
    }
    .goods-item.slick-slide .goods-item__image{
        height: 250px !important;
    }
    .goods-item-slider .goods-item__text, .goods-item-slider .goods-item .goods-item__text .goods-item__transform {
        min-height: 120px !important;
    }
    .wrap_sale{
        margin-bottom: 0px;
    }
    .js-slider-section-main2 {
        margin-bottom: 20px;
    }
    .btn-collect {
        margin-bottom: 50px;
    }
    .wrap_sale .btn-collect {
        margin-bottom: 76px;
    } 
}
@media (max-width: 560px){
    .mob-sections{
        display: none !important;
    }
    .soc_head{
        font-size: 24px;
    }
    .wrap_socling{
        flex-direction: column;
        align-items: center;
    }
    .socling_item{
        margin-bottom: 20px;
    }
    .goods-item-slider .goods-item .goods-item__text .goods-item__transform {
        padding-bottom: 0;
        min-height: 178px;
    }
    .goods-item .goods-item__text .goods-item__transform span.button {
        bottom: -10px;
    }
    .header-city{
        display: none;
    }
    .header_logo{
        margin-right: auto;
    }
    .tabs_city_title{
        flex-direction: column;
    }
    .wrap_sale .goods-item__caption{
        line-height: 21px;
    }
}
@media (max-width: 500px){
    .goods-item.slick-slide .goods-item__image{
        height: 350px !important;
    }
    .goods-item.slick-slide .goods-item__image img{
        border-radius: 7px;
    }
    .mainpage-slider .slick-dots {
        bottom: 0px;
    }
    .mainpage-slider .slick-arrow{
        width: 25px;
        height: 25px;
        background-size: 100%;
    }

    .head_block{
        font-size: 24px;
    }
    .wrap_preim .preim_item{
        margin-bottom: 10px;
    }
    .wrap_preim .preim_item .preim_img{
/*        display: none;*/
    }
    .wrap_preim .preim_text {
        font-size: 15px;
        text-align: center;
    }
    .wrap_preim, .wrap_popular, .wrap_category, .wrap_sale, .wrap_text, .wrap_schema, .wrap_sendler, .wrap_client, .wrap_comfort, .tagsnew {
        margin-bottom: 40px;
    }
    .js-slider-collection.slick-initialized,
    .js-slider-collec.slick-initialized{
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
    }
    .js-slider-collection.slick-initialized .slide-block,
    .js-slider-collec.slick-initialized .slide-block{
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 7px;
    }
    /* .js-slider-collection.slick-initialized .slick-slide.slick-current.slick-active{
        width: 360px !important;
    } */
    .js-slider-collection.slick-initialized .slick-list,
    .js-slider-collec.slick-initialized .slick-list{
        width: 85%;
        overflow: visible;
    }
    .js-slider-collection.slick-initialized .slick-track,
    .js-slider-collec.slick-initialized .slick-track{
        margin: 0 -10px;
    }
    .js-slider-collection.slick-initialized .slick-slide,
    .js-slider-collec.slick-initialized .slick-slide{
        margin: 0 10px;
    }
    .js-slider-collection.slick-initialized .slick-slide.slick-current.slick-active + .slick-slide,
    .js-slider-collec.slick-initialized .slick-slide.slick-current.slick-active + .slick-slide{
        opacity: 0.5;
    }
    .categories-list2 .category-item__container2{
        display: none;
    }
    .category-item__info2{
        position: inherit;
    }
    .category-item__name-span2{
        color: #181818;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
    }
    .categories-list2 .category-item2 {
        width: calc(50% - 10px);
    }
    .category-item2 .category-item__link2{
        display: block;
        border: 2px solid #F3F3F3;
        box-sizing: border-box;
        border-radius: 7px;
        padding: 13px 0;
        text-align: center;
    }
    .js-slider-section-main2 .goods-item{
        min-height: auto;
    }
    .wrap_text .text_block1 .hidemob {
        display: none;
    }
    .text_block1.active  .hidemob {
        display: block;
    }
    .wrap_text .text_block1 p{
        font-size: 15px;
        line-height: 130%;
    }
    .wrap_text .text_block1:hover, .wrap_text .text_block1 {
        border-left: 10px solid #E1E1E1;
    }
    .wrap_text .text_block1:hover p, .wrap_text .text_block1 p {
        color: #787878;
    }
    .text_block1.active {
        border-left: 10px solid #339999 !important;
    }
    .text_block1.active p.js-click-show{
        color: #339999;
    }
    .text_block1.active p.hidemob{
        font-weight: normal;
        font-size: 15px;
        line-height: 150%;
        color: #181818;
    }
    .subscribe_bg{
        background: none;
        padding: 0;
    }
    .head-sbcrform{
        font-weight: bold;
        font-size: 20px;
        line-height: 120%;
        color: #181818;
        margin-bottom: 20px;
    }
    .wrapsubscribe_form{
        border-radius: 7px;
        padding: 20px;
    }
    .wrapsubscribe_form .fields_form input[name="email"]{
        margin-right: 0;
    }
    /* .wrapsubscribe_form .fields_form input[name="email"], .wrapsubscribe_form .fields_form input[name="email"]{
        width: 100%;
        max-width: unset;
        padding: 14px;
    } */
    .order-form__conditions{
        margin-top: 16px;
    }
    .fields_form .button_subcr, .fields_form input[name="email"]{
        width: 100%;
        max-width: unset;
        padding: 14px;
    }
    .order-form__conditions label{
        flex-direction: row;
    }
    .fields_form, .order-form__conditions label , .fields_form, .order-form__conditions label a{
        font-size: 12px;
    }
    .fields_form, .order-form__conditions label a{
        margin-left: 5px;
    }
    .wrap_text-main .hidemob{
        display: none;
    }
    .head_block.seo-text-mob.active + .hidemob {
        display: block;
    }
    .head_block.seo-text-mob{
        font-weight: normal;
        font-size: 18px;
        line-height: 130%;
        color: #181818;
        background: #FFFFFF;
        box-shadow: 0px 4px 30px rgba(6, 54, 54, 0.07);
        border-radius: 7px;
        padding: 17px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head_block.seo-text-mob:after {
        content: '';
        position: absolute;
        background-image: url("/local/templates/etagerka/etagerca/dist/images/menu.png");
        width: 32px;
        height: 32px;
        right: 14px;
    }
    .head_block.seo-text-mob.active:after{
        background-image: url("/local/templates/etagerka/etagerca/dist/images/menu1.png");
    }
    .wrap_textblock1 .textblock1_item{
        font-size: 15px;
    }
    .wrap_textblock1 .textblock1_item.textbloc_img, .wrap_textblock1 .textblock1_item_img, .wrap_textblock1 .textblock1_item.textbloc_img2{
        display: none;
    }
    .textblock1_item p {
        margin-bottom: 10px;
    }
    .wrap_textblock1{
        margin-bottom: 20px;
    }
}
@media (max-width: 450px){
    .wrap_schema {
        counter-reset: schema;   
    }
    .head_block.seo-text-mob span{
        width: 85%;
    }
    .wrap_schema .schema_item .schema_item_img {
        display: none;
    }
    .wrap_schema .schema_item .schema_item_text{
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
        color: #FF9900;
        position: relative;
        display: inline-block;
    }
    .wrap_schema .schema_item{
        position: relative;
        width: 100%;
    }
    .wrap_schema .schema_item:nth-child(1):after{
        position: absolute;
        content: url("/local/templates/etagerka/etagerca/dist/images/schema1.png");
        top: 30px;
        left: 38%;
    }
    .wrap_schema .schema_item:nth-child(1){
        margin-bottom: 50px;
    }
    .wrap_schema .schema_item:nth-child(2){
        margin-bottom: 30px;
    }
    
    .wrap_schema .schema_item:nth-child(2):after{
        position: absolute;
        content: url("/local/templates/etagerka/etagerca/dist/images/schema2.png");
        left: 42%;
        top: 20px;
    }
    .wrap_schema .schema_item:nth-child(3):after{
        position: absolute;
        content: url("/local/templates/etagerka/etagerca/dist/images/schema3.png");
        left: 6%;
        top: 5px;
    }
    .wrap_schema .schema_item:nth-child(4):after{
        position: absolute;
        content: url("/local/templates/etagerka/etagerca/dist/images/schema4.png");
        left: 32%;
        top: 7px;
    }
    .wrap_schema .schema_item .schema_item_text:before{
        counter-increment: schema;
        content: counter(schema) ". ";
    }
    .wrap_schema .schema_item:nth-child(2){
        text-align: right;
    }
    .wrap_schema .schema_item:nth-child(3){
        text-align: left;
        padding-left: 30px;
        margin-bottom: 40px;
    }
    .wrap_schema .schema_item:nth-child(4){
        text-align: right;
        margin-bottom: 45px;
    }
    .wrap_schema .schema_item:nth-child(5){
        text-align: left;
    }
    .slide-block__transform2 {
        height: 100px;
    }
    .wrap_sale .goods-item__caption{
        font-size: 14px;
    }
    .goods-item .goods-item__text .goods-item__transform span.button {
        bottom: 0px;
    }
    .schema_item {
        width: 100%;
    }
    /* 
    .preim_item {
        width: calc(50% - 20px);
    } */
    /* .categories-list2{
        flex-direction: column;
    } */
/*     .popular_item {
        width: calc(50% - 10px);
    } */
    /* .categories-list2 .category-item2{
        width: 100%;
    } */
    .comfort_item {
        /* width: 100%; */
    }
}
@media (max-width: 414px){
    /* .js-slider-collection.slick-initialized .slick-slide.slick-current.slick-active{
        width: 300px !important;
    } */
    .preim_item{
        width: 50%;
    }
    .wrap_preim{
        flex-wrap: wrap;
        position: relative;
    }
    .wrap_preim:after, .wrap_preim:before{
        content: '';
        position: absolute;
        background-image: url("/local/templates/etagerka/etagerca/dist/images/Ellipse12.png");
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    .wrap_preim:after{
        right: 10%;
    }
    .wrap_preim:before{
        bottom: 20%;
        left: 10%;
    }
    .preim_text {
        font-size: 18px;
        text-align: left;
    }
}

@media (max-width:400px){
    .headern_tel{
        display: none;
    }
    .comfort_item {
        width: calc( 50% - 10px);
    }
    .city_relink_item,
    .tabs_city_title > div {
        font-size: 12px;
    }
}

@media (max-width: 375px){
    /* .js-slider-collection.slick-initialized .slick-slide.slick-current.slick-active{
        width: 280px !important;
    } */
}
@media (max-width: 350px){
    .wrap_schema .schema_item:nth-child(1) {
        margin-bottom: 60px;
    }
    .wrap_schema .schema_item:nth-child(2) {
        margin-bottom: 50px;
    }
    .wrap_schema .schema_item:nth-child(3) {
        margin-bottom: 70px;
    }
    .wrap_schema .schema_item:nth-child(2):after{
        left: 48%;
    }
    .wrap_schema .schema_item:nth-child(4):after{
        left: 37%;
    }
    .fields_form, .order-form__conditions label{
        flex-direction: column;
    }
    /* .js-slider-collection.slick-initialized .slick-slide.slick-current.slick-active{
        width: 280px !important;
    } */
}