

/* Start:/local/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/style.css?17097076989415*/
.catalog_filter_left {
	float:left;
	width:18.7%;
}
.wrap_section {
	width:80%;
	float:right;
	clear:right;
}
.top_plash {
	background:transparent;
	border:1px solid #ebebec;
    /*background: #ebebec;*/
	/*border-radius:5px;*/
	overflow:hidden;
	height:40px;
}
.top_plash .title_text {	
	font-size:12px;
	color:#444648;
	text-shadow:1px 1px 1px #fff;
	line-height: 40px;
}
.top_plash .value_sort {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:7px;
	margin-left:29px;
}
.top_plash .value_sort li {
	float:left;
}
.top_plash .value_sort li.active {
	background:#444648;
	border-radius:3px;
}
.top_plash .value_sort li.active .arrow_down {
	display: inline-block;	
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #fff;
	position:absolute;
	left:9px;
	top:10px;
}
.top_plash .value_sort li.active .arrow_up {
	display: inline-block;	
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #fff;
	position:absolute;
	left:9px;
	top:10px;
	margin-right:5px;
}
.top_plash .value_sort li a {
	display:block;
	color: #444648;
	text-shadow: 1px 1px 1px #fff;
	font-size:12px;
	padding: 5px 10px 5px 24px;
	text-decoration:none;
	position:relative;
}
.top_plash .value_sort li.active a {
	color:#fff;
	text-shadow:none;
	
}

.top_plash .sort_plash {
	padding-left:13px;
	margin-right: 20%;
}
.view_catalog {
	overflow:hidden;
	margin-right:18px;
}
.view_catalog a {
	float:left;
	width:20px;
	height:18px;
	background:url(/local/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/images/sprite_sort.png) no-repeat;
	display:block;
	margin-right:12px;
	margin-top:12px;
}
.view_catalog  .title_text {
	margin-right:18px;
}
.view_catalog a.table {
	background-position:-20px 0;	
}
.view_catalog a.table_active {
	background-position:-20px -18px;
}
.view_catalog a.pic_list {
	background-position:0 0;
}
.view_catalog a.pic_list_active {
	background-position:0 -18px;
}
.view_catalog a.cells {
	background-position:-40px 0;
}
.view_catalog a.cells_active {
	background-position:-40px -18px;
}
@media (max-width:959px){
	.adaptiv .catalog_filter_left {
		display:none;
	}
	.adaptiv .wrap_section {
		width:100%;
		float:none;
	}
}
.full_size {
	width:100%;
}
.catalog_filter_top {
	width:100%;
	background:#eee;
	color:#5a5a5a;
	font-family:Arial,sans-serif;
	text-transform:uppercase;
	font-size:14px;
	height:35px;
	margin-bottom:20px;
	position:relative;
	z-index:20;
}
.wrap_section .search_model {
	float:left;
	padding-left:16px;
	margin-top:10px;
	
}
.wrap_section .sort {
	float:left;
	margin-top: 5px;
	padding-left:15%;
}
.wrap_section .view_catalog {
	float:left;
	margin-left:25%;
	margin-top:10px;
}
.wrap_section .view_catalog a{
	display:inline-block;
	width:17px;
	height:15px;
	background-image:url(/local/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/images/sprite_sort.png);
}
.wrap_section .view_catalog a.cells {
	background-position:top right;
}
.wrap_section .view_catalog a.cells_active {
	background-position:bottom right;
}
.wrap_section .view_catalog a.list {
	background-position:top left;
}
.wrap_section .view_catalog a.list_active {
	background-position:bottom left;
}
.wrap_section .view_catalog .line_view{
	display:inline-block;
	height:15px;
	background:#b1b1b1;
	margin:0 7px 0 8px;
	width:1px;
}
.wrap_section .sort .sort_dropdown {
	border-radius:0 0 3px 3px;
	display: none;
	position: absolute;
	width: 163px;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #d5d5d5;
	background: #fff;
	border-top: 0;	
	top:25px;	
}
.wrap_section .sort .sort_dropdown li {
	padding-left:15px;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wrap_section .sort .sort_dropdown li:last-child {
	border-bottom:0;
}
.wrap_section .sort .sort_dropdown a {
	color:#5a5a5a;
	text-decoration:none;
}
.wrap_section .sort .sort_dropdown li:hover a{
	text-decoration:underline;
	color:#cf9f33;
}
.wrap_section .sort .active_sort {
	position:relative;
	cursor:pointer;
	display:inline-block;
	margin-left:9px;
	height:24px;
	width:148px;	
}
.wrap_section .sort .active_sort_bg {	
	position:relative;
	border:1px solid #d5d5d5;
	z-index:10;
	height:24px;
	width:148px;
	line-height: 25px;
	border-radius:3px;	
	padding-left:15px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.wrap_section .sort .active_sort span.arrow_sort{
	width: 9px;
	position: absolute;
	right: 9px;
	height: 24px;
	background: url(/local/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/images/arrow_sort.png) no-repeat;
	display: inline-block;
}
.wrap_section .sort .active_sort:hover .sort_dropdown{
	display:block;
}
.catalog_filter_top .count_filter {
	float:right;
	margin-right:25px;
	margin-top:10px;
}
.catalog_filter_top .count_filter span.title {
	padding-right:5px;
}
.catalog_filter_top .count_filter a {
	text-decoration:none;
	color:#5a5a5a;
	padding:5px;
}
.catalog_filter_top .count_filter a.active, .catalog_filter_top .count_filter a:hover{
	text-decoration:underline;
}
@media all and (max-width:1230px){
	.adaptiv .title_text {
		display:none;
	}
	.adaptiv .top_plash .value_sort {
		margin-left:5px;
	}
	.adaptiv .top_plash .sort_plash {
		margin-right: 7%;
		padding-left:0;
	}
}
@media all and (max-width:900px){
	.adaptiv .top_plash .sort_plash {
		margin-right: 2%;
		padding-left:0;
	}
}
@media all and (max-width:645px){
	.adaptiv .top_plash .sort_plash {
		margin-right: 0%;
		padding-left:0;
	}
}
/*bitrix*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.adaptiv .grid2x1 .bx_sidebar{
		padding-left: 4%;
	}	
}
@media (max-width:768px){
	.adaptiv #ajax_compare {
		display:none;
	}
}
@media (max-width:640px) {
	.adaptiv .grid2x1 .bx_content_section,
	.adaptiv .grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.adaptiv .grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.adaptiv .grid2x1 .bx_sidebar{
		padding-left: 1%;
	}
}
@media (max-width:1200px) {
	.menu-resize-container {
		display: none;
	}
}
/**START hide btn**/
@media screen and (min-width: 1200px){

	.menu-resize-container {
	    display: block;
	    position: absolute;
	    top: 45px;
	    /*left: 234px;*/
	    height: 85%;
	    width: 10px;
	    cursor: w-resize;
	    z-index: 130;

		position: relative;
		float: left;
	    width: 0.5%;
/**/
	    /*border: 1px dashed red;*/
/**/
	}

	.menu-resize-item {
	    display: none;
	    opacity: 0;
	    /*opacity: 1;*/
	    position: absolute;
	    top: 50%;
	    /*left: 230px;*/
	    width: 18px;
	    height: 50px;
	    border-radius: 13px;
	    background: #fafbfc;
	    -webkit-box-shadow: 0 7px 18px -6px rgba(0,0,0,0.6);
	    -moz-box-shadow: 0 7px 18px -6px rgba(0,0,0,0.6);
	    box-shadow: 0 7px 18px -6px rgba(0,0,0,0.6);
	    -webkit-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	    -webkit-transition: opacity .3s ease;
	    transition: opacity .3s ease;
	}

	.menu-resize-btn {
	    background-position: 4px -135px;
	}

	.menu-resize-btn {
	    display: inline-block;
	    position: relative;
	    height: 50px;
	    width: 13px;
	    background: url(/bitrix/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/bitrix/catalog.section.list/tile/images/menu-sprite.svg) no-repeat;
	    background-size: cover;
	    box-sizing: border-box;
	    cursor: pointer;
	}
	.menu-resize-btn:after {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    background: url(/bitrix/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/bitrix/catalog.section.list/tile/images/menu-sprite.svg) 4px -213px no-repeat;
	    background-size: cover;
	    -webkit-transition: opacity .3s ease;
	    transition: opacity .3s ease;
	    /*opacity: 0;*/
	}

	.view_type_btn{
		width: 40px;
		height: 40px;
		position: fixed;
		left: 30px;
		bottom: 80px;
		border-radius: 5px;
		display: block;
		background-color: blue !important;
	}
	.left_col.fulltype{
		display: none;
	}
	.right_col.fulltype{
		width: 99% !important;
	}
	#left-menu-resizer-button.fulltype > span::after{
		transform: scale(-1, 1);
    	background-position-x: -1px;
	}

}
/**END hide btn**/

.imageNew{
	background: url(/bitrix/templates/unimagazin_s1/images/catalog/imgList.png)  no-repeat;
	background-size: 33px, 22px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-position: 0;

}

a.ui-state-active .imageNew,  body .uni-panel-sort .view .views > a.text:hover .imageNew{
	background-position: -16px;
}
/* End */


/* Start:/local/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/bitrix/catalog.section.list/tile/style.css?17097076983553*/
.catalog-sections-list {
	position: relative;
	display: block;
	background: transparent;
	white-space: nowrap;
	margin-top: -9px;
	margin-bottom: -9px;
}

.catalog-sections-list .element {
	position: relative;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
}

.catalog-sections-list .element .wrapper {
	position: relative;
	display: block;
	border: 1px solid #ebebeb;
	text-decoration: none;
}.catalog-sections-list .element .wrapper:focus {
	outline: none;
}

.catalog-sections-list .element .image {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.catalog-sections-list .element .image > div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
    font-size: 0px;
    white-space: nowrap;
    text-align: center;
}

.catalog-sections-list .element .image > div .valign {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}

.catalog-sections-list .element .image > div img {
	position: relative;
    display: inline-block;
    vertical-align: middle;
	border: none;
    max-width: 100%;
	max-height: 100%;
}

.catalog-sections-list .element .text {
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.catalog-sections-list .element .text .text-wrapper {
	font-size: 13px;
	line-height: 19px;
	color: #333;
	font-weight: bold;
	text-align: center;
	white-space: normal;
	height: 58px;
	overflow: hidden;
}







/**START hide btn**/
/*
.menu-resize-container {
    display: block;
    position: absolute;
    top: 45px;
    height: 85%;
    width: 10px;
    cursor: w-resize;
    z-index: 130;

	position: relative;
	float: left;
    width: 0.5%;

    border: 1px dashed red;

}

.menu-resize-item {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 18px;
    height: 50px;
    border-radius: 13px;
    background: #fafbfc;
    -webkit-box-shadow: 0 7px 18px -6px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 7px 18px -6px rgba(0,0,0,0.6);
    box-shadow: 0 7px 18px -6px rgba(0,0,0,0.6);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.menu-resize-btn {
    background-position: 4px -135px;
}

.menu-resize-btn {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 13px;
    background: url(/bitrix/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/bitrix/catalog.section.list/tile/images/menu-sprite.svg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    cursor: pointer;
}
.menu-resize-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/bitrix/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/bitrix/catalog.section.list/tile/images/menu-sprite.svg) 4px -213px no-repeat;
    background-size: cover;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    /*opacity: 0;*/
    /*
}


@media screen and (min-width: 1200px){
	.view_type_btn{
		width: 40px;
		height: 40px;
		position: fixed;
		left: 30px;
		bottom: 80px;
		border-radius: 5px;
		display: block;
		background-color: blue !important;
	}
	.left_col.fulltype{
		display: none;
	}
	.right_col.fulltype{
		width: 99% !important;
	}
	#left-menu-resizer-button.fulltype > span::after{
		transform: scale(-1, 1);
    	background-position-x: -1px;
	}
}

/**END hide btn**/

/* End */
/* /local/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/style.css?17097076989415 */
/* /local/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/bitrix/catalog.section.list/tile/style.css?17097076983553 */
