<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b-gallery-container {
  width: 632px;
  margin: 1em auto;
  font-weight: normal;
  font-style: normal;
}
.b-gallery__container {
  -webkit-transition: box-shadow linear .5s;
  transition: box-shadow linear .5s;
  position: relative;
  clear: both;
  width: auto;
  border: 1px solid #c0c0c0;
  z-index: 200;
  background: #f5f5f5;
  text-align: left;
}
.b-gallery__container:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.b-gallery__container_active {
  z-index: 205;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.b-gallery__wrapper {
  width: 100%;
  overflow: hidden;
}
.b-gallery__wrapper-inner {
  /*width: 980px; /* default site width */
  width: 962px;
}
.b-gallery__main {
  position: relative;
  float: left;
  width: 632px;
  /* main column + paddings */
}
.b-gallery__slider {
  position: relative;
}
.b-gallery__slider__control {
  -webkit-transition: opacity linear .2s;
  transition: opacity linear .2s;
  display: block;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -25px;
  padding: 0;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000;
}
.b-gallery__slider__control:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.b-gallery__slider__control_prev {
  left: 10px;
}
.b-gallery__slider__control_prev:before {
  border-right: 24px solid #fff;
}
.b-gallery__slider__control_next {
  right: 10px;
}
.b-gallery__slider__control_next:before {
  border-left: 24px solid #fff;
}
.b-gallery__slider:hover .b-gallery__slider__control {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.b-gallery__slider__control:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.b-gallery__slider__control_active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.b-gallery__slider__photo {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.lt-ie8 .b-gallery__slider__photo {
  display: inline;
  zoom: 1;
}
.b-gallery__slider__photo-outer {
  width: 632px;
  height: 460px;
  margin: auto;
  padding: 10px 0 0;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.b-gallery__slider__photo-outer:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.b-gallery__slider__video {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .b-gallery__slider__video {
  display: inline;
  zoom: 1;
}
.b-gallery__slider__video:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.b-gallery__slider__video &gt; iframe {
  display: inline-block;
  vertical-align: middle;
}
.b-gallery__slider__data {
  height: 18px;
  padding: 10px;
  overflow: hidden;
  text-align: right;
}
.b-gallery__slider__trigger {
  float: left;
  margin-top: 5px;
  cursor: pointer;
  font-size: 11px;
  color: #c0c0c0;
  font-weight: bold;
  text-decoration: underline;
}
.b-gallery__slider__counter {
  display: inline-block;
  margin-left: 10px;
  padding: 0 8px;
  border-radius: 3px;
  background: #333;
  font-size: 12px;
  color: #fff;
}
.lt-ie8 .b-gallery__slider__counter {
  display: inline;
  zoom: 1;
}
.b-gallery__slider__source {
  margin-top: 5px;
  padding-right: 10px;
  text-align: right;
  font-size: 10px;
  color: #c0c0c0;
}
.b-gallery__miniature {
  position: relative;
  overflow: hidden;
  width: 630px;
}
.b-gallery__miniature__control {
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 0;
  width: 28px;
  height: 60px;
  padding: 0;
  border: 1px solid #c1c1c1;
  cursor: pointer;
  opacity: 0;
  z-index: 220;
  background: #626262;
  background: rgba(0, 0, 0, 0.5);
}
.b-gallery__miniature__control:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -9px;
  margin-left: -7px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.b-gallery__miniature__control_prev {
  left: 0px;
  opacity: 1;
}
.b-gallery__miniature__control_prev:before {
  border-right: 15px solid #fff;
}
.b-gallery__miniature__control_next {
  right: -1px;
  opacity: 1;
}
.b-gallery__miniature__control_next:before {
  border-left: 15px solid #fff;
}
.b-gallery__miniature__control:hover {
  background: #333;
  background: #000000;
}
.b-gallery__miniature:hover .b-gallery__miniature__control {
  opacity: 1;
}
.b-gallery__miniature__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 62px;
  width: 9999px;
  z-index: 215;
  white-space: nowrap;
  margin-left: 27px !important;
}
.b-gallery__miniature__list-outer {
  position: relative;
  height: 62px;
  width: 600px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 4px;
  overflow: hidden;
}
.b-gallery__miniature__list-item {
  -webkit-transition: border-color linear .2s;
  transition: border-color linear .2s;
  display: inline-block;
  width: 80px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 1px solid #d6d6d6;
  vertical-align: top;
}
.lt-ie8 .b-gallery__miniature__list-item {
  display: inline;
  zoom: 1;
}
.b-gallery__miniature__list-item + .b-gallery__miniature__list-item {
  margin-left: 2px;
}
.b-gallery__miniature__list-item_current {
  width: 78px;
  height: 58px;
  border: 2px solid #567ab0;
}
.b-gallery__miniature__list-item + .b-gallery__miniature__list-item_current {
  /*margin-left: 1px;*/
}
.b-gallery__miniature__list-item_current + .b-gallery__miniature__list-item {
  /*margin-left: 1px;*/
}
.b-gallery__miniature__list-item__photo {
  -webkit-transition: opacity linear .2s;
  transition: opacity linear .2s;
  display: block;
  width: 80px;
  height: 60px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.b-gallery__miniature__list-item_current &gt; .b-gallery__miniature__list-item__photo,
.b-gallery__miniature__list-item:hover &gt; .b-gallery__miniature__list-item__photo {
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-gallery__miniature__list-item_current &gt; .b-gallery__miniature__list-item__photo {
  width: 78px;
  height: 58px;
}
.b-gallery__misc {
  display: none;
  box-sizing: border-box;
  position: relative;
  float: right;
  width: 310px;
  height: 591px;
  padding: 10px;
  border-left: 1px solid #c0c0c0;
  background: #e6e6e6;
}
.b-gallery__misc__main {
  position: relative;
  height: 204px;
  overflow: hidden;
}
.b-gallery__misc__main_fading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-image: -webkit-linear-gradient(top, rgba(230, 230, 230, 0), #e6e6e6);
  background-image: -moz-linear-gradient(top, rgba(230, 230, 230, 0), #e6e6e6);
  background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0), #e6e6e6);
}
.b-gallery__misc__main_expanded {
  height: 458px;
}
.b-gallery__misc__controls {
  text-align: right;
}
.b-gallery__misc__control {
  display: inline-block;
  margin: 0;
  padding: 4px 12px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  cursor: pointer;
  background: #939393;
  background: -webkit-linear-gradient(bottom, #a8a8a8, #919191 40%, #a1a1a1 40%, #a8a8a8);
  background: -moz-linear-gradient(bottom, #a8a8a8, #919191 40%, #a1a1a1 40%, #a8a8a8);
  background: -o-linear-gradient(bottom, #a8a8a8, #919191 40%, #a1a1a1 40%, #a8a8a8);
  background: linear-gradient(to top, #a8a8a8, #919191 40%, #a1a1a1 40%, #a8a8a8);
  box-shadow: 0 1px 0 #939393;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
}
.b-gallery__misc__control + .b-gallery__misc__control {
  margin-left: 4px;
}
.b-gallery__misc__control:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background-image: url(misc-control.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.b-gallery__misc__control_fullscreen:before {
  background-position: 0 0;
}
.b-gallery__misc__control_slideshow:before {
  background-position: -12px 0;
}
.b-gallery__misc__control_minimize:before {
  background-position: -24px 0;
}
.b-gallery__misc__control_close:before {
  background-position: -36px 0;
}
.b-gallery__misc__control:hover {
  background: #828282;
  background: -webkit-linear-gradient(bottom, rgba(168, 168, 168, 0.85), rgba(145, 145, 145, 0.85) 40%, rgba(161, 161, 161, 0.85) 40%, rgba(168, 168, 168, 0.85));
  background: -moz-linear-gradient(bottom, rgba(168, 168, 168, 0.85), rgba(145, 145, 145, 0.85) 40%, rgba(161, 161, 161, 0.85) 40%, rgba(168, 168, 168, 0.85));
  background: -o-linear-gradient(bottom, rgba(168, 168, 168, 0.85), rgba(145, 145, 145, 0.85) 40%, rgba(161, 161, 161, 0.85) 40%, rgba(168, 168, 168, 0.85));
  background: linear-gradient(to top, rgba(168, 168, 168, 0.85), rgba(145, 145, 145, 0.85) 40%, rgba(161, 161, 161, 0.85) 40%, rgba(168, 168, 168, 0.85));
}
.b-gallery__misc__control:active,
.b-gallery__misc__control:focus {
  outline: none;
}
.b-gallery__misc__control_minimize {
  display: none;
}
.b-gallery__misc__control_close {
  display: none;
}
.b-gallery__misc__control:empty:before {
  margin-right: 0;
}
.lt-ie8 .b-gallery__misc__control {
  zoom: 1;
}
.b-gallery__close {
  display: none;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border: 0;
  cursor: pointer;
  background: url(../../plugins/fancybox/fancybox/fancy_close.png) left top no-repeat;
}
.b-gallery__title {
  font-size: 18px;
  line-height: 1.25;
}
.b-gallery__slider .b-gallery__title {
  position: absolute;
  left: 0;
  top: 0;
  right: -1px;
  padding: 6px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.b-gallery__container_active .b-gallery__slider .b-gallery__title {
  opacity: 0;
}
.b-gallery__misc .b-gallery__title {
  margin: 6px 0 8px;
  color: #333;
}
.b-gallery__title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 6px;
  background-image: url(title-icon.png);
  background-repeat: no-repeat;
  vertical-align: baseline;
}
.b-gallery__slider .b-gallery__title:before {
  background-position: -16px 0;
}
.b-gallery__misc .b-gallery__title:before {
  background-position: 0 0;
}
.b-gallery__showmore {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: #3d76cc;
  font-size: 16px;
  cursor: pointer;
}
.b-gallery__showmore:before,
.b-gallery__showmore:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #c0c0c0;
}
.b-gallery__showmore:before {
  left: -5px;
  margin: 0 0 0 -50%;
}
.b-gallery__showmore:after {
  left: 5px;
  margin: 0 -50% 0 0;
}
.b-gallery__showmore_inactive {
  visibility: hidden;
}
.b-gallery__showmore-outer {
  overflow: hidden;
  text-align: center;
}
.b-gallery__misc .b-share {
  height: 24px;
  /*    margin: 12px 0 6px;*/
  padding: 16px 0;
  border-bottom: 1px solid #c0c0c0;
  overflow: hidden;
  font-size: 11px;
}
.b-gallery__adv {
  width: 300px;
  height: 270px;
  margin: 6px auto 0;
  overflow: hidden;
}
.b-gallery__adv iframe {
  width: 300px;
  height: 250px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.b-gallery__adv iframe body {
  margin: 0;
}
.b-gallery__adv-text {
  height: 20px;
  font-size: 11px;
}
.b-gallery__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #000;
}
.b-gallery__voter {
  width: 160px;
  margin: -23px auto 0;
  overflow: visible;
  text-align: center;
}
.b-gallery__voter__element {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.b-gallery__voter__icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #999999;
  background-image: url(voter.png);
  background-repeat: no-repeat;
  vertical-align: -6px;
  cursor: pointer;
}
.lt-ie8 .b-gallery__voter__icon {
  display: inline;
  zoom: 1;
}
.b-gallery__voter__element_like .b-gallery__voter__icon {
  background-position: 0 0;
}
.b-gallery__voter__element_dislike .b-gallery__voter__icon {
  background-position: 0 -25px;
}
.b-gallery__voter__element_selected .b-gallery__voter__icon {
  background-color: #333;
}
.b-gallery__voter_voted .b-gallery__voter__icon {
  background-color: #999999;
  cursor: default;
}
.b-gallery__voter__element_selected .b-gallery__voter__icon {
  background-color: #333;
}
.b-gallery__miniature__list-item {
  margin-top: 0 !important;
  padding: 0 !important;
}
.b-gallery__miniature__list-item:before {
  display: none;
}
/********** FULLSCREEN */
.is-fullscreen {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 30px;
  bottom: 0;
  width: 100%;
  margin: 0;
  border-top: 1px solid #333;
  z-index: 205;
  /* just bigger than upper panel */
  background: #000;
  /*  &amp;[id*="gallery_"] {
      margin: 0;
      border-top: 1px solid @dark;
      }*/
}
.is-fullscreen .b-gallery__container {
  margin: 0 !important;
  border: 0;
  background: transparent;
  color: #fff;
}
.is-fullscreen .b-gallery__wrapper {
  margin-left: 0;
}
.is-fullscreen .b-gallery__wrapper-inner {
  width: 100%;
}
.is-fullscreen .b-gallery__main {
  width: 100%;
  margin-left: -330px;
}
.is-fullscreen .b-gallery__slider,
.is-fullscreen .b-gallery__miniature {
  margin-left: 340px;
}
.is-fullscreen .b-gallery__misc {
  float: right;
  height: auto;
  border-color: #333;
  background: transparent;
}
.is-fullscreen .b-gallery__misc__control {
  padding: 6px 10px;
  border: none;
  background: #545454;
  box-shadow: none;
}
.is-fullscreen .b-gallery__misc__control_minimize {
  display: none;
}
.is-fullscreen .b-gallery__misc__control_close {
  display: inline-block;
}
.is-fullscreen .b-gallery__misc__control_fullscreen {
  display: none;
}
.is-fullscreen .b-gallery__misc + .is-fullscreen .b-gallery__misc {
  margin-left: 2px;
}
.is-fullscreen .b-gallery__misc__main_fading:after {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.is-fullscreen .b-gallery__misc .b-share {
  border-bottom-color: #333;
}
.is-fullscreen .b-gallery__close {
  display: none;
}
.is-fullscreen .b-gallery__title {
  color: #fff;
}
.is-fullscreen .b-gallery__title:before {
  background-position: -16px 0;
}
.is-fullscreen .b-gallery__share {
  border-color: #333;
}
.is-fullscreen .b-gallery__share-text {
  color: #333;
}
.is-fullscreen .b-gallery__showmore:before,
.is-fullscreen .b-gallery__showmore:after {
  background: #333;
}
.is-fullscreen .b-gallery__voter__element {
  color: #fff;
}
.is-fullscreen .b-gallery__admin {
  display: none;
}
.is-minimized {
  overflow-y: scroll;
}
/********** END OF */
</pre></body></html>