

/* 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/configurator.css?16975716172006*/
content {
	display: grid;
	grid-template-columns: 1fr;
	margin-left: 250px;
	justify-items: stretch;
	overflow: hidden;
	position: relative;
}

h1 {
	font-family: 'Georgia';
    font-size: 34px;
	font-weight: normal;
    text-transform: uppercase;
	margin: 15px 35px 5px 35px;
}

.seo_block p {
	margin: 15px 35px 15px 35px;
    font-size: 14px;	
	font-weight: 400;
	max-width: 800px;
}

h3 {
	font-family: 'Georgia';
    font-size: 20px;
	font-weight: normal;
	margin: 30px 0 0 5px;
    text-transform: uppercase;
}

.vert_line {
	margin: -0 0 -40px 35px;	
	border-left: 1px solid grey;
	position: sticky;
	left: 35px;
	z-index: 1;
	height: 80px;
	padding: 0px;
}

.vert_line p {
	margin: 0 0 0 15px;
    font-size: 14px;	
	font-weight: 400;
}

.collection_block {
	width: calc(100vw - 250px);
	/* border: 1px solid green; */

}

.models_list {
	margin: -0 0 0 55px;	
	width: 80%;
	/*border: 1px solid red;*/
	overflow: auto;
	display: flex;
	/* flex: 1 0 auto; */
	flex-flow: row nowrap;
	justify-content: start;

}

.models_list:after {
	content: "";
	/* flex: 0 0 200px; */
	/* margin: 0 100px 0 0; */	
	/* border: 1px solid red; */
	padding: 10px;
}

.models_list > :last-child * {
	/* align-self: flex-start; */
	/* border: 1px solid red; */
}

.model_block {
	display: flex;
	flex: 0 0 auto;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin: -0 10px 0 0;
	position: relative;
}

.model_block img {
	width: 100px;
}

.model_block p {
    text-transform: uppercase;
}

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

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

.model_block .discount_img
{
	position: absolute;
	bottom: 64px;
	width: 53px;
	right: 0px;
}

@media screen and (max-width: 500px) {	
	h1 {
		font-size: 26px;
	}
}

@media screen and (min-width: 1000px) {	
	h3 {
	    font-size: 24px;
	}
}
/* End */


/* Start:/bitrix/components/radadoors/news.list/templates/configurator_with_discount/style.css?15202830602134*/
.clear
{
	clear: both;
}
.rows_collections .row_collection.top_row_label
{
	margin-bottom: 23px;
}
.rows_collections {
	position: relative;
	width: 90%;
	margin: 24px auto 0 55px;
}
.rows_collections .row_collection {
	float: left;
	width: 100%;
	margin-bottom: 29px;
}
.collection_block .collection_item.top_label
{
	text-align: left;
	font-family: 'Fregat', Arial, Helvetica, sans-serif;
    	color: #000;
    	font-size: 10pt;
    	padding-left: 21px;
}
.collection_block .collection_item.top_label div
{
	border-left: 1px solid #000;
    	padding-left: 17px;
}
.collection_items_block
{
	/*margin-left: 101px;*/
}
.collection_items_block .collection_items
{
	display: table;
	width: 100%;
}
.collection_block
{
	position: relative;
	float: left;
}
.collection_block .collection_item.collection_name
{
	font-family: 'Fregat', Arial, Helvetica, sans-serif;
	color: #898989;
	text-align: right;
	font-size: 14pt;
	vertical-align: top;
}
.collection_block .collection_item a img
{
	width: 82%;
}
.collection_block .collection_item a img.discount_img
{
    width: 38%;
    position: absolute;
    bottom: 20%;
    right: 9%;
}
.collection_block .collection_item
{
	display: table-cell;
	text-align: center;
	min-width: 131px;
	width: 167px;
	position: relative;
}
.collection_block .collection_item a, .collection_block .collection_item a:hover
{
	text-decoration: none;
}
.collection_block .collection_item .model_name
{
	font-family: 'Fregat', Arial, Helvetica, sans-serif;
	color: #898989;
	font-size: 9pt;
	text-align: center;
	margin-top: -8px;
	display: block;
}
@media only screen and (max-width: 1571px)
{
	.right_content_block .collection_block .collection_item {
		min-width: 108px;
	}
	.right_content_block .rows_collections {
		margin: 24px auto 0 11px;
	}
}
@media only screen and (max-width: 1366px)
{
	.right_content_block .collection_block .collection_item {
		min-width: 108px;
	}
	.right_content_block .rows_collections {
		margin: 24px auto 0 11px;
	}
	.right_content_block .collection_block .collection_item {
		min-width: 108px;
	}
	#content-wrapper .right_container .right_content_block {
		overflow: hidden;
	}
}
/* End */
/* /local/templates/radadoors_adaptiv/css/grid.css?17605763197550 */
/* /local/templates/radadoors_adaptiv/css/configurator.css?16975716172006 */
/* /bitrix/components/radadoors/news.list/templates/configurator_with_discount/style.css?15202830602134 */
