

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

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

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

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

h3 {
	font-family: 'Georgia';
    font-size: 20px;
	font-weight: normal;
	margin: 15px 5px 5px 15px;
}

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

seo_block {
	/*background-image: url("/local/templates/radadoors_adaptiv/css/../images/Interiors/Interior-2.jpg");
	background-size: 300%;*/
	color: white;
	/*overflow: show;*/
}

seo_block wrap_cover {
	background-color: #FFF;
	color: #000;
	opacity: 1;
	width: 100%;
	height: 100%;
	grid-template-columns: repeat(2, 1fr);
    display: grid;
}

seo_block .image_inner_contaner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

seo_block wrap_cover .inner_container {
	display: table-cell;
	vertical-align: middle;
	min-height: 57vh;
}

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 60px;
    text-align: right;
}


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

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

.slider.single-item
{
	grid-column: span 3 / -1;
    /*height: 80vh;
    max-height: 600px;*/
	height: 100vh;
	max-height: auto;
	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, default_block div.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, hover_block div.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;
	font-size: 18px;
	text-align: left;
}

.quad_frame img {
	display: block;
	margin: 6px 5px 0 73px;
	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.webp");
	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;
}



@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;
		z-index: 0;
	}
	catalog {
		display: grid;
		grid-column: span 2 / -1;
		z-index: 0;
	}
	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: 24px;
	}
	catalog_category h3 {
		margin: 0 35px 5px 15px;
	}
	.vert_line p {
		display: none;
	}
	slide_description {
		grid-row: 2 / 3;
	}
	why_rd {
		display: none;
	}
	
	body main_slider {
		height: 80vh;
		max-height: 600px;
	}

	body .slider.single-item
	{
		height: 80vh;
	}
	
	body .main-page.slick-slider .slick-slide
	{
		background-size: contain;
		background-position: center;
		height: 80vh;
		background-repeat: no-repeat;
	}
}

@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: span 3 / -1;
	}
}

@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;
	}
}

.success_form .success_form_title
{
	font-family: 'MuseoSansCyrl300';
	font-size: 13.5pt;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-top: 31px;
	margin-bottom: 37px;
}
.success_form .success_form_data
{
	text-align: center;
	font-family: 'MuseoSansCyrl300';
	font-size: 9.5pt;
	color: #000;
	line-height: 20px;
}
body .slider.reviews-slider .slick-prev {
	left: 0px;
	background: none;
	background-size: 13px;
	top: calc(50% - 6px);
	height: 61px;
	width: 63px;
}
body .slider.reviews-slider .slick-next {
	right: 0px;
	background: none;
	background-size: 13px;
	top: calc(50% - 6px);
	height: 61px;
	width: 63px;
}
comment div.reviews-slider {
	width: 673px;
	margin: 0px;
	max-width: initial;
}
comment div.reviews-slider div
{
	width: 100%;
	max-width: initial;
	margin: 0px;
}
comment div.reviews-slider .slide.slick-slide
{
	padding-left: 80px;
	padding-right: 80px;
	margin: 0px;
	display: table;
}
comment div.reviews-slider h3, comment div.reviews-slider div.h3 {
	margin: 20px 0 0 0;
	font-size: 22px;
	font-family: 'Georgia';
	font-weight: normal;
}
comment div.reviews-slider span {
	font-family: 'Georgia';
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	color: rgb(179, 151, 114);
	font-style: normal;
}
comment div.reviews-slider p {
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'MuseoSansCyrl300';
}
comment div.reviews-slider .slide .inner_slide
{
	display: table-cell;
	vertical-align: middle;
}
.quad_frame .popup-modal.reviews_form {
	width: calc(100% - 56px);
	height: 100%;
	display: block;
	padding: 25px 0 0 40px;
}

input {outline: none;}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px #f8f8f8 !important; /* Цвет фона */
	-webkit-text-fill-color: #000 !important; /* цвет текста */
	color: #000 !important; /* цвет текста */
}

@media screen and (max-width: 715px) {
	comment div.reviews-slider {
		width: 100%;
	}
	
	.quad_frame .popup-modal.reviews_form
	{
		width: calc(100% - 56px);
	}
}

@media screen and (max-width: 350px) {
	.ymaps-balloon-overlay .map_item_tel, .ymaps-balloon-overlay .map_item_email {
		margin-left: 24% !important;
	}
}

@media screen and (max-width: 290px) {
	.ymaps-balloon-overlay .map_item_tel, .ymaps-balloon-overlay .map_item_email {
		margin-left: 18% !important;
	}
}

.main-page.slick-slider main_slider:hover
{
	cursor: pointer;
}

.main-page.slick-slider .slick-slide
{
	background-size: cover;
	background-position: center;
	height: 100vh;
}



seo_block .inner_container h1
{
	margin-top: 49px;
	text-align: right;
    margin-right: 59px;
}

seo_block a.link_button {
    padding: 8px 18px;
    border: 2px solid #b19678;
    text-transform: uppercase;
    margin-right: 60px;
    display: block;
    float: right;
    margin-bottom: 17px;
}
.catalog_info
{
	grid-column: span 3 / -1;
    padding-top: 9px;
    padding-bottom: 43px;
    background: rgb(248, 248, 248);
}
.catalog_info a
{
	text-align: center;
}
.catalog_info p
{
	margin-left: 100px;
    margin-right: 100px;
}

.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 37px;
	padding: 47px 0px 0px 0;
}
catalog_category:nth-child(odd) h3 {
	margin: 0 5px 0px 10px;
}

content catalog > :first-child:hover {
    background-color: rgb(40, 40, 40) !important;
    align-content: start !important;
    color: black !important;
}

@media screen and (max-width: 1300px) and (min-width: 500px)
{
	body content catalog, body content seo_block, body content why_rd.full_width, body content comment_headline, body content comment {
		grid-column: span 3 / -1;
	}
}
@media screen and (max-width: 500px)
{
	body a:nth-child(even) catalog_category > section_picture {
		grid-row-start: 1;
	}
	body .vert_line {
		margin: -32px 0 15px 37px !important;
		padding: 47px 0px 0px 0 !important;
	}
	seo_block wrap_cover {
		/*grid-template-rows: repeat(2, 1fr);*/
		grid-template-columns: repeat(1, 1fr);
	}
	seo_block .image_inner_contaner
	{
		display:none;
	}
	.catalog_info p {
		margin-left: 40px;
		margin-right: 40px;
	}
	seo_block wrap_cover p {
		margin: 30px 40px 30px 40px;
		text-align: left;
	}
	.heading {
		text-align: left;
	}
	seo_block .inner_container h1 {
		margin-top: 49px;
		text-align: left;
		margin-right: 59px;
	}
	seo_block a.link_button {
		margin-left: 40px;
		margin-right: 0px;
		float: left;
	}
	
	content .slick-list main_slider.wall_panels
	{
		background-position: -479px 0px;
		background-size: 954px;
		background-repeat: no-repeat;
	}
	
	.ymaps {
		height: 41vh;
	}
}

@media screen and (max-width: 1024px)
{
	body .main-page.slick-slider .slick-slide
	{
		background-size: contain;
        background-position: top center;
        height: auto;
        background-repeat: no-repeat;
        padding-bottom: 13%;
	}
	
	body .slider.single-item {
		height: auto;
	}
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/dealers_auth.css?16975714381249*/
/*   ======= SEO BLOCK ========    */


.breadcrumbs {
	position: relative;
	top: 22px;
	left: 35px;
	right: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	width: calc(100vw - 250px - 45px);
}

.breadcrumbs span:last-child {
	color: rgb(179, 151, 114);
	/*font-weight: 600;*/
	margin: 0 5px 0 5px;
}

.breadcrumbs span a {
	font-family: 'MuseoSansCyrl300';
	text-align: center;
	flex: 0 1 auto;
	margin: 0 5px 0 5px;
	color: inherit;
	font-weight: 200;
	/* border: 1px solid green; */
}

.breadcrumbs span
{
	color: #000;
}
.content
{
    height: 100%;
    display: block;
    width: 100%;
}
.content .auth_item
{
	float: left;
    width: 226px;
    margin-right: 42px;
    margin-left: 42px;
}

.content .auth_item .auth_item_name
{
	font-weight: bold;
	text-decoration: underline;
}
.content .auth_item .auth_item_description
{
	margin-top: 16px;
    margin-left: 0px;
    list-style-type: none;
    font-size: 13px;
	list-style-image: url(/local/templates/radadoors_adaptiv/css/../images/list_style_image.png);
	list-style-position: outside;
}
.content .auth_item .auth_item_description li
{
	margin-bottom: 8px;
}
.content .auth_item .logo.rada {
    height: 156px;
}

/* End */


/* Start:/local/templates/radadoors_adaptiv/css/dealers_not_auth.css?1602253329228*/
html, body
{
	height: 100%;
}
body content {
    grid-template-columns: auto;
    height: calc(100% - 123px);
}
body content .content {
    height: 100%;
    display: block;
    margin: 0px auto;
    width: 165px;
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/components/bitrix/system.auth.authorize/dealers/style.css?16976988522220*/
.centered-form
{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.content
{
    height: 100%;
    display: block;
    margin: 0px 42px;
}
.centered-form form
{
    padding: 57px 97px 57px 97px;
}
.centered-form form h1
{
	text-transform: uppercase;
    font-family: 'MuseoSansCyrl300';
    font-size: 15pt;
    margin-bottom: 46px;
    margin-top: 0px;
    font-weight: normal;
}
.form-buttons button
{
    border: 0;
    color: #000;
    padding: 4px 19px 4px 19px;
    font-size: 8.5pt;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: -0.3pt;
    font-family: 'MuseoSansCyrl300';
    border: 1px solid #888888;
    border-radius: 4px;
}
.form-field input {
    height: 20px;
    width: 154px;
    display: block;
    background-color: #FFF;
    border: 1px solid #888888;
    border-radius: 4px;
    padding-left: 6px;
    font-size: 10px;
    font-style: italic;
    color: #8c8a8a;
	margin-top: 2px;
}
.form-field label.input
{
	font-size: 14px;
}
.form-field {
	text-align: left;
	margin-bottom: 17px;
}
.form-field :last
{
	margin-bottom: 15px;
}
.centered-form form img {
	margin-bottom: 67px;
}
.remember_block input[type="checkbox"] {
	display:none;
}
.remember_block input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 11px;
    line-height: 16px;
    font-family: 'MuseoSansCyrl300';
}
.remember_block input[type="checkbox"] + label::before    {
	content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-image: url('/local/templates/radadoors_adaptiv/components/bitrix/system.auth.authorize/dealers/images/checkbox.png');
    background-size: 13px;
    background-position: left top;
    vertical-align: -16%;
    border-radius: 4px;
	border: 1px solid #888888;
}
.remember_block input[type="checkbox"]:checked + label::before    {
	background-position: left bottom;
}
.remember_block {
	margin-bottom: 16px;
}
a.forgot_password_block
{
	color: #e1134f;
	font-size: 12.5pt;
	font-family: 'Fregat';
	display: block;
	margin-top: 16px;
	margin-bottom: 9px;
	text-decoration: none;
}
a.forgot_password_block:hover
{
	text-decoration: underline;
}
.login-form p {
    margin: 5px 0 16px 0px;
    font-size: 14px;
    font-weight: 400;
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/components/bitrix/system.auth.form/errors/style.css?1466061662697*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/radadoors_adaptiv/components/bitrix/system.auth.form/errors/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/radadoors_adaptiv/components/bitrix/system.auth.form/errors/images/sec-unlocked.png);}

form .form-message.form-message-notetext
{
	color: green;
	margin-bottom: 15px;
	font-family: 'Fregat';
   	font-size: 17px;
}
form .form-message.form-message-errortext
{
	color: red;
	margin-bottom: 15px;
	font-family: 'Fregat';
    	font-size: 17px;
}

/* End */
/* /local/templates/radadoors_adaptiv/css/index.css?175507656512854 */
/* /local/templates/radadoors_adaptiv/css/dealers_auth.css?16975714381249 */
/* /local/templates/radadoors_adaptiv/css/dealers_not_auth.css?1602253329228 */
/* /local/templates/radadoors_adaptiv/components/bitrix/system.auth.authorize/dealers/style.css?16976988522220 */
/* /local/templates/radadoors_adaptiv/components/bitrix/system.auth.form/errors/style.css?1466061662697 */
