@font-face {
  font-family: CenturyGothic;
  src: url(../fonts/CenturyGothicRegular.ttf) format('truetype');
}

@font-face {
  font-family: Roboto;
  font-weight: 200;
  src: url(../fonts/Roboto-Thin.ttf) format('truetype');
}

@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}

/* Yanone Kaffeesatz */

@font-face {
  font-family: "Yanone Kaffeesatz";
  font-weight: 400;
  src: url("../fonts/YanoneKaffeesatz-variable.ttf") format("truetype"),
  url("YanoneKaffeesatz-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Yanone Kaffeesatz";
  font-weight: 300;
  src: url("../fonts/YanoneKaffeesatz-variable.ttf") format("truetype"),
  url("YanoneKaffeesatz-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Raleway-variable.ttf") format("truetype"),
  url("Raleway-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Raleway-variable.ttf") format("truetype"),
  url("Raleway-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Raleway-variable.ttf") format("truetype"),
  url("Raleway-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Raleway-variable.ttf") format("truetype"),
  url("Raleway-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Raleway-variable.ttf") format("truetype"),
  url("Raleway-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Raleway-variable.ttf") format("truetype"),
  url("Raleway-SemiBoldItalic.ttf") format("truetype");
}

/* ПАЛИТРА
РОЗОВЫЙ ЦВЕТ САЙТА: #ffddf3;
ЦВЕТ АЙВОРИ: #fffdd0;
 */

:root {
  --font-heading: "Yanone Kaffeesatz", Helvetica, Raleway, Roboto, Arial, sans-serif;
  --font-text: Raleway, "Helvetica Neue", Roboto, Arial, sans-serif;
  --font-menu-item: var(--font-heading);
}

/* ОБЩЕЕ */
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
}

html {
  min-width: 100%;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: var(--font-text);
  font-weight: 300;
  position: relative;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}

*::selection {
  background-color: #ffddf3;
}

*::-moz-selection {
  background-color: #ffddf3;
}

.emptyspace50 {
  height: 50px !important;
}

.emptyspace30 {
  height: 30px !important;
}

.margintop30 {
  margin-top: 30px !important;
}

.margintop50 {
  margin-top: 50px !important;
}

.marginbottom30 {
  margin-bottom: 30px !important;
}

.marginbottom50 {
  margin-bottom: 50px !important;
}

.noletterspacing {
  letter-spacing: 0 !important;
}

.img-container {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: auto;
}

img.vertical {
  width: 100% !important;
  height: auto !important;
}

.lazy {
  opacity: 0;
  transition: .25s ease;
  will-change: opacity;
}

.lazy.loaded {
  opacity: 1;
}


/* Класс для вертикального фото, чтобы оно нормально вставало и не оставляло пустого места внутри контейнера с картинкой */
img.horizontal {
  height: 100% !important;
  width: auto !important;
}

/* Класс для горизонтального фото, чтобы оно нормально вставало и не оставляло пустого места внутри контейнера с картинкой */
img.horizontal,
img.vertical {
  top: 0;
  left: 0;
  position: absolute;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 20px;
}

.modal#order .result2 {
  display: none;
}

.modal#order .result2.visible {
  display: block;
}


form + .result {
  display: none;
}

form + .result.visible {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 2em;
  height: 100%;
  padding: 3em 0 0;
  background: url('../img/result-photo.jpg') no-repeat center / cover rgba(255, 255, 255, .7);
  background-blend-mode: overlay;
  text-align: center;
}


.modal .btn-link {
  color: inherit;
}

.modal-body {
  overflow: hidden;
}

nav.nvgtr {
  text-align: center;
  padding: 10px 0 0;
  height: 51px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0 0.7%;
}

.vertalign {
  display: inline-block;
  vertical-align: middle;
}

.vertalign-helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.nopadding {
  padding: 0 !important;
}

.blocked {
  cursor: not-allowed;
  pointer-events: none;
}

nav.nvgtr li {
  list-style: none;
  display: inline-block;
  padding: 0px;
  text-align: center;
  font-size: 20px;
  font-family: var(--font-menu-item);
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  border: 0;
  margin: 0 1.7%;
}

nav.nvgtr li:first-of-type {
  margin-left: 0;
}

nav.nvgtr li:last-of-type {
  margin-right: 0;
}

nav.nvgtr li:hover {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 3px solid #ffddf3;
}

nav.nvgtr li:active,
nav.nvgtr li:focus,
nav.nvgtr a:active,
nav.nvgtr a:focus {
  outline: 0 ;
}

nav.nvgtr ul {
  text-align: center;
}

nav.nvgtr a {
  color: #333;
}

nav.nvgtr a:hover,
nav.nvgtr a:active,
nav.nvgtr a:focus {
  text-decoration: none;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  background-color: #fff;
}

.navbar-nav > li > a {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  line-height: unset;
}

.nvgtr-mobile {
  border: 0 ;
  margin: 10px 0 0;
  display: none;
}

.nvgtr-mobile .ivory-logo-xs {
  text-align: center;
  position: relative;
  z-index: 2;
}

.nvgtr-mobile .ivory-logo-xs img {
  height: 70px;
  position: relative;
  display: inline-block;
  margin: 6px auto;
}

.nvgtr-mobile .navbar-toggle:hover {
  background-color: transparent;
}

.nvgtr-mobile .navbar-collapse {
  border: 0;
}

.nvgtr-mobile .navbar-toggle {
  position: absolute;
  right: -2px;
  top: 11px;
  z-index: 3;
  padding: 15px 10.5px;
}

.nvgtr-mobile .navbar-nav > li > a:focus,
.nvgtr-mobile .navbar-nav > li > a:hover {
  color: #333;
  background-color: #fffdd0;
  outline: 0;
}

.nvgtr-mobile .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 10px;
}

.nvgtr-mobile .navbar-toggle .icon-bar {
  width: 32px;
  height: 1px;
}

.nvgtr-mobile .phone-icon-xs {
  position: absolute;
  left: 24px;
  top: 29px;
  z-index: 3;
  padding: 0;
  display: block;
  font-size: 28px;
  color: #000;
}

.btn {
    border-radius: 100px;
}

.btn.btn-pink {
  color: #000;
  background-color: #ffddf3;
  border-color: #ffddf3;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.btn.btn-pink:hover {
  color: #fff  !important;
  background-color: #b359a0;
  border-color: #b359a0  ;
}

.btn.btn-pink:focus,
.btn.btn-pink:active {
  background-color: #8c2d80;
  outline: 0;
}

/***** ВЫДЕЛЕНИЕ ОТКРЫТОГО РАЗДЕЛА В МЕНЮ *****/
#main nav.nvgtr li.menu-main,
#cont nav.nvgtr li.menu-cont,
#fest nav.nvgtr li.menu-fest,
#prcs nav.nvgtr li.menu-prcs,
#spec nav.nvgtr li.menu-spec,
#wedd nav.nvgtr li.menu-wedd,
#rent nav.nvgtr li.menu-rent,
#blog nav.nvgtr li.menu-blog {
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 3px solid #ffddf3;
  pointer-events: none;
}

/***** ВЫДЕЛЕНИЕ ОТКРЫТОГО РАЗДЕЛА В МЕНЮ -- END *****/

body.placeholder section {
  width: 100%;
  height: 100%;
  display: block;
  background-color: ivory;
}

body.placeholder section h1 {
  font-family: var(--font-heading);
  letter-spacing: 2em;
  margin: 24% 0;
  text-transform: uppercase;
}

body > .wrapper > header {
  margin-bottom: 20px;
}

header .ivory-logo .logo-wrap {
  display: inline-block;
  position: relative;
  height: 150px;
}

header .ivory-logo img {
  display: block;
  position: relative;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.header-block {
  height: 180px;
}

.header-block .headtext {
  padding-left: 40px;
  font-size: 32px;
  margin-top: 4%;
  text-align: left;
  font-weight: 200;
}

.headcontacts {
  text-align: right;
  height: 100%;
  padding-right: 40px;
}

.headcontacts .phone {
  font-size: 28px;
  margin-top: 50px;
  font-weight: 200;
}

.headcontacts .phone a[href*='tel'] {
  color: #d08bc2
}

.headcontacts .socials {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nvgtr-mobile .headcontacts {
  text-align: left;
}

.nvgtr-mobile .headcontacts .phone {
  margin-top: 12.5px;
  font-size: 24px;
}

.nvgtr-mobile .socials a.vk {
  margin-left: 0;
}

.nvgtr-mobile .socials {
  margin-top: 10px;
}

.headcontacts .socials a,
footer.site-footer .socials a {
  margin-left: 10px;
  background-size: cover;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

header .header-block .headcontacts .order-servives {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

header .header-block .headcontacts .order-servives + .socials {
  display: inline-block;
  vertical-align: middle;
}

header .header-block .headtext p + .order-servives {
  display: none;
  border-radius: 50px;
}


.headcontacts .socials a:hover,
footer.site-footer .socials a:hover {
  opacity: 0.8;
}

.headcontacts .socials a.vk,
footer.site-footer .socials a.vk {
  background: url('/assets/img/socials.svg#vk');
  -webkit-background-size: cover;
  background-size: cover;
}

.headcontacts .socials a.tg,
footer.site-footer .socials a.tg {
  background: url('/assets/img/socials.svg#tg');
  -webkit-background-size: cover;
  background-size: cover;
}

.headcontacts .socials a.whatsapp,
footer.site-footer .socials a.whatsapp {
  background: url('/assets/img/socials.svg#whatsapp');
  -webkit-background-size: cover;
  background-size: cover;
}

footer.site-footer .socials a {
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -ms-filter: invert(1);
  filter: invert(1);
}

.headcontacts .socials a {
  margin-left: 10px;
}

.headcontacts .socials img {
  width: 36px;
}

.navbar-default .navbar-toggle {
  border: 0;
}

#main section.jumbotron {
  height: 350px;
  overflow: hidden;
  /*padding: 0;*/
  background: url(../img/flwrs.jpg);

  background: rgba(255, 255, 255, 0.45) url(../img/flwrs.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-blend-mode: overlay;
}

#main section.jumbotron img {
  width: 100%;
  margin-top: -5%;
}

#main section.carousel {
  max-height: 500px;
}

#main section.carousel .item img {
  margin-top: -10%;
  width: 100%;
}

#main section.carousel .carousel-control {
  background: none;
}

#main section.carousel .main-slider {
  height: auto;
}

#main section.carousel .main-slider .slick-slide img {
  margin-top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  object-fit: cover;
}

#main section.carousel .main-slider .slick-slide {
  position: relative;
  overflow: hidden;
}

#main section.carousel .main-slider .slick-slide::before {
  content: '';
  float: left;
  padding-bottom: 42.735042%;
}

#main section.carousel .main-slider .slick-slide::after {
  content: '\f1ce';
  font-family: FontAwesome;
  display: block;
  width: 100%;
  color: #d5d5d5;
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
  text-align: center;
  margin: 0 auto;
  font-size: 36px;
  -webkit-animation: fa-spin 3s infinite linear;
  animation: fa-spin 3s infinite linear;
  z-index: 4;
}

#main section.carousel .main-slider .slick-dots {
  width: 100%;
  list-style: none;
  position: absolute;
  bottom: 10px;
  padding: 0;
  margin: 0;
  left: 0;
  z-index: 55;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
}

#main section.carousel .main-slider .slick-dots li {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-self: center;
  align-self: center;
  float: none;
  border: 1px solid #fff;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 2px;
  padding: 2px;
}

#main section.carousel .main-slider .slick-dots button {
  background: transparent;
  color: transparent;
  display: block;
  position: relative;
  width: 7px;
  height: 7px;
  padding: 0;
  font-size: 0px;
  border: 0 ;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: .33s linear;
  -o-transition: .33s linear;
  transition: .33s linear;
}

#main section.carousel .main-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

#main .top-offers h1 {
  margin: 40px 0;
}

#main .top-offers {
  width: 100%;
}

#main .top-offers figure .figure-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#main .top-offers figure img {
  width: 100%;
  -webkit-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
}

#main .top-offers figure figcaption {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 253, 208, 0.75);
  padding: 4px;
  color: #000;
  font-size: 18px;
  margin-bottom: calc(-100% + 5em);
  font-weight: 300;
  -webkit-transition: all 0.33s ease-in;
  -o-transition: all 0.33s ease-in;
  transition: all 0.33s ease-in;
  height: 100%;
}

#main .top-offers figure figcaption .fig-heading {
  min-height: 3.2em;
  margin: 0;
  width: 100%;
  font-size: 18px;
  -webkit-transition: all 0.33s ease-in;
  -o-transition: all 0.33s ease-in;
  transition: all 0.33s ease-in;
}

#main .top-offers figure figcaption .fig-text {
  width: 100%;
  font-size: 15px;
}

#main .top-offers figure {
  overflow: hidden;
}

#main .top-offers figure:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#main .our-prices h1 {
  margin: 50px 0;
}

#main .our-prices p {
  font-size: 18px;
}

#main .our-prices h3 {
  letter-spacing: 0;
}

#main .our-prices .img-container {
  width: 100%;
  height: 400px;
}

#main .our-prices .img-container img {
  margin-top: -45%;
}

#main .testimonials-block h1 {
  margin: 80px 0 50px;
}

#main .howwework h1 {
  margin: 50px 0;
}

#main .steps {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#main .howwework .step {
  display: inline-flex;
  flex-flow: column;
  flex-shrink: 0;
  width: 120px;
  font-size: 18px;
}

#main .howwework .step > p {
  margin: 10px 0 0;
}

#main .howwework .step-arrow {
  display: inline-flex;
  position: relative;
  margin: 0 10px 100px;
  align-self: center;
  width: 35px;
}


#main .howwework .step:last-of-type {
  margin-right: 0;
}

#main .howwework .showon840,
#main .howwework .step-arrow.showon840 {
  display: none;
}

#main .testimonials.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 3px 3px 7.5px -7px #000;
  -webkit-box-shadow: 3px 3px 15px -7px #000;
  border-radius: 5px;
}

#main .testimonials li {
  padding: 10px 45px;
  background-color: ivory;
  border-radius: 4px;
}

#main .testimonials.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

#main .testimonials.rslides li blockquote {border-color: #ffddf3;}

#main .testimonials.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_nav.rslides1_nav.prev {
  left: 25px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.rslides_nav.rslides1_nav.next {
  right: 25px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.rslides_nav.rslides1_nav.next,
.rslides_nav.rslides1_nav.prev {
  position: absolute;
  display: block;
  z-index: 999;
  height: 32px;
  top: 50px;
  width: 32px;
}

#main .testimonials img {
  width: 100%;
  display: inline-block;
}

#main .modal.testimonial-modal .modal-dialog {
  width: 90%;
  max-width: 840px;
    margin: 15px auto;
}

/******* ФУТЕР *******/
footer.site-footer {
  height: auto;
  padding: 25px 0;
  background-color: #fffdd0;
  margin-top: 50px;
  color: #000;
}

footer.site-footer .mainmenu a {
  text-align: left;
  display: inline-block;
  color: #000;
  font-size: 16px;
  margin: 0px 50px 20px 0px;
  font-family: var(--font-menu-item);
  font-weight: 400;
}

footer.site-footer .copyright {font-size: 18px; }

footer.site-footer .totop a.footer-totop {
  color: #777;
  font-size: 14px;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  cursor: pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}

footer.site-footer .totop a:hover {text-decoration: underline; }

/*footer.site-footer .foot-contacts {color: #000;  }
*/
footer.site-footer .foot-contacts h2 {
  margin-top: 0;
  letter-spacing: normal;
}

footer.site-footer .foot-contacts p,
footer.site-footer .foot-contacts a {font-size: 16px;}

/******* ОШИБКА 404 *******/
body.err.or404 section.jumbotron {
    padding: 48px;
    background: #ffddf3 url(../img/error-404-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-blend-mode: luminosity;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 20px #000;
}

body.err section.jumbotron p {font-weight: 400;}

/******* КОНТАКТЫ *******/
#cont footer.site-footer {margin-top: 0;}

#cont article h1,
#cont article h2,
#cont article h3 {letter-spacing: 0; }

#cont article h1 {font-size: 26px; }

#cont article p,
#cont article strong,
#cont article b,
#cont article i,
#cont article u {
  font-size: 22px;
  margin: 0 0 20px;
}

#cont article ul,
#cont article ol,
#cont article li {font-size: 18px;}

#cont aside form textarea {
  max-width: 100%;
  max-height: 15em !important;
  width: 100% !important;
  min-height: 10em;
}

#cont aside form .input-group {margin: 15px 0;}

#cont .map-block iframe {
  width: 100%;
  border: 0  !important;
}

#cont aside .address {font-size: 20px;}

#cont aside .address img.social-icon {
  display: inline-block;
  width: 22px;
  vertical-align: text-top;
}

#cont form .form-control:focus {
    border-color: #ffddf3;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,192,203,0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,192,203,0.6);
}

#cont aside form .input-group-addon,
#cont aside form input[type="submit"] {background-color: #ffddf3;}

#cont aside form input[type="submit"] {
  border-color: #ffddf3;
  color: #555;
}

#cont aside form .input-group input,
#cont aside form .input-group span.input-group-addon,
#cont aside form .input-group textarea {border-color: #ffddf3;box-shadow: none;-webkit-box-shadow:none;}

#cont aside form input[type="submit"]:active,
#cont aside form input[type="submit"]:focus {outline: 0 ;}

#cont aside form .form-control {font-style: italic;}

#cont aside form .form-control::-webkit-input-placeholder {font-weight: 300;color: #777;}

#cont aside form .form-control:-ms-input-placeholder {font-weight: 300;color: #777;}

#cont aside form .form-control::-ms-input-placeholder {font-weight: 300;color: #777;}

#cont aside form .form-control::-moz-placeholder {font-weight: 300;color: #777;}

#cont aside form .form-control::placeholder {font-weight: 300;color: #777;}

#cont aside .panel.result {display: none; position: absolute; left: 0;
top: 0;}

#cont aside .panel.result.visible {display: block;}

#cont aside .panel.result h3 {
  margin: 5px 0;
  letter-spacing: 0;
}

/******* ЦЕНЫ *******/
#prcs .prices figure {
  display: inline-block;
  height: 350px;
}

#prcs .prices figure img {width: 80%;}

#prcs .prices figure figcaption {margin: 15px 0;}

#prcs .prices figure figcaption .name {
  font-size: 24px;
  font-family: var(--font-heading);
  margin-bottom: 5px;
  font-weight: bold;
}

#prcs .prices figure figcaption .price {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}

#prcs .prices h1 {
  margin: 50px 0;
}

#prcs .prices {
  margin: 0 0 50px;
}

/* СПЕЦИАЛИСТЫ */
#spec .cheliki .og-details a:not([data-fancybox]),
#spec .cheliki .og-details a:not(.various) {
  display: none;
}

#spec .cheliki .og-details,
#spec .cheliki .og-fullimg {
  padding: 0 50px;
}

#spec .cheliki .og-expander {
  background-color: #fffdd0;
}

#spec .cheliki .og-grid li.og-expanded > a::after {
  border-bottom-color: #fffdd0;
}

#spec .cheliki .og-grid li > a,
#spec .cheliki .og-grid li > a img {
  width: 100%;
}

#spec .cheliki .og-grid li {
  width: 180px;height: auto;
}

#spec .cheliki .og-grid li::before {
  content: '';
  padding-top: 100%;
  float: left;
}

#spec .cheliki .og-details {
  padding: 0 50px 0 0px;
  overflow-y: scroll;
  margin-top: 35px;
}

#spec .cheliki .og-details h3 {
  padding-top: 0;
  margin-top: 0;
  letter-spacing: 0;
}

#spec .cheliki .og-grid li .spec-name-container {
  overflow: hidden;
  width: 100%;
  height: auto;
  z-index: 12;
  position: relative;
}

#spec .cheliki .og-grid li a img {cursor: pointer; }

#spec .cheliki .og-grid li .spec-name {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 100%;
  text-align: center;
  color: #444;
  padding: 25% 10px;
  background-color: rgba(255,253,208,0.6);;
  -webkit-transition: all 0.33s ease-in 0s;
  -o-transition: all 0.33s ease-in 0s;
  transition: all 0.33s ease-in 0s;
  font-family: var(--font-heading);
  font-size: 24px;
}

#spec .cheliki .og-grid a:hover .spec-name {top: 0;}

#spec .og-details .spec-portfolio-videos {
  position: relative;
  width: 100%;
  display: block;
}

#spec .og-details .spec-portfolio-videos img {
  display: inline-block;
  width: 150px;
  position: relative;
}

#spec .cheliki .og-details a[data-fancybox],
#spec .cheliki .og-details a.various {
    display: inline-block;
    width: auto;
    border: 0 ;
    padding: 0;
    margin: 0;
}

#spec .cheliki .og-details a[data-fancybox]::before,
#spec .cheliki .og-details a[data-fancybox]:before,
#spec .cheliki .og-details a.various::before,
#spec .cheliki .og-details a.various:before {
  content: none;
}

#spec .fancybox-skin {
  padding: 0  !important;
  border-radius: 0;
  background-color: #000;
}

#spec .fancybox-inner {
  width: 100%  !important;
}

#spec .fancybox-nav {
  width:7% !important;
}

#spec .fancybox-nav span {
  visibility: visible !important;
}

#spec .fancybox-prev {
  left:-7% !important;
}

#spec .fancybox-next {
  right:-7% !important;}

#spec .fancybox-title {
  padding: 10px !important;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 300;
}

#spec .spec-portfolio {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 20px;
}

#spec .spec-portfolio .portfolio-item {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  /*height: 160px;*/
  position: relative;
  overflow: hidden;
  cursor:pointer;
}

#spec .spec-portfolio .portfolio-item::before {
  content: '';
  padding-bottom: 100%;
  float: left;
}

#spec .spec-portfolio .portfolio-item img {
  height: 100%;
  position: absolute;
  width: auto;
  max-width: initial;
  /*left: -20%;*/
  -webkit-transition: all .5s ease-in 0s;
  -o-transition: all .5s ease-in 0s;
  transition: all .5s ease-in 0s;
}

#spec .spec-portfolio a:hover .portfolio-item img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#spec .spec-portfolio.video a:hover .portfolio-item img {
  -webkit-transform: scale(1.33);
  -ms-transform: scale(1.33);
  -o-transform: scale(1.33);
  transform: scale(1.33);
}

#spec .spec-portfolio .portfolio-item .glyphicon {
  position: absolute;
  top: 37.5%;
  left: 37.5%;
  color: #fff;
  font-size: 42px;
  -webkit-transition: all .33s ease 0s;
  -o-transition: all .33s ease 0s;
  transition: all .33s ease 0s;
}

#spec .spec-portfolio a:hover .portfolio-item .glyphicon {color: #fffdd0; }

#spec .spec-filter {
  text-align: center;
  margin: 50px 0 25px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}

#spec .spec-filter a {
  margin: 0 15px;
    color: #000;
    font-size: 18px;
    padding: 10px;
    background-color: transparent;
    cursor: pointer;
    border-bottom: 4px solid #ffddf3;
    -webkit-transition: all .15s ease-in-out 0s;
    -o-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
}

#spec .spec-filter a:first-of-type {margin-left: 0;}

#spec .spec-filter a:last-of-type {margin-right: 0;}

#spec .spec-filter a.current,
#spec .spec-filter a:hover {
  text-decoration: none;
    background-color: #ffddf3;
    color: #fff;
}

/* НАШИ СВАДЬБЫ */
#wedd .weddings figure {
  position: relative;
  overflow: hidden;
}

#wedd .weddings figure:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0px 0px 25px -10px;
  -webkit-box-shadow: 0px 0px 50px -10px;
}

#wedd .weddings figure figcaption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  font-size: 24px;
  font-family: var(--font-heading);
  width: 100%;
  text-align: center;
  background-color: rgba(255, 192, 203, 0.75);
  color: #fff;
  height: auto;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .33s ease 0s;
  margin-bottom: -100%;
}

#wedd .weddings figure:hover figcaption {margin: 0; }

/*анимация лупы*/
#wedd .weddings figure .glyphicon {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 50px;
  top: -100%;
  left: 0;
  color: #fff;
  -webkit-transition:all 1s ease 0s;
  -o-transition:all 1s ease 0s;
  transition:all 1s ease 0s;
}

#wedd .weddings figure:hover .glyphicon {top: 25%; }

#wedd .weddings figure img {
  width: 100%;
  -webkit-transition: all .5s ease-in 0s;
  -o-transition: all .5s ease-in 0s;
  transition: all .5s ease-in 0s;
  object-fit: cover;
}

@media (min-width: 992px) {
  #wedd .weddings figure img {
    height: 15.1vw;
  }
}

#wedd .weddings {
  margin-top: 20px;
  padding: 50px 0 80px;
  color: #555;
}

#wedd footer.site-footer {
  margin-top: 0;
}

#wedd .weddings h1 {
  margin: 0 0 30px;
}

#wedd .modal.wedding-gallery {
  padding: 3% 4% !important;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

#wedd .modal.wedding-gallery .modal-dialog,
#wedd .modal.wedding-gallery .modal-content {
  width: 100%;
  height: 100%;
  margin: 0;
}

#wedd .modal.wedding-gallery .modal-content {
  border: 0 ;
    box-shadow: none;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    padding-top: 67px;
}

#wedd .modal.wedding-gallery .modal-title {
  color: #fff;
  letter-spacing: 0;
  font-size: 24px;
}

#wedd .modal.wedding-gallery .modal-header,
#wedd .modal.wedding-gallery .modal-footer {border-color: rgba(0,0,0,0.33); }

#wedd .modal.wedding-gallery {
  color: #fff;
  background-color: rgba(255,255,255,0.75);
}

#wedd .modal.wedding-gallery .modal-header {
  height: 67px;
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: left;
    position: absolute;
    top: 0;
}

#wedd .modal.wedding-gallery .modal-body {
  width: 100%;
  height: calc(100% - 67px);
  padding: 0px;
  overflow: hidden;
  position: absolute;
}

#wedd .modal.wedding-gallery button.close {
  color: #fff;
  text-shadow: none;
  font-size: 38px;
}

#wedd .modal.wedding-gallery button.close:focus,
#wedd .modal.wedding-gallery button.close:active {outline: 0 ; }

#wedd .weddings .wedding-album {margin-bottom: 30px; }

#wedd .weddings .wedding-album a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
}

#wedd .modal.wedding-gallery .modal-body .gallery-wrapper {
  width: 100%;
    height: 100%;
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    padding: 5px 10px;
}

.fotorama__img {
  margin: auto !important;
  left: 0 !important;
  top: 0px !important;
}

.fotorama__stage {
  height: 100%  !important;
}

.fotorama,
.fotorama__wrap {
  height: 100%  !important;
}

.fotorama--fullscreen .fotorama__wrap {
  background: #252525 url(/assets/img/noise.png);
  background-attachment: fixed;
}

.fotorama {
  position: relative;
  display: block;
}

.fotorama__nav-wrap {
  position: absolute !important;
  z-index: 99 !important;
  bottom: 0 !important;
  height: auto !important;
  margin-bottom: -70px !important;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.fotorama__wrap:hover .fotorama__nav-wrap {
  margin-bottom: 0 !important;
}

.fotorama--fullscreen .fotorama__stage__shaft,
.fotorama--fullscreen .fotorama__stage.fotorama__pointer {
  background: transparent;
}

.fotorama__caption {
  bottom: 90px !important;
}

.fotorama__caption__wrap {
  width: 100%;
  background-color: rgba(0,0,0,0.4) !important;
  color: #fff;
  text-align: center;
  font-family: var(--font-text);
  font-size: 18px;
  font-weight: 300;
}

.fotorama__caption a {
  color: #fffdd0 !important;
  border-color: #fffdd0 !important;
}

.fotorama.fotorama--fullscreen .fotorama__caption__wrap {
  width: auto;
  text-align: left;
}

/* АРЕНДА */
.body-rent .rentables h1 {
  margin: 50px 0;
}

.body-rent .rentables figure {
  margin: auto auto 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.body-rent .rentables .col-sm-3 figure:before,
.body-rent .rentables .col-sm-3 figure::before {
  content: '';
  padding-top: 100%;
  float: left;
}

.body-rent .rentables .col-sm-6 figure:before ,
.body-rent .rentables .col-sm-6 figure::before{
  content: '';
  padding-top: 47.3%;
  float: left;
}

.body-rent .rentables figure img {
  position: relative;
  height: auto;
  max-width: initial;
  width: 100%;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  -webkit-transition: all 2s ease-out 0s;
  -o-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
}

.body-rent .rentables figure img {
  position: absolute;
    width: auto;
    max-width: initial;
    height: 100%;
    display: block;
    max-width: 100%;
    opacity: 0.8;
    -webkit-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s;
}

.body-rent .rentables figure:hover img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: .125;
}

.body-rent .rentables figure figcaption {
  position: absolute;
  z-index: 22;
  top: 0;
  color: #fff;
  font-size: 28px;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0px;
  width: 100%;
}

.body-rent .rentables figure figcaption a.btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  pointer-events: none;
}

.body-rent .rentables figure figcaption .descr {
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px 0 0;
  text-align: left;
}

.body-rent .rentables figure figcaption .descr p,
.body-rent .rentables figure figcaption .descr strong {font-size: 18px; }

.body-rent .rentables figure figcaption h2 {
  letter-spacing: 0px;
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
  text-align: left;
    text-shadow: 0 0 6px #000;

}

.body-rent .rentables figure:hover figcaption h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  color: #000;
  margin-top: 0;
}

.body-rent .rentables figure figcaption h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffddf3;
  background-color: #000;
  content: '';
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
  margin-top: 10px;
}

.body-rent .rentables figure:hover figcaption h2::after {background-color: #000;}

.body-rent .rentables figure figcaption h2::after,
.body-rent .rentables figure figcaption .descr,
.body-rent .rentables figure figcaption a {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  color: #000;
}

.body-rent .rentables figure:hover figcaption a.btn {pointer-events: auto; }

.body-rent .rentables figure:hover figcaption h2::after,
.body-rent .rentables figure:hover figcaption .descr,
.body-rent .rentables figure:hover figcaption a {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.body-rent .rentables figure figcaption::before,
.body-rent .rentables figure figcaption::after {pointer-events: none;}

.body-rent .modal label,
.body-rent .modal .form-control {font-size: 18px; }

.body-rent .modal input[type="submit"] {
  /*float: right;*/
}

.body-rent .modal .result {display: none; }

.body-rent .modal .result.visible {display: block; }

/* БЛОГ */
#blog main figure {margin-bottom: 50px; }

#blog main figure h2 {
  margin-top: 0;
  letter-spacing: 0;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 5px;
}

#blog main figure h2 a {
  color: #000;
  cursor: pointer;
  -webkit-transition:all .25s ease-out;
  -o-transition:all .25s ease-out;
  transition:all .25s ease-out;
}

#blog main figure h2 small a {
  color: #555;
}

#blog main figure h2 a:hover {
  text-decoration: none;
  color: #ffddf3;
}

#blog main figure p {font-size: 17px; }

#blog main figure .img-container {
  max-height: 350px;
  box-shadow: 0px 0px 5px -2px #000;
  -webkit-box-shadow: 0px 0px 10px -2px #000;
  margin-bottom: 20px;
  border-radius: 4px;
}

/*#blog main figure .img-container:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#blog main figure .img-container img {
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
*/
#blog main figure .more-link .btn {
  -webkit-transition:all .25s ease-out;
  -o-transition:all .25s ease-out;
  transition:all .25s ease-out;
  font-weight: 300;
  border-radius: 50px;
}

#blog article h1 {margin: 0px 0 40px; letter-spacing: 0;font-size: 42px;}

#blog aside h3 {
  letter-spacing: 0;
  margin-top: 10px;
}

#blog .blog-heading {
  margin-bottom: 50px;
}

#blog aside {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffdd0;
}

#blog aside.affix {
  top: 15px;
  right: 40px;
  width: 300px;
}

#blog aside .recent-post {
  color: #000;
  padding: 5px 0 3px;
  display: inline-block;
  border-bottom: 1px dashed;
  margin: 5px 0 7px;
}

#blog aside .recent-post:hover,
#blog aside .recent-post:active,
#blog aside .recent-post:focus {text-decoration: none; }

#blog aside .recent-post:hover {
  border-bottom: none;
  margin-bottom: 8px;
}

#blog aside .category-link {
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 5px 0px;
  color: #000;
}

#blog aside .category-link:hover,#blog aside .category-link:active,#blog aside .category-link:focus {text-decoration: none; }

#blog aside .category-link:hover {

}

#blog aside .category-link:last-child {margin-bottom: 20px; }

#blog aside .subscribe {
  padding-bottom: 30px;
  text-align: center;
}

#blog aside .subscribe .btn {width: 100%; }

#blog aside hr {border-color: #ffddf3; }

#blog article {font-size: 18px; }

.breadcrumb {
  background-color: transparent;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb a {
  color: #ff91d8;
  cursor: pointer;
}

.breadcrumb a:hover {
  color: #ff91d8;
}

#blog article p {
    /* text-indent: 0.5cm; */
    margin: 0 0 0.5cm;
    font-size: 17px;
    text-align: left;
    font-weight: 300;
  word-break: break-word;
}

#blog article blockquote > p {
  text-indent: 0;
  font-size: 22px;
  font-style: italic;
}

#blog .post-thumbnail-block a {
  display: block;
}

#blog .post-thumbnail-block {
  margin-bottom: 30px;
}

#blog .post-thumbnail-block a:focus,
#blog .post-thumbnail-block a:active {outline: 0 ;}

#blog .post-thumbnail-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  display: inline-block;
  box-shadow: 0px -150px 160px -100px #000 inset;
  -webkit-box-shadow: 0px -150px 160px -100px #000 inset;
}

#blog .post-thumbnail-container::before {
  content: '';
  float: left;
  padding-bottom: 40%;
}

#blog h1.blog-post-heading {
  position: absolute;
  bottom: 0;
  left: 15px;
  padding: 30px;
  margin: 0;
  color: #fff;
}

#blog a.back-to-list {
  color: #000;
  font-family: var(--font-text);
  font-weight: 300;
  padding: 10px;
  display: block;
  font-size: 30px;
  text-align: left;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#blog a.back-to-list:hover {
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

#blog a.back-to-list:active,
#blog a.back-to-list:focus,
#blog a.back-to-list:hover {
  text-decoration: none;
}

#blog a.back-to-list .glyphicon {
  vertical-align: -0.15em;
}

#blog article blockquote > p::before {
  content: '«';
}

#blog article blockquote > p::after {
  content: '»';
}

#blog article h2 {
  position: relative;
  margin-bottom: 1em;
}

/*#blog article h2::after {
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #ffddf3;
  content: '';
  margin-top: 00px;
}
*/
#blog article img,
#blog article .embed-responsive {
  margin: 25px 0 20px;
}

#blog article .gallery-item {
  overflow: hidden;
  position: relative;
  border: 0;
  margin: 0;
}

#blog article img.size-full,
#blog article .wp-caption,
#blog article .wp-caption img {
  max-width: 100%;
  height: auto;
}

#blog article .gallery .gallery-caption {
  display: none;
}

#blog article .gallery-item::before {
  content: '';
  float: left;
  padding-bottom: 75%;
}

#blog article div.gallery {
  margin-bottom: 20px;
  position: relative;
  height: auto;
  display: inline-block;
  height: auto;
  width: 100%;
}

#blog article .gallery-item img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 ;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: zoom-in;
  max-width:unset;
}

#blog article .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#blog .fancybox-container {
  z-index: 999999;
}

#blog main.article aside.affix {
  right: 40px;
}

#blog main.article .jumbotron {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: 50%;
}

#blog aside section li {
  margin-bottom: 15px;
  height: 1.3em;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0px 0px 10px #fffdd0 inset;
  text-overflow: ellipsis;
}

#blog aside section li a {
  color: #777;
  font-size: 15px;
}

#blog aside section ul {
  padding-left: 0px;
  list-style: none;
  font-size: 18px;
  line-height: 1.25em;
}

#blog aside section {
  margin-bottom: 20px;
}

#blog aside section header h2 {
  letter-spacing: 0;
}

#blog main.articles-list figure .posted-date {
  display: block;
  margin-top: 15px;
  font-size: 13px;
}

#blog section.articles-list .cat-descr {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  margin: 30px 0 10px;
}

#blog article footer.entry-meta {
  margin-bottom: 0.5cm;
}

#blog .toTheMoon-container {
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  display: block;
}

#blog .toTheMoon {
  position: relative;
  background-color: pink;
  height: 50px;
  width: 100px;
  z-index: 99;
  /* border-radius: 50px; */
  bottom: -5px;
  left: 0;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 56px;
  padding-left: 2px;
  display: none;
  box-shadow: 0px 0px 20px -2.5px #000;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all.25s ease-out;
  -o-transition: all.25s ease-out;
  transition: all.25s ease-out;
}

#blog .toTheMoon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#fest article {
  font-size: 18px;
}

#fest .weddfest-slider {
  background-color: #555;
  position: relative;
  display: block;
  overflow: hidden;
  height: 450px;
  width: 100%;
}

#fest .photoreport .photo-block {
  margin-bottom: 30px;
}

/* SLICK SLIDER */
.main-slider .slick-slide {
  width: 100%;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: rgba(255,253,208,.75);
  background-blend-mode: overlay;
  cursor: -webkit-grab;
  /*overflow: hidden;*/
  max-height: 500px;
}

.slick-slide:active {
  cursor: -webkit-grabbing;
}

.main-slider .slick-slide img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  position: relative;
  display: block;
  -webkit-transition: .33s ease-out;
  -o-transition: .33s ease-out;
  transition: .33s ease-out;
}

.slick-arrow.prev img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-arrow.next img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slick-slider:hover .slick-arrow img {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.slick-list,
.slick-track,
.slick-slide {
  width: 100%;
  height: 100%;
}

.slick-arrow {
  height: 100%;
  width: 120px;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0 ;
  background-color: transparent;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  opacity: 0;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slick-arrow:hover {
  background-color: rgba(0,0,0,.5);
}

.slick-arrow:focus,
.slick-arrow:active {
  outline: 0;
}

.slick-arrow.next {
  right: 0;
}

.slick-arrow.prev {
  left: 0;
}


/* Аренда */
.rent__wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
      -ms-flex-pack: justify;
          justify-content: space-around;
}
.body-rent .rentables .rent--new .rent__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  -webkit-box-flex: 0;
          flex: 0 1 25%;
  width: 25%;
  padding: 0 15px;
  min-height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  overflow: visible;
  margin: 0;
}
.body-rent .rentables .rent--new .rent__item--long {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  -webkit-box-flex: 0;
          flex: 0 1 50%;
}

.body-rent .rentables .rent--new .rent__item img {
  position: relative;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
  opacity: 1;
  /*display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;*/
  margin: 0 auto;
  width: 100%;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: block;
  float: left;
}
.body-rent .rentables .rent--new .rent__item .img-container {
  -ms-align-self: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
  height: auto;
  /*display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;*/
  /*justify-content: flex-start;*/
  display: block;
  position: relative;
}

.body-rent .rentables .rent--new figure figcaption {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  text-shadow: none;
  text-align: left;

  display: block;
  position: relative;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.body-rent .rentables .rent--new figure figcaption h2 {
  margin: 0;
  top: 0;
  text-shadow: none;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.body-rent .rentables .rent--prices figure figcaption h2 {
  margin-bottom: 1em;
}

.body-rent .rentables .rent--prices figure figcaption {
  font-size: 16px;
}

.body-rent .rentables .rent--new figure:hover img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: opacity .33s, -webkit-transform 12s ease-in-out;
  -o-transition: opacity .33s, -o-transform 12s ease-in-out;
  transition: opacity .33s, -webkit-transform 12s ease-in-out;
  -o-transition: opacity .33s, transform 12s ease-in-out;
  transition: opacity .33s, transform 12s ease-in-out;
  transition: opacity .33s, transform 12s ease-in-out, -webkit-transform 12s ease-in-out;
  opacity: .5;
}

.body-rent .rentables .rent--new .rent__item figcaption a.btn {
  display: inline-block;
  position: relative;
  left: 0;
  margin: 0;
}

.body-rent .rentables .rent--new .rent__item .button-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: 1;
  text-align: left;
  padding: 20px;
}

.body-rent .rentables .rent--new .rent__item:hover .button-container {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/**
  HACK: СПОСОБ СДЕЛАТЬ ТАК, ЧТОБЫ КАРТИНКИ ВО FLEXBOX-СЕТКЕ НЕ РАСТЯГИВАЛИСЬ. Смотрим на .img__wrap, .img__wrap::before и сам img всякий случай. img__wrap - класс <a>, которым обёрнута картинка
*/
.body-rent .rentables .rent--new .rent__item .img__wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block;
/*  position: relative;*/
  position: static;
/*  float: left;*/
  height: 1px;
}
.body-rent .rentables .rent--new .rent__item .img__wrap::before {
  content: '';
  float: left;
  padding-bottom: 0%;
}
.body-rent .rentables .rent--new .rent__item .img__wrap::after {
  content: '\f083';
  font-family: 'FontAwesome';
  font-size: 3em;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
  opacity: 0;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
}
.body-rent .rentables .rent--new .rent__item:hover .img__wrap::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.body-rent .rentables .rent--new .rent__item figcaption .descr {
  top: 2em;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}
.body-rent .rentables .rent--new .rent__item:hover figcaption .descr {
  top: 0;
}


.checkboxy {

}
.checkboxy__wrap {
  width: 50px;
  position: relative;
  height: 50px;
}
.checkboxy__checkbox {
  visibility: hidden;
}
.checkboxy__label {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 3px solid #fff;
  -webkit-transition: .20s;
  -o-transition: .20s;
  transition: .20s;
}
.checkboxy__label--black-border {
  border-color: #aaa;
}

.checkboxy__label::before {
  opacity: 1;
  content: '';
  top: 26%;
  left: 15%;
  width: 70%;
  height: 40%;
  position: absolute;
  border: 4px solid #fff;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
  border-color: rgb(245, 157, 226);
  -webkit-transition: .20s;
  -o-transition: .20s;
  transition: .20s;
  opacity: 1;
}
.checkboxy__label::after {
  content: "Заказать!";

  padding: .3em .5em;
  background-color: rgba(255,255,255,.75);
  font-weight: 300;
  -webkit-border-radius: .4em;
          border-radius: .4em;
  left: 100%;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  -webkit-transition: .20s linear;
  -o-transition: .20s linear;
  transition: .20s linear;
  opacity: 0;
}
.checkboxy__label:hover::after {
  opacity: 1;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.checkboxy__checkbox:checked + .checkboxy__label::after {
  display: none;
}


/**
 * Create the hover event of the tick
 */
.checkboxy__label:hover::before {
  opacity: 1;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxy__checkbox:not(:checked) + .checkboxy__label {
  background-color: transparent;
}
.checkboxy__checkbox:not(:checked) + .checkboxy__label:hover {
  background-color: rgba(255, 255, 255, .5)
}
.checkboxy__checkbox:not(:checked) + .checkboxy__label:before {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  opacity: 0;
}

.cart {
  /*width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: rgba(255,255,255,.95);
  position: fixed;
  font-weight: 400;
  padding: 20px;
  left: 0;
  z-index: 10;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0 0 20px -12px #000;*/
}


/*.cart--sticky {
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
  position: fixed;
}
.cart--no-selections.cart--sticky {
  margin-bottom: -150px;
}
.cart--no-selections:not(.cart--sticky) {
  margin-bottom: 0;
}*/
.cart__wrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  background-color: #fff;
  position: fixed;
  font-weight: 400;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.cart--no-selections .cart__wrap {
  /*position: relative;*/
  margin-bottom: -150px;
}
/*.cart__wrap::before {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  background-color: #fff;

  top: -20px;
  left: 0px;
  right: 0px;
  bottom: -20px;
  -webkit-filter: blur(8px);
  -o-filter: blur(8px);
  filter: blur(8px);
}*/
.cart__contents {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /*width: 80%;*/
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: left;
  z-index: 10;
}
.cart__list,
.modal-cart__list {

}
.modal-cart__list--no-items::before {
  content: 'В корзине нет ни одного товара :(';
  color: #e7e7e7;
}
.cart__label:first-child {
  margin-left: 0;
}
.cart__label {
  margin: 0 5px;
  font-size: 1.2em;
  background-color: pink;
  padding: .4em .8em;
  -webkit-border-radius: 2em;
          border-radius: 2em;
  color: #fff;
  font-weight: 400;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  animation: 3s cartLabelAppear ease-in;
}

@keyframes cartLabelAppear {
  from {
    background-color: red;
  }
}

.cart__close {
  display: inline-block;
  margin-left: .4em;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.cart__close:hover {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}


.cart__buttons {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  -webkit-box-flex: 0;
          flex: 0 1 25%;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.cart__btn {
  display: inline-block;
}

form textarea {
  resize: vertical;
}

.body-rent .rentables .rent--prices figure figcaption h2,
.body-rent .rentables .rent--prices figure figcaption h2 > a {
  opacity: 1;
}

.price-description,
.fest-description {
  font-size: 17px;
  text-align: left;
  font-weight: 300;
}

.fest-description p,
.price-description p {
  margin: 0 0 0.5cm;
}

.fest-description h2,
.fest-description h3,
.fest-description h4,
.price-description h2,
.price-description h3,
.price-description h4 {
  letter-spacing: normal;
}

.price-description .breadcrumb {
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.price-description .breadcrumb a {
  color: #ff91d8;
  cursor: pointer;
}


.grid-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(auto-fit, 150px);
}

.grid-gallery--row-4 {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.grid-gallery__item {
  display: inline-grid;
  position: relative;
}

.grid-gallery__item-wrap {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.grid-gallery__photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-rent .rentables .rent--prices .rent__item .img__wrap::after {
  content: '\f06e';
}

.body-rent .rentables .rent--prices .rent__item .img__wrap {
  cursor: pointer;
}

.body-rent .rentables .rent--prices .rent__wrap {
  justify-content: flex-start;
}
.body-rent .rentables .rent--prices .rent__item {
  width: 25%;
}


.fest-description .panel-group--fest .panel-title {
  font-size: 1.4em;
}

.fest-description .panel-group--fest .panel-title a {
  width: 100%;
  display: block;
  padding: 10px;
  position: relative;
}
.fest-description .panel-group--fest .panel-title a:hover {
  background-color: #fffdd0;
  text-decoration: none;
}
.fest-description .panel-group--fest .panel-title a:focus {
  text-decoration: none;
}

.panel-group--fest .panel-heading {
  padding: 0;
}

.fest-container__submit-button {
  margin-top: 2.5em;
}

.fest-container__submit-button .btn {
  padding: 10px 30px;
  font-family: var(--font-text);
  font-weight: 300;
}

.fest-description .panel-title a::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 50%;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
}

.fest-description .panel-title a.collapsed::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc(50% - 7.5px);
}

.fest-registration fieldset[disabled] {
  opacity: .33;
  pointer-events: none;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
}


.fest-registration__message {
  position: absolute;
  width: 100%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  margin: auto;
  -webkit-animation: 1s messageAppear ease;
  animation: 1s messageAppear ease;
  text-align: center;
}

@keyframes festMessageAppear {
  from {
    opacity: 0;
    top: 75%;
  }

  to {
    opacity: 1;
    top: 50%;
  }
}


.testimonials__heading {
  margin: 50px 0 30px;
}

.testimonials__slider {
  position: relative;
  overflow: hidden;
}

.testimonials__slider::before,
.testimonials__slider::after {
  content: '';
  color: red;
  box-shadow: 0 0 30px 50px #fff;
  height: 100%;
  position: absolute;
  width: 1px;
  left: -2px;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 100;
}
.testimonials__slider::after {
  left: auto;
  right: -2px;
}

.testimonials__item {
  display: block;
  padding: 20px;
}

.testimonials__item:focus {
  outline: none;
}

.testimonials__item-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.testimonials__photo-block {
  display: inline-flex;
  align-self: flex-start;
  justify-content: center;
  width: 25%;
  padding-top: 20px;
}

.testimonials__photo-wrap {
  display: block;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  width: 50%;
}

.testimonials__photo-wrap::before {
  content: '';
  float: left;
  padding-bottom: 100%;
}

.testimonials__text {
  display: inline-flex;
  flex-direction: column;
  align-self: center;
  width: 74%;
  margin: 0;
  border-width: 2px;
}


.testimonial-modal__img-wrap {
  width: 100%;
  max-width: 200px;
  margin: -130px auto 0;
  position: relative;
  display: block;
  border-radius: 200px;
  overflow: hidden;
}

.testimonial-modal__img-wrap::before {
  content: '';
  float: left;
  padding-bottom: 100%;
}

.testimonial-modal .modal-content {
  margin-top: 150px;
}

.testimonial-modal  .modal-body {
  overflow: visible;
}

.testimonials__controls {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}

.testimonials__controls .slick-dots {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  left: 0;
  z-index: 55;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  display: inline-block;
  text-align:center;
  width: auto;
  order: 2;
}

.testimonials__controls .slick-dots li {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-self: center;
  align-self: center;
  float: none;
  border: 1px solid #000;
  border-radius: 50px !important;
  overflow: hidden;
  margin: 0 2px;
  padding: 2px !important;
  background: none !important;
}

.testimonials__controls .slick-dots button {
  background: transparent;
  color: transparent;
  display: block;
  position: relative;
  width: 7px;
  height: 7px;
  padding: 0;
  font-size: 0px;
  border: 0;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: .33s linear;
  -o-transition: .33s linear;
  transition: .33s linear;
}

.testimonials__controls .slick-dots li.slick-active button {
  background-color: #000;
}

.testimonials__controls .slick-arrow {
  height: auto;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  /* float: left; */
  opacity: 1;
  width: auto;
  background: transparent;
  position: relative;
  line-height: 1;
  padding: 0 10px;
  height: auto;
  align-self: baseline;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 14px;
}

.testimonials__controls .slick-prev {
  order: 1;
}
.testimonials__controls .slick-next {
  order: 3;
}

/*

SUBSCRIBTION FORM

*/

.subcribtion-page {
  font-size: 18px;
}

.subcribtion-page__header h1 > small {
  letter-spacing: 2px;
}

.subcribtion-page__description {
  text-align: center;
}

.subcribtion-page__header,
.subcribtion-page__description,
.subscribtion-page__image,
.subcribtion-page__contents {
  margin-bottom: 60px;
}

.subscribtion-page__subtle {
  margin-bottom: 60px;
}

.content-grid {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.content-grid__item {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  margin: 0 0 15px;
  padding: 0 15px;
  width: calc(100% / 3);
}

.content-grid__item > svg {
  width: 150px;
  height: 150px;
  display: block;
  position: relative;
  margin: auto;
}

.subscribe-form {
  margin-top: 60px;
}

.modal-footer {
  border-top: 0;
}

.modal-header {
  border-radius: 6px 6px 0 0;
}

.collage__wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
  justify-content: space-around;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 15px 0;
}

.collage__item {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  flex-basis: 100%;
  padding: 15px;
}

.collage__item > a {
  width: 100%;
  display: block;
  position: relative;
}

.collage__item--vertical {
  flex-basis: 50%;
}

.collage__photo {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
