

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1487146768666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top/style.css?1566466710581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.compare.list/icon/style.css?15664666991265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/header/style.css?15664667134229*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.viewed.product/viewed_objects/style.css?1566466713220*/
div.view-list {
	width: 200px;
	border: 1px solid #CCC;
}
div.view-header {
	height: 20px;
	text-align: center;
	background-color: #CCC;
	margin-bottom:10px;
}
div.view-item {
	text-align: center;
	margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/liral/style.css?1566466698563*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/liralarenda/style.css?1566466698697*/
.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){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/bitrix/components/bitrix/catalog.smart.filter/templates/.default/style.css?148714679618598*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
			border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
			border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
			border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/colors.css?14871467964780*/
.bx-filter.bx-blue .bx-filter-section {
	background: #edf6fc;
}
/*
* INPUTS
*
*/
.bx-filter.bx-blue .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
	border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-blue .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background: #849da4;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background: #a8dff3;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {background: #499fd8;}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}
/*
*	Select
*
*/
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
	border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-blue .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-blue .bx-tag-link {
	color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
	border-image: url(/bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/

.bx-filter.bx-blue .btn-themes {
	background-color: #1485CE;
	border-color: #1485CE;
	color: #FFF
}
.bx-filter.bx-blue .btn-themes.bx-active,
.bx-filter.bx-blue .btn-themes.focus,
.bx-filter.bx-blue .btn-themes:active,
.bx-filter.bx-blue .btn-themes:focus,
.bx-filter.bx-blue .btn-themes:hover{
	background-color: #53A4D8;
	border-color: #53A4D8;
	color: #FFF
}
/*
* 	Result Popup
*
*/
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section.list/.default/style.css?15664667617305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/style.css?156646676127494*/
/* catalog.section */
.bx-section-desc-post{
	font-size: 12px;
	padding: 0 0 0 15px;
	margin: 15px 0;
}
.bx-section-desc{
	border-left: 3px solid #d3d3d3;
}
.bx_catalog_list_home {
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
	.bx_catalog_list_home {
		border-bottom: 1px solid #e5e5e5;
	}
}
.bx_catalog_list_home .bx_catalog_item {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	margin-bottom: 30px;
}
@media (min-width: 960px) {
	.bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 0 30px 0;
		width: 100%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
	.bx_catalog_list_home.col4 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 23%
	}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1) {
		clear: both
	}
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 18%
	}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1) {
		clear: both
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 0 0 30px;
		width: 100%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 23%
	}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1) {
		clear: both
	}
}
@media (max-width: 767px) {
	.bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 0 0 30px;
		width: 100%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item,
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
}
@media (max-width:767px) {
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 0 0 30px;
		width: 100%
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1) {
		clear: none
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%;
		clear: none
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
	border: 1px solid transparent;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: #fff;
	-webkit-animation: borderview 0.5s;
	animation: borderview 0.5s;
}
@media (min-width: 960px) {
	.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
		padding: 0 25px 15px
	}
}
@media (max-width: 960px) {
	.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
		padding: 0 15px 15px
	}
}
@keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
@-webkit-keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
.bx_catalog_list_home .bx_catalog_item_articul {
	color: #a5a5a5;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title {
	overflow: auto;
	white-space: normal;
}
.bx_catalog_list_home .bx_catalog_item_title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_price {
	color: #3f3f3f;
	font-weight: bold;
}
.bx_catalog_list_home .bx_catalog_item_price span {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls {
	padding-top: 10px;
	text-align: center;
	opacity: 0;
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home .bx_catalog_item_controls {
		height: auto
	}
}
@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {
		height: auto
	}
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
	color: #3f3f3f;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
	width: 100%;
	text-align: center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
	margin: 1%;
	width: 48%;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	height: 25px;
}

@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
		float: none;
		width: 100%;
		text-align: center;
	}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text] {
	border: none;
}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {
	opacity: 1
}
.bx_catalog_list_home .bx_cnt_desc {
	text-align: left;
	position: absolute;
	right: -45px;
	top: 2px;
	width: 40px;
}
.bx_catalog_list_home .bx_catalog_item_controls a {
	margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price {
	font-size: 15px;
	padding-top: 5px;
}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images {
	position: relative;
	z-index: 91;
	display: block;
	padding-top: 135%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double {
	z-index: 90;
	margin-top: -135%;
	opacity: 0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images {
	opacity: 0;
	-webkit-animation: rotateimgfirst 0.5s;
	animation: rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double {
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
	animation: rotateimglast 0.5s;
}
@keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
	display: none
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu {
	display: block
}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
	padding-top: 10px
}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div {
	margin: 0 auto
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch {
	display: none !important;
}

/* Stickers */
.bx_catalog_list_home .bx_stick {
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx_catalog_list_home .bx_stick.short {
	font-weight: bold;
	font-size: 18px
}
.bx_catalog_list_home .bx_stick.average {
	font-weight: bold;
	font-size: 13px
}
.bx_catalog_list_home .bx_stick.long {
	font-weight: normal;
	font-size: 11px
}
.bx_catalog_list_home .bx_stick_disc {
	position: absolute;
	width: 72px;
	height: 74px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 23px;
	line-height: 74px;
	background: #f42c2c url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/stick_disc.png) no-repeat center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left {
	left: -2px;
}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right {
	right: 0;
}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top {
	top: 15px;
}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom {
	bottom: 5px;
}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle {
	top: 49%;
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home .bx_stick {
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_catalog_list_home .bx_stick.short {
		font-weight: normal;
		font-size: 14px
	}
	.bx_catalog_list_home .bx_stick.average {
		font-weight: normal;
		font-size: 11px
	}
	.bx_catalog_list_home .bx_stick.long {
		font-weight: normal;
		font-size: 11px
	}
	.bx_catalog_list_home .bx_stick_disc {
		width: 64px;
		height: 65px;
		background-size:100%;
		font-size: 20px;
		line-height: 65px;
	}
}
@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_stick {
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 11px;
		line-height: 30px;
	}
	.bx-touch .bx_catalog_list_home .bx_stick_disc {
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}
/* buttons */

.bx_catalog_list_home .bx_bt_button,
.bx_catalog_list_home .bx_bt_button_type_2 {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
}
.bx_catalog_list_home .bx_bt_button_type_2 {
	border: 1px solid #e9e9e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color: #656565;
	text-shadow: 0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:hover {
	background: #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:active {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}
.bx_catalog_list_home .bx_bt_button {
	background: #00a2df;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2df), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
	color: #fff;
	text-shadow: 0 1px 0 #006cae;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb', GradientType=0);
}
.bx_catalog_list_home .bx_bt_button:hover {
	background: #21afe4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.bx_catalog_list_home .bx_bt_button:active {
	background: #21afe4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.bx_catalog_list_home .bx_small.bx_bt_button {
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2 {
	display: inline-block;
	min-width: 18px;
	line-height: 18px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2 {}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover {}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active {}
.bx_catalog_list_home .bx_medium.bx_bt_button {
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
	padding: 0 13px;
	height: 23px;
	font-weight: bold;
	line-height: 23px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
	font-weight: bold;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}
.bx_catalog_list_home .bx_col_input {
	display: inline-block;
	width: 40px;
	text-align: center;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}
/* End */


/* Start:/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/style.css?148714675831965*/
/* catalog.section */
.bx_item_list_you_looked_horizontal{
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5;
}
@media (max-width:640px) {.bx_item_list_you_looked_horizontal {border-bottom:1px solid #e5e5e5;}}

.bx_item_list_you_looked_horizontal.bx_wood .bx_item_list_title{background:#ebf4f8;}
.bx_item_list_you_looked_horizontal.bx_red .bx_item_list_title{background:#FBF1F0}
.bx_item_list_you_looked_horizontal.bx_green .bx_item_list_title{background:#F2FBEA}
.bx_item_list_you_looked_horizontal.bx_blue .bx_item_list_title{background:#ebf4f8}
.bx_item_list_you_looked_horizontal.bx_black .bx_item_list_title{background:#f1f4f7;}
.bx_item_list_you_looked_horizontal.bx_yellow .bx_item_list_title{background:#FBF7DB}


.bx_item_list_you_looked_horizontal .bx_catalog_item{
    position:relative;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
}

.popup-window-buttons .bx_item_list_you_looked_horizontal {
    border: none !important;
}

@media (min-width:960px){
    .bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0   ;width:100%}

    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}
    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}
    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}
    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:760px) and (max-width:960px){
    .bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}

    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item,
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}
    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(4n+1),
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
    .bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px  ;width:100%}

    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item,
    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item,
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1),
    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(3n+1),
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
    .bx-touch .bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px ;width:100%}

    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item,
    .bx-touch .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item,
    .bx-touch .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item,
    .bx-touch .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}

    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container {
    position:absolute;
    z-index:990;
    top:0;
    left:0;
    right:0;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
    border-radius:3px;
    border:1px solid #d3d3d3;
    background:#fff;
    -webkit-animation:borderview 0.5s;
    animation:borderview 0.5s;
}
@media (min-width:960px){.bx-no-touch  .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}
@media (max-width:960px){.bx-no-touch  .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_item_list_you_looked_horizontal .bx_catalog_item_articul{
    color:#a5a5a5;
    font-size:13px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_title{
	overflow:hidden;
	height:34px;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_title{
    overflow:auto;
    height:auto !important;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_title a{
    color:#3f3f3f;
    text-decoration:none;
    font-size:13px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_price{
    color:#3f3f3f;
    font-weight:bold;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls{
    padding-top:10px;
    text-align:center;
    opacity:0;
}
@media (min-width:641px) and (max-width:960px){.bx_item_list_you_looked_horizontal .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:center;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    color:#3f3f3f;
    font-size:13px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align:left;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    width:100%;
    text-align:center;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
    margin:1%;
    width: 48%;
    min-width:100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    height: 25px;
}

@media (max-width:640px) {
    .bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
    .bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls input[type=text]{border:none;}
.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls,
.bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_item_list_you_looked_horizontal .bx_cnt_desc{
    text-align:left;
    position:absolute;
    right:-45px;
    top:2px;
    width:40px;
}
@media (min-width:641px) and (max-width:960px){

}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls a{margin-bottom:10px;}
.bx_item_list_you_looked_horizontal .bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;}
.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    padding-top:135%;
    width:100%;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double{
    z-index:900;
    margin-top:-135%;
    opacity:0;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images{
    opacity:0;
    -webkit-animation:rotateimgfirst 0.5s;
    animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images_double{
    opacity:1;
    -webkit-animation:rotateimglast 0.5s;
    animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_item_list_you_looked_horizontal .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_item_list_you_looked_horizontal .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_item_list_you_looked_horizontal .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_item_list_you_looked_horizontal .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_item_list_you_looked_horizontal .bx_stick.short {font-weight: bold;font-size:18px}
.bx_item_list_you_looked_horizontal .bx_stick.average {font-weight: bold;font-size:13px}
.bx_item_list_you_looked_horizontal .bx_stick.long{font-weight:normal;font-size:11px}
.bx_item_list_you_looked_horizontal .bx_stick_disc{
    position:absolute;
    width:72px;
    height:74px;
    background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/stick_disc.png) no-repeat center;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    font-weight:bold;
    font-size:23px;
    line-height:74px;
}
.bx_item_list_you_looked_horizontal .bx_stick.left,
.bx_item_list_you_looked_horizontal .bx_stick_disc.left{left:-2px;}
.bx_item_list_you_looked_horizontal .bx_stick.right,
.bx_item_list_you_looked_horizontal .bx_stick_disc.right{right:0;}
.bx_item_list_you_looked_horizontal .bx_stick.top,
.bx_item_list_you_looked_horizontal .bx_stick_disc.top{top:15px;}
.bx_item_list_you_looked_horizontal .bx_stick.bottom,
.bx_item_list_you_looked_horizontal .bx_stick_disc.bottom{bottom:5px;}
.bx_item_list_you_looked_horizontal .bx_stick.middle,
.bx_item_list_you_looked_horizontal .bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
    .bx_item_list_you_looked_horizontal .bx_stick{
        width:90px;
        height:30px;
        background-size:100%;
        line-height:30px;
    }
    .bx_item_list_you_looked_horizontal .bx_stick.short {font-weight:normal;font-size:14px}
    .bx_item_list_you_looked_horizontal .bx_stick.average {font-weight:normal;font-size:11px}
    .bx_item_list_you_looked_horizontal .bx_stick.long{font-weight:normal;font-size:11px}
    .bx_item_list_you_looked_horizontal .bx_stick_disc{
        width:64px;
        height:65px;
        background-size:100%;
        font-size:	20px;
        line-height:65px;
    }
}
@media (max-width:640px) {
    .bx-touch .bx_item_list_you_looked_horizontal .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }
    .bx-touch .bx_item_list_you_looked_horizontal .bx_stick_disc{
        width:48px;
        height:49px;
        background-size:100%;
        font-size:	16px;
        line-height:49px;
    }
}
@media (max-width:479px) {
    .bx-touch .bx_item_list_you_looked_horizontal .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }

    .bx-touch .bx_item_list_you_looked_horizontal .bx_stick_disc{
        width:37px;
        height:38px;
        background-size:100%;
        font-size:13px;
        line-height:38px;
    }
}

/* buttons */
.bx_item_list_you_looked_horizontal .bx_bt_button,
.bx_item_list_you_looked_horizontal .bx_bt_button_type_2{
    display:inline-block;
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    cursor:pointer;
    white-space:nowrap;
}

.bx_item_list_you_looked_horizontal .bx_bt_button_type_2 				{
    border:1px solid #e9e9e9;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
    background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color:#656565;
    text-shadow:0 1px 0 #fff;
}
.bx_item_list_you_looked_horizontal .bx_bt_button_type_2:hover{background:#fff;}
.bx_item_list_you_looked_horizontal .bx_bt_button_type_2:active 	{
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
    background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_item_list_you_looked_horizontal .bx_bt_button  				{
    background:#00a2df;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
    color:#fff;
    text-shadow:0 1px 0 #006cae;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_item_list_you_looked_horizontal .bx_bt_button:hover  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_item_list_you_looked_horizontal .bx_bt_button:active  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button{
    display:inline-block;
    min-width:20px;
    line-height:20px;
}
.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button_type_2{
    display:inline-block;
    min-width:18px;
    line-height:18px;
}

.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button_type_2 		{}
.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button_type_2:hover 	{}
.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button_type_2:active 	{}


.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button{
    padding:0 13px;
    height:25px;
    font-weight:bold;
    line-height:25px;
}
.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2		{
    padding:0 13px;
    height:23px;
    font-weight:bold;
    line-height:23px;
}

.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button,
.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2:hover  {}
.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2:active {}

.bx_item_list_you_looked_horizontal .bx_col_input{
    display:inline-block;
    width:40px;
    text-align:center;
}

/* scu_detail_size */
.bx_item_list_you_looked_horizontal .bx_item_detail_size{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li{
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;

    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-touch	.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border.png) 2 stretch;
    border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:active .cnt,
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_list_you_looked_horizontal .bx_item_detail_size.full .bx_slide_left,
.bx_item_list_you_looked_horizontal .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left {left:   0;background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right{right:  0;background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_item_list_you_looked_horizontal .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index:10;
}
.bx-touch	.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border.png) 2 stretch;
    border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 3px;
    border: 2px solid #006cc0;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/missing.png) no-repeat center;
}

.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size:contain;
    background-repeat: no-repeat;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu.full .bx_slide_left,
.bx_item_list_you_looked_horizontal .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.bx_item_list_you_looked_horizontal {
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px
}
.bx_item_list_you_looked_horizontal .bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_item_list_you_looked_horizontal .bx_item_list_section .bx_item_list_slide {
    /*height: auto !important;*/
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_container.no-imgs > a {
    background-image: none !important;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/style.css?14871467584912*/
/* catalog.section */
.bx_item_list_you_looked_horizontal.bx_blue .bx_bt_button  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:   -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:    -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:     -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:        linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);

	color:#fff;
	text-shadow: 0 1px 0 #165c99;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_item_list_you_looked_horizontal.bx_blue .bx_bt_button:hover  		{
	background:#26b0e4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));
	background:-webkit-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:   -moz-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:    -ms-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:     -o-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:        linear-gradient(to bottom,#26b0e4 0%,#2684d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0 );
}
.bx_item_list_you_looked_horizontal.bx_blue .bx_bt_button:active  		{
	background:#0052bf;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));
	background:-webkit-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:   -moz-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:    -ms-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:     -o-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:linear-gradient(to bottom,#0052bf 0%,#0085d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0 );
}

/* scu_detail_size */
.bx-touch .bx_item_list_you_looked_horizontal.bx_blue .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-touch .bx_item_list_you_looked_horizontal.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/suggestion/style.css?156646670527637*/
/* catalog.section */
.bx-section-desc-post{
	font-size: 12px;
	padding: 0 0 0 15px;
	margin: 15px 0;
}
.bx-section-desc{
	border-left: 3px solid #d3d3d3;
}
.bx_catalog_list_home {
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
	.bx_catalog_list_home {
		border-bottom: 1px solid #e5e5e5;
	}
}
.bx_catalog_list_home .bx_catalog_item {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	margin-bottom: 30px;
}
@media (min-width: 960px) {
	.bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 0 30px 0;
		width: 100%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
	.bx_catalog_list_home.col4 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 23%
	}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1) {
		clear: both
	}
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 18%
	}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1) {
		clear: both
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 0 0 30px;
		width: 100%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 23%
	}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1) {
		clear: both
	}
}
@media (max-width: 767px) {
	.bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 0 0 30px;
		width: 100%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item,
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
}
@media (max-width:767px) {
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 0 0 30px;
		width: 100%
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1) {
		clear: none
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%;
		clear: none
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
	border: 1px solid transparent;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: #fff;
	-webkit-animation: borderview 0.5s;
	animation: borderview 0.5s;
}
@media (min-width: 960px) {
	.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
		padding: 0 25px 15px
	}
}
@media (max-width: 960px) {
	.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
		padding: 0 15px 15px
	}
}
@keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
@-webkit-keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
.bx_catalog_list_home .bx_catalog_item_articul {
	color: #a5a5a5;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title {
	overflow: auto;
	white-space: normal;
}
.bx_catalog_list_home .bx_catalog_item_title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_price {
	color: #3f3f3f;
	font-weight: bold;
}
.bx_catalog_list_home .bx_catalog_item_price span {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls {
	padding-top: 10px;
	text-align: center;
	opacity: 0;
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home .bx_catalog_item_controls {
		height: auto
	}
}
@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {
		height: auto
	}
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
	color: #3f3f3f;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
	width: 100%;
	text-align: center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
	margin: 1%;
	width: 48%;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	height: 25px;
}

@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
		float: none;
		width: 100%;
		text-align: center;
	}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text] {
	border: none;
}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {
	opacity: 1
}
.bx_catalog_list_home .bx_cnt_desc {
	text-align: left;
	position: absolute;
	right: -45px;
	top: 2px;
	width: 40px;
}
.bx_catalog_list_home .bx_catalog_item_controls a {
	margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price {
	font-size: 15px;
	padding-top: 5px;
}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images {
	position: relative;
	z-index: 91;
	display: block;
	padding-top: 135%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double {
	z-index: 90;
	margin-top: -135%;
	opacity: 0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images {
	opacity: 0;
	-webkit-animation: rotateimgfirst 0.5s;
	animation: rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double {
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
	animation: rotateimglast 0.5s;
}
@keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
	display: none
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu {
	display: block
}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
	padding-top: 10px
}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div {
	margin: 0 auto
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch {
	display: none !important;
}

/* Stickers */
.bx_catalog_list_home .bx_stick {
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx_catalog_list_home .bx_stick.short {
	font-weight: bold;
	font-size: 18px
}
.bx_catalog_list_home .bx_stick.average {
	font-weight: bold;
	font-size: 13px
}
.bx_catalog_list_home .bx_stick.long {
	font-weight: normal;
	font-size: 11px
}
.bx_catalog_list_home .bx_stick_disc {
	position: absolute;
	width: 72px;
	height: 74px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 23px;
	line-height: 74px;
	background: #f42c2c url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/stick_disc.png) no-repeat center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left {
	left: -2px;
}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right {
	right: 0;
}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top {
	top: 15px;
}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom {
	bottom: 5px;
}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle {
	top: 49%;
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home .bx_stick {
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_catalog_list_home .bx_stick.short {
		font-weight: normal;
		font-size: 14px
	}
	.bx_catalog_list_home .bx_stick.average {
		font-weight: normal;
		font-size: 11px
	}
	.bx_catalog_list_home .bx_stick.long {
		font-weight: normal;
		font-size: 11px
	}
	.bx_catalog_list_home .bx_stick_disc {
		width: 64px;
		height: 65px;
		background-size:100%;
		font-size: 20px;
		line-height: 65px;
	}
}
@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_stick {
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 11px;
		line-height: 30px;
	}
	.bx-touch .bx_catalog_list_home .bx_stick_disc {
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}
/* buttons */

.bx_catalog_list_home .bx_bt_button,
.bx_catalog_list_home .bx_bt_button_type_2 {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
}
.bx_catalog_list_home .bx_bt_button_type_2 {
	border: 1px solid #e9e9e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color: #656565;
	text-shadow: 0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:hover {
	background: #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:active {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}
.bx_catalog_list_home .bx_bt_button {
	background: #00a2df;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2df), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
	color: #fff;
	text-shadow: 0 1px 0 #006cae;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb', GradientType=0);
}
.bx_catalog_list_home .bx_bt_button:hover {
	background: #21afe4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.bx_catalog_list_home .bx_bt_button:active {
	background: #21afe4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.bx_catalog_list_home .bx_small.bx_bt_button {
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2 {
	display: inline-block;
	min-width: 18px;
	line-height: 18px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2 {}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover {}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active {}
.bx_catalog_list_home .bx_medium.bx_bt_button {
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
	padding: 0 13px;
	height: 23px;
	font-weight: bold;
	line-height: 23px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
	font-weight: bold;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}
.bx_catalog_list_home .bx_col_input {
	display: inline-block;
	width: 40px;
	text-align: center;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/.default/components/bitrix/catalog.section/suggestion/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.last-block__slider_item-info .btn-item {
	border:1px solid #999;
}
.last-block__slider_item-info .btn-item:hover {
	border:1px solid #fff;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/bottom/style.css?1566466710581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/liral/styles.css?1566466008207*/
.popup-close{
    top:-20px !important;
    right:-20px !important;
}
.page-rieltors__subscribe.order .form-col {
    width:150px !important;
    margin-right:20px !important;
    display:block !important;
}
/* End */


/* Start:/local/templates/liral/template_styles.css?1624001065202871*/
/* paths,ath- /liralarenda/local/templates/liral/template_styles.css*/


a, a:hover {
    text-decoration: none
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

button, ul {
    padding: 0
}

.liked-link:after, .liked-linktwo:after button {
    background-color: transparent
}

.liked-link:after, .liked-linktwo:after .scroll-top:after {
    left: 50%;
    content: ''
}

.liked-link:after, .liked-linktwo:after, .scroll-top:after, .tabs-ul li a.active:after {
    content: ''
}

.btn, .pagination__inner, .pagination__inner_page a, .popup-application__form .btn-block, .popup-category__list li, .tabs-ul {
    text-align: center
}

*, .slick-list:focus, .ui-helper-reset {
    outline: 0
}

.fancybox-nav, .slick-slider {
    -webkit-tap-highlight-color: transparent
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.about__clients-review .block-row:after, .about__clients-review:after, .breadcrumbs:after, .filter__content_params:after, .last-block > .container:after, .page-columns:after, .page-header .header__nav_btn:after, .page-header .header__nav_list:after, .slick-track:after {
    clear: both
}

@font-face {
    font-family: OpenSans-Light;
    src: url(/local/templates/liral/fonts/OpenSans/Light.eot);
    src: url(/local/templates/liral/fonts/OpenSans/Light.eot?#iefix) format("embedded-opentype"), url(/local/templates/liral/fonts/OpenSans/Light.woff) format("woff"), url(/local/templates/liral/fonts/OpenSans/Light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(/local/templates/liral/fonts/OpenSans/Regular.eot);
    src: url(/local/templates/liral/fonts/OpenSans/Regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/liral/fonts/OpenSans/Regular.woff) format("woff"), url(/local/templates/liral/fonts/OpenSans/Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSans-Semibold;
    src: url(/local/templates/liral/fonts/OpenSans/Semibold.eot);
    src: url(/local/templates/liral/fonts/OpenSans/Semibold.eot?#iefix) format("embedded-opentype"), url(/local/templates/liral/fonts/OpenSans/Semibold.woff) format("woff"), url(/local/templates/liral/fonts/OpenSans/Semibold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(/local/templates/liral/fonts/OpenSans/Bold.eot);
    src: url(/local/templates/liral/fonts/OpenSans/Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/liral/fonts/OpenSans/Bold.woff) format("woff"), url(/local/templates/liral/fonts/OpenSans/Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #f3f0ed;
    font-size: 14px;
    font-family: OpenSans-Regular, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #343434;
    min-width: 320px
}

/*@media (max-width: 767px) {
    body {
        position: relative
    }
}*/

ul {
    margin: 0;
    list-style-type: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

a {
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear
}

button {
    cursor: pointer;
    border: 0
}

.liked-link, .liked-linktwo, .scroll-top {
    -moz-border-radius: 100%;
    position: absolute
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}



/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .container {
        width: 700px
    }
}*/

.page {
    padding-bottom: 50px
}

.liked-link, .liked-linktwo {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    z-index: 13
}

.liked-link:after, .liked-linktwo:after {
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 20px;
    height: 17.97px;
    background-position: -339px -346px;
}

.liked-link.active:after, .liked-link:hover:after, .scroll-top:after, .liked-linktwo.active:after, .liked-linktwo:hover:after, .scroll-top:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px
}

.liked-link.active, .liked-link:hover, .liked-linktwo.active, .liked-linktwo:hover {
    border-color: #ed1b2f
}

.liked-link.active:after, .liked-link:hover:after, .liked-linktwo.active:after, .liked-linktwo:hover:after {
    background-size: 1045px 1090px;
    width: 20px;
    height: 17.97px;
    background-position: -359px -364px
}

.js-tab-content {
    display: none
}

.scroll-top {
    width: 60px;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    bottom: 177px !important;
    right: 25px;
    position: fixed;
    z-index: 60;
    display: none;
    cursor: pointer;
}

.scroll-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 1045px 1090px;
    width: 16px;
    height: 8.88px;
    background-position: -810px -847px
}

.scroll-top:hover:after, .slider-center-control .slick-arrow {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px
}

.scroll-top:hover:after {
    background-size: 1045px 1090px;
    width: 16px;
    height: 8.88px;
    background-position: -826px -856px
}
.page-single-news ul{
    margin-bottom: 10px;
}
.page-single-news ul li{
    list-style-type: disc;
    /* margin-left: 20px; */
    margin-left: 45px;
    line-height: 24px;
}
/* , .page-single-news ul li */
.list-block li {
    padding-left: 15px;
    position: relative;
    line-height: 24px;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px
}
/* , .page-single-news ul li:after  */
.list-block li:after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #343434;
    top: 11px;
    left: 0
}

.slider-center-control .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    border: 0;
    background-size: 1045px 1090px;
    width: 11px;
    height: 21px;
    background-position: -988px -1009px;
    z-index: 1;
    cursor: pointer
}

.slider-center-control .slick-arrow:hover, .slider-left-control .slick-arrow {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    width: 11px;
    height: 21px
}

.slider-center-control .slick-arrow:hover {
    background-size: 1045px 1090px;
    background-position: -1010px -1051px
}

.slider-center-control .slick-prev {
    left: 0
}

.slider-center-control .slick-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.slider-left-control .slick-arrow {
    position: absolute;
    top: -45px;
    font-size: 0;
    border: 0;
    background-size: 1045px 1090px;
    background-position: -988px -1009px;
    z-index: 1;
    cursor: pointer
}

.page-header .header__top-line_link li a.top-call-back:before, .slider-left-control .slick-arrow:hover {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px
}

.slider-left-control .slick-arrow:hover {
    background-size: 1045px 1090px;
    width: 11px;
    height: 21px;
    background-position: -1010px -1051px
}

.slider-left-control .slick-prev {
    right: 40px
}

.slider-left-control .slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tabs-ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px
}

.tabs-ul li:last-child {
    margin-right: 0
}

.tabs-ul li a {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    color: #999;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em
}

.page-header .header__top-line_contact .contact-address, .page-header .header__top-line_lang .dropdown-container .dropdown-header span, .page-header .header__top-line_link li a {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.tabs-ul li a.active, .tabs-ul li a:hover {
    color: #343434
}

div[class|="promo"] a:hover  {
    color: #f23f3a; /* Цвет ссылки Акция */
   }
   
div[class|="promo"] a.active  {
    color: #f23f3a; /* Цвет ссылки Акция */
   }   
   
div[class|="promo"] a {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    color:  rgba(242, 57, 51, 0.61);
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em
}   

div[class|="promo"] a.active:after {
	position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #f23f3a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}



.tabs-ul li a.active:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #ed1b2f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.page-header .header__top-line_contact .contact-phone:after, .page-header .header__top-line_link li a:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

/*@media (max-width: 767px) {
    body .page-wrap {
        overflow: hidden;
        position: relative
    }
}*/

.page-header .header__top-line {
    height: 40px;
    background-color: #343434
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .tabs-ul li {
        margin-right: 30px
    }

    .tabs-ul li a {
        font-size: 14px
    }

    .page-header .header__top-line {
        display: none
    }
}*/

.page-header .header__top-line_left {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.page-header .header__top-line_right {
    float: right
}

.page-header .header__top-line .logo {
    position: absolute;
    top: 0;
    left: 0
}

.page-header .header__top-line_contact {
    margin-left: 168px
}

.page-header .header__top-line_contact .contact-phone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    margin-right: 7px
}

.page-header .header__top-line_contact .contact-phone:after {
    content: '|';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    color: #fff;
    font-size: 14px;
    line-height: 100%
}

.page-header .header__top-line_contact .contact-phone a {
    font-size: 18px;
    color: #fff;
    line-height: 40px
}

.page-header .header__top-line_contact .contact-address {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 40px
}

.page-header .header__top-line_link {
    margin-right: 93px
}

.page-header .header__top-line_link li {
    float: left;
    margin-right: 30px
}

.page-header .header__top-line_link li:last-child {
    margin-right: 0
}

.page-header .header__top-line_link li a {
    line-height: 40px;
    color: #ccc;
    position: relative;
    font-size: 13px;
    -webkit-transition: none .3s linear;
    -moz-transition: none .3s linear;
    -o-transition: none .3s linear;
    transition: none .3s linear
}

.page-header .header__top-line_link li a span {
    border-bottom: 1px dashed #ccc
}

.page-header .header__top-line_link li a span:hover{
    border-bottom: unset !important;   
}

.page-header .header__top-line_link li a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0
}

.page-header .header__nav nav .tablet-call li a:before, .page-header .header__top-line_lang .dropdown-container .dropdown-header a {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.page-header .header__top-line_link li a.top-skype {
    padding-left: 25px
}

.page-header .header__top-line_link li a.top-skype:before {
    background: url(/local/templates/liral/img/icon-skype.png) no-repeat;
    width: 18px;
    height: 18px
}

.page-header .header__top-line_link li a.top-skype:hover:before {
    background: url(/local/templates/liral/img/icon-skype_hover.png) no-repeat
}

.page-header .header__top-line_link li a.top-call-back {
/*    background-color: #ed3434;*/
    padding: 5px 5px 6px 25px
}

.page-header .header__top-line_link li a.top-call-back:before {
    background-size: 1045px 1090px;
    width: 24px;
    height: 19.03px;
    background-position: -604px -638px;
}

.page-header .header__top-line_link li a.top-application:before, .page-header .header__top-line_link li a.top-call-back:hover:before {
    background-color: transparent;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    display: block;
    background-image: url(/local/templates/liral/img/svg/sprite.svg)
}

.page-header .header__top-line_link li a.top-call-back:hover:before {
    background-size: 1045px 1090px;
    width: 19.03px;
    height: 19.03px;
    background-position: -624px -658px
}

.page-header .header__top-line_link li a.top-application {
    padding-left: 25px
}

.page-header .header__top-line_link li a.top-application span {
    color: #fff;
    border-color: #fff
}

.page-header .header__top-line_link li a.top-application:before {
    background-size: 1045px 1090px;
    width: 14px;
    height: 19px;
    background-position: -425px -445px
}

.page-header .header__top-line_link li a.top-application:hover span {
    border-bottom: 0
}

.page-header .header__top-line_link li a:hover {
    color: #fff
}

.page-header .header__top-line_link li a:hover span {
    border-color: #fff
}

.page-header .header__top-line_lang {
    float: right;
    width: 60px
}

.page-header .header__top-line_lang .dropdown-container .dropdown-header {
    background-color: rgba(255, 255, 255, .1)
}

.page-header .header__top-line_lang .dropdown-container .dropdown-header a {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 8.68px;
    height: 4.69px;
    background-position: -101px -140px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px
}

.page-header .header__top-line_lang .dropdown-container .dropdown-header span {
    line-height: 40px;
    color: #ccc;
    padding-left: 15px
}

.page-header .header__nav {
    height: 88px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.page-header .header__nav .tablet-address {
    display: none
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav {
        height: 50px
    }

    .page-header .header__nav .tablet-address {
        display: inline-block;
        vertical-align: top;
        margin-left: 110px;
        padding-top: 5px
    }

    .page-header .header__nav .tablet-address__phone {
        font-size: 16px;
        color: #000
    }

    .page-header .header__nav .tablet-address__street {
        font-size: 13px;
        color: #999
    }
}*/

.page-header .header__nav .logo-small {
    display: none
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav .logo-small {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0
    }

    .page-header .header__nav nav {
        position: fixed;
        left: -330px;
        top: 0;
        z-index: 100;
        width: 330px;
        background-color: #343434
    }
}*/

.page-header .header__nav nav {
    display: inline-block;
    vertical-align: top
}

/*@media (max-width: 1180px) and (max-width: 767px),(max-device-width: 1180px)  and (orientation: landscape) {
    .page-header .header__nav nav {
        bottom: 0;
        overflow: auto
    }
}*/

.breadcrumbs, .page-footer, .popup-category__list {
    overflow: hidden
}

.page-header .header__nav nav .tablet-call {
    padding: 0 30px;
    overflow: hidden;
    border-top: 1px solid #999;
    display: none
}

.page-header .header__nav nav .tablet-call li a.call-back, .page-header .header__nav nav .tablet-call li a.call-skype {
    padding-left: 25px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav nav .tablet-call {
        display: block
    }
}*/

.page-header .header__nav nav .tablet-call li {
    float: left
}

.page-header .header__nav nav .tablet-call li:last-child {
    float: right
}

.page-header .header__nav nav .tablet-call li a {
    line-height: 60px;
    color: #999;
    position: relative
}

.page-header .header__nav nav .tablet-call li a span {
    border-bottom: 1px dashed #999
}

.page-header .header__nav nav .tablet-call li a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0
}

.page-header .header__nav nav .tablet-call li a:hover {
    color: #fff
}

.page-header .header__nav nav .tablet-call li a:hover span {
    border-color: #fff
}

.page-header .header__nav nav .tablet-call li a.call-skype:before {
    background: url(/local/templates/liral/img/icon-skype.png) no-repeat;
    width: 18px;
    height: 18px
}

.page-header .header__nav nav .tablet-call li a.call-skype:hover:before {
    background: url(/local/templates/liral/img/icon-skype_hover.png) no-repeat
}

.page-header .header__nav nav .tablet-call li a.call-back:before, .page-header .header__nav nav .tablet-call li a.call-back:hover:before {
    display: block;
    background-color: transparent;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    width: 19.03px;
    height: 19.03px
}

.page-header .header__nav nav .tablet-call li a.call-back:before {
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    background-size: 1045px 1090px;
    background-position: -604px -638px
}

.page-header .header__nav nav .tablet-call li a.call-back:hover:before {
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    background-size: 1045px 1090px;
    background-position: -624px -658px
}

.page-header .header__nav nav .tablet-lang {
    background-color: rgba(255, 255, 255, .1);
    display: none
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav nav .tablet-lang {
        display: block
    }
}*/

.page-header .header__nav nav .tablet-lang .dropdown-header {
    width: 100%
}

.page-header .header__nav nav .tablet-lang .dropdown-header a {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 8.68px;
    height: 4.69px;
    background-position: -101px -140px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 45px
}

.page-header .header__nav nav .tablet-lang .dropdown-header span {
    line-height: 40px;
    color: #fff;
    display: block;
    padding-right: 20px;
    padding-left: 20px
}

.page-header .header__nav nav .tablet-lang .dropdown-box {
    position: static;
    background-color: rgba(0, 0, 0, .25)
}

.page-header .header__nav nav .tablet-lang .dropdown-box span a {
    padding-left: 20px
}

.page-header .header__nav_list {
    margin-left: 168px
}

.page-header .header__nav_list:after, .page-header .header__nav_list:before {
    content: " ";
    display: table
}

.page-header .header__nav_list > li {
    float: left;
    margin-right: 33px;
    position: relative
}

.page-header .header__nav_list > li:last-child {
    margin-right: 0
}

.page-header .header__nav_list > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #ed1b2f;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.page-header .header__nav_list > li > a {
    line-height: 88px;
    text-transform: uppercase;
    color: #343434;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    display: block
}

.page-header .header__nav_list > li > a.js-menu-link{
	padding-right: 10px;
	/*background-image: url('/local/templates/liral/img/arr_down.png');*/
	background-repeat: no-repeat;
	background-position: center right;
}

.breadcrumbs span, .breadcrumbs-inner a, .btn, .dropdown-header span {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav_list {
        margin-left: 0
    }

    .page-header .header__nav_list > li {
        display: block;
        float: none;
        margin-right: 0
    }

    .page-header .header__nav_list > li > a {
        color: #fff;
        padding-left: 30px;
        line-height: 65px;
        position: relative
    }

    .page-header .header__nav_list > li > a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        background-color: transparent;
        background-image: url(/local/templates/liral/img/svg/sprite.svg);
        -moz-background-size: 1045px 1090px;
        -o-background-size: 1045px 1090px;
        background-size: 1045px 1090px;
        width: 8.68px;
        height: 6px;
        background-position: -101px -140px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear
    }

    .page-header .header__nav_list > li > a.opened:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .page-header .header__nav_list > li:hover:after {
        display: none
    }
}*/

.page-header .header__nav_btn li a.btn-liked:after, .page-header .header__nav_btn li a.btn-search:after {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-image: url(/local/templates/liral/img/svg/sprite.svg)
}

.page-header .header__nav_list > li.active:after, .page-header .header__nav_list > li:hover:after {
    height: 4px
}

.btn, .page-header .header__nav_list > li .submenu li {
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear
}

.page-header .header__nav_list > li:hover .submenu {
    display: block
}
.showsubmenu{
    display:none;
}




.showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti .submenu{
    position: relative !important;
    
}

.page-header .header__nav_list > li:hover .submenu{


}
.page-header .header__nav_list > li:hover .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti .submenu {
    display: inline-block;
}
.page-header .header__nav_list > li:hover .showsubmenu .submenu {
    display: block;
}
.page-header .header__nav_list > li .showsubmenu{

    display: block;
    }
    
    .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti{
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: absolute;
    }

    .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti{
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    }
    .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti .submenu {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow:none !important;
        min-width:200px !important;
    }


    .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti .submenu:nth-child(1) li:nth-child(1) a,
    .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti .submenu:nth-child(2) li:nth-child(1) a,
    .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti .submenu:nth-child(3) li:nth-child(1) a,
    .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti .submenu:nth-child(4) li:nth-child(1) a
    {
        font-weight:bold;
    }

/*@media (max-width:1180px){
    .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti {
        position: inherit;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background: #272727
    }
    .showsubmenu.cl-arenda_kommercheskoy_nedvizhimosti .submenu{
        width:100% !important;
    }
}*/

/*.page-header .header__nav_list > li:nth-child(3) .submenu{
    columns: 2;
}*/
/*@media (max-width:1180px){
    .page-header .header__nav_list > li:nth-child(3) .submenu{
        columns: inherit;
    }   
}*/
.page-header .header__nav_list > li .submenu {
    display: none;
    position: absolute;
    min-width: 270px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    padding: 10px 0;
    z-index: 15;
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav_list > li.active:after, .page-header .header__nav_list > li:hover .submenu {
        display: none
    }

    .page-header .header__nav_list > li .submenu {
        display: none;
        position: static;
        width: auto;
        max-width: 100%;
        background-color: rgba(0, 0, 0, .25)
    }
}
*/
.page-header .header__nav_list > li .submenu li {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.page-header .header__nav_list > li .submenu li a {
    line-height: 30px;
    white-space: nowrap;
    font-size: 13px;
    /* color: #999; */
     color: #343434; 
    display: block;
    padding: 0 20px
}

.nostrong{
    font-weight: normal !important;
}

.page-header .header__nav_list > li .submenu li a.paddnigitem{
    padding-left: 2.5em;
}
.page-header .header__nav_list > li .submenu li:hover {
    /* background-color: #f1f1f1 */
    
}
/*@media (max-width:1180px){
    .page-header .header__nav_list > li .submenu li a {
        color: #999;
        
    }
    .page-header .header__nav_list > li .submenu li a.paddnigitem{
        padding-left: 50px;
    }
    .page-header .header__nav_list > li .submenu{
        padding:0px;
    }
}*/
.page-header .header__nav_list > li .submenu li:hover a span{
    /* color: #343434 */
    border-bottom: 1px solid #ed1b2f;
}

.page-header .header__nav_btn {
    float: right;
    padding-top: 27px
}

.page-header .header__nav_btn:after, .page-header .header__nav_btn:before {
    content: " ";
    display: table
}

.page-header .header__nav_btn li {
    float: left;
    margin-right: 20px;
    position: relative
}

.page-header .header__nav_btn li:last-child {
    margin-right: 0
}

.page-header .header__nav_btn li:nth-child(2) .btn-tooltip, .page-header .header__nav_btn li:nth-child(3) .btn-tooltip, .page-header .header__nav_btn li:nth-child(4) .btn-tooltip {
    left: auto;
    right: 0
}

.page-header .header__nav_btn li:last-child, .page-header .header__nav_btn li:nth-child(4) {
    display: none
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav_list > li .submenu li a {
        padding-left: 50px
    }

    .page-header .header__nav_list > li .submenu li:hover {
        background-color: transparent
    }

    .page-header .header__nav_list > li .submenu li:hover a {
        color: #fff
    }

    .page-header .header__nav_btn li:last-child, .page-header .header__nav_btn li:nth-child(4) {
        display: block
    }
}*/

.page-header .header__nav_btn li:hover .btn-tooltip {
    display: block
}

.page-header .header__nav_btn li a {
    position: relative;
    display: block
}

.page-header .header__nav_btn li a:after {
    content: ''
}

.page-header .header__nav_btn li a.btn-search:after {
    display: block;
    background-color: transparent;
    background-size: 1045px 1090px;
    width: 29.34px;
    height: 30px;
    background-position: -842px -865px
}

.page-header .header__nav_btn li a.btn-liked:after {
    display: block;
    background-color: transparent;
    background-size: 1045px 1090px;
    width: 36.97px;
    height: 32.59px;
    background-position: -204px -225px
}

.page-header .header__nav_btn li a.btn-lock:after {
    display: block;
    background-color: transparent;
    background-image: url(/images/cart.png);
/*    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;*/
    width: 26px;
    height: 34px;
    /*background-position: -439px -464px*/
}

.page-header .header__nav_btn li a.btn-application, .page-header .header__nav_btn li a.btn-menu {
    display: none
}

.page-header .header__nav_btn li a .btn-label {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #ed1b2f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    z-index: 1
}

.page-header .header__nav_btn li .search-form {
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 0;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    display: none
}

/*.page-header .header__nav_btn li .search-form.opened {
    width: 884px
}*/

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav_btn li .search-form {
        right: 8px
    }

    .page-header .header__nav_btn li .search-form.opened {
        width: 355px
    }
}*/

.page-header .header__nav_btn li .search-form input {
    width: 100%;
    line-height: 40px;
    padding-left: 50px;
    height: 40px
}

.page-header .header__nav_btn li .search-form span {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 28px;
    background-color: #fff;
    cursor: pointer
}

.page-header .header__nav_btn li .search-form button, .page-header .header__nav_btn li .search-form span:after {
    top: 50%;
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    position: absolute
}

.page-header .header__nav_btn li .search-form span:after {
    content: '';
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 11px;
    height: 21px;
    background-position: -1010px -1051px
}

.page-header .header__nav_btn li .search-form button {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 5px;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 29.34px;
    height: 30px;
    background-position: -872px -895px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav_btn li .search-form button {
        display: block;
        background-color: transparent;
        background-image: url(/local/templates/liral/img/svg/sprite.svg);
        -moz-background-size: 1045px 1090px;
        -o-background-size: 1045px 1090px;
        background-size: 1045px 1090px;
        width: 22.34px;
        height: 22.34px;
        background-position: -948px -971px
    }
}*/

.page-header .header__nav_btn li .btn-tooltip {
    display: none;
    position: absolute;
    top: 45px;
    left: 10px;
    white-space: nowrap;
    padding: 0 10px;
    background-color: rgba(52, 52, 52, .75);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    color: #fff;
    z-index: 1
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav_btn li a.btn-liked:after, .page-header .header__nav_btn li a.btn-search:after {
        display: block;
        background-color: transparent;
        background-image: url(/local/templates/liral/img/svg/sprite.svg);
        -moz-background-size: 1045px 1090px;
        -o-background-size: 1045px 1090px
    }

    .page-header .header__nav_btn {
        padding-top: 0
    }

    .page-header .header__nav_btn li {
        margin-right: 10px
    }

    .page-header .header__nav_btn li .btn-tooltip {
        top: 55px
    }

    .page-header .header__nav_btn li a {
        width: 50px;
        height: 50px
    }

    .page-header .header__nav_btn li a:after {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .page-header .header__nav_btn li a .btn-label {
        top: 3px;
        right: 3px
    }

    .page-header .header__nav_btn li a.btn-search:after {
        background-size: 1045px 1090px;
        width: 22.34px;
        height: 22.34px;
        background-position: -902px -925px
    }

    .page-header .header__nav_btn li a.btn-liked:after {
        background-size: 1045px 1090px;
        width: 27.72px;
        height: 24.44px;
        background-position: -241px -258px
    }

    .page-header .header__nav_btn li a.btn-application:after, .page-header .header__nav_btn li a.btn-lock:after {
        display: block;
        background-color: transparent;
        background-image: url(/images/cart.png);
    }

    .page-header .header__nav_btn li a.btn-lock:after {
		background-size: 19px;
		background-repeat: no-repeat;
		width: 20px;
		height: 26px;
		background-position: 0 1px;
    }

    .page-header .header__nav_btn li a.btn-application {
        display: block
    }

    .page-header .header__nav_btn li a.btn-application:after {
        background-size: 1045px 1090px;
        width: 16px;
        height: 22px;
        background-position: -393px -401px
    }

    .page-header .header__nav_btn li a.active.btn-search:after, .page-header .header__nav_btn li a.btn-menu:after {
        display: block;
        background-color: transparent;
        background-image: url(/local/templates/liral/img/svg/sprite.svg);
        -moz-background-size: 1045px 1090px;
        -o-background-size: 1045px 1090px
    }

    .page-header .header__nav_btn li a.btn-menu {
        display: block
    }

    .page-header .header__nav_btn li a.btn-menu:after {
        background-size: 1045px 1090px;
        width: 20px;
        height: 12px;
        background-position: -569px -614px
    }

    .page-header .header__nav_btn li a.active {
        background-color: #999
    }

    .page-header .header__nav_btn li a.active.btn-search:after {
        background-size: 1045px 1090px;
        width: 22.34px;
        height: 22.34px;
        background-position: -925px -948px
    }

    .page-header .header__nav_btn li a.active.btn-liked:after, .page-header .header__nav_btn li a.active.btn-lock:after {
        -moz-background-size: 1045px 1090px;
        -o-background-size: 1045px 1090px;
        display: block;
        background-color: transparent;
        background-image: url(/local/templates/liral/img/svg/sprite.svg)
    }

    .page-header .header__nav_btn li a.active.btn-liked:after {
        background-size: 1045px 1090px;
        width: 27.72px;
        height: 24.44px;
        background-position: -269px -283px
    }

    .page-header .header__nav_btn li a.active.btn-lock:after {
        background-size: 1045px 1090px;
        width: 20px;
        height: 26px;
        background-position: -485px -524px
    }

    .page-header .header__nav_btn li a.active.btn-application:after {
        display: block;
        background-color: transparent;
        background-image: url(/local/templates/liral/img/svg/sprite.svg);
        -moz-background-size: 1045px 1090px;
        -o-background-size: 1045px 1090px;
        background-size: 1045px 1090px;
        width: 16px;
        height: 22px;
        background-position: -409px -423px
    }
}*/

.page-header .header__nav.fixed-menu {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
    top: 0;
    height: 50px;
    background-color: #343434;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav.fixed-menu {
        background-color: #fff
    }
}*/

.page-header .header__nav.fixed-menu .header__nav_btn li .search-form button, .page-header .header__nav.fixed-menu .header__nav_btn li a.btn-search:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px
}

/*@media (max-width: 767px) {
    .page-header .header__nav.fixed-menu {
        min-width: 700px;
        right: auto;
        left: auto
    }
}*/

.page-header .header__nav.fixed-menu .logo-small {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block
}

.page-header .header__nav.fixed-menu .header__nav_list {
    margin-left: 120px
}

.page-header .header__nav.fixed-menu .header__nav_list > li > a {
    line-height: 50px;
    color: #fff
}

.page-header .header__nav.fixed-menu .header__nav_btn {
    padding-top: 0
}

.page-header .header__nav.fixed-menu .header__nav_btn li {
    margin-right: 5px
}

.page-header .header__nav.fixed-menu .header__nav_btn li:nth-child(4) {
    display: block
}

.page-header .header__nav.fixed-menu .header__nav_btn li:nth-child(3) .btn-tooltip, .page-header .header__nav.fixed-menu .header__nav_btn li:nth-child(4) .btn-tooltip {
    left: auto;
    right: 0
}

.page-header .header__nav.fixed-menu .header__nav_btn li .btn-tooltip {
    top: 55px;
    left: 0
}

.page-header .header__nav.fixed-menu .header__nav_btn li .search-form {
    right: 8px
}

.page-header .header__nav.fixed-menu .header__nav_btn li .search-form.opened {
    width: 912px
}

.page-header .header__nav.fixed-menu .header__nav_btn li .search-form button {
    background-size: 1045px 1090px;
    width: 22.34px;
    height: 22.34px;
    background-position: -948px -971px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-header .header__nav.fixed-menu .header__nav_list {
        margin-left: 0
    }

    .page-header .header__nav.fixed-menu .header__nav_btn li .search-form.opened {
        width: 345px
    }
}*/

.page-header .header__nav.fixed-menu .header__nav_btn li a {
    width: 50px;
    height: 50px
}

.page-header .header__nav.fixed-menu .header__nav_btn li a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-header .header__nav.fixed-menu .header__nav_btn li a .btn-label {
    top: 3px;
    right: 3px
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.btn-search:after {
    background-size: 1045px 1090px;
    width: 22.34px;
    height: 22.34px;
    background-position: -902px -925px
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.btn-liked:after, .page-header .header__nav.fixed-menu .header__nav_btn li a.btn-lock:after {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-color: transparent;
    display: block;
    background-image: url(/local/templates/liral/img/svg/sprite.svg)
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.btn-liked:after {
    background-size: 1045px 1090px;
    width: 28px;
    height: 24.44px;
    background-position: -241px -258px
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.btn-lock:after {
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
    background-position: 2px 1px;
    background-size: 19px;
    background-image: url(/images/cart.png);
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.btn-application {
    display: block
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.btn-application:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 16px;
    height: 22px;
    background-position: -393px -401px
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.active {
    background-color: #ed1b2f
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.active.btn-search:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 22.34px;
    height: 22.34px;
    background-position: -925px -948px
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.active.btn-liked:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 27.72px;
    height: 24.44px;
    background-position: -269px -283px
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.active.btn-lock:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 20px;
    height: 26px;
    background-position: -485px -524px
}

.page-header .header__nav.fixed-menu .header__nav_btn li a.active.btn-application:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 16px;
    height: 22px;
    background-position: -409px -423px
}

.breadcrumbs {
    margin-top: 15px;
    padding-left: 170px;
    position: relative;
    white-space: nowrap;
    margin-bottom:10px;
}

.breadcrumbs:after, .breadcrumbs:before {
    content: " ";
    display: table
}

.breadcrumbs:after {
    content: '';
    position: absolute;
    top: 0;
    height: 19px;
    right: 0;
    width: 170px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(30, 87, 153, 0)), to(#f3f0ed));
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0, #f3f0ed 100%);
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0, #f3f0ed 100%);
    background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0, #f3f0ed 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, #f3f0ed 100%)
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .breadcrumbs {
        padding-left: 120px
    }
}*/

.breadcrumbs-inner {
    float: left;
    position: relative;
    padding-right: 20px;
    margin-right: 13px
}

.breadcrumbs-inner:after {
    content: '/';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumbs-inner a {
    text-decoration: underline;
    color: #343434;
    font-size: 13px
}

.breadcrumbs-inner a:hover {
    text-decoration: none
}

.breadcrumbs span {
    color: #999;
    font-size: 13px
}

body, html {
    height: 100%
}

body {
    margin: 0;
    padding: 0
}

.page-wrap {
    min-height: 100%;
    height: auto !important;
    margin-bottom: -40px;
    margin-top: -40px;
}

.page-wrap .page-wrap-inner {
    padding: 0 0 40px
}

.page-footer {
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #eae5e1;
    color: #999;
    position: relative;
    z-index: 2
}

.page-footer__design {
    float: right
}

.page-footer__design img {
    margin-top: -5px
}

.popup-overlay {
    position: fixed;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10000;
    display: none
}

.popup {
    background: #fff;
    min-width: 300px;
    min-height: 300px;
    z-index: 100001;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popup-application__form .form-row .dropdown-header a, .popup-close {
    right: 20px;
    background-image: url(/local/templates/liral/img/close.png);
    display: block;
    background-position: unset !important;
    background-size: unset !important;
    background-repeat: no-repeat;
}

.popup-application__form .form-row-file{
	margin-bottom: 15px;
}

.popup-close {
    position: absolute;
    top: 20px;
    z-index: 1;
    background-color: red;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 20.69px;
    height: 20.69px;
    background-position: -183px -204px
}

.popup-title {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 30px
}

.popup-title-order-call {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 10px
}

.popup-comment-order-call {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .05em;
    margin-bottom: 30px
}

.btn, .dropdown-box span a {
    font-size: 14px;
    -webkit-transition: all .3s linear
}

.popup-application {
    padding: 20px;
    width: 370px
}

.popup-application__form .form-row {
    margin-bottom: 10px
}

.popup-application__form .form-row input::-webkit-input-placeholder, .popup-application__form .form-row textarea::-webkit-input-placeholder {
    color: #343434
}

.popup-application__form .form-row input:-moz-placeholder, .popup-application__form .form-row textarea:-moz-placeholder {
    color: #343434
}

.popup-application__form .form-row input::-moz-placeholder, .popup-application__form .form-row textarea::-moz-placeholder {
    color: #343434
}

.popup-application__form .form-row input:-ms-input-placeholder, .popup-application__form .form-row textarea:-ms-input-placeholder {
    color: #343434
}

.popup-application__form .form-row--necessarily {
    position: relative
}

.popup-application__form .form-row--necessarily:after {
    content: '*';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ed1b2f;
    left: 140px
}

.popup-application__form .form-row .dropdown-header {
    background-color: #f1f1f1
}

.popup-application__form .form-row .dropdown-header a {
    position: absolute;
    top: 50%;
    background-color: transparent;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 8.68px;
    height: 4.69px;
    background-position: -110px -145px
}

.popup-application__form .form-row .dropdown-header span {
    line-height: 50px;
    padding-left: 10px;
    font-size: 14px;
    color: #343434;
}

.popup-category {
    padding: 50px 30px;
    width: 800px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .popup-category {
        width: 700px;
        padding: 50px 15px
    }
}
*/
.popup-category__list li {
    float: left;
    width: 14.2%;
    height: 120px
}

.popup-category__list li span {
    height: 60px;
    display: block
}

.zvonok .inputtextarea{
    height: 50px;
    font-size: 13px;
    padding-top: 15px;
}

.btn, .dropdown-header {
    display: inline-block;
    cursor: pointer
}

.btn, .btn-block input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    background-color: #343434;
    padding: 0 30px !important;
    border: 0 !important;
    color: #fff;
    height: 50px !important;
    line-height: 50px !important;
    min-width: 150px;
    transition: all .3s linear;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    white-space: normal !important;

}

.btn-block input[type="submit"]:nth-child(2){
    background-color: #f3f0ed;
    border: 1px solid #c6c6c6 !important;
    color: #343434;
}

.btn-block input[type="submit"]:nth-child(2):hover{
    background-color: #c6c6c6;
    color: #343434;
}

.btn:hover, .btn-block input[type="submit"]:hover {
    background-color: #ed1b2f;
	color: #fff;
}

.btn-item, .btn-trans, .btn-trans:hover {
    background-color: transparent
}

.btn-trans {
    border: 1px solid #999;
    color: #fff
}

.btn-trans:hover {
    border-color: #fff;
    color: #fff !important;
}

.btn-item {
    border: 1px solid #343434;
    color: #343434
}

.btn-item:hover {
    border: 1px solid #ed1b2f;
    color: #fff
}

.dropdown-container, .inputselect {
    height: auto !important;
    /*z-index: 10;*/
    position: relative
}

.dropdown-header {
    padding: 0;
    position: relative;
    width: 100%
}

.dropdown-header a {
    display: block;
    height: 100%
}

.dropdown-header span {
    display: block
}

.dropdown-header span:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px
}

.dropdown-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .25), 0 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .25), 0 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .25), 0 0 1px 0 rgba(0, 0, 0, .25);
    max-height: 300px;
    width: 300px;
    overflow: auto;
    z-index: 1
}

.fancybox-inner, .slick-list, .ui-icon {
    overflow: hidden
}

.dropdown-opened .dropdown-box {
    z-index: 2
}

.dropdown-box span {
    display: block;
    white-space: nowrap;
    position: relative;
}

.dropdown-box span:before{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 7px;
	height: 19px;
	width: 19px;
	/*background-image: url(/local/templates/liral/img/box_rad.png);*/
    border-radius: 28px;
    box-shadow: inset 0px 0px 9px rgb(222, 219, 219);
}
.dropdown-box span.actives:after{
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 11px;
	left: 16.9px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 6px;
	width: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #ed1b2f;
}


.dropdown-box span a {
    display: block;
    color: #999;
    text-transform: none;
    line-height: 30px;
    padding-left: 33px;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    z-index: 3;
}

.dropdown-box span a:hover {
    color: #343434;
    background-color: #f1f1f1
}

.checkbox-input:not(checked) {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: 5px;
    opacity: 0
}

.checkbox-input:not(checked) + .checkbox-label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    margin: 0
}

.checkbox-input:not(checked) + .checkbox-label:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc
}

.checkbox-input:not(checked) + .checkbox-label:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    width: 11px;
    height: 7px
}

.chekbox-container, .pagination .container {
    position: relative
}

.form-input, .form-textarea, .form-row input, .form-col input, textarea, .inputtext, .popup-application__form .inputselect {
    width: 100%;
    background-color: #f1f1f1;
    font-size: 14px;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.form-input, .form-row input, .form-col input, .popup-application__form .inputselect, .faq-form input[type="email"] {
    height: 50px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 50px;
    padding-left: 10px;
    border: 0
}

.form-input::-webkit-input-placeholder, input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-input:-moz-placeholder, input:-moz-placeholder {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-input::-moz-placeholder, input::-moz-placeholder {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-input:-ms-input-placeholder, input:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-input:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
    opacity: 0
}

.form-input:focus:-moz-placeholder, input:focus:-moz-placeholder {
    opacity: 0
}

.form-input:focus::-moz-placeholder, input:focus::-moz-placeholder {
    opacity: 0
}

.form-input:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder {
    opacity: 0
}

.form-input.error, input.error {
    border: 1px solid #ed1b2f
}

.form-textarea, .form-row textarea {
    padding: 10px;
    resize: none;
    border: 0;
    height: 150px
}

.faq-form .inputtextarea {
    padding: 10px;
    resize: none;
    border: 0;
    height: 150px
}

.form-textarea::-webkit-input-placeholder, .form-row textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-textarea:-moz-placeholder, .form-row textarea:-moz-placeholder {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-textarea::-moz-placeholder, .form-row textarea::-moz-placeholder {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-textarea:-ms-input-placeholder, .form-row textarea:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-textarea:focus::-webkit-input-placeholder, .form-row textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.form-textarea:focus:-moz-placeholder, .form-row textarea:focus:-moz-placeholder {
    opacity: 0
}

.form-textarea:focus::-moz-placeholder, .form-row textarea:focus::-moz-placeholder {
    opacity: 0
}

.form-textarea:focus:-ms-input-placeholder, .form-row textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.form-error, .faq-form .inputtext.required.error, .inputtextarea.required.error {
    border: 1px solid #ed1b2f
}

.form-success, .faq-form .inputtext.required.valid, .faq-form .inputtextarea.required.valid {
    border: 1px solid #49d532
}

.form-label-error, .error {
    color: #ed1b2f !important;
    font-size: 12px !important;
    font-family: OpenSans-Light, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    display: block !important;
    margin-top: 5px !important;

}

.page-rieltors__subscribe_form input.error {
    border: 1px solid red !important;
}

.pagination {
    background-color: #eae5e1;
    margin: 70px 0 0 0;
    display: block;
    border-radius: 0px;
}

.pagination__inner_page {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px
}

.pagination__inner_page a {
    width: 60px;
    line-height: 70px;
    display: block;
    color: #343434;
    font-size: 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.filter__tabs li a:after, .news-item-wrap .news-item-img > div {
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear
}

.pagination__inner_page a.active, .pagination__inner_page a:hover {
    background-color: #343434;
    color: #fff
}

.pagination__inner_arrow, .pagination__inner_arrow:hover {
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    width: 11px;
    height: 21px
}

.ui-widget-content a, .ui-widget-header, .ui-widget-header a {
    color: #222
}

.pagination__inner_arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    background-position: -988px -1009px;
    cursor: pointer
}

.slick-list, .slick-track {
    position: relative;
    display: block
}

.pagination__inner_arrow:hover {
    display: block;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    background-position: -1010px -1051px
}

.pagination__inner_arrow-prev {
    left: 0
}

.pagination__inner_arrow-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.slick-slider {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    margin: 0 auto
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden, .ui-helper-hidden {
    display: none
}

/*! jQuery UI - v1.11.4 - 2016-04-04
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-zfix, .ui-widget-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    font-weight: 700
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: url(/local/templates/liral/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
    font-weight: 400;
    color: #555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: url(/local/templates/liral/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
    font-weight: 400;
    color: #212121
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: url(/local/templates/liral/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    font-weight: 400;
    color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: url(/local/templates/liral/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(/local/templates/liral/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
    color: #cd0a0a
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(/local/templates/liral/images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(/local/templates/liral/images/ui-icons_888888_256x240.png)
}

.ui-state-active .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(/local/templates/liral/images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(/local/templates/liral/images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/local/templates/liral/images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-widget-overlay, .ui-widget-shadow {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100002
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 100002
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(/local/templates/liral/img/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 100002
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/local/templates/liral/img/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 100002
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(/local/templates/liral/../images/blank.gif);
    z-index: 100002
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 100002;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock, .fancybox-lock body {
    overflow: visible !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 100001;
    background: rgba(0, 0, 0, .5)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 100002
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {*/
       /* background-image: url(/local/templates/liral/img/fancybox_sprite@2x.png);*/
/*        -moz-background-size: 44px 152px;
        -o-background-size: 44px 152px;*/
        /*background-size: 44px 152px*/
    /*}

    #fancybox-loading div {
        background-image: url(/local/templates/liral/img/fancybox_loading@2x.gif);
        -moz-background-size: 24px 24px;
        -o-background-size: 24px 24px;
        background-size: 24px 24px
    }
}*/

.last-block {
    position: relative;
    padding: 25px 0 55px
}

.last-block > .container {
    position: relative;
    z-index: 2
}

.last-block:after, .last-block:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0
}

.last-block > .container:after, .last-block > .container:before {
    content: " ";
    display: table
}

.block-title a:after, .elems__item_label:after, .filter__tabs li a:after, .info_alert-text:before, .last-block:after, .last-block:before, .last-block__right_form .site-map a:before, .project-view__btn:after {
    content: ''
}

.last-block:before {
    left: 0;
    right: 50%;
    background-color: #494949
}

.last-block:after {
    right: 0;
    left: 49.9%;
    background-color: #343434
}

.last-block__block {
    width: 50%;
    float: left;
    position: relative;
}

.last-block__left .last-block__slider .slick-arrow, .last-block__left .last-block__slider .slick-arrow:hover {
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    width: 11px;
    height: 21px;
    display: block
}

.last-block__block_title {
    text-transform: uppercase;
    font-size: 18px;
    color: #999;
    letter-spacing: .1em;
}
.last-block__left .last-block__block_title{
    margin-top: 25px;
    margin-bottom: 25px;
}
.last-block__right .last-block__block_title{
    height: 106px;
    margin-bottom: 26px;
}
.last-block__right .last-block__block_title img{
    height: 100%;
}

.last-block__left .last-block__slider {
    position: relative
}
.last-block .contact-phone a{
    font-size: 24px;
    color: #ffffff;
}
.last-block .contact-phone a:hover{}
.last-block__right_form .top-call-back {
    color: #ccc;
    font-size: 13px;
    -webkit-transition: none .3s linear;
    -moz-transition: none .3s linear;
    -o-transition: none .3s linear;
    transition: none .3s linear;
    width: 157px;
    height: 33px;
    padding: 5px 5px 5px 0;
    display: block;
}
.last-block__right_form .top-call-back span{
    border-bottom: 1px dashed #ccc;
}
.last-block__right_form .top-call-back span:hover{
    border-bottom: unset !important;
}
.last-block__right_form .top-call-back:hover{
    color: #fff;
}
.last-block__right_form .top-call-back:hover span{
    border-bottom: 1px dashed #fff;
}
.last-block__right_form .top-call-back:before{
    content: '';
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    background-repeat: no-repeat;
    background-size: 1045px 1090px;
    width: 23.03px;
    height: 28px;
    padding-top: 2px;
    background-position: -600px -633px;
    margin-top: -4px;
    position: relative;
    float: left;
    margin-right: 7px;
}
.last-block__right_form .top-call-back:hover:before{
    background-size: 1045px 1090px;
    background-position: -620px -653px;
}
.last-block__right_form .top-application{
    color: #ccc;
    font-size: 13px;
    -webkit-transition: none .3s linear;
    -moz-transition: none .3s linear;
    -o-transition: none .3s linear;
    transition: none .3s linear;
}
.last-block__right_form .top-application span{
    border-bottom: 1px dashed #ccc;
}
.last-block__right_form .top-application:before{
    content: '';
    background-color: transparent;
    background-size: 1045px 1090px;
    width: 14px;
    height: 19px;
    background-position: -425px -445px;
    display: block;
    float: left;
    margin-right: 13px;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
}
.last-block__right_form .top-application:hover span{
    border-bottom: unset;
}

.last-block__left .last-block__slider .slick-arrow {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    background-position: -999px -1030px
}

.last-block__left .last-block__slider .slick-arrow:hover {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    background-position: -1010px -1051px
}

.last-block__left .last-block__slider .slick-prev {
    right: 90px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .last-block__left .last-block__slider {
        padding-right: 30px
    }

    .last-block__left .last-block__slider .slick-prev {
        right: 70px
    }
}*/

.last-block__left .last-block__slider .slick-next {
    right: 60px
}

.last-block__left .last-block__slider_item {
    padding-left: 2px
}

.last-block__left .last-block__slider_item-img {
    position: relative;
    float: left;
    width: 270px;
    margin-top: 7px;
    overflow: hidden;
    height: 190px;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

.last-block__left .last-block__slider_item-img:hover .img-hover {
    display: block
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .last-block__left .last-block__slider .slick-next {
        right: 40px
    }

    .last-block__left .last-block__slider_item-img {
        float: none;
        width: auto;
        margin-bottom: 15px;
        margin-top: 0
    }
}*/

.filter__tabs, .last-block__left .last-block__slider_item-img .img-hover__list li span {
    float: right
}

.last-block__left .last-block__slider_item-img .img-hover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2
}

.last-block__left .last-block__slider_item-img .img-hover__list {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.last-block__left .last-block__slider_item-img .img-hover__list li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px
}

.last-block__left .last-block__slider_item-img .img-hover__list li:last-child {
    margin-bottom: 0
}

.last-block__left .last-block__slider_item-info {
    margin-left: 300px;
    color: #fff !important;
}

.last-block__left .last-block__slider_item-info a {
    color: #fff !important;
}

.last-block__left .last-block__slider_item-info .btn-trans{
    border: 1px dashed #ffffff !important;
}

.last-block__left .last-block__slider_item-info .btn-trans:hover{
    background-color: #ffffff;
    color: #000000 !important;
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .last-block__left .last-block__slider_item-info {
        margin-left: 0
    }
}*/

.last-block__left .last-block__slider_item-info .info-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px
}

.last-block__left .last-block__slider_item-info .info-area {
    font-size: 12px;
    color: #999;
    margin-bottom: 11px
}

.last-block__left .last-block__slider_item-info .info-price {
    font-size: 24px;
    font-weight: 400
}

.filter__tabs li a, .last-block__right_form .row-input input, .last-block__right_form .site-map a, .last-block__right_list li a {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.last-block__left .last-block__slider_item-info .btn-block {
    margin-top: 20px
}

.last-block__right {
    padding-left: 60px;
    position: relative
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .last-block__right {
        padding-left: 40px
    }

    .last-block__right_list {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px
    }

    .last-block__right_list:last-child {
        margin-right: 0
    }
}*/

.last-block__right_form .row-input button, .last-block__right_form .row-input .submit, .last-block__right_form .site-map a:before {
    display: block;
    background-color: transparent;
    -o-background-size: 1045px 1090px;
    background-image: url(/local/templates/liral/img/svg/sprite.svg)
}

.last-block__right_list li {
    margin-bottom: 10px
}

.last-block__right_list li a {
    color: #fff
}

.last-block__right_list li a:hover {
    color: #999
}

.last-block__right_form {
    position: absolute;
    top: 1px;
    right: 0
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .last-block__right_form {
        position: static;
        margin-top: 50px
    }
}*/

.last-block__right_form .form-title {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: .1em
}

.last-block__right_form .row-input {
    width: 270px;
    position: relative
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .last-block__right_form .row-input {
        width: auto
    }
}*/

.last-block__right_form .row-input input {
    height: 50px;
    border: 1px solid #474747;
    width: 100%;
    line-height: 50px;
    color: #fff;
    background-color: transparent;
    padding: 0 0 0 15px;
    font-size: 14px
}

.last-block__right_form .row-input input::-webkit-input-placeholder {
    color: #999
}

.last-block__right_form .row-input input:-moz-placeholder {
    color: #999
}

.last-block__right_form .row-input input::-moz-placeholder {
    color: #999
}

.last-block__right_form .row-input input:-ms-input-placeholder {
    color: #999
}

.last-block__right_form .row-input input:focus {
    border-color: #fff
}

.last-block__right_form .site-map {
    margin-top: 10px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .last-block__right_form .site-map {
        margin-top: 30px
    }
}*/

.last-block__right_form .site-map a {
    color: #999;
    position: relative;
    padding-left: 25px;
    text-decoration: underline
}

.last-block__right_form .site-map a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 17px;
    height: 15px;
    background-position: -971px -994px
}

.last-block__right_form .site-map a:hover {
    color: #fff;
    text-decoration: none
}

.filter {
    position: relative;
    z-index: 10
}

.filter__top-line {
    background-color: #343434;
    height: 80px;
    margin-bottom: 40px;
    padding-left: 30px

}

.filter__title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 80px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: .05em;
    padding-right: 80px;
}

.filter__tabs li {
    float: left
}

.filter__tabs li a {
    line-height: 80px;
    display: block;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    position: relative
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .filter__tabs li {
        width: 145px
    }

    .filter__tabs li a {
        line-height: 24px;
        padding: 16px 10px
    }
}*/

.filter__tabs li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #ed1b2f;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.filter__tabs li a.active {
    background-color: #fff;
    color: #000
}

.filter__check_title, .filter__content_params .params-title {
    color: #242222;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.filter__tabs li a.active:hover:after {
    height: 0
}

.filter__tabs li a:hover:after {
    height: 4px
}

.filter__content {
    background-color: #fff;
    padding: 40px 30px
}

.filter__category .dropdown-header, .filter__lot input {
    background-color: #f1f1f1
}

.filter__content_params:after, .filter__content_params:before {
    content: " ";
    display: table
}

.filter__content_params .params-title {
    font-size: 16px;
    margin-bottom: 18px
}

.filter__lot {
    float: left;
    width: 120px;
    margin-right: 40px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .filter__content_params .params-title {
        font-size: 13px
    }

    .filter__lot {
        float: none;
        margin-right: 0;
        margin-bottom: 25px
    }

    .filter__lot .params-title {
        font-size: 16px
    }
}*/

.filter__lot input {
    padding: 0 0 0 10px;
    border: 0;
    line-height: 50px;
    height: 50px;
    width: 100%;
    font-size: 14px
}

.filter__category {
    float: left;
    width: 210px;
    margin-right: 40px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .filter__category {
        width: 200px;
        margin-right: 20px
    }
}*/

.filter__category .dropdown-header a, .bx-filter-select-block .dropdown-arrow,
.filter__condition .dropdown-header a,.filter__floor .dropdown-header a,.filter__elevator .dropdown-header a,
.filter__room_class .dropdown-header a
{
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 8.68px;
    height: 4.69px;
    background-position: -110px -145px
}

.filter__category .dropdown-header span {
    line-height: 50px;
    height: 50px;
    padding-left: 10px;
    width: 210px;
    overflow: hidden;
    padding-right: 14px;
}

.filter__price {
    float: left;
    width: 330px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .filter__price {
        width: 200px
    }
}*/

.filter__area {
    float: left;
    width: 310px;
    margin-left: 25px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .filter__area {
        width: 200px;
        margin-right: 20px
    }
}*/

.filter__line_value {
    margin-bottom: 10px
}

.filter__line_value span:last-child {
    float: right;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.filter__line_slider, .filter__line_slider .bx-ui-slider-pricebar-vn {
    background-color: #f1f1f1 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px;
    padding-right: 15px
}

.filter__line_slider .bx-ui-slider-track {
    height: 4px;
    background-color: transparent;
    border: 0;
}

.filter__line .ui-slider {
    background-color: transparent;
    border: 0;
    height: 4px !important
}

.filter__line .ui-slider .ui-slider-handle, .filter__line_slider .bx-ui-slider-handle {
    border: 0 !important;
    background: url(/local/templates/liral/img/icon-filter-circle.png) no-repeat !important;
    width: 36px !important;
    height: 36px !important;
    top: -16px !important;
    cursor: pointer !important;
}

.filter__line .ui-slider .ui-slider-range, .filter__line_slider .bx-ui-slider-pricebar-v {
    background-color: #343434 !important;
}

.filter__line_slider .bx-ui-slider-range {
    z-index: 99;
}

.filter__check {
    margin-top: 50px
}

.filter__check_title {
    font-size: 16px;
    margin-bottom: 20px
}

.filter__check_title a {
    float: right;
    color: #ed1b2f;
    text-decoration: underline
}

.filter__check_title a span {
    color: #999
}

.filter__check_title a:hover {
    text-decoration: none
}

.filter__check_slider {
    position: relative;
    height: 120px
}

.filter__check .slick-arrow, .filter__check .slick-arrow:hover {
    display: block;
    background-color: transparent;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    width: 11px;
    height: 21px;
    background-image: url(/local/templates/liral/img/svg/sprite.svg)
}

.filter__check .slick-arrow {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 1045px 1090px;
    background-position: -988px -1009px;
    font-size: 0;
    z-index: 1
}

.filter__check .slick-arrow:hover {
    background-size: 1045px 1090px;
    background-position: -1010px -1051px
}

.elems__item_label:after, .project-view__btn:after {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px
}

.filter__check .slick-prev {
    left: 0
}

.filter__check .slick-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .filter__check_slider {
        margin: 0 40px
    }

    .filter__check .slick-prev {
        left: -40px
    }

    .filter__check .slick-next {
        right: -40px
    }
}*/

.about__clients-review .testimonials__slider .slick-arrow, .about__clients-review .testimonials__slider .slick-arrow:hover {
    display: block;
    background-color: transparent;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    width: 11px;
    height: 21px;
    background-image: url(/local/templates/liral/img/svg/sprite.svg)
}

.about__clients-review .testimonials__slider .slick-arrow {
    position: absolute;
    top: -25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 1045px 1090px;
    background-position: -988px -1009px;
    font-size: 0;
    z-index: 1
}

.about__clients-review .testimonials__slider .slick-arrow:hover {
    background-size: 1045px 1090px;
    background-position: -1010px -1051px
}

.about__clients-review .testimonials__slider .slick-prev {
    right: 16%;
}

.about__clients-review .testimonials__slider .slick-next {
    right: 13%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.filter__check_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.filter__check_item input:not(checked) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.filter__check_item input:not(checked) + label {
    position: relative;
    margin: 0;
    height: 120px;
    display: block;
    cursor: pointer;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #999
}
.filter__check_item input + label:before{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 44%;
	height: 19px;
	width: 19px;
	background-image: url(/local/templates/liral/img/box_rad.png);
}
.filter__check_item input:not(checked) + label:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 44%;
    height: 19px;
    width: 19px;
}

.filter__check_item input:checked + label {
    color: #343434
}

.filter__check_item input:checked + label .item-img {
    opacity: 1
}

.filter__check_item input:checked + label:after {
    background-image: url(/local/templates/liral/img/c4f4a7c37a.png);
}

.filter__check_item label .item-img {
    height: 60px;
    display: block;
    opacity: .3
}

.filter__check_item label:hover .item-img {
    opacity: .5
}

.filter .btn-block {
    text-align: center;
    margin-top: 40px
}

.elems-block {
    padding: 50px 0 100px;
    background-color: #eae5e1
}

.elems-block__inner {
    margin: 60px -13px 0;
    overflow: hidden
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .elems-block__inner {
        margin: 60px -15px 0
    }
}*/

.elems-block .btn-block {
    text-align: center;
    margin-top: 20px
}

.elems__item-wrap {
    padding: 0;
    margin-right: 10px;
    float: left;
    width: 24.1%;
    height: auto;
    max-height: 525px;
    margin-bottom: 26px;
    position: relative
}
.elems__item-wrap:nth-child(4n){
    /*margin-right: 0;*/
}
.obj:nth-child(4n+1){
    /*margin-right: 0;*/
    /*margin-left: 13px;*/
    margin-left: 0;
}

.hotback {
    background-color: #fff;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    display: block
}

.elems__item-wrap .liked-link, .elems__item-wrap .liked-linktwo {
    right: 25px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .elems__item-wrap {
        width: 48%;
        padding: 0 15px
    }
}*/

.elems__item_label {
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
    height: 70px;
    background-color: #ed1b2f;
    z-index: 10;
    color: #fefefe;
    padding-top: 45px
}

.elems__item_label:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10px;
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    background-size: 1045px 1090px;
    width: 29px;
    height: 31px;
    background-position: -781px -816px
}

.elems__item:hover .elems__item_img-inner {
    display: block
}

.elems__item:hover .btn {
    border: 1px solid #ed1b2f;
    color: #fff;
    background-color: #ed1b2f
}

.elems__item_img {
    position: relative;
    height: 180px;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

.elems__item_img-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 11;
    display: none
}

.elems__item_img-inner .desc {
    text-align: left;
    color: #fff;
    padding: 40px 20px 0;
    max-height: 155px;
    overflow: hidden
}

.elems__item_title {
    font-size: 15px;
    line-height: 24px;
    margin: 20px 0 5px;
    padding: 0 10px;
    color: #343434;
    height: 95px;
    overflow: hidden
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .elems__item_title {
        padding: 0 40px
    }
}*/

.elems__item_floor {
    font-size: 18px;
    margin-bottom: 7px;
    padding: 0 10px;
    min-height: 50px;
    color: #343434
}

.elems__item_area {
    font-size: 24px;
    /*font-family: "Times New Roman", sans-serif;*/
    font-weight: bold;
    margin-bottom: 10px;
    color: #343434;
}

.info_title, .page-title h1, .project-view__show_title {
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.elems__item_price {
    font-size: 14px;
    color: #343434;
    height: 45px;
}
.elems__item_price font{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -2px;
}
.elems__item_price span.old_price{
	font-size: 12px;
	color: #a5a5a5;
	font-weight:bold;
}
.elems__item_btn {
    margin-top: 0px
}



.spez-view {
    position: fixed;
    top: 20%;
    right: -380px;
    z-index: 70;
    width: 380px;
    height: 333px;
}

/*@media (max-width: 767px) {
    .spez-view {
        position: absolute;
        top: 50px
    }
}*/

.spez-view .view-tooltip {
    position: absolute;
    right: 105%;
    top: 85px;
    white-space: nowrap;
    background-color: rgba(52, 52, 52, .75);
    padding: 0 10px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: none;
	z-index: 1;
}

.spez-view__btn {
    width: 70px;
    height: 70px;
    background-color: #ed1b2f;	
    float: left;
    position: absolute;
    -webkit-box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    left: -70px;
    z-index: 1;
	background-image: url(/local/templates/liral/img/sale.png);
}

.spez-view__btn.opened:after, .spez-view__btn:after {
    background-color: transparent;    
    display: block
}

.spez-view__btn:hover + .view-tooltip {
    display: block
}

.spez-view__btn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 1045px 1090px;
    width: 24px;
    height: 18px;
    background-position: -1021px -1072px;
    z-index: 1
}

.spez-view__btn.opened:after {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 21px;
    height: 21px;
    background-position: -162px -183px
}

.spez-view__show {
    background-color: #fff;
    padding: 25px 15px;
    -webkit-box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 2;
    overflow: hidden
}

 .calc-view {
    position: fixed;
    top: 35%;
    right: -380px;
    z-index: 70;
    width: 380px;
    height: 333px;
}

.calc-view .view-tooltip {
    position: absolute;
    right: 105%;
    top: 85px;
    white-space: nowrap;
    background-color: rgba(52, 52, 52, .75);
    padding: 0 10px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: none;
	z-index: 1;
}

.calc-view__btn {
    width: 70px;
    height: 70px;
    background-color: #ed1b2f;
    float: left;
    line-height: 28px;
    text-align: center;
    position: absolute;
    -webkit-box-shadow: 5px 8.7px 15px rgb(0 0 0 / 25%);
    -moz-box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    box-shadow: 5px 8.7px 15px rgb(0 0 0 / 25%);
    left: -70px;
    z-index: 1;
    color: #fff;
	background-image: url(/local/templates/liral/img/calc__btn.png);
}

.calc-view__btn:hover{
    color: #fff;
}

.calc-view__btn:hover + .view-tooltip {
    display: block
}




.project-view {
    position: fixed;
    top: 5%;
    right: -380px;
    z-index: 70;
    width: 380px;
    height: 333px
}

/*@media (max-width: 767px) {
    .project-view {
        position: absolute;
        top: 100px
    }
}*/

.project-view .view-tooltip {
    position: absolute;
    right: 105%;
    top: 85px;
    white-space: nowrap;
    background-color: rgba(52, 52, 52, .75);
    padding: 0 10px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: none
}

.project-view__btn {
    width: 70px;
    height: 70px;
    background-color: #ed1b2f;
    float: left;
    position: absolute;
    -webkit-box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    left: -70px;
    z-index: 1
}

.project-view__btn.opened:after, .project-view__btn:after {
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    display: block
}

.project-view__btn:hover + .view-tooltip {
    display: block
}

.project-view__btn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 1045px 1090px;
    width: 24px;
    height: 18px;
    background-position: -1021px -1072px;
    z-index: 1
}

.project-view__btn.opened:after {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 21px;
    height: 21px;
    background-position: -162px -183px
}

.project-view__show {
    background-color: #fff;
    padding: 25px 15px;
    -webkit-box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    box-shadow: 5px 8.7px 15px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 2;
    overflow: hidden
}

.project-view__slider .slick-arrow, .project-view__slider .slick-arrow:hover {
    background-color: transparent;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    width: 11px;
    height: 21px;
    background-image: url(/local/templates/liral/img/svg/sprite.svg)
}

.project-view__show_title {
    text-transform: uppercase;
    margin-bottom: 25px
}

.project-view__slider {
    position: relative
}

.project-view__slider .slick-arrow {
    position: absolute;
    top: -45px;
    font-size: 0;
    border: 0;
    padding: 0;
    display: block;
    background-size: 1045px 1090px;
    background-position: -988px -1009px;
    cursor: pointer;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto
}

.project-view__slider_item, .project-view__slider_item .item-img {
    position: relative
}

.project-view__slider .slick-arrow:hover {
    display: block;
    background-size: 1045px 1090px;
    background-position: -1010px -1051px
}

.project-view__slider .slick-prev {
    right: 60px
}

.project-view__slider .slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.project-view__slider_item:hover .item-img__inner {
    display: block
}

.project-view__slider_item .item-img__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 1;
    display: none
}

.project-view__slider_item .item-img__inner ul {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.project-view__slider_item .item-img__inner ul li {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 30px
}

.project-view__slider_item .item-img__inner ul li span {
    float: right
}

.project-view__slider_item .item-title {
    margin-top: 15px
}

.project-view__slider_item .item-title a {
    color: #343434
}

.page-title {
    /**margin-bottom: 90px;*/
    margin-top: 30px;
    /*margin-bottom: 0px !important;*/
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-title {
        margin-bottom: 60px
    }
}*/

.page-title h1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 35px;
    text-align: center;
    letter-spacing: .05em;
    /*margin-bottom:10px;
    margin-top:0px;*/
    
}

.block-title h3, .info_title {
    font-size: 24px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.page-title--mb {
    margin-bottom: 40px
}

.block-title {
    margin-bottom: 35px
}

.block-title h3 {
    margin: 0 0 15px;
    line-height: 100%;
    color: #343434
}

.block-title a {
    color: #ed1b2f;
    text-decoration: underline;
    position: relative;
    padding-right: 15px;
    line-height: 100%
}

.block-title a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 4px;
    height: 8px;
    background-position: -97px -132px;
    margin-top: -3px
}

.block-title a:hover {
    text-decoration: none
}

.faq__block_inner a, .faq__block_title.opened, .faq__block_title:hover {
    text-decoration: underline
}

.info {
    overflow: hidden;
    padding: 90px 0 100px
}

.info-box {
    max-width: 970px;
    margin: 0 auto
}

.info_title {
    text-align: center;
    line-height: 36px;
    margin-bottom: 40px
}

.info_row {
    overflow: hidden;
    margin: 0 -15px 65px
}

.info_row:last-child {
    margin-bottom: 0
}

.info_items {
    margin-bottom: 45px;
    overflow: hidden
}

.info_items:last-child {
    margin-bottom: 0
}

.info-text {
    line-height: 24px;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .info-box {
        width: 100%
    }

    .info_items .info_block {
        width: 50%;
        float: left
    }

    .info_inner {
        width: 100%
    }

    .info_block--last {
        margin-top: 20px
    }
}*/

.info_inner .item-img {
    float: left
}

.info_inner .item-text {
    margin-left: 90px
}

.info_inner .item-text__title {
    font-size: 12px;
    text-transform: uppercase;
    font-family: OpenSans-Bold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    letter-spacing: .1em
}

.about__top-line_desc, .about__top-line_right .about__top-line_title, .faq__block_inner, .faq__block_inner .faq-table__row_inner > div, .faq__block_inner .list-link li a, .info_block p, .info_inner .item-text__desc {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.about__team_title, .logo-block__title, .page-faq .faq-form__title, .page-faq .faq-title, .page-single-news h1 {
    text-transform: uppercase;
    letter-spacing: .05em
}

.info_inner .item-text__desc {
    font-size: 13px;
    line-height: 20px
}

.info_block {
    width: 50%;
    float: left;
    padding: 0 15px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .info_block {
        float: none;
        width: auto
    }
}
*/
.info_block p {
    text-align: justify;
    line-height: 24px;
    margin: 0 0 10px
}

.info_block p:last-child {
    margin-bottom: 0
}

.info_alert {
    background-color: #fff;
    position: relative;
    margin: 0 auto 30px;
    padding: 30px 30px 45px
}

.info_alert-text {
    padding-left: 75px;
    position: relative;
    line-height: 24px;
    font-size: 13px
}

.info_alert-text:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(/local/templates/liral/img/icon-info.png) no-repeat;
    width: 50px;
    height: 50px;
    left: 0
}

.info_alert-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateY(50%) translateX(-50%);
    -moz-transform: translateY(50%) translateX(-50%);
    -ms-transform: translateY(50%) translateX(-50%);
    -o-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%)
}

.info--about {
    padding-bottom: 60px
}

.info--about .info_block {
    width: 50%;
    float: left
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .info--rieltors .info_block {
        width: 50%;
        float: left;
        margin-top: 0
    }

    .faq__block_inner .faq-table-box {
        overflow: auto;
        overflow-x: scroll
    }
}*/

.faq__block_title {
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: top;
    color: #ed1b2f
}

.faq__block_title:after, .faq__block_title:before {
    position: absolute;
    content: ''
}

.faq__block_title span {
    color: #343434
}

.faq__block_title:before {
    top: 7px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #343434
}

.faq__block_title.opened:after, .faq__block_title:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    width: 8.68px;
    height: 4.69px
}

.faq__block_title:after {
    top: 19px;
    left: 9px;
    background-size: 1045px 1090px;
    background-position: -110px -145px
}

.faq__block_title.opened:before {
    border-color: #ed1b2f
}

.faq__block_title.opened:after {
    background-size: 1045px 1090px;
    background-position: -119px -150px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 17px
}

.faq__block_inner .list-link li a:after, .news-item-wrap .news-item-desc .news-item-time:before {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-image: url(/local/templates/liral/img/svg/sprite.svg)
}

.faq__block_inner {
    background-color: #fff;
    padding: 30px 40px;
    color: #999;
    position: relative;
    display: none;
    margin-bottom: 20px
}

.faq__block_inner a {
    color: #ed1b2f
}

.faq__block_inner a span {
    color: #343434
}

.faq__block_inner a:hover {
    text-decoration: none
}

.faq__block_inner:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 40px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff
}

.faq__block_inner .list-link li {
    margin-bottom: 15px
}

.faq__block_inner .list-link li:last-child {
    margin-bottom: 0
}

.faq__block_inner .list-link li a {
    color: #343434;
    text-decoration: underline;
    padding-left: 25px;
    position: relative
}

.faq__block_inner .list-link li a:hover {
    text-decoration: none
}

.block-back a, .news-item-wrap .news-item:hover .news-item-title {
    text-decoration: underline
}

.faq__block_inner .list-link li a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    display: block;
    background-color: transparent;
    background-size: 1045px 1090px;
    width: 15px;
    height: 20px;
    background-position: -42px -57px
}

.faq__block_inner .faq-table {
    margin-top: 30px;
    width: 890px
}

.faq__block_inner .faq-table__row {
    overflow: hidden
}

.faq__block_inner .faq-table__row:nth-child(even) {
    background-color: #f8f8f8
}

.faq__block_inner .faq-table__row_inner {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 19, .5)
}

.faq__block_inner .faq-table__row_inner > div {
    display: table-cell;
    vertical-align: middle;
    line-height: 35px
}

.faq__block_inner .faq-table__row--header .faq-table__row_inner {
    border-bottom: 2px solid #494949;
    padding-bottom: 10px
}

.faq__block_inner .faq-table__row--header .faq-table__row_inner > div {
    line-height: 18px;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.faq__block_inner .faq-table__title {
    line-height: 50px;
    background-color: #f1eeeb;
    padding-left: 40px;
    border-top: 1px solid rgba(0, 0, 19, .5);
    border-bottom: 2px solid rgba(0, 0, 19, .5);
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: OpenSans-Bold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.faq__block_inner .faq-table__title-first {
    border-top: 0
}

.faq__block_inner .faq-table__number {
    width: 40px;
    text-align: center
}

.faq__block_inner .faq-table__name {
    width: 318px
}

.faq__block_inner .faq-table__size, .faq__block_inner .faq-table__value {
    width: 80px
}

.faq__block_inner .faq-table__price {
    width: 140px
}

.faq__block_inner .faq-table__price2 {
    width: 150px
}

.page-columns:after, .page-columns:before {
    content: " ";
    display: table
}

.page-columns__main {
   /* float: left;
    width: 720px*/
}

.page-columns__sidebar {
   /* margin-left: 800px*/
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-columns__main {
        width: auto;
        float: none;
        margin-bottom: 90px
    }

    .page-columns__sidebar {
        margin-left: 0
    }
}*/

.news-item-wrap {
    float: left;
    padding: 0 15px
}

.news-item-wrap .news-item {
    background-color: #fff;
    height: 320px;
    display: block
}

.news-item-wrap .news-item--img .news-item-title {
    height: 60px;
    overflow: hidden
}

.news-item-wrap .news-item--no_img .news-item-title {
    line-height: 24px
}

.news-item-wrap .news-item--no_img .news-item-desc {
    max-height: 305px;
    overflow: hidden;
    padding-bottom: 0
}

.news-item-wrap .news-item:hover .news-item-img > div {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.news-item-wrap .news-item-img {
    height: 190px;
    overflow: hidden
}

.news-item-wrap .news-item-img > div {
    height: 100%;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.news-item-wrap .news-item-desc {
    padding: 15px
}

.news-item-wrap .news-item-desc .news-item-time {
    color: #999;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 13px
}

.news-item-wrap .news-item-desc .news-item-time:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    background-color: transparent;
    background-size: 1045px 1090px;
    width: 12px;
    height: 13px;
    background-position: -128px -155px
}

.block-back a:before, .logo-block .slick-arrow {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px
}

.news-item-wrap .news-item-desc .news-item-title {
    font-size: 15px;
    color: #343434;
    margin-bottom: 10px
}

.news-item-wrap .news-item-desc .news-item-text {
    color: #999
}

.block-back {
    height: 70px;
    background-color: #eae5e1;
    text-align: center
}

.block-back a {
    line-height: 70px;
    font-size: 16px;
    color: #ed1b2f;
    position: relative;
    padding-left: 25px
}

.block-back a:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    background-size: 1045px 1090px;
    width: 15px;
    height: 12px;
    background-position: -589px -626px
}

.block-back a span {
    color: #343434
}

.block-back a:hover {
    text-decoration: none
}

/*Comment:.logo-block added margin: 100px 0 95px; BC-page(biznes-parki/105/) */
.logo-block {
    height: 110px;
    overflow: hidden;
    margin: 100px 0 95px;
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .logo-block {
        height: 190px
    }
}*/

.logo-block .slick-arrow, .logo-block .slick-arrow:hover,.logo-block-rand .slick-arrow, .logo-block-rand .slick-arrow:hover {
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    width: 11px;
    height: 21px;
    display: block
}

.logo-block .container {
    position: relative
}

.logo-block .slick-arrow,.logo-block-rand .slick-arrow {
    position: absolute;
    bottom: 0;
    font-size: 0;
    background-size: 1045px 1090px;
    background-position: -988px -1009px;
    z-index: 1
}

.logo-block .slick-arrow:hover,.logo-block-rand .slick-arrow:hover {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    background-position: -1010px -1051px
}

.logo-block .slick-prev,.logo-block-rand .slick-prev {
    left: 15px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .logo-block .slick-arrow {
        bottom: auto;
        top: 5px
    }

    .logo-block .slick-prev {
        left: 280px;
    }
}*/

.logo-block .slick-next,.logo-block-rand .slick-next {
    left: 55px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.category-preview__item .item-img img, .logo-block__slider_item img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.logo-block__title {
    font-size: 18px;
    line-height: 30px;
    float: left;
    width: 295px
}

.logo-block__slider {
    margin-left: 295px;
    padding-right: 1px;
    margin-right: -10px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .logo-block .slick-next {
        left: 320px
    }

    .logo-block__title {
        float: none;
        width: auto;
        margin-bottom: 20px
    }

    .logo-block__slider {
        margin-left: -10px
    }
}
*/
.logo-block__slider_item {
    height: 110px;
    border: 1px solid #dcdad8;
    position: relative;
    margin: 0 10px;
	background-color: white;
}

.logo-block__slider_item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.category-preview {
    padding: 20px 0 15px;
    overflow: hidden
}

.category-preview__text {
    float: left;
    width: 330px;
    text-align: right;
    line-height: 20px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .category-preview {
        position: absolute;
        z-index: 10;
        background-color: #f3f0ed;
        top: 380px;
        right: 0;
        left: 0;
        padding: 10px 0 20px
    }

    .category-preview__text {
        width: 220px;
        margin-top: 5px
    }

    .category-preview__text p {
        font-size: 13px;
        margin: 0
    }
}*/

.category-preview__items {
    margin-left: 475px;
    margin-right: 100px;
    position: relative;
    height: 63px
}

.category-preview__items .slick-prev {
    left: -50px
}

.category-preview__items .slick-next {
    right: -50px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.category-preview__item {
    text-align: center;
    font-size: 12px;
    color: #000
}

.category-preview__item .item-img {
    height: 35px;
    position: relative
}

.category-preview__item .item-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home__map-block_left .map-point:after, .page-item__box .item-tabs li a:after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.category-preview__item .item-text {
    padding: 0 1px;
    text-align: center;
    display: block
}

.category-preview__item:hover {
    text-decoration: underline;
    opacity: .7
}

.home__map-block {
    height: 512px;
    overflow: hidden
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .category-preview__items {
        margin-left: 300px;
        margin-right: 60px
    }

    .home__map-block {
        height: auto
    }
}*/

.home__map-block_left {
    float: left;
    height: 100%;
    width: 500px;
    position: relative
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .home__map-block_left {
        float: none;
        width: auto;
        height: 329px;
        background: #eae5e1
    }
}*/

.home__map-block_left .map-img {
    height: 100%;
    background: url(/local/templates/liral/img/map_desktop.png) no-repeat;
    position: relative;
    margin: 0 auto
}

.home__map-block_left .map-img:after {
    content: '';
    position: absolute;
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 42px;
    height: 57px;
    background-position: 0 0;
    top: 200px;
    left: 300px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .home__map-block_left .map-img {
        width: 617px;
        height: 329px;
        background: url(/local/templates/liral/img/map_tablet.jpg) center center no-repeat
    }

    .home__map-block_left .map-img:after {
        top: 160px;
        left: 280px
    }
}*/

.home__map-block_left .map-point {
    position: absolute;
    background-color: rgba(52, 52, 52, .25);
    width: 26px;
    height: 26px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer
}

.home__map-block_left .map-point:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #838383;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .23)), to(rgba(255, 255, 255, .23)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .23) 0, rgba(255, 255, 255, .23) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .23) 0, rgba(255, 255, 255, .23) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .23) 0, rgba(255, 255, 255, .23) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .23) 0, rgba(255, 255, 255, .23) 100%)
}

.home__map-block_left .map-point__metro {
    display: block;
    padding-top: 28px;
    font-size: 13px;
    line-height: 100%;
    margin-left: -30px
}

.home__map-block_left .map-point__desc {
    display: none;
    position: absolute;
    left: 115%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 195px;
    background-color: rgba(52, 52, 52, .75);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px 5px 15px;
    line-height: 18px
}

.home__map-block_left .map-point__desc:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(52, 52, 52, .75)
}

.home__map-block_left .map-point__desc span {
    font-size: 14px;
    display: block
}

.home__map-block_left .map-point.active .map-point__desc, .home__map-block_left .map-point:hover .map-point__desc {
    display: block
}

.home__map-block_left .map-point.active .map-point__desc {
    display: block;
    background-color: rgba(237, 27, 47, .75)
}

.home__map-block_left .map-point.active .map-point__desc:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(237, 27, 47, .75)
}

.home__map-block_left .map-point.active:after {
    background-color: #ed1b2f;
    background-image: none
}

.home__map-block_left .map-point--first {
    top: 115px;
    left: 160px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .home__map-block_left .map-point--first {
        top: 75px;
        left: 150px
    }
}*/

.home__map-block_left .map-point--second {
    top: 280px;
    left: 215px
}

.home__map-block_right {
    margin-left: 500px;
    position: relative
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .home__map-block_left .map-point--second {
        top: 240px;
        left: 200px
    }

    .home__map-block_right {
        margin-left: 0;
        margin-top: 93px
    }
}*/

.home__map-block_right .slick-dots {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center
}

.about__top-line, .about__top-line .container {
    position: relative
}

.home__map-block_right .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}

.home__map-block_right .slick-dots li:last-child {
    margin-right: 0
}

.home__map-block_right .slick-dots li button {
    height: 12px;
    width: 12px;
    background-color: #fff;
    font-size: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff
}

.home__map-block_right .slick-dots li.slick-active button {
    height: 14px;
    width: 14px;
    background-color: #ed1b2f
}

.home__map-block_right .map-block__slider_item {
    height: 512px;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

.about__top-line {
    background-color: #343434;
    overflow: hidden
}

.about__top-line_title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.about__top-line_desc {
    line-height: 18px
}

.about__top-line_left {
    padding: 25px 0
}

.about__top-line_left .about__top-line_title {
    color: #fff
}

.about__top-line_left .about__top-line_desc {
    color: #ccc;
    width: 380px
}

.about__top-line_right {
    padding: 25px 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 400px;
    bottom: 0;
    right: -1000px;
    background-color: #eae5e1
}

.about__top-line_right .first-items, .about__top-line_right .second-items {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px
}

.about__top-line_right .first-items:last-child, .about__top-line_right .second-items:last-child {
    margin-right: 0;
    margin-bottom: 0
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .about__top-line .container {
        height: 250px
    }

    .about__top-line_left .about__top-line_desc {
        width: 220px
    }

    .about__top-line_right {
        left: 260px
    }

    .about__top-line_right .first-items, .about__top-line_right .second-items {
        display: block;
        margin-bottom: 25px
    }

    .about__top-line_right .right-item {
        width: 180px
    }
}*/

.about__top-line_right .right-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px
}

.about__top-line_right .right-item:last-child {
    margin-right: 0
}

.about__team {
    background-color: #eae5e1;
    padding: 45px 0
}

.about__team_title {
    font-size: 24px;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 30px
}

.about__team_item .item-desc, .page-faq .faq-form__desc, .page-faq .faq-form__message, .page-faq .faq-form__row label {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.about__team_slider {
    position: relative
}

.about__team_item {
    text-align: center
}

.about__team_item .item-img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0 auto
}

.page-faq .faq-form-error:before, .page-faq .faq-form-success:before, .faq-form-success:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    height: 50px
}

.about__team_item .item-name {
    margin: 10px 0 25px;
    font-size: 16px;
    line-height: 24px
}

.otziv_otav{
	position: absolute;
	top: -71px;
	right: 42px;
	width: 188px;
	padding-top: 10px;
	height: 44px;
	text-align: center;
	color: #000000;
	border: 1px dashed #000;
}

.otziv_otav:hover{
	background-color: #ffffff;
	color: #000000;
}

.about__team_item .item-name span {
    text-transform: uppercase;
    display: block
}

.about__clients-review .block-row:after, .about__clients-review .block-row:before, .about__clients-review:after, .about__clients-review:before {
    content: " ";
    display: table
}

.about__team_item .item-desc {
    color: #999
}

.about__clients-review {
    padding: 90px 0 100px
}

.about__clients-review .block-row {
    margin: 0 -25px
}

.about__clients-review_block {
/*    width: 50%;
    float: left;*/
    padding: 0 25px
}

.about__clients-review .testimonials__slider {
    position: relative;
    margin-right: 20px
}

/*.about__clients-review .testimonials__slider .slick-arrow {
    top: -90px
}*/

.page-faq .faq-form-error:before, .page-faq .faq-form-success:before, .page-rent .rent-application:before {
    left: 50%;
    top: 30px;
    content: ''
}

/*.about__clients-review .testimonials__slider .slick-prev {
    right: 50px
}

.about__clients-review .testimonials__slider .slick-next {
    right: 10px
}

@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .about__clients-review_block {
        width: auto;
        float: none
    }

    .about__clients-review .testimonials {
        margin-bottom: 100px
    }

    .about__clients-review .testimonials__slider_item {
        margin-right: 10px
    }
}*/

.about__clients-review .testimonials__slider_item img {
    margin: 0
}

.about__articles {
    background-color: #eae5e1;
    padding: 50px 0
}

.about__articles_block {
    margin: 60px -15px 0;
    overflow: hidden
}

.about__articles_block .news-item-wrap {
    width: 25%
}

.about__articles .btn-block {
    margin-top: 50px;
    text-align: center
}

.page-faq .faq-row {
    margin-bottom: 50px
}

.page-faq .faq-row:last-child {
    margin-bottom: 0
}

.page-faq .faq-title {
    font-size: 24px;
    line-height: 30px;
    color: #343434;
    margin-bottom: 35px
}

.page-faq .faq-form {
    background-color: #fff;
    padding: 20px 30px 30px;
    margin-bottom: 20px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .about__articles_block .news-item-wrap {
        width: 33.3%
    }

    .about__articles_block .news-item-wrap:last-child {
        display: none
    }

    .page-faq .faq-form {
        width: 360px;
        margin: 0 auto 20px
    }
}*/

.page-faq .faq-form__title {
    font-size: 18px;
    margin-bottom: 30px
}

.page-faq .faq-form__desc {
    margin-bottom: 30px
}

.page-faq .faq-form__desc span {
    font-size: 15px
}

.page-faq .faq-form__row {
    margin-bottom: 20px
}

.page-faq .faq-form__row label {
    font-size: 16px;
    color: #999;
    display: block;
    margin-bottom: 10px
}

.page-faq .faq-form .btn-block {
    text-align: center;
    margin-top: 30px
}

.page-faq .faq-form__message {
    text-align: center;
    color: #999
}

.page-faq .faq-form-success {
    padding: 125px 40px 50px;
    position: relative
}

.page-faq .faq-form-success:before, .popup-application__form.zvonok .faq-form-success:before {
    position: absolute;
    transform: translate(-50%, 0);
    background: url(/local/templates/liral/img/icon-info.png) no-repeat;
    width: 50px
}

.page-faq .faq-form-error {
    padding: 125px 40px 50px;
    position: relative
}

.page-faq .faq-form-error:before {
    position: absolute;
    transform: translate(-50%, 0);
    background: url(/local/templates/liral/img/icon-error.png) no-repeat;
    width: 58px
}

.page-news__block {
    margin: 0 -15px;
    overflow: hidden
}

.page-news__block .news-item-wrap {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-news__block .news-item-wrap {
        width: 33.3%
    }
}*/

.page-single-news__inner {
    overflow: hidden;
    padding-bottom: 80px;
    width: 970px;
    margin: 45px auto 0
}

.page-single-news h1 {
    font-size: 30px;
    text-align: center;
    line-height: 120%;
    margin: 0 0 50px;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-single-news .preview-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 35px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-single-news__inner {
        padding-bottom: 50px;
        width: auto
    }

    .page-single-news .preview-img {
        margin-bottom: 30px
    }
}*/

.page-single-news p {
    
    margin: 0 0 10px;
     line-height: 24px;
    /*font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal */
}

.page-single-news h2, .page-single-news h3 {
    margin-bottom: 10px;
    /* font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em; */
    text-transform: uppercase
}

/* .page-single-news h2 {
    font-size: 24px;
    line-height: 30px
} */

.page-single-news h3 {
    font-size: 18px;
    line-height: 24px
}

.page-single-news h4 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 24px;
    font-family: OpenSans-Bold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em
}
/* , .page-single-news ol */
.page-rent .rent-application__text, .page-rent .rent-text {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-single-news .list-img {
    text-align: center;
    margin: 40px -15px;
    overflow: hidden
}

.page-single-news .list-img img:last-child, .page-single-news ul:last-child {
    margin-right: 0
}

.page-single-news .list-img img {
    float: left;
    width: 33.3%;
    padding: 0 15px
}

.page-single-news ul {
   /*  display: inline-block; */
    vertical-align: top;
    /*width: 48%*/
}

.page-single-news ol {
    /* display: inline-block; */
    vertical-align: top;
    /*width: 50%;*/
    margin: 0;
    /* padding: 0 0 0 10px */
    padding: 0 0 0 0px
}

.page-single-news ol li {
    /* line-height: 24px; */
    margin-bottom: 10px;
    margin-left: 45px;
}

.page-rent .page-title {
    margin-bottom: 30px
}

.page-rent .logo-block {
    margin: 100px 0
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rent .page-columns__main {
        margin-bottom: 50px
    }
}
*/
.page-rent .filter {
    margin-bottom: 90px
}

.page-rent .rent-text {
    line-height: 24px;
    margin-bottom: 25px
}

.page-rent .rent-offer {
    overflow: hidden
}

.page-rent .rent-offer__title {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.page-rent .rent-offer__list {
    width: 50%;
    float: left
}

.page-rent .rent-offer__list li a:hover {
    text-decoration: underline
}

.page-rent .rent-application {
    background-color: #fff;
    padding: 165px 30px 30px;
    text-align: center;
    position: relative
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rent .rent-application {
        width: 370px;
        margin: 0 auto
    }
}*/

.page-rent .rent-application:before {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(/local/templates/liral/img/icon-application.png) no-repeat;
    width: 90px;
    height: 90px
}
.page-columns__sidebar .rent-application-new{background: #fff;    padding: 20px;}
.page-columns__sidebar .rent-application-new div{display:inline-block;vertical-align: middle;}
.page-columns__sidebar .rent-application-new .rent-application__btn{margin-top:0px;margin-left: 50px;}
.page-columns__sidebar .rent-application-new .rent-application__text{width:60%;}
.page-columns__sidebar .rent-application-new .rent-application__img{padding-right:20px;}
.page-columns__sidebar{    margin-bottom: 25px;}

/*@media screen and (max-width:1180px){
.page-columns__sidebar .rent-application-new div{display:block;}
.page-columns__sidebar .rent-application-new .rent-application__btn{float:none;padding-right:0;margin-left: 0px;}
.page-columns__sidebar .rent-application-new .rent-application__text{width:auto;}
.page-columns__sidebar .rent-application-new{text-align:center;}
}*/
.page-rent .rent-application__text {
    line-height: 24px;
    color: #999
}

.page-rent .rent-application__btn {
    margin-top: 40px
}

.page-item__title {
    margin: 50px 0 35px
}

.page-item__title h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 48px;
    margin: 0
}

.page-item__box_row {
    overflow: hidden;
    position: relative
}

.page-item__box .item-tabs {
    position: absolute;
    top: 0;
    left: 0
}

.page-item__box .item-tabs li a {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.page-item__box .item-tabs li a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.page-item__box .item-tabs li a:hover {
    background-color: #343434
}

.page-item__box .item-tabs li a.item-photo:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 32px;
    height: 27px;
    background-position: -644px -678px
}

.page-item__box .item-tabs li a.item-address:after, .page-item__box .item-tabs li a.item-map:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    height: 32px
}

.page-item__box .item-tabs li a.item-map:after {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 32px;
    background-position: -505px -550px
}

.page-item__box .item-tabs li a.item-address:after {
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 26px;
    background-position: -708px -732px
}

.page-item__box .item-tabs li a.active {
    background-color: #343434
}

.page-item__box .item-tabs li a.active.item-map:after, .page-item__box .item-tabs li a.active.item-photo:after {
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    width: 32px;
    display: block
}

.page-item__box .item-tabs li a.active.item-photo:after {
    background-size: 1045px 1090px;
    height: 27px;
    background-position: -676px -705px
}

.page-item__box .item-tabs li a.active.item-map:after {
    background-size: 1045px 1090px;
    height: 32px;
    background-position: -537px -582px
}

.page-item__box .item-tab-content__right .item-btns__left .like:after, .page-item__box .item-tabs li a.active.item-address:after {
    background-color: transparent;
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-image: url(/local/templates/liral/img/svg/sprite.svg)
}

.page-item__box .item-tabs li a.active.item-address:after {
    display: block;
    background-size: 1045px 1090px;
    width: 26px;
    height: 32px;
    background-position: -734px -764px
}

.page-item__box .item-tab-content {
    overflow: hidden
}

.page-item__box .item-tab-content__left {
    width: 50%;
    float: left;
    padding-left: 70px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-item__box .item-tab-content__left {
        float: none;
        width: auto;
        overflow: hidden;
        margin-bottom: 30px
    }
}*/

.page-item__box .item-tab-content__left .item-slider_gallery {
    height: 400px;
    overflow: hidden
}

.page-item__box .item-tab-content__left .item-slider_gallery .gallery-item {
    height: 400px;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important
}

.page-item__box .item-tab-content__left .item-slider_gallery .gallery-item a {
    display: block;
    height: 100%
}

.page-item__box .item-tab-content__left .item-slider_gallery__nav {
    margin: 10px 30px 0;
    position: relative;
    height: 85px
}

.page-item__box .item-tab-content__left .item-slider_gallery__nav .slick-prev {
    left: -30px
}

.page-item__box .item-tab-content__left .item-slider_gallery__nav .slick-next {
    right: -30px
}

.page-item__box .item-tab-content__left .item-slider_gallery__nav .gallery__nav_item {
    margin: 0 5px
}

.page-item__box .item-tab-content__right {
    margin-left: 50%;
    padding-left: 30px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-item__box .item-tab-content__right {
        margin-left: 0;
        padding-left: 0
    }

    .page-item__box .item-tab-content__right .tablet-block {
        float: left;
        width: 280px
    }
}*/

.page-item__box .item-tab-content__right .item-price {
    margin-bottom: 20px
}

.page-item__box .item-tab-content__right .item-price > div {
    font-size: 24px;
	font-weight: bold;
    margin-bottom: 5px
}

.page-item__box .item-tab-content__right .item-price > span {
    font-size: 12px;
    color: #999
}

.page-item__box .item-tab-content__right .item-btns {
    margin-bottom: 55px
}

.page-item__box .item-tab-content__right .item-btns__left {
    display: inline-block;
    vertical-align: top
}

.page-item__box .item-tab-content__right .item-btns__left .like {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px
}

.page-item__box .item-tab-content__right .item-btns__left .like:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background-size: 1045px 1090px;
    width: 21px;
    height: 18.97px;
    background-position: -297px -308px
}

.page-item__box .item-tab-content__right .item-btns__left .like.active, .page-item__box .item-tab-content__right .item-btns__left .like:hover {
    background-color: #343434
}

.page-item__box .item-tab-content__right .item-btns__left .like.active:after, .page-item__box .item-tab-content__right .item-btns__left .like:hover:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 21px;
    height: 18.97px;
    background-position: -318px -327px
}

.page-item__box .item-tab-content__right .item-btns__right {
    float: right
}

.page-item__box .item-tab-content__right .item-btns__right > div {
    margin-bottom: 10px
}

.page-item__box .item-tab-content__right .item-btns__right > div:last-child {
    margin-bottom: 0
}

.page-item__box .item-tab-content__right .item-btns__right a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    color: #343434;
    padding-left: 25px;
    position: relative
}

.prod_tabs .agreement:after,
.page-item__box .item-tab-content__right .item-btns__right a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.page-item__box .item-tab-content__right .item-btns__right a:hover {
    text-decoration: none
}

.prod_tabs .agreement:after,
.page-item__box .item-tab-content__right .item-btns__right a.agreement:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 15px;
    height: 20px;
    background-position: -42px -57px;
    left: 3px
}

.page-item__box .item-tab-content__right .item-btns__right a.print:after {
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 21px;
    height: 20px;
    background-position: -760px -796px;
    left: 0
}

.page-item .item-table__box_row:nth-child(odd), .page-item-two__elems {
    background-color: #eae5e1
}

.page-item__box .item-tab-content__right .item-desc {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    color: #000
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-item__box .item-tab-content__right .item-btns__right {
        float: none;
        margin-top: 25px
    }

    .page-item__box .item-tab-content__right .item-desc {
        margin-left: 280px
    }
}
*/
.page-item .item-table {
    margin: 70px 0 50px
}
.preimtov{
    margin-bottom: 50px;
}
.page-item .item-table__title {
    text-align: center;
    font-size: 24px;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 55px
}

.page-item .item-table__box_row .row-left, .page-item-two__box_list li > span, .page-search__result_label {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-item .item-table__box {
    width: 970px;
    margin: 0 auto
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-item .item-table__box {
        width: auto
    }

    .page-item-two__box_list {
        margin-top: 50px
    }
}*/

.page-item .item-table__box_row {
    overflow: hidden;
    line-height: 19px;
    padding: 5px 0
}

.page-item .item-table__box_row .row-left {
    float: left;
    width: 270px;
    padding: 0 20px
}

.page-item .item-table__box_row .row-right {
    margin-left: 270px;
    color: #000;
    padding-right: 15px
}

.page-item-two__box {
    overflow: hidden
}

.page-item-two__box_list {
    padding: 0 20px;
    margin-right: 770px;
    overflow: hidden
}

.page-item-two__box_list ul {
    margin-bottom: 25px
}

.page-item-two__box_list ul:last-child {
    margin-bottom: 0
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-item-two__box_list ul {
        margin-bottom: 0;
        width: 50%;
        float: left
    }

    .page-item-two__box_list {
        margin-right: 0
    }
}*/

.page-item-two__box_list li {
    margin-bottom: 25px
}

.page-item-two__box_list li:last-child {
    margin-bottom: 0
}

.page-item-two__box_list li > div {
    color: #000
}

.page-item-two__box_img {
    height: 400px;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    float: right;
    width: 770px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-item-two__box_img {
        float: none;
        width: auto
    }
}*/

.page-item-two .logo-block {
    margin: 100px 0 95px
}

.page-item-two__elems {
    margin-top: 95px;
    padding: 95px 0
}

.page-item-two__elems_box {
    overflow: hidden;
    margin: 0 -10px
}

.page-item-two__elems .btn-block {
    text-align: center;
    margin-top: 35px
}

.page-rent-search .rent-search__result {
    overflow: hidden;
    margin: 30px -10px 0
}

.page-search__result_box {
    width: 970px;
    margin: 0 auto
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-search__result_box {
        width: auto
    }
}*/

.page-search__result_label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 35px
}

.page-search__result_label mark {
    background-color: #ed1b2f;
    color: #fff;
    padding: 0 5px
}

.page-search__result_label span {
    font-size: 20px;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-search__result_list li .list-text, .page-search__result_list li .list-title a {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-search__result_list li {
    padding-left: 60px;
    margin-bottom: 40px;
    position: relative
}

.page-search__result_list li:last-child {
    margin-bottom: 0
}

.page-search__result_list li .number-label {
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #999
}

.page-search__result_list li .list-title {
    margin-bottom: 10px
}

.page-search__result_list li .list-title a {
    font-size: 16px;
    color: #ed1b2f;
    text-decoration: underline
}

.page-search__result_list li .list-title a span {
    color: #343434
}

.page-search__result_list li .list-title a:hover {
    text-decoration: none
}

.page-search__result_list li .list-text mark {
    background-color: transparent;
    color: #ed1b2f
}

.page-404__logo {
    text-align: center
}

.page-404__block {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-404__block_form button, .page-rieltors__join_left .left-box .left-links:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.page-404__block_title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px
}

.page-404__block_title span {
    font-size: 120px;
    display: block;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%
}

.page-404__block_text {
    width: 450px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 40px
}

.page-404__block_text a {
    color: #ed1b2f;
    text-decoration: underline
}

.page-404__block_text a span, .page-client .faq__block_inner {
    color: #343434
}

.page-404__block_text a:hover {
    text-decoration: none
}

.page-404__block_form {
    position: relative
}

.page-404__block_form input {
    background-color: #fff
}

.page-404__block_form button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 29.34px;
    height: 30px;
    background-position: -872px -895px
}

.page-client__box {
    width: 970px;
    margin: 0 auto
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-client__box {
        width: auto
    }
}*/

.page-client__top {
    overflow: hidden
}

.page-client__treatment {
    display: inline-block;
    vertical-align: top;
    width: 530px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-client__treatment {
        width: 340px
    }
}*/

.page-client__treatment_title {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: OpenSans-Bold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em
}

.page-client__treatment_text {
    text-align: justify;
    margin-bottom: 25px;
    line-height: 24px
}

.page-client__treatment_link a {
    color: #ed1b2f;
    text-decoration: underline
}

.page-client__treatment_link a span {
    color: #343434
}

.page-client__treatment_link a:hover {
    text-decoration: none
}

.page-client__call-back {
    float: right;
    width: 370px;
    background-color: #fff;
    padding: 30px 55px;
    text-align: center
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-client__call-back {
        width: 340px
    }
}*/

.page-client__call-back .call-back__text {
    color: #999;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-client__call-back .call-back__text span {
    display: block;
    font-size: 18px;
    color: #343434;
    margin-bottom: 5px;
    font-family: OpenSans-Regular, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-rieltors__desc, .page-rieltors__offers_item {
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-client__call-back .call-back__btn {
    margin-top: 10px
}

.page-client__section {
    margin-top: 40px
}

.page-rieltors__desc {
    width: 970px;
    margin: 0 auto 55px;
    line-height: 24px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rieltors__desc {
        width: auto;
        text-align: center
    }
}*/

.page-rieltors__offers {
    margin-bottom: 90px
}

.page-rieltors__offers_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 50px;
    letter-spacing: .05em
}

.page-rieltors__offers_row {
    overflow: hidden;
    text-align: center
}

.page-rieltors__offers_item {
    float: left;
    width: 25%;
    padding: 70px 30px 0;
    text-align: center
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rieltors__offers_item {
        padding: 70px 10px 0
    }
}*/

.page-rieltors__subscribe {
    background-color: #343434;
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 90px
}

.page-item-two__elems_one .page-rieltors__subscribe{
    background-color: transparent !important;
}

.page-rieltors__subscribe .container {
    position: relative
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rieltors__subscribe {
        position: relative;
        padding-bottom: 150px
    }

    .page-rieltors__subscribe .container {
        position: static
    }

    .page-rieltors__subscribe_left {
        text-align: center
    }
}*/

.page-rieltors__subscribe_left .left-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
    letter-spacing: .05em
}

.page-rieltors__subscribe_left .left-link a {
    text-decoration: underline;
    color: #fff;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-rieltors__subscribe_left .left-link a:hover {
    text-decoration: none
}

.page-rieltors__subscribe_form {
    background-color: #eae5e1;
    position: absolute;
    top: -25px;
    bottom: -25px;
    right: -10000px;
    left: 370px;
    padding: 25px 0 25px 25px;
    overflow: hidden
}

.page-item-two__elems_one .page-rieltors__subscribe_form{
    position: initial;
    width: 650px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}


/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rieltors__subscribe_form {
        left: 0;
        bottom: 0;
        right: 0;
        top: 100px;
        text-align: center;
        padding-top: 40px;
        padding-left: 0
    }

    .page-rieltors__subscribe_form form {
        width: 700px;
        height: 150px;
        margin: 0 auto
    }
}*/

.page-rieltors__subscribe_form .form-col {
    float: left;
    width: 290px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rieltors__subscribe_form .form-col {
        width: 260px
    }
}*/

.page-rieltors__subscribe_form input {

}

.page-rieltors__subscribe_form .btn-block {
    float: left;
}

.page-rieltors__join {
    width: 970px;
    margin: 0 auto
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rieltors__join {
        width: 700px
    }
}*/

.page-rieltors__join_left {
    height: 400px;
    width: 600px;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 45px 40px;
    float: left
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rieltors__join_left {
        width: 50%;
        background-image: none !important;
        background-color: #eae5e1 !important
    }
}*/

.page-rieltors__join_left .left-box {
    width: 275px
}

.page-rieltors__join_left .left-box .left-title {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px;
    letter-spacing: .05em
}

.page-rieltors__join_left .left-box .left-desc, .page-rieltors__join_left .left-box .left-links li a {
    line-height: 24px;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.page-rieltors__join_left .left-box .left-desc {
    padding-bottom: 65px;
    position: relative;
    margin-bottom: 50px
}

.page-rieltors__join_left .left-box .left-desc:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 300px;
    background-color: #fff
}

.page-rieltors__join_left .left-box .left-links {
    position: relative;
    padding-left: 55px
}

.page-rieltors__join_left .left-box .left-links:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: block;
    background-color: transparent;
    background-image: url(/local/templates/liral/img/svg/sprite.svg);
    -moz-background-size: 1045px 1090px;
    -o-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 40px;
    height: 55px;
    background-position: -57px -77px
}

.popup-application__form a:hover,
.page-rieltors__subscribe_form a:hover{
    text-decoration: underline;
}

.page-rieltors__join_left .left-box .left-links li a {
    color: #ed1b2f;
    text-decoration: underline
}

.page-rieltors__join_left .left-box .left-links li a span {
    color: #343434
}

.page-rieltors__join_left .left-box .left-links li a:hover {
    text-decoration: none
}

.page-rieltors__join_form {
    margin-left: 600px;
    background-color: #fff;
    padding: 31px 25px 30px
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rieltors__join_form {
        margin-left: 50%
    }
}*/

.page-rieltors__join_form .form-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px;
    letter-spacing: .05em
}

.page-rieltors__join_form .form-row {
    margin-bottom: 10px
}

.page-rieltors__join_form .form-row--necessarily {
    position: relative
}

.page-rieltors__join_form .form-row--necessarily:after {
    content: '*';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ed1b2f
}

.page-rieltors__join_form .form-row--necessarily-name:after {
    left: 45px
}

.page-rieltors__join_form .form-row--necessarily-email:after {
    left: 53px
}

.page-rieltors__join_form .btn-block .btn, .page-rieltors__join_form .btn-block input[type="submit"] {
    width: 100%;
    padding: 0;
    text-align: center
}

.page-rieltors__subscribe form {
    margin: 0;
}

li.pagination__inner_arrow a {
    padding: 10px !important;
}

.page-search__result_list li b {
    background-color: transparent;
    color: #ed1b2f;
}

.slick-slide {
    height: auto;
}

.logo-block__slider_item {
    height: 110px;
}

.page-rieltors__join_form {
    height: 400px;
}

.project-view__slider_item.slick-slide {
    *height: 233px;
}

.project-view__slider_item.slick-slide img {
    height: 233px;
    width: 350px;
}

.sitemap {
    margin-top: 100px;
}

.sitemap ul li {
    font-size: 16px;
    padding: 10px 0px;
}

.sitemap ul li ul li {
    width: 100%;
    font-size: 13px;
    padding: 5px 0 5px 35px;
    text-decoration: underline;

}

.sitemap ul li ul li:hover {
    text-decoration: none;
}

.sitemap ul li a {
    color: #343434;
    text-transform: uppercase;
}

.sitemap ul li ul li a {
    text-transform: initial;
    color: #999
}

.container.sitemap a {
    color: black;
}

.last-block__right_form .row-input button, .last-block__right_form .submit {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 !important;
    border: 0 !important;
    -moz-background-size: 1045px 1090px;
    background-size: 1045px 1090px;
    width: 21.68px !important;
    height: 14.68px !important;
    background-position: -140px -168px;
    cursor: pointer
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #343434 inset;
    -webkit-text-fill-color: #fff;
}

.liked-link:after, .liked-linktwo:after {
    left: 50%;
}

.filter__check_slide .filter__check_item {
    width: 150px;
}

.container.favorites {
    min-height: 570px;
}

.filter__line_value input {
    background: transparent;
    border: 0;
}

.filter__category .bx-filter-select-block {
    background-color: #f1f1f1;
    height: 50px;
}

.filter__content_params .bx-filter-select-text {
    padding-top: 8px;
}

.filter__content_params .bx-filter-select-arrow {
    top: 6px;
}

.fancybox-skin .filter__check_item .bx-filter-param-label.checked:after {

    background: red;
}

.about__team_item img {
    border-radius: 100%;
}

.filter__content .bx-filter-parameters-box-container {
    width: 315px;
    left: 50%;
    position: relative;
    margin-left: -160px;
}

.filter__content .bx-filter-parameters-box-container input {
    border-radius: 0;
}

.renttext {
    padding-bottom: 30px;
}

.hotback .elems__item_btn .btn-item {
	border-radius: 0;
	border: 1px dashed #000000 !important;
	color: #000000;
}
.hotback .elems__item_btn .btn-item:hover{
	border: unset !important;	
	color: #ffffff;
}
.hotback .elems__item_btn .btn-item.complitos{
	border: unset !important;
    position: relative;
}
.hotback .elems__item_btn .btn-item.complitos:before{
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background-image: url(/local/templates/.default/components/bitrix/catalog/liral/bitrix/catalog.section.list/.default/images/add_img.png);
	position: absolute;
	left: 5px;
	top: 19px;
}
.elems__item-wrap {
    margin-bottom: 41px;
}

.container .btn {
    border-radius: 0;
}

.reviewimg {
    padding-bottom: 25px;
    padding-right: 25px;
    width: 282px;
}

.container.memo {
    display: block;
    min-height: 500px
}

.container.memo .memoimg {
    max-width: 400px;
    float: left;
    padding-right: 30px;
}

.container.memo .memotext {
    max-width: 700px;
    float: left;
}

.page-client__section .faq__block.js-acc-block:nth-child(2) ul {
    list-style: initial;
    padding-left: 50px;
}

.page-client__section ul li {
    padding-bottom: 10px;
}

.faq-form.faq-form-success {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
    -webkit-text-fill-color: #333 !important;
}

.popup-application__form.success .popup-title, .popup-application__form.success .faq-form__message {
    text-align: center;
}

.popup-application__form.success img {
    position: relative;
    margin-left: -25px;
    left: 50%;
    padding-bottom: 20px;
}

/*@media (max-width: 1180px),  (max-device-width: 1180px) and (orientation: landscape) {
    .page-rieltors__subscribe_form .row-input {
        white-space: nowrap;

    }
}
*/
.page-rieltors__subscribe_form input {
    height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 50px;
    padding-left: 10px;
    border: 0;
    width: 100%;
    background-color: #f1f1f1;
    font-size: 14px;
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.page-item-two__elems_one .page-rieltors__subscribe_form input{
    max-width: unset !important;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.page-rieltors__subscribe_form .btn-block {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.page-rieltors__subscribe_form #asd_email-error {
    left: 25px;
    bottom: 0px;
    max-width: 150px;
    position: absolute;
}

.page-rieltors__subscribe_form #asd_name-error {
    position: absolute;
    left: 330px;
    bottom: 0;
    max-width: 150px;
    position: absolute;
}

.fancybox-skin {
    padding: 0 !important;
}

.fancybox-skin {
    border-radius: 0 !important;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.filter__check_item.new {
    height: 80px;
    padding: 28px 30px;
    color: #fff;
    font-size: 16px
}

.filter__check_item.new label {
    color: #fff;
}

.filter__check_item.new input:checked {
    background-color: #fff;
}

.filter__check_item.new input:checked label {
    color: #000;
}

.anchor {
    position: absolute;
    top: -120px;
}

.btn-block a {
    display: inline-block;
    vertical-align: top;
    background-color: #343434;
    padding: 0 30px !important;
    border: 0 !important;
    color: #fff;
    height: 50px !important;
    line-height: 50px !important;
    min-width: 150px;
    transition: all .3s linear;
    border-radius: 0 !important;
}

.btn-block a:hover {
    background-color: #ed1b2f;
    color: #ffffff;
}

.filter__top-line {
    margin-bottom: 40px;
}

.filter__check_slider .text {
    padding: 0 15px;
}

.filter__category.bx-filter-select-container {
    border: 0;
}

.filter__tabs {
    /*float: left !important;*/
}

.filter__top-line .filter__check_item input:checked + label:after {
    background: none;
}

.filter__check_item.new.selected {
    background-color: #fff;
}

.popup-window-content .bx-filter-param-label {
    display: block;
    color: #999;
    text-transform: none;
    line-height: 30px;
    padding-left: 10px;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 400;
}

.popup-window-content ul li {
    border: 0 !important;
    padding: 0;
    margin: 0;
}

.filter__content_params .bx-filter-select-arrow {
    top: 50%
}

.popup-window {
    margin-top: -4px;
}

.filter__line_value span {
    color: #343434;
}

.page-rieltors__subscribe #sucess {
    color: #3BC915;
}

#basket_items .btn.btn-item a {
    color: #343434;
}

#basket_items .btn.btn-item a:hover {
    color: #fff;
}

.elems__item-wrap .popup-close {
    cursor: pointer;
    z-index: 30;
}

.bx_ordercart_order_table_container {
    border: 0 !important;
}

.page-rieltors__subscribe_form .form-col:nth-child(3) {
    display: none;
}

.page-rieltors__subscribe.order .form-col {
    width: 300px;
}

.page-item-two__elems_one .page-rieltors__subscribe.order .form-col{
    width: 100% !important;
    margin-bottom: 17px;
}

.page-rieltors__subscribe.order .btn-block {
    margin-top: 0;
}

.page-item-two__elems_one .page-rieltors__subscribe.order .btn-block{
    margin: 0 auto;
    display: block;
    width: 188px;
}

.page-item-two__elems_one .page-rieltors__subscribe.order .btn-block input{
	color: #ffffff;
	font-size: 14px;
}

.page-rieltors__subscribe.order .page-rieltors__subscribe_left {
    height: 53px;
}

.page-item-two__elems_one .success p{
	text-align: center;
	color: #000000;
	font-size: 18px;
}

.page-item-two__elems_one .erors{
	text-align: center;
	color: red;
	font-size: 25px;
    margin-bottom: 21px;

}
.page-item-two__elems_one .page-rieltors__subscribe.order .page-rieltors__subscribe_left{
    display: none;
}

.page-rieltors__subscribe.order .page-rieltors__subscribe_form {
    background-color: #f3f0ed;
}

.page-item-two__elems_one .success{
    background-color: #f3f0ed;
    max-width: 651px;
    min-height: 443px;
    margin: 0 auto;
    padding-top: 157px;
    margin-top: 30px;
}

.page-rieltors__subscribe.order .page-rieltors__subscribe_form input:not([type=submit]) {
    background-color: #eae5e1;
}

.page-rieltors__subscribe.order .page-rieltors__subscribe_form {
    left: 400px;
}

.container.poryadok ul {
    list-style: inherit;
    padding-left: 40px;
}
.container ol li{list-style-type:decimal;}
/*.container ul li{list-style-type:disc;}*/

#spec .header_line{font-family: inherit; font-weight: 600; color: inherit; text-transform: uppercase; font-size: 15px;}

/*.container ul:not(.rent-offer__list){list-style-type:disc;margin-left:45px;    margin-bottom: 10px;}*/
.container ul:not(.rent-offer__list){list-style-type:none;/*margin-left:45px;    margin-bottom: 10px;*/}
.strong{font-weight:bold;}
.ulli li{list-style-type:disc;margin-left:45px;    }
.ulli{margin-bottom: 10px;}
.renttext.container h2{margin-top:10px;}
.page-title .container .h1{
	text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 35px;
    text-align: center;
    letter-spacing: .05em;
    font-family: OpenSans-Semibold, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}
ul.ul100{width:100%;}
.rent-offer__list_new.list-block_new{margin-bottom:20px;}
.rent-offer__list_new.list-block_new .rent-offer__list_new.list-block_new1{display: inline-block;vertical-align:top;position:relative;
    margin-bottom: 10px;    margin-right: 4px;}
.rent-offer__list_new.list-block_new .rent-offer__list_new.list-block_new1:nth-child(6){margin-right: 0px;}
.rent-offer__list_new.list-block_new .rent-offer__list_new.list-block_new1 .rent-offer__list_new.list-block_new1_link{text-align:center;    
position: absolute;
    width: 100%;
    background: #343434;
    bottom: 0px;
        height: 57px;
    padding-top: 8px;
    display: block;
}
.rent-offer__list_new.list-block_new .rent-offer__list_new.list-block_new1 .rent-offer__list_new.list-block_new1_link a{color:#fff;}
.rent-offer__list_new.list-block_new .rent-offer__list_new.list-block_new1 .rent-offer__list_new.list-block_new1_link{color:#fff;}

.rent-offer__list_new.list-block_new1:hover{cursor:pointer;}
.rent-offer__list_new.list-block_new1 .rent-offer__list_new_inner{display:none;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(52, 52, 52, .75);
        z-index: 11;

}
.rent-offer__list_new.list-block_new .rent-offer__list_new.list-block_new1:hover .rent-offer__list_new.list-block_new1_link{background: rgba(0, 0, 0, .75) !important;height: 100% !important;padding-top:60px;font-weight:bold;}

/*.rent-offer__list_new.list-block_new1:hover .rent-offer__list_new.list-block_new1_link{display: none;}
.rent-offer__list_new.list-block_new1 .rent-offer__list_new_inner .rent-offer__list_new_inner_link{color: #fff;font-weight:bold;}*/

.rent-offer__list_new.list-block_new1 .link_id_2,
.rent-offer__list_new.list-block_new1 .link_id_3,
.rent-offer__list_new.list-block_new1 .link_id_4,
.rent-offer__list_new.list-block_new1 .link_id_6
{padding-top:16px !important;}
.rent-offer__list_new.list-block_new1:hover .link_id_2,
.rent-offer__list_new.list-block_new1:hover .link_id_3,
.rent-offer__list_new.list-block_new1:hover .link_id_4,
.rent-offer__list_new.list-block_new1:hover .link_id_6
{padding-top:68px !important;}

.rent-offer__list_new.list-block_new1.other_block{
margin-right:0px !important;
    
cursor:pointer;
    height: 163px;
        width: 183px;
            text-align: center;
    background: #fff;
}
.rent-offer__list_new.list-block_new1.other_block a{

color: #343434;
    
        width: 183px;
        display: block;
            margin: 25% auto;
}
.poplozhad1{text-transform:uppercase;font-weight:bold;    font-size: 16px;}
.poplozhad1 a{margin:0 15px;color:#343434;    line-height: 20px;}

.agreement {font-size:12px; padding-top:10px; /*text-align:center;*/}


/*@media screen and (max-width:1024px){
.elems__item-wrap.obj{
    margin-right: 0px;
}
}*/

.sitemap.noupper a{
    text-transform: none;
}
.sitemap.noupper li{
list-style-type:disc;
}
.sitemap.noupper ul li ul li{
padding-left: 0px;
}
.sub-to-mail .error{
display: inline-block !important;
}
.sub-to-mail label.error{
top:0px;
}
.sub-to-mail .agreement{
    padding-top: 2px;
}
.coslLotPrice div{
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}
.subwayIcon{
    background: url(/images/m.png) no-repeat 0 center;
    padding: 0 0px 0 35px;
    width: 160px;
    display: inline-block;
}
.walkIcon{
    background: url(/images/w.png) no-repeat 0 center;
    padding: 0 20px 0 20px;
    margin-left: 20px;
}
.trolIcon{
    background: url(/images/t.png) no-repeat 0 center;
    padding: 0 20px 0 20px;
}
.bskFormInfo{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.filter__condition,.filter__room_class, .filter__floor,.filter__elevator{
    float: left;
    margin-right: 20px;
}
.filter__condition{
width:200px;
}
.filter__floor{
width:100px;
}
.filter__room_class{
width:140px;
}
.filter__elevator{
width:100px;
}
.filter__room_class .dropdown-header, .filter__condition .dropdown-header,.filter__floor .dropdown-header,.filter__elevator .dropdown-header {
    background-color: #f1f1f1;
}
.filter__room_class .dropdown-header span,.filter__condition .dropdown-header span,.filter__floor .dropdown-header span,.filter__elevator .dropdown-header span{
line-height: 50px;
    height: 50px;
    padding-left: 10px;
    width: 210px;
    overflow: hidden;
    padding-right: 14px;
}
.filter__floor .dropdown-header span{
    width: auto;   
}
/*@media (max-width:768px){
.aimg{
    width:100%;
}
}*/

.info_inner .ulli{
    font-family: OpenSans-Light, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kakul{

}
.kakul li{
    list-style-type: disc !important;
}
.sitemapUl .sitemap ul li a{
text-transform: lowercase;
display: block;
font-weight:normal;
    font-size: 14px;
}
.sitemapUl .sitemap ul li a:first-letter{
text-transform: uppercase !important;
}
.sitemapUl ul li{
font-size: 14px;
    padding: 3px 0px;
        padding-left: 0 !important;
        text-decoration:none !important;
}
.sitemapUl ul{
list-style-type:disc !important;
}
.sitemapUl .map-level-1{
padding-left:10px;
}


.zakkonc{
    text-align: right;
    margin-bottom: 10px;
}
.zakkonc a{
    display: inline-block;
    vertical-align: top;
    background-color: #343434;
    padding: 0 30px !important;
    border: 0 !important;
    color: #fff;
    height: 50px !important;
    line-height: 50px !important;
    min-width: 150px;
    transition: all .3s linear;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    white-space: normal !important;
}

#zakkonc .faq-form__title{
display:none;
}
#zakkonc .faq-form__desc{
    margin-bottom: 10px;
}
.blockrewmain{
    width:100%;
}


.about__clients-review .blockrewmain_slider {
    position: relative;
    margin-right: 20px;
}

.review_block_main .reviewimg{
    
}
/*.about__clients-review_block.review_block_main{
width:88%;
}*/

.about__clients-review.about__clients-review_main {
    padding: 50px 0 30px;
}
.logo-block_foot .logo-block
{
    margin: 30px 0 50px;
}
.socbut {
    margin-top:10px;
}
.map-level-2{
    padding-left: 10px;
}

.nostrong{
    font-weight: normal;
}
.renttext .poplozhad1 {
    text-transform: none;
    font-size: 14px;
    background: #DDDAD6;
    display: table;
    width: 100%;
    padding: 4px 0;
    margin: 20px 0 0;
}
.renttext .poplozhad1 a,.renttext .poplozhad1 span {
    margin: 0;
    color: #343434;
    line-height: 20px;
    font-weight: normal;
    display: table-cell;
    text-align: center;
    padding: 6px 0;
    border-right: 1px solid #bbb;
}
.renttext .poplozhad1 span{
    font-weight: bold;
}
.renttext .poplozhad1 a:last-child{
    border-right: 0;
}
.renttext .catSubLinks {
    text-transform: none;
    font-size: 14px;
    background: #fff;
    display: block;
    width: 100%;
    padding: 4px 0;
    margin: 5px 0 0;
}
.renttext .catSubLinks a {
    color: #343434;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    padding: 6px 18px;
    border-right: 1px solid #ddd;
}
.renttext .catSubLinks a:last-child{
    border-right: 0;
}
.renttext .catSubLinks a:hover,.renttext .poplozhad1 a:hover{
    text-decoration: underline;
}


.usbes{
    margin-top:5px;
    color: #999;
    font-size:12px;
}


@media (max-width:768px){
    .poplozhad1{
        display: flex !important;
        flex-wrap: wrap;
    }
    .poplozhad1 a,.poplozhad1 span{
        padding:5px !important;
    }
}


.logo-block_foot .logo-block-rand {
    margin: 30px 0 50px;
}
.logo-block-rand {
    height: 110px;
    overflow: hidden;
    margin: 100px 0 95px;
}


.logo-block__title-rand {
    font-size: 18px;
    line-height: 30px;
    float: left;
    width: 295px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 50px;
}
.blranitm .news-item{
    min-height:30px;
}
.news-list-rand a{
    color: #343434;
}
.news-list-rand{
    margin-left: 295px;
    padding-right: 1px;
    margin-right: -10px;
}

.logo-block-rand .container {
    position: relative;
}

@media (max-width: 767px)
{
     .logo-block-rand {
    margin: 2px 0 33px;
}
}

@media (max-width: 1024px)
{

.logo-block-rand {
    margin: 2px 0 68px;
    display: block;
}
.logo-block__title-rand {
    font-size: 24px;
    width: 340px;
    margin-top: -3px;
}
.news-list-rand {
    margin-left: 335px;
}
}

@media (max-width: 720px)
{

.logo-block__title-rand {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
}


@media (max-width: 525px)
{
    .logo-block__slider {
    margin-left: -4px;
    margin-right: -4px;
}
}

@media (max-width: 720px)
{
    .news-list-rand {
    margin-left: -10px;
}

 .logo-block-rand .slick-prev, .logo-block-rand .slick-prev:hover {
    left: auto;
    right: 30px;
    top: 12px;
}
.blranitm .news-item{
    padding:3px;
}
.logo-block-rand{
    height:auto;
}
.logo-block-rand .slick-next, .logo-block-rand .slick-next:hover {
    left: auto;
    right: 10px;
    top: 10px;
    /* width: 8px; */
    height: 21px;
    background-position: -988px -1011px;
} 
}

@media (max-width:600px){
.filter--home .filter__tabss.js-filter-radio li{
    position: relative;
}
.filter--home .filter__tabss.js-filter-radio li a:after{
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* background-size: 1045px 1090px; */
    width: 24px;
    height: 24px;
    /* background-position: -1021px -1072px; */
    z-index: 1;
    background-color: transparent;
    background-image: url("/images/1_5502878.png");
    display: block;
    content: '';
}
}
@media (max-width:450px){
    .filter--home .filter__tabss.js-filter-radio li a:after{
        left: 25%;
    }
}
@media (max-width:360px){
    .filter--home .filter__tabss.js-filter-radio li a:after{
        left: 20%;
    }
}


.thumb-wrap-youtube {
  position: relative;
  padding-bottom: 75%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  background-color: transparent;
  
}
.thumb-wrap-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.page-item__box .item-tabs li a.active.item-video:after
{
	background-image: url(/local/templates/liral/img/youtube.png);
	background-color: transparent; 
}
.item-video {
	
}


.youtube_icon{
	right:70px; 
	background-image: url(/local/templates/liral/img/youtube_1.png); 
	background-repeat:no-repeat;
	z-index: 13;
	position: absolute; 
	top: 10px; 
	background-position: right 5px bottom 5px;
	border-radius: 100%;
    border: 1px solid #fff;
	width: 33px;
	height: 33px; 
	background-color:red;
}

.elems__item_price {
    height: 45px;
}

.formCalc_row {
	clear: both;
    padding-top: 20px;
} 
.formCalc_pre_notes{
	
	float:left;
}
.formCalc_notes{
	font-size:12px;
	float:right;
}
.formCalc_name{
	float:left;
	width:200px;
	min-width:200px;
	margin-right:10px;
}
.formCalc_requared_input:before{
	top: 10px;
    float: left;
    left: 200px;
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    background-color: #ff5050;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: -8px;
}
.formCalc_input{
	width: 60px;
	padding-left: 7px;
}
#formCalc_message {
	margin-top: 20px;
	padding: 20px 0 24px;
    text-align: center;
    background: #f4f4f4;
}
.formCalc_message_square{
	margin-bottom: 4px;
    font-size: 28px;
    line-height: 36px;
}
.formCalc_message_notes{
	font-size: 14px;
    line-height: 22px;
}


.fixed_price{
	float:left;
	padding: 10px 40px;
	
}
.fixed-row{
	height:10px;
}
.fixed_desription{
	float:left;
	padding: 10px 40px;
	border-left-color: #f1eff0; 
    border-left-style: solid; 
    border-left-width: 2px;
}
.fixed_price_digit{
	font-size: 20px;
	font-weight: bold;
}
.fixed_price_descr{
	font-size: 12px;
	color: #bfbbbb;
}	
.fixed_metro{
	color: #bfbbbb;
}
.fixed_title_type{
	font-size: 18px;
	font-weight: bold;
}

.fixed-row-content{
	height:85px;
}

.popup-subtitle {
	letter-spacing: .05em;
    font-weight: bold;
    font-size: 16px;
}

.fixed-description{
	display:none; 
	z-index: -1; 
	position: fixed;
	max-width: 1170px; 
	margin: 0 auto; 
	padding: 0 50px;
	background-color: white;
}

.fixed-contact-phone{
	font-size: 18px;
    font-weight: bold;
}

.prod_tabs{
    margin: 20px 0;
}

.prod_tabs #trigg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.prod_tabs #trigg > li{
    background-color: #eae5e1;
    padding: 15px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    text-align: center;
    font-size: 1.1em;
    cursor: pointer;
}

.prod_tabs #trigg > li.active{
    border: 1px solid #d6d6d6;
}

.prod_tabs #blocks > li{
list-style-type: none;
display:none;
}

.prod_tabs #blocks > li.active{
display: block;
}

.prod_tabs #blocks ul.detail-page-tags li {
    width: 15%;
}

@media (max-width: 760px){
    .prod_tabs #trigg > li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        margin-bottom: 5px;
    }

    .prod_tabs #blocks ul.detail-page-tags li {
        width: 32%;
    }
}

@media (max-width: 330px){
    .prod_tabs #blocks ul.detail-page-tags li {
        width: 48%;
    }
}

.s_count{
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.prod_tabs .agreement{
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    color: #343434;
    padding-left: 25px;
    position: relative;
}

.detail-page-tags li.butt {
    vertical-align: bottom;
    background: #343434;
}

.detail-page-tags li.butt a {
    padding: 15px;    
}


.detail-page-tags li.butt a,
.detail-page-tags li.butt span {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.map-header{
    display: none;
	z-index:1000;
}



@media (min-width: 1200px) {
    .contact-address:hover .map-header{
    display: block;
    position: absolute;
    top: 38px;
    border: 2px solid #343434;
}
	.elems__item-wrap.LIST{
		float: left;
		display: block;
		width: 100%;
	}
	.youtube_icon.LIST{
		left:190px;
	}
	.liked-linktwo.LIST{
		left:230px;
	}
	.hotback.LIST{
		height: 180px;
	}
	.elems__item_img.LIST{
		float: left;
		width:24%;
	}
	.descript.LIST{
		display: inline-block;
		width: 50%;
		overflow: hidden;
	}
	.elems__item_btn.LIST{
		display: inline-grid; 
		float: right; 
		margin-top: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 770px) {
    .page-columns__sidebar .rent-application-new .rent-application__btn {
        margin: 5px auto;
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 700px) {
    .filter__content > div {
        float: none !important;
    }
}


.antikrizis {
        border: 4px solid #e82213; 
		border-radius: 20px; 
		width: 50%;  
		margin: 0 auto; 
		padding-left: 20px; 
		padding-right: 20px;
    }


@media (max-width: 700px) {
    .antikrizis {
        border: 4px solid #e82213; 
		border-radius: 20px; 
		width: 100%;  
		margin: 0 auto; 
		padding-left: 20px; 
		padding-right: 20px;
		margin-bottom:20px;
    }
}


.wrap_photo_icon{
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	padding: 7px 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,.65);
}

.photo_icon{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAABIklEQVR42qTTsUvDQBTH8Zc0rdRBRKFjBy0KriLuIi5ODo5dWwrtaHf/ELdObi6KglQQV3FwVMRJpVSoYFHExu/JDeF5xxX74BMS3t0vyV0Sp2kqSgP9gJaep0PyuE/D9Yip7NxERDaxgQiLWJBwldHBnb3uRqS9cFKSyaoXcygEBj3jKTAmb4JGnuYltrCCJazjwjN2JHYXdHUzi3lgr6vI4cwxvu8K+sJqZkcOM70aKvgcJ+gWs9hHW/UfUMC1Dkoc7/uGb+yhqHozZmEx0JNiR1DFBh07ele2t/yn41nsJubVK9yghPq4i23qA7tIsGaZ32cHQ1dQ9JsmMuf5Pk5wah7cflPbnnGvJuidk+kJf5Gh2bUje7fonyHmac9/BBgAgLXzb3DzRZEAAAAASUVORK5CYII=) no-repeat 6px;
	padding: 0 0 0 33px;
}


/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1487146768666 */
/* /local/templates/.default/components/bitrix/menu/top/style.css?1566466710581 */
/* /local/templates/.default/components/bitrix/catalog.compare.list/icon/style.css?15664666991265 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/header/style.css?15664667134229 */
/* /local/templates/.default/components/bitrix/sale.viewed.product/viewed_objects/style.css?1566466713220 */
/* /local/templates/.default/components/bitrix/breadcrumb/liral/style.css?1566466698563 */
/* /local/templates/.default/components/bitrix/catalog/liralarenda/style.css?1566466698697 */
/* /bitrix/components/bitrix/catalog.smart.filter/templates/.default/style.css?148714679618598 */
/* /bitrix/components/bitrix/catalog.smart.filter/templates/.default/themes/blue/colors.css?14871467964780 */
/* /local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section.list/.default/style.css?15664667617305 */
/* /local/templates/.default/components/bitrix/catalog/liralarenda/bitrix/catalog.section/.default/style.css?156646676127494 */
/* /bitrix/components/bitrix/catalog.bigdata.products/templates/.default/style.css?148714675831965 */
/* /bitrix/components/bitrix/catalog.bigdata.products/templates/.default/themes/blue/style.css?14871467584912 */
/* /local/templates/.default/components/bitrix/catalog.section/suggestion/style.css?156646670527637 */
/* /local/templates/.default/components/bitrix/menu/bottom/style.css?1566466710581 */
/* /local/templates/liral/styles.css?1566466008207 */
/* /local/templates/liral/template_styles.css?1624001065202871 */
