

/* 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/sprint.editor/blocks/.default/_style.css?16706734575208*/
/* gallery */
.sp-gallery .row {
  display: flex;
  flex-wrap: wrap;
}
.sp-gallery .row > div {
  margin-bottom: 14px;
}
.sp-gallery .row > div a {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
  /*
        &: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;
        }

        &: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;
        }
        */
}
.sp-gallery .row > div a:hover span {
  visibility: visible;
  opacity: 1;
}
.sp-gallery .row > div a img {
  display: block;
  box-sizing: border-box;
  border: 2px solid #D8D8DA;
  border-radius: 0;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
}
.sp-gallery .row > div a span {
  content: "";
  display: block;
  background: rgba(50, 218, 200, 0.6) url(/local/components/sb/gallery/templates/.default/img/fullsize.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 175ms ease-in;
  z-index: 6;
}
.sp-gallery .row > div .name {
  margin-bottom: 9px;
  font-weight: bold;
}
/*
  **********************************************************
  Стили модуля
  **********************************************************
*/
/* Общие стили для блоков */
.sp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.sp-block-table table tr {
  background: #f7f7f7;
  color: #8a8a8a;
}
.sp-block-table table tr:nth-child(odd) {
  background: #e7e6e6;
}
.sp-block-table table tr:hover {
  background: #d4d4d4;
  color: #000;
}
.sp-block-table table td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px;
}
.sp-image img {
  width: 100%;
}
.sp-image-text {
  background: #eee;
  margin: 10px 0 10px;
  min-height: 250px;
}
.sp-image-text img {
  float: left;
  width: 320px;
  margin: 0 10px 10px 0;
}
.sp-iblock-elements {
  width: 350px;
  background: #ddd;
  padding: 10px;
}
.sp-properties {
  width: 400px;
  border-collapse: collapse;
}
.sp-properties_title {
  border: 1px solid #ccc;
  padding: 0 5px;
  font-weight: bold;
}
.sp-properties_text {
  border: 1px solid #ccc;
  padding: 0 5px;
}
.sp-gallery-items {
  overflow: hidden;
}
.sp-gallery-item {
  float: left;
  height: 220px;
  padding: 5px;
  /*width: 20%;*/
}
.sp-gallery-item-img-wrapper {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  color: inherit;
}
.sp-gallery-item img {
  display: block;
  max-width: 100%;
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  -moz-transform: translate(-50%, -50%) translateZ(0);
  -o-transform: translate(-50%, -50%) translateZ(0);
  -ms-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
}
.sp-gallery-item-text {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}
.sp-gallery-item-text:hover {
  opacity: 1;
}
.sp-gallery-item-text::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sp-gallery-item-text-content {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 20px;
  text-decoration: none;
  background: #ccc;
  color: #333;
}
.sp-button_link:hover {
  text-decoration: none;
  background: #333;
  color: #ccc;
}
/*accordion*/
.sp-accordion {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.sp-accordion-title {
  border-top: 1px solid #ccc;
  color: #444;
  cursor: pointer;
  padding: 10px;
  text-align: left;
}
.sp-accordion-title:first-child {
  border-top: none;
}
.sp-accordion-container {
  padding: 0 10px 10px;
  display: none;
  overflow: hidden;
}
.sp-accordion-title:after {
  content: '\02795';
  font-size: 12px;
  color: #777;
  float: right;
  margin: 2px 5px;
}
.sp-accordion-title__active:after {
  content: "\2796";
}
/*# sourceMappingURL=_style.css.map */
/* 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 */


/* Start:/local/templates/.default/components/bitrix/main.pagenavigation/.default/style.css?16477923672820*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #32DAC8;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */
/* /local/components/sb/gallery_main/templates/.default/style.css?17007359667069 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/_style.css?16706734575208 */
/* /local/templates/.default/components/bitrix/main.share/sb/style.min.css?16246601491293 */
/* /local/templates/.default/components/bitrix/main.pagenavigation/.default/style.css?16477923672820 */
