

/* Start:/local/templates/.default/components/bitrix/catalog/products-catalog-2018/style.css?17650253686985*/
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.card-product__alt-products-name{
	display: inline-block;
}

/* 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%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

a.fancybox:hover
{
	cursor: url("/local/templates/.default/components/bitrix/catalog/products-catalog-2018/zoomin.cur"), pointer !important;;
}

.catalog-sections-filter.fixed
{
	position: fixed;
	width: 100%;
	z-index: 100;
	margin: 0;
	background: #fff;
	top: 0;
	padding: 10px;
}

.catalog-sections-filter.fixed .name
{
	display: none;
}

.catalog-sections-filter .filter-block
{
	float: left;
	width: 20%;
	padding: 0 15px;
	position: relative;
}

.catalog-sections-filter
{
	margin: 35px 0;
	border-bottom: 1px solid #ebeef2;
	padding-bottom: 35px;
}

.catalog-sections-filter .filter-name
{
	color: #373e45;
	margin-bottom: 10px;
	font-family: GothamPro;
	font-size: 16px;
	font-weight: 300;
}
.catalog-sections-filter .name h1
{
	font-size: 22px;
	font-family: GothamPro;
	color: #373e45;
	margin-bottom: 30px;
}

.filter-block .ui-widget-header
{
	background: #00a653;
}
.filter-block .ui-widget.ui-widget-content
{
	background: #ebeef2;
	border: none;
}

.filter-block .ui-state-default
{
	background: #fff;
	border: 1px solid #c5c5c5;;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	top: -6px;
	outline: none;
}

.filter-block .ui-state-active
{
	background: #fff;
	border: 1px solid #c5c5c5;
}

.filter-block .ui-state-default:before
{
	content: '';
	background: #00a653;
	width: 12px;
	height: 12px;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: 4px;
	margin-left: 4px;
}

.filter-block .power-filter,
.filter-block .lightFlow-filter
{
	padding: 20px 30px 10px 30px;
}

.filter-block #power-filter-value,
.filter-block #lightFlow-filter-value
{
	padding-top: 7px;
	font-size: 12px;
	text-align: center;
}

.filter-popup-block-header
{
	border: 1px solid #d2d5d9;
	position: relative;
	width: 100%;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	padding-left: 8px;
	color: #8a9199;
	cursor: pointer;
}

.filter-popup-block-header:after {
	display: block;
	position: absolute;
	right: 15px;
	margin-top: -3px;
	width: 14px;
	height: 8px;
	background: url(https://econex-dev.aweb-dev.ru/local/templates/main/images/select_arrow.png);
	content: '';
	top: 50%;
}

.filter-popup-block-body
{
	position: absolute;
	top: 80px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	background: #fff;
	z-index: 100;
	width: 200px;
	min-height: 100px;
	display: none;
}

.filter-popup-block-body:before
{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 30px;
	box-sizing: border-box;
	border: 6px solid black;
	border-color: transparent transparent #fff #fff;

	transform-origin: 0 0;
	transform: rotate(135deg);
	box-shadow: -3px 3px 6px -1px rgba(0, 0, 0, 0.1)
}

.filter-position-text
{
	margin: 0 30px;
	font-size: 12px;
}

.filter-position-value
{
	padding: 0 20px;
	margin-bottom: 10px;
}
.filter-position-value .mdash
{
	text-align: center;
	color: #cfcfcf;
	padding: 0 5px;
}
.filter-position-value .text-block
{
	border: none;
	padding: 0;
	height: 23px;
	width: 55px;
	text-align: center;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 23px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
}

.filter-position-value > table
{
	margin-top: 10px;
	width: 100%;
}
.filter-position-value > table td
{
	text-align: center;
}
.filter-position-value > table td.last-block
{
	text-align: right;
	font-size: 12px;
}

.filter-position-value > table tr.title td
{
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}

.title a.download
{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	background: url("/local/templates/.default/components/bitrix/catalog/products-catalog-2018/download.png") no-repeat bottom;
	background-size: 20px;
}

.title a.download:hover
{
	background-image: url("/local/templates/.default/components/bitrix/catalog/products-catalog-2018/download-active.png");
}

.item-body .buttons .button
{
	width: 230px;
	height: 43px;
	line-height: 40px;
	padding:0;
	text-align:center;
	background:#fff;
}

.item-body .buttons .button.blue
{
	border: 2px solid #3e85d4;
	color:#3e85d4;
}

.item-body .buttons .button.green
{
	border: 2px solid #4fbd86;
	color:#4fbd86;
}

.item-body .buttons .button:hover
{
	background: transparent;
font-weight:bold;
}

.item-body .buttons .button.green
{
	background: transparent;
}

span.more-by-price
{
display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/.default/components/bitrix/catalog/products-catalog-2018/if_info_1930258.png);
    background-size: contain;
    background-position: 50% 50%;
cursor:pointer;
}
.get-price-btn {
  font-size: 16px;
  color: #0081de;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.01em;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dashed #0081de;
  cursor: pointer;
}

.get-price-btn:hover {
    text-decoration: none;
    border-color: transparent;
}
.get-price-form.get-discount-price span
{
	color: #00a756;
	font-size: 13px;
	border-bottom: 1px dotted #00a756;
}
.get-price-form.get-discount-price
{
	cursor:pointer;
	background: url("/local/templates/.default/components/bitrix/catalog/products-catalog-2018/get-element-price.png");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0 50%;
}

.get-price.modalbox .send-form
{
	width: 100%;
}
.get-price.modalbox input[type="text"],
.get-price.modalbox input[type="password"],
.get-price.modalbox textarea,
.get-price.modalbox .selectize-input
{
	border-color:#eeeeee;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}

.get-price.modalbox
{
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

h1.item-title
{
	margin: 0;
}

h4.append-elements
{
	margin-top: 30px;
}

img.expire
{
	width: 15px;
	height: 15px;
	position: absolute;
	margin-top: -2px;
	margin-left: 10px;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/products-catalog-2018/style.css?17650253686985 */
