.bx-top-nav, .bx-nav-1-lvl, .bx-top-nav .row {height:100%;}


.bx-top-nav-container {
	position: relative;
	padding: 0 10px 0px;
	border-radius: 2px;
	color: #333;
	background:#fff;
	height:100%;
}
.scrolled_bg .bx-top-nav-container, .scrolled_bg .bx-nav-1-lvl-link-text, .bx-top-nav-container:hover , .bx-top-nav-container:hover .bx-nav-1-lvl-link-text:hover{color: #333 !important; }

/*region 1 lvl*/
.bx-nav-list-1-lvl .row {
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 4px;
}

.bx-nav-1-lvl {
    position: inherit !important;
    white-space: nowrap;
    margin: auto;
}

.bx-nav-1-lvl-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 3px 14px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	display:none;
}


.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	color: #333;
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
}


/**/






/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl {max-height:100%;}
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	padding: 0;
	min-width: 100%;
	border-top: none;
	color: #000;
	opacity: 0;
	transition:.3s; 
	overflow:hidden;
	position:absolute;
	left:0px;
	height:50vh !important;
	display:none;
	background:#fff;
}



.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	left:0;
	z-index: 999;
	display: flex;
	opacity: 1;
	align-items: stretch;
	height:auto;
}

.bx-nav-list-2-lvl {
	margin: 0;

}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
    display: block;
    padding: 5px 15px 0px;
    border-bottom: none !important;
    text-decoration: none !important;
    height: auto;
    line-height: 10px;
}

.bx-nav-2-lvl-link-text {
	color: #333;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 24px;
    white-space: normal;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
	display: inline-block !important;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 15px;
	border-bottom: none;
	color: #333 !important;
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
    white-space: normal;
	font-weight: 300;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {

}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
}



.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
	
}


.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #333 !important;
	font-weight: 500;
	font-size: 14px;
}



.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }



.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }



.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }



.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 0px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 0px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 0px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

.row.goldrow div {display: none;}
li.header__burger_wrap.catalog_btn.col > div {
    display: block;
}
li.header__burger_wrap.catalog_btn.col {
    max-width: 150px;
}

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333 !important; }

.background-white {height:calc(var(--link-height) + 50vh); }
.background-white, .fadein {overflow:hidden; transition:.3s;}
.background-white {background:#fff !important; color:#333 !important;}
.background-white .bx-nav-2-lvl-container {height:400px; overflow:hidden;} 
.background-white .bx-nav-1-lvl-link-text, .background-white .a-ada-link__content{color:#333 !important;}

.bx-nav-1-lvl-link-image {height:50vh; display:flex; align-items:flex-start;}
.bx-nav-1-lvl-link-image img {border-radius:0px; overflow:hidden; margin:20px auto; max-height:80%;}


@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.grid_ul {
	        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        // grid-auto-rows: minmax(100px, auto);
}
.bx-nav-3-lvl {width:100%;}
li.header__burger_wrap.catalog_btn {
    display: flex;
    align-items: center;
    background: #e01f2e;
    padding: 10px;
    border-radius: 5px;
    height: 46px;
}
.catalog_btn.active .header__burger {
    display: none;
}
.header__burger {
    width: 30px;
    height: 19px !important;
    cursor: pointer;
    position: relative;
    top: 2px;
}
.cross {
    padding-left: 2px;
    display: none;
    cursor: pointer;
    width: 30px;
}
.catalog_btn.active .cross {
    display: block;
}
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 span {
    padding-left: 20px;
}
li.header__burger_wrap.catalog_btn span {
    padding-left: 20px;
}
.header__burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.header__burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff !important;
}
.header__burger span:nth-child(2) {
    margin: 5px 0;
}
.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:#E01F2E;
}
.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: 100%;
	z-index:2000;
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: calc(100vh - 221px) !important;
}
.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:12px;
overflow: hidden;
}
.multi-menu-right2{
	display:none;
	height:100%;
}
.multi-menu-right2.active{
	display:block;	
}
.multi-menu-right2 a:hover{
	color: #e01f2e; !important;
}
.block-level-2-title a.lvl2 {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    white-space: normal;
}
.lvl2:hover{
	color: #e01f2e; !important;
}
.subtotst0{
	padding-bottom:9px;
}
.block-level-3-title{
  padding:6px 0px;
}
.block-level-3-title a.lvl3 {
    overflow: hidden;
    display: block;
    padding: 0;
    border-bottom: none;
    color: #333 !important;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    white-space: normal;
}
.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:40px;

}
.block-column2 .block-level-2{
	padding-bottom:15px !important;
}
.wrap_child_level2{
	margin-top:12px;
}
.title_block_menu a {
    height: 36px;
    color: #222;
    font-weight: 700;
    font-size: 24px;
    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: 0px 12px 10px 12px !important;
	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: space-between !important;
 }






































.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: #e01f2e;	
}




/*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;
    font-family: 'Montserrat', sans-serif !important;
}

#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:##E01F2E;
	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: #e01f2e;
    padding: 10px;
    border-radius: 5px;
}
li.header__burger_wrap.catalog_btn span{
	  padding-left: 20px;
}
.header__burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff !important;
}
.cross path {
    fill: #ffffff !important;
}
li.liroot.sert {
    white-space: break-spaces;
}
nav#cont_ {
    width: 100%;
}
.bx-nav-1-lvl.bx-nav-list-1-col.bx-nav-parent.col a span {
    text-align: center;
    display: block;
}

.head.gold {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
}
span.bx-nav-2-lvl-link-text {
    text-align: left !important;
}
a.bx-nav-2-lvl-link {
    padding-left: 0;
}
.bx-nav-2-lvl-container.showblock.hideblock.background-white {
    flex-direction: column;
    height: calc(100vh - 221px) !important;
	    margin-top: 3px;
	    overflow-y: scroll;
}
span.bx-nav-3-lvl-link-text {
    text-align: left !important;
}
a.bx-nav-3-lvl-link {
    padding-left: 0;
}
.bx-nav-list-2-lvl.row {
    place-items: flex-start;
}
.row.goldrow {
    align-items: center;
}
ul.bx-nav-list-3-lvl {
    margin-top: 15px;
}
.bx-nav-2-lvl.col-9.mycustom-scroll {
    padding-left: 5px;
}
.bx-nav-2-lvl-container {
    flex-direction: column;
}
span.bx-nav-3-lvl-link-text.gold {
    color: #e01f2e;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 24px;
    white-space: normal;
}

.bx-nav-2-lvl-container.showblock.hideblock.background-white::-webkit-scrollbar {
    width: 16px;
}
 
.bx-nav-2-lvl-container.showblock.hideblock.background-white::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
	width:10px;
}
 
.bx-nav-2-lvl-container.showblock.hideblock.background-white::-webkit-scrollbar-thumb {
    background-color: #e01f2e;
    border-radius: 100px;
	width:10px;
}
.bx-top-nav-container{
	position:unset;
}
.bx-nav-1-lvl {
	position:inherit;
}
.header-bottom .container {
    align-items: flex-start !important;
	    flex-direction: column !important;
}
.last_column_wrap .sproduct-title {
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 17px;
    display: block;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    color: #010101;
    font-family: "Montserrat";
    font-size: 15px;
    text-align: left;
    line-height: 17px;
	    text-wrap: balance;
}
.last_column_wrap .sproduct-price {
    font-size: 14px !important;
}
.countitemsa {
    cursor: pointer;
    display: inline-block;
    color: #e01f2e;
    font-size: 13px;
    margin-top: 6px;
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 17px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 4px;
}
li.bx-nav-3-lvl.dnon.tabitem {
    display: none;
}
li.trvvv {
    list-style: none;
}
a.bx-nav-1-lvl-link span {
    font-weight: 700;
}
a.bx-nav-1-lvl-link._discount {
    padding-left: 32px;
    background: url(/local/templates/fplace_index/images/discount.svg) left center / 18px no-repeat;
}
.block-level-3-title.dnon.tabitem {
    display: none;
}
@media(max-width:767px){
.bx-nav-1-lvl.bx-nav-list-1-col.bx-nav-parent.col-auto.ml-0.pl-0 {
    display: block;
}
.header__burger {
    display: block !important;
}	
}
.block-column2 {
    display: flex;
    flex-wrap: wrap;
}
.multi-menu-right2.active {
    overflow-x: hidden;
}
.title_block_menu {
    margin-bottom: 15px;
}
.last_column {
    width: 25% !important;
    max-width: 300px !important;
    margin-left: 20px !important;
    flex-grow: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.last_column_wrap {
    text-align: center !important;
    width: 100% !important;
}

.last_column_wrap .goods-item__price {
    font-size: 14px !important;
    line-height: 1 !important;
    margin-top: 8px !important;
    font-weight: 300 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.last_column_wrap>.catalog-item.cont-item-default>.sproduct-cont-1:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 13px 0 rgba(34, 60, 80, .2);
    -moz-box-shadow: 0 1px 13px 0 rgba(34, 60, 80, .2);
    box-shadow: 0 1px 13px 0 rgba(34, 60, 80, .2) !important;
}
.last_column_wrap>.catalog-item.cont-item-default>.sproduct-cont-1 {
    padding: 0 25px 0 25px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #eaeaea !important;
    border-radius: 5px;
}
.last_column_wrap .catalog-item {
    width: 100%;
}
@media(min-width:1800px){
.bx-nav-2-lvl-container.showblock.hideblock.background-white{max-height:70vh !important;}
.multi-menu-right, .multi-menu-left{max-height: 70vh !important;}
}
@media(min-width:1925px){
.bx-nav-2-lvl-container.showblock.hideblock.background-white{max-height:60vh !important;}
.multi-menu-right, .multi-menu-left{max-height: 60vh !important;}
}
.multi-menu.active {
    border-bottom: 1px solid #ccc;
}
.bx-nav-2-lvl-container.showblock.hideblock.background-white {
   border-bottom: 1px solid #ccc;
}
section.news>.container>.catalog-items>.catalog-item>.sproduct-cont-1:hover {
    border: none !important;
    box-shadow: none !important;
}
section.news>.container>.catalog-items>.catalog-item>.sproduct-cont-1 {
    border: none;
}