

/* 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.element/product_maxi_opt/style.css?174282455738077*/
a.fancy-catalog:before,
a.fancy-catalog:after {
    display: none !important;
}

.marks.opt_action {
    display: flex;
}

.marks {
    position: absolute;
    z-index: 3;
    /*margin: 20px!important; -4px;*/
}


html.magnifying > body {
    overflow-x: hidden !important;
}

.best_predl {
    background: #32CD32;
    color: white;
    font-size: 14px;
    padding: 8px;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 10px;
}

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
    min-width: 0;
    min-height: 0;
    animation: none;
    border: none;
    float: none;
    margin: 0;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none;
}

.magnify {
    position: relative;
    width: auto;
    height: auto;
    box-shadow: none;
    display: inline-block;
    z-index: inherit;
}

.blockProduct .block_not_can_by {
    color: #828282;
    font-weight: bolder;
    padding: 10px;
    font-size: 14px;
}

.buys .block_not_can_by {
    color: #828282;
    padding: 10px;
    cursor: default;
    font-family: 'Ubuntu';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    float: right;
    margin-top: -5px;
}

.all_name {
    padding-left: 250px;
    font-size: 10px;
    font-weight: 800;
    padding-right: 101px;
    padding-block-end: 2px;
}

.magnify > .magnify-lens { /* Magnifying lens */
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    /* Multiple box shadows to achieve the glass lens effect */
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 99;
}

.magnify > .magnify-lens.loading {
    background: #333 !important;
    opacity: 0.8;
}

.magnify > .magnify-lens.loading:after { /* Loading text */
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    content: 'Loading...';
    font: italic normal 16px/1 Calibri, sans-serif;
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none;
}

.item {
}

.item .row {
    display: block;
    overflow: hidden;
}

.item .title {
    font-size: 21px;
    color: #444648;
    font-weight: normal;
    margin-top: 0px;
}

.krat-error {
    font-size: 10px;
    color: red;
}


.block-title {
    font-size: 16px;
    font-weight: bolder;
    /*border-bottom: 1px solid #ff000040;*/
}

/*РўРѕРІР°СЂ РґРЅСЏ*/
.item .product-of-day {
    position: relative;
    display: block;
    background: #fed000;
    font-size: 0px;
    border-radius: 5px;
    padding: 15px;
}

.edinica-error {
    font-size: 14px;
    color: red;
    line-height: 0;
}

.item .product-of-day .valign {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    height: 100%;
    width: 0px;
}

.item .product-of-day .day {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: center;
    color: #202020;
    font-weight: bold;
}

.item .product-of-day .day .number {
    font-size: 20px;
    line-height: 20px;
}

.item .product-of-day .day .month {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.item .product-of-day .timer > .title,
.item .product-of-day > .title {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #202020;
    font-size: 20px;
    line-height: 20px;
}

.item .product-of-day > .title {
    font-weight: bold;
    margin-left: 30px;
}

.item .product-of-day .timer > .title {
    margin-right: 20px;
}

.item .product-of-day .timer {
    position: absolute;
    padding: 15px;
    height: 100%;
    top: 0px;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item .product-of-day .timer .countdown {
    display: inline-block;
    vertical-align: middle;
}

.item .product-of-day .timer .countdown .pd_td {
    background: #fff;
    font-size: 16px;
    color: #000;
    padding: 7px;
    border-radius: 3px;
    font-weight: bold;
}

.item .product-of-day .timer .countdown .pd_num_separator {
    font-size: 16px;
    color: #000;
    padding: 5px;
    font-weight: bold;
}

/*РЎР»Р°Р№РґРµСЂ РєР°СЂС‚РёРЅРѕРє*/
.item .image-slider {
    position: relative;
    float: left;
    width: 450px;
}

/*Р“Р»Р°РІРЅР°СЏ РєР°СЂС‚РёРЅРєР°*/
.item .image-slider > .image-box {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 155%;
    text-align: center;
    font-size: 0px;
    white-space: nowrap;
}

.item .image-slider > .image-box .wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.item .image-slider > .image-box .wrapper .marks {
    display: block;
    top: 10px;
    left: 10px;
}

.item .image-slider > .image-box .wrapper .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .image-slider > .image-box .wrapper .slider-images,
.item .image-slider > .image-box .wrapper .slider-images .image {
    width: 100%;
    height: 100%;
}

.item .image-slider > .image-box .wrapper .slider-images .image {
    display: none;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.item .image-slider > .image-box .wrapper .slider-images .image.zoom:hover {
    border: 1px solid #e7e7e7;
}

.item .image-slider > .image-box .wrapper .slider-images .image.noeffect {
    cursor: default;
}

.item .image-slider > .image-box .wrapper .slider-images .image:first-child {
    display: block;
}

.item .image-slider > .image-box .wrapper .slider-images img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

/*РЎРїРёСЃРѕРє РєР°СЂС‚РёРЅРѕРє*/
.item .image-slider > .list {
    position: relative;
    display: block;
    margin-top: 20px;
}

/*РљРЅРѕРїРєРё СЃРїРёСЃРєР°*/
.item .image-slider > .list .buttons {
    position: absolute;
    width: 100%;
    height: 100%;
}

.item .image-slider > .list .buttons .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .image-slider > .list .buttons .wrapper {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.item .image-slider > .list .buttons .button {
    position: absolute;
}

.item .image-slider > .list .buttons #left.button {
    left: 0px;
}

.item .image-slider > .list .buttons #right.button {
    right: 0px;
}

/*РЎР°РјРё РєР°СЂС‚РёРЅРєРё*/
.item .image-slider > .list .items {
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0px;
}

.item .image-slider > .list .image {
    position: relative;
    display: inline-block;
    width: 25%;
    padding-top: 25%;
    white-space: nowrap;
    font-size: 0px;
    text-align: center;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item .image-slider > .list .image .wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.item .image-slider > .list .image .wrapper > div {
    position: relative;
    padding: 4px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item .image-slider > .list .image .wrapper > div > div {
    height: 100%;
    padding: 4px;
    border: 3px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition-property: border-color;
    transition: 0.3s;
}

.item .image-slider > .list .image.selected .wrapper > div > div,
.item .image-slider > .list .image:hover .wrapper > div > div {
    border: 3px solid #1a58d7;
}

.item .image-slider > .list .image .wrapper .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .image-slider > .list .image .wrapper img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.item .information {
    position: relative;
    margin-left: 500px;
}

.item.with-menu .information {
    margin-left: 250px;
}

.item.with-menu .information.with-menu {
    margin-left: 250px;
}

.item .prices {
    width: 100%;
}

.item .prices .sku-adaptiv-title {
    display: none;
}

.item .prices tr {
    height: 85px;
    border-bottom: 1px solid #e8e8e8;
}

.item .prices .header {
    color: #8f8f8f;
    text-align: center;
    height: 50px;
}

.item .prices .header td {
    color: inherit;
    text-align: inherit;
}

.item .prices .rows {
    color: #636363;
    text-align: center;
}

.item .prices .rows td {
    color: inherit;
    text-align: inherit;
}

.item .prices .image {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 0px;
    white-space: nowrap;
}

.item .prices .image .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .prices .image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

/*РљР°СЂС‚РёРЅРєРё СЃ РјРµРЅСЋ*/
.item.with-menu .image-slider {
    width: 200px;
}

.item.with-menu .image-slider > .list .image {
    width: 50%;
    padding-top: 50%;
}

/* Р‘СЂРµРЅРґ */
.item .information .brand {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 90px;
    height: 90px;
    text-align: center;
    white-space: nowrap;
    font-size: 0px;
    z-index: 1;
}

.item .information .brand img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

/* РђСЂС‚РёРєСѓР»СЊ */
.item .information .article {
    position: relative;
    float: left;
    margin-right: 32px;
    font-size: 14px;
    line-height: 18px;
    color: #a7a7a7;
}

/* Р’ РЅР°Р»РёС‡РёРё/ РЅРµ РІ РЅР°Р»РёС‡РёРё*/
.item .prices .state,
.item .information .state {
    position: relative;
    float: left;
    font-size: 11px;
    line-height: 18px;
    color: #474747;
}

.item .count_text_value {

}

.item .prices .state.available,
.item .information .state.available {

}

.item .prices .state.unavailable,
.item .information .state.unavailable {

}


.item .prices .state {
    display: inline-block;
    float: none;
}

.item .prices .state .icon,
.item .information .state .icon {
    position: relative;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 6px;
    width: 14px;
    height: 10px;
    background: url('/local/templates/unimagazin_s1/components/bitrix/catalog.element/product_maxi_opt/images/state.png');
}

.item .prices .state.available .icon,
.item .information .state.available .icon {
    background-position: top;
}

.item .prices .state.unavailable .icon,
.item .information .state.unavailable .icon {
    background-position: bottom;
}

/*Р¦РµРЅР°*/
.item .information .price {
    position: relative;
}

.item .information .price .current {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 30px;
    line-height: 36px;
    color: #252525;
    font-weight: bold;
}

.item .information .price .old {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 36px;
    color: #3b3b3b;
    text-decoration: line-through;
}

/* РЎС‚РѕСЂРѕРЅР° Р·Р°РєР°Р·Р° */
.item .information .order {
    position: relative;
    font-size: 0px;
    margin-top: -5px;
    margin-bottom: -5px;
    display: inline-block;
}

.heart-x-text .fix-likes-m-logo {
    margin-bottom: -4px !important;
}

.item .information .order .buy-block {
    margin-top: -5px;
    margin-bottom: -5px;
}

.item .information .order .buy-block > div,
.item .information .order > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.item .information .order .valign {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item .information .order .buy-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

/*РљРѕРЅС‚СЂРѕР» РєРѕР»РёС‡РµСЃС‚РІР°*/
.item .prices .count,
.item .information .order .count {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.item .information .order .count {
    /* height: 40px; */
}

.item .information .order .buy-block .count,
.item .prices .count {
    height: 36px;
}

/*--------------------------------*/
.item .prices .count input[type=text],
.item .information .order .count input[type=text] {
    border: 1px solid #d2d2d2;
    color: #707070;
    font-size: 14px;
    box-sizing: border-box;
    width: 50px;
    padding: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item .information .order .count input[type=text] {
    line-height: 36px;
    height: 38px;
}

.item .information .order .buy-block .count input[type=text],
.item .prices .count input[type=text] {
    line-height: 34px;
    height: 36px;
}

/*--------------------------------*/
.item .prices .count button,
.item .information .order .count button {
    border: 1px solid #d2d2d2;
    font-size: 14px;
    vertical-align: top;
    width: 35px;
    color: #707070;
    background: transparent;
    padding: 0px;
}

.item .information .order .count button {
    line-height: 36px;
    height: 38px;
}

.item .information .order .buy-block .count button,
.item .prices .count button {
    line-height: 34px;
    height: 36px;
}

.item .prices .count button:hover,
.item .information .order .count button:hover {
    /* background: #d2d2d2;*/
    border-color: #e83521;
    color: #e83521;
}

.item .prices .count button:focus,
.item .information .order .count button:focus {
    outline: none;
}

.item .prices .count button#increase,
.item .information .order .count button#increase {
    border-radius: 0px 3px 3px 0px;
}

.item .prices .count button#decrease,
.item .information .order .count button#decrease {
    border-radius: 3px 0px 0px 3px;
}

/**РљРѕРЅС‚СЂРѕР» РєРѕР»РёС‡РµСЃС‚РІР°**/

.item .information .order > .buy,
.item .information .order > .buy-block > .buy {
    /* display: inline-block; */
    display: block;
    vertical-align: middle;
    height: 40px;
}

.item .information .order > .buy-block > .buy {
    height: 36px;
}

/*РљРЅРѕРїРєРё*/
.item .information .order .buy-block > .buy > .one-click-buy
.item .information .order .buy-block > .buy > .buy,
.item .information .order .buy > .one-click-buy,
.item .information .order .buy > .buy,
.item .prices .buy > .one-click-buy,
.item .prices .buy > .buy {
    font-size: 14px;
    line-height: 14px;
    padding: 13px 50px;
}

.item .information .order .buy-block > .buy > .buy,
.item .information .order .buy > .buy,
.item .prices .buy > .buy {
    width: 100%;
}

.item .prices .buy > .one-click-buy,
.item .information .order .buy > .one-click-buy {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #d2d2d2;
    color: #707070;
}

.item .prices .buy > .one-click-buy:hover,
.item .information .order .buy > .one-click-buy:hover {
    background: #d2d2d2;
}

.item .prices .buy > .one-click-buy {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item .prices .buy > .buy {
    padding: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.item .prices .buy > .one-click-buy,
.item .prices .buy > .buy {
    height: 36px;
}

.item .information .order .buy-block > .buy > .one-click-buy {
    padding-top: 10px;
    padding-bottom: 10px;
}

.item .information .order .buy-block > .buy > .buy {
    padding-top: 11px;
    padding-bottom: 11px;
}

/*---------------------------------*/
.item .information .order .min-buttons {
    display: inline-block;
    vertical-align: middle;
}

/*---------------------------------*/
.item .prices .min-button,
.item .information .order .min-buttons .min-button {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 8px;
}

.item .information .order .min-buttons .min-button:first-child {
    margin-left: 0px;
}

/* РћРїРёСЃР°РЅРёРµ */
.item .description,
.item .description {
    color: #8b8b8b;
}

/* РЎРѕРєСЂР°С‰РµРЅРЅС‹Рµ С…Р°СЂР°РєС‚РµСЂРёСЃС‚РёРєРё */
.item .information .properties {
    color: #707070;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
}

.item .information .properties .property:before {
    content: '';
    position: absolute;
    display: block;
    background: #1a58d7;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    left: 0px;
    top: 9px;
}

.item .information .properties .property {
    position: relative;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 10px;
}

.item .information .properties .all-properties {
    float: left;
    width: 100%;
    margin-top: 8px;
    text-decoration: underline;
    cursor: pointer;
    list-style: none;
    padding-left: 10px;
}

/* Р Р°СЃС€РёСЂРµРЅРЅС‹Рµ РїСЂРѕРїРµСЂС‚Рё */
.offers {

}

.offers .offer {
    overflow: hidden;
    margin-top: 10px;
}

.offers .offer:first-child {
    margin-top: 0px;
}

.offers .offer .header {
    line-height: 39px;
    float: left;
    color: #707070;
    width: 80px;
    overflow: hidden;
}

.offers .offer .scroller {
    display: block;
    overflow: hidden;
    margin-left: 80px;
}

.offers .offer .items .item {
    float: left;
    padding: 7px;
    height: 35px;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
    color: #D0D0D0;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.offers .offer .items .item.selected,
.offers .offer .items .item:hover,
.offers .offer .items .item:focus {
    background: #fff;
    color: #1A58D7;
    border-color: #1A58D7;
}

.offers .offer .items .item.disabled {
    border-color: #e2e2e2;
    background: #eee;
    color: #9c9c9c;
}

.offers .offer .items .item.hidden {
    display: none;
}

.offers .offer.picture .items .item {
    padding: 7px;
}

.offers .offer.picture .items .item .image {
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
    box-sizing: border-box;
}

.offers .offer.picture .items .item .image img {
    height: 100%;
    vertical-align: top;
}

/* Р’СЃРµ С…Р°СЂР°РєС‚РµСЂРёСЃС‚РёРєРё */
.item .item_description > .properties,
.item > .properties {
    position: relative;
    color: #707070;
}

.item .item_description > .properties .property:before,
.item > .properties .property:before {
    content: '';
    position: absolute;
    display: block;
    background: #1a58d7;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    left: 0px;
    top: 9px;
}

.item .item_description > .properties .property,
.item > .properties .property {
    position: relative;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 10px;
}

.item .item_description > .properties .property .name,
.item .item_description > .properties .property .value,
.item > .properties .property .name,
.item > .properties .property .value {
    float: left;
    width: 50%;
    overflow: hidden;
}

/*РўР°Р±Р»РёС‡РЅРѕРµ SKU СЃ РјРµРЅСЋ*/
.item.with-menu .prices,
.item.with-menu .prices tbody,
.item.with-menu .prices tr,
.item.with-menu .prices td {
    display: block;
    height: auto;
    width: auto !important;
    text-align: center !important;
    overflow: hidden;
    border: none;
}

.item.with-menu .prices tr.header {
    display: none;
}

.item.with-menu .prices tbody {
    margin: -9px;
}

.item.with-menu .prices .sku-adaptiv-title {
    display: inline;
}

.item.with-menu .prices tr {
    padding: 9px;
    float: left;
    width: 25% !important;
    height: 370px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item.with-menu .prices td.price {
    font-size: 28px;
    color: #494949;
}

.item.with-menu .prices td > .buy,
.item.with-menu .prices td > .buy .buy,
.item.with-menu .prices td > .buy .one-click-buy {
    width: 100% !important;
    margin: 0px !important;
}

.item.with-menu .prices td > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

/**РўР°Р±Р»РёС‡РЅРѕРµ SKU СЃ РјРµРЅСЋ**/


/*Р”РѕРєСѓРјРµРЅС‚С‹*/
.item .documents {
    display: block;
    overflow: hidden;
}

.item .documents .document {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
}

.item .documents .document .image {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url("/local/templates/unimagazin_s1/components/bitrix/catalog.element/product_maxi_opt/images/file.png");
}

.item .documents .document .information {
    display: block;
    margin-left: 55px;
}

.item .documents .document .information .name {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
    text-decoration: underline;
}

.item .documents .document .information .size {
    font-size: 12px;
    line-height: 16px;
    color: #9d9d9d;
    text-decoration: none;
}

/**Р”РѕРєСѓРјРµРЅС‚С‹**/


/* ============================ EDITS ============================= */
.bottom-line {
    display: none;
}


.popular_slider .nbs-flexisel-nav-left {
    left: 0;
}

.popular_slider .nbs-flexisel-nav-right {
    right: 0;
}

.properti_item {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
}

.block-name_prop {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ededed;
}


.block-name_prop .krat_vlog_prop {
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
}


.block-name_prop div {
    text-align: center;
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    min-height: 35px;
    color: #8a8a8a;
}

.block-value_prop div {
    text-align: center;
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    min-height: 25px;
    padding-top: 10px;
    color: #8a8a8a;
}

.block-value_prop {
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}

.block-name_prop div:first-child,
.block-value_prop div:first-child {
    border-right: 1px solid #ededed;

}


.block_count {
    margin-left: 15px;
    margin-right: 15px;
}


.block_count .input-block_ed,
.block_count .input-block_yp {
    display: inline-block;
    width: 49%;
    text-align: center;
}

.block_count .input-block_ed span,
.block_count .input-block_yp span {
    display: block;
    font-size: 15px;
    font-weight: bolder;
    margin-top: 2px;
    margin-bottom: 2px;

}


.block_count .input-block_ed input,
.block_count .input-block_yp input {
    width: 40px;
    height: 25px;
    border: none;
    background: #e1e1e1;
    text-align: center;
    font-size: 15px;
    font-weight: bolder;
    vertical-align: bottom;
}

.block_count .pluss,
.block_count .minus {
    border: 1px solid #ededed;
    height: 27px;
    background: #fff;
    outline: none;
}

.block_count .minus {
    border-radius: 4px 0 0 4px;
}

.block_count .pluss {
    border-radius: 0 4px 4px 0;
}

.btn_bay {
    background: #edb937;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 5px 12px;
    text-align: right;
    text-transform: uppercase;
    border-radius: 4px;
    vertical-align: text-top;
    outline: none;
    float: right;
}


.popular_slider .nbs-flexisel-container,
.popular_slider .nbs-flexisel-inner {
    position: static;
    width: initial;
    max-width: initial;
}

.popular_slider {
    position: relative;
}

.popular_slider ul.popular {
    text-align: left;
}

.popular_slider .one_section_product_cells {
    margin-left: 8px;
    margin-right: 8px;
}

ul.popular .one_section_product_cells .marks {
    top: 12px;
    left: 12px;
}

.marks {
    max-width: 200px;
    min-width: 250px!important;
}

.popular_slider ul.popular li.one_section_product_cells:first-child {
    margin-left: 0 !important;
}

.popular_slider ul.popular li.one_section_product_cells:nth-child(4n+1) {
    margin-left: 0;
}

.popular_slider ul.popular .one_section_product_cells .image_product {
    width: 68%;
    padding-top: 68%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: static;
    outline: 0;
    margin-bottom: 10px;
    margin-top: 15px;
}

.popular_slider ul.popular .one_section_product_cells .image_product:hover {
    -webkit-filter: contrast(110%);
}

.popular_slider ul.popular .one_section_product_cells .name_product {
    overflow: hidden;
    width: 88%;
    margin: 0 auto;
    line-height: 18px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 30px;
}

.popular_slider ul.popular .one_section_product_cells .price_block {
    width: 100%;
    margin-bottom: 0 !important;
}

.popular_slider ul.popular .one_section_product_cells .price_block .old_price {
    float: right;
    line-height: 28px;
}

.popular_slider ul.popular .one_section_product_cells .price_block .old_price,
.popular_slider ul.popular .one_section_product_cells .price_block .old_price span {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;

}

.popular_slider .one_section_product_cells .name_product a.name {
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 37px;
    overflow: hidden;
    text-decoration: none;
}

.popular_slider .one_section_product_cells .name_product a.name_group {
    display: block;
    font-size: 11px;
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #b4b4b4;
    text-decoration: none;
}

.popular_slider ul.popular .one_section_product_cells {
    padding-top: 23px;
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border: 1px solid #e8e8e8;
}

.text-sir-center {
    margin-top: calc(40px - 12px);
}

.text-formul-detail {
    font-size: 14px;
    text-align: center;
}

.popular_slider ul.popular .one_section_product_cells .name_product a:hover {
    color: #444648;
}

.popular_slider ul.popular .one_section_product_cells .buys {
    width: 88%;
    margin: 0 auto;
    margin-top: 5px;
}

ul.popular .one_section_product_cells .min-buttons {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: -4px 0px;
}

ul.popular .one_section_product_cells .min-buttons .min-button {
    margin: 4px 0px;
}

.popular_slider ul.popular .one_section_product_cells .price_block {
    width: 50%;
    margin-left: 0;
    vertical-align: text-top;
    height: 25px;
    display: inline-block;
}

.popular_slider ul.popular .one_section_product_cells .price_block .new_price {
    font-size: 20px;
    font-weight: bold;
    color: #3b3b43;
    border-radius: 3px;
}

.popular_slider ul.popular .one_section_product_cells .price_block .new_price span {
    font-size: 17px;
}

.popular_slider ul.popular .one_section_product_cells .buy_block {
    float: right;
}

.popular_slider ul.popular .one_section_product_cells .big_buy {
    width: 100%;
}

.item .standart_block {
    margin: 0px;
}


.item .information .price_mobile_view,
.item .information .min-buttons.mobile_btn {
    display: none;
}

.header_decoration {

    max-height: none !important;
}


.item .title_block_infoElemntNoBorder {
    display: inline-block;
    font-weight: bolder;
    padding: 0 25px;
    margin-bottom: 15px
}

.item .title_block_infoElemnt {
    display: inline-block;
    border-bottom: 2px solid red;
    padding: 0 25px;
    font-weight: bolder;
    padding-bottom: 2px;
    margin-bottom: 15px;
}


.item .itemFullInfo {
    margin-bottom: 25px;
}

.item .itemFullInfo #properties:not(.colonki) .property {
    float: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    width: 50%;
    margin-left: 10px;
}

.row.custom_row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


@media all and (max-width: 1170px) {
    .btn_bay {
        font-size: 14px;
    }

    .popular_slider ul.popular .one_section_product_cells .price_block .new_price {
        font-size: 18px;
    }
}

@media all and (max-width: 1150px) {
    .adaptiv .item .image-slider {
        width: 300px;
    }

    .adaptiv .item .information {
        margin-left: 350px;
    }

    .adaptiv .item .information .price {
        float: none;
    }

    .adaptiv .item .information .order {
        margin-top: 20px;
        float: none;
    }

    .adaptiv .item .image-slider > .list .image {
        width: 50%;
        padding-top: 50%;
    }
}

@media all and (max-width: 1080px) {
    /*РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ С‚Р°Р±Р»РёС†С‹ SKU*/
    .adaptiv .item .prices,
    .adaptiv .item .prices tbody,
    .adaptiv .item .prices tr,
    .adaptiv .item .prices td {
        display: block;
        height: auto;
        width: auto !important;
        text-align: center !important;
        overflow: hidden;
        border: none;
    }

    .adaptiv .item .prices tr.header {
        display: none;
    }

    .adaptiv .item .prices tbody {
        margin: -9px;
    }

    .adaptiv .item .prices .sku-adaptiv-title {
        display: inline;
    }

    .adaptiv .item .prices tr {
        padding: 9px;
        float: left;
        width: 25% !important;
        height: 370px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .adaptiv .item .prices td.price {
        font-size: 28px;
        color: #494949;
    }

    .adaptiv .item .prices td > .buy,
    .adaptiv .item .prices td > .buy .buy,
    .adaptiv .item .prices td > .buy .one-click-buy {
        width: 100% !important;
        margin: 0px !important;
    }

    .adaptiv .item .prices td > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /**РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ С‚Р°Р±Р»РёС†С‹ SKU**/
}


@media all and (max-width: 950px) {
    .adaptiv .item .image-slider {
        width: 200px;
    }

    .adaptiv .item .information {
        margin-left: 250px;
    }

    .adaptiv .item .prices tr,
    .adaptiv .item.with-menu .prices tr {
        width: 33.33% !important;
    }
}

@media all and (max-width: 800px) {
    .adaptiv .item .item_description > .properties .property,
    .adaptiv .item > .properties .property {
        width: 100%;
    }
}

@media all and (max-width: 750px) {


    .item .image-slider > .image-box {
        padding-top: 75%;
    }

    .adaptiv .item .image-slider {
        float: none;
        width: 400px;
        margin: 0 auto;
    }

    .adaptiv .item .information,
    .adaptiv .item.with-menu .information,
    .adaptiv .item.with-menu .information.with-menu {
        margin-left: 0px;
        padding-top: 20px;
    }


    .adaptiv .item .information .order {
        width: 100%;
    }

    .adaptiv .item .information .order > .uni-indents-horizontal,
    .adaptiv .item .information .order .buy-block > .uni-indents-horizontal {
        display: none;
    }

    .adaptiv .item .information .order .buy-block {
        display: block;
    }

    .adaptiv .item .information .order > .count,
    .adaptiv .item .information .order > .buy,
    .adaptiv .item .information .order > .min-buttons,
    .adaptiv .item .information .order .buy-block > .count,
    .adaptiv .item .information .order .buy-block > .buy,
    .adaptiv .item .information .order .buy-block > .min-buttons {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .adaptiv .item .information .order > .count {
        display: inline-block;
        width: 50%;
    }


    .adaptiv .item .information .buy .uni-button {
        background: #EAB221 !important;
        border-radius: 10px;
    }

    .adaptiv .item .offers {
        margin-left: 0px;
        margin-top: 20px;
    }

    .adaptiv .item > .row {
        margin-left: 10px;
        margin-right: 10px;
    }

    .adaptiv .item .information .properties .property {
        width: 100%;
    }

    .adaptiv .item .information .price:not(mobile_view) {
        display: none;
        /*float: right;*/
    }

    .adaptiv .item .information .order {
        margin-top: 20px;
        float: none;
        height: auto;
    }

    .adaptiv .item .image-slider > .list .image {
        width: 25%;
        padding-top: 25%;
    }

    .adaptiv .item .prices tr,
    .adaptiv .item.with-menu .prices tr {
        width: 50% !important;
    }


    .item .information .price_mobile_view,
    .item .information .min-buttons.mobile_btn {
        display: block;
    }

    .item .information .article {
        position: relative;
        float: left;
        margin-right: 32px;
        font-size: 14px;
        line-height: 18px;
        color: #a7a7a7;
        display: inline-block;
        width: 48%;
        margin-top: 5px;
    }

    .item .information .row.mobail_available {
        display: block;
        width: 48%;
        float: left;
        margin-top: 5px;

    }

    .item .information .price_mobile_view {
        text-align: right;
        min-height: 80px;
    }

    .item .information .price_mobile_view .current.disc {
        color: #F40000;
        font-size: 25px;
        font-weight: bolder;
        margin-right: 10px;
    }

    .item .information .price_mobile_view .current {
        color: #000000;
        font-size: 25px;
        font-weight: bolder;
        margin-right: 10px;
        min-height: 55px;
    }

    .item .information .edinica-error {
        display: inline-block;
        line-height: 1;
    }


    .item .information .price_mobile_view .old {
        color: #878787;
        font-size: 14px;
        text-decoration: line-through;
    }


    .adaptiv .item .information .order > .min-buttons,
    .adaptiv .item .information .order .buy-block > .min-buttons {
        display: none !important;
    }

    .adaptiv .item .information .order.blockProduct {
        margin-top: 0;
    }


    .item .min-buttons.mobile_btn {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
    }

    .item .min-buttons.mobile_btn .min-button {
        display: inline-block;
        margin-top: 5px;
    }

    .mobile_vew_hide {
        display: none !important;
    }


}

@media all and (max-width: 650px) {
    .adaptiv .item .information .price {
        float: none;
    }
}

@media all and (max-width: 500px) {
    .adaptiv .item .prices tr,
    .adaptiv .item.with-menu .prices tr {
        width: 100% !important;
    }
}

@media all and (max-width: 400px) {

    .adaptiv .item .information .order > .count {
        vertical-align: sub;
    }


    .adaptiv .item .image-slider {
        float: none;
        width: 100%;
        margin: 0px;
    }

    .adaptiv .item .image-slider > .list .image {
        width: 50%;
        padding-top: 50%;
    }

    .item .information .row.mobail_available {
        width: 60%;
        padding-top: 0;
    }


    .adaptiv .item .information .article,
    .adaptiv .item .information .state {
        float: none;
        margin: 0px;
        width: 65%;
    }

    .adaptiv .item .mobile_view_clear {

        padding-top: 0 !important;
        margin-top: 30px !important;
    }

    .item .information .price_mobile_view {
        text-align: right;
        margin-top: -15px;
    }

    .adaptiv .item .information .order > .count .mobile_height {
        margin-top: -15px;
    }


    .item .image-slider > .image-box {
        padding-top: 75%;
    }
}

.title_block {
    width: 100%;
    display: block;
    height: 40px;
}

.title_block .title_block_infoElemnt {
    float: left;
}

.title_block .title_block_sertif {
    float: left;
    padding-left: 20px;
}

.title_block .title_block_sertif a {
    padding-left: 5px;
}


.info-block_toogle {
    display: flex;
    flex-direction: column;
}

.info-block_toogle {
    line-height: 1.2;
    max-height: 2.4em;
    overflow: hidden;
    transition: all .4s linear;
}

.info-block_toogle.open {
    max-height: var(--full-height);
}


.info-block_toogle p {
    margin: 0 0 1.2em;
}

.toggler-close{
    display: none;
}


.toggler-open,
.toggler-close {
    color: red;
    border: navajowhite;
    background: none;
    position: relative;
    user-select: none;
    width: fit-content;
}

.toggler-open .arrow_down,
.toggler-close .arrow_up{
    top: 9px;
    position: relative;

}



.toggler-open .arrow_down:before,
.toggler-open .arrow_down:after,
.toggler-close .arrow_up:before,
.toggler-close .arrow_up:after {
    content: "";
    width: 8px;
    height: 2px;
    position: absolute;
    background: red;
}


.toggler-open .arrow_down:before{
    transform: rotate(45deg);
}
.toggler-open .arrow_down:after{
    transform: rotate(-45deg);
    right: -13px;
}



.toggler-close .arrow_up:before{
    transform: rotate(-45deg);
}

.toggler-close .arrow_up:after{
    transform: rotate(45deg);
    right: -13px;
}


.toggler-close .arrow_up{
    transform: rotate(180deg);
}



/* End */


/* Start:/local/templates/unimagazin_s1/components/bitrix/menu/catalog_vertical/style.css?17097076987138*/
.bx_vertical_menu_advanced {	
	background:#fff;
	border-radius:4px;
}
.left_col_index .bx_vertical_menu_advanced>ul {

}
.bx_vertical_menu_advanced>ul{
	display:block;
	margin-top:0;
	padding:0;
	width:100%;
	border-radius:5px;
	background:#fff;
	list-style:none;
	border:1px solid #e8e8e8;
}
.bx_vertical_menu_advanced>ul li {
	border-top: 1px solid #e8e8e8;
}
.bx_vertical_menu_advanced>ul li:first-child{
	border:0;
}
/* 1 уровень */
.bx_vertical_menu_advanced .bx_hma_one_lvl{
	display:block;
	padding:0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	position:relative;
	z-index:105;
	display:block;
	padding:10px 20px 10px 12px;
	color: #484848;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font-size:14px;
	text-transform: lowercase;
	line-height:16px;	
	/*background-image:url(/local/templates/unimagazin_s1/components/bitrix/menu/catalog_vertical/images/menu_arrow.png);*/
	background-repeat:no-repeat;
	background-position:95% 50%;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child>a{border-radius:4px 4px 0 0}
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child>a {border-radius:0 0 4px 4px}
.bx_vertical_menu_advanced ul:last-child .bx_hma_one_lvl:last-child>a{border-bottom:none}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a{}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover>a{
	background-image:url(/local/templates/unimagazin_s1/components/bitrix/menu/catalog_vertical/images/menu_arrow.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover>a{		
	border:none;		
}
.bx_vertical_menu_advanced li:first-child .bx_hma_one_lvl.hover>a{
	border-radius:3px 3px 0 0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover{}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover>a{z-index:1500}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a:active,
.bx_vertical_menu_advanced .bx_hma_one_lvl.current>a{}
/* // 1й уровень */
/* Контейнер*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
	top:0;
	left:0;
	z-index:1300;
	display:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 3px;	
	background: #ffffff !important;
	border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0px 10px 18px rgba(0,0,0,0.15);
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:-20000px;
	padding:9px 21px;
	padding-bottom:20000px;
	min-width:130px;
	max-width:280px;	
}
.bx_shadow_fix{display:none}
.bx_vertical_menu_advanced .dropdown:hover .bx_shadow_fix,
.bx_vertical_menu_advanced .dropdown.hover .bx_shadow_fix{
	position: absolute;
	top: 0;
	right: -2px;
	bottom: -5px;
	z-index: 1500;
	display: block;
	width: 5px;
	opacity: 1;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{
	border-radius: 5px;
    	border: 1px solid rgba(232, 232, 232, 0.43);
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;
	box-shadow:inset 5px 0 7px -5px rgba(0,0,0,.12);
}
/*// Контейнер*/
/* 2й уровень*/
.bx_vertical_menu_advanced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{
	display:block;
	padding:5px 0;
}

/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{
	
}*/
/* //2й уровень*/
/* 3й уровень */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a{
	display:block;
	padding:5px 10px;
}
/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb;
}*/
/* // 3й уровень */

/* Панель */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel p{
	max-width:100%;
	max-height:220px;
	color:#000;
	text-align:left;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

/* // Панель*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{
	display:block;	
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	color:#484848;
	text-decoration:none;	
	text-transform: lowercase;
	font-size: 14px;
	line-height:23px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a:hover{
	
}
.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a{
	color:#484848;
	text-decoration:none;
	font-size: 14px;
	line-height:16px;
}

.bx_vertical_menu_advanced .mobile_category {
	display: none;
}


@media (max-width: 801px) {

	.bx_vertical_menu_advanced .mobile_category{
		display: block;
		text-align: center;
		cursor: pointer;
		padding: 17px 0;
		background: #daa520;
		color: #FFF;
		font-size: 14px;
		font-weight: bolder;
		border-radius: 5px 5px 0 0;
	}

	.bx_vertical_menu_advanced .category_hiden{
		display: none;
	}

	.bx_vertical_menu_advanced .category_show{
		display: block;
	}
}



@media (max-width:569px) {
/*	.adaptiv .bx_vertical_menu_advanced{display:none}*/
	.adaptiv .header_inner_bottom_line{
		overflow:hidden;
		height:auto;
	}
}
/* End */


/* Start:/local/templates/unimagazin_s1/components/bitrix/catalog.recommended.products/recomends_maxi_opt/style.css?17097076987101*/
.catalog-section {
	width:100%;	
	min-width: 834px;
	display:table;
	overflow: hidden;
	position: relative;
	border-collapse: separate;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	padding-bottom: 25px;
}
	.catalog-section:after,
	.catalog-section::after{
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 25px;
		border-top: 1px solid #ebebeb;
	}
.catalog-section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:  border-box;
}

.catalog-section .element {
	position: relative;
	width: 100%;
	height: auto;
	white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 5px;
}

.catalog-section .element + .element {
    border-top: 1px solid #f0f0f0;
}
.catalog-section .element:hover + .element {
    border-top: 1px solid transparent;
}

.catalog-section > .element:hover {
    border-color: #f7f7f7;
}

.catalog-section .element .name {
	display: inline-block;
	vertical-align: middle;
	width:30%;
	overflow: hidden;
	white-space: normal;
	text-decoration: none;
	font-size: 16px;
	text-align: left;
}


.catalog-section .element .name div a {
	text-decoration: none;
}

.catalog-section .element .buys {
	display: table-cell;
	vertical-align: middle;
	padding-top: 19px;
	padding-bottom: 22px;
	width: 19%;
	padding-right: 2.1%;
}

.catalog-section .element .buys .price {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.catalog-section .element .buys .min-buttons {
   
}

.catalog-section .element .buys .price .new {
	font-size: 18px;
	font-weight: bold;
}

.catalog-section .element .buys .price .old {
	font-size: 12px;
	text-decoration: line-through;
}

.catalog-section .element .buys .min-buttons {
    display: inline-block;
	vertical-align: middle;  
}

.catalog-section .element .buys .min-buttons .like,
.catalog-section .element .buys .min-buttons .compare {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}

.catalog-section .element .buys > .buy {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}

.catalog-section .element .buys > .buy .buy {
	color: #fff;
	font-weight: bold;
	padding: 6px 0px;
	font-size: 12px;
	line-height: 14px;
	width: 90px;
	text-align: center;
}

.catalog-section .element .state.unavailable {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	color: #797979;
}

@media all and (max-width: 800px) {
	.adaptiv .catalog-section .element .min-buttons {
		width: auto;
	}
}

@media all and (max-width: 350px) {
	.adaptiv .catalog-section .element .name {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.adaptiv .catalog-section .element .name div {
		margin-left: 0px;
		font-size: 18px;
	}

	.adaptiv .catalog-section .element .buys {
		display: block;
		width: 100%;
		text-align: center;
		white-space: normal;
	}
	
	.adaptiv .catalog-section .element .buys > .buy {
		display: block;
		margin: 0 auto;
		white-space: nowrap;
		margin-top: 10px;
	}
}
.catalog-section .element{
	display: table-row;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
}
.catalog-section .element .name{
	display: table-cell;
	padding-left: 2%;
	padding-top: 14px;
	padding-bottom: 14px;
}
.catalog-section .element .name a{
	color: #07203c;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
}
.inner_section_list .uni-panel-sort{
	background-color: #f5f5f5;
	border-radius: 0px;
	border: none;
	height: 48px;
	border-radius: 4px 4px 0 0;
}
.empty_row{
	display: table-row;
	height: 19px;
}

.header_list_goods{
	display: table-row;
	border: 1px solid #ebebeb;
}
.header_list_goods .title_table{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #3b3b3b;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}
.header_list_goods .title_table{
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	line-height: 1;
    height: 40px;
}
.header_list_goods .left_border{
	border-left: 1px solid #ebebeb;
}
.header_list_goods .right_border{

}
.header_list_goods .title_table.name{
	padding-left: 2%;
	width: 21%;
	text-align: left;
}
.cell_table{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
}
.catalog-section .cell_table.left_border{
	border-left: 1px solid #ebebeb;
}
.catalog-section .cell_table.right_border{
	border-right: 1px solid #ebebeb;
}
.catalog-section .article.cell_table{
	width: 14%;
}
.catalog-section .units.cell_table{
	width: 14%;
}
.catalog-section .attachment.cell_table{
	width: 16%;
}
.catalog-section .mo.cell_table{
	width: 12%;
}
.catalog-section .count.cell_table{
	width: 18%;
}
.empty_row_content{
	height: 8px;
}

/* ==================== BUY BLOCK ==================== */
.discounts_main_maxi_opt.count{
	font-size: 0px;
	font-weight: bold;
	text-align: right;
}
.discounts_main_maxi_opt.count button{
	border: 1px solid #e3e3e3;
	background-color: #fff;
	color: #373737;
}
.discounts_main_maxi_opt.count button.decrease{
	border-radius: 4px 0 0 4px;
	font-size: 14px;
    font-weight: bold;
}
.discounts_main_maxi_opt.count button.increase{
	border-radius: 0 4px 4px 0;
	font-size: 14px;
    font-weight: bold;
}
.discounts_main_maxi_opt.count input{
	background-color: #e1e1e1;
	color: #373737;
	width: 41px;
	height: 29px;
	display: inline-block;
    vertical-align: middle;
    text-align: center;
	font-size: 14px;
	border: 1px solid #e1e1e1;
}
.discounts_main_maxi_opt.count .to_basket .buy{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 29px;
	border-radius: 4px;
	margin-left: 11px;
	background: url('/bitrix/templates/unimagazin_s1/images/catalog/in_basket.png') #eab120 center no-repeat !important;
}
.discounts_main_maxi_opt.count .to_basket .in_basket_button{
	display: inline-block;
    font-size: 14px;
	color: #464646;
	background-color: #eab120;
	text-decoration: none;
	font-weight: normal;
	border-radius: 4px;
	padding: 0 8px;
    vertical-align: middle;
    line-height: 29px;
}
.discounts_main_maxi_opt.count .to_basket{
	display: inline-block;
	vertical-align: middle;
}
.buys_top_row{
	text-align: right;
}
.buy_buttons{
	margin-top: 11px;
}
body .workarea_wrap .min-button.delete:hover div:before, body .workarea_wrap .min-button div.remove:before{
	background-color: #eab120 !important;
}
body .paginator .static .buttons .uni-slider-button-right{
	display: none;
}

.personal_recomend_title{
	color: #3b3b3b;
	font-size: 18px;
	font-weight: bold;
	font-family: 'OpenSans', sans-serif;
	margin-bottom: 21px;
    display: block;
}

.recomend_table_wrap{
	width: 100%;
	overflow: auto;
}
 
/* End */


/* Start:/local/templates/unimagazin_s1/components/bitrix/news.list/personal_cart_maxi_opt/style.css?1709707698162*/
.personal_recomends{
	display: table;
	width: 100%:
}
.personal_recomends .recom{
	display: table-row;
}
.personal_recomends .recom .cell{
	display: table-cell;
}
/* End */
/* /local/templates/unimagazin_s1/components/bitrix/catalog/catalog_maxi_opt/style.css?17097076989415 */
/* /local/templates/unimagazin_s1/components/bitrix/catalog.element/product_maxi_opt/style.css?174282455738077 */
/* /local/templates/unimagazin_s1/components/bitrix/menu/catalog_vertical/style.css?17097076987138 */
/* /local/templates/unimagazin_s1/components/bitrix/catalog.recommended.products/recomends_maxi_opt/style.css?17097076987101 */
/* /local/templates/unimagazin_s1/components/bitrix/news.list/personal_cart_maxi_opt/style.css?1709707698162 */
