/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.color-item {
	margin-bottom: 30px;
}

.color-item__title {
	font-size: 16px;
}

.color-item__image {
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;

	margin-bottom: 5px;
}

.color-item__image img {
	max-width: 100%;
}

.color-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.color-column {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;

	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.color-section-link {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.color-section-link__image img {
	max-width: 100%;
}

.color-section-link__title {
	background: rgba(108, 192, 73, .85);
	bottom: 0;
	color: #fff;
	display: block;
	margin: 0;
	left: 0;
	right: 0;
	padding: 10px 15px 10px;
	position: absolute;
}

@media (min-width: 576px) and (max-width: 767px) {

	.color-column {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

}

@media (max-width: 575px) {

	.color-column {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

}


/**
 * Для скрипта покраски
**/


.paint__zone {
	line-height: 1px;
	margin: 0 0 24px;
	position: relative;
}

.paint__zone img {
	width: 100%;
}

.js-paint-img_prev {
	position: absolute;
	left: 0;
	top: 0;
	opacity: .9;
}

.js-paint-img_new {
	position: relative;
	z-index: 2;
}

.paint__surface-item {
	display: none;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
	padding: 16px 20px 20px 37px;
	position: relative;
}

.paint__surface-item_active-color {
	padding: 7px 20px 12px 37px;
}

.paint__surface-color {
	background: #ebebeb;
	display: block;
	left: 0;
	height: 24px;
	margin: -12px 0 0;
	position: absolute;
	width: 24px;
	top: 50%;
}

.paint__surface-color::after {
	content: ' ';
	display: block;
	position: absolute;
	height: 24px;
	width: 24px;
	border: 1px solid rgba(111, 111, 111, .2);
}

.paint__surface-name {
	color: #000;
	display: block;
	font: 1em/1em Ubuntu, sans-serif;
}

.paint__surface-color_name {
	color: #b1b1b1;
	display: block;
	font: .875em/1em Ubuntu, sans-serif;
	margin-top: 3px;
}

.paint__surface-item_active .paint__surface-name {
	color: #6fbf4b;
}

.paint__colors-item {
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	position: relative;
}

.paint__colors-item-inner {
	background-size: cover;
	display: block;
	height: 64px;
	position: relative;
	width: 64px;
}

.paint__colors-item_active {
	transform: scale(1.1, 1.1);
	top: -1px;
	left: -1px;
	position: relative;
	z-index: 2;
}

.paint__colors-item_active::before {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.17),0px 16px 32px 0px rgba(0, 0, 0, 0.17);
	background: #fff;
	content: ' ';
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	display: block;
	position: absolute;
}

.paint__colors-tab {
	display: none;
}

/****** loaders ************/

.loader-light{position: absolute; left: 50%; top: 50%; margin: -14px 0 0 -14px;border-radius:100%;border:2px solid #fff;border-bottom-color:transparent;height:26px;width:26px;background:0 0!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}

@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}


.paint__zoom {
	cursor: pointer;
	display: block;
	background: rgba(0, 0, 0, .35);
	bottom: 16px;
	position: absolute;
	height: 35px;
	right: 16px;
	padding: 5px 0 0 5px;
	width: 35px;
}

.paint__zoom-svg {
	height: 29px;
	width: 29px;
	fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;
}

.svg-save {
	fill:none;
	stroke:#6fbf4b;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:2px;
	height: 27px;
	width: 31px;
}

.svg-email {
	fill:none;stroke:#6fbf4b;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;
	width: 27px;
	height: 19px;
}

.paint__actions {
	margin: 0 0 26px;
}

.paint__actions-item {
	cursor: pointer;
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 0 0 2px 39px;
	position: relative;
	text-decoration: none;
}

.paint__actions-item:hover span {
	border-color: #5cb036;
}

.paint__actions-item-save {
	padding: 5px 0 0 42px;
}

.paint__actions-item-ico {
	position: absolute;
	left: 0;
	top: 0;
}

.paint__actions-item span {
	border-bottom: 1px dashed #b2b2b2;
	color: #000;
	font: 1em/1em Ubuntu, sans-serif;
}

.paint__actions-item-email .paint__actions-item-ico {
	top: 2px;
}

.paint__actions {
	position: relative;
}

.paint__actions-item a {
	text-decoration: none;
}

.paint__actions-load {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.17), 0px 16px 32px 0px rgba(0, 0, 0, 0.17);
	font: 1em/1em "Ubuntu",Arial,sans-serif;
	padding: 8px 25px 7px 10px;
	position: absolute;
	margin: 5px  0 0;
	top: 100%;
	z-index: 3;
	right: -10px;
	width: 100px;
}

.paint__actions-load a {
	color: #000;
	border-bottom: 1px solid #b2b2b2;
	text-decoration: none;
}

.paint__actions-load a:hover {
	border-color: #6fbf4b;
}

.paint__actions-load .svg-close {
	cursor: pointer;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.button-select {
	cursor: pointer;
	display: inline-block;
	margin: 0 13px 20px;
    min-width: 270px;
	position: relative;
}

.button-select__title {
	background: #fff;
	border: 1px solid #cbcbcb;
	cursor: pointer;
	font: .875em/1em "Ubuntu",Arial,sans-serif;
	padding: 10px 35px 10px 38px;
	position: relative;
}

.button-select__title::after {
    border: 5px solid #c1c1c1;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: ' ';
    height: 0px;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 0px;
}

.button-select__list {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-top: 0;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    max-height: 320px;
    overflow: auto;
    top: 100%;
    width: 100%;
    z-index: 3;
}

.button-select_active .button-select__list {
    display: block;
}

.button-select__item {
    cursor: pointer;
    font: .875em/1em "Ubuntu",Arial,sans-serif;
    padding: 10px 15px 11px;
}

.button-select__item:before {
	content: '';
}

.button-select__item:hover {
    background: #cbcbcb;
}

.button-select__item_active, .button-select__item_active:hover {
    background: #d7d7d7;
}

.button-select_paint {
	margin: 0 0 20px;
	min-width: 270px;
}

.button-select_paint .button-select__title {
	padding-left: 38px;
	position: relative;
}

.button-select_paint .button-select__item {
	padding-left: 38px;
	position: relative;
}

.button-select_paint .paint__surface-color {
	left: 6px;
}

@media screen and (min-width: 768px) {
	.paint__zone {
		float: left;
		margin: 0 2% 32px 0;
		width: 70%;
	}

	.paint__surface {
		border-top: 1px solid #dedede;
		float: right;
		width: 28%;
	}

	.paint__surface-item {
		display: block;
	}
	
	.button-select_paint {
		display: none;
	}
}

@media screen and (min-width: 1366px) {
	.paint__zone {
		width: 66%;
	}
	
	.paint__surface {
		width: 32%;
	}
}

@media screen and (min-width: 1500px) {
	.popup__city-region-name {
		font: 1.5em/1.125em "Ubuntu",Arial,sans-serif;
	}
	
	
	.paint__zone {
		width: 70%;
	}
	
	.paint__surface {
		width: 28%;
	}
}

.overlay {
	background: rgba(255, 255, 255, .5);
	bottom: 0;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 111;
}

.popup {
	display: none;
	left: 20%;
	max-width: 400px;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 9999;
	max-width: 440px;
	box-sizing: content-box;
}

.popup__inner {
	background: #fff;
	border-left: 0;
	border-right: 0;
	position: relative;
}

.field_error {
	border-color: #fa5420 !important;
}

.popup__close {
    border-radius: 0;
	cursor: pointer;
	display: block;
    height: 14px;
    margin: 0;
    position: absolute;
    width: 14px;
	right: 16px;
	top: 14px;
    opacity: 1;
}

.popup__close:after {
	background: url(/bitrix/templates/aspro_next/css/../images/svg/close_icons.svg) -1px -46px;
	content: ' ';
	display: block;
    height: 14px;
	width: 14px;
}

.popup__close:hover {
    background-color: #6cbf46;
}

.popup__close:hover:after {
    background-position: -30px -46px;

}

.popup__title {
	color: #383838;
    line-height: 28px;
	font-size: 1.866em;
    font-weight: bold;
    margin: 0 0 12px;
}

.popup__text {
	color: #000;
	font: 1em/1.25em "Ubuntu",Arial,sans-serif;
	margin: 0;
}

.brands_slider_wrapp .flex-viewport {
	height: auto;
}

.front.wide_page .brands_slider_wrapp {
	max-height: none;
}

@media (min-width: 992px) {

	.top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li td:not(.bg),
	.top_slider_wrapp .flexslider .slides>li .banner_bg {
		height: 358px;
	}

}

.logo-row .logo {
	max-width: 100%;
}

.item-title__de {
    color: #a0a0a0;
    display: block;
    font-weight: normal;
    margin: 5px 0 0;
}

.color-line__title {
	font-size: 1.6em;
	line-height: 24px;
	margin: 0 0 5px;
}

.color-line__title-de {
	color: #a0a0a0;
	display: block;
	font-weight: normal;
	margin: 0 0 5px;
}

.color-line__description {
	line-height: normal;
	margin-bottom: 10px;
}

.product-h1-sub {
    color: #a0a0a0;
    font-size: 18px;
    margin: -15px 0 15px;
}

@media (max-width: 600px) {

	.product-h1-sub {
		text-align: center;
		padding-right: 45px!important;
	}

}
