@font-face {
  font-family: 'Helios';
  src: url('/design/fonts/HeliosC.otf');
}
.title_important_info {
  font-weight: bold;
  margin-left: 1.5em;
  font-family: 'Helios';
}
.main-gallery-form-button-to-schedule {
  margin-right: 20px;
  font-family: 'Helios';
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 6px;
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 15px 20px !important;
  margin-top: 15px !important;
  background: black !important;
  color: white !important;
  border: solid 1px black !important;
}
.main-gallery-form-button-to-schedule .t {
  margin-left: 6px;
}
.main-gallery-form-button-to-schedule:hover {
  background: white !important;
  color: black !important;
}
.main-gallery-form-button-to-schedule.only_mobile {
  display: none;
}
/* Для вписаных фото */
.gallery_preview.width .item {
  background-size: contain;
  background-color: #f1f1f2;
}
/* Конец вписаных фото */
/* Выбор зала */
.gallery_preview {
  width: 100%;
  margin-top: 10px;
}
.gallery_preview .ventilation {
  height: 22px;
  position: relative;
  top: 3px;
}
.gallery_preview .title_main {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
}
.gallery_preview .title_main._mini {
  font-weight: normal;
}
.gallery_preview .title_main.subject {
  font-weight: normal;
  margin-top: 30px;
}
.gallery_preview .title_main.margin {
  margin-top: 20px;
  margin-bottom: 30px;
}
.title_main_description_text {
  display: inline-block;
}
.gallery_preview .items {
  margin: 0 -5px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery_preview .items::after {
  content: ' ';
  display: block;
  clear: both;
}
.gallery_preview .item {
  font-family: 'Helios';
  border: solid 5px #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  -webkit-box-sizing: border-box;
  /* Safari */
  height: 190px;
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  outline: none;
  text-align: center;
  justify-content: center;
}

.gallery_preview .item_video {
  height: 153px;
}
.gallery_preview .item#newYear {
  height:210px;
}
.gallery_preview.icons .item {
  width: 7.69%;
  float: left;
}
.gallery_preview.albums .item {
  height: 350px;
  align-items: stretch;
}
@media screen and (max-width: 1900px) {
  .gallery_preview.albums .item {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .gallery_preview.albums .item {
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .gallery_preview.albums .item {
    height: 200px;
  }
  .gallery_preview .item {
    margin-bottom: 25px;
  }
  .gallery_preview .item .title {
    font-size: 15px;
  }
}
.gallery_preview.albums .item .desc {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000008c;
  color: #fff;
  font-weight: normal;
  font-size: 36px;
}
.gallery_preview.albums .item:hover {
  opacity: 1;
}
.gallery_preview.albums .item:hover .desc {
  background: rgba(0, 0, 0, 0.64);
  transition-duration: 0.2s;
}
.gallery_preview .item .fa-youtube-play {
  font-size: 40px;
  color: #fff;
}
.gallery_preview .item:hover {
  opacity: 0.8;
}
.gallery_preview .item .new {
  float: left;
  width: 35px;
  height: 35px;
}
.gallery_preview .item .tityl {
  margin-bottom: 10px;
}
.gallery_preview .item .new_year_decor {
  float: right;
  width: 20px;
  margin: 5px 0 0 5px;
}
.gallery_preview .item .desc {
  text-align: left;
  font-size: 16px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7);
  height: 34px;
  color: #fff;
  margin: auto 0 0 0;
}
.gallery_preview .item .desc.dop {
  font-size: 15px;
  line-height: 17px;
}
.gallery_preview .item .title {
  text-align: left;
}
.gallery_preview .item .title .dop {
  font-size: 12px;
  margin-top: 3px;
  display: block;
  height: 14px;
}
.gallery_preview .item .desc .line-top {
  top: -5px;
  font-size: 80%;
}
.gallery_preview .item .item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 3500px) {
  body .gallery_preview.icons .item {
    width: 8.33%;
  }
}
@media screen and (max-width: 3000px) {
  body .gallery_preview.icons .item {
    width: 9.09%;
  }
}
@media screen and (max-width: 2500px) {
  body .gallery_preview.icons .item {
    width: 11.11%;
  }
}
@media screen and (max-width: 2200px) {
  body .gallery_preview.icons .item {
    width: 12.5%;
  }
}
@media screen and (max-width: 1920px) {
  body .gallery_preview.icons .item {
    width: 14.28%;
  }
}
@media screen and (max-width: 1600px) {
  body .gallery_preview.icons .item {
    width: 16.66%;
  }
}
@media screen and (max-width: 1400px) {
  body .gallery_preview.icons .item {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  body .gallery_preview.icons .item {
    width: 25%;
    height: 170px;
  }
}
@media screen and (max-width: 900px) {
  body .gallery_preview.icons .item {
    width: 33.33%;
    height: 160px;
  }
}
@media screen and (max-width: 600px) {
  body .gallery_preview.icons .item {
    width: 50%;
    height: 150px;
  }
}
/* Конец выбора зала */
.gallery_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.gallery_block .change_gallery.form_button {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
  background: none;
  color: #868686;
}
.gallery_block .to_schedule {
  padding: 0 20px;
  margin-bottom: 10px;
}
/* Левое меню */
.gallery_block .left_menu {
  width: 250px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
  float: left;
}
.gallery_block .left_menu .item {
  display: flex;
  align-items: center;
  color: #808184;
  text-decoration: none;
  padding: 3px 0;
}
.gallery_block .left_menu .item i.fa-tree {
  position: absolute;
  font-size: 90%;
  margin-top: 2px;
  margin-left: 5px;
}
.gallery_block .left_menu .item i.fa-angle-right {
  position: absolute;
  margin-left: -7px;
  font-size: 80%;
}
.gallery_block .left_menu .item.new_year i.fa-angle-right {
  margin-top: 12px;
}
.gallery_block .left_menu .item.active {
  color: #231f20;
}
.gallery_block .left_menu .item.location {
  color: #231f20;
  padding: 15px 0 5px 0;
  font-size: 18px;
}
.gallery_block .left_menu .item.location:first-child {
  padding-top: 0;
}
.gallery_block .left_menu .item.podlocation {
  color: #231f20;
}
.gallery_block .left_menu .item.etazh {
  color: #231f20;
  font-style: italic;
  font-weight: bold;
}
.gallery_block .left_menu .item.studio .new {
  width: 18px;
  position: relative;
  left: 4px;
}
.gallery_block .left_menu .item.studio:hover {
  opacity: 0.6;
}
.gallery_block .left_menu .item.studio.active:hover {
  opacity: 1;
}
/* End Left menu */
/* Right place */
.gallery_block .right_interier {
  flex-grow: 1;
  float: left;
  width: calc(100% - 250px);
}
.photographer_images.gallery_block .right_interier {
  max-width: none;
}
.gallery_block .right_interier .cikl_title,
.gallery_block .right_interier .svet_title {
  padding: 5px 0;
}
.gallery_block .right_interier .cikl_size {
  padding: 5px 0;
}
/* End Right place*/
/* Fancybox */
.fancybox-gallery-layout .fancybox-caption {
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 10px 0;
  min-height: 80px;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .fancybox-gallery-layout .fancybox-caption {
    display: block;
  }
}
/* FancyBox Gallery class */
.fancybox-gallery-layout .fancybox-caption .title {
  float: left;
  font-size: 18px;
}
.fancybox-gallery-layout .fancybox-caption .form_button {
  text-decoration: none;
  float: right;
  margin: 0;
  border: none;
}
.fancybox-gallery-layout .form_button.top {
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
  margin: 0 auto;
  background: #03020294;
  display: block;
  border: none;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .fancybox-gallery-layout .fancybox-caption .decor_phone {
    margin-top: 20px;
  }
  .fancybox-gallery-layout .fancybox-caption .title {
    float: none;
  }
  .fancybox-gallery-layout .fancybox-caption a.form_button {
    float: none;
    margin-top: 20px;
  }
}
/* End Fancybox Gallery class */
@media screen and (max-width: 850px) {
  body .gallery_block .left_menu {
    display: none;
  }
}
.fancybox-decor-layout .fancybox-caption .row {
  margin-bottom: 15px;
  font-size: 16px;
}
.fancybox-decor-layout .fancybox-caption .row .caption {
  margin-bottom: 5px;
}
.fancybox-decor-layout .fancybox-caption .row .price {
  margin-bottom: 5px;
}
.fancybox-decor-layout .fancybox-caption .row .desc {
  font-size: 12px;
  margin-bottom: 10px;
}
.fancybox-decor-layout .fancybox-caption .row.last {
  margin-bottom: 0;
}
.fancybox-decor-layout .fancybox-caption .decor_phone {
  margin-bottom: 15px;
}
.fancybox-decor-layout .fancybox-caption .decor_phone a {
  text-decoration: none;
  margin-top: 5px;
}
.fancybox-decor-layout .fancybox-caption .decor_title {
  margin-bottom: 10px;
  font-size: 18px;
}
.fancybox-decor-layout .fancybox-caption .get_decor {
  text-decoration: none;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 0;
}
.fancybox-decor-layout .fancybox-caption a {
  color: #000;
}
/* Give space around main area */
.fancybox-decor-layout .fancybox-outer {
  top: 50px;
  left: 50px;
  bottom: 50px;
  right: 50px;
  margin: auto;
  max-width: 1180px;
  max-height: 495px;
  overflow: visible;
  background: #fff;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s;
}
/* Make it to fade-out while closing */
.fancybox-decor-layout.fancybox-is-closing .fancybox-outer {
  opacity: 0;
}
/* Move caption area to the right side */
.fancybox-decor-layout .fancybox-caption-wrap {
  top: 0;
  right: 44px;
  bottom: 0;
  left: auto;
  width: 456px;
  padding: 0;
  overflow: auto;
  background: #fff;
  pointer-events: all;
  /* Make text selectable */
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
/* Adjust content area position */
.fancybox-decor-layout .fancybox-stage {
  right: 500px;
  background: #343434;
}
/* Remove top border from the caption */
.fancybox-decor-layout .fancybox-caption {
  padding: 20px;
  border: 0;
  color: #000;
}
/* Remove background from all buttons */
.fancybox-decor-layout .fancybox-button,
.fancybox-decor-layout .fancybox-navigation button:before {
  background: transparent;
}
/* Change arrow color */
.fancybox-decor-layout .fancybox-navigation button {
  color: #333 !important;
  padding: 10px;
}
/* Reposition arrows */
.fancybox-decor-layout .fancybox-arrow--left {
  left: -80px;
}
.fancybox-decor-layout .fancybox-arrow--right {
  right: -80px;
}
.fancybox-decor-layout.fancybox-show-thumbs .fancybox-arrow--right {
  right: -272px;
}
@media all and (max-width: 800px) {
  .fancybox-decor-layout .fancybox-inner {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .fancybox-decor-layout .fancybox-arrow--left {
    left: -60px;
  }
  .fancybox-decor-layout .fancybox-arrow--right {
    right: -60px;
  }
  .fancybox-decor-layout .fancybox-caption-wrap {
    width: auto;
    top: 250px;
    bottom: auto;
    left: 0;
    right: 0;
  }
  .fancybox-decor-layout .fancybox-stage {
    right: 0;
    bottom: unset;
    height: 250px;
  }
  .fancybox-decor-layout .fancybox-toolbar {
    height: 44px;
    position: fixed;
    z-index: 99999;
    width: 44px;
    background: #333;
  }
  .fancybox-decor-layout .fancybox-outer {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: none;
  }
}
.new_year_date {
  font-size: 12px;
}
.new_year_decor_text_desc {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.new_year_decor_left-menu {
  width: 16px;
  margin: 0 2px;
}
.see_all_decor {
  background-image: url("../images/see_all_decor.jpg");
  cursor: pointer;
}
.fancybox-download:before {
  top: 14px;
  left: 22px;
  border-left: 2px solid #fff;
  height: 12px;
}
.fancybox-download:after {
  bottom: 18px;
  left: 23px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  background: transparent;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.gallery_preview .item .cycloR {
  float: left;
  width: 35px;
  height: 35px;
}
.studio_desc_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cyclorama {
  width: 35px;
  height: 35px;
  position: relative;
  top:7px;
}
@media (max-width: 450px) {
  .gallery_preview .title_main {
    /* display: flex; */
    display: block;
    flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .gallery_preview .title_main b {
    order: 1;
  }
  .gallery_preview .title_main .title_main_description_text {
    order: 4;
    /* width: 100%; */
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 16px;
  }
  .gallery_preview .title_main .ventilation {
    order: 2;
    margin-left: 10px;
    height: 18px;
  }
  .cyclorama {
    order: 3;
    margin-left: 10px;
    top: 11px;
  }
  .gallery_preview .main-gallery-form-button-to-schedule {
    display: flex;
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: center;
  }
  .gallery_preview .main-gallery-form-button-to-schedule.only_mobile {
    display: block;
  }
  .new_year_image {
    height: 117px !important;
  }
  .gallery_preview.icons .item {
    justify-content: space-between;
  }

  .gallery_preview .item .item-image {
    height: 117px;
  }

  .gallery_preview .item#newYear {
    display: flex;
  }
}
.paper-bg .field_valid {
  padding-top: 0;
  height: 1px;
}
.paper-bg .paper-info-error {
  margin-top: 0.5em;
  font-size: 14px;
}
.paper-bg-list {
  display: flex;
  margin: 0.5em 0 2em;
  flex-wrap: wrap;
}
.paper-bg-list.form-add {
  margin-left: calc(25px - 0.5em);
  margin-bottom: 0;
}
.paper-bg-list.paper-info {
  margin: 0.5em 0 0 25px;
  font-size: 11px;
}
.paper-bg-item-content {
  display: flex;
  flex-direction: column;
}
.paper-bg-item-content .paper-bg-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
  height: 35px;
  width: 35px;
  background-color: black;
  border-radius: 50%;
  color: white;
  text-align: center;
  text-shadow: 0 1px 0 #969696;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  cursor: default;
}
.paper-bg-item-content .paper-bg-item.active {
  border: 5px solid black;
  margin: calc(0.5em - 5px);
}
.paper-bg-item-content .paper-bg-item.c-pointer {
  cursor: pointer;
}
.paper-bg-change {
  display: flex;
  float: none !important;
  text-align: center;
}
.paper-bg-change .paper-bg-change-old:first-child {
  margin-right: 20px;
}
.paper-bg-change .paper-bg-item-content {
  align-items: center;
  cursor: default;
}
.paper-bg-change .no {
  text-align: center;
  margin-top: 1.5em;
  font-weight: normal;
}
.va-middle {
  vertical-align: middle !important;
}
.paper-bg-item-no-margin .paper-bg-item-content .paper-bg-item {
  margin: 0;
}
.paper-bg-item-d-flex {
  display: flex;
}
.paper-bg-item-d-flex .paper-bg-item-content {
  margin-right: 0.5em;
}
/*# sourceMappingURL=gallery.css.map */

.mobile {
	display: none;
}

.desktop {
	display: inline;
}

.gallery_item {
	height: 209px !important;
}

@media (max-width: 450px) {
	.desktop {
		display: none!important;
	}

	.mobile {
		display: block;
	}

	.gallery_item {
		height: auto !important;
	}
}

@media (max-width: 1023px) {
  .new_year_container-mobile {
    margin-top: 50px !important;
  }
}