

/* Start:/local/templates/radadoors_adaptiv/css/grid.css?17605763197550*/
content {
	display: grid;
	margin-left: 250px;
	justify-items: stretch;
	overflow: hidden;
	position: relative;
}

html {
	background-color: rgb(248, 248, 248);
}

.full_width {
	grid-column: 1 / -1;
}

a {
	text-decoration: none;
	color: inherit;
}

seo_block wrap_cover {
	background-color: rgba(40,40,40, 0.9);
	color: white;
	opacity: 1;
	width: 100%;
	height: 100%;
}

slide_description {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(20,20,20, 0.4);
	left: 0;
	right: 0;
	bottom: 15px;
	color: white;
	grid-column: span 2 / -1;
	grid-row: 1 / 2;
}

slide_description h2 {
    font-family: 'MuseoSansCyrl300';
    font-size: 16px;
    font-weight: normal;
    margin: 5px 29px 5px 29px;
}

slide_description p {
	font-family: 'MuseoSansCyrl300';
    font-size: 12px;
	font-weight: 200;
	margin: 5px 29px 5px 29px;
}

slide_description button {
	background: none;
	border: none;
	cursor:pointer;
}


slide_description img {
	margin: 5px 15px 5px 15px;
	height: 40px;
}

slide_description div {
	flex: 1 1 auto;
	margin: 5px 15px 5px 15px;
}


seo_block wrap_cover p {
	margin: 30px 60px 30px 35px;
}


.description_line {
	position: relative;
	left: 80%;
	width: 30%;
	border-bottom: 1px solid grey;
	height: 30px;
}

main_slider {
    height: 80vh;
    max-height: 600px;
    background-size: cover;
    background-position: center;
    display: block;
}

.slider.single-item
{
	grid-column: span 2 / -1;
    height: 80vh;
    max-height: 600px;
	display: block;
}

.heading {
	font-family: 'Georgia';
    font-size: 26px;
	font-weight: normal;
    text-transform: uppercase;
	margin: 15px 35px 15px 35px;
}

/*p {
	margin: 5px 0 5px 10px;
    font-size: 14px;	
	font-weight: 400;
}*/

promo_headline {
	background-color: rgb(250, 250, 250);
}

.line_bottom {
	width: 100px;
	height: 50px;
	border-bottom: 1px solid black;
}

promo_headline p, comment_headline p{
	margin: 0 60px 30px 35px;
}

promo_picture {
	min-height: 60vh;
	width: 100%;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/promo.jpg");
	background-size: cover;
	background-position: left center;
}





section_picture {
	height: 320px;
}

section_picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}




why_rd {
	display: grid;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/why_rd.jpg");
	background-size: cover;
	background-position: center;
	color: white;
	}

why_rd .line_bottom {
	border-bottom: 1px solid white;
	}

advantage {
	height: 250px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

advantage:hover default_block {
	display: none;
}

default_block {
	display: grid;
	grid-template-columns: min-content;
	grid-template-rows: 1fr 1fr;
	justify-content: center;
	justify-items: center;
	align-content: stretch;

}

default_block img {
	height: 80px;
	align-self: end;
	border-bottom: 1px solid white;
	width: 150px;
	margin-top: 50px;
}

default_block h4 {
    text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin: 10px 0 10px 0;
}

hover_block {
	display: none;
}

advantage:hover hover_block {
	display: grid;
	height: 300px;
	width: 300px;
	align-content: center;
}

hover_block {
	background-color: rgb(40, 40, 40);
	justify-self: center;
	align-self: center;
	background-color: rgb(248, 248, 248);
	border: 3px solid rgb(179, 151, 114);
	background-size: 60px;
	background-position: right top;
	background-repeat: no-repeat;
}

hover_block h4 {
	color: rgb(179, 151, 114);
    text-transform: uppercase;
	margin: 30px 30px 5px 30px;
	font-size: 14px;

}

hover_block p {
	color: black;
	font-size: 12px;
	margin: 0 30px 30px 30px;
}





.quad_frame {
	width: 160px;
	height: 160px;
	border: 3px solid rgb(179, 151, 114);
	margin: 50px auto 50px auto;
	text-align: right;
	transition: all 0.3s ease;
}

.quad_frame span {
	display: block;
    text-transform: uppercase;
	margin: 25px 0 0 40px;
	font-size: 18px;
	text-align: left;
}

.quad_frame img {
	display: block;
	margin: 25px 0 0 50px;
	margin: 10px 5px 0 115px;
	height: 30px;
	width: auto;
}

.quad_frame:hover {
	background-color: rgb(229, 228, 226);
}


comment {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
	width: 100%;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/Comment-background.jpg");
	background-size: cover;
	background-position: center;
}

comment button {
	background: none;
	border: none;
	cursor:pointer;
}

comment img {
	height: 60px;
	width: auto;
	margin: 0 5px 0 5px;
}

comment div {
	max-width: 500px;
	margin: 0 20px 0 20px;
}

comment h3 {
	margin: 20px 0 0 0;
	font-size: 22px;
}

comment span {
	font-family: 'Georgia';
    font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-style: italic;
	color: rgb(179, 151, 114);
}

comment p {
	margin: 0 0 20px 0;
}

.ymaps {
	height: 80vh;
	max-height: 600px;
	background-position: center;
}

body .breadcrumbs {
	position: relative;
	top: 23px;
	left: 35px;
	right: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	width: calc(100vw - 250px - 45px);
	list-style-type: none;
}

body .breadcrumbs li span, body .breadcrumbs li a span {
	text-transform: lowercase;
	white-space: nowrap;
}

body .breadcrumbs li:last-child {
	color: rgb(179, 151, 114);
}

body .breadcrumbs li:not(:first-child):before {
    color: #000;
    content: "/";
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

body .breadcrumbs li:not(:first-child) span[itemprop="item"], body .breadcrumbs li:not(:first-child) a[itemprop="item"] {
	padding-left: 12px;
}

body .breadcrumbs li:first-child {
    margin-right: 7px;
}

body .breadcrumbs li.last_item {
    margin-left: 7px;
}

@media screen and (max-width: 500px) {	
	content, catalog, why_rd, .slider.single-item  {
		grid-template-columns: 1fr;
	}
	.slider.single-item {
		grid-column: span 2 / -1;
	}
	promo_headline, seo_block, comment_headline {
		grid-column: span 2 / -1;
	}	
	promo_picture, comment, where {
		grid-column: span 2 / -1;
	}
	catalog {
		display: grid;
		grid-column: span 2 / -1;
	}
	a:nth-child(even) catalog_category > section_picture {
		grid-row-start: auto;
	}
	.vert_line {
		margin-bottom: 15px;
	}
	.vert_line {
		margin: 35px 0 -40px 20px;
		padding: 0 0 60px 0;
	}
	h1 {
		font-size: 24px;
	}
	catalog_category h3 {
		margin: 0 35px 5px 15px;
	}
	.vert_line p {
		display: none;
	}
	slide_description {
		grid-row: 2 / 3;
	}
	why_rd {
		display: none;
	}
}

@media screen and (min-width: 500px) and (max-width: 1300px) {	
	content, catalog, why_rd {
		grid-template-columns: repeat(2, 1fr);
	}
	promo_headline, seo_block, comment_headline {
		grid-column: 1 / -1;
	}
	promo_picture, comment {
		grid-column: 1 / -1;
	}
	h1 {
		font-size: 34px;
	}
	h3 {
		font-size: 18px;
	}
	slide_description {
		grid-row: 2 / 3;
	}
}

@media screen and (min-width: 1300px) and (max-width: 2000px) {	
	content, catalog, why_rd {
		grid-template-columns: repeat(3, 1fr);
	}
	promo_headline, comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, comment {
		grid-column: 2 / -1;
	}
	seo_block {
		grid-column: 1 / -3;
	}
}

@media screen and (min-width: 2000px)  {	
	content, catalog, why_rd {
	grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
	}
	promo_headline, comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, comment {
		grid-column: 2 / -1;
	}
	seo_block {
		grid-column: 1 / -3;
	}
}

@media screen and (max-width: 1100px)
{
	body .breadcrumbs {
		width: calc(100vw - 25px - 45px);
	}
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/buyers-category.css?17605739572141*/
content {
	display: grid;
	grid-template-columns: 	1fr;
	margin-left: 250px;
	justify-items: stretch;
	overflow: hidden;
}




/*   ======= SEO BLOCK ========    */

h1 {
	font-family: 'Georgia';
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 35px 5px 35px;
}

h3 {
	font-family: 'Georgia';
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 5px 10px 0px;
}

seo_block p {
	margin: 5px 25px 25px 35px;
	font-size: 14px;
	font-weight: 400;
	max-width: 500px
}






/*   ======= INFORM BLOCK ========    */


.inform_block {
	display: grid;
	/*grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));*/
	grid-template-columns: repeat(auto-fill, minmax(462px, 1fr));
	justify-content: center;
	justify-items: center;
	/*border: 1px solid red;*/
	margin-top: 30px;
	margin-left: 10px;
}

/*.inform_article {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 200px;
	margin-bottom: 50px;
}*/
.inform_article {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 352px;
    margin-bottom: 77px;
}

.inform_article img {
	width: 100%;
}

.inform_article span {
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}





/*   ======= МЕДИА ЗАПРОСЫ ========    */

@media screen and (min-width: 1000px) {
	.inform_block {
		/*grid-template-columns: repeat(3, 280px);*/
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 26px;
	}
}

@media screen and (max-width: 400px) {
	.breadcrumbs {
		top: 22px;
		left: 35px;
		font-size: 12px;
		width: calc(100vw - 25px - 45px);
	}
}

@media screen and (max-width: 340px) {
	.breadcrumbs {
		top: 22px;
		left: 35px;
		font-size: 10px;
		width: calc(100vw - 25px - 45px);
	}
	.breadcrumbs span {
		margin: 0 2px 0 2px;
	}
}


.inform_article .date {
	color: rgb(150,150,150);
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 8px;
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/select2.min.css?150984293515196*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/radadoors_adaptiv/components/bitrix/system.pagenavigation/radadoors/style.css?1470462404344*/
.text_pagenav
{
	text-align: center;
	margin-bottom: 42px;
}
.text_pagenav a, .text_pagenav span
{
	font-family: "PFBeauSansProLight";
    font-size: 9pt;
    padding-left: 9px;
    padding-right: 9px;
    font-weight: bold;
}
.text_pagenav a
{
	color: #797979;
	text-decoration:none;
}
.text_pagenav span
{
	color: #FFF;
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/style.css?17085482737322*/
seo_block h1
{
    text-align: center;
	margin: 53px 35px 69px 35px;
}
content .inform_block 
{
	min-height: calc(100vh - 316px);
    grid-template-columns: repeat(3, 342px);
	margin: 0 auto;
}
.inform_block .inform_article img {
    width: calc(100% - 44px);
	min-height: 204px;
}
.inform_block .inform_article span {
    text-transform: none;
    font-size: 14pt;
    text-align: center;
    margin-top: 17px;
    width: calc(100% - 44px);
}

.empty_result {
    margin: 0 auto;
    font-size: 20px;
}

 .container {
	padding-top: 20px;
}
.select2-selection__choice__remove {
	display: none !important;
}
label {
	margin-left: 0px;
	display: inline-block;
	margin-bottom: 0px;
}

.filter_block {
    display: grid;
    grid-template-columns: repeat(6, 165px);
    margin: 0 auto 49px;
	grid-template-areas:
  "o p c m i co"
  "f f f f f f";
}
.filter_block .filter_item.objects
{
	grid-area: o;
}
.filter_block .filter_item.products
{
	grid-area: p;
}
.filter_block .filter_item.coating
{
	grid-area: c;
}
.filter_block .filter_item.model
{
	grid-area: m;
}
.filter_block .filter_item.impl
{
	grid-area: i;
}
.filter_block .filter_item.color
{
	grid-area: co;
}
.clear_filter
{
	grid-area: f;
	text-align: right;
}
.clear_filter .btn_clear_filter
{
	background: transparent;
    border: 0px;
    cursor: pointer;
    text-decoration: underline;
	margin-top: 12px;
}
.filter_block .filter_item
{
	border: 1px solid #898989;
    margin-right: 33px;
    padding: 9px 25px 9px 15px;
	color: #010101;
	background: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/arrow_close.png') no-repeat;
	background-position: calc(100% - 8px);
	cursor: pointer;
	position: relative;
}
.filter_block .filter_item.impl
{
	margin-right: 0px;
}
.filter_block .filter_item.color
{
	margin-right: 0px;
	margin-left: 32px;
}
.filter_block .filter_item.open
{
	background: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/arrow_open.png') no-repeat;
	background-position: calc(100% - 8px);
	border: 1px solid #b9a184;
	background-color: #b9a184;
	color: #ffffff;
}

.filter_block .filter_item .inner_block
{
	position: absolute;
    background: #FFF;
    color: #000;
    width: 292px;
    left: 0px;
    top: 54px;
    box-shadow: 3px 5px 8px #CCC;
    padding: 20px 24px 25px 24px;
    border: #e3e3e3;
	display: none;
}
.filter_block .filter_item.open .inner_block
{
	display: block;
}

.filter_block .filter_item .inner_block .checkbox {
    margin-bottom: 19px;
}

.filter_block .filter_item .inner_block .btn_filter
{
	background-color: #b9a184;
    border: 0px;
    width: 100%;
    color: #FFF;
    padding: 13px 10px;
	cursor: pointer;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}
.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 0px;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/checkbox.png');
}
.custom-checkbox:checked+label::before {
	background-image: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/checkbox_active.png');
}


.filter_block .filter_item.disable
{
	background-color: #eee;
}




.filter_block .filter_item .inner_block .scroll_block {
    height: 146px;
    margin-bottom: 33px;
}

.filter_block .filter_item .inner_block .scroll_block {
  overflow-y: scroll;
  background-color: #ffffff;
}

.filter_block .filter_item .inner_block .scroll_block::-webkit-scrollbar {
    width: 7px;
}

.filter_block .filter_item .inner_block .scroll_block::-webkit-scrollbar {
  width: 8px;
}

.filter_block .filter_item .inner_block .scroll_block::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9d9d9c;
}

.filter_block .filter_item .inner_block .scroll_block::-webkit-scrollbar-track {
  border-radius: 10px;
}

.mobile_filter_block
{
	display: none;
}


@media screen and (max-width: 1300px)
{
	content .inform_block {
		grid-template-columns: repeat(2, 342px);
	}
}

@media screen and (max-width: 1275px)
{
	.filter_block {
		display: none;
	}
	.mobile_filter_block
	{
		display: block;
		padding: 0px 26px;
		margin-bottom: 55px;
	}
	.mobile_filter_block .show_filter
	{
		padding: 9px 52px 9px 28px;
		font-size: 19px;
		background: transparent;
		border: 1px solid #9d9d9c;
		background: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/filter.png') no-repeat;
		background-position: calc(100% - 21px);
	}
	.mobile_filter_block.open .inner_filter_block
	{
		display: block;
	}
	.mobile_filter_block .inner_filter_block
	{
		display: none;
		position: absolute;
		background: #FFF;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
	}
	.mobile_filter_block .filter_title
	{
		border-bottom: 1px solid #9d9d9c;
		display: grid;
		height: 86px;
		grid-template-columns: calc(100% - 56px) 56px;
		align-items: center;
	}
	.mobile_filter_block .filter_label
	{
		margin-left: 31px;
		font-size: 21px;
	}
	.mobile_filter_block .filter_close
	{
		background: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/close.png') no-repeat;
		border: 0px;
		width: 22px;
		height: 23px;
		background-size: 22px;
	}
	.mobile_filter_block .filter_item
	{
		margin: 23px 26px 0px 32px;
		font-size: 21px;
		border-bottom: 1px solid #9d9d9c;
		padding-bottom: 23px;
		background: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/big_arrow_close.png') no-repeat;
		background-position: calc(100% - 8px) 8px;
		cursor: pointer;
	}
	.mobile_filter_block .filter_item.open
	{
		background: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/big_arrow_open.png') no-repeat;
		background-position: calc(100% - 8px) 8px;
	}
	.mobile_filter_block .btn_filter, .mobile_filter_block .btn_clear_filter {
		background-color: #b9a184;
		border: 0px;
		width: calc(100% - 62px);
		color: #FFF;
		padding: 13px 10px;
		cursor: pointer;
		margin: 32px 31px;
	}
	
	.mobile_filter_block .btn_clear_filter {
		margin: 24px 31px 31px 32px;
		border: 1px solid #9d9d9c;
		background: #FFF;
		color: #000;
	}
	
	.mobile_filter_block .btn_filter
	{
		margin-top: 32px;
		margin-bottom: 0px;
	}

	.mobile_filter_block .filter_item.disable
	{
		color: #CCC;
	}

	.mobile_filter_block .inner_block
	{
		margin-top: 12px;
	}
	
	.mobile_filter_block .custom-checkbox+label::before {
		content: '';
		display: inline-block;
		width: 24px;
		height: 24px;
		flex-shrink: 0;
		flex-grow: 0;
		border: 0px;
		margin-right: 0.5em;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/big_checkbox.png');
	}
	
	.mobile_filter_block .custom-checkbox+label {
		font-size: 17px;
		margin-top: 12px;
	}
	
	.mobile_filter_block .custom-checkbox:checked+label::before {
		background-image: url('/local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/images/big_checkbox_active.png');
	}
	
	.mobile_filter_block .filter_item .inner_block
	{
		display: none;
	}
	.mobile_filter_block .filter_item.open .inner_block
	{
		display: block;
	}
}

@media screen and (max-width: 707px)
{
	content .inform_block {
		grid-template-columns: repeat(1, 342px);
	}
}

@media screen and (max-width: 400px)
{
	seo_block h1 {
		text-align: left;
		margin: 22px 24px 50px 25px;
	}
}
/* End */
/* /local/templates/radadoors_adaptiv/css/grid.css?17605763197550 */
/* /local/templates/radadoors_adaptiv/css/buyers-category.css?17605739572141 */
/* /local/templates/radadoors_adaptiv/css/select2.min.css?150984293515196 */
/* /local/templates/radadoors_adaptiv/components/bitrix/system.pagenavigation/radadoors/style.css?1470462404344 */
/* /local/templates/radadoors_adaptiv/components/bitrix/news.list/projects_new/style.css?17085482737322 */
