

/* 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/search.css?16975716187458*/
content {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-template-rows: min-content 1fr;
	height: 100vh;
	margin-left: 250px;
	justify-items: stretch;
	overflow: auto;
}





/*   ======= 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: 20px;
	font-weight: normal;
	margin: 30px 0 0 5px;
    text-transform: uppercase;
}









/*   ======= LIST BLOCK ========    */

.list_block {
	margin: 30px;
	grid-row-start: 2;
	/*margin-left: 60px;*/
	/*margin-top: 50px;*/
	font-family: 'MuseoSansCyrl300';
    font-size: 12px;
	font-weight: 400;
	/*border: 1px solid red;*/
}


.second_list option {
	color: black!important;
}

.second_list {
	color: grey;
}

.shops_list {
	grid-row-start: 3;
	margin-left: 60px;
	/*margin-top: 50px;*/
	font-family: 'MuseoSansCyrl300';
    font-size: 12px;
	font-weight: 400;
	overflow-y: auto;
}

.shop {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 40px; 
	margin-left: 30px;
	max-width: 340px;
}

.shop span {
	text-decoration: underline;
}

.shop img {
	height: 20px;
	width: auto;
	margin-right: 10px;
}

.list_block .select_block {
	width: 180px;
	margin: 20px 0px 20px 20px;
}

/*   ======= MAP BLOCK ========    */

#ymaps-offices {
	grid-row: 1 / -1;
	grid-column: 2 / -1;
	height: 100vh;
	transition: all 1s ease;
	/*position: fixed;*/
}

#ymaps-offices img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#ymaps-offices .close_button {
	display: none;
}

#ymaps-offices.map_open {
	left: 25px;
}










@media screen and (max-width: 750px) {	
	
	content {
	grid-template-columns: 100vw;
	}

	h1 {
		font-size: 26px;
	}
	.list_block {
		margin: 10px 10px;
	}
	.shops_list {
	margin-left: 20px;
	}
		.shop {
		margin-left: 20px;
	}
	
	.list_block {
		margin: 10px 10px;
	}
	
	.list_block select {
		margin: 20px;
	}
	
	.shop {
		margin-left: 20px;
	}
}

@media screen and (min-width: 1366px) {	
	content {
		grid-template-columns: 1fr 2fr;
	}
}








div.search-item
{
	padding: 24px 0px 27px 0px;
}
div.search-item:hover
{
	background: linear-gradient(to right, #f8f8f8, #ebebeb);
}
div.search-item h4
{
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
div.search-item h4 a
{
	text-decoration: none;
	color: #baa164;
	font-family: "PFBeauSansProLight";
	font-size: 16.6pt;
}
.res_not_found
{
	text-align: center;
	font-family: "PFBeauSansProLight";
	font-size: 11.6pt;
	margin-top: 195px;
}
.res_not_found font.notetext
{
	color: #000;
}
div.search-item h4 img { border:0px;vertical-align:middle;}
div.search-item h4 span { vertical-align:middle;text-decoration:underline;}
div.search-result { margin: 0;}
div.search-preview
{
	font-family: "PFBeauSansProLight";
	font-size: 10.9pt;
}

div.search-item-meta { margin: 1em 0 0 0; overflow: hidden; zoom: 1;}
div.search-item-rate { float: left; margin: -3px 6px 0 0;}
div.search-item-tags { float: left; }
div.search-item-date { float: right;}

div.search-page input.search-query
{
	width: calc(100% - 105px);
	border: 0px;
	font-family: "PFBeauSansProLight";
	font-size: 10.9pt;
	background: #eaeaea;
	color: #9c9c9c;
	float: left;
	padding: 6px 20px 6px 20px;
}
div.search-page input.search-suggest {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-button
{
	float: left;
	background: url('/local/templates/radadoors_adaptiv/css/../images/search_arrow.png') no-repeat center #c7b177;
	border: 0px;
	height: 29px;
	width: 64px;
	cursor: pointer;
}
.search-result-count
{
	margin: 0;
	text-align: center;
	font-family: "PFBeauSansProLight";
	font-size: 11.6pt;
	margin-top: 32px;
}
.border_res_count
{
	border-bottom: 1px solid #000;
	width: 117px;
	padding-top: 32px;
	margin: 0 auto 33px auto;
}
div.search-filter h2 { margin:1em 0 0.5em; border: none;}
table.search-filter { width: 100%;  margin-top: 0.5em;}
table.search-filter td { padding: 1em; border-top: 1px solid;}
td.search-filter-name { width: 10%; text-align: right;}
td.search-filter-field { width: 50%;}

table.search-filter input.input-field { border: 1px solid; font-size:1.3em; }
table.search-filter select.select-field {border: 1px solid; font-size:1.2em; }

div.search-sorting { margin: 0.5em 0;}
div.search-sorting b { padding: 0.2em 0.3em 0.3em ; font-weight: normal;}
/* COLORS */
div.search-advanced, div.search-item-meta, div.search-item-meta a { color: #8a8a8a; }
div.search-sorting b { background: #e8e9ec; }

.search-item-rate {font-size: 11px;}
.serch_input_block
{
	width: 643px;
	position: relative;
	margin: 0 auto;
}
.search_item_border
{
	border-bottom: 1px solid #000;
	width: 113px;
}
a.go_to_section
{
	color: #9c9c9c;
	text-decoration: none;
	font-family: "PFBeauSansProLight";
	font-size: 9.6pt;
	background: url(/local/templates/radadoors_adaptiv/css/images/arrow_item.png) no-repeat right;
	padding-right: 52px;
	margin-right: 21px;
	float: right;
	margin-top: 5px;
	display: none;
}
div.search-item:hover a.go_to_section
{
	display: block;
}
.search-item .name_block
{
	position: relative;
}
.search-item .name_block h4
{
	float: left;
}
.left_container ul.menu_block.dop_menu_block, .left_container .menu_block.ext
{
	border-top: 1px solid transparent;
}
.is_dmin .left_container ul.menu_block.dop_menu_block, .left_container .menu_block.ext
{
	border-top: 0px;
}
.list_block {
	grid-column-start: 2;
	grid-column-end: 7;
}

h1 {
	font-family: 'Georgia';
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 35px 79px 35px;
}

body .search-preview b, body .search-preview strong
{
	font-weight: bold;
}

@media screen and (max-width: 1300px) and (min-width: 500px) {
	body content {
		grid-template-columns: repeat(10, 1fr);
	}
	.list_block {
		grid-column-start: 2;
		grid-column-end: 10;
	}
}

@media screen and (max-width: 2000px) and (min-width: 1300px) {
	body content {
		grid-template-columns: repeat(7, 1fr);
	}
}

@media screen and (max-width: 1300px) {
	.serch_input_block {
		width: 77%;
	}
}

@media screen and (max-width: 450px) {
	body .text_pagenav a, body .text_pagenav span {
		font-family: "PFBeauSansProLight";
		font-size: 10pt;
		padding-left: 1px;
		padding-right: 1px;
		font-weight: normal;
	}
}

@media screen and (max-width: 500px) {
	content
	{
		grid-template-columns: repeat(17, 1fr);
	}
	.list_block {
		grid-column-start: 2;
		grid-column-end: 17;
	}
	.serch_input_block {
		width: 100%;
	}
	.text_pagenav a, .text_pagenav span {
		font-family: "PFBeauSansProLight";
		font-size: 10pt;
		padding-left: 2px;
		padding-right: 2px;
		font-weight: normal;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 26px;
	}
}

div.search-result {
	margin: 30px 0 0 0;
}

div.search-result p {
	text-align: center;
	color: red;
}

input.search-query::-moz-placeholder {
	color: #9c9c9c;
}
input.search-query::-webkit-input-placeholder { color: #9c9c9c; }
input.search-query:-ms-input-placeholder { color: #9c9c9c; }
input.search-query::-ms-input-placeholder { color: #9c9c9c; }
input.search-query::placeholder { color: #9c9c9c; }
/* End */
/* /local/templates/radadoors_adaptiv/css/grid.css?17605763197550 */
/* /local/templates/radadoors_adaptiv/css/search.css?16975716187458 */
