
:root{
    --white: #fff;
    --black: #000;
    --color1: #F7F7F7;
    --color2: #531B07;
    --color3: #7B7373;
    --color4: #F2F2F2;
    --color5: #8E8787;
    --color6: #423737;
    --color7: #EDE0D2;
    --color8: #434734;
    --color9: #EF884E;
    --color10: #FF7A9A;
    --color11: #F78174;
    --color12: #5E5555;
    --color13: #F4EDE2;
    --color14: #75534F;
    --color15: #FCF8F3;
    --color16: #423838;

    --nhlock1Heaght: 64px;
    --nhlock2Heaght: 64px;
}


input::-webkit-input-placeholder{opacity:1;}
input::-moz-placeholder{opacity:1;}
input:-moz-placeholder{opacity:1;}
input:-ms-input-placeholder{opacity:1;}
input:focus::-webkit-input-placeholder{opacity:0;}
input:focus::-moz-placeholder{opacity:0;}
input:focus:-moz-placeholder{opacity:0;}
input:focus:-ms-input-placeholder{opacity:0;}
textarea::-webkit-input-placeholder{opacity:1;}
textarea::-moz-placeholder{opacity:1;}
textarea:-moz-placeholder{opacity:1;}
textarea:-ms-input-placeholder{opacity:1;}
textarea:focus::-webkit-input-placeholder{opacity:0;}
textarea:focus::-moz-placeholder{opacity:0;}
textarea:focus:-moz-placeholder{opacity:0;}
textarea:focus:-ms-input-placeholder{opacity:0;}



body{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    min-width: 360px;
}
body.ovh {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.container-fluid{
    display: table;
    position: relative;
    width: 1216px;
    margin: auto;
    padding: 0 32px;
    overflow: hidden;
}


.msearch-close,
.logo-mob,
.mob-before,
.nhb2b2-block1-info,
.mobmenu-btn{
    display: none;
}




/*--  new-header  --*/
.new-header{
    margin-bottom: 8px;
}
/*--//--*/
.nh-block1{
    height: var(--nhlock1Heaght);
    border-bottom: 1px solid var(--color4);
}
.nh-block1 .nh-block1-wrapper{
    height: var(--nhlock1Heaght);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nhb1-block1{
    float: left;
}
.nhb1-block2{
    float: right;
}
.nhb1b2-search{
    float: left;
    background-color: var(--color1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 440px;
    overflow: hidden;
    margin-right: 110px;
}
.header-search{

}
.header-search form {
    display: table;
}
.header-search form input {
    float: left;
}
.nhb1b2-search #title-search #title-search-input {
    width: 376px;
    padding: 0 15px;
    height: 36px;
    border: none !important;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color5);
    background-color: var(--color1);
    margin: 0;
}
.nhb1b2-search #title-search #title-search-input:focus-visible {
    outline-color: var(--color1);
    outline-width: 0;
}
.nhb1b2-search .hs-btn{
    width: 34px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    background-color: rgba(255,255,255,0);
    background-image: url('../new-img/search.svg');
    background-repeat: no-repeat;
    border: none !important;
    background-position: center top 8px;
}
/*--//--*/
.nhb1b2-phones{
    float: left;
    padding-top: 3px;
}
.nhb1b2-phone{
    display: table;
    position: relative;
    height: 32px;
}
.nhb1b2-phone a{
    position: relative;
    display: block;
    float: left;
    padding-left: 26px;
    background-image: url('../new-img/phone.svg');
    background-repeat: no-repeat;
    background-position: left center;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    color: var(--color2);
    text-decoration: none;
    margin-right: 12px;
}
.nhb1b2-phone a:hover{
    text-decoration: underline;
}
.nhb1b2-phone a:after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -12px;
    top: 0;
    background-color: var(--color4);
}
.nhb1b2-phone span{
    display: block;
    float: left;
    padding-left: 12px;
    color: var(--color3);
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 32px;
}
/*--//--*/
.nh-block2{
    height: var(--nhlock2Heaght);
}
.nh-block2 .container-fluid {
    overflow: visible;
}
.nh-block2-wrapper{
    display: table;
    width: 100%;
}
/*--//--*/
.nhb2-block1{
    float: left;
}
.nhb2_gorod{
    position: relative;
    height: var(--nhlock2Heaght);
    display: flex;
    align-items: center;
}
.nhb2_item_gorod{
    padding-left: 26px;
    padding-right: 23px;
    position: relative;
    height: 20px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: var(--color2);
    cursor: pointer;
    background-image: url('../new-img/gorod-icon.svg');
    background-repeat: no-repeat;
    background-position: left center;
}
.nhb2_item_gorod:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    background-image: url('../new-img/arrow_bottom.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.nhb2_podmenu_gorod {
    display: none;
    width: 252px;
    height: 84px;
    position: absolute;
    z-index: 99;
    bottom: -148px;
    left: 0;
    background-color: var(--white);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow:
            0px 0.76px 4.31px 0px #84848406,
            0px 1.78px 10.02px 0px #84848409,
            0px 3.19px 18px 0px #8484840B,
            0px 5.3px 29.87px 0px #8484840C,
            0px 8.73px 49.2px 0px #8484840E,
            0px 15.26px 85.99px 0px #84848411,
            0px 33px 186px 0px #84848417;
    padding: 32px;
}
.nhb2_close{
    background-image: url('../new-img/close-icon.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}
.nhb2_title{
    color: var(--color6);
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.nhb2_podmenu_gorod.active{
    display: block;
}
.nhb2_podmenu_gorod a{

}
.nhb2_podmenu_gorod a.nhb2pg-active{

}
.nhb2_wrapper{
    display: table;
    width: 100%;
}
.nhb2_wrapper a{
    display: block;
    cursor: pointer;
    text-decoration: none;
    height: 40px;
    width: calc(50% - 4px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: var(--color7);
    color: var(--color2);
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 40px;
    float: left;
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -ms-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}
.nhb2_wrapper a:first-child{
    margin-right: 8px;
}
.nhb2_wrapper a:hover,
.nhb2_wrapper a.nhb2pg-active{
    background-color: var(--color2);
    color: var(--color7);
}
.nhb2_wrapper a.nhb2pg-active{

}
/*--//--*/
.nhb2-block2{
    float: right;
    display: flex;
    justify-content: space-between;
}
.nhb2b2-block1{
    margin-right: 100px;
    display: flex;
    align-items: center;
    height: 64px;
}
.header-new-menu{
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nhb2b2-block1 ul li {
    float: left;
    margin-right: 20px;
}
.nhb2b2-block1 ul li:last-child{
    margin-right: 0;
}
.nhb2b2-block1 ul li a{
    display: block;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    color: var(--color6);
}
.nhb2b2-block1 ul li a:hover{
    text-decoration: underline;
}
.nhb2b2-block1 ul li.catalog_menu_btn a{
    text-decoration: none !important;
    padding: 0 20px;
    font-weight: 500;
    color: var(--color2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--color7);
}
/*--//--*/
.nhb2b2-block2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nhb2b2-cart {
    margin-right: 20px;
}
.nhb2b2-block2 .head_cart {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    width: auto;
}
.nhb2b2-block2 .block_cart {
    padding: 10px;
    margin-top: 4px;
    background-color: var(--color7);
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}
.nhb2b2-block2 .block_cart img {
    width: 20px;
}
.nhb2b2-block2 .active_cart .block_cost {
    display: none;
}
.nhb2b2-block2 .active_cart .block_count {
    width: 16px;
    height: 16px;
    padding: 0;
    background: var(--color2);
    text-align: center;
    top: 0;
    right: -3px;
    font-family: HarmonyOS_Sans_Medium;
    font-size: 8px;
    line-height: 16px;
}
.nhb2b2-block2 .modul_cart_all:hover{
    opacity: 1;
}
/*--//--*/
.nhb2b2-otzuv{

}
.nhb2b2-otzuv a{
    display: block;
    width: 134px;
    height: 40px;
    background-color: var(--color2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 40px;
    color: var(--color7);
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nhb2b2-otzuv a:hover{
    background-color: var(--color7);
    color: var(--color2);
}
/*--  end new-header  --*/

/*--  main-slider  --*/
.new-slider {
    width: 100%;
    overflow: hidden;
}
.main-slider.slick-slider {
    width: 1216px;
    margin: 0 auto 50px;
    position: relative;
}
.main-slider .slick-list {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.new-main-slider-arrows{
    position: absolute;
    z-index: 9;
    bottom: 60px;
    right: 60px;
    width: 48px;
    height: 48px;
    background-color: var(--white);
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    cursor: pointer;
    box-shadow:
            0px 0.76px 4.31px 0px #84848406,
            0px 1.78px 10.02px 0px #84848409,
            0px 3.19px 18px 0px #8484840B,
            0px 5.3px 29.87px 0px #8484840C,
            0px 8.73px 49.2px 0px #8484840E,
            0px 15.26px 85.99px 0px #84848411,
            0px 33px 186px 0px #84848417;
}
.new-main-slider-arrows img {
    margin-top: 17px;
    margin-left: 22px;
}
.new-main-slider-arrows.prev img{
    margin-left: 18px;
}
.new-main-slider-arrows.prev{
    right: 120px;
}

.video-new {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 = 9/16 = 0.5625 */
    height: 0;
    overflow: hidden;
}

.video-new iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.slide-new {
    position: relative;
}
.slide-new-video {
    height: 553px;
}
.slider_gradient-new {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
}
.new-slider .image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-slider .image-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
}
/*--//--*/
.new-slider .slick-dots {
    bottom: -45px;
}
.new-slider .slick-dots li {
    margin-right: 16px;
    height: auto;
    width: auto;
    margin-left: 0;
}
.new-slider .slick-dots li:last-child{
    margin-right: 0;
}
.new-slider .slick-dots li button{
    width: 12px;
    height: 12px;
    background-color: var(--color7);
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.new-slider .slick-dots li button:hover,
.new-slider .slick-dots li.slick-active button{
    background-color: var(--color2);
}
.new-slider .slick-dots li button:before{
    display: none;
}
/*--  end main-slider  --*/

/*--  new-main-catalog-list  --*/
.new-main-catalog-list {
    padding: 55px 0 90px;
}
.new-main-catalog-list .container-fluid {

}
.nmcl-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.nmcl-title h2{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    margin: 0;
}
.nmcl-btn{
    display: block;
    width: 234px;
    height: 56px;
    text-align: center;
    background-color: var(--color2);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 56px;
    text-decoration: none;
    cursor: pointer;
    color: var(--color7);
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -ms-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}
.nmcl-btn:hover{
    background-color: var(--color7);
    color: var(--color2);    
}
/*--//--*/
.mnsl-body {
    margin: 0 -10px;
}
.mnsl-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
.new-categ-item-curr {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    width: calc(33.3333% - 20px);
}
.new-categ-item-curr:nth-child(5n+4),
.new-categ-item-curr:nth-child(5n+5) {
    width: calc(50% - 20px);
}
.new-categ-item-curr picture{

}
.new-categ-item-curr picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.new-categ-item-curr:hover picture img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.new-categ-item-curr span{
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 28px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    max-width: 220px;
    text-transform: uppercase;
}
.new-categ-item-curr.color1 span{
    color: var(--white);
}
.new-categ-item-curr.color2 span{
    color: var(--color8);
}
.new-categ-item-curr.color3 span{
    color: var(--color2);
}
/*--  end new-main-catalog-list  --*/

/*--  popular_prod  --*/
    .popular_prod{
        margin-bottom: 110px;
        width: 100%;
        overflow: hidden;
    }
/*--  end popular_prod  --*/

/*--  prod_teaser  --*/
.prod_teaser {
    position: relative;
}
.prod-teaser-wrapper{

}
.popular_prod-wrapper .prod_teaser {
    margin: 0 10px;
}
.popular_prod-slider{
    width: 1216px;
    overflow: hidden;
}
.popular_prod-wrapper .slick-list {
    width: 1236px;
    margin-left: -10px;
}
.teaser-img {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 32px;
}
.teaser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.prod_teaser:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
img {
    vertical-align: middle;
    width: auto;
    height: auto;
}
.teaser-info-wrapper{
    position: absolute;
    z-index: 3;
    top: 16px;
    left: 16px;
    display: grid;
    grid-template-columns:repeat(3,1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.teaser-info{
    width: 52px;
    height: 52px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    overflow: hidden;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.teaser-info_1{
    background-color: var(--color9);
}
.teaser-info_2{
    background-color: var(--color10);
}
.teaser-info_3{
    background-color: var(--color11);
}
/*--//--*/
.teaser-info-data{
    text-decoration: none;
}
.teaser-name{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: var(--color6);
    margin-bottom: 20px;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.teaser-desc{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--color12);
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*--//--*/
.teaser-price{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 24px;
    color: var(--color6);
    margin-bottom: 40px;
}
/*--//--*/
.prod_teaser .teaser-btn{
    position: unset;
    width: 100%;
    padding: 0;
}
.prod_teaser .teaser-btn .add_cart {
    border: none;
    padding: 0;
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    line-height: 56px;
    background-color: var(--color2);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: var(--color7);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.prod_teaser .teaser-btn .add_cart:hover,
.prod_teaser .teaser-btn .add_cart.active {
    background-color: var(--color7);
    color: var(--color2);
}
/*--//--*/
.nmcl-btn2{
    background-color: var(--color7);
    color: var(--color2);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 145px;
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nmcl-btn2:hover{
    background-color: var(--color2);
    color: var(--color7);
}
/*--  end prod_teaser  --*/

/*--  torg-serti  --*/
.torg-seti{
    margin-bottom: 120px;
}
.torg-seti .container-fluid{
    padding: 0;
}
.torg-seti-slider .slick-list {
    width: 1140px;
    overflow: visible;
    margin-left: -10px;
}
.ts-item{
    width: 212px;
    height: 140px;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: var(--color13);
}
.ts-item-wrapper{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.ts-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.torg-seti .new-main-slider-arrows.prev {
    display: none !important;
}
.torg-seti .new-main-slider-arrows.next {
    bottom: 46px;
    right: 50px;
}
.torg-seti-slider:after{
    content: '';
    position: absolute;
    z-index: 3;
    right: -33px;
    top: 0;
    height: 100%;
    width: 140px;
    /*background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), var(--white));*/
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, .7) 20%, hsla(0, 0%, 100%, .9) 60%, var(--white));
}
/*--  end torg-serti  --*/

/*--  newsmp  --*/
.newsmp{
    background-color: var(--color13);
    padding: 60px 0;
    margin-bottom: 120px;
    width: 100%;
    overflow: hidden;
}
.newsmp-wrapper{

}
.newsmp-slider {
    width: 1216px;
    overflow: hidden;
}
.newsmp-slider .slick-list {
    width: 1236px;
    margin-left: -10px;
}
.newsmp-slider .slick-list .slick-track {

}
.newsmp-item{
    display: block;
    text-decoration: none;
    cursor: pointer;
    background-color: var(--white);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 10px;
}
.newsmp-preview_picture{
    display: block;
    width: 376px;
    height: 240px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin: 8px auto 30px;
}
.newsmp-preview_picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.newsmp-item:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.newsmp-date-time,
.newsmp-name{
    padding: 0 32px;
}
.newsmp-date-time{
    display: block;
    color: var(--color12);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}
.newsmp-name{
    display: block;
    font-weight: 500;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 32px;
    min-height: 56px;
}
/*--  end newsmp  --*/

/*--  cifryifacty  --*/
.cifryifacty{
    position: relative;
    margin: 120px 0 0;
    padding-bottom: 120px;
    width: 100%;
    overflow: hidden;
}
.cifryifacty:after {
    content: '';
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
    background: var(--white);
    top: 0;
    right: calc(50% + 400px);
}
/*--//--*/
.cifryifacty .container-fluid {

}
.cifryifacty-text{
    width: 600px;
    padding-right: 5px;
    min-height: 500px;
    position: relative;
    z-index: 10;
    background-color: var(--white);
}
.cifryifacty-title{
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    text-transform: uppercase;
    margin-bottom: 55px;
    color: var(--color2);
}
.cifryifacty-desc1{
    font-weight: 500;
    font-size: 24px;
    color: var(--color6);
    margin-bottom: 24px;
}
.cifryifacty-desc2{
    font-weight: 400;
    font-size: 16px;
    color: var(--color3);
    margin-bottom: 48px;
}
.cifryifacty-botText{
    padding-left: 52px;
    background-image: url('../new-img/Heart Icon.svg');
    background-repeat: no-repeat;
    background-position: left center;
}
.cifryifacty-botText span{
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: var(--color14);
}
.cifryifacty-botText span:first-child{
    margin-bottom: 10px;
}
.cifryifacty-botText span b{
    font-weight: 500;
    font-size: 18px;
    color: var(--color2);
}
/*--//--*/
.cifryifacty-slider{
    width: 800px;
    position: absolute;
    top: 3px;
    left: 50%;
}
.cifryifacty-slider .slick-list {
    overflow: visible;
}
.news-item{
    display: block;
    width: 394px;
    height: auto;
    margin: 0 10px;
}
.news-item img{
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    max-width: 100%;
    max-height: 100%;
}
/*--//--*/
.cifryifacty-slider .new-main-slider-arrows {
    bottom: -80px;
    background-color: var(--color7);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.cifryifacty-slider .new-main-slider-arrows:hover{
    opacity: .5;
}
.cifryifacty-slider .new-main-slider-arrows.prev {
    right: auto;
    left: 140px;
}
.cifryifacty-slider .new-main-slider-arrows.next {
    right: auto;
    left: 200px;
}
/*--  end cifryifacty  --*/

/*--  footer  --*/
footer.new-footer{
    background-color: var(--color15);
    padding: 80px 0 20px;
    background-image: unset;
    display: block;
}
.nf-block1{
    padding-bottom: 40px;
    border-bottom: 1px solid #42373712;
    display: table;
    width: 100%;
}
.nfb1-block1{
    float: left;
}
.nfb1-block1 a{
    text-decoration: none;
}
.nfb1-block1 a img{

}
.nfb1-block2{
    float: right;
    width: 804px;
    padding-top: 3px;
}
.nfb1b2-adr{
    margin-right: 20px;
    width: calc(50% - 10px);
    float: left;
    text-align: left;
}
.nfb1b2-adr:last-child{
    margin-right: 0;
}
.nfb1b2-adr div{
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: var(--color2);
    margin-bottom: 10px;
}
.nfb1b2-adr a{
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--color5);
}
.nfb1b2-adr a:hover{
    text-decoration: underline;
    color: var(--color5);
}
/*--//--*/
.nf-block2{
    padding: 40px 0;
    border-bottom: 1px solid #42373712;
}
.nfb2-block1{
    float: left;
    text-align: left;
}
.nfb2-block1 div{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--color5);
    margin-bottom: 14px;
}
.nfb2-block1 a{
    display: block;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: var(--color2);
    text-decoration: none;
}
.nfb2-block1 a:hover{
    text-decoration: underline;
}
.nfb2-block2{
    float: right;
    width: 804px;    
}
.nfb2-block2 ul{
    display: grid;
    grid-template-columns:repeat(4,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.nfb2-block2 ul li {

}
.nfb2-block2 ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--color6);
}
.nfb2-block2 ul li a:hover{
    color: var(--color6);
    text-decoration: underline;
}
.footer-new-menu .span-root-item-selected {
    color: var(--color6);
    text-decoration: underline;
}
/*--//--*/
.nf-block3{
    padding-top: 32px;
    text-align: left;
}
.nfb3-block1{
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
.nfb3-block1 a{
    display: block;
    color: var(--color6);
    text-decoration: none;
    margin-bottom: 10px;
}
.nfb3-block1 a:hover{
    text-decoration: underline;
}
.nfb3-block1 span{
    display: block;
    color: var(--color5);
}
.nfb3-block2{
    float: right;
    width: 804px;
    padding-top: 3px;
}
.nfb3b2-block1{
    float: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--color5);
    margin-right: 20px;
    width: 600px;
}
.nfb3b2-block2{
    float: left;
}
.nfb3b2-block2 a {
    display: block;
    float: left;
    margin-right: 8px;
}
.nfb3b2-block2 a:last-child{
    margin-right: 0;
}
/*--  end footer  --*/

/*--  new_design-form_vopros  --*/
.form_vopros.new_design-form_vopros {
    display: flex;
    flex-direction: row-reverse;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}
div#fedback.new-feedback {
    max-height: 746px;
    max-width: 1022px;
    position: relative;
}
#fedback.new-feedback button.mfp-close {
    width: 48px;
    height: 48px;
    right: 34px;
    top: 34px;
    background-image: url('../new-img/close-icon2.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 48px auto;
    font-size: 0;
    opacity: 1;
}
.form_vopros.new_design-form_vopros .item_1 {
    float: none;
    width: 472px;
    height: 746px;
    padding: 0;
    background-color: var(--color13);
    background-image: url('../new-img/new_design-form_vopros-bg.png');
    background-repeat: no-repeat;
    background-size: auto 700px;
}
.form_vopros.new_design-form_vopros .item_1 .ndfp-title{
    padding: 135px 80px 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 48px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color2);
}
.form_vopros.new_design-form_vopros .item_1 p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0 80px;
    text-align: center;
    color: var(--color14);
}
.form_vopros.new_design-form_vopros .item_2 {
    width: 550px;
    height: 746px;
    background: var(--white);
}
.form_vopros.new_design-form_vopros .item_2 form {
    padding: 56px 64px 0;
    width: calc(100% - 128px);
}
.form_vopros.new_design-form_vopros .item_2 span.title {
    color: var(--color6);
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
}
.form_vopros.new_design-form_vopros .item_2 .item_form {
    margin: 0 0 20px;
}
.form_vopros.new_design-form_vopros .item_2 .item_form_2 textarea,
.form_vopros.new_design-form_vopros .item_2 .item_form input {
    border: none;
    width: calc(100% - 32px);
    height: 56px;
    background: var(--color1);
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;
    color: var(--color3);
    padding: 0 16px;
}
.form_vopros.new_design-form_vopros .item_2 .item_form_2 textarea:focus-visible,
.form_vopros.new_design-form_vopros .item_2 .item_form input:focus-visible {
    outline-color: rgba(255,255,255,0);
    outline-width: 0;
}
.form_vopros.new_design-form_vopros .item_2 .item_form_2 textarea{
    padding: 16px;
    height: 94px;
    resize: none;
}
/*--  end new_design-form_vopros  --*/

/*--  block  --*/

/*--  end block  --*/














@media screen and (max-width: 1300px) {

    .container-fluid{
        padding: 0;
    }

}

@media screen and (max-width: 1280px) {

    .container-fluid{
        width: 96%;
        padding: 0 2%;
    }

    /*--  torg-seti  --*/
    .torg-seti .container-fluid{
        padding: 0 0 0 2%;
        width: 98%;
    }
    .torg-seti-slider .slick-list {
        width: 89vw;
    }
    .torg-seti .new-main-slider-arrows.next {
        right: 5%;
    }
    /*--  end torg-seti  --*/

    /*--  popular_prod  --*/
    .popular_prod-wrapper .slick-list {
        width: calc(95vw + 18px);
    }
    .popular_prod-slider {
        width: 95vw;
    }
    /*--  end popular_prod  --*/

    /*--  newsmp  --*/
    .newsmp-slider{
        width: 95vw;
    }
    .newsmp-slider .slick-list {
        width: calc(95vw + 18px);
    }
    /*--  end newsmp  --*/

}

@media screen and (max-width: 1260px) {

    :root {
        --nhlock1Heaght: 50px;
        --nhlock2Heaght: 50px;
    }

    body{
        font-size: 14px;
    }


    /*--  new-header  --*/
    .new-header{
        margin-bottom: 6px;
    }
    .nhb1-block1 img {
        height: 32px;
        width: auto;
    }
    .nhb1b2-search {
        width: 352px;
        border-radius: 6px;
        margin-right: 88px;
    }
    .nhb1b2-search .hs-btn {
        width: 27px;
        height: 29px;
        background-size: 14px auto;
    }
    .nhb1b2-search #title-search #title-search-input {
        width: calc(100% - 51px);
        height: 29px;
        padding: 0 12px;
    }
    .header-search form {
        width: 100%;
    }
    .nhb1b2-phone {
        height: 26px;
    }
    .nhb1b2-phone a {
        padding-left: 20px;
        font-size: 14px;
        line-height: 26px;
        margin-right: 10px;
        background-size: 18px auto;
    }
    .nhb1b2-phone span {
        padding-left: 10px;
        font-size: 12px;
        line-height: 26px;
    }
    .nhb1b2-phones {

    }
    /*--//--*/
    .nhb2_item_gorod {
        padding-left: 21px;
        padding-right: 18px;
        height: 16px;
        font-size: 14px;
        line-height: 16px;
        background-size: 16px auto;
    }
    .nhb2_item_gorod:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        top: 0;
        background-image: url('../new-img/arrow_bottom.svg');
        background-repeat: no-repeat;
        background-position: center center;
    }
    .nhb2_podmenu_gorod {
        width: 202px;
        height: 67px;
        bottom: -118px;
        padding: 26px;
        border-radius: 16px;
    }
    .nhb2_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .nhb2_close {
        width: 20px;
        height: 20px;
        background-size: 20px auto;
        top: 16px;
        right: 16px;
    }
    .nhb2_wrapper a {
        height: 32px;
        width: calc(50% - 3px);
        border-radius: 8px;
        font-size: 13px;
        line-height: 32px;
    }
    .nhb2_wrapper a:first-child {
        margin-right: 6px;
    }
    /*--//--*/
    .nhb2b2-block1 {
        height: 51px;
        margin-right: 80px;
    }
    .nhb2b2-block1 ul li {
        margin-right: 16px;
    }
    .nhb2b2-block1 ul li a {
        line-height: 32px;
        font-size: 13px;
    }
    .nhb2b2-block1 ul li.catalog_menu_btn a {
        padding: 0 16px;
        border-radius: 8px;
    }
    /*--//--*/
    .nhb2b2-cart {
        margin-right: 16px;
    }
    .nhb2b2-block2 .block_cart {
        padding: 0 !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .nhb2b2-block2 .block_cart img {
        width: 16px !important;
        height: 16px !important;
    }
    .nhb2b2-block2 .active_cart .block_count {
        width: 14px;
        height: 14px;
        line-height: 14px;
        right: -2px;
    }
    .nhb2b2-otzuv a {
        width: 107px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
    /*--  end new-header  --*/

    /*--  main-slider  --*/
    .main-slider.slick-slider {
        width: 95vw;
        margin: 0 auto 40px;
    }
    .new-main-slider-arrows {
        width: 38px;
        height: 38px;
        bottom: 48px;
        right: 48px;
    }
    .new-main-slider-arrows.prev {
        right: 96px;
    }
    .new-main-slider-arrows img {
        margin-top: 13px;
        margin-left: 17px;
    }
    .new-main-slider-arrows.prev img {
        margin-left: 15px;
    }
    .new-slider .image-wrapper {

    }
    .new-slider .slick-dots {
        bottom: -36px;
    }
    .new-slider .slick-dots li {
        margin-right: 13px;
    }
    /*--  end main-slider  --*/

    /*--  new-main-catalog-list  --*/
    .new-main-catalog-list {
        padding: 44px 0 72px;
    }
    .nmcl-title {
        margin-bottom: 40px;
    }
    .nmcl-title h2 {
        font-size: 38px;
        line-height: 45px;
    }
    .nmcl-btn {
        width: 187px;
        height: 45px;
        font-size: 14px;
        line-height: 45px;
    }
    .mnsl-body {
        margin: 0 -8px;
    }
    .new-categ-item-curr {
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 16px;
        border-radius: 16px;
        width: calc(33.3333% - 16px);
    }
    .new-categ-item-curr:nth-child(5n+4),
    .new-categ-item-curr:nth-child(5n+5) {
        width: calc(50% - 16px);
    }
    .new-categ-item-curr span {
        top: 20px;
        left: 22px;
        font-size: 26px;
        max-width: 176px;
    }
    /*--  end new-main-catalog-list  --*/

    /*--  popular_prod  --*/
    .popular_prod {
        margin-bottom: 88px;
    }
    .nmcl-btn2 {
        width: 116px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    /*--//--*/
    .popular_prod-wrapper .prod_teaser {
        margin: 0 8px;
    }
    .popular_prod-wrapper .slick-list {
        width: calc(95vw + 12px);
        margin-left: -8px;
    }
    .checked_all_price {
        padding: 22px;
        height: 147px;
    }
    .teaser-info-wrapper {
        top: 13px;
        left: 13px;
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }
    .teaser-info {
        width: 42px;
        height: 42px;
        font-size: 14px;
        line-height: 42px;
    }
    .teaser-img {
        border-radius: 20px;
        margin-bottom: 26px;
    }
    .teaser-name {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .teaser-desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .teaser-price {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 32px;
    }
    .product-back {
        width: 26px;
        height: 7px;
        margin-top: 10px;
    }
    .prod_teaser .teaser-btn .add_cart {
        height: 45px;
        font-size: 14px;
        line-height: 45px;
        border-radius: 10px;
    }
    /*--  end popular_prod  --*/

    /*--  torg-seti  --*/
    .torg-seti {
        margin-bottom: 96px;
    }
    .ts-item {
        height: 112px;
        margin: 0 8px;
        border-radius: 16px;
    }
    .ts-item-wrapper {
        padding: 16px;
        width: calc(100% - 32px);
        height: calc(100% - 32px);
    }
    .torg-seti .new-main-slider-arrows.next {
        bottom: 37px;
    }
    .newsmp {
        padding: 48px 0;
        margin-bottom: 96px;
    }
    /*--  end torg-seti  --*/

    /*--  newsmp  --*/
    .newsmp-wrapper {

    }
    .newsmp-item {
        border-radius: 20px;
    }
    .newsmp-preview_picture {
        width: calc(100% - 14px);
        height: auto;
        border-radius: 13px;
        margin: 6px auto 24px;
    }
    .newsmp-date-time {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 16px;
    }
    .newsmp-name {
        font-size: 20px;
        margin-bottom: 25px;
        min-height: 48px;
    }
    /*--  end newsmp  --*/

    /*--  cifryifacty  --*/
    .cifryifacty {
        margin: 96px 0 0;
        padding-bottom: 96px;
    }
    .cifryifacty-text {
        width: 480px;
        padding-right: 4px;
        min-height: 400px;
    }
    .cifryifacty-title {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 44px;
    }
    .cifryifacty-desc1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .cifryifacty-desc2 {
        font-size: 13px;
        margin-bottom: 38px;
    }
    .cifryifacty-botText {
        padding-left: 42px;
    }
    .cifryifacty-botText span {
        font-size: 12px;
    }
    .cifryifacty-botText span:first-child {
        margin-bottom: 8px;
    }
    .cifryifacty-botText span b {
        font-size: 16px;
    }
    .cifryifacty-botText {
        padding-left: 42px;
        background-size: auto 29px;
    }
    /*--//--*/
    .cifryifacty-slider {
        width: 640px;
        left: calc(2% + 484px);
    }
    .cifryifacty-slider .new-main-slider-arrows {
        bottom: -64px;
    }
    .cifryifacty-slider .new-main-slider-arrows.prev {
        left: 112px;
    }
    .cifryifacty-slider .new-main-slider-arrows.next {
        left: 160px;
    }
    /*--  end cifryifacty  --*/

    /*--  footer  --*/
    footer.new-footer {
        padding: 64px 0 16px;
    }
    .nf-block1 {
        padding-bottom: 32px;
    }
    .nfb1-block1 a img {
        height: 45px;
        width: auto;
    }
    .nfb1-block2,
    .nfb2-block2,
    .nfb3-block2 {
        width: 640px;
    }
    .nfb1b2-adr {
        margin-right: 16px;
        width: calc(50% - 8px);
    }
    .nfb1b2-adr div {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .nfb1b2-adr a {
        font-size: 13px;
        line-height: 13px;
    }
    .nf-block2 {
        padding: 32px 0;
    }
    .nfb2-block1 div {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 11px;
    }
    .nfb2-block1 a {
        font-size: 26px;
        line-height: 32px;
    }
    .nfb2-block2 ul {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }
    .nfb2-block2 ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .nf-block3 {
        padding-top: 26px;
    }
    .nfb3-block1 {
        font-size: 13px;
        line-height: 13px;
    }
    .nfb3-block1 a {
        margin-bottom: 8px;
    }
    .nfb3b2-block1 {
        margin-right: 16px;
        width: 480px;
    }
    .nfb3b2-block1 br{
        display: none;
    }
    .nfb3b2-block2 a img{
        width: 30px;
    }
    /*--  end footer  --*/

    /*--  block  --*/

    /*--  end block  --*/

}

@media screen and (max-width: 1024px) {

    /*--  mobmenu  --*/
    .mobmenu-btn{
        display: block;
        background-image: url('../new-img/mob-menu.svg');
        width: 44px;
        height: 44px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        position: absolute;
        left: calc(50% - 22px);
        top: 4px;
    }
    .nhb2b2-block1 {
        position: fixed;
        background: var(--white);
        left: 0;
        right: 0;
        margin: 0;
        bottom: 0;
        z-index: -999999999;
        opacity: 0;
        top: 95px;
        width: 100%;
        height: calc(100vh - 95px);
        display: block;
        -webkit-transition: opacity .3s, z-index .3s;
        -moz-transition: opacity .3s, z-index .3s;
        -ms-transition: opacity .3s, z-index .3s;
        -o-transition: opacity .3s, z-index .3s;
        transition: opacity .3s, z-index .3s;
        overflow-x: scroll;
    }
    .nhb2b2-block1.active{
        z-index: 999;
        opacity: 1;
    }
    /*--//--*/
    .nhb2b2-block1-info{
        display: block;
    }
    /*--  end mobmenu  --*/

    /*--  header  --*/
    .nhb2b2-block2 {
        padding-top: 5px;
    }
    .header-new-menu {
        padding: 30px 0;
        width: 96%;
        margin: auto;
    }
    .nhb2b2-block1 ul li {
        margin: 0;
        float: none;
        width: 100%;
        border-bottom: 1px solid #F2F2F2;
    }
    .nhb2b2-block1 ul li a {
        display: block;
        line-height: 56px;
        font-size: 16px;
    }
    .nhb2b2-block1 ul li.catalog_menu_btn a {
        padding-left: 32px;
        height: 60px;
        line-height: 60px;
        background-image: url('../new-img/cat-menu2.svg');
        background-repeat: no-repeat;
        display: block;
        background-position: left 80px bottom;
        font-size: 18px;
    }
    .nhb2b2-block1-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .header-new-menu {
        flex-grow: 1;
    }
    .nhb2b2-block1-info {
        margin-top: auto;
        padding: 0 2% 70px;
    }
    .nhb2b2b2-phone div{
        color: #423838B2;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .nhb2b2b2-phone a{
        display: block;
        text-decoration: none;
    }
    .nhb2b2b2-phone a.mob-phone{
        font-size: 30px;
        font-weight: 500;
        color: var(--color2);
        margin-bottom: 32px;
    }
    .nhb2b2b2-phone a.form_vopros{
        display: block;
        width: 163px;
        height: 48px;
        background-color: var(--color2);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        font-family: "Fira Sans Condensed", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        line-height: 48px;
        color: var(--color7);
        text-decoration: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .nhb2b2b2-phone a.form_vopros:hover{
        background-color: var(--color7);
        color: var(--color2);
    }
    /*--  end header  --*/

    /*--  newsmp  --*/
    .newsmp-slider {
        width: unset;
        overflow: visible;
    }
    .newsmp-slider .slick-list {
        width: 75vw;
        overflow: visible;
    }
    /*--  end newsmp  --*/

    /*--  block  --*/

    /*--  end block  --*/
}

@media screen and (max-width: 920px) {

    /*--  header  --*/
    .nhb1b2-search {
        width: 252px;
        border-radius: 6px;
        margin-right: 60px;
    }
    /*--  end header  --*/

    /*--  cifryifacty  --*/
    .cifryifacty-text {
        width: 400px;
    }
    .cifryifacty:after {
        right: auto;
        left: -600px;
    }
    .cifryifacty-slider {
        left: calc(2% + 404px);
    }
    /*--  end cifryifacty  --*/

    /*--  footer  --*/
    .nfb1-block2, .nfb2-block2, .nfb3-block2 {
        width: 580px;
    }
    /*--  end footer  --*/

    /*--  block  --*/

    /*--  end block  --*/

}

@media screen and (max-width: 820px) {

    /*--  footer  --*/
    .nfb1-block2, .nfb2-block2, .nfb3-block2 {
        width: 530px;
    }
    .nfb1b2-adr div{
        font-size: 15px;
    }
    .nfb3b2-block1{
        width: 440px;
    }
    /*--  end footer  --*/

    /*--  block  --*/

    /*--  end block  --*/

}

@media screen and (max-width: 768px) {

    /*--  header  --*/
    .msearch-close,
    .logo-mob,
    .mob-before{
        display: block;
    }
    .nhb2b2-otzuv,
    .nhb1b2-phones,
    .nhb1-block1,
    .nhb2-block1{
        display: none;
    }
    .nhb1-block2 {
        position: fixed;
        z-index: -9999999;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--white);
        -webkit-transition: opacity .3s, z-index .3s;
        -moz-transition: opacity .3s, z-index .3s;
        -ms-transition: opacity .3s, z-index .3s;
        -o-transition: opacity .3s, z-index .3s;
        transition: opacity .3s, z-index .3s;
    }
    .nhb1-block2.active{
        z-index: 999;
        opacity: 1;
    }
    .nhb1b2-search {
        margin: 90px 2% 0;
        width: 96%;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .nhb1b2-search #title-search #title-search-input {
        height: 48px;
        padding: 0 16px;
        width: calc(100% - 66px);
    }
    .nhb1b2-search .hs-btn {
        width: 34px;
        height: 48px;
        background-size: auto;
        background-position: center;
    }
    .nhb1-block2:before {
        content: 'Поиск';
        position: absolute;
        top: 40px;
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: var(--color16);
    }
    .mobsearch-btn,
    .msearch-close{
        width: 32px;
        height: 32px;
        position: absolute;
        right: 24px;
        top: 24px;
        cursor: pointer;
        background-image: url('../new-img/close-icon.svg');
        background-repeat: no-repeat;
        background-position: center center;
    }
    .mobsearch-btn{
        background-image: url('../new-img/search.svg');
        position: unset;
        margin-right: 8px;
    }
    .nh-block1 .nh-block1-wrapper {
        height: 0;
    }
    .nh-block1 {
        height: 0;
        border: none;
    }
    .logo-mob {
        float: left;
        margin-top: 16px;
    }
    /*--//--*/
    .mob-before {
        background-color: var(--color4);
    }
    .mob-before .container-fluid {
        overflow: visible;
    }
    .mob-before .nhb2_gorod,
    .mob-before {
        height: 32px;
    }
    .nhb2_item_gorod {
        line-height: 32px;
        height: 32px;
        background-position: left top 7px;
    }
    .nhb2_item_gorod:after {
        top: 5px;
    }
    /*--//--*/
    .nh-block2 {
        height: 72px;
    }
    .mobmenu-btn {
        position: unset;
    }
    .nhb2-block2 {
        height: 72px;
        align-items: center;
    }
    .nhb2b2-block2 {
        padding-top: 0;
    }
    .nhb2b2-cart {
        margin-right: 12px !important;
    }
    /*--  end header  --*/

    /*--  new-slider  --*/
    .new-slider .image-wrapper {
        /*height: 464px;*/
    }
    .new-main-slider-arrows {
        width: 44px;
        height: 44px;
        bottom: 30px;
    }
    .new-main-slider-arrows.prev {
        left: calc(50% - 52px);
    }
    .new-main-slider-arrows.next {
        right: calc(50% - 52px);
    }
    .new-main-slider-arrows img {
        margin-top: 15px;
        margin-left: 19px;
    }
    .new-main-slider-arrows.prev img {
        margin-left: 17px;
    }
    /*--  end new-slider  --*/

    /*--  new-main-catalog-list  --*/
    .new-categ-item-curr {
        width: calc(50% - 16px);
    }
    .new-categ-item-curr span {
        font-size: 18px;
    }
    .nmcl-title h2 {
        font-size: 36px;
        line-height: 40px;
    }
    /*--  end new-main-catalog-list  --*/

    /*--  popular_prod  --*/
    .popular_prod-slider {
        width: auto;
    }
    .popular_prod-wrapper .slick-list {
        width: 80vw;
        overflow: visible;
    }
    .popular_prod-slider {
        overflow: visible;
    }
    /*--  end popular_prod  --*/

    /*--  torg-seti  --*/
    .torg-seti-slider .slick-list {
        width: 82vw;
    }
    .torg-seti-slider:after{
        display: none;
    }
    /*--  end torg-seti  --*/

    /*--  cifryifacty  --*/
    .cifryifacty-title {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    .cifryifacty-title br {
        display: none;
    }
    .cifryifacty-text {
        width: 100%;
        text-align: center;
        max-width: 460px;
        margin: auto;
        min-height: unset;
        padding-bottom: 40px;
    }
    .cifryifacty:after{
        display: none;
    }
    .cifryifacty-slider {
        position: unset;
        width: 80vw;
    }
    .cifryifacty-botText {
        max-width: 180px;
        margin: auto;
        text-align: left;
    }
    /*--  end cifryifacty  --*/

    /*--  footer  --*/
    .nfb2-block1,
    .nfb1-block1 {
        float: none;
        display: table;
        width: 100%;
        padding-bottom: 32px;
    }
    .nfb1-block1 a {
        float: left;
    }
    .nfb1-block2, .nfb2-block2, .nfb3-block2 {
        width: 100%;
        float: left;
    }
    .nf-block3 .container-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
    .nfb3-block2 {
        padding: 0 0 20px;
        display: flex;
        flex-direction: column-reverse;
    }
    .nfb3b2-block2 {
        float: none;
        padding-bottom: 20px;
    }
    /*--  end footer  --*/

    /*--  block  --*/

    /*--  end block  --*/

}

@media screen and (max-width: 680px) {

    /*--  torg-seti  --*/
    .torg-seti-slider .slick-list {
        width: 75vw;
    }
    /*--  end torg-seti  --*/

    /*--  newsmp  --*/
    .newsmp-slider .slick-list {
        width: 60vw;
    }
    /*--  end newsmp  --*/

    /*--  cifryifacty  --*/
    .cifryifacty-slider {
        width: 60vw;
    }
    /*--  end cifryifacty  --*/

    /*--  block  --*/

    /*--  end block  --*/
}

@media screen and (max-width: 580px) {

    /*--  footer  --*/
    .nfb1b2-adr {
        float: none;
        margin: 0;
    }
    .nfb1b2-adr:first-child {
        margin-bottom: 30px;
    }
    .nfb2-block2 ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-new-menu li:nth-child(1) { order: 1; }
    .footer-new-menu li:nth-child(5) { order: 2; }
    .footer-new-menu li:nth-child(9) { order: 3; margin-bottom: 20px;}

    .footer-new-menu li:nth-child(2) { order: 4; }
    .footer-new-menu li:nth-child(6) { order: 5; }
    .footer-new-menu li:nth-child(10) { order: 6; margin-bottom: 20px;}

    .footer-new-menu li:nth-child(3) { order: 7; }
    .footer-new-menu li:nth-child(7) { order: 8; }
    .footer-new-menu li:nth-child(11) { order: 9; margin-bottom: 20px;}

    .footer-new-menu li:nth-child(4) { order: 10; }
    .footer-new-menu li:nth-child(8) { order: 11; }
    .footer-new-menu li:nth-child(12) { order: 12; }
    /*--  end footer  --*/

    /*--  block  --*/

    /*--  end block  --*/
}

@media screen and (max-width: 520px) {

    /*--  new-main-catalog-list  --*/
    .new-main-catalog-list .nmcl-btn {
        display: none;
    }
    .new-main-catalog-list .nmcl-title h2 {
        margin-bottom: 0;
    }
    /*--  end new-main-catalog-list  --*/

    /*--  popular_prod  --*/
    .nmcl-title {
        flex-direction: column;
        align-items: start;
    }
    .nmcl-title h2 {
        margin-bottom: 15px;
    }
    .teaser-desc {
        -webkit-line-clamp: 2;
    }
    /*--  end popular_prod  --*/

    /*--  cifryifacty  --*/
    .cifryifacty-text {
        text-align: left;
    }
    .cifryifacty-botText {
        margin: 0;
    }
    .cifryifacty-desc1 br,
    .cifryifacty-desc2 br {
        display: none;
    }
    /*--  end cifryifacty  --*/

    /*--  footer  --*/
    .nfb3b2-block1 {
        width: 100%;
        margin: 0;
    }
    /*--  end footer  --*/

    /*--  block  --*/

    /*--  end block  --*/

}

@media screen and (max-width: 480px) {

    /*--  torg-seti  --*/
    .torg-seti-slider .slick-list {
        width: 60vw;
    }
    /*--  end torg-seti  --*/

    /*--  block  --*/

    /*--  end block  --*/
}

@media screen and (max-width: 420px) {

    /*--  cifryifacty  --*/
    .cifryifacty-text {

    }
    /*--  end cifryifacty  --*/

    /*--  block  --*/

    /*--  end block  --*/
}