

/* 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/catalog.css?17024242676451*/
content {
	display: grid;
	margin-left: 250px;
	justify-items: stretch;
	overflow: hidden;
	position: relative;
}

h1, h1.heading {
	font-family: 'Georgia';
    font-size: 34px;
	font-weight: normal;
    text-transform: uppercase;
	margin: 10px 35px 5px 35px;
}

h3, div.h3 {
	font-family: 'Georgia';
    font-size: 20px;
	font-weight: normal;
	margin: 15px 5px 5px 15px;
}

p {
	margin: 5px 0 5px 10px;
    font-size: 14px;	
	font-weight: 400;
}

catalog_category p {
    margin: 5px 0 5px 37px;
}




/*   ======= КАТАТАЛОГ ========    */


catalog {
	display: grid;
	grid-column: 1 / -1;
}

	catalog a {
		display: grid;
	}

	catalog a:hover {
		background-color: rgb(40, 40, 40);
		transition: all 0.3s ease;
	}
	
	/*catalog > :first-child {
		background-color: rgb(255, 255, 255) !important;
		align-content: start !important;
		color: black !important;
	}*/

		catalog > :first-child p {
			margin: 0 60px 40px 35px;
		}

		catalog > :first-child a:hover {
			background-color: inherit;
		}	



catalog_category {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	margin-bottom: 22px;
}

catalog_category .vert_line {
	margin: -40px 0 0 20px;	
	border-left: 1px solid grey;
	padding-top: 50px;
	z-index: 1;
}

a:hover catalog_category .vert_line {
	color: rgb(179, 151, 114);
	border-left: 1px solid rgb(179, 151, 114);
	transition: all 0.3s ease;
}

	catalog_category .vert_line h3, catalog_category .vert_line div.h3 {
	    text-transform: uppercase;
	}

	catalog_category .vert_line p {
		margin: 0 25px 0 8px;
	}

	section_picture {
		height: 290px;
	}

		section_picture img {
			height: 100%;
			width: 100%;
			object-fit: cover;
		}
		
		a:hover section_picture img {
			filter: brightness(0.3);
			transition: all 0.3s ease;
}




catalog :nth-child(even) {
	align-content: start;
}

catalog :nth-child(even) p {
	margin: 0 60px 0 8px;
}

catalog :nth-child(even) catalog_category {
	padding-bottom: 20px;
}

a:nth-child(even) catalog_category section_picture {
	grid-row-start: 1;
}






/*catalog :nth-child(odd) {
	align-content: end;  	
}*/
catalog_category:nth-child(odd) div.h3 {
	margin: 0 5px 5px 8px;
}

a:nth-child(odd) catalog_category .vert_line {
	margin: 30px 0 -40px 20px;	
	padding: 0 0 60px 0;
}

body .seo_block .breadcrumbs
{
	width: calc(100% - 76px);
}

body .seo_block .breadcrumbs span:last-child {
	color: rgb(179, 151, 114);
	/*font-weight: 600;*/
	margin: 0 5px 0 5px;
}

body .seo_block .breadcrumbs span a {
	font-family: 'MuseoSansCyrl300';
	text-align: center;
	flex: 0 1 auto;
	margin: 0 5px 0 5px;
	color: inherit;
	font-weight: 200;
	display: initial;
}




/*   ======= МЕДИА ЗАПРОСЫ ========    */


@media screen and (max-width: 500px) {	
	content, catalog, why_rd  {
		grid-template-columns: 1fr;
	}
	main_slider {
		grid-column: auto / -1;
	}
	promo_headline, seo_block, comment_headline {
		grid-column: 1 / -1;
	}	
	promo_picture, comment {
		grid-column: 1 / -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	!important;
		padding: 0 0 60px 0 !important;
	}
	h1 {
		font-size: 26px;
	}
	catalog_category h3, catalog_category div.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(1, 1fr);
	}
	promo_headline, seo_block, comment_headline {
		grid-column: 1 / -1;
	}
	promo_picture, comment {
		grid-column: 1 / -1;
	}
	h1 {
		font-size: 34px;
	}
	h3, div.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(4, 1fr);
	}
	promo_headline, comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, comment {
		grid-column: 2 / -1;
	}
	seo_block {
		grid-column: 1 / -3;
	}
	catalog a {
		align-content: start;
	}

		catalog :nth-child(3n-1) p {
			margin: 0 60px 0 8px;
		}

		catalog :nth-child(3n-1) catalog_category {
			padding-bottom: 20px;
		}

		catalog :nth-child(3n-1) catalog_category .vert_line, catalog :nth-child(3n-1) catalog_category .vert_line {
			margin: -32px 0 15px 20px;
			padding: 47px 0px 0px 0;
		}

		catalog :nth-child(3n-1) catalog_category section_picture {
			grid-row-start: 1;
		}

	/*catalog :nth-child(3n), catalog :nth-child(3n+1) {
		align-content: end;
	}*/
			catalog :nth-child(3n) catalog_category, catalog :nth-child(3n+1) catalog_category {
			padding-bottom: 0px;
		}

			catalog :nth-child(3n) catalog_category section_picture, catalog :nth-child(3n+1) catalog_category section_picture {
				grid-row-start: 1;
			}

		catalog_category:nth-child(odd) div.h3 {
			margin: 0 5px 5px 8px;
		}

		catalog :nth-child(3n) catalog_category .vert_line, catalog :nth-child(3n+1) catalog_category .vert_line {
			margin: 30px 0 -40px 20px;	
			padding: 0 0 60px 0;
		}
}

@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;
	}
}

.content catalog :nth-child(3n) catalog_category section_picture, catalog :nth-child(3n+1) catalog_category section_picture {
	grid-row-start: 1;
}
catalog :nth-child(3n) catalog_category section_picture, catalog :nth-child(3n+1) catalog_category section_picture {
	grid-row-start: 1;
}
catalog :nth-child(3n) catalog_category .vert_line, catalog :nth-child(3n+1) catalog_category .vert_line {
	margin: -32px 0 15px 20px;
	padding: 47px 0px 0px 0;
}
catalog_category:nth-child(odd) div.h3 {
	margin: 0 5px 0px 10px;
}

@media screen and (max-width: 500px)
{
	body .vert_line {
		margin: -32px 0 15px 37px !important;
		padding: 47px 0px 0px 0 !important;
	}
	body a:nth-child(even) catalog_category > section_picture
	{
		grid-row-start: 1;
	}
}
/* End */
/* /local/templates/radadoors_adaptiv/css/grid.css?17605763197550 */
/* /local/templates/radadoors_adaptiv/css/catalog.css?17024242676451 */
