

/* Start:/local/components/sb/team.details/templates/.default/style.css?17007207757796*/
.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/team.details/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/team.details/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/team.details/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/team.details/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/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.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/team.details/templates/.default/style.css?17007207757796 */
/* /local/components/sb/gallery_main/templates/.default/style.css?17007359667069 */
/* /local/templates/.default/components/bitrix/main.pagenavigation/.default/style.css?16477923672820 */
