

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

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

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

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

seo_block wrap_cover {
	background-color: rgba(40,40,40, 0.9);
	color: white;
	opacity: 1;
	width: 100%;
	height: 100%;
}

slide_description {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(20,20,20, 0.4);
	left: 0;
	right: 0;
	bottom: 15px;
	color: white;
	grid-column: span 2 / -1;
	grid-row: 1 / 2;
}

slide_description h2 {
    font-family: 'MuseoSansCyrl300';
    font-size: 16px;
    font-weight: normal;
    margin: 5px 29px 5px 29px;
}

slide_description p {
	font-family: 'MuseoSansCyrl300';
    font-size: 12px;
	font-weight: 200;
	margin: 5px 29px 5px 29px;
}

slide_description button {
	background: none;
	border: none;
	cursor:pointer;
}


slide_description img {
	margin: 5px 15px 5px 15px;
	height: 40px;
}

slide_description div {
	flex: 1 1 auto;
	margin: 5px 15px 5px 15px;
}


seo_block wrap_cover p {
	margin: 30px 60px 30px 35px;
}


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

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

.slider.single-item
{
	grid-column: span 2 / -1;
    height: 80vh;
    max-height: 600px;
	display: block;
}

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

/*p {
	margin: 5px 0 5px 10px;
    font-size: 14px;	
	font-weight: 400;
}*/

promo_headline {
	background-color: rgb(250, 250, 250);
}

.line_bottom {
	width: 100px;
	height: 50px;
	border-bottom: 1px solid black;
}

promo_headline p, comment_headline p{
	margin: 0 60px 30px 35px;
}

promo_picture {
	min-height: 60vh;
	width: 100%;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/promo.jpg");
	background-size: cover;
	background-position: left center;
}





section_picture {
	height: 320px;
}

section_picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}




why_rd {
	display: grid;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/why_rd.jpg");
	background-size: cover;
	background-position: center;
	color: white;
	}

why_rd .line_bottom {
	border-bottom: 1px solid white;
	}

advantage {
	height: 250px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

advantage:hover default_block {
	display: none;
}

default_block {
	display: grid;
	grid-template-columns: min-content;
	grid-template-rows: 1fr 1fr;
	justify-content: center;
	justify-items: center;
	align-content: stretch;

}

default_block img {
	height: 80px;
	align-self: end;
	border-bottom: 1px solid white;
	width: 150px;
	margin-top: 50px;
}

default_block h4 {
    text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin: 10px 0 10px 0;
}

hover_block {
	display: none;
}

advantage:hover hover_block {
	display: grid;
	height: 300px;
	width: 300px;
	align-content: center;
}

hover_block {
	background-color: rgb(40, 40, 40);
	justify-self: center;
	align-self: center;
	background-color: rgb(248, 248, 248);
	border: 3px solid rgb(179, 151, 114);
	background-size: 60px;
	background-position: right top;
	background-repeat: no-repeat;
}

hover_block h4 {
	color: rgb(179, 151, 114);
    text-transform: uppercase;
	margin: 30px 30px 5px 30px;
	font-size: 14px;

}

hover_block p {
	color: black;
	font-size: 12px;
	margin: 0 30px 30px 30px;
}





.quad_frame {
	width: 160px;
	height: 160px;
	border: 3px solid rgb(179, 151, 114);
	margin: 50px auto 50px auto;
	text-align: right;
	transition: all 0.3s ease;
}

.quad_frame span {
	display: block;
    text-transform: uppercase;
	margin: 25px 0 0 40px;
	font-size: 18px;
	text-align: left;
}

.quad_frame img {
	display: block;
	margin: 25px 0 0 50px;
	margin: 10px 5px 0 115px;
	height: 30px;
	width: auto;
}

.quad_frame:hover {
	background-color: rgb(229, 228, 226);
}


comment {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
	width: 100%;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/Comment-background.jpg");
	background-size: cover;
	background-position: center;
}

comment button {
	background: none;
	border: none;
	cursor:pointer;
}

comment img {
	height: 60px;
	width: auto;
	margin: 0 5px 0 5px;
}

comment div {
	max-width: 500px;
	margin: 0 20px 0 20px;
}

comment h3 {
	margin: 20px 0 0 0;
	font-size: 22px;
}

comment span {
	font-family: 'Georgia';
    font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-style: italic;
	color: rgb(179, 151, 114);
}

comment p {
	margin: 0 0 20px 0;
}

.ymaps {
	height: 80vh;
	max-height: 600px;
	background-position: center;
}

body .breadcrumbs {
	position: relative;
	top: 23px;
	left: 35px;
	right: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	width: calc(100vw - 250px - 45px);
	list-style-type: none;
}

body .breadcrumbs li span, body .breadcrumbs li a span {
	text-transform: lowercase;
	white-space: nowrap;
}

body .breadcrumbs li:last-child {
	color: rgb(179, 151, 114);
}

body .breadcrumbs li:not(:first-child):before {
    color: #000;
    content: "/";
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

body .breadcrumbs li:not(:first-child) span[itemprop="item"], body .breadcrumbs li:not(:first-child) a[itemprop="item"] {
	padding-left: 12px;
}

body .breadcrumbs li:first-child {
    margin-right: 7px;
}

body .breadcrumbs li.last_item {
    margin-left: 7px;
}

@media screen and (max-width: 500px) {	
	content, catalog, why_rd, .slider.single-item  {
		grid-template-columns: 1fr;
	}
	.slider.single-item {
		grid-column: span 2 / -1;
	}
	promo_headline, seo_block, comment_headline {
		grid-column: span 2 / -1;
	}	
	promo_picture, comment, where {
		grid-column: span 2 / -1;
	}
	catalog {
		display: grid;
		grid-column: span 2 / -1;
	}
	a:nth-child(even) catalog_category > section_picture {
		grid-row-start: auto;
	}
	.vert_line {
		margin-bottom: 15px;
	}
	.vert_line {
		margin: 35px 0 -40px 20px;
		padding: 0 0 60px 0;
	}
	h1 {
		font-size: 24px;
	}
	catalog_category h3 {
		margin: 0 35px 5px 15px;
	}
	.vert_line p {
		display: none;
	}
	slide_description {
		grid-row: 2 / 3;
	}
	why_rd {
		display: none;
	}
}

@media screen and (min-width: 500px) and (max-width: 1300px) {	
	content, catalog, why_rd {
		grid-template-columns: repeat(2, 1fr);
	}
	promo_headline, seo_block, comment_headline {
		grid-column: 1 / -1;
	}
	promo_picture, comment {
		grid-column: 1 / -1;
	}
	h1 {
		font-size: 34px;
	}
	h3 {
		font-size: 18px;
	}
	slide_description {
		grid-row: 2 / 3;
	}
}

@media screen and (min-width: 1300px) and (max-width: 2000px) {	
	content, catalog, why_rd {
		grid-template-columns: repeat(3, 1fr);
	}
	promo_headline, comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, comment {
		grid-column: 2 / -1;
	}
	seo_block {
		grid-column: 1 / -3;
	}
}

@media screen and (min-width: 2000px)  {	
	content, catalog, why_rd {
	grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
	}
	promo_headline, comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, comment {
		grid-column: 2 / -1;
	}
	seo_block {
		grid-column: 1 / -3;
	}
}

@media screen and (max-width: 1100px)
{
	body .breadcrumbs {
		width: calc(100vw - 25px - 45px);
	}
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/catalog-detail.css?17605744339550*/
content {
	display: grid;
	grid-template-columns: 	1fr;
	margin-left: 265px;
	justify-items: stretch;
	overflow: hidden;
}


.text_block ul {
    padding-left: 18px;
}


/*   ======= SEO BLOCK ========    */

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

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

h2 {
	font-family: 'Georgia';
    font-size: 22px;
    text-transform: uppercase;
	font-weight: normal;
	margin: 0px 5px 10px 0px;
}

seo_block {
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/Collection-Nature/nature-cover.jpg");
	background-position: 0% 50%;
	background-size: cover;
	overflow: show;
	min-height: 400px;
}

seo_block p {
	margin: 5px 25px 25px 35px;
    font-size: 14px;	
	font-weight: 400;
	max-width: 500px
}

.slogan {
	font-family: 'MuseoSansCyrl300';    
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	margin: 25px 0 25px 35px;
}








/*   ======= COLLECTION BLOCK ========    */

.collection_block {
	/* border: 1px solid green; */
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/Collection-Nature/nature-background3.jpg");
	background-size: cover;
    color: white;
    padding: 0 0 30px 0;
}

.collection_block.new {
	background: #FFF;
    color: #000;
    padding: 0 0 30px 0;
}

.collection_block.new .model_block img {
    width: 144px;
}

.collection_block.new .models_list {
    grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
}

seo_block.new {
    min-height: 1024px;
	color: #FFF;
	position: relative;
}

seo_block.new .line_bottom {
    width: 100px;
    height: 50px;
    border-bottom: 1px solid #FFF;
}

seo_block.new .inner_content {
	width: 470px;
	background: url('/local/templates/radadoors_adaptiv/css/../images/opacity.png');
	padding: 25px 25px;
	position: absolute;
    bottom: 105px;
}

seo_block.new .inner_content h1, seo_block.new .inner_content .slogan, seo_block.new .inner_content p {
    margin: 0px;
}

seo_block.new .inner_content p {
	margin-top: 15px;
}

seo_block.new .inner_content .slogan {
	margin-top: 11px;
}

body .vert_line {
	margin: 0 0 -25px 15px;	
	border-left: 1px solid grey;
	left: 35px;
	z-index: 3;
	height: 120px;
	border-left: 1px solid white;
	padding: 45px 0 0 10px;
}

.models_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
	justify-content: start;
	justify-items: start;
	margin: -0 0 0 25px;	
	overflow: auto;
	/*border: 1px solid red;*/
}

.model_block {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px 0;

	/*border: 1px solid green;*/
	/*margin: -0 20px 0 0;	*/
}

.model_block img {
	width: 70px;
}

.model_block p {
    text-transform: uppercase;
    font-size: 12px;
	margin: 0px;
}








/*   =======  GET PRICE  ========    */

.get_price {
	display: grid;
	justify-content: center;
	/*justify-self: center;*/
	/*grid-template-columns: 100px max-content 100px;*/
	/*border: 1px solid green;*/
	margin-top: 30px;
}

.get_price .models_list {
    max-width: 1000px;
    width: calc(100vw - 250px);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	justify-content: stretch;
	justify-items: center;
	/*border: 1px solid red;*/
	margin: 0;
}

.get_price .model_block {
	display: flex;
	flex-flow: column nowrap;
	/*justify-content: stre;*/
	align-items: center;
	margin: 0 0 30px 0;
	/*border: 1px solid blue;*/
	position: relative;
}

.get_price .model_block img {
	width: 120px;
}

.get_price .model_block p {
    text-transform: uppercase;
    font-size: 12px;
}

.get_price_hover {
	display: none;
}

.model_block:hover .get_price_hover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 42%;
	background-color: rgb(179,151,114);
	text-align: center;
	color: white;
	height: 30px;
	width: 100%;
	font-family: 'Georgia';
    font-size: 14px;
	font-weight: normal;
    text-transform: uppercase;
	/*border: 3px solid brown;*/
	cursor: pointer;
}






/*   ======= DESCRIPTION BLOCK ========    */

.description_block{
/*   border: 3px solid red; */
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 515px));
  justify-content: center;
  grid-auto-flow: dense;
  margin-bottom: 30px;
}

.description_block > * {
/*    border: 3px solid green; */
}

.description_block p {
	font-size: 14px;
	margin: 0px;
}

.description_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}

.description_block :nth-child(4n-1) {
  grid-column-start: 2;
}

.description_block :nth-child(4n-1).text_block {
  text-align: end;
/*   border: 3px solid green; */
}

.text_block{
  align-self: center;
  margin: 40px;
}

.text_block .slogan {
	margin: 0px 5px 10px 0px;
}






/*   ======= SLIDER ========    */

.slide {
	height: 80vh;
	max-height: 800px;
	position: relative;
	top: 0;
}

.slide img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide .text_block {
	position: absolute;
	top: 50px;
	right: 50%;
	text-align: right;
	max-width: 300px;
	margin: 0;
}

.slide h3 {
	margin: 0;
}

.slide .text_block p {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.slide.light .text_block p, .slide.light h3 {
	color: #000;
}
.slide.dark .text_block p, .slide.dark h3 {
	color: #FFF;
}

body .slick-dots {
    position: absolute;
    bottom: 34px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots.light li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: url(/local/templates/radadoors_adaptiv/css/../images/slider_dots_dark.png) no-repeat 0px -11px;
}

.slick-dots.dark li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: url(/local/templates/radadoors_adaptiv/css/../images/slider_dots.png) no-repeat 0px -11px;
}

/*   ======= МЕДИА ЗАПРОСЫ ========    */
@media screen and (min-width: 800px) {	
	.models_list {
		margin: 0 0 0 45px;	
	}
	.get_price .models_list {
		grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
	}
	.get_price .model_block img {
		width: 140px;
	}
	.get_price .model_block p {
		text-transform: uppercase;
		font-size: 14px;
	}
}

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

@media screen and (max-width: 400px) {	
	body .breadcrumbs {
		top: 22px;
		left: 35px;
		font-size: 12px;
		width: calc(100vw - 25px - 45px);
	}
	.get_price .model_block:nth-child(n+5)
	{
		display: none;
	}
}

@media screen and (max-width: 340px) {	
	body .breadcrumbs {
		top: 22px;
		left: 35px;
		font-size: 10px;
		width: calc(100vw - 25px - 45px);
	}
	body .breadcrumbs span {
		margin: 0 2px 0 2px;
	}
}

@media screen and (max-width: 540px) {	
	.description_block {
		grid-template-columns: 1fr;
	}
	.description_block :nth-child(4n-1) {
		grid-column-start: auto;
	}
	.description_block :nth-child(4n-2) {
		align-self: start;
		margin-left: auto;
	}
	.description_block img {
		width: calc(100vw - 25px - 40px);
		min-height: 250px;
	}
}
.slider.single-item.catalog-slider
{
	max-height: 773px;
}

.slider.single-item.catalog-slider .black_btn {
    text-decoration: none;
    color: #000;
    font-family: pfbeausans;
    font-size: 10.48pt;
    border: 3px solid #c09f70;
    text-transform: uppercase;
    padding: 17px 60px 17px 15px;
    background: url(/local/templates/radadoors_adaptiv/css/../images/arrow_link_small.png) no-repeat calc(100% - 12px);
}
.slider.single-item.catalog-slider .white_btn
{
    text-decoration: none;
    color: #FFF;
    font-family: pfbeausans;
    font-size: 10.48pt;
    border: 3px solid #c09f70;
    text-transform: uppercase;
    padding: 17px 60px 17px 15px;
    background: url(/local/templates/radadoors_adaptiv/css/../images/arrow_link_small_white.png) no-repeat calc(100% - 12px);
}

.slider.single-item.catalog-slider .configurator_link
{
    text-decoration: none;
    color: #FFF;
    font-family: pfbeausans;
    font-size: 10.48pt;
    border: 3px solid #c09f70;
    text-transform: uppercase;
    padding: 17px 60px 17px 15px;
    background: url(/local/templates/radadoors_adaptiv/css/../images/arrow_link_small_white.png) no-repeat calc(100% - 12px);
}

body .slider.single-item.catalog-slider .slick-next {
    right: 0px;
    background: url(/local/templates/radadoors_adaptiv/css/../images/arrow_background.png);
    background-size: 21px;
    top: calc(50% - 13px);
    height: 91px;
    width: 48px;
}
body .slider.single-item.catalog-slider .slick-prev {
    left: 0px;
    background: url(/local/templates/radadoors_adaptiv/css/../images/arrow_background.png);
    background-size: 21px;
    top: calc(50% - 13px);
    height: 91px;
    width: 48px;
}

@media screen and (max-width: 1100px) {
	.get_price .models_list {
	    width: calc(100vw - 25px);
	}
}


body .slider.single-item.catalog-slider .slick-prev:before 
{
    content: '';
	background: url(/local/templates/radadoors_adaptiv/css/../Icons/left1px.svg) no-repeat center;
	width: 100%;
    height: 100%;
    background-size: 20px;
    display: block;
}
body .slider.single-item.catalog-slider .slick-next:before
{
	content: '';
    background: url(/local/templates/radadoors_adaptiv/css/../Icons/right1px.svg) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 20px;
    display: block;
}
body .get_price .model_block p.impl_color_name
{
	text-transform: lowercase;
}

body content .description_block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 300px;
}
/* End */
/* /local/templates/radadoors_adaptiv/css/grid.css?17605763197550 */
/* /local/templates/radadoors_adaptiv/css/catalog-detail.css?17605744339550 */
