

/* 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/jquery.tosrus.all.css?152840364613292*/
.tos-slide,.tos-slider,.tos-wrapper{width:100%;height:100%}
.tos-noanimation{-webkit-transition-property:none!important;transition-property:none!important}
.tos-fastanimation{-webkit-transition-duration:.2s!important;transition-duration:.2s!important;-webkit-transition-timing-function:ease-out!important;transition-timing-function:ease-out!important}
.tos-wrapper{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:none;padding:0;margin:0;overflow:hidden}
.tos-wrapper.tos-opened{display:block}
.tos-slide,.tos-slide:before,.tos-slide>*{display:inline-block}
.tos-wrapper.tos-opening{opacity:1}
.tos-wrapper.tos-fixed{background-color:#000;position:fixed;top:0;left:0;z-index:9000}
.tos-slider,.tos-wrapper.tos-inline{position:relative}
.tos-slider{white-space:nowrap;padding:0;margin:0}
.tos-uibg,.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider{position:absolute}
.tos-wrapper.tos-fx-slide .tos-slider{left:0;-webkit-transition:left .4s ease;transition:left .4s ease}
.tos-wrapper.tos-fx-fade .tos-slider{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.tos-uibg{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;left:0;bottom:0;z-index:1}
.tos-fill .tos-uibg{background:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}
.tos-desktop .tos-wrapper:hover .tos-uibg,.tos-touch .tos-wrapper.tos-hover .tos-uibg{opacity:1}
.tos-slide{-webkit-overflow-scrolling:touch;line-height:1px;text-align:center;box-sizing:border-box;overflow:hidden;position:relative}
.tos-slide:before{content:"";height:50%;width:1px;margin-right:-1px}
.tos-slide.tos-loading>*{opacity:0}
.tos-slide>*{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;vertical-align:middle;max-height:78%;max-width:100%;box-sizing:border-box}
.tos-slide.tos-html>div{-webkit-overflow-scrolling:touch;white-space:normal;text-align:left;line-height:1.5}
.tos-slide.tos-html>div *{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}
.tos-wrapper.tos-fill .tos-slide.tos-image>img{max-height:none;max-width:none;min-height:100%;min-width:100%}
.tos-wrapper.tos-fixed .tos-slide.tos-html>div{background-color:#fff;color:#333;box-sizing:border-box;display:inline-block;padding:40px;overflow:auto}
.tos-desktop .tos-wrapper.tos-fixed{background-color:rgba(0,0,0,.85)}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide{padding:20px}
.tos-close{right:30px}
.tos-close,.tos-next,.tos-prev{background:#000;border-radius:3px;opacity:0;display:block;width:40px;position:absolute;z-index:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.tos-next,.tos-prev{height:112px;margin-top:-40px;top:50%}
.tos-next.tos-disabled,.tos-prev.tos-disabled{cursor:default}
.tos-wrapper .tos-next{right:102px; background: url(/local/templates/radadoors_adaptiv/css/../images/right_arrow_big_slider.png) no-repeat;width: 35px;}
.tos-wrapper .tos-prev{left:102px; background: url(/local/templates/radadoors_adaptiv/css/../images/left_arrow_big_slider.png) no-repeat;width: 35px;}
.tos-wrapper .tos-close{height:40px;top:25px; background: url('/local/templates/radadoors_adaptiv/css/../images/close_popup.png') no-repeat;}
.tos-desktop .tos-wrapper:hover .tos-close,.tos-desktop .tos-wrapper:hover .tos-next,.tos-desktop .tos-wrapper:hover .tos-prev,.tos-touch .tos-wrapper.tos-hover .tos-close,.tos-touch .tos-wrapper.tos-hover .tos-next,.tos-touch .tos-wrapper.tos-hover .tos-prev{opacity:.5}
.tos-desktop .tos-wrapper:hover .tos-close:hover,.tos-desktop .tos-wrapper:hover .tos-next:hover,.tos-desktop .tos-wrapper:hover .tos-prev:hover,.tos-touch .tos-wrapper.tos-hover .tos-close:hover,.tos-touch .tos-wrapper.tos-hover .tos-next:hover,.tos-touch .tos-wrapper.tos-hover .tos-prev:hover{opacity:.9}
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled{opacity:.2}
/*.tos-next span,.tos-prev span{content:'';display:block;width:12px;height:12px;margin:-5px;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.tos-close span:after,.tos-close span:before{width:6px;height:6px;margin-top:-4px;margin-left:0;margin-right:0}
.tos-close span:before,.tos-prev span{border-bottom:3px solid #fff;border-left:3px solid #fff;left:50%}
.tos-close span:after,.tos-next span{border-top:3px solid #fff;border-right:3px solid #fff;right:50%}*/
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide{padding-left:80px;padding-right:80px}
.tos-inline{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:inline-block;margin:0;position:relative;top:auto;left:auto;right:auto}
.tos-inline.tos-prev{margin-right:-60px}
.tos-inline.tos-next{margin-left:-60px}
.tos-loading .tos-inline{opacity:0!important}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3)}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.tos-caption{color:#fff;text-align:center;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;position:absolute;left:0;bottom:0;z-index:1}
.tos-caption:after{content:'';display:block;clear:both}
.tos-caption>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;box-sizing:border-box;padding:0 20px;float:left}
.tos-caption>div:last-child{float:right;margin-right:-2px}
.tos-desktop .tos-wrapper:hover .tos-caption,.tos-touch .tos-wrapper.tos-hover .tos-caption{opacity:1}
.tos-wrapper .tos-caption{line-height:20px;font-size:15px;text-shadow:0 1px 2px rgba(0,0,0,.8);height:40px}
.tos-wrapper.tos-has-caption .tos-uibg{height:100px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide{padding-bottom:60px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption{line-height:40px;font-size:30px;text-shadow:0 2px 4px rgba(0,0,0,.8);height:80px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:200px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption{line-height:60px;font-size:45px;text-shadow:0 3px 6px rgba(0,0,0,.8);height:120px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:300px}
.tos-wrapper.tos-fx-slide .tos-slider{-webkit-transition-property:left,margin;transition-property:left,margin}
.tos-pagination{text-align:center;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;position:absolute;bottom:40px;left:0;z-index:1}
.tos-pagination a{display:inline-block}
.tos-pagination.tos-bullets a{background-color:rgba(255,255,255,.2)}
.tos-pagination.tos-bullets a:hover{background-color:rgba(255,255,255,.5)}
.tos-pagination.tos-bullets a.tos-selected{background-color:rgba(255,255,255,.9)}
.tos-desktop .tos-wrapper:hover .tos-pagination,.tos-touch .tos-wrapper.tos-hover .tos-pagination{opacity:1}
.tos-wrapper .tos-pagination:after,.tos-wrapper .tos-pagination:before{content:'';display:inline-block;width:20px;height:10px}
.tos-wrapper.tos-has-bullets .tos-pagination{height:30px}
.tos-wrapper.tos-has-bullets .tos-pagination a{border-radius:10px;width:10px;height:10px;margin:0 5px}
.tos-wrapper.tos-has-bullets .tos-caption{bottom:30px}
.tos-wrapper.tos-has-bullets .tos-uibg{height:90px}
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg{height:130px}
.tos-wrapper.tos-has-thumbnails .tos-pagination{height:70px}
.tos-wrapper.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:50px;height:50px;margin:0 5px}
.tos-wrapper.tos-has-thumbnails .tos-caption{bottom:70px}
.tos-wrapper.tos-has-thumbnails .tos-uibg{height:130px}
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg{height:170px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide{padding-bottom:50px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide{padding-bottom:80px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide{padding-bottom:90px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide{padding-bottom:120px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:40px;height:20px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:60px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:20px;width:20px;height:20px;margin:0 10px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:60px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:180px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:260px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:140px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:100px;height:100px;margin:0 10px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:140px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:260px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:340px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:60px;height:30px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:90px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:30px;width:30px;height:30px;margin:0 15px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:90px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:270px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:390px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:210px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:150px;height:150px;margin:0 15px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:210px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:390px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:510px}
.tos-slide .tos-html{-webkit-overflow-scrolling:touch}
.tos-play,.tos-play:after{display:block;position:absolute;top:50%;left:50%}
.tos-play{background:#000;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.tos-play:after{content:''}
.tos-desktop .tos-wrapper:hover .tos-play,.tos-touch .tos-wrapper.tos-hover .tos-play{opacity:.5}
.tos-desktop .tos-wrapper:hover .tos-play:hover,.tos-touch .tos-wrapper.tos-hover .tos-play:hover{opacity:.9}
.tos-wrapper .tos-play{border-radius:80px;width:80px;height:80px;margin:-40px}
.tos-wrapper .tos-play:after{border:20px solid transparent;border-left-color:#fff;border-left-width:30px;margin-top:-20px;margin-left:-10.5px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play{border-radius:160px;width:160px;height:160px;margin:-80px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after{border:40px solid transparent;border-left-color:#fff;border-left-width:60px;margin-top:-40px;margin-left:-21px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play{border-radius:240px;width:240px;height:240px;margin:-120px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after{border:60px solid transparent;border-left-color:#fff;border-left-width:90px;margin-top:-60px;margin-left:-31.5px}
/* End */


/* Start:/bitrix/components/radadoors/landing.block.list.new/templates/franchise/style.css?176057729538861*/
.section_background
{
    background-size: cover;
    background-position: center;
}
.section_background.left_menu_right_form
{
    height: 837px;
}
.left_menu_right_form .section_border
{
    margin-top: 35px;
    border-top: 1px solid rgb(180,180,180);
    width: 101px;
    margin-bottom: 14px;
}

.left_menu_right_form .section_content
{
	position: relative;
    margin-top: 115px;
}
.left_menu_right_form .section_title
{
    font-family: 'Georgia';
    color: #FFF;
    font-size: 26pt;
    margin-left: 35px;
    width: calc(100% - 35px);
}
.section_description
{
    font-family: 'MuseoSansCyrl300';
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 44px;
}
.left_section_content ul.menu li a
{
    font-family: 'MuseoSansCyrl300';
    color: #FFF;
    font-size: 14pt;
    text-transform: uppercase;
    text-decoration: underline;
}
.left_section_content ul.menu li
{
	margin-bottom: 20.5px;
    list-style: none;
}
.left_menu_right_form .section_content .left_section_content
{
	width: calc(50% - 190px);
    margin-left: 190px;
}
.left_menu_right_form .partners_block
{
    margin: -35px 0px 0px;
}
/*----------------------------------------------------*/
.list_items .section_content
{
    width: 1104px;
    margin: 0 auto;
}
.list_items
{
	position: relative;
}
.list_items .list_item
{
    float: left;
    width: 25%;
    text-align: center;
}
.list_items .list_item .list_item_name
{
    color: #b29672;
    font-family: 'GeorgiaBold';
    font-size: 27pt;
    margin-top: 11px;
    margin-bottom: 4px;
}
.list_items .list_item .list_item_description
{
	font-family: 'MuseoSansCyrl300';
    color: #000;
    font-size: 10pt;
    width: 176px;
    text-align: center;
    margin: 0 auto;
    line-height: 17px;
}
.list_items .list_item .list_item_img
{
	height: 130px;
    background-repeat: no-repeat;
	background-position:center center;
}
.list_items .list_item .list_item_container
{
	width: 158px;
    margin: 0 auto;
    line-height: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.section_border
{
    margin-top: 49px;
    width: 102px;
    border-top: 2px solid #FFF;
    margin-bottom: 14px;
}
.section_title
{
    font-family: 'Georgia';
    color: #FFF;
    font-size: 36px;
    text-transform: uppercase;
	margin-bottom: 34px;
}
.list_items .list_item:nth-child(n+5) .list_item_name
{
    color: #b29672;
    font-family: 'GeorgiaBold';
    font-size: 14pt;
    width: 227px;
    margin: 0 auto;
	margin-top: 11px;
    margin-bottom: 8px;
}
.list_items .list_item:nth-child(n+5) .list_item_description 
{
    width: 191px;
}
.list_items .list_item:nth-child(n+5) {
    margin-top: 59px;
}
.list_items .section_description
{
	color: #000;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: left;
    width: 478px;
    border-bottom: 1px solid #000;
}
.list_items .section_description .section_description_text
{
	width: 237px;
    margin-bottom: 20px;
	padding-bottom: 21px;
}
/*---------------------------------------*/
.left_list_right_img .right_section_content, .left_text_right_img .right_section_content
{
	height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.left_list_right_img
{
	margin-top: 90px;
}
.left_list_right_img .list_item .list_item_name
{
	color: #b29672;
    font-family: 'GeorgiaBold';
    font-size: 26pt;
    text-align: center;
    margin-bottom: 8px;
}
.left_list_right_img .list_item .list_item_description
{
	text-align: center;
    font-family: 'MuseoSansCyrl300';
    font-size: 10pt;
}
.left_list_right_img .list_item 
{
	margin-top: 60px;
}
/*-------------------------------------*/
.left_text_right_img .section_description
{
	text-align: left;
    font-family: 'MuseoSansCyrl300';
    font-size: 10pt;
    width: 423px;
    margin: 0 auto;
    color: #000;
    display: table;
    height: calc(100% - 101px);
}
.left_text_right_img .section_content
{
	position: relative;
}
.left_text_right_img .left_section_content
{
	position: absolute;
	height: 100%;
}
.left_text_right_img .section_title
{
	margin-bottom: 0px;
}
.section_description_text
{
	display: table-cell;
    vertical-align: middle;
}
.section_content .left_section_content .href_button
{
	border: 3px solid #b29672;
    text-transform: uppercase;
    padding: 15px 27px;
    font-family: 'MuseoSansCyrl300';
    font-size: 13pt;
    background: url(/bitrix/components/radadoors/landing.block.list/templates/franchise/images/arrow_left.png) calc(100% - 30px) no-repeat;
    padding-right: 75px;
    display: block;
    margin: 0 auto;
    margin-top: 41px;
    width: 207px;
}
.left_text_right_img .section_content .section_description
{
	color: #000;
    width: 497px;
    font-size: 11pt;
    margin: 0 auto;
    /*margin-top: 15px;*/
}
/*--------------------------------------*/
.benefits 
{
	height: 786px;
}
.benefits .section_border
{
	border-top: 1px solid #FFF;
}
.benefits .section_title
{
	color: #FFF;
}
.benefits .section_content .list_item
{
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 293px;
    width: 33.3333%;
    float: left;
}
.benefits .section_content
{
	width: 1366px;
    margin: 0 auto;
	margin-top: 56px;
}
.benefits .section_content .list_item .list_item_name
{
    font-family: 'MuseoSansCyrl300';
    color: #FFF;
    text-transform: uppercase;
    font-size: 17px;
    width: 180px;
    margin-left: 74px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.benefits .section_content .list_item .list_item_description
{
    font-family: 'MuseoSansCyrl300';
    color: #FFF;
    font-size: 14px;
    width: 322px;
    margin-left: 74px;
    line-height: 17px;
}
/*-------------------------------------*/
.graduations 
{
	height: 781px;
}
.graduations .section_border
{
	border-top: 1px solid #FFF;
}
.graduations .section_title
{
	color: #FFF;
}
.graduations .section_content
{
	width: 1111px;
    margin: 0 auto;
    display: table;
}
.graduations .section_content .list_item
{
    width: 290px;
    padding: 0px 40px;
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
}
.graduations .section_content .list_item .list_item_name
{
    font-family: 'GeorgiaBold';
    font-size: 26px;
    text-align: center;
    color: #FFF;
	margin-bottom: 47px;
}
.graduations .section_content .list_item .list_item_content
{
	background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/graduation_background.png');
	padding: 13px;
}
.graduations .section_content .list_item .list_item_inner_content
{
	border: 3px dotted #FFF;
}
.graduations .section_content .list_item .list_item_description
{
	font-family: 'MuseoSansCyrl300';
    font-size: 14px;
    color: #FFF;
    padding: 0px 12px;
    text-align: center;
    margin-top: 43px;
}
.graduations .section_content .list_item .rating_img
{
	background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/star.png') no-repeat;
	width: 34px;
    height: 34px;
	float: left;
}
.graduations .section_content .list_item .list_item_rating
{
    width: 34px;
    margin: 19px auto 13px;
}
.graduations .section_content .list_item:nth-child(n+2) .list_item_rating
{
	margin: 81px auto 13px;
}
.graduations .section_content .list_item .list_item_button
{
	background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/button.png');
	padding: 17px 13px;
    text-transform: uppercase;
    display: block;
    width: 200px;
    text-align: center;
    margin: 42px auto 0px;
    font-size: 18px;
    font-family: 'MuseoSansCyrl300';
}
/*------------------------------------*/
.list_articles
{
	min-height: 760px;
    margin-bottom: 100px;
}
.list_articles .section_border
{
	border-top: 1px solid #FFF;
}
.list_articles .section_title
{
	color: #FFF;
	margin-bottom: 123px;
}
.list_articles .section_content
{
	
}
.list_articles .section_content .article_item
{
	font-family: 'MuseoSansCyrl300';
    color: #FFF;
    font-size: 14px;
    width: 521px;
    margin: 0 auto;
    margin-bottom: 17px;
}
.readmore-js-section {
    overflow: hidden;
}
.readmore-js-toggle, .readmore-js-section {
    display: block;
    width: 100%;
}
.list_articles .section_content:focus, .list_articles button:focus ~ .list_articles .section_content
{
	height: auto;
}
.list_articles .redmore_block.readmore-js-toggle a
{
	border: 3px solid #b29672;
    width: 182px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'MuseoSansCyrl300';
    font-size: 17px;
    padding: 15px 24px;
    margin: 52px auto 0px;
    display: block;
}
.list_articles .redmore_block
{
    width: 1349px;
    margin: 52px auto 54px;
    border-top: 1px solid #FFF;
}
/*------------------------------------*/
.left_step_right_img .right_section_content
{
	height: 779px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.left_step_right_img .list_item_name
{
	background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/step.png') no-repeat;
    font-family: 'GeorgiaBold';
    width: 69px;
    height: 63px;
    color: #FFF;
    text-align: center;
    font-size: 49px;
    padding-top: 5px;
    display: table-cell;
}
.left_step_right_img .list_item_description
{
    width: calc(100% - 89px);
    display: table-cell;
    vertical-align: middle;
    padding-left: 43px;
    font-family: 'MuseoSansCyrl300';
    font-size: 14px;
    padding-right: 43px;
}
.left_step_right_img .list_item
{
	width: 667px;
    margin: 0 auto;
}
.left_step_right_img .section_title
{
	margin-bottom: 75px;
}
.left_step_right_img .list_item_bottom
{
	background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/line_step.jpg') no-repeat;
	height: 31px;
    width: 3px;
    margin-left: 33px;
}
/*----------------------------------------------*/
.center_form
{    
	height: 549px;
	display: table;
}
/*----------------------------------------------*/
.comments .section_content.slider_comments
{
	width: 817px;
    margin: 104px auto;
}

.comments .section_content.slider_comments .slick-prev {
    left: -191px;
    background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/prev.png') no-repeat center center;
    top: calc(50% - 2px);
    height: 70px;
    width: 66px;
}

.comments .section_content.slider_comments .slick-next {
    right: -191px;
    background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/next.png') no-repeat center center;
    top: calc(50% - 2px);
    height: 70px;
    width: 66px;
}
.comments .section_content.slider_comments .image_block
{
	float: left;
    width: 132px;
    margin-right: 31px;
}
.comments .section_content.slider_comments .info_block
{
	float: left;
    width: calc(100% - 163px);
}
.comments .section_content.slider_comments .info_block .slide_item_name
{
    font-family: 'MuseoSansCyrl300';
    font-size: 18px;
    color: #191617;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.comments .section_content.slider_comments .info_block .slide_item_city
{
    font-family: 'MuseoSansCyrl300';
    font-size: 18px;
    color: #7f7f7f;
    margin-bottom: 24px;
}
.comments .section_content.slider_comments .info_block .slide_item_description
{
	font-family: 'MuseoSansCyrl300';
    font-size: 14px;
	color: #191617;
}
/*-----------------------------------------------*/
.income .section_content
{
	width: 1117px;
    margin: 0 auto;
    margin-top: 56px;
}
.income .section_content .inner_section_content
{
	background-repeat: no-repeat;
    float: left;
    width: 50%;
    background-position: 148px 0px;
    height: 188px;
}
.income .section_content .inner_section_content .section_title
{
    font-family: 'GeorgiaBold';
    text-transform: none;
    font-size: 27pt;
    width: 120px;
    text-align: center;
    margin-left: 183px;
    margin-top: 31px;
    float: left;
}
.income .section_content .inner_section_content .section_title span
{
    display: block;
    font-family: 'GeorgiaBold';
    font-size: 18pt;
}
.income .section_content .inner_section_content .section_description
{
	float: left;
    width: calc(100% - 389px);
    color: #000;
    margin-left: 66px;
    display: table;
    height: 100%;
}
.income .section_content .subsection_title
{
    margin-top: 58px;
    border-top: 1px solid #000;
    padding-top: 61px;
    text-align: center;
    color: #b29672;
    font-family: 'GeorgiaBold';
    font-size: 36px;
}
.income .info_element
{
	float: left;
    width: 14.23%;
    text-align: center;
    margin-bottom: 109px;
}
.income .info_element .element_img
{
	height: 148px;
}
.income .info_element .element_name
{
	font-family: 'GeorgiaBold';
    font-size: 24px;
}
.income .info_element .element_description
{
	font-family: 'MuseoSansCyrl300';
    font-size: 14px;
    margin-top: 9px;
    width: 100%;
    text-align: center;
}
.income .plus
{
	float: left;
	width: 14.23%;
	background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/plus.png') no-repeat center center;
	height: 148px;
}
.income .subsection_description
{
	text-align: center;
    font-family: 'MuseoSansCyrl300';
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 42px;
}
/*----------------------------------------------*/
.partners_block {
    grid-column: 1 / -1;
    width: 609px;
    /*margin: 0 auto;*/
    border: 2px solid #b29672;
    padding: 26px;
	margin-right: 35px;
	margin-left: 35px;
}
.partners {
    display: grid;
    grid-template-columns: repeat(2, minmax(214px, 1fr));
}
.partners_block .partners input {
    display: flex;
    align-items: center;
    border: 1px solid black;
    margin: 12px;
    height: 36px;
    background: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'MuseoSansCyrl300'
}
.partners_block .partners .button_container .btn
{
    background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/button.png');
	padding: 17px 29px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 16px auto 0px;
    font-size: 18px;
    font-family: 'MuseoSansCyrl300';
    height: 56px;
    border: 0px;
	cursor: pointer;
}
.update_container .agree_prop {
    cursor: pointer;
    position: relative;
    display: table;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0px;
    margin: 4px auto 0px;
    width: 383px;
}
.update_container .agree_prop .checkbox_item {
    display: table-cell;
    vertical-align: middle;
    width: 37px;
}
.update_container .agree_prop .wrap-checkbox {
    background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/checkbox.png') no-repeat;
    display: block;
    height: 36px;
    width: 37px;
    position: relative;
	cursor: pointer;
}
.update_container .agree_prop .wrap-checkbox.active {
    background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/checkbox.png') no-repeat 0px -39px;
}
.update_container .agree_prop .text {
    font-family: 'MuseoSansCyrl300';
    font-size: 14px;
    color: #FFF;
    margin-left: 10px;
    width: calc(100% - 31px);
    text-indent: 0px;
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
    padding-left: 24px;
}
.center_form .partners_block
{
	margin-top: 75px;
}
.update_container .agree_prop .element-checkbox
{
	height: 36px;
    margin: 0px;
    padding: 0px;
    width: 37px;
	border: 0px;
	cursor: pointer;
}
.update_container .agree_prop .checkbox_item .wrap-checkbox {
    border: 1px solid transparent;
}
.update_container .agree_prop .checkbox_item.error .wrap-checkbox {
    border: 1px solid red;
}
.partners_block .alternative
{
	font-family: 'MuseoSansCyrl300';
    color: #FFF;
    font-size: 18px;
    text-align: center;
    margin-top: 35px;
}
.partners_block .alternative a
{
	text-transform: uppercase;
    text-decoration: underline;
}
.partners_block .partners input.error {
    border: 1px solid red;
}
.partners_block .success_form
{
	display: table-cell;
    vertical-align: middle;
    height: 346px;
    width: 639px;
    color: #FFF;
    font-size: 19px;
    text-align: center;
    line-height: 31px;
}
/*-----------------------------------------*/
.collections
{
    margin-bottom: 68px;
}
.collections .section_description
{
	font-family: 'MuseoSansCyrl300';
    color: #000;
    font-size: 14px;
    width: 479px;
    line-height: 17px;
    margin-bottom: 86px;
    margin-left: 64px;
}
.collections catalog 
{
    display: grid;
	grid-template-columns: repeat(6, 1fr);
}
.collections catalog a
{

}
.collections catalog_category 
{
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    align-content: start;
    padding-top: 20px;
}
.collections catalog a:hover {
    background-color: rgb(40, 40, 40);
    transition: all 0.3s ease;
}
.collections catalog a:hover section_picture img {
    filter: brightness(0.3);
    transition: all 0.3s ease;
}
.collections .vert_line 
{
	margin: 0 0 -62px 26px;
    border-left: 2px solid #000;
    padding-bottom: 31px;
    z-index: 2;
    height: 78px;
}
.collections .vert_line h3 
{
    font-family: 'Georgia';
    color: #000;
    font-size: 19.5pt;
    text-transform: uppercase;
    padding-left: 11px;
}
.collections section_picture 
{
    height: 221px;
}
.collections section_picture img 
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
/*------------------------------------*/
.download
{
	margin-bottom: 90px;
    margin-top: 85px;
}
.download .section_content
{
	margin: 0 auto;
}
.download .list_item
{
	float: left;
    border: 3px solid #b29672;
    width: 133px;
    height: 129px;
    padding: 20px;
	cursor: pointer;
	margin-left: 40px;
    margin-right: 40px;
}
.download .list_item.file
{
	background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/download.png') no-repeat calc(100% - 23px) calc(100% - 20px);
}
.download .list_item.link, .download .list_item.phone
{
	background: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/link.png') no-repeat calc(100% - 27px) calc(100% - 27px);
}
.download .list_item_name
{
	font-family: 'MuseoSansCyrl300';
    text-transform: uppercase;
    font-size: 18px;
}

.update_container .agree_prop .text a {
	text-decoration: underline;
}



body content .breadcrumbs {
    top: -23px;
}


body content .section_background .breadcrumbs {
    top: 18px;
}
body .section_background .breadcrumbs span {
    color: #FFF;
}











.dealers_first_block
{
	grid-column: span 3 / -1;
    height: 620px;
    display: block;
    width: 100%;
    position: relative;
}

.dealers_about_block
{
	grid-column: span 3 / -1;
	margin-top: 54px;
	height: 427px;
}

.dealers_info_block
{
	grid-column: span 3 / -1;
	margin-top: 54px;
	height: 520px;
}

.dealers_about_block wrap_cover
{
    color: #000;
    opacity: 1;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.dealers_info_block wrap_cover
{
    color: #000;
    opacity: 1;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.dealers_first_block wrap_cover
{
	color: #000;
    opacity: 1;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.dealers_models_block
{
	grid-column: span 3 / -1;
	margin-top: 54px;
}

.dealers_way_block
{
	grid-column: span 3 / -1;
	margin-bottom: 80px;
}

.dealers_way_block .news_inner_block {
    grid-template-columns: repeat(4, minmax(224px, 1fr) );
    display: grid;
    grid-column-start: 3;
    grid-gap: 59px;
    margin-left: 76px;
}

.dealers_way_block .news_inner_block .image_block
{
    margin-bottom: 8px;
}

.dealers_way_block .news_inner_block .text_block {
	text-align: center;
    font-family: 'MuseoSansCyrl300';
    font-size: 13px;
    width: 347px;
	text-align: center;
	padding: 0px;
}

.dealers_partners_block
{
	grid-column: span 3 / -1;
	margin-bottom: 80px;
}

.dealers_partners_block .partners_inner_block {
    grid-template-columns: repeat(6, minmax(131px, 1fr) );
    display: grid;
    grid-column-start: 3;
    grid-gap: 62px;
    margin-left: 76px;
}

.dealers_partners_block .partners_inner_block .image_block
{
    margin-bottom: 8px;
	text-align: center;
}

.dealers_partners_block .partners_inner_block .text_block {
	text-align: center;
    font-family: 'MuseoSansCyrl300';
    font-size: 13px;
    padding: 0px 4px;
}

.dealers_advantage_block
{
	grid-column: span 3 / -1;
    margin-bottom: 1px;
    padding-top: 38px;
}

.dealers_advantage_block .advantage_inner_block {
    grid-template-columns: repeat(6, minmax(111px, 1fr) );
    display: grid;
    grid-column-start: 3;
    grid-gap: 37px;
    margin-left: 76px;
    text-align: center;
}

.dealers_advantage_block .advantage_inner_block .image_block
{
    margin-bottom: 8px;
}

.dealers_advantage_block .advantage_inner_block .text_block {
	text-align: center;
    font-family: 'MuseoSansCyrl300';
    font-size: 13px;
    padding: 0px 4px;
}

.dealers_form_block
{
	grid-column: span 3 / -1;
    /*height: 80vh;*/
    max-height: 600px;
    display: block;
	padding-bottom: 55px;
}

.dealers_advantage_block .section_border_content {
    margin-top: -47px;
    width: 102px;
    border-top: 2px solid #000;
    margin-bottom: 45px;
}

.dealers_info_block .section_border_content {
    margin-top: -7px;
    width: 102px;
    border-top: 2px solid #000;
    margin-bottom: 5px;
}

.dealers_models_block .section_border_content {
    margin-top: -32px;
    width: 102px;
    border-top: 2px solid #000;
    margin-bottom: 58px;
}

.dealers_partners_block .section_border_content {
    margin-top: -7px;
    width: 102px;
    border-top: 2px solid #000;
    margin-bottom: 58px;
}

.dealers_way_block .section_border_content {
    margin-top: -7px;
    width: 102px;
    border-top: 2px solid #000;
    margin-bottom: 57px;
}

.all_model_link
{
	margin-top: 44px;
    margin-left: 76px;
    font-family: 'MuseoSansCyrl300';
    font-size: 13px;
}

.all_model_link a
{
	text-decoration: underline;
}

body .breadcrumbs li:not(:first-child):before {
    color: #fff;
}

body content .left_section_content .breadcrumbs li:last-child span {
    color: rgb(179, 151, 114);
}

body .left_section_content .breadcrumbs {
    width: auto;
}

body content .left_section_content .breadcrumbs {
    top: 24px;
}

body content .left_section_content .breadcrumbs span
{
	color: #FFF;
}

body content .left_section_content .section_container
{
	margin-left: 75px;
    margin-top: 39px;
	min-width: 375px;
}

body content .right_section_content
{
	padding-top: 66px;
}

body content wrap_cover .inner_container
{
	padding-left: 75px;
	margin-right: 36px;
}

body content wrap_cover .inner_container h2
{
    width: 466px;
    font-family: 'Georgia';
    font-size: 25px;
    line-height: 28px;
	margin-bottom: 43px;
}

body content .dealers_form_block h2
{
    font-family: 'Georgia';
    font-size: 25px;
    line-height: 28px;
	margin-bottom: 57px;
	padding-left: 75px;
	color: #FFF;
	padding-top: 57px;
}

body content .dealers_models_block h2
{
    font-family: 'Georgia';
    font-size: 25px;
    line-height: 28px;
	margin-bottom: 43px;
	padding-left: 75px;
}

body content .dealers_info_block wrap_cover .inner_container h2 {
    width: 466px;
    font-family: 'Georgia';
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 43px;
    margin-top: 42px;
}

body content .dealers_advantage_block h2
{
    font-family: 'Georgia';
    font-size: 25px;
    line-height: 28px;
	margin-bottom: 43px;
	padding-left: 75px;
}

body content .dealers_way_block h2
{
    font-family: 'Georgia';
    font-size: 25px;
    line-height: 28px;
	margin-bottom: 43px;
	padding-left: 75px;
}

body content .dealers_partners_block h2 {
    font-family: 'Georgia';
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 43px;
    padding-left: 75px;
}

body content wrap_cover .inner_container p
{
	font-family: 'MuseoSansCyrl300';
    font-size: 13px;
	width: 550px;
}

body content wrap_cover .inner_container ul {
	list-style-type: none;
    margin-top: 46px;
}

body content wrap_cover .inner_container ul li {
	padding-left: 2rem;
	background-image: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/img/arrow.png');
	background-position: 0 center;
    background-repeat: no-repeat;
    margin-bottom: 33px;
}

body content wrap_cover .inner_container ul li p
{
	font-family: 'MuseoSansCyrl300';
    font-size: 13px;
    width: 474px;
}

body content wrap_cover .inner_container ul li p.info
{
	font-family: 'GeorgiaItalic';
    font-size: 19px;
	line-height: 21px;
}

body content wrap_cover .inner_container .inner_block
{
	width: 330px;
}

body content wrap_cover .inner_container ul li p.info .number
{
	font-family: 'GeorgiaBoldItalic';
    font-size: 33px;
}

body content .dealers_info_block wrap_cover .inner_container ul li p.info {
    width: auto;
    text-align: right;
    line-height: 21px;
    letter-spacing: 1px;
    padding-bottom: 9px;
}

body content .dealers_info_block wrap_cover .inner_container ul li p {
    width: auto;
	text-align: right;
	line-height: 12px;
	padding-bottom: 15px;
}

body content .dealers_info_block wrap_cover .inner_container ul li:first-child p {
	padding-bottom: 0px;
    margin-bottom: -3px;
}

body content wrap_cover .inner_container h3
{
    color: rgb(179, 151, 114);
    font-family: 'GeorgiaBold';
    font-size: 30px;
	margin-bottom: 10px;
}

body content .dealers_info_block .inner_container
{
	grid-column: 1 / 2;
}

body content .dealers_info_block .image_inner_contaner
{
	grid-column: 2 / -1;
}

body .dealers_first_block .section_container ul.menu
{
	grid-template-columns: repeat(1, 1fr);
    display: grid;
}

body .dealers_first_block .left_section_content
{
	grid-column: 1 / 2;
}

body .dealers_first_block .right_section_content
{
	grid-column: 2 / -1;
}

.dealers_form_block .partners_block {
    margin: 0 auto;
}

.dealers_models_block catalog a:nth-child(n+13)
{
	display: none;
}

.dealers_models_block catalog.show_all a:nth-child(n+13)
{
	display: initial;
}

.all_model_link span
{
	cursor:pointer;
}

.dealers_about_block .image_inner_contaner
{
	background-image: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/img/info2.jpg');
    background-position: center;
}

.dealers_about_block .image_inner_contaner img
{
	display: none;
}

@media screen and (max-width: 1767px) {
	.dealers_way_block .news_inner_block {
		grid-template-columns: repeat(3, minmax(224px, 1fr) );
		grid-gap: 34px;
	}
}

@media screen and (max-width: 1682px) {
	.collections catalog {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
	.dealers_partners_block .partners_inner_block {
		grid-template-columns: repeat(5, minmax(131px, 1fr) );
	}
}
@media screen and (max-width: 1600px) {
	.partners_block {
		width: auto;
	}
	.dealers_form_block .partners_block {
		width: 609px;
	}
}
@media screen and (max-width: 900px) {
	.dealers_about_block wrap_cover {
		grid-column: 1 / -1;
		grid-template-columns: repeat(1, 1fr);
	}
	.dealers_about_block {
		grid-column: span 3 / -1;
		margin-top: 53px;
		height: auto;
	}
	.dealers_about_block .image_inner_contaner img
	{
		width: 100%;
	}
	
	.dealers_about_block .image_inner_contaner
	{
		background-image: none;
	}

	.dealers_about_block .image_inner_contaner img
	{
		display: initial;
	}
}

@media screen and (max-width: 760px) {
	.dealers_advantage_block .section_border_content {
		margin-top: 29px;
	}
	.dealers_info_block {
		height: auto;
	}
	.dealers_info_block wrap_cover {
		grid-column: 1 / -1;
		grid-template-columns: repeat(1, 1fr);
	}
	body content .dealers_info_block .image_inner_contaner {
		grid-column: 1 / -1;
	}
	.dealers_info_block .image_inner_contaner img {
		width: 100%;
	}
	.dealers_models_block catalog a:nth-child(n+7)
	{
		display: none;
	}

	.dealers_models_block catalog.show_all a:nth-child(n+7)
	{
		display: initial;
	}
	
	body .dealers_info_block .image_inner_contaner
	{
		background-image: none;
		background-position: top;
	}
	body .dealers_info_block .image_inner_contaner img
	{
		display: initial;
	}
}
@media screen and (max-width: 1500px) {
	.collections catalog {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.dealers_way_block .news_inner_block {
		grid-template-columns: repeat(2, minmax(224px, 1fr) );
		grid-gap: 34px;
	}
	
	.dealers_way_block .news_inner_block .text_block {
		width: 347px;
		text-align: center;
		padding: 0px;
	}
}

@media screen and (max-width: 1220px) {
	.collections catalog {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 1462px) 
{
	.dealers_info_block .image_inner_contaner
	{
		background-image: url(/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/img/info1.png);
		background-position: -472px 0px;
	}
	.dealers_info_block .image_inner_contaner img
	{
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.partners {
		grid-template-columns: repeat(2, minmax(100px, 1fr));
	}
	.update_container .agree_prop {
		width: auto;
	}
}

@media screen and (max-width: 1186px) {
	.dealers_partners_block .partners_inner_block {
		grid-template-columns: repeat(4, minmax(111px, 1fr) );
		grid-gap: 55px;
	}
	.dealers_partners_block .partners_inner_block .image_block {
		text-align: center;
	}
}

@media screen and (max-width: 905px) {
	.dealers_first_block wrap_cover {
		grid-template-columns: repeat(1, 1fr);
	}
	body .dealers_first_block .left_section_content {
		grid-column: 1 / 1;
	}
	body .dealers_first_block .right_section_content {
		grid-column: 1 / 1;
	}
	body .dealers_first_block .section_container ul.menu {
		grid-template-columns: repeat(2, 1fr);
	}
	body content .left_section_content .breadcrumbs {
		top: 19px;
	}
	.section_border {
		margin-top: 49px;
		margin-bottom: 33px;
	}
	body content .left_section_content .section_container {
		margin-top: 21px;
		margin-left: 63px;
	}
	.section_title {
		margin-bottom: 14px;
	}
	.section_description {
		font-size: 13px;
		margin-bottom: 26px;
	}
	body content .right_section_content {
		padding-top: 10px;
	}
	body content .right_section_content .partners_block {
		margin-left: 61px;
		width: 507px;
	}
	.partners_block {
		padding: 17px;
	}
	.partners_block .partners input {
		margin: 7px;
		height: 25px;
		font-size: 12px;
	}
	.partners_block .partners .button_container .btn {
		padding: 12px 20px;
		margin: 20px auto 0px;
		height: 38px;
		font-size: 12px;
	}
	.update_container .agree_prop .text {
		font-size: 13px;
		line-height: 11px;
		padding-left: 8px;
	}
	.partners_block .alternative {
		font-size: 14px;
		margin-top: 22px;
		margin-bottom: 8px;
	}
	.update_container .agree_prop .wrap-checkbox.active {
		background-image: url('/bitrix/components/radadoors/landing.block.list.new/templates/franchise/images/checkbox.png');
		background-size: 28px;
		background-position: 0px -32px;
	}
	.update_container .agree_prop .wrap-checkbox {
		height: 25px;
		width: 28px;
	}
	.update_container .agree_prop .element-checkbox {
		height: 26px;
		width: 28px;
	}
	.update_container .agree_prop {
		width: 383px;
	}
	body content .right_section_content {
		padding-top: 0px;
		margin-top: -32px;
	}
	body content wrap_cover .inner_container {
		padding-left: 59px;
	}
	body content wrap_cover .inner_container h2 {
		margin-bottom: 25px;
	}
	body content wrap_cover .inner_container ul {
		margin-top: 26px;
	}
	body content .dealers_advantage_block h2 {
		padding-left: 59px;
	}
	.dealers_advantage_block .advantage_inner_block {
		margin-left: 59px;
	}
	.dealers_partners_block .partners_inner_block {
		margin-left: 59px;
	}
	body content .dealers_partners_block h2 {
		padding-left: 59px;
	}
	body content .dealers_models_block h2 {
		padding-left: 59px;
	}
	body content .dealers_way_block h2 {
		padding-left: 59px;
	}
	.dealers_way_block .news_inner_block {
		margin-left: 59px;
	}
	.dealers_way_block .news_inner_block {
		grid-template-columns: repeat(1, minmax(224px, 1fr) );
		grid-gap: 34px;
	}
	body content .dealers_form_block h2 {
		padding-left: 59px;
	}
	.dealers_form_block {
		height: 421px;
		max-height: 600px;
	}
}

@media screen and (max-width: 858px) {
	body content wrap_cover .inner_container p {
		width: auto;
	}
	.dealers_partners_block .partners_inner_block .image_block {
		text-align: center;
	}
	.dealers_partners_block .partners_inner_block {
		grid-template-columns: repeat(3, minmax(111px, 1fr) );
		grid-gap: 41px;
	}
}

@media screen and (max-width: 819px) {
	.dealers_advantage_block .advantage_inner_block {
		grid-template-columns: repeat(3, minmax(111px, 1fr) );
	}
}

@media screen and (max-width: 770px) {
	.collections catalog {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.section_title {
		font-size: 29px;
	}
	.dealers_partners_block .partners_inner_block {
		grid-template-columns: repeat(2, minmax(111px, 1fr) );
		grid-gap: 15px;
	}
	.dealers_form_block .partners_block {
		width: auto;
		margin-left: 59px;
		margin-right: 59px;
	}
}

@media screen and (max-width: 690px) {
	.section_title {
		font-size: 24px;
	}
	body content .right_section_content .partners_block {
		width: auto;
		margin-right: 61px;
	}
}

@media screen and (max-width: 633px) {
	.dealers_advantage_block .advantage_inner_block {
		grid-template-columns: repeat(2, minmax(111px, 1fr) );
	}
}

@media screen and (max-width: 607px) {
	.dealers_advantage_block .advantage_inner_block {
		grid-template-columns: repeat(1, minmax(111px, 1fr) );
		margin-left: 0px;
	}
	.dealers_advantage_block .advantage_inner_block .text_block {
		width: 204px;
		margin: 0 auto;
	}
	.update_container .agree_prop {
		width: auto;
		margin-left: 6px;
	}
}

@media screen and (max-width: 547px) {
	.dealers_partners_block .partners_inner_block {
		grid-template-columns: repeat(1, minmax(111px, 1fr) );
		grid-gap: 0px;
	}
	.dealers_partners_block .partners_inner_block .text_block {
		margin-bottom: 46px;
	}
	.update_container .agree_prop {
		width: auto;
	}
}

@media screen and (max-width: 500px) {
	.collections catalog {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 490px) {
	.dealers_way_block .news_inner_block {
		margin-left: 0px;
	}
	.dealers_way_block .news_inner_block .image_block img {
		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.section_container {
		min-width: auto;
	}
	.section_title {
		font-size: 20px;
		line-height: 23px;
	}
	body content .left_section_content .section_container {
		margin-top: 17px;
		margin-left: 29px;
		margin-right: 26px;
	}
	.section_description {
		font-size: 12px;
		margin-bottom: 13px;
	}
	.left_section_content ul.menu li a {
		font-size: 10pt;
	}
	.left_section_content ul.menu li {
		margin-bottom: 4.5px;
	}
	body content .right_section_content .partners_block {
		margin-left: 28px;
		margin-right: 28px;
	}
	body content wrap_cover .inner_container {
		padding-left: 28px;
	}
	body content .dealers_advantage_block h2 {
		padding-left: 28px;
		font-size: 18px;
	}
	body content .dealers_partners_block h2 {
		padding-left: 28px;
		font-size: 18px;
	}
	.dealers_partners_block .partners_inner_block {
		margin-left: 0px;
	}
	body content .dealers_way_block h2 {
		padding-left: 28px;
		font-size: 18px;
	}
	body content .dealers_form_block h2 {
		padding-left: 28px;
		font-size: 18px;
	}
	body content .dealers_models_block h2 {
		padding-left: 28px;
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 21px;
	}
	body content .dealers_form_block h2 {
		margin-bottom: 31px;
		padding-left: 28px;
		padding-top: 35px;
		font-size: 18px;
	}
	.dealers_form_block .partners_block {
		width: auto;
		margin-left: 28px;
		margin-right: 28px;
	}
	.all_model_link {
		margin-top: 35px;
		margin-left: 33px;
	}
	.dealers_form_block {
		height: 362px;
	}
	body content .left_section_content .section_container {
		min-width: auto;
	}
	.dealers_about_block wrap_cover {
		display: block;
	}
	body content wrap_cover .inner_container h2 {
		width: auto;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	body content .dealers_info_block wrap_cover .inner_container h2 {
		width: auto;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 43px;
		margin-top: 42px;
	}
	.dealers_models_block .section_border_content {
		margin-bottom: 26px;
	}
	.collections .vert_line h3 {
		font-size: 14.5pt;
	}
	body content wrap_cover .inner_container ul li p {
		width: auto;
	}
	body content wrap_cover .inner_container p {
		width: auto;
		margin-right: 28px;
	}
	.dealers_way_block .news_inner_block .text_block {
		width: 294px;
		text-align: center;
		padding: 0px;
		margin: 0 auto;
	}
	body content .dealers_info_block wrap_cover .inner_container p {
		margin-right: 0px;
	}
	body content wrap_cover .inner_container h3 {
		font-size: 22px;
	}
	.dealers_way_block .section_border_content {
		margin-bottom: 41px;
	}
	
	.dealers_models_block catalog a:nth-child(n+5)
	{
		display: none;
	}

	.dealers_models_block catalog.show_all a:nth-child(n+5)
	{
		display: initial;
	}
	.dealers_partners_block {
		margin-bottom: 7px;
	}
}

@media screen and (max-width: 393px) {
	body content wrap_cover .inner_container {
		padding-left: 22px;
	}
	body content wrap_cover .inner_container ul li {
		padding-left: 2px;
	}
	body content .dealers_about_block wrap_cover .inner_container ul li {
		padding-left: 20px;
	}
	body content wrap_cover .inner_container ul li p.info .number {
		font-size: 25px;
	}
	body content .dealers_info_block wrap_cover .inner_container .inner_block {
		width: 277px;
	}
	body content wrap_cover .inner_container p {
		margin-right: 0px;
	}
	body content wrap_cover .inner_container {
		padding-left: 24px;
		margin-right: 10px;
	}
	body content wrap_cover .inner_container ul li p.info {
		font-size: 17px;
	}
	.dealers_form_block {
		height: 394px;
	}
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/components/radadoors/form.result.new/partners-request-form/style.css?1691541235204*/
.update_container .agree_prop .text a {
	text-decoration: underline;
}

.g-recaptcha
{
    transform: scale(0.85);
    margin-top: 7px;
}

.g-recaptcha div:first-child
{
    margin: 0 auto;
}
/* End */
/* /local/templates/radadoors_adaptiv/css/grid.css?17605763197550 */
/* /local/templates/radadoors_adaptiv/css/jquery.tosrus.all.css?152840364613292 */
/* /bitrix/components/radadoors/landing.block.list.new/templates/franchise/style.css?176057729538861 */
/* /local/templates/radadoors_adaptiv/components/radadoors/form.result.new/partners-request-form/style.css?1691541235204 */
