

/* Start:/local/templates/main_composite_adaptive/components/bitrix/news.list/catalog_sections/style.css?17156790621234*/
.cbanners_wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.cbanner_item {
	width: 100%;
	min-height: 200px;
	position: relative;
	overflow: hidden;
}
.cb_img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	transition: all .5s;
}
.cbanner_item:hover .cb_img{
	transform: scale(1.1);
}
.cb_name {
	background: rgba(183, 112, 103, 0.9);
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2;
	transition: background .3s;
}
.cbanner_item:hover .cb_name{
	background: rgba(185, 131, 43, 0.9);
}

@media (max-width: 1439px) {
	.cb_name {font-size: 16px;}
	.cbanner_item {min-height: 180px;}
}
@media (max-width: 767px) {
	.cbanners_wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 599px) {
	.cbanner_item {min-height: 130px;}
	.cb_name {font-size: 14px; font-weight: 400; padding: 5px 10px;}
	.cbanners_wrapper {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/news.list/designers_carousel/style.css?1705934516733*/
/*.designer-item {
	display: inline-block;
	width: 268px;
	vertical-align: top;
	padding: 20px;
	text-align: center;
}
*/
#owl_designers-list {margin: 30px 0 50px}
/*#owl_designers-list .owl-item {
	padding: 0 10px;
}*/
.designer-item {
	text-align: center;
	padding: 0 20px;
}

.designer-item>a {
	/*display: table-cell;*/
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 120px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 10px;
}
#content .designer-item>a>img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.designer-item h4 {
	margin: 0;
}
.designer-item h4>a {
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	line-height: 14px;
}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/news.list/banners/style.css?1688549020956*/
/* Styling Pagination*/

#owl_banners-list .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#owl_banners-list .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

#owl_banners-list .owl-controls .owl-page.active span,
#owl_banners-list .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.touch-no #owl_banners-list .owl-controlls {
	opacity: 1;
	left: 0;
	right: 0;
	bottom: 10px;
}

.touch-no #owl_banners-list .owl-controlls .owl-page span{
	background-color: #fff;
	border: 2px solid #c5766b;
	opacity: 1;
}
.touch-no #owl_banners-list .owl-controlls .owl-page.active span{
	background-color: #c5766b;
}

.bigbanner #owl_banners-list img {height: auto;}
/* End */


/* Start:/local/components/rl/system.empty/templates/get_main_review/style.css?1688420962995*/
.review_block {
  width: 452px;
  height: 268px;
  overflow: hidden;
  background: url(/images/rose.jpg) 95% 94% no-repeat #f1f1f1;
  background-size: 236px 79px;
}
.review_slide {
  overflow: hidden;
  width: 429px;
  height: 256px;
  display: inline-block;
  margin-right: 20px;
}
.rev_photo {
	width: 183px;
	height: auto;
	/*opacity: 0.8;*/
  margin-bottom: 0 !important;
	transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
}
/*.rev_photo:hover {opacity: 1;}*/
.review_block h3 {margin: 0 0 10px 0;}
.rev_faximile {
  color: #d55556;
  text-align: right;
}
.review_slide>p {margin: 0;}

.good_link {
  display: block;
  width: 183px;
  height: 245px;
  position: relative;
}

.good_link > span {
  display: block;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  background-color: #C58178;
  color: #fff;
  width: 100%;
  opacity: 0.8;
}
/* End */


/* Start:/local/components/rl/system.empty/templates/new_articles/style.css?1688420962507*/
.article_item {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0;
}
.article_item>a {color: #587A4B !important;}

.articles_block {
    padding: 20px;
    
}

.articles_block>h3 {margin-bottom: 20px; margin-top: 0;}

.articles {
    background: url("/images/flowers_corner.png") no-repeat scroll 95% 94% #F1F1F1;
    height: 268px;
    overflow: hidden;
    width: 452px;
}
/* End */


/* Start:/local/components/rl/system.empty/templates/map/style.css?1688420962743*/
#map_scheme {
	height: 466px;
	width: 932px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}
#map_scheme svg {
    position: absolute;
    top: -67px;
    left: 0px;
	/*height: 466px;*/
    height: 533px;
	width: 932px;
}
#map_scheme polygon {
    /*fill: #FFDBA4;*/
    opacity: 0;
    cursor: pointer;
}
#map_marker {
	position: absolute;
	display: none;
	text-align: left;
}
#map_marker>img {
	width: 40px;
	height: auto;
	vertical-align: middle;
}
#map_marker>span {
	background-color: #fff;
	padding: 5px;
	border-radius: 10px;
	vertical-align: middle;
	position: relative;
	left: -4px;
	font-family: 'Open Sans', sans-serif;
}

@media (max-width: 960px) {
	#map_scheme {display:none;}
}
/* End */
/* /local/templates/main_composite_adaptive/components/bitrix/news.list/catalog_sections/style.css?17156790621234 */
/* /local/templates/main_composite_adaptive/components/bitrix/news.list/designers_carousel/style.css?1705934516733 */
/* /local/templates/main_composite_adaptive/components/bitrix/news.list/banners/style.css?1688549020956 */
/* /local/components/rl/system.empty/templates/get_main_review/style.css?1688420962995 */
/* /local/components/rl/system.empty/templates/new_articles/style.css?1688420962507 */
/* /local/components/rl/system.empty/templates/map/style.css?1688420962743 */
