.lmenu {
	min-width: 100px;
}
.menu-trigger, .news {
	cursor: pointer;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-family: "Lato","HelveticaNeue","Helvetica Neue",sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
    border-bottom: 3px solid #f0f0f0;
	position: relative;
	text-transform: uppercase;
}
.menu-trigger:before {
	content: '';
	position: absolute;
	top: 33%;
	margin-top: 0px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-left: 2px solid #333333;
	border-top: 2px solid #333333;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news{
		cursor: default;
}
.news:before {
content: '';
position: absolute;
top: 33%;
margin-top: 0px;
right: 15px;
width: 8px;
height: 8px;
}
.menu-trigger.active:before {

	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu-trigger + ul {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.menu-trigger.active + ul {
	max-height: fit-content;
	overflow: hidden;
	-webkit-transition: all 1s ease 0.3s;
	-moz-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
}

.ul-menu {
	list-style:none;
	
}
.lmenu .ul-menu {
	padding-left: 5px;
}
.lmenu .ul-menu li {
	margin-bottom: 5px;
}
.lmenu .ul-menu li a:hover {
	color: #338dbc;
}
.lmenu .ul-menu>.li-normal {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Lato","HelveticaNeue","Helvetica Neue",sans-serif;
    color: #4c4c4c;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-mox-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.lmenu .ul-menu>.li-normal2 {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Lato","HelveticaNeue","Helvetica Neue",sans-serif;
    color: #4c4c4c;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-mox-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.lmenu .ul-menu>.li-normal a {
	color: #4c4c4c;
	text-decoration: none;	
  -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

}
.lmenu .ul-menu>.li-normal.active a {
	color: #338dbc;
}

.lmenu .ul-menu>.li-normal2>a {
	color: #338dbc;
	text-decoration: none;
}

.lmenu .ul-menu>.li-normal.active, 
.lmenu .ul-menu>.li-normal:hover {
	color: #338dbc;
}

.active {
	color: #338dbc;
}

.level2-menu {
	margin: 20px 0px 0px -40px;
}

.level2-menu>.ul-menu>.li-normal {
	padding: 0px 0px 10px 0px;
}

.level2-menu>.ul-menu>.li-normal>a {
	color: #4c4c4c;
	text-decoration: underline;
}

.level2-menu>.ul-menu>.li-normal>a:visited {
	color: #003399;
}

.level2-menu>.ul-menu>.li-normal>a:hover {
	color: #338dbc;
}

.bx-no-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_container {
	position:absolute;
	z-index:990;
	top:0;
	left:0;
	right:0;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	border-radius:3px;
	/*border:1px solid #d3d3d3;*/
	background:#fff;
	/*-webkit-animation:borderview 0.5s;
	animation:borderview 0.5s;*/
}

@media (min-width:1050px){
	.bx-no-touch  .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_container{
		padding:0 25px 15px
	}
}
@media (max-width:1050px){
	.bx-no-touch  .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_container{
		padding:0 15px 15px
	}
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_title{
	overflow:auto;
	height:auto !important;
}
@media (max-width:479px){
	.bx-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_controls {
		height:auto
	}
}
.bx_item_list_recommended .bx_catalog_item .bx_catalog_item_controls{
	opacity:1
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_controls,
.bx-no-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_articul,
.bx-no-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_scu {
	display: block;
}
.bx_item_list_recommended {
	min-height: 400px;
}