

/* 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.css?16975716154253*/
content {
	display: grid;
	grid-template-columns: 	1fr;
	margin-left: 250px;
	justify-items: stretch;
	overflow: hidden;
}

content > :nth-child(2), content > :nth-child(4), content > :nth-child(6) {
	background-color: rgb(228, 228, 228);
}




/*   ======= 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 {
	height: 90vh;
	max-height: 700px;
}

#lamp {
	background: url("/local/templates/radadoors_adaptiv/css/../images/fixture.png") 80% top;
	background-repeat: no-repeat;
	height: 100%;
	background-size: 150px;
}

#doors {
	background: url("/local/templates/radadoors_adaptiv/css/../images/door.png") 10% bottom;
	background-repeat: no-repeat;
	height: 100%;
	background-size: 600px;
}

#people {
	background: url("/local/templates/radadoors_adaptiv/css/../images/people.png") right bottom;
	background-repeat: no-repeat;
	height: 100%;
	background-size: auto 300px ;
}

seo_block p {
	margin: 5px 25px 25px 35px;
    font-size: 14px;	
	font-weight: 400;
	max-width: 500px
}

.navigation {
	margin: 0 0 0 35px;
}

.navigation_block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;	
	margin: 10px 0;
}

a.navigation_block img {
	height: 65px;
	margin-right: 4px;
}

a.navigation_block img.main_img {
	display: initial;
}

a.navigation_block img.main_img_hover {
	display: none;
}

a.navigation_block:hover img.main_img {
	display: none;
}

a.navigation_block:hover img.main_img_hover {
	display: initial;
}




/*   ======= INFORM BLOCK ========    */

.inform_block {
	padding-top: 30px;
  /* border: 1px solid green; */
}

.vert_line {
	margin: 0 0 -25px 15px;	
	border-left: 1px solid grey;
	left: 35px;
	z-index: 3;
	height: 80px;
	border-left: 1px solid black;
	padding: 5px 0 0 10px;
}

.inform_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	justify-content: start;
	justify-items: center;
	/*border: 1px solid red;*/
}

.inform_list > * {
	margin: 0 0 30px 0;

}

.inform_article {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 200px;
	margin-bottom: 50px;


	/*border: 1px solid green;*/
	/*margin: -0 20px 0 0;	*/
}

.inform_article img {
	width: 100%;
}

.inform_article span {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.quad_frame {
	width: 130px;
	height: 130px;
	border: 3px solid rgb(179, 151, 114);
	/*margin: 50px auto 50px auto;*/
	text-align: right;
}

.quad_frame span {
	display: block;
    text-transform: uppercase;
	margin: 25px 0 0 17px;
	font-size: 16px;
	text-align: left;
}

.quad_frame img {
	display: block;
	margin: 25px 0 0 50px;
	margin: 10px 5px 0 100px;
	height: 25px;
	width: auto;
}





/*   ======= МЕДИА ЗАПРОСЫ ========    */

@media screen and (max-width: 640px) {
	.navigation {
		display: none!important;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {	
	.navigation {
		position: relative;
		left: 450px;
	}
}

@media screen and (min-width: 1000px) {	
	.navigation {
		position: relative;
		left: 500px;
	}
}

@media screen and (max-width: 800px) {	
	h1 {
		font-size: 26px;
	}
	#doors {
		background: none;
	}
	a.navigation_block img {
		height: 45px;
		margin-right: 4px;
	}
}

@media screen and (max-width: 1000px) {
	#people {
		background: url("/local/templates/radadoors_adaptiv/css/../images/Buyers/фон11_покупателям.png") right bottom;
		background-repeat: no-repeat;
		background-size: auto 300px ;
	}
}

@media screen and (max-width: 1097px) {
	a.navigation_block img {
		height: 45px;
		margin-right: 4px;
	}
}

@media screen and (max-width: 640px) and (orientation: portrait) {
	seo_block {
		height: 90vh;
	}
	.vert_line {
		margin: 0 0 -25px 15px;	
		border-left: 1px solid grey;
		left: 35px;
		z-index: 3;
		height: 120px;
		border-left: 1px solid black;
		padding: 5px 0 0 10px;
	}
}


/* End */
/* /local/templates/radadoors_adaptiv/css/grid.css?17605763197550 */
/* /local/templates/radadoors_adaptiv/css/buyers.css?16975716154253 */
