

/* Start:/local/templates/main_composite_adaptive/components/bitrix/news.detail/expert_center/style.css?1717596068206*/
#rec_carousel {
    margin: 50px 0;
}
#rec_carousel .itemlist_owl.owl-theme .owl-controlls {
    top: -20px;
    left: auto;
    right: 0;
}
.pubdates {font-size: 12px;}
.pubdates date {font-style: italic;}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/system.pagenavigation/square/style.css?1735302239787*/
.nav-pages {text-align: right; padding-right: 40px;}
.toppager .nav-pages {text-align: left; padding-right: 0;}
.toppager {margin-bottom: -30px;}

.nav-pages>a, .nav-pages>.nav-current-page {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	margin-bottom: 10px;
}

.nav-pages>a {background-color: #c5e0d7;}
.nav-pages>.nav-current-page {background-color: #c49488;}

.navtext {
	font-size: 12px;
	color: #7f7f7f;
	margin-right: 10px;
    position: relative;
    top: 7px;
}

@media (max-width: 599px) {
	.nav-pages>a, .nav-pages>.nav-current-page {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.navtext {top: 0;}
}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/catalog.section/wide/style.css?17059234483202*/
#filtersection {
  position: relative;
  z-index: 20;
  /*display: inline-block;*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sectionlabel {
  float: left;
  margin:9px 10px 0 0;
  color: #585656;
  font-family: 'Open Sans Condensed',sans-serif;
  font-size: 18px;
}

#itemlist {
  margin: 0;
  padding: 0 5px 30px 5px;
  list-style-type: none;
  /*width: 647px;*/
  background: url(/images/separator1.png) bottom center no-repeat;
  background-size: 930px 29px;
  position: relative;
  z-index: 0;
}
.noback {background: none !important;}
.n_item {
  display: inline-block;
  width: 202px;
  /*overflow: hidden;*/
  text-align: center;
  margin:30px 33px 0 0;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  position: relative;
  z-index: 0;
  background: none !important;
  padding: 0 !important;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .n_item {margin:30px 21px 0 0 !important;}
}
.endline {margin-right: 0;}
.n_item img {
  /*width: 200px;
  height: 267px;*/
  width: 100%;
  height: auto;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
/*opacity: 0.8;*/
  position: relative;
  z-index: 10;
  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;
}

/*.touch-yes .n_item img {opacity: 1;}*/
.imglink {
  display: inline-block;
  overflow: hidden;
  width: 200px;
  height: 267px;
}
.touch-no .n_item:hover img {
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.msie9 .n_item:hover img {transform: none;}

.item_name {margin: 5px 0;}
.item_name a {
  text-decoration: none !important;
  text-transform: uppercase;
  color: #c68279;
}
.item_cost {
  color: #d85555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
}
.item_cost span {
  color: #7d7d7d;
  text-decoration: line-through;
}
.salemarker {
  width: 64px;
  height: 64px;
  background: url(/images/item_markers/sale.png) 0 0 no-repeat;
  background-size: 64px 64px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 20;
}

.luxmarker {
  width: 60px;
  height: 62px;
  background: url(/images/item_markers/lux.png) 0 0 no-repeat;
  background-size: 60px 62px;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 20;
}

.newmarker {
  width: 56px;
  height: 28px;
  background: url(/images/item_markers/new.png) 0 0 no-repeat;
  background-size: 56px 28px;
  position: absolute;
  top: 238px;
  right: 0;
  z-index: 20;
}

.supbicture {
  display: table;
  width: 100%;
  margin-top: 6px;
}

.item_designer {
  display: table-cell;
  text-align: left;
  margin: 0;
  padding-left: 10px;
  line-height: 12px;
}

.item_designer > a {
    color: #6A7277 !important;
    font-size: 14px;
    position: relative;
    text-decoration: none !important;
    top: -4px;
}


.item_designer>a {
  color: #6a7277 !important;
  font-size: 14px;
  text-decoration: none !important;
}

.sbHolder {float: left; margin-right: 10px;}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/catalog.section/wide_recommended/style.css?17392672334086*/
#filtersection {
  position: relative;
  z-index: 20;
  left: 440px;
  display: inline-block;
}

.sectionlabel {
  float: left;
  margin:9px 10px 0 0;
  color: #585656;
  font-family: 'Open Sans Condensed',sans-serif;
  font-size: 18px;
}

.itemlist {
  margin: 0;
  padding: 0 5px 30px 5px;
  list-style-type: none;
  /*width: 647px;*/
  background: url(/images/separator1.png) bottom center no-repeat;
  background-size: 930px 29px;
  position: relative;
  z-index: 0;
}
.noback {background: none !important;}
.n_item {
  display: inline-block;
  width: 202px;
  /*overflow: hidden;*/
  text-align: center;
  margin:30px 33px 0 0;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  position: relative;
  z-index: 0;
  background: none !important;
  padding: 0 !important;
  vertical-align: top;
}
.endline {margin-right: 0;}
.n_item img {
  width: 200px;
  height: 267px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
/*opacity: 0.8;*/
  position: relative;
  z-index: 10;
  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;
}

/*.touch-yes .n_item img {opacity: 1;}*/
.imglink {
  display: inline-block;
  overflow: hidden;
  width: 200px;
  height: 267px;
}
.touch-no .n_item:hover img {
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.msie9 .n_item:hover img {transform: none;}

.item_name {margin: 5px 0;}
.item_name a {
  text-decoration: none !important;
  text-transform: uppercase;
  color: #c68279;
}
.item_cost {
  color: #d85555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
}
.item_cost span {
  color: #7d7d7d;
  text-decoration: line-through;
}
.salemarker {
  width: 64px;
  height: 64px;
  background: url(/images/item_markers/sale.png) 0 0 no-repeat;
  background-size: 64px 64px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 20;
}

.luxmarker {
  width: 60px;
  height: 62px;
  background: url(/images/item_markers/lux.png) 0 0 no-repeat;
  background-size: 60px 62px;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 20;
}

.newmarker {
  width: 56px;
  height: 28px;
  background: url(/images/item_markers/new.png) 0 0 no-repeat;
  background-size: 56px 28px;
  position: absolute;
  top: 238px;
  right: 0;
  z-index: 20;
}

.supbicture {
  display: table;
  width: 100%;
  margin-top: 6px;
}

.item_designer {
  display: table-cell;
  text-align: left;
  margin: 0;
  padding-left: 10px;
  line-height: 12px;
}

.item_designer > a {
    color: #6A7277 !important;
    font-size: 14px;
    position: relative;
    text-decoration: none !important;
    top: -4px;
}

.item_designer>a {
  color: #6a7277 !important;
  font-size: 14px;
  text-decoration: none !important;
}

.sbHolder {float: left; margin-right: 10px;}
.itemlist_owl {padding-left: 0;}
.itemlist_owl.owl-theme .owl-controlls {
  top: -45px;
  left: 340px;
}
.touch-no .itemlist_owl.owl-theme .owl-controlls {opacity: 1; display: block;}
.touch-no .itemlist_owl.owl-theme .owl-controlls .owl-buttons {display: block;}
.touch-no .itemlist_owl.owl-theme .owl-controlls .owl-buttons div {display: inline-block;}

.owl-theme .owl-controlls .owl-buttons div.owl-next, .owl-theme .owl-controlls .owl-buttons div.owl-prev {
  font-family:'FontAwesome';
  color: #d6897f;
  font-size: 30px;
  background: none;
}

@media (max-width: 600px) {
  .itemlist_owl.owl-theme .owl-controlls {left: 200px;}
}

#content #moreRecommendedTrigger {display: none;}
@media (max-width: 479px) {
  #recommended_goods .n_item {display: none;}
  #recommended_goods .n_item.alwaysVisible {display: block;}

  #content #moreRecommendedTrigger {
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: -20px;
    width: 100%;
  }
  #moreRecommendedTrigger>span {
    font-size: 16px;
    width: 100%;
  }
}
/* End */
/* /local/templates/main_composite_adaptive/components/bitrix/news.detail/expert_center/style.css?1717596068206 */
/* /local/templates/main_composite_adaptive/components/bitrix/system.pagenavigation/square/style.css?1735302239787 */
/* /local/templates/main_composite_adaptive/components/bitrix/catalog.section/wide/style.css?17059234483202 */
/* /local/templates/main_composite_adaptive/components/bitrix/catalog.section/wide_recommended/style.css?17392672334086 */
