.column-menu--u-ihcqhlrzn { display: none;}
.menu_bot { list-style: none; margin: 0 0 0 30px; padding: 0; display: flex;}
.menu_bot li { max-width: 250px; padding-right: 15px; padding-bottom: 5px;}
.menu_bot li a { text-decoration: none; color: #fff; font-size: 15px;}
.menu_bot li a:hover { color: rgb(0, 246, 255)}
.wrap-div { min-width: 250px;}
.menu_bot ul { display: none;}
.menu_bot .wrap-div { display: none;}
.menu_bot .wrap-div:nth-child(1),
.menu_bot .wrap-div:nth-child(2),
.menu_bot .wrap-div:nth-child(3) { display: block;}

#work_search img { cursor: pointer;}
/*.div--u-int31ck7f { padding-right: 0;}
.div--u-icu4y2tdz { display: none;}*/
.filter_top {
	margin-bottom: 60px;
	padding: 38px 38px 45px;
	background: #f5f5f5;
	border-radius: 27px;
	border: 1px solid #f5f5f5;
}
.filter_top > .title {
	font-size: 21px;
	color: #313131;
	padding-bottom: 30px;
}

.select_item .title {
	text-align: left;
	font-size: 15px;
	color: #313131;
	padding-bottom: 8px;
	padding-left: 20px;
}
.block_paprams {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.select_item {
	width: 33%;
	max-width: 347px;
	position: relative;
	margin: 0 10px 20px;
}
.select_item:after {
	content:'';
	height: 8px;
	width: 14px;
	position: absolute;
	bottom: 16px;
	right: 20px;
	background: url(sbg.png) 0 0 no-repeat;
}
.select_item select {
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
	color: #000000;
	padding-left: 29px;
	padding-right: 40px;
	border-radius: 19px;
	width: 100%;
	height: 40px;
	border: 1px solid #878787;
	background: #fff;
}
.show_result { margin-top: 10px; text-align: center;}

.wrap_sorting {
	justify-content: center;
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	margin-top: 30px;
}
.item_sort {
	webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	color: #313131;
	margin-right: 30px;
	padding-left: 33px;
}

.item_sort:after {
	height: 20px;
	width: 20px;
	border-radius:20px;
	border: 1px solid #8a8a8a;
	content:'';
	position: absolute;
	left: 0;
	top: 0;
}
.item_sort.active:before{
	height: 14px;
	width: 14px;
	background: #5327b1;
	top: 4px;
	left: 4px;
	content:'';
	border-radius: 14px;
	z-index: 1;
	position: absolute;
}

.item_elem {
	padding: 30px 5px 14px 18px;
	background: #f5f5f5;
	border-radius: 25px;
	max-width: 285px;
	position: relative;
}
.item_elem .img { margin-bottom: 27px; text-align: center;}
.rating {
	top: 40px;
	right: 40px;
	position: absolute;
	padding: 0 8px;
	border-radius: 3px;
	background: #04de04;
	height: 25px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.item_elem .name {
	font-size: 20px;
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.options { margin-bottom: 0px;}
.options ul { list-style: none; padding: 0; margin: 0;}
.options ul li { font-size: 14px; color: #313131; margin-bottom: 8px;}

.price { font-size: 15px; margin-bottom: 10px;}
.price strong { font-size: 21px;}

.execution {
	font-size: 15px;
	color: #313131;
	padding-bottom: 25px;
}
.execution strong {
	font-size: 18px;
	color: #ff0000;
}
.execution strong.not {
	color: #04de04;
}

div.img a img{
    width:225px;    
}

.btn_item { text-align: center;}
.btn_item img { cursor: pointer;}

.block_list { display: flex;}

.item_elem { 
	min-width: 285px;
	margin-left: 10px;
	margin-right: 10px;
}
.btn_item { position: relative;}
.btn_item:after { height: 28px; position: absolute; bottom: 0; left: 0; right: 0; content:'';}
.mosaic-s3-include--u-ide77z0jv,
.mosaic-s3-include--u-i1r8rp1d3 { max-width: 1200px; margin: 0 auto;}
.info,
.info2 { 
	font-size: 11px;
	text-align: center;
	display: inline-block;
	padding: 4px;
	border: 1px solid #999292;
	border-radius: 31px;
	font-weight: bold;
	width: 15px;
	height: 15px;
	line-height: 5px;
	margin-left: 0;
	position: relative;
	opacity: 0.5;
	top: -4px;
}
.info2:hover span,
.info:hover span { display: block;}
.info2 span,
.info span { 
	display: none;
	position: absolute;
	bottom: 19px;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 4px;
	text-align: left;
}
.info_block { display: none; padding: 10px; border-radius: 25px; border: 1px solid #c5c5c5; box-shadow: 0 0 5px #666666; font-size: 12px; position: absolute; z-index: 1; background: #fff; bottom: 9px;}
.price,
.options ul li { position: relative;}

@media screen and (max-width: 768px) {
	/*.info { display: none;}*/
	
	.price strong { font-size: 18px;}
}
@media screen and (max-width: 480px) {
	.filter_top { padding-left: 15px; padding-right: 15px;}
	.select_item { width: 100%; margin-left: 0; margin-right: 0; max-width: 100%;}
	.select_item .title { padding-left: 0;}
	.select_item select { padding-left: 12px;}
	.item_elem { max-width: 100%; margin-left: 0; margin-right: 0;}
	.filter_top,
	.block_list { margin-left: 10px; margin-right: 10px;}
	div.img a img {width: 100%;}
}