

/* 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/sok/medialib.photogal/template1/style.css?16885490201318*/
.thumbnail img{
max-width: 250px;
display: table;
margin: 0 auto;
}

.thumbnail,.caption {
display: table;
margin: 0 auto;
}
.galthumbnails {padding-left: 0 !important;}
.galthumbnails li
{
display: block;
height: auto;
float: left;
list-style: none;
/*border: 1px solid #c6c6c6;*/
/*border-radius: 5px;*/
margin-right: 20px;
margin-bottom: 20px !important;
padding-left: 0 !important;
background: none !important;
/*opacity: 0.8;*/
/*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;*/
}
/*.galthumbnails li:hover {opacity: 1;}*/
.workarea .galspan2::before{

content:none;
}
galspan2{
padding: 0;
color:#333333;
}
.galimg{
height: 110px;
padding-top: 8px;
}
.ntc {
padding: 0 10px;
text-align: center;
}
.caption .blue{
margin: 5px 0 5px 0;
}
.workarea .caption h3 {
font-size: 18px;
}
.caption h3{
font-size:18px;
}
.caption {
font-size:14px;
color:#333333;
}
.galspan2 a:visited{
color:#333333;
}

.galthumbnails{
display: table;
width: 100%;
}
.galblink{
text-decoration:none;
}

@media (max-width: 1023px) {
	.thumbnail img{height: 100px;}	
}

@media (max-width: 599px) {
	.thumbnail img{height: 70px;}
	.galthumbnails li.galspan2 {margin-right: 10px; margin-bottom: 10px !important;}
}
/* End */


/* Start:/bitrix/components/sok/medialib.photogal/fancy/source/jquery.fancybox.css?16885491474099*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/components/sok/medialib.photogal/fancy/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/sok/medialib.photogal/fancy/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/sok/medialib.photogal/fancy/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/sok/medialib.photogal/fancy/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: #C48A80;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/bitrix/components/sok/medialib.photogal/fancy/source/helpers/jquery.fancybox-buttons.css?16885491472415*/
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/bitrix/components/sok/medialib.photogal/fancy/source/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/* End */


/* Start:/bitrix/components/sok/medialib.photogal/fancy/source/helpers/jquery.fancybox-thumbs.css?1688549147717*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
/* 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/sok/medialib.photogal/template1/style.css?16885490201318 */
/* /bitrix/components/sok/medialib.photogal/fancy/source/jquery.fancybox.css?16885491474099 */
/* /bitrix/components/sok/medialib.photogal/fancy/source/helpers/jquery.fancybox-buttons.css?16885491472415 */
/* /bitrix/components/sok/medialib.photogal/fancy/source/helpers/jquery.fancybox-thumbs.css?1688549147717 */
/* /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 */
