.sproduct-cont-1 {
  padding: 0 25px 0px 25px;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.sproduct-cont-1:hover {
  background: #fff;
  -webkit-box-shadow: 0px 1px 13px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 1px 13px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 1px 13px 0px rgba(34, 60, 80, 0.2);
}
.cross{
	padding-left:2px;
	display:none;
	cursor:pointer;
	width:30px;
}
.catalog_btn.active .cross{
	display:block;
} 
.catalog_btn.active .header__burger{
	/*display:none;*/
} 
.cross path{
	fill:#666;
}
.multi-menu{
	display:none;
	/*border-top:1px solid #ccc;*/
	padding-top:10px;
}
.header{
	position:relative;
}


.multi-menu{
	display:none;
	/*padding-left: calc(50% - 720px);
	padding-right: calc(50% - 720px);*/
	position: absolute;
	top: 120px;
	z-index:20000;
background: #fff;
width: 100%;
min-width: 1000px;
width: 100%;
/*height: 100%;*/
/*max-height: 700px;*/	
	
}

.multi-menu.active{
	display:block;
	
}
.multi-menu-wrap{
	display:flex;
	padding-left:28px;
	padding-right:28px;
	background:#fff;
}
.multi-menu-right, .multi-menu-left{
	height:75vh;
}
.multi-menu-left{
	width:250px;
	
}
 .multi-menu-left ul{
  font-size: 14px;
  background: fff;
  z-index: 2;
  display: flex;
  width: 256px;
  margin-left: -9px;
  border-right: 1px solid rgba(0,0,0,.09);
  padding: 0px 10px 15px 0;
  flex-direction: column;
  height: 100%;
 	overflow:hidden;
overflow-y:scroll;
scrollbar-color: #d5d5d5 transparent;
scrollbar-width: thin;	 
}
 .multi-menu-left ul::-webkit-scrollbar {
 width:6px
}
 .multi-menu-left ul::-webkit-scrollbar-track {
 background-color:transparent
}
 .multi-menu-left ul::-webkit-scrollbar-thumb {
 height:30px;
 background-color:#d5d5d5;
 border-radius:3px
}
 .multi-menu-left ul::-webkit-scrollbar-thumb:hover {
 background:#646464
}
 .multi-menu-left img{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  vertical-align: middle;
  background: transparent 50% 50% no-repeat;
    background-size: auto;
  background-size: 100%;
}
.multi-menu-left span{
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  flex:1;
}
.multi-menu-left li a{
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-decoration: none;
  transition: color .3s;
  flex-grow: 1;
  line-height: 19px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  color: #000;
  max-width: 100%;
  font-size:16px;
}
.multi-menu-left li{
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: inherit;
  text-align: left;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 8px 0 11px;
  border-radius: 4px;
  width: 100%;
  margin-bottom:1px;
}
.multi-menu-left li:hover, .multi-menu-left li.active{
	background:#eee;
}
.multi-menu-left li a:after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbC1vcGFjaXR5PSIuOSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMjBsLTEuNC0xLjQgNi42LTYuNi02LjYtNi42TDEwIDRsOCA4eiIvPjwvc3ZnPg==);
  background-size: contain;
  opacity: .2;
}

.multi-menu-right{
	
background: #fff;
flex: 1;
  flex-grow: 1;
transition: opacity .2s linear,transform .2s linear;
opacity: 1;
top: -1px;
z-index: 10;
flex-grow: 1;
padding-left: 42px;
/*min-height: 620px;*/
/*padding-bottom: 20px;*/
margin-top:2px;
overflow: hidden;
}
.multi-menu-right2{
	display:none;
	height:100%;
}
.multi-menu-right2.active{
	display:block;	
}
.multi-menu-right2 a:hover{
	color: #666; !important;
}
.block-level-2-title a.lvl2{
  color: #222;
  overflow: hidden;
  line-height: 19px;
  display: block;
  font-size: 20px;
  font-weight:bold;
}
.lvl2:hover{
	color: #666 !important;
	text-decoration:underline;
}
.subtotst0{
	padding-bottom:9px;
}
.block-level-3-title{
  padding:5px 0px;
}
.block-level-3-title a.lvl3{
  color: #222;
  overflow: hidden;
  line-height: 19px;
  display: block;
  font-size: 17px;

}
.wrap_child_level2{
	display:flex;
 	overflow:hidden;
overflow-y:scroll;
scrollbar-color: #d5d5d5 transparent;
scrollbar-width: thin;	
height:calc(100% - 120px);	
/*justify-content:space-between;*/
}
.wrap_child_level2::-webkit-scrollbar {
 width:6px
}
.wrap_child_level2::-webkit-scrollbar-track {
 background-color:transparent
}
.wrap_child_level2::-webkit-scrollbar-thumb {
 height:30px;
 background-color:#d5d5d5;
 border-radius:3px
}
.wrap_child_level2::-webkit-scrollbar-thumb:hover {
 background:#646464
}

.block-column2 .block-level-2{
	padding-right:90px;

}
.block-column2 .block-level-2{
	padding-bottom:26px !important;
}
.wrap_child_level2{
	margin-top:12px;
}
.title_block_menu a{
  height: 36px;
  color: #222;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.29;
  transition: color .25s;
}






.last_column{
	width:25%;
	max-width:300px;
	margin-left:20px;
	flex-grow: 1;
	display:flex;
	justify-content:flex-end;
}
.last_column_wrap{
	text-align:center;
	width:100%;
}
.menu_banner_items{
	width:100%;
	margin-bottom:20px;
}
.menu_banner{
	width:100%;
	text-align:center;

}
.menu_brand{
	margin-bottom:15px;	
}
.menu_brand:last-child{
	margin-bottom:120px;
}
.last_column img{
	max-width:100%;
}

.last_column_wrap .goods-item__favorite, 
.last_column_wrap .goods-item__compare,
.last_column_wrap .goods-item__send,
.last_column_wrap .product-item-button-container{
	display:none;
}
.last_column_wrap .catalog-item{
	padding: 14px 12px 10px 12px;
	margin-right:40px;
}
.last_column_wrap .sproduct-hide-wrap{
	display:none !important;
}
.last_column_wrap .product-img-w{
	min-height:auto;
	height:120px;
}
.last_column_wrap .sproduct-price-old{
	display:none;
}


.last_column_wrap .product-img-w img{
width: 100%;
height:100%;
object-fit: contain;
object-position: center;	
}
.last_column_wrap .goods-item, .last_column_wrap .catalog-item{
	border:none;
}
 .last_column_wrap .catalog-item:hover{
	 box-shadow:initial;
 }
 .last_column_wrap .goods-item__price{
	 justify-content:center;
 }






































.main-menu__list{
	padding:0px;
}
.main-menu__item{
	height:48px;
	line-height:48px;
}
.level_2{
	display:none;
}
.dropdown{
	position:relative;
}
.dropdown:hover .level_2{
	display:block;
	
}
.level_2{
	
	position:absolute;
	top:40px;
	z-index:300;
	background:#fff;
}
ul.level_2{
	list-style-type:none;
	padding-left:0px;
}
.level_2 li{
	list-style-type:none;
	padding:2px 10px;
}
.level_2 li:not(:last-child){
	border-bottom:1px solid #ddd;
}
.level_2 li a{
	font-size:13px;
	line-height:36px;
	font-weight:normal;
	text-transform:initial;
}
.main-menu__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  outline: 0;
  color: #313130;
  white-space: nowrap;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color .24s;
  -o-transition: color .24s;
  transition: color .24s;
}
.main-menu__link:hover{
text-decoration: none;
color: #666;	
}




/*MOBILE MENU*/

#mobilemenu {
    background: #fff;
    z-index: 3002;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    position: fixed;

}

#mobilemenu::-webkit-scrollbar {
    width: 8px;
}

#mobilemenu::-webkit-scrollbar-track {
    border-radius: 8px;
}

#mobilemenu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}

#mobilemenu.dropdown {
    top: 64px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    opacity: 0;
    visibility: hidden;
}

#mobilemenu.dropdown.show {
    opacity: 1;
    visibility: visible;
}

#mobilemenu.leftside {
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
}

#mobilemenu.leftside.show {
    left: 0;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
}

#mobilemenu>.scroller {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;	
}

#mobilemenu>.scroller>.wrap {
    width: 100%;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
}

#mobilemenu-overlay {
    display: none;
    background: #3a3f44;
    opacity: 0.7!important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}

#mobilemenu .dropdown {
    left: 100%;
    top: 0;
    width: 100%;
    border: medium none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    margin: 0;
    padding: 0;
}

#mobilemenu .expanded>.dropdown {
    display: block;
}

#mobilemenu .expanded>.dropdown>div {
    border-bottom: 1px solid #f2f2f2;
}

#mobilemenu .expanded>.dropdown .menu_back a {
    font-size: 14px;
    line-height: 22px;
    padding: 2px 20px 13px 14px;
    cursor: pointer;
    position: relative;
	 border-bottom: 1px solid #e8e8e8;
}

#mobilemenu .expanded>.dropdown .menu_back .svg {
    position: absolute;
    top: 16px;
    left: 13px;
}

#mobilemenu .expanded>.dropdown .menu_title {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: 600;
    padding: 15px 0;
	display:none;
}

#mobilemenu .menu a:hover .svg {
    background-color: transparent;
}

#mobilemenu .menu>ul {
    padding: 0 0 0px 0;
    margin: 0;
    display: block;
    position: initial;
}

#top_menu_empty_container {
    display: inline-block;
    width: 100%;
    height: 300px;
}

#mobilemenu .menu ul>li {
    list-style: none;
    display: block;
    margin: 0;
    /*border-bottom:1px solid #f2f2f2;*/
    width: 100%;
    padding: 0;
}



#mobilemenu .menu ul>li span {
    display: flex;
    align-items: center;
    font-size: 14px;
    min-height: 25px;
}

#mobilemenu .menu ul>li span img {
    max-width: 100%;
}

#mobilemenu .menu .img_mobile_menu {
    max-width: 50%;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

#mobilemenu .menu .img_mobile_menu img {
   /* height: 45px;
    width: 45px;*/
	/*height:100%;*/
}

#mobilemenu .menu ul li:before {
    display: none;
}

#mobilemenu .menu ul>li a {
    padding: 0 25px 0px 15px;
    display: block;
    position: relative;
}

#mobilemenu .menu ul>li a:not(.parent_mobile_cat) {
    color: #222;
}

#mobilemenu .menu ul>li a.parent {

}

#mobilemenu .menu ul>li .arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 30px;
    bottom: 0;
    cursor: pointer;
    padding-left: 8px;
    display: block;
    display: flex!important;
    align-items: center;
}

#mobilemenu .menu ul>li .arrow .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}
a.root-level:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

#mobilemenu .menu>ul>li>a {
    /*background: #fff;*/
    font-size: 1.8rem;
    color: #000;
}


#mobilemenu .menu>ul>li:not(.counters),
.menu ul>li.expanded,
.menu ul>li.selected:not(.counters) {
    position: initial;
}

#mobilemenu .menu>ul>li.counters>a>span {
    padding-right: 25px;
    position: relative;
}

#mobilemenu .menu>ul>li.counters .count {
    width: 17px;
    height: 17px;
    line-height: 17px;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    font-weight: initial;
    left: auto;
}

#mobilemenu .menu>ul>li.counters .count.empted {
    background: #969ba5;
}

#mobilemenu .menu.middle>ul>li>a {
    padding-left: 57px;
    background: #fbfbfb;
}

#mobilemenu .menu.middle a .svg {
    position: absolute;
}

#mobilemenu .menu.middle a .svg-cabinet {
    width: 14px;
    min-width: 14px;
    height: 17px;
    min-height: 17px;
    left: 21px;
    top: 22px;
}

#mobilemenu .menu.middle a .svg-cabinet-login {
    width: 16px;
    min-width: 16px;
    height: 17px;
    min-height: 17px;
    left: 21px;
    top: 22px;
}

#mobilemenu .menu.middle a .svg-address {
    width: 16px;
    min-width: 16px;
    height: 19px;
    min-height: 19px;
    left: 21px;
    top: 22px;
    background: url('images/svg/Marker.svg') 2px 0 no-repeat;
}

#mobilemenu .menu.middle a:hover .svg-cabinet-login {
    background-color: #222;
}

#mobilemenu .menu.middle a .svg-basket {
    width: 18px;
    min-width: 18px;
    height: 17px;
    min-height: 17px;
    left: 20px;
    top: 23px;
}

#mobilemenu .menu.middle a .svg-wish {
    width: 18px;
    min-width: 18px;
    height: 16px;
    min-height: 16px;
    left: 20px;
    top: 23px;
}

#mobilemenu .menu.middle a .svg-compare {
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    left: 20px;
    top: 23px;
}

#mobilemenu .menu.middle a .svg-phone {
    width: 9px;
    min-width: 9px;
    height: 12px;
    min-height: 12px;
    left: 25px;
    top: 26px;
}

#mobilemenu .menu.middle a:hover .svg-phone {
    background-color: transparent;
}

#mobilemenu .menu.middle a:hover .svg-cabinet {
    background-color: #222;
}

#mobilemenu .contacts .title {
    font-weight: bold;
    padding: 19px 20px 6px 19px;
}

#mobilemenu .contacts a {
    color: #222;
}

#mobilemenu .contacts .address,
#mobilemenu .contacts .email {
    padding: 12px 20px 0 50px;
    position: relative;
    line-height: 18px;
    font-size: 14px;
}

#mobilemenu .contacts .svg.svg-address {
    position: absolute;
    left: 20px;
    top: 14px;
    width: 13px;
    min-width: initial;
    height: 16px;
    min-height: initial;
}

#mobilemenu .contacts .svg-email {
    min-width: initial;
    min-height: initial;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 20px;
    top: 13px;
}

#mobilemenu .social-icons {
    border-bottom: 1px solid #f2f2f2;
}

#mobilemenu .social-icons ul {
    padding: 16px 0 30px 0;
    margin: 0;
}

#mobilemenu .social-icons li {
    list-style: none;
    display: block;
}

#mobilemenu .social-icons ul li:before {
    display: none;
}

#mobilemenu .social-icons li>a {
    font-size: 14px;
    line-height: 20px;
    background: none;
    padding: 5px 27px 5px 50px;
    width: 100%;
    opacity: 1;
    position: relative;
    margin: 0;
    height: auto;
    border-radius: 0;
}

#mobilemenu .social-icons li>a .svg {
    position: absolute;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    left: 19px;
    top: 5px;
}

#mobilemenu .social-icons a:hover .svg {
    background-color: #222;
}

#mobilemenu .downdrop .menu ul>li .arrow .svg {
    transform: rotate(0.25turn);
}

#mobilemenu .downdrop .dropdown {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 0 0 0 19px;
}

#mobilemenu .downdrop .expanded>.dropdown .menu_back,
#mobilemenu .mobilemenu-v2 .expanded>.dropdown .menu_title {
    display: none;
}

#mobilemenu .downdrop .menu ul>li.expanded {
    border-bottom: none;
}

#mobilemenu .downdrop .menu ul>li.expanded>a {
    border-bottom: 1px solid #f2f2f2;
}

.parent_mobile_cat {
    font-weight: 500;
}

#mobilemenu .dark-color i {
    font-size: 26px;
    position: relative;
	color:#666;
	padding-right:8px;
	top:4px;
}

#mobilemenu,
.menu_mobile_top,
.mobilemenu-v1,
.mobilemenu-v1 .wrap {
    height: 100%;
}

.mobile_close{
	width:16px;
	height:16px;
}
.box-modal_close {
  z-index: 0;
  position: static;
  background: url(/local/assets/images/close.svg) no-repeat 50% 50%;
    background-size: auto;
  background-size: 16px 16px;
  padding: 0;
  height: 100%;
}

.menu_mobile_frst{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin:15px 10px 15px;
	
}

.top_line_mobile_logo {
    display: flex;
    align-items: center;
}

.top_line_mobile_logo a {}

.top_line_mobile_logo img {
    width: 25px;
    height: 25px;
}
.mobile_menu_root_li{
	height:110px;
	
}
.top_list_mobile .mobile_menu_root_li:not(:last-child){
	margin-bottom:1px !important;
}
.root-level{
	display:block;
	line-height:110px;
	color:#fff;
	font-weight: 500 ;
	font-size:20px;
	text-transform:uppercase;
	background: linear-gradient(76.91deg, #ff2e40 1.9%, #dddddd 100%);
	border-bottom:1px solid #ccc;
}
.text_menu_root{
	color:#fff;	
	font-size:17px !important;
}
.mobile_menu_title{
	position:relative;
}
.img_mobile_menu{
	position:absolute;
	right:0px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content: flex-end;
}
.img_mobile_menu img{
	max-width:100%;
	max-height:90%;
}
.top_list_mobile {

}

.dropdown .level_two{
  border-bottom: 1px solid #e8e8e8;
  height:50px;
  line-height:50px;
  
}

.dropdown .mobile_close{
  position: absolute;
  right: 11px;
  top: 12px;
  width: 14px;
  height: 14px;
}
/*.header-bottom .container{overflow-x:hidden;}*/
li.header__burger_wrap.catalog_btn span {
    padding-left: 6px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
}
li.header__burger_wrap.catalog_btn {
    display: flex;
    align-items: center;
    background: #666;
    padding: 10px;
    border-radius: 5px;
}
li.header__burger_wrap.catalog_btn span{
	  padding-left: 20px;
}

.cross path {
    fill: #ffffff !important;
}
li.liroot.sert {
    white-space: break-spaces;
}