/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-Light.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-Italic.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Opensans/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/Opensans/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Corinthia";
  src: url("../fonts/Corinthia/Corinthia.woff2") format("woff2"), url("../fonts/Corinthia/Corinthia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CentSchbkCyrill BT";
  src: url("../fonts/CentSchbkCyrillBT/CenturySchlbkCyrillicBT-Bold.woff2") format("woff2"), url("../fonts/CentSchbkCyrillBT/CenturySchlbkCyrillicBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #4a4a4a;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 86vh;
}

.container {
  padding: 0 30px;
}

.title {
  font-family: "CentSchbkCyrill BT", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  font-size: 4.6vh;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.subtitle {
  font-family: "Corinthia", sans-serif;
  font-size: 4.8rem;
  font-size: 4.5vh;
  font-weight: normal;
  color: #887bb7;
  margin-bottom: 16px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots button {
  display: block;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 2px solid #3d3d3d;
  border-radius: 50%;
  font-size: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #3d3d3d;
}

.ps__rail-y {
  width: 20px;
  background-color: #fafafa !important;
  opacity: 1 !important;
  cursor: default;
}

.ps__thumb-y {
  width: 8px !important;
  background-color: #d1d1d1 !important;
  border-radius: 0;
  opacity: 1 !important;
  right: 6px;
}

.mfp-bg {
  background-color: #4a4a4a;
  opacity: 0.9;
}

button.mfp-close {
  background: url("../img/close-icon.svg") no-repeat center;
}

.mfp-close {
  width: 19px;
  height: 19px;
  opacity: 1;
  font-size: 0;
  right: 30px;
  top: 30px;
}
.mfp-close:active {
  top: 30px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .title {
    font-size: 3.1rem;
  }

  .subtitle {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .title {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }

  .subtitle {
    font-size: 4.2rem;
    margin-bottom: 15px;
  }

  .wrapper {
    height: auto;
    overflow: initial;
    overflow-x: hidden;
  }

  .main {
    height: auto;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .title {
    font-size: 3rem;
  }

  .subtitle {
    font-size: 3.8rem;
    line-height: 1;
  }

  .mfp-close {
    right: 10px;
    top: 10px;
  }
  .mfp-close:active {
    top: 10px;
  }
}
.header {
  height: 14vh;
}
.header .container {
  height: 100%;
}

.header-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 237px;
  height: 100%;
  padding: 5px 0;
  margin-left: 4%;
  margin-right: 5%;
}
.logo a {
  display: block;
  height: 100%;
}
.logo img {
  height: 100%;
}

.header-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-navigation {
  height: 100%;
  margin-right: 10%;
}
.header-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header-navigation .current_page_item a {
  font-weight: 600;
  background-color: #e4f6f5;
}
.header-navigation .current_page_item a:hover {
  background-color: #e4f6f5;
}
.header-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 2.8vh;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-size: 1.7vh;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-navigation a:hover {
  background-color: rgba(228, 246, 245, 0.3);
}

.header-phone {
  margin-right: 2%;
}
.header-phone a {
  display: block;
  padding-left: 46px;
  padding-left: 3.2vh;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  font-size: 2.2vh;
  position: relative;
}
.header-phone a::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  height: 2.14vh;
  background: url("../img/phone.svg") no-repeat left center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-link {
  margin-left: auto;
}
.header-link a {
  display: block;
  padding: 16px 37px;
  padding: 1.6vh 1.9vw;
  background-color: #887bbc;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  font-size: 1.5vh;
  color: #fefefe;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-link a:hover {
  background-color: #fcd4f6;
  color: #3d3d3d;
}

.hamburger {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .header-navigation a {
    font-size: 1.4rem;
  }

  .header-phone a {
    font-size: 1.8rem;
  }
  .header-phone a::before {
    height: 14px;
  }

  .header-link a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1249px) and (min-width: 1200px) {
  .header-navigation a {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .header {
    height: auto;
  }

  .header-panel {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
  }

  .logo {
    width: 160px;
    margin-left: 0;
    margin-right: 30px;
  }

  .header-menu {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .header-navigation {
    display: none;
    height: 100vh;
    padding: 80px 0;
    background-color: rgba(228, 246, 245, 0.95);
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .header-navigation .current_page_item a {
    background-color: transparent;
  }
  .header-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-navigation a {
    padding: 15px 30px;
    font-size: 4rem;
  }

  .header-phone {
    margin-right: 30px;
  }
  .header-phone a {
    padding-left: 35px;
    font-size: 2rem;
  }
  .header-phone a::before {
    height: 23px;
  }

  .header-link a {
    padding: 15px;
    font-size: 1.4rem;
  }

  .hamburger {
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
  }
  .hamburger.active .hamburger-line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger-line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }

  .hamburger-line {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #887bbc;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamburger-line:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header-phone {
    display: none;
  }

  .header-link {
    display: none;
  }

  .header-navigation a {
    font-size: 3rem;
  }
}
.preloader {
  background-color: #ffedfb;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.preloader:before {
  content: "";
  display: block;
  width: 35%;
  height: 100%;
  background-color: #887bbc;
  left: 0;
  top: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.preloader::after {
  content: "";
  display: block;
  border: 4px solid transparent;
  position: absolute;
  left: 8%;
  right: 8%;
  top: 14%;
  bottom: 14%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.preloader.active::before {
  width: 100%;
}
.preloader.active::after {
  border-color: #ffffff;
}

.preloader-logo {
  height: 23.4vh;
}
.preloader-logo img {
  max-height: 100%;
}

.preloader-image {
  height: 83.3vh;
  position: absolute;
  left: 44%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.preloader-image img {
  max-height: 100%;
}

.preloader-content {
  width: 50%;
  padding: 5%;
  padding: 12vh;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.preloader-content img {
  max-width: 530px;
  margin: 0 auto;
}

.about-section {
  height: 62%;
}
.about-section .container {
  height: 100%;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #e4f6f5;
}

.about-left {
  width: 50%;
  padding-left: 8%;
  padding-right: 1%;
  padding-top: 11vh;
}

.about-text {
  font-size: 1.6rem;
  font-size: 1.7vh;
}
.about-text .title {
  max-width: 510px;
}
.about-text p {
  max-width: 585px;
}

.about-right {
  width: 37.1%;
  position: relative;
}
.about-right .decor {
  position: absolute;
}
.about-right .decor-1 {
  width: 317px;
  width: 46%;
  height: 495px;
  height: 45.9vh;
  background: url("../img/about-section-decor-1.png") no-repeat left top/contain;
  opacity: 0.1;
  left: -218px;
  left: -32%;
  top: 16.7vh;
}
.about-right .decor-2 {
  width: 317px;
  width: 46%;
  height: 495px;
  height: 45.9vh;
  background: url("../img/about-section-decor-2.png") no-repeat left top/contain;
  opacity: 0.1;
  right: -29%;
  top: 16.7vh;
}
.about-right .decor-3 {
  height: calc(100% - 14vh);
  border: 4px solid #ffffff;
  border-top: none;
  opacity: 0.7;
  left: -17%;
  right: -17%;
  top: 0;
}

.about-image {
  display: block;
  padding: 0 8%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  position: relative;
}

.features-section {
  height: 38%;
  padding: 33px 0;
  padding: 3.4vh 0;
  background-color: #ffedfb;
  position: relative;
}
.features-section .decor {
  position: absolute;
}
.features-section .decor-1 {
  width: 19.7%;
  max-width: 378px;
  height: 602px;
  height: 55.8vh;
  background: url("../img/about-features-decor-1.png") no-repeat left bottom/contain;
  left: -6.3%;
  bottom: -62px;
  bottom: -6vh;
}
.features-section .decor-2 {
  width: 19.6%;
  max-width: 376px;
  height: 442px;
  height: 41vh;
  background: url("../img/about-features-decor-2.png") no-repeat left bottom/contain;
  right: -5.8%;
  bottom: -14vh;
}

.features {
  padding: 44px 0;
  padding: 4.1vh 0;
  border: 4px solid #ffffff;
}

.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1256px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.feature {
  width: 23%;
  font-size: 1.4rem;
  font-size: 1.5vh;
  text-align: center;
  margin: 0 15px;
}
.feature h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  font-size: 1.8vh;
  color: #3d3d3d;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.feature-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 73px;
  height: 6.8vh;
  margin-bottom: 28px;
  margin-bottom: 2.6vh;
}
.feature-image img {
  max-height: 100%;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .about-left {
    width: 55%;
    padding-left: 5%;
    padding-top: 8vh;
  }

  .about-text {
    max-width: 500px;
    font-size: 1.4rem;
  }

  .about-right {
    width: 31%;
  }

  .features-section {
    padding: 15px 0;
  }
  .features-section .decor-1 {
    left: -7%;
  }
  .features-section .decor-2 {
    right: -8%;
  }

  .features {
    padding: 15px 0;
  }

  .feature {
    width: 18%;
    font-size: 1.4rem;
  }
  .feature h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .preloader::before {
    width: 0;
  }
  .preloader::after {
    top: 8%;
    bottom: 8%;
  }

  .preloader-content {
    width: 100%;
    padding: 60px;
  }

  .preloader-image {
    display: none;
  }

  .preloader-logo {
    height: auto;
  }

  .about-section {
    height: auto;
  }
  .about-section .container {
    padding: 0;
  }

  .about {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-left {
    width: 100%;
    padding: 50px 30px;
    z-index: 1;
  }

  .about-right {
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px;
  }
  .about-right .decor {
    display: none;
  }

  .about-text {
    font-size: 1.6rem;
  }
  .about-text .title {
    max-width: 100%;
  }
  .about-text p {
    max-width: 100%;
  }

  .about-image {
    height: 550px;
    padding: 0;
    border: 30px solid #ffffff;
  }

  .features-section {
    height: auto;
    padding: 30px 0;
  }
  .features-section .decor {
    display: none;
  }

  .features {
    padding: 30px 0;
  }

  .features-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature {
    width: calc(50% - 30px);
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .feature:nth-last-child(1), .feature:nth-last-child(2) {
    margin-bottom: 0;
  }
  .feature h2 {
    font-size: 1.6rem;
  }

  .feature-image {
    height: 73px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .preloader::after {
    border-width: 2px;
  }

  .preloader-content {
    padding: 30px 15px;
  }
  .preloader-content img {
    max-width: 100%;
    height: auto;
  }

  .about-left {
    padding: 30px 15px;
  }

  .about-right {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .about-text {
    text-align: center;
  }

  .about-image {
    height: 275px;
    border-width: 5px;
  }

  .features {
    border-width: 2px;
  }

  .feature {
    width: calc(100% - 30px);
  }
  .feature:nth-last-child(2) {
    margin-bottom: 50px;
  }
}
.services-section {
  height: 100%;
}
.services-section .container {
  height: 100%;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #e4f6f5;
}

.services-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  padding-left: 5%;
  padding-right: 1%;
  padding-top: 11vh;
}

.services-text {
  padding-left: 7%;
  font-size: 1.4rem;
  font-size: 1.5vh;
  margin-bottom: 6vh;
}
.services-text p {
  max-width: 512px;
}

.services-gallery {
  max-width: 84%;
  margin-top: auto;
  position: relative;
}
.services-gallery .decor {
  position: absolute;
}
.services-gallery .decor-1 {
  height: 83%;
  border: 4px solid #ffffff;
  border-bottom: none;
  left: -9%;
  right: -9%;
  bottom: 0;
}
.services-gallery .decor-2 {
  width: 45.8%;
  max-width: 279px;
  height: 437px;
  height: 40.5vh;
  background: url("../img/services-gallery-decor.png") no-repeat left top/contain;
  opacity: 0.1;
  right: -30%;
  bottom: -3.5vh;
}

.services-photo-slider {
  padding: 7% 7% 0;
  padding: 4.6vh 4.6vh 0;
  background-color: #ffffff;
  position: relative;
}
.services-photo-slider .slick-list {
  height: 100%;
}
.services-photo-slider .slick-dots {
  bottom: 32px;
}
.services-photo-slider .gallery {
  height: 100%;
}
.services-photo-slider .gallery-item {
  display: block !important;
}
.services-photo-slider img {
  display: block !important;
  width: 100%;
  max-height: 100%;
}

.services-right {
  width: 55%;
  padding-right: 3%;
  padding-top: 8vh;
}

.services-categories-slider .slick-arrow {
  display: block;
  width: 42px;
  height: 42px;
  height: 3.9vh;
  background: rgba(255, 255, 255, 0.6) url("../img/slider-arrow.svg") no-repeat center;
  border: none;
  font-size: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: -42px;
  bottom: -3.9vh;
}
.services-categories-slider .slick-arrow:hover {
  background: #887bbc url("../img/slider-arrow-white.svg") no-repeat center;
}
.services-categories-slider .slick-prev {
  right: 42px;
}
.services-categories-slider .slick-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.services-categories-slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-categories-slider .slick-slide > div:nth-child(odd) .services-card:nth-child(even) {
  background-color: #eafcfb;
}
.services-categories-slider .slick-slide > div:nth-child(odd) .services-card:hover {
  background-color: #887bbc;
}
.services-categories-slider .slick-slide > div:nth-child(even) .services-card:nth-child(odd) {
  background-color: #eafcfb;
}
.services-categories-slider .slick-slide > div:nth-child(even) .services-card:hover {
  background-color: #887bbc;
}

.services-card {
  padding: 2.8vh;
  font-size: 1.4rem;
  font-size: 1.5vh;
  outline: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services-card path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services-card h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  font-size: 1.9vh;
  color: #3d3d3d;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services-card:hover {
  background-color: #887bbc;
  color: #ffffff;
}
.services-card:hover h2 {
  color: #ffffff;
}
.services-card:hover path {
  fill: #ffffff;
}

.services-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 104px;
  height: 9.7vh;
  margin-bottom: 24px;
  margin-bottom: 2.4vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services-card-icon svg {
  max-height: 100%;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .services-left {
    width: 44%;
    padding-top: 8vh;
  }

  .services-text {
    max-width: 430px;
    padding-left: 0;
    font-size: 1.4rem;
    margin-bottom: 3vh;
  }

  .services-gallery {
    max-width: 78%;
  }

  .services-photo-slider {
    padding: 3vh 3vh 0;
  }

  .services-right {
    width: 56%;
  }

  .services-card {
    padding: 25px 15px;
    font-size: 1.4rem;
  }
  .services-card h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .services-card-icon {
    height: 12vh;
  }

  .services-categories-slider .slick-arrow {
    height: 42px;
    bottom: -42px;
  }
}
@media (max-width: 1024px) {
  .services {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-left {
    width: 100%;
    padding: 50px 30px;
  }

  .services-right {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .services-text {
    padding-left: 0;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .services-text p {
    max-width: 100%;
  }

  .services-gallery {
    max-width: 100%;
  }
  .services-gallery .decor {
    display: none;
  }

  .services-photo-slider {
    padding: 15px;
  }

  .services-categories-slider {
    padding-bottom: 42px;
  }
  .services-categories-slider .slick-arrow {
    height: 42px;
    bottom: 0;
  }

  .services-card {
    padding: 30px 15px;
    font-size: 1.4rem;
  }
  .services-card h2 {
    font-size: 1.8rem;
  }

  .services-card-icon {
    height: 104px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .services-section .container {
    padding: 0;
  }

  .services-left {
    padding: 30px 15px;
  }

  .services-text {
    text-align: center;
    margin-bottom: 30px;
  }

  .services-photo-slider {
    padding: 5px;
  }
  .services-photo-slider .slick-dots {
    bottom: 30px;
  }
}
.price-section {
  height: 100%;
}
.price-section .container {
  height: 100%;
}

.price {
  height: 100%;
  padding: 5vh 0;
  background-color: #e4f6f5;
  position: relative;
}
.price .decor {
  position: absolute;
}
.price .decor-1 {
  height: 81%;
  border: 4px solid #ffffff;
  border-bottom: none;
  left: 6%;
  right: 6%;
  bottom: 0;
}
.price .decor-2 {
  width: 29.3%;
  max-width: 546px;
  height: 1015px;
  height: 94vh;
  background: url("../img/price-decor-1.png") no-repeat left top/contain;
  left: -3.1%;
  top: 2vh;
  z-index: 1;
}
.price .decor-3 {
  width: 27.3%;
  max-width: 509px;
  height: 799px;
  height: 74vh;
  background: url("../img/price-decor-2.png") no-repeat left top/contain;
  right: 1%;
  top: 22px;
}

.price-content {
  width: 60%;
  max-width: 1100px;
  padding-top: 4vh;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.price-text {
  text-align: center;
  margin-bottom: 5vh;
}

.price-list {
  width: 69%;
  max-width: 754px;
  height: 51.8vh;
  padding-top: 4px;
  color: #3d3d3d;
  margin: 0 auto;
}
.price-list .ps__rail-y {
  right: 9px;
  top: auto !important;
  bottom: 0;
}

.price-item {
  padding-bottom: 6px;
  margin-top: 12px;
}
.price-item:first-child {
  margin-top: 0;
}

.price-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 65px;
  font-size: 1.8rem;
  font-size: 1.9vh;
  position: relative;
}

.price-item-name {
  font-weight: normal;
  font-size: 1.8rem;
  font-size: 1.9vh;
}

.price-item-value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
}

.price-item-separator {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px dashed rgba(61, 61, 61, 0.3);
  margin: 0 3px 4px;
}

.price-item-more {
  width: 30px;
  height: 30px;
  height: 2.8vh;
  background: rgba(232, 232, 232, 0.2) url("../img/arrow-down-icon.svg") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -3px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.price-item-more:hover {
  background-color: #ffedfb;
}
.price-item-more.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.price-item-additional {
  display: none;
  padding: 4%;
  background-color: rgba(232, 232, 232, 0.2);
  margin-top: 7px;
}
.price-item-additional .price-list {
  max-width: 440px;
  height: auto;
  padding-top: 0;
}
.price-item-additional .price-item {
  margin-top: 5px;
}
.price-item-additional .price-item-main {
  padding-right: 0;
  font-size: 1.4rem;
  font-size: 1.5vh;
}
.price-item-additional .price-item-name {
  font-size: 1.4rem;
  font-size: 1.5vh;
}
.price-item-additional .price-item-separator {
  margin: 0 3px 3px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .price-list {
    width: 80%;
  }

  .price-item-main {
    font-size: 1.4rem;
  }

  .price-item-name {
    font-size: 1.4rem;
  }

  .price-item-additional .price-list {
    width: 100%;
    max-width: 95%;
  }
  .price-item-additional .price-item-main {
    font-size: 1.4rem;
  }
  .price-item-additional .price-item-name {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .price {
    padding: 50px 0 25px;
  }
  .price .decor {
    display: none;
  }

  .price-content {
    padding-top: 30px;
    width: 95%;
  }

  .price-text {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .price-list {
    width: 85%;
    height: 60vh;
  }

  .price-item-main {
    font-size: 1.8rem;
  }

  .price-item-name {
    font-size: 1.8rem;
  }

  .price-item-more {
    height: 30px;
  }

  .price-item-additional {
    padding: 15px;
  }
  .price-item-additional .price-item-main {
    font-size: 1.4rem;
  }
  .price-item-additional .price-item-name {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .price-section .container {
    padding: 0;
  }

  .price {
    padding: 0 0 30px;
  }

  .price-content {
    width: 100%;
    background-color: transparent;
  }

  .price-list {
    width: auto;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .price-list .ps__rail-y {
    right: 0;
  }

  .price-item-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 30px;
    font-size: 1.4rem;
  }

  .price-item-name {
    font-size: 1.4rem;
  }

  .price-item-separator {
    margin-top: 4px;
  }

  .price-item-more {
    width: 15px;
    height: 15px;
    top: 0;
  }
  .price-item-more:hover {
    background-color: transparent;
  }

  .price-item-additional {
    padding: 10px 0 10px 10px;
    margin-top: 10px;
  }
  .price-item-additional .price-list {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .price-item-additional .price-item-separator {
    margin-top: 3px;
  }
  .price-item-additional .price-item-main {
    font-size: 1.3rem;
  }
  .price-item-additional .price-item-name {
    font-size: 1.3rem;
  }
}
.contact-section {
  height: 100vh;
  position: relative;
}

.map-details {
  display: none;
}

.map {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute !important;
}

.contact-content {
  width: 44%;
  max-width: 900px;
  padding-top: 5vh;
  margin-left: 3%;
  margin-right: 60px;
  position: relative;
}

.contact-image {
  height: 42vh;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-origin: content-box;
  border: 4.6vh solid #ffffff;
  margin-bottom: 3vh;
}

.contact-connect {
  padding: 3%;
  background-color: #887bbc;
}

.connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.5vh;
  border: 4px solid #ffffff;
  color: #ffffff;
}

.connect-left, .connect-right {
  width: calc(50% - 30px);
}

.connect-left {
  margin-right: 15px;
}

.connect-right {
  margin-left: 15px;
}

.connect-item {
  padding-left: 42px;
  margin-bottom: 19px;
  position: relative;
}
.connect-item:last-child {
  margin-bottom: 0;
}
.connect-item::before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.connect-item.phone::before {
  background: url("../img/contact-phone-icon.svg") no-repeat center/contain;
}
.connect-item.email a {
  word-break: break-all;
}
.connect-item.email::before {
  background: url("../img/contact-mail-icon.svg") no-repeat center/contain;
}
.connect-item.address::before {
  background: url("../img/contact-address-icon.svg") no-repeat center/contain;
}
.connect-item a {
  display: block;
  font-size: 1.6rem;
  font-size: 1.7vh;
  line-height: 1.3;
}

.connect-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  font-size: 1.8vh;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.connect-text {
  font-size: 1.4rem;
  font-size: 1.5vh;
  margin-bottom: 19px;
}

.connect-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.connect-social li {
  margin-right: 8px;
}
.connect-social a {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 0;
}

.instagram a {
  background: url("../img/instagram-icon.svg") no-repeat center;
}

.facebook a {
  background: url("../img/facebook-icon.svg") no-repeat center;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .contact-content {
    width: 50%;
  }

  .contact-image {
    border-width: 15px;
  }

  .contact-connect {
    padding: 15px;
  }

  .connect {
    padding: 15px;
  }

  .connect-item a {
    font-size: 1.4rem;
  }

  .connect-title {
    font-size: 1.4rem;
  }

  .connect-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .contact-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .map {
    height: 410px;
    position: relative !important;
  }

  .contact-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-image {
    height: 300px;
    border: none;
    margin-bottom: 0;
  }

  .contact-connect {
    padding: 30px;
  }

  .connect {
    padding: 15px;
  }

  .connect-item a {
    font-size: 1.6rem;
  }

  .connect-title {
    font-size: 1.7rem;
  }

  .connect-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .map {
    height: 320px;
  }

  .contact-connect {
    padding: 15px;
  }

  .connect {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 2px;
  }

  .connect-left, .connect-right {
    width: 100%;
  }

  .connect-left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .connect-right {
    margin-left: 0;
  }

  .contact-image {
    height: 125px;
  }

  .connect-item a {
    font-size: 1.4rem;
  }

  .connect-title {
    font-size: 1.6rem;
  }
}
.order-section {
  height: 100%;
}
.order-section .container {
  height: 100%;
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  background-color: #e4f6f5;
}

.order-left {
  width: 45%;
  max-width: 710px;
  padding-left: 8%;
  padding-right: 1%;
  padding-top: 11vh;
  z-index: 1;
}

.order-text {
  margin-bottom: 20px;
}

.order-form {
  max-width: 470px;
}

.form-item {
  margin-bottom: 10px;
  position: relative;
}
.form-item:last-child {
  margin-top: 42px;
  margin-top: 4vh;
  margin-bottom: 0;
}
.form-item input, .form-item select, .form-item textarea {
  display: block;
  width: 100%;
  height: 50px;
  height: 4.7vh;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
  border: 3px solid #ffffff;
  font: inherit;
  font-size: 1.6rem;
  font-size: 1.7vh;
  color: rgba(74, 74, 74, 0.6);
  outline: none;
}
.form-item input::-webkit-input-placeholder, .form-item select::-webkit-input-placeholder, .form-item textarea::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.6);
}
.form-item input::-moz-placeholder, .form-item select::-moz-placeholder, .form-item textarea::-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
}
.form-item input:-ms-input-placeholder, .form-item select:-ms-input-placeholder, .form-item textarea:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.6);
}
.form-item input::-ms-input-placeholder, .form-item select::-ms-input-placeholder, .form-item textarea::-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.6);
}
.form-item input::placeholder, .form-item select::placeholder, .form-item textarea::placeholder {
  color: rgba(74, 74, 74, 0.6);
}
.form-item input:focus, .form-item select:focus, .form-item textarea:focus {
  background-color: #ffffff;
}
.form-item textarea {
  height: 244px;
  height: 22.6vh;
  padding-top: 15px;
  resize: none;
}
.form-item input[type=submit] {
  max-width: 218px;
  background-color: #887bbc;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fefefe;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.form-item input[type=submit]:hover {
  background-color: #fcd4f6;
  color: #3d3d3d;
}
.form-item .nice-select {
  width: 100%;
  height: 50px;
  height: 4.7vh;
  padding-left: 30px;
  padding-right: 50px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 0;
  font-size: 1.6rem;
  font-size: 1.7vh;
  line-height: 44px;
  line-height: 4.09vh;
  color: rgba(74, 74, 74, 0.6);
  float: none;
}
.form-item .nice-select::after {
  width: 44px;
  height: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.3) url("../img/arrow-down-icon.svg") no-repeat center;
  margin: 0;
  right: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.form-item .nice-select .current {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.form-item .nice-select .list {
  height: 254px;
  height: 23.7vh;
  padding-top: 12px;
  padding-bottom: 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 3px;
  left: -3px;
  right: -3px;
  overflow-y: auto;
}
.form-item .nice-select.open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form-item .nice-select .option {
  min-height: 24px;
  padding-left: 33px;
  padding-right: 40px;
  line-height: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.form-item .nice-select .option.selected {
  background-color: transparent;
  font-weight: normal;
  color: #4a4a4a;
}
.form-item .nice-select .option:hover {
  background-color: transparent;
}
.form-item .ps__rail-y {
  margin-top: 12px;
  margin-bottom: 12px;
  right: 14px;
}

div.wpcf7-response-output {
  padding: 5px;
  font-size: 1.2rem;
  margin: 0 0 30px;
}

span.wpcf7-not-valid-tip {
  padding: 5px;
  font-size: 1.2rem;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}

.order-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
  max-width: 1017px;
  padding-left: 4%;
  padding-right: 6%;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.order-gallery {
  height: 100%;
  margin-top: auto;
  position: relative;
}
.order-gallery .decor {
  position: absolute;
}
.order-gallery .decor-1 {
  width: 39.5%;
  max-width: 328px;
  height: 513px;
  height: 47.5vh;
  background: url("../img/order-gallery-decor-1.png") no-repeat left top/contain;
  opacity: 0.1;
  left: -27.4%;
  bottom: 6px;
}
.order-gallery .decor-2 {
  width: 39.4%;
  max-width: 328px;
  height: 512px;
  height: 47.4vh;
  background: url("../img/order-gallery-decor-2.png") no-repeat left top/contain;
  opacity: 0.1;
  right: -26.7%;
  bottom: 6px;
}
.order-gallery .decor-3 {
  height: 86.5%;
  border: 4px solid #ffffff;
  border-bottom: none;
  left: -6%;
  right: -6%;
  bottom: -5vh;
}

.order-photo-slider {
  max-width: 95%;
  max-height: 100%;
  height: 100%;
  padding: 4.6vh;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
}
.order-photo-slider .gallery {
  height: 100%;
}
.order-photo-slider .gallery-item {
  display: block !important;
}
.order-photo-slider img {
  display: block !important;
  width: 100%;
  max-height: 100%;
}
.order-photo-slider .slick-list {
  height: 100%;
}
.order-photo-slider .slick-dots {
  bottom: 85px;
  bottom: 8.7vh;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .order-left {
    padding-left: 50px;
    padding-top: 8vh;
  }

  .form-item input, .form-item select, .form-item textarea {
    height: 40px;
    font-size: 1.4rem;
  }
  .form-item textarea {
    height: 130px;
  }
  .form-item input[type=submit] {
    height: 40px;
  }
  .form-item .nice-select {
    height: 40px;
    font-size: 1.4rem;
    line-height: 34px;
  }

  .order-photo-slider {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .order {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-left {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }

  .order-form {
    max-width: 100%;
  }

  .form-item:last-child {
    margin-top: 30px;
  }
  .form-item input, .form-item select, .form-item textarea {
    height: 50px;
    font-size: 1.6rem;
  }
  .form-item textarea {
    height: 244px;
  }
  .form-item .nice-select {
    height: 50px;
    font-size: 1.6rem;
    line-height: 44px;
  }
  .form-item .nice-select .list {
    height: 254px;
  }

  .order-right {
    width: 100%;
    padding: 30px;
  }

  .order-gallery .decor {
    display: none;
  }

  .order-photo-slider {
    max-width: 100%;
    padding: 30px;
  }
  .order-photo-slider .slick-dots {
    bottom: 85px;
  }
}
@media (max-width: 767px) {
  .order-section .container {
    padding: 0;
  }

  .order-left {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }

  .order-text {
    text-align: center;
    margin-bottom: 30px;
  }

  .form-item:last-child {
    margin-top: 15px;
  }
  .form-item input, .form-item select, .form-item textarea {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 2px;
  }
  .form-item textarea {
    height: 130px;
  }
  .form-item input[type=submit] {
    max-width: 100%;
  }
  .form-item .nice-select {
    height: 45px;
    padding-left: 15px;
    padding-right: 45px;
    border-width: 2px;
    line-height: 40px;
  }
  .form-item .nice-select .list {
    height: 215px;
    margin-top: 2px;
    left: -2px;
    right: -2px;
  }
  .form-item .nice-select .option {
    padding-left: 17px;
  }
  .form-item .ps__rail-y {
    right: 2px;
  }

  div.wpcf7 .ajax-loader {
    display: none !important;
  }

  .order-right {
    padding: 0 15px 30px;
  }

  .order-photo-slider {
    padding: 5px;
  }
  .order-photo-slider .slick-dots {
    bottom: 30px;
  }
}
.gallery-section {
  height: 100%;
}
.gallery-section .container {
  height: 100%;
}

.gallery-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #e4f6f5;
}

.gallery-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  padding-right: 1%;
  padding-top: 11vh;
  position: relative;
}
.gallery-left .decor {
  display: block;
  width: 215px;
  height: 335px;
  background: url("../img/gallery-decor.png") no-repeat left top/contain;
  opacity: 0.1;
  position: absolute;
  left: -76px;
  top: 14px;
}

.gallery-text {
  padding-left: 24%;
  margin-bottom: 4vh;
  position: relative;
}

.gallery-list-block {
  padding-left: 8%;
  padding-top: 4vh;
  background-color: #ffe4f9;
  margin-top: auto;
  position: relative;
}
.gallery-list-block::before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background-color: #ffe4f9;
  position: absolute;
  left: -30px;
  top: 0;
}

.gallery-list {
  height: 51vh;
  padding-left: 70px;
  padding-left: 12%;
  position: relative;
}
.gallery-list a {
  display: block;
  padding-left: 28px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 3px solid transparent;
  border-right: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  font-size: 1.9vh;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-list a.active {
  border-color: #ffffff;
}
.gallery-list a:hover {
  border-color: #ffffff;
}
.gallery-list .ps__rail-y {
  background-color: #f8def2 !important;
  margin-top: 15px;
  left: 0;
}
.gallery-list .ps__thumb-y {
  background-color: #ffffff !important;
}

.gallery-right {
  width: 65%;
}

.gallery-photos {
  height: 86vh;
  padding-left: 4%;
  position: relative;
}
.gallery-photos .ps__rail-y {
  background-color: #deefee !important;
  margin-top: 30px;
  left: 0;
}
.gallery-photos .ps__thumb-y {
  background-color: #ffffff !important;
}

.photo-item {
  width: calc(100% / 3);
  background-color: gray;
  position: relative;
}
.photo-item img {
  width: 100%;
}

.photo-cover {
  background: rgba(136, 123, 188, 0.8) url("../img/eye-icon.svg") no-repeat center;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.photo-cover:hover {
  opacity: 1;
}

.popup {
  width: 81%;
  max-width: 1540px;
  height: 71vh;
  margin: 0 auto;
  position: relative;
}

.popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #ffffff;
}

.popup-image {
  width: 50%;
}
.popup-image img {
  max-height: 100%;
}

.popup-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.popup-info-content {
  max-width: 450px;
  font-size: 1.4rem;
  font-size: 1.5vh;
}

.popup-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  font-size: 1.9vh;
  color: #3d3d3d;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.popup-text {
  margin-bottom: 30px;
}

.popup-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 18px;
}

.popup-list-name {
  font-weight: 600;
  font-size: 1.6rem;
  font-size: 1.7vh;
  color: #3d3d3d;
}

.popup-list-value {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-size: 1.9vh;
}

.popup-list-separator {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(74, 74, 74, 0.3)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(74, 74, 74, 0.3) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(74, 74, 74, 0.3) 50%, transparent 50%);
  background-size: 8px;
  background-repeat: repeat-x;
  margin: 0 3px 4px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .gallery-left {
    padding-top: 8vh;
  }

  .gallery-text {
    padding-left: 50px;
  }

  .gallery-list a {
    font-size: 1.4rem;
  }

  .popup {
    width: 80%;
    height: 78vh;
  }

  .popup-info-content {
    font-size: 1.4rem;
  }

  .popup-title {
    font-size: 1.8rem;
  }

  .popup-list-name {
    font-size: 1.4rem;
  }

  .popup-list-value {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .gallery-page {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery-left {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }
  .gallery-left .decor {
    display: none;
  }

  .gallery-text {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .gallery-list-block {
    padding-left: 0;
    margin-right: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery-list {
    height: 31vh;
    padding-left: 35px;
  }
  .gallery-list a {
    font-size: 1.8rem;
  }

  .gallery-photos {
    height: auto;
    padding-left: 0;
  }

  .gallery-right {
    width: 100%;
  }

  .popup {
    width: 95%;
    max-width: 720px;
    height: 100%;
  }

  .popup-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .popup-image {
    width: 100%;
  }
  .popup-image img {
    width: 100%;
  }

  .popup-info {
    width: 100%;
  }

  .popup-info-content {
    max-width: 100%;
    padding: 50px 30px;
    font-size: 1.4rem;
  }

  .popup-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .popup-list-name {
    font-size: 1.6rem;
  }

  .popup-list-value {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .gallery-section .container {
    padding: 0;
  }

  .gallery-left {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }

  .gallery-text {
    text-align: center;
  }

  .gallery-list-block {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .gallery-list-block::before {
    display: none;
  }

  .gallery-list {
    height: 21vh;
    padding-left: 20px;
  }
  .gallery-list a {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 2px;
    font-size: 1.4rem;
  }
  .gallery-list .ps__rail-y {
    margin-top: 0;
  }

  .photo-item {
    width: 50%;
  }

  .popup {
    width: 100%;
  }

  .popup-info-content {
    padding: 30px 15px;
  }

  .popup-title {
    font-size: 1.6rem;
  }

  .popup-list li {
    margin-bottom: 15px;
  }

  .popup-text {
    margin-bottom: 15px;
  }

  .popup-list-name {
    font-size: 1.4rem;
  }

  .popup-list-value {
    font-size: 1.4rem;
  }
}
.single .wrapper {
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
}
.single .main {
  height: auto;
}

.post-section {
  height: 100%;
}
.post-section .container {
  height: 100%;
}

.post {
  height: 100%;
  min-height: 86vh;
  padding: 60px 15px;
  background-color: #e4f6f5;
}

.post-content {
  max-width: 1000px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 auto;
}
.post-content::after {
  content: "";
  display: block;
  clear: both;
}
.post-content .title {
  margin-bottom: 25px;
}
.post-content p {
  margin-bottom: 22px;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.2;
  margin: 40px 0 15px;
}
.post-content ul {
  list-style: disc;
  margin-left: 50px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.post-content ul li {
  padding-left: 10px;
  font-weight: 600;
  margin-bottom: 6px;
}
.post-content ul li:last-child {
  margin-bottom: 0;
}

.post-image {
  margin-bottom: 30px;
}

.post-image-popup .mfp-close {
  width: 19px;
  top: 55px;
  right: 15px;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .post-content {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .post-content {
    font-size: 1.6rem;
  }

  .alignleft, .alignright {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .post-section .container {
    padding: 0;
  }

  .post {
    padding: 30px 15px;
  }

  .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-size: 2.6rem;
  }
  .post-content ul {
    margin-left: 18px;
  }
  .post-content ul li {
    padding-left: 0;
  }

  .alignleft, .alignright {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.section-404 {
  height: 100%;
}
.section-404 .container {
  height: 100%;
}

.content-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 30px 15px;
  background-color: #e4f6f5;
}

.title-404 {
  font-weight: 600;
  font-size: 10rem;
  text-align: center;
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .section-404 {
    height: calc(100vh - 86px);
  }
}
@media (max-width: 767px) {
  .title-404 {
    font-size: 6rem;
  }

  .section-404 {
    height: calc(100vh - 160px);
  }
}
.footer {
  display: none;
}

@media (max-width: 767px) {
  .footer {
    display: block;
  }

  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
  }
  .footer-menu .header-phone {
    display: block;
    width: 50%;
    margin-right: 0;
  }
  .footer-menu .header-phone a {
    padding-left: 25px;
    font-size: 1.5rem;
  }
  .footer-menu .header-phone a::before {
    width: 16px;
    height: 16px;
  }
  .footer-menu .header-link {
    display: block;
    width: 50%;
  }
  .footer-menu .header-link a {
    font-size: 1.2rem;
    text-align: center;
  }
}