

/* Start:/bitrix/templates/unimagazin_s2/components/bitrix/catalog/catalog.custom/style.css?16744077987933*/
.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(/bitrix/templates/unimagazin_s2/components/bitrix/catalog/catalog.custom/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(/bitrix/templates/unimagazin_s2/components/bitrix/catalog/catalog.custom/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(/bitrix/templates/unimagazin_s2/components/bitrix/catalog/catalog.custom/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%;
	}
}

.uni-filter, .uni-menu{
	position: relative;
	display: none;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	padding: 13px 11px 12px 11px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color, border-color;
	-moz-transition: background-color, border-color;
	-ms-transition: background-color, border-color;
	-o-transition: background-color, border-color;
	transition: background-color, border-color;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #434343;
	border: 1px solid #dadada !important;
}
.uni-filter:hover, .uni-menu:hover{
	background: #dadada;
}
@media all and (min-width: 800px) {
	.uni-btn-show {
		display: none;
	}
	.uni-btn-hide {
		display: none !important;
	}
}
@media all and (max-width: 800px) {
	.menu_catalog_hide {
		margin-bottom: 30px;
	}
	.filter_catalog_hide {
		margin-bottom: 80px;
	}
	.uni-btn-show{
		display: block;
	}
}

/* End */


/* Start:/bitrix/templates/unimagazin_s2/components/bitrix/catalog.element/product.custom/style.css?167440779833453*/
.intec-grid.intec-grid-a-v-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.intec-grid.intec-grid-a-h-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.intec-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-preview {
	width: 156px;
}
.intec-grid>.intec-grid-item-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.intec-grid>.intec-grid-item, .intec-grid>.intec-grid-item-1, .intec-grid>.intec-grid-item-10, .intec-grid>.intec-grid-item-2, .intec-grid>.intec-grid-item-3, .intec-grid>.intec-grid-item-4, .intec-grid>.intec-grid-item-5, .intec-grid>.intec-grid-item-6, .intec-grid>.intec-grid-item-7, .intec-grid>.intec-grid-item-8, .intec-grid>.intec-grid-item-9, .intec-grid>.intec-grid-item-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-preview-wrapper {
    margin-right: 40px;
    padding-right: 10px;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-preview-item[data-active=true] {
    -webkit-box-shadow: 0 3px 5px 0 rgba(126, 131, 140, 0.35);
    -moz-box-shadow: 0 3px 5px 0 rgba(126, 131, 140, 0.35);
    box-shadow: 0 3px 5px 0 rgba(126, 131, 140, 0.35);
}

.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-preview-item {
    width: 142px;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #000000;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s;
    -ms-transition: box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-preview-item img {
    max-width: 100%;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery {
    position: relative;
    width: 100%;
    max-width: 643px;
    z-index: 1;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-pictures {
    max-height: 590px;
    overflow: hidden;
	border:1px solid black;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-picture {
    display: block;
    position: relative;
    overflow: hidden;

}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-picture img{
}
.intec-image {
    position: relative;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}
.intec-aligner {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    overflow: hidden;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-picture img {
    display: inline-block;
    vertical-align: middle;
    width: 590px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-picture img.zoomImg {
    background-color: #fff;
}
@media screen and (max-width: 1394px) {
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-picture img {
    max-height: 420px;
    object-fit: contain;
}
}

.catalog-element-gallery {
    display: block;
    position: relative;
    z-index: 0;
}
.intec-grid.intec-grid-a-v-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.intec-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-element-gallery-preview {
    width: 70px;
}
.intec-grid>.intec-grid-item-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}






.show-counter {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-align: center;
	width: 646px;
	max-width: 100%;
	margin-top: 11px;
	float: right
}
.prop-diameter,
.prop-height {
    display: inline-block;
}
.prop-height{
    margin-right: 15px;
}
.min-buttons .min-button.compare div {
    background-repeat: no-repeat;
    height: 19px;
    position: relative;
    width:auto;
}
.min-buttons .min-button div.remove {
    background-position: 0 0px;
}
.min-buttons .min-button.compare div:before {
    content: attr(title);
    height: 10px;
    margin-left: 21px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 3px;
    z-index: 1 !important;
    background: transparent !important;
}
.min-buttons .min-button.like div.remove i{
    color:#000;
}
.min-buttons .min-button.like div {
    position: relative;
    width: auto;
}
.min-buttons .min-button.like div:after {
    content: attr(title);
    font-size: 14px;
    margin-left: 5px;
}
.min-buttons .min-button.compare .add:hover {
    background-color: transparent !important;background-position: 0 0px;
}
.item {}
.item .information .name {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.item .row {
	display: block;
	overflow: hidden;
}

.item .title {
    margin-top: 0px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #312424;
    margin-bottom: 10px;
}
.item .delimiter {
    border-bottom: 2px solid #000000;
    padding-top: 54px;
}
/*Товар дня*/
.item .product-of-day {
	position: relative;
	display: block;
	background: #fed000;
	font-size: 0px;
	border-radius: 5px;
	padding: 15px;
}

.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: 60%;*/
}
.flex.flex-wrap .flex-item-auto.flex-1000-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.flex.flex-wrap {
    display: flex;
}
.flex.flex-wrap .flex-item.flex-1000-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
/*Главная картинка*/
.item .image-slider > .image-box {
	/*position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
	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: absolute;
	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%;
}
.workarea .catalog .item .dopinfo{
    margin-left: 10px !important;
    /* width: 437px;
    float: right; */
}
.item .information {
	position: relative;
  margin-left: 11px;
  /* width: 437px;
  float: right; */
}
.information_div{

}
.left-content {

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

.item .prices {
	width: 100%;
}

.item .prop_sku {
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0;
}
.item dt {
	clear: both;
	float: left;
	font-weight: bold;
}
.item dd {
	float: left;
	margin: 0 5px;
}

.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: 41px;
    padding-top: 8px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000000 !important;
}
.item .information .state, .item .information .article {
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: capitalize;
    color: #000000 !important;
}
.item .information .state.available {
    padding: 7px 10px 7px 7px;
    border: 1px solid #000000;
	font-size: 13.5px;
}
/* В наличии/ не в наличии*/
.item .prices .state,
.item .information .state {
	position: relative;
	float: left;
	font-size: 11px;
	line-height: 18px;
	color: #474747;
}
.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: 1px;
	margin-right: 6px;
	width: 17px;
	height: 12px;
	background: url('/bitrix/templates/unimagazin_s2/components/bitrix/catalog.element/product.custom/images/L.png');
}
.item .prices .state.unavailable .icon,
.item .information .state.unavailable .icon {
	background: url('/bitrix/templates/unimagazin_s2/components/bitrix/catalog.element/product.custom/images/state.png');
	background-position: bottom;
	filter: brightness(0);
}

/*Цена*/
.item .information .price {
	position: relative;
	margin-top: 12px;
}

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

.item .information .price .old {
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

/* Сторона заказа */
.item .information .order {
	position: relative;
	font-size: 0px;
    margin-top: -5px;
    margin-bottom: -5px;
}
.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;
}
.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-left: none;
	border-radius: 0px 3px 3px 0px;
}
.item .prices .count button#decrease,
.item .information .order .count button#decrease {
	border-right: none;
	border-radius: 3px 0px 0px 3px;
}
/**Контрол количества**/

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

.item .information .order > .buy-block > .buy {

}

/*Кнопки*/
.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 5px;
}

.item .information .order .buy-block > .buy > .buy,
.item .information .order .buy > .buy,
.item .prices .buy > .buy {
	width: 170px;
}

.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;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
}
.item .prices .buy > .one-click-buy:hover,
.item .information .order .buy > .one-click-buy:hover {
    color: #c41039;
}
.item .information .order .min-buttons .min-button.compare div {
    height: 19px;
}
.item .information .order .min-buttons .min-button.compare .add:hover{
	background-position: 0 0px;
}
.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;
}
.workarea .catalog,
.workarea .catalog .item .item_description > .properties .property .name,
.workarea .catalog .item .item_description > .properties .property .value{
        background:#fff !important;
}
.item .item_description > .properties .property,
.item > .properties .property {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 3px;
	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%;

}

/*Табличное 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;
}
.item .uni-tabs .tabs .bottom-line-up {
	position: static;
	left: 0px;
	background: #f1f1f1;
	height: 1px;
	width: 100%;
}
/**Табличное SKU с меню**/
@media screen and (max-width:1280px){
  .left-content{
    margin-right: 45%;
  }
}
@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%;
	}*/
	.flex.flex-wrap {
		flex-wrap: wrap;
	}
	.flex.flex-wrap .flex-item-auto.flex-1000-1,
	.flex.flex-wrap .flex-item.flex-1000-1{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
  .c-catalog-element.c-catalog-element-catalog-default-3 .flex.flex-wrap .flex-item-auto.flex-1000-1,
  .c-catalog-element.c-catalog-element-catalog-default-3 .flex.flex-wrap .flex-item.flex-1000-1{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*Документы*/
.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("/bitrix/templates/unimagazin_s2/components/bitrix/catalog.element/product.custom/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;
}
/**Документы**/
.workarea .catalog .item .dopinfo .info-i a {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}
.workarea .catalog .item .dopinfo .info-i {
    display: inline-block;
    background: #F2F2F2;
    padding: 15px 20px;
	font-size: 14px;
	line-height: 22px;
}
.workarea .catalog .item .dopinfo .info-i a
{
	color: #A6243B;
	text-decoration: underline;
	font-weight: bold;
}
@media all and (max-width: 1080px) {
.left-content {
    margin-right: 0%;
}
	/*Адаптивность таблицы 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**/
}
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-preview-wrapper .catalog-element-gallery-preview-item-all {
    font-size: 13px;
    line-height: 13px;
    padding: 5px 0;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    text-align: center;
}
.stop {
    position: relative;
    z-index: 101;
}
.sticky {
    position: fixed;
    z-index: 101;
    transition: 0.4s;
}
.dimensions > div:last-child{
  transform: rotate(-180deg);
}
.dimensions{
  font-size: 25px;
  line-height: 11px;
}
.demo_properties_visible{
  overflow: visible !important;
}
.demo_properties{
  margin-bottom: 8px;
}
.all-characteristic{
  font-size: 14px;
  line-height: 16px;
  background: none;
  border: none;
  padding: 0;
}
.demo_properties span{
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #000000;
  margin-left: 5px;
}
.demo_properties .dimensions_name{
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #000000;
  margin-left: 10px;
}
.all-characteristic svg{
  width: 10px;
  display: block;
  transform: rotate(180deg);
  margin-left: 5px;
  transition: 0.4s;
}
.all-characteristic{
  margin: 6px 0 10px 1px;
  outline: none;
  text-decoration: none;
	color: #000
}
.all-characteristic:hover{
  color: #c41039;
  transition: 0.4s;
}
.all-characteristic:hover svg{
  fill: #c41039;
  transition: 0.4s;
}
.all-characteristic-list{
  position: fixed;
  width: 30%;
  z-index: 999;
  top: 10vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  display: none;
}
.all-characteristic-list-item{
  justify-content: space-between;
  border-bottom: 1px solid black;
}
.all-characteristic-list-item:last-child{
  border:0;
}
.all-characteristic-list-bg{
  background: #000;
  opacity: 0.6;
  position: absolute;
  z-index: 998;
  top: 0;bottom: 0;left: 0;right: 0px;
  display: none;
}
.all-characteristic-list-bg.active,
.all-characteristic-list.active{
  display: block;
}
.all-characteristic-list-close{
  background: none;
  border: none;
  outline: none;
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
}
.all-characteristic-list-close svg{
  width: 20px;
}
@media all and (max-width: 950px) {
	.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-picture img{
	    width: auto;
	}
	.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-preview{
		display:none;
	}
	.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery{
	    max-width: 100%;
	}
	.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-3 .catalog-element-gallery-picture{
	    height: 350px;
	}
}

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

@media all and (max-width: 750px) {
	.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 > .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 .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 {
		float: none;
	}

	.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;
	}

	.adaptiv .item .product-of-day {
		padding: 5px;
	}
	.adaptiv .item .product-of-day .day {
		display: block;
		margin-left: 0;
	}

	.adaptiv .item .product-of-day > .title {
		display: block;
		margin-left: 0;
	}

	.adaptiv .item .product-of-day .timer {
		display: block;
		position: static;
		margin: 0;
		padding: 5px;
		text-align: center;
	}

	.adaptiv .item .product-of-day .timer > .title {
		margin: 0 2px 5px 0;
	}
}

@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 .image-slider {
		float: none;
		width: 100%;
		margin: 0px;
	}

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

	.adaptiv .item .information .article,
	.adaptiv .item .information .state {
		float: none;
		margin: 0px;
		padding-top: 10px;
	}
}

.item .standart_block {
    margin: 0px;
}
.catalog-element-gallery-pictures-wrapper.owl-carousel .owl-stage:after{
  display: none !important;
}
.item .information .order .buy-block > .buy > .buy
{
	background: url("/bitrix/templates/unimagazin_s2/components/bitrix/catalog.element/product.custom/images/buy.png") 15px center no-repeat;
	border-radius: 0;
	width: 148px;
	text-transform: uppercase;
	padding: 14px 10px 14px 36px;
	font-weight: 300;
}
.item .information .order .buy-block > .buy > .one-click-buy
{
	padding: 13px 10px 14px 30px;
}
/* End */


/* Start:/bitrix/templates/unimagazin_s2/js/owlCarousel/animate.css?16744135629180*/
//@import '/bitrix/templates/unimagazin_s2/js/owlCarousel/theme';
/* * Owl Carousel - Animate Plugin */
 .owl-carousel .animated {
	 animation-duration: 1000ms;
	 animation-fill-mode: both;
}
 .owl-carousel .owl-animated-in {
	 z-index: 0;
}
 .owl-carousel .owl-animated-out {
	 z-index: 1;
}
 .owl-carousel .fadeOut {
	 animation-name: fadeOut;
}
 @keyframes fadeOut {
	 0% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
	}
}
 .owl-height {
	 transition: height 500ms ease-in-out;
}
/* * Owl Carousel - Core */
 .owl-carousel {
	 display: initial !important;
	 width: 100%;
	 -webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	 position: relative;
	 z-index: 1;
}
 .owl-carousel .owl-stage {
	 position: relative;
	 -ms-touch-action: pan-Y;
	 touch-action: manipulation;
	 -moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}
 .owl-carousel .owl-stage:after {
	 content: ".";
	 display: block;
	 clear: both;
	 visibility: hidden;
	 line-height: 0;
	 height: 0;
}
 .owl-carousel .owl-stage-outer {
	 position: relative;
	 overflow: hidden;
	/* fix for flashing background */
	 -webkit-transform: translate3d(0px, 0px, 0px);
}
 .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 -ms-backface-visibility: hidden;
	 -webkit-transform: translate3d(0, 0, 0);
	 -moz-transform: translate3d(0, 0, 0);
	 -ms-transform: translate3d(0, 0, 0);
}
 .owl-carousel .owl-item {
	 position: relative;
	 min-height: 1px;
	 float: left;
	 -webkit-backface-visibility: hidden;
	 -webkit-tap-highlight-color: transparent;
	 -webkit-touch-callout: none;
}
 .owl-carousel .owl-item img {
	 display: block;
	 width: 100%;
}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	 display: none;
}
 .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	 cursor: pointer;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	 background: none;
	 color: inherit;
	 border: none;
	 padding: 0 !important;
	 font: inherit;
}
 .owl-carousel.owl-loaded {
	 display: block;
}
 .owl-carousel.owl-loading {
	 opacity: 0;
	 display: block;
}
 .owl-carousel.owl-hidden {
	 opacity: 0;
}
 .owl-carousel.owl-refresh .owl-item {
	 visibility: hidden;
}
 .owl-carousel.owl-drag .owl-item {
	 touch-action: pan-y;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .owl-carousel.owl-grab {
	 cursor: move;
	 cursor: grab;
}
 .owl-carousel.owl-rtl {
	 direction: rtl;
}
 .owl-carousel.owl-rtl .owl-item {
	 float: right;
}
/* No Js */
 .no-js .owl-carousel {
	 display: block;
}
/* * Owl Carousel - Lazy Load Plugin */
 .owl-carousel .owl-item {
	/** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */
}
 .owl-carousel .owl-item .owl-lazy {
	 opacity: 0;
	 transition: opacity 400ms ease;
}
 .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	 max-height: 0;
}
 .owl-carousel .owl-item img.owl-lazy {
	 transform-style: preserve-3d;
}
/* * Default theme - Owl Carousel CSS File */
 .owl-theme .owl-nav {
	 margin-top: 10px;
	 text-align: center;
	 -webkit-tap-highlight-color: transparent;
}
 .owl-theme .owl-nav [class*='owl-'] {
	 color: #fff;
	 font-size: 14px;
	 margin: 5px;
	 padding: 4px 7px;
	 background: #d6d6d6;
	 display: inline-block;
	 cursor: pointer;
	 border-radius: 3px;
}
 .owl-theme .owl-nav [class*='owl-']:hover {
	 background: #869791;
	 color: #fff;
	 text-decoration: none;
}
 .owl-theme .owl-nav .disabled {
	 opacity: 0.5;
	 cursor: default;
}
 .owl-theme .owl-nav.disabled + .owl-dots {
	 margin-top: 10px;
}
 .owl-theme .owl-dots {
	 text-align: center;
	 -webkit-tap-highlight-color: transparent;
}
 .owl-theme .owl-dots .owl-dot {
	 display: inline-block;
	 zoom: 1;
	 *display: inline;
}
 .owl-theme .owl-dots .owl-dot span {
	 width: 10px;
	 height: 10px;
	 margin: 5px 7px;
	 background: #d6d6d6;
	 display: block;
	 -webkit-backface-visibility: visible;
	 transition: opacity 200ms ease;
	 border-radius: 30px;
}
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	 background: #869791;
}
 /* Start:/bitrix/templates/universe_s1/plugins/jquery.owlCarousel/jquery.owlCarousel-theme.min.css?15946389901013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* Start:/bitrix/templates/universe_s1/plugins/jquery.owlCarousel/jquery.owlCarousel.min.css?15946389903368*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;outline:0}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/universe_s1/plugins/jquery.owlCarousel/images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End *
/* End */


/* Start:/bitrix/templates/unimagazin_s2/components/intec/reviews/reviews.stars/style.css?16744077983688*/
.reviews-box .button {
	font-size: 14px;
	padding: 8px 20px;
}

.reviews-box {
	position: relative;
}

.reviews-box .reviews {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.reviews-box .reviews .review {
	display: block;
	width: 100%;
	white-space: nowrap;
}

.reviews-box .reviews .review:nth-child(2) {
	border-top: none;
}
.reviews-box .reviews .review .info .logo {
    background: #C4C4C4;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    color: #fff;
    border-radius: 50%;
}
.reviews-box .reviews .review .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: left;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
.reviews-box .reviews .review .info > div {
    padding: 0 10px;
}
.reviews-box .reviews .review .info .date {
	font-size: 12px;
	color: #8d8d8d;
	margin-top: 40px
}

.reviews-box .reviews .review .info .name {
	font-size: 14px;
	font-weight: bold;
}

.reviews-box .reviews .review .description {
	display: block;
	margin-left: 70px;
	font-size: 12px;
	white-space: normal;
	padding-top: 40px;
	padding-bottom: 40px;
}
.reviews-box .reviews .review .description .d-flex {
    display: flex;
		justify-content: space-between;
    margin: -5px;
}
.reviews-box .reviews .review #raiting-block{
	margin-right: 30px;
}
.reviews-box .reviews .review .description .d-flex .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding: 5px;
}
.reviews-box .reviews .review .description .d-flex .date{
    color: #949494;
    padding: 5px;
    font-weight: 600;
}
.reviews-box .reviews .review .description .preview-text {
    font-size: 14px;
    margin-top: 10px;
    color: #000;
		margin-right: 50px;
}
.reviews-box .reviews .form {
	position: relative;
	display: none;
	overflow: hidden;
}

.reviews-box .reviews .form .row {
	position: relative;
	display: block;
    width: 100%;
	overflow: hidden;
	margin: 0px;
}

.reviews-box .reviews .form  .label {
	display: block;
	/*float: left;*/
	width: 40px;
	line-height: 35px;
	padding: 0px;
	font-size: 10px;
	color: #000;
	text-align: left;
	font-weight: bold;
}

.reviews-box .reviews .form .label .needed {
	color: #f00;
}

.reviews-box .reviews .form .control {
	position: relative;
	display: block;
	/*margin-left: 60px;*/
	text-align: left;
}

.reviews-box .reviews .form .row .control textarea,
.reviews-box .reviews .form .row .control input {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

.reviews-box .reviews .form .row .control textarea.ui-state-error,
.reviews-box .reviews .form .row .control input.ui-state-error {
	border: 1px solid #d55b4b;
}

.reviews-box #message {
    display: none;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    height: 0px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
}
.raiting_star{
	width: 21px;
	height: 21px;
	margin: 0 5px;
}
.reviews-box .review{
	padding: 15px;
}
.reviews-box .review:nth-child(2n){
	background: #F7F7F7;
}
@media all and (max-width: 600px) {
	.reviews-box .reviews .review .info {
		margin-left: 0px;
		float: none;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.reviews-box .reviews .review .info .date {
		margin-top: 10px;
	}

	.reviews-box .reviews .review .description {
		margin-left: 0px;
		padding-top: 10px;
	}

    .reviews-box .reviews .form .row {
        width: auto;
    }
}

/* End */


/* Start:/bitrix/templates/unimagazin_s2/components/bitrix/catalog.section/slider.custom/style.css?16744077983150*/
.slider-wrapper {
	margin-left: -8px;
	margin-right: -8px;
}

.slider {
	position: relative;
	margin-top: 0px;
	display: block;
	width: auto;
}

.slider .title {
    height: 21px;
    margin-bottom: 25px;
    margin-top: 0px;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
}

.slider .nbs-flexisel-container {
	position: static;
	display: block;
	width: initial;
	max-width: initial;
}

.slider .nbs-flexisel-inner {
	position: static;
	display: block;
	width: initial;
	max-width: initial;
}

.slider .nbs-flexisel-nav-left {
    position: absolute;
    top: 47% !IMPORTANT;
    left: -24px;
	background: urL('/bitrix/templates/unimagazin_s2/images/left.png') center no-repeat;
}
.slider .nbs-flexisel-nav-left:hover
{
	background: urL('/bitrix/templates/unimagazin_s2/images/left_h.png') center no-repeat;
}

.slider .nbs-flexisel-nav-right {
    position: absolute;
    top: 47% !IMPORTANT;
	background: urL('/bitrix/templates/unimagazin_s2/images/right.png') center no-repeat;
    right: -24px;
}
.slider .nbs-flexisel-nav-right:hover
{
	background: urL('/bitrix/templates/unimagazin_s2/images/right_h.png') center no-repeat;
}
.slider .nbs-flexisel-nav-left .icon, .slider .nbs-flexisel-nav-right .icon
{
	display: none
}

.slider .element {
	display: block;
	margin-left: 9px;
	margin-right: 9px;
}

.slider .element > .wrapper {
	padding: 9px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.slider .element .image {
    position: relative;
    display: block;
    width: 200px;
    padding-top: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.slider .element .image img
{
	max-width: 100%
}
.slider .element .image .wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0px;
}

.slider .element .image .wrapper img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
.slider .element .information .min-buttons{
	display: flex !important;
	align-items: center;
}
.slider .element .information .min-buttons .add{
	margin-right: 5px;
	margin-left: 5px;
}
.slider .element .information {
	display: block;
	margin: 0;
	padding-left: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;

}

.slider .element .information .name {
    display: block;
    line-height: 17px;
    height: 34px;
    margin-bottom: 17px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

.slider .element .information .price {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
}
@media screen and (max-width:1280px){
	.slider .element .image{
		width: 150px !important;
		padding-top: 150px !important;
	}
}
.item-inner-slider.similar .title
{
	margin-bottom: 57px;
}

/* End */


/* Start:/bitrix/templates/unimagazin_s2/components/bitrix/sale.viewed.product/slider.custom/style.css?16744077981863*/
.view-list-slider {
	position:relative;
	text-align:left;
}
.view-list-slider .view-item {
	margin-bottom:18px;
	position: relative;
	text-align:center;
}
.view-list-slider .nbs-flexisel-container .view-item {
	margin-left: 8px;
    margin-right: 8px;
}
.view-list-slider ul {
	padding:0;
	list-style:none;
}
.view-list-slider .left_block {
    width: 200px;
    text-align: center;
    padding-top: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.view-list-slider .right_block {
    width:100%;
    overflow: hidden;
}
.view-list-slider a.name {
    line-height: 13px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
}
.view-list-slider .nbs-flexisel-inner {
    margin: 0px ;
}
.view-list-slider .price {
	font-weight:bold;
	font-size:18px;
	height:25px;
    overflow: hidden;
    white-space: nowrap;
}
.view-list-slider .nbs-flexisel-container {

}
.view-list-slider .nbs-flexisel-nav-left {
    top: 50% !important;
    left: 10px;
    right: 36px
}
.item .standart_block .header_grey {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
}
.view-list-slider .nbs-flexisel-nav-right {
top: 50% !important;
    right: 10px;
}
.view-list-slider .nbs-flexisel-container,
.view-list-slider .nbs-flexisel-inner {
	  position: static;
	  width: initial;
	  max-width: initial;
}
@media screen and (max-width:1280px){
		.view-list-slider .left_block{
		width: 150px;
		padding-top: 150px;
	}
}
.item-inner-slider .view-list-slider .right_block
{
    text-align:left
}
.item-inner-slider .view-list-slider .right_block .name
{
    font-size: 14px;
    line-height: 16px!important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}
/* End */


/* Start:/bitrix/templates/unimagazin_s2/components/intec/reviews/reviews.custom/style.css?16744077983688*/
.reviews-box .button {
	font-size: 14px;
	padding: 8px 20px;
}

.reviews-box {
	position: relative;
}

.reviews-box .reviews {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.reviews-box .reviews .review {
	display: block;
	width: 100%;
	white-space: nowrap;
}

.reviews-box .reviews .review:nth-child(2) {
	border-top: none;
}
.reviews-box .reviews .review .info .logo {
    background: #C4C4C4;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    color: #fff;
    border-radius: 50%;
}
.reviews-box .reviews .review .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: left;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
.reviews-box .reviews .review .info > div {
    padding: 0 10px;
}
.reviews-box .reviews .review .info .date {
	font-size: 12px;
	color: #8d8d8d;
	margin-top: 40px
}

.reviews-box .reviews .review .info .name {
	font-size: 14px;
	font-weight: bold;
}

.reviews-box .reviews .review .description {
	display: block;
	margin-left: 70px;
	font-size: 12px;
	white-space: normal;
	padding-top: 40px;
	padding-bottom: 40px;
}
.reviews-box .reviews .review .description .d-flex {
    display: flex;
		justify-content: space-between;
    margin: -5px;
}
.reviews-box .reviews .review #raiting-block{
	margin-right: 30px;
}
.reviews-box .reviews .review .description .d-flex .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding: 5px;
}
.reviews-box .reviews .review .description .d-flex .date{
    color: #949494;
    padding: 5px;
    font-weight: 600;
}
.reviews-box .reviews .review .description .preview-text {
    font-size: 14px;
    margin-top: 10px;
    color: #000;
		margin-right: 50px;
}
.reviews-box .reviews .form {
	position: relative;
	display: none;
	overflow: hidden;
}

.reviews-box .reviews .form .row {
	position: relative;
	display: block;
    width: 100%;
	overflow: hidden;
	margin: 0px;
}

.reviews-box .reviews .form  .label {
	display: block;
	/*float: left;*/
	width: 40px;
	line-height: 35px;
	padding: 0px;
	font-size: 10px;
	color: #000;
	text-align: left;
	font-weight: bold;
}

.reviews-box .reviews .form .label .needed {
	color: #f00;
}

.reviews-box .reviews .form .control {
	position: relative;
	display: block;
	/*margin-left: 60px;*/
	text-align: left;
}

.reviews-box .reviews .form .row .control textarea,
.reviews-box .reviews .form .row .control input {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

.reviews-box .reviews .form .row .control textarea.ui-state-error,
.reviews-box .reviews .form .row .control input.ui-state-error {
	border: 1px solid #d55b4b;
}

.reviews-box #message {
    display: none;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    height: 0px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
}
.raiting_star{
	width: 21px;
	height: 21px;
	margin: 0 5px;
}
.reviews-box .review{
	padding: 15px;
}
.reviews-box .review:nth-child(2n){
	background: #F7F7F7;
}
@media all and (max-width: 600px) {
	.reviews-box .reviews .review .info {
		margin-left: 0px;
		float: none;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.reviews-box .reviews .review .info .date {
		margin-top: 10px;
	}

	.reviews-box .reviews .review .description {
		margin-left: 0px;
		padding-top: 10px;
	}

    .reviews-box .reviews .form .row {
        width: auto;
    }
}

/* End */
/* /bitrix/templates/unimagazin_s2/components/bitrix/catalog/catalog.custom/style.css?16744077987933 */
/* /bitrix/templates/unimagazin_s2/components/bitrix/catalog.element/product.custom/style.css?167440779833453 */
/* /bitrix/templates/unimagazin_s2/js/owlCarousel/animate.css?16744135629180 */
/* /bitrix/templates/unimagazin_s2/components/intec/reviews/reviews.stars/style.css?16744077983688 */
/* /bitrix/templates/unimagazin_s2/components/bitrix/catalog.section/slider.custom/style.css?16744077983150 */
/* /bitrix/templates/unimagazin_s2/components/bitrix/sale.viewed.product/slider.custom/style.css?16744077981863 */
/* /bitrix/templates/unimagazin_s2/components/intec/reviews/reviews.custom/style.css?16744077983688 */
