

/* Start:/local/components/sb/gallery_main/templates/.default/style.css?17007359667069*/
.about .photo .gallery > div .name {
  margin-bottom: 9px;
  font-weight: bold;
}
.about .photo .gallery > div .img-wrap {
  position: relative;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}
.about .photo .gallery > div .img-wrap:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.about .photo .gallery > div .img-wrap>span {
  content: "";
  display: block;
  background: rgba(50, 218, 200, 0.6) url('/local/components/sb/gallery_main/templates/.default/img/fullsize.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  right: 16px;
  bottom: 16px;
  width: auto; 
  height: auto;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 175ms ease-in;
  z-index: 6;
}
.about .photo .gallery > div .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.about .photo .gallery > div > .modal-body {
  display: none !important;
}
.about .modal {
  background: rgba(51, 51, 51, 0.88);
  margin: auto !important;
  padding: 0 !important;
}
.about .modal .modal-dialog {
  height: 84vh;
  margin: 8vh auto !important;
  min-height: 300px !important;
  overflow: hidden;
  max-width: 90vw;
  background: transparent;
}
.about .modal .modal-dialog .modal-content {
  position: relative;
  border: none;
  height: 100%;
  padding: 0 !important;
}
.about .modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0;
  border: 0;
}
.about .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  color: #fff;
  opacity: 0.5;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-shadow: none;
  z-index: 101;
  outline: 0;
  background: url("/local/components/sb/gallery_main/templates/.default/img/close.png") no-repeat center;
  top: -5px;
  right: 10px;
}
.about .modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: .9;
}
.about .modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  padding: 0;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter {
  height: 100%;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper {
  position: relative;
  height: 100%;
  padding-bottom: 180px;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev,
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSNext {
  background: none;
  height: 100%;
  top: 0;
  left: 0;
  width: 50%;
  padding-bottom: 160px;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev span,
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSNext span {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -100px;
  opacity: .9;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
  background-image: url("/local/components/sb/gallery_main/templates/.default/img/left.png");
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSNext {
  left: auto;
  right: 0;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lSAction .lSNext span {
  right: 10px;
  background-image: url("/local/components/sb/gallery_main/templates/.default/img/right.png");
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lightSlider {
  height: 100% !important;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lightSlider li {
  height: 100%;
  text-align: center;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSSlideWrapper .lightSlider li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li {
  position: relative;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li.active,
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li:hover {
  border-radius: 0;
  cursor: pointer;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li.active:after {
  content: "";
  display: block;
  background: rgba(50, 218, 200, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li a {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li a:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.about .modal .modal-dialog .modal-content .modal-body .lSSlideOuter .lSGallery li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
html.bx-touch .lSSlideOuter .lSSlideWrapper .lSAction {
  display: none !important;
}
html.bx-touch .about .modal .modal-dialog {
  height: 84%;
  margin: 8% auto !important;
}
@media screen and (max-width: 767px) {
  article .section .box .photo .row.gallery div {
    display: block;
  }
}
.gallery_image_holder { position: relative; height: 100%;
  width: 100%;
  object-fit: contain;
}
.caption {
    background-color: rgba(0, 0, 0, 0.75);
    height: 35px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    color: white;
    width: 100%;
}
.caption p {
    margin:0; color: #fff !important;
}
.img-wrap {
	padding-bottom: 16px;
}
.about .photo .gallery > div .img-wrap img {
	display: block;
	box-sizing: border-box;
	border: 2px solid #D8D8DA;
	border-radius: 0px;
	position: relative;
	z-index: 3;
	width: calc(100% - 16px);
}
.about .photo .gallery > div .img-wrap:before {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	border: 2px solid #D8D8DA;
	border-radius: 0px;
	background: #fff;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	z-index: 2;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
}
.about .photo .gallery > div .img-wrap:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	border: 2px solid #D8D8DA;
	border-radius: 0px;
	background: #fff;
	top: 16px;
	left: 16px;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
}
.about .photo .gallery > div .img-wrap:hover span {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.about .photo .gallery > div .img-wrap {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 16px; 
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/main.share/sb/style.min.css?16246601491293*/
a.share-switch{display:block;width:20px;height:20px;background:scroll transparent url('/local/templates/.default/components/bitrix/main.share/sb/images/share.gif') center center no-repeat}.share-window-parent{position:relative}table.bookmarks-table{padding:0;height:19px;// height:18px}.share-dialog{z-index:1000;position:absolute;top:0}.share-dialog-left{left:18px}.share-dialog-right{right:18px}.share-dialog-inner-left{background:scroll transparent url('/local/templates/.default/components/bitrix/main.share/sb/images/background.gif') right center no-repeat;padding:0 1px 1px 4px;// padding:1px 1px 1px 4px}.share-dialog-inner-right{background:scroll transparent url('/local/templates/.default/components/bitrix/main.share/sb/images/background-right.gif') left center no-repeat;padding:0 4px 1px 1px;// padding:1px 4px 1px 1px}td.bookmarks{padding-left:2px!important;padding-right:2px!important;padding-top:1px!important;padding-bottom:0!important;border:none!important}.bookmarks a{background:none no-repeat scroll center center transparent;display:block;width:16px;height:16px;overflow:hidden}.bookmarks a.vk{background-image:url('/local/templates/.default/components/bitrix/main.share/sb/images/vk.gif')}.bookmarks a.facebook{background-image:url('/local/templates/.default/components/bitrix/main.share/sb/images/facebook.gif')}.bookmarks a.twitter{background-image:url('/local/templates/.default/components/bitrix/main.share/sb/images/twitter.gif')}.bookmarks a.delicious{background-image:url('/local/templates/.default/components/bitrix/main.share/sb/images/delicious.gif')}.bookmarks a.lj{background-image:url('/local/templates/.default/components/bitrix/main.share/sb/images/lj.gif')}.bookmarks a.mailru{background-image:url('/local/templates/.default/components/bitrix/main.share/sb/images/mailru.gif')}
/* End */
/* /local/components/sb/gallery_main/templates/.default/style.css?17007359667069 */
/* /local/templates/.default/components/bitrix/main.share/sb/style.min.css?16246601491293 */
