@charset "UTF-8";

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  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;
}

/* Slider */

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  font-family: 'Gilroy', sans-serif;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  border: none;
  cursor: pointer;
}

b,
strong {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 700;
}

i,
em {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden auto;
  background: #2F1C21;
}

body main {
  overflow: hidden;
  position: relative;
}

button {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.container {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.sbTitle {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.mTitle {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 95px;
  line-height: 130%;
  text-transform: capitalize;
  color: #FFFFFF;
}

.btn-border {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  padding: 28px 60px 28px 77px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-border p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 5;
  transition: 0.4s;
}

.btn-border:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: white;
  z-index: 6;
  transition: 0.4s;
}

.btn-border.smpd {
  padding: 28px 30px 28px 47px;
}

.btn-border.smpd:before {
  left: 30px;
}

.btn-border.smpd .circle {
  left: 33px;
}

.btn-border .b {
  position: absolute;
}

.btn-border .b:nth-child(1) {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: white;
}

.btn-border .b:nth-child(2) {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.2));
}

.btn-border .b:nth-child(3) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.2));
}

.btn-border .b:nth-child(4) {
  right: 0;
  top: 1px;
  width: 1px;
  height: calc(100% - 2px);
  background: rgba(255, 255, 255, 0.2);
}

.btn-border .circle {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 63px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 9999px;
  background: white;
  z-index: 3;
  transition: 0.6s;
  opacity: 0;
}

.btn-border:hover:before {
  background: #2F1C21;
}

.btn-border:hover .circle {
  width: 600px;
  height: 600px;
  opacity: 1;
}

.btn-border:hover p {
  color: #2F1C21;
}

.btn-circle {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  padding: 28px 0 28px 67px;
  position: relative;
  cursor: pointer;
}

.btn-circle p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}

.btn-circle .circle {
  width: 102px;
  height: 102px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 9999px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.1));
  z-index: 3;
  transition: 0.6s;
  overflow: hidden;
}

.btn-circle .circle:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: white;
  z-index: 2;
  transition: 0.4s;
}

.btn-circle .circle:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 100px;
  height: 100px;
  border-radius: 99px;
  background: #2F1C21;
  z-index: 1;
  transition: 0.4s;
}

.btn-circle .circle p {
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  left: 67px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-circle:hover .circle:after {
  background: white;
}

.btn-circle:hover .circle:before {
  background: #2F1C21;
}

.btn-circle:hover .circle p {
  color: #2F1C21;
}

.btn-round {
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
  transition: 0.4s;
}

.btn-round:before {
  content: "";
  position: absolute;
  right: 97px;
  top: 64px;
  width: 7px;
  height: 7px;
  border-radius: 9px;
  background: white;
  transition: 0.4s;
}

.btn-round p {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 80px;
  position: absolute;
  right: 10px;
  top: 60px;
  transition: 0.4s;
}

.btn-round:hover {
  background-color: white;
}

.btn-round:hover p {
  color: #2F1C21;
}

.btn-round:hover:before {
  background: #2F1C21;
}

.btn-link {
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
}

.btn-link:before {
  content: "";
  position: absolute;
  left: -2px;
  top: calc(100% - 1px);
  width: 0;
  height: 1px;
  background: white;
  transition: 0.5s;
  z-index: 2;
}

.btn-link:hover:before {
  width: calc(100% + 4px);
}

.pt250 {
  padding-top: 250px;
}

.pb250 {
  padding-bottom: 250px;
}

.pb150 {
  padding-bottom: 150px;
}

.pt150 {
  padding-top: 150px;
}

.bb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.pageFirst {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pageFirst .container {
  padding: 375px 0 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pageFirst .container.bline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.pageFirst__p {
  font-weight: 300;
  font-size: 25px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 70px;
}

#lg-share,
#lg-actual-size,
.lg-fullscreen,
.lg-autoplay-button,
#lg-download {
  display: none !important;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  padding: 50px 90px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.header.fix {
  background: #2F1C21;
  padding: 30px 90px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.header.fix .bigMenu {
  padding-top: 100px;
}

.header__logo {
  margin-right: auto;
}

.header__logo img {
  display: block;
  max-width: 230px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__phone a {
  font-size: 19px;
  line-height: 22px;
  color: #FFFFFF;
}

.header__search {
  display: none;
  margin-left: 140px;
}

.header__menu-btn {
  margin-left: 140px;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  color: white;
  padding-right: 60px;
  cursor: pointer;
}

.header__menu-btn:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(100%, calc(-50% - 4px));
          transform: translate(100%, calc(-50% - 4px));
  width: 30px;
  height: 2px;
  background: white;
  transition: 0.4s;
}

.header__menu-btn:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(100%, calc(-50% + 4px));
          transform: translate(100%, calc(-50% + 4px));
  width: 17px;
  height: 2px;
  background: white;
  transition: 0.4s;
}

.header__menu-btn:hover:after {
  width: 30px;
}

.header > * {
  z-index: 2;
}

.header.active .bigMenu {
  opacity: 1;
  pointer-events: auto;
}

.header.active .header__menu-btn:before {
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
}

.header.active .header__menu-btn:after {
  width: 30px;
  -webkit-transform: translate(100%, -50%) rotate(-45deg);
          transform: translate(100%, -50%) rotate(-45deg);
}

.footer {
  padding: 120px 0 90px;
}

.footerFirst {
  display: flex;
  margin-bottom: 80px;
}

.footerFirst__col:nth-child(1) {
  width: calc(50% + 80px);
}

.footerFirst__col:nth-child(1) p {
  width: 550px;
}

.footerFirst__col:nth-child(2) {
  width: 280px;
  min-width: 280px;
  padding-top: 35px;
  margin-right: 20px;
  margin-left: 20px;
}

.footerFirst__col:nth-child(3) {
  width: 330px;
  min-width: 330px;
  padding-top: 35px;
  margin-left: auto;
}

.footerFirst__logo {
  display: block;
  margin-bottom: 40px;
}

.footerFirst__logo img {
  display: block;
  max-width: 230px;
  max-height: 50px;
}

.footerFirst__logo-txt {
  font-weight: 300;
  font-size: 17px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.4);
}

.footerFirst .sbTitle {
  margin-bottom: 35px;
}

.footerFirst .simple-txt {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  color: #FFFFFF;
}

.footerSecond {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
}

.footerSecond__col {
  width: 50%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 45px;
  transition: 0.4s;
  position: relative;
}

.footerSecond__col:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  padding-right: 80px;
}

.footerSecond__col:nth-child(1) span {
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footerSecond__col:nth-child(1):hover span {
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}

.footerSecond__col:nth-child(2) {
  padding-left: 80px;
}

.footerSecond__col:nth-child(2) span {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footerSecond__col:nth-child(2):hover span {
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}

.footerSecond__col p {
  transition: 0.4s;
}

.footerSecond__col span {
  position: absolute;
  top: 50%;
  font-weight: 500;
  font-size: 35px;
  color: #FFFFFF;
  transition: 0.4s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footerSecond__col:hover {
  background: white;
}

.footerSecond__col:hover span {
  color: #2F1C21;
}

.footerThird {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerThird__menu ul {
  display: flex;
  align-items: center;
}

.footerThird__menu ul li {
  margin-right: 60px;
}

.footerThird__menu ul li:last-child {
  margin-right: 0;
}

.footerThird__menu ul a {
  font-size: 17px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.4s;
}

.footerThird__menu ul a:hover {
  color: white;
}

.footerThird p {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-align: right;
}

.footerThird p a {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.4s;
}

.footerThird p a:hover {
  color: white;
}

.bigMenu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #2F1C21;
  padding-top: 150px;
  padding-bottom: 30px;
  padding-left: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}

.bigMenu__box {
  position: relative;
  z-index: 3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-bottom: 70px;
}

.bigMenu__box:last-child {
  margin-bottom: 0;
}

.bigMenu__box:hover {
  z-index: 2;
}

.bigMenu__box:hover p {
  color: white;
}

.bigMenu__box:hover p:before {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bigMenu__box:hover svg {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.bigMenu__box:hover img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.bigMenu__box p {
  position: relative;
  z-index: 5;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 3.385vw;
  line-height: 110%;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.4s;
}

.bigMenu__box p:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 55%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  opacity: 0;
  transition: 0.4s;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 99px;
  background: white;
}

.bigMenu__box svg {
  position: absolute;
  left: calc(100% + 100px);
  top: 60%;
  -webkit-transform: translateY(-50%) translateX(-30%);
          transform: translateY(-50%) translateX(-30%);
  pointer-events: none;
  opacity: 0;
  transition: 0.4s;
}

.bigMenu__box img {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: calc(100% + 100px + 320px);
  top: 60%;
  -webkit-transform: translateY(-50%) translateX(-60%);
          transform: translateY(-50%) translateX(-60%);
  display: block;
  width: 420px;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.4s;
}

.homeB1 {
  position: relative;
}

.homeB1__sliderCounter {
  position: absolute;
  z-index: 3;
  left: 90px;
  top: 50%;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.homeB1__sliderCounter:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 76px;
  height: 1px;
  background: white;
}

.homeB1__sliderCounter span {
  font-family: 'Playfair Display', serif;
  color: #FFFFFF;
  display: block;
  line-height: 1;
}

.homeB1__sliderCounter span:nth-child(1) {
  width: 24px;
  font-size: 65px;
  margin-right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.homeB1__sliderCounter span:nth-child(2) {
  width: 21px;
  font-size: 45px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.homeB1__slide .slide-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.homeB1__slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(47, 28, 33, 0.3);
  z-index: 2;
}

.homeB1__slide-left {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homeB1__slide-left p {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.77em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.homeB1__slide-left h1,
.homeB1__slide-left h2 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 120px;
  line-height: 110%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 950px;
}

.homeB1__slide .btn {
  min-width: 140px;
}

.homeB1__slide .container {
  max-width: 1170px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}

.homeB1__advantages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  width: 90%;
  max-width: 1170px;
  padding-left: 40px;
}

.homeB1__advantages .box {
  position: relative;
}

.homeB1__advantages .box:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
          transform: translate(-50%, -50%) rotate(10deg);
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
}

.homeB1__advantages .box .num {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  left: -40px;
  top: 0;
}

.homeB1__advantages .box .ttl {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}

.homeB1__advantages .box .descr {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.homeB1 .slick-arrow {
  width: 100px;
  height: 100px;
  z-index: 3;
  background: #FFFFFF;
  transition: 0.4s;
  left: unset;
  top: unset;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}

.homeB1 .slick-arrow:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}

.homeB1 .slick-arrow:before {
  content: "";
  width: 45px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.4s;
}

.homeB1 .slick-arrow.slick-prev {
  right: 100px;
}

.homeB1 .slick-arrow.slick-prev:before {
  background-image: url("../img/arrow-left.svg");
}

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

.homeB1 .slick-arrow.slick-next:before {
  background-image: url("../img/arrow-right.svg");
}

.homeB1 .deco-word {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  left: 90px;
  bottom: calc(100px - 23.5px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  transition: 0.4s;
}

.homeB1 .slick-active .homeB1__slide .slide-bg {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  transition: 3s;
}

.homeB2 {
  position: relative;
}

.homeB2 .container {
  display: flex;
  justify-content: space-between;
}

.homeB2__right {
  max-width: 760px;
}

.homeB2__descr {
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  color: #FFFFFF;
}

.homeB2__descr-small {
  font-weight: 300;
  font-size: 19px;
  line-height: 180%;
  color: #FFFFFF;
  margin-top: 80px;
}

.homeB2__descr-small:first-child {
  margin-top: 0;
}

.homeB2 .sbTitle {
  padding-top: 22px;
}

.homeB2 .btn {
  margin-top: 100px;
}

.homeB2__deco {
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-transform: translateX(-18%) !important;
          transform: translateX(-18%) !important;
  z-index: -1;
  pointer-events: none;
}

.homeB2__deco.animated {
  -webkit-transform: translateX(-18%) !important;
          transform: translateX(-18%) !important;
}

.homeB3 .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.homeB3 .mTitle {
  text-align: center;
}

.homeB3__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homeB3__left {
  margin-top: 150px;
}

.homeB3__right {
  max-width: 760px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.homeB3__right .box {
  position: relative;
  margin-top: 150px;
}

.homeB3__right .box:nth-child(2n-1) {
  width: 50%;
  padding-right: 70px;
}

.homeB3__right .box:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
          transform: translate(-50%, -50%) rotate(10deg);
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
}

.homeB3__right .box .num {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  left: -40px;
  top: 0;
}

.homeB3__right .box .ttl {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
}

.homeB3__right .box .descr {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.homeB4 {
  display: flex;
  position: relative;
}

.homeB4 .deco {
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  line-height: 110%;
  text-transform: capitalize;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  pointer-events: none;
  z-index: 3;
}

.homeB4 .deco.animated {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.homeB4__hover {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.homeB4__item {
  width: 50%;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.homeB4__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}

.homeB4__item h2 {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-weight: bold;
  font-size: 85px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  transition: 0.4s;
  margin-bottom: 40px;
  -webkit-transform: translateY(37px);
          transform: translateY(37px);
}

.homeB4__item .btn {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: 0.4s;
  z-index: 3;
  position: relative;
}

.homeB4__item:hover h2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.homeB4__item:hover .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.homeB5 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homeB5 .sbTitle {
  margin-bottom: 40px;
}

.homeB5 .mTitle {
  margin-bottom: 90px;
}

.homeB5 .descr {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 80px;
  max-width: 410px;
}

.homeB5__left {
  max-width: 630px;
}

.homeB5__slider {
  width: 700px;
}

.homeB5__slider img {
  display: block;
  width: 700px;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
}

.homeB5__slider p {
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 100px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 999px;
  opacity: 0;
  transition: 0.4s;
}

.homeB5__slider .item:hover p {
  opacity: 1;
}

.homeB5__slider .slick-arrow {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  z-index: 3;
  background: #FFFFFF;
  box-shadow: 0px 4px 7px rgba(180, 180, 180, 0.05);
  transition: 0.4s;
}

.homeB5__slider .slick-arrow:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.homeB5__slider .slick-arrow:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}

.homeB5__slider .slick-arrow:before {
  content: "";
  width: 45px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.4s;
}

.homeB5__slider .slick-arrow.slick-prev {
  left: -50px;
}

.homeB5__slider .slick-arrow.slick-prev:before {
  background-image: url("../img/arrow-left.svg");
}

.homeB5__slider .slick-arrow.slick-next {
  right: -50px;
}

.homeB5__slider .slick-arrow.slick-next:before {
  background-image: url("../img/arrow-right.svg");
}

.homeB6 {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 56vw;
  max-height: 100vh;
  position: relative;
}

.homeB6__logo img {
  display: block;
  max-width: 250px;
}

.homeB6 .top-btn {
  position: absolute;
  left: 50%;
  top: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.homeB6 .top-btn svg {
  display: block;
  margin-bottom: 20px;
}

.homeB6 .top-btn p {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #2F1C21;
  max-width: 100px;
  text-align: center;
}

.homeB6 .bottom-btn {
  position: absolute;
  left: 50%;
  bottom: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.homeB6 .bottom-btn svg {
  display: block;
  margin-top: 20px;
}

.homeB6 .bottom-btn p {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: whitesmoke;
  max-width: 100px;
  text-align: center;
}

.opener {
  position: fixed;
  z-index: 100000;
  background: transparent;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  transition-timing-function: linear;
}

.opener .opener-img {
  border-radius: 99999px;
  width: 700px;
  height: 700px;
  position: absolute;
  left: calc(50% + 750px - 350px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
  transition-timing-function: linear;
  background-size: 100vw 100vh;
  will-change: transform;
}

.opener .opener-img:hover {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
}

.opener.step1 {
  opacity: 1;
  background: #2F1C21;
}

.opener.step1 .opener-img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 100vh;
  height: 100vh;
  background-size: 100vw 100vh;
}

.opener.step2 .opener-img {
  width: 100vw;
  height: 100vw;
  background-size: 100vw 100vh;
  border-radius: 0;
}

.opener.kk {
  background: #2F1C21;
}

.opener.kk .opener-img {
  left: 50%;
  background-size: 100vw 100vh;
}

.pageContacts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 110px;
}

.pageContacts__left {
  width: calc(100% - 480px);
  margin-bottom: 75px;
}

.pageContacts__left h1 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 65px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 110px;
}

.pageContacts__left .box {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.pageContacts__left .box:last-child {
  margin-bottom: 0;
}

.pageContacts__left .box .sbTitle {
  width: 150px;
}

.pageContacts__left .box a {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.3;
  color: #FFFFFF;
}

.pageContacts__left .box a:before {
  top: calc(100% - 3px);
  height: 3px;
}

.pageContacts__right {
  width: 410px;
}

.pageContacts__right .sbTitle {
  margin-bottom: 50px;
}

.pageContacts__text {
  margin-bottom: 100px;
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  color: #FFFFFF;
}

.pageContacts__text:last-child {
  margin-bottom: 0;
}

.pageContacts iframe {
  display: block;
  width: 100%;
  height: 70vh;
}

.popup {
  position: fixed;
  display: none;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.popup-container {
  background: #2F1C21;
  width: 90%;
  max-width: 900px;
  padding: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.popup .exit-btn {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.popup .exit-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 30px;
  height: 2px;
  background: whitesmoke;
}

.popup .exit-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 30px;
  height: 2px;
  background: whitesmoke;
}

.popup .popup-form .box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}

.popup .popup-form .box .sbTitle {
  width: 220px;
  padding-top: 14px;
}

.popup .popup-form .box input {
  width: calc(100% - 220px);
  border: none;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  padding: 8px 0;
  transition: 0.4s;
}

.popup .popup-form .box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup .popup-form .box input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup .popup-form .box input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup .popup-form .box input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup .popup-form .box input:focus {
  border-color: white;
}

.popup .popup-form .box input.invalid {
  border-color: red;
}

.popup .popup-form .box textarea {
  width: calc(100% - 220px);
  height: 120px;
  resize: none;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  padding: 8px 0;
  transition: 0.4s;
}

.popup .popup-form .box textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup .popup-form .box textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup .popup-form .box textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup .popup-form .box textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup .popup-form .box textarea:focus {
  border-color: white;
}

.popup .popup-form .box textarea.invalid {
  border-color: red;
}

.popup .popup-form .btn {
  margin-left: auto;
  padding: 28px 40px 28px 60px;
}

.popup .popup-form .btn:before {
  left: 43px;
}

.popup .popup-form .btn .circle {
  left: 45px;
}

.pageCatalogFilter {
  padding-bottom: 120px;
}

.pageCatalogFilter .container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 80px;
}

.pageCatalogFilter__topRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pageCatalogFilter__topRow ul {
  display: flex;
  align-items: center;
}

.pageCatalogFilter__topRow ul li {
  margin-right: 60px;
}

.pageCatalogFilter__topRow ul a {
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.pageCatalogFilter__topRow ul a.active {
  font-weight: bold;
}

.pageCatalogList {
  padding: 0 100px;
  display: flex;
  flex-wrap: wrap;
}

.pageCatalogList__item {
  width: 50%;
  margin-bottom: 120px;
}

.pageCatalogList__item:hover .pageCatalogList__item-imgInfo .lvl {
  background: white;
}

.pageCatalogList__item:hover .pageCatalogList__item-imgInfo .lvl span,
.pageCatalogList__item:hover .pageCatalogList__item-imgInfo .lvl p {
  color: #2F1C21;
}

.pageCatalogList__item-images {
  position: relative;
}

.pageCatalogList__item-imgInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px 100px;
  display: flex;
  align-items: center;
}

.pageCatalogList__item-imgInfo .lvl {
  position: relative;
  width: 110px;
  min-width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  margin-right: 35px;
}

.pageCatalogList__item-imgInfo .lvl span {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 39px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 5px;
  display: block;
  transition: 0.4s;
}

.pageCatalogList__item-imgInfo .lvl p {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.4s;
}

.pageCatalogList__item-imgInfo .lvl .b {
  position: absolute;
  margin: 0;
}

.pageCatalogList__item-imgInfo .lvl .b:nth-child(1) {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: white;
}

.pageCatalogList__item-imgInfo .lvl .b:nth-child(2) {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.2));
}

.pageCatalogList__item-imgInfo .lvl .b:nth-child(3) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.2));
}

.pageCatalogList__item-imgInfo .lvl .b:nth-child(4) {
  right: 0;
  top: 1px;
  width: 1px;
  height: calc(100% - 2px);
  background: rgba(255, 255, 255, 0.2);
}

.pageCatalogList__item-imgInfo h3 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 39px;
  line-height: 150%;
  color: #FFFFFF;
}

.pageCatalogList__item-slider .slick-arrow {
  width: 77px;
  height: 77px;
  border-radius: 99px;
  border: 1px solid white;
  border-radius: 99px;
  z-index: 4;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: 0.4s;
}

.pageCatalogList__item-slider .slick-arrow:hover {
  background: white;
}

.pageCatalogList__item-slider .slick-arrow:hover:before {
  opacity: 0;
}

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

.pageCatalogList__item-slider .slick-arrow:before {
  position: absolute;
  display: block;
  opacity: 1;
  content: "";
  width: 36px;
  height: 13px;
  background-image: url("../img/alw.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  transition: 0.4s;
}

.pageCatalogList__item-slider .slick-arrow:after {
  position: absolute;
  display: block;
  content: "";
  width: 36px;
  height: 13px;
  background-image: url("../img/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  transition: 0.4s;
  opacity: 0;
}

.pageCatalogList__item-slider .slick-arrow.slick-prev {
  left: 40px;
}

.pageCatalogList__item-slider .slick-arrow.slick-next {
  right: 40px;
}

.pageCatalogList__item-slider .slick-arrow.slick-next:before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.pageCatalogList__item-slider .slick-arrow.slick-next:after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.pageCatalogList__item-slider img {
  display: block;
  width: 100%;
  height: calc((50vw - 50px)*.56);
  -o-object-fit: cover;
     object-fit: cover;
}

.pageCatalogList__item-main {
  padding: 50px 100px;
}

.pageCatalogList__item-cat {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.17em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.pageCatalogList__item-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.pageCatalogList__item-priceLabel {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.pageCatalogList__item-priceNumber {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 150%;
  color: #FFFFFF;
}

.pageCatalogList__item-priceNumber span {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}

.pageCatalogList__item-descr {
  font-weight: 300;
  font-size: 19px;
  line-height: 180%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.pageCatalogList__item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.pageCatalogList__item-box:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.pageCatalogList__item-box p:nth-child(1) {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.pageCatalogList__item-box p:nth-child(2) {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  color: #FFFFFF;
}

.pageCatalogBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}

.pageCatalogBtns > * {
  margin-right: 60px;
}

.pageCatalogBtns > *:last-child {
  margin-right: 0;
}

.pageOfferNav {
  padding: 100px 0 200px;
}

.pageOfferNav ul {
  display: flex;
  align-items: center;
}

.pageOfferNav li {
  margin-right: 65px;
}

.pageOfferNav li:last-child {
  margin-right: 0;
}

.pageOfferNav a {
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.pageOfferList__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 150px;
}

.pageOfferList__item:nth-child(2n-1) {
  flex-direction: row-reverse;
}

.pageOfferList__item-img {
  display: block;
  width: calc(100% - 440px - 80px);
  height: auto;
}

.pageOfferList__item-text {
  width: 440px;
}

.pageOfferList__item-text h3 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.pageOfferList__item-text .btn {
  margin-top: 80px;
}

.pageOfferList__item-descr {
  font-weight: 300;
  font-size: 19px;
  line-height: 180%;
  color: #FFFFFF;
}

.pagePortfolio .container {
  max-width: unset;
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}

.pagePortfolio__item {
  position: relative;
  margin-bottom: 160px;
}

.pagePortfolio__item:last-child {
  margin-bottom: 0;
}

.pagePortfolio__item-counter {
  position: absolute;
  z-index: 3;
  left: calc(57% - 65px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: calc(34.375vw - 100px);
  display: flex;
  align-items: center;
  pointer-events: none;
}

.pagePortfolio__item-counter:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 76px;
  height: 1px;
  background: white;
}

.pagePortfolio__item-counter span {
  font-family: 'Playfair Display', serif;
  color: #FFFFFF;
  display: block;
  line-height: 1;
}

.pagePortfolio__item-counter span:nth-child(1) {
  width: 24px;
  font-size: 65px;
  margin-right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagePortfolio__item-counter span:nth-child(2) {
  width: 21px;
  font-size: 45px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.pagePortfolio__item-slider .slick-arrow {
  width: 77px;
  height: 77px;
  border-radius: 99px;
  border: 1px solid white;
  border-radius: 99px;
  z-index: 4;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: 0.4s;
}

.pagePortfolio__item-slider .slick-arrow:hover {
  background: white;
}

.pagePortfolio__item-slider .slick-arrow:hover:before {
  opacity: 0;
}

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

.pagePortfolio__item-slider .slick-arrow:before {
  position: absolute;
  display: block;
  opacity: 1;
  content: "";
  width: 36px;
  height: 13px;
  background-image: url("../img/alw.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  transition: 0.4s;
}

.pagePortfolio__item-slider .slick-arrow:after {
  position: absolute;
  display: block;
  content: "";
  width: 36px;
  height: 13px;
  background-image: url("../img/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  transition: 0.4s;
  opacity: 0;
}

.pagePortfolio__item-slider .slick-arrow.slick-prev {
  left: 60px;
}

.pagePortfolio__item-slider .slick-arrow.slick-next {
  right: 60px;
}

.pagePortfolio__item-slider .slick-arrow.slick-next:before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.pagePortfolio__item-slider .slick-arrow.slick-next:after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.pagePortfolio__item-slider-box {
  display: flex !important;
  justify-content: space-between;
}

.pagePortfolio__item-slider-box > div:nth-child(1) {
  width: calc(57% - 15px);
}

.pagePortfolio__item-slider-box > div:nth-child(2) {
  width: calc(43% - 15px);
}

.pagePortfolio__item-slider-box > div img {
  display: block;
  width: 100%;
  height: 34.375vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagePortfolio__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

.pagePortfolio__text-left {
  width: calc(57% - 15px);
}

.pagePortfolio__text-left h3 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.pagePortfolio__text-left-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pagePortfolio__text-left-tags > * {
  margin-right: 30px;
}

.pagePortfolio__text-left-tags p {
  font-weight: 500;
  font-size: 19px;
  line-height: 180%;
  color: #FFFFFF;
}

.pagePortfolio__text-left-tags p:not(:last-child):after {
  content: "•";
  margin-left: 30px;
}

.pagePortfolio__text-right {
  width: calc(43% - 15px);
}

.pagePortfolio__text-right p {
  font-weight: 300;
  font-size: 19px;
  line-height: 180%;
  color: #FFFFFF;
}

.singleCharTop {
  padding-bottom: 100px;
}

.singleCharTop .container {
  display: flex;
}

.singleCharTop__box {
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 50px 20px;
}

.singleCharTop__box:last-child {
  border-right: none;
}

.singleCharTop__box p:nth-child(1) {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.singleCharTop__box p:nth-child(2) {
  font-weight: 500;
  font-size: 35px;
  line-height: 150%;
  text-align: right;
  color: #FFFFFF;
}

.singleSlider {
  position: relative;
}

.singleSlider__counter {
  position: absolute;
  z-index: 3;
  right: 210px;
  bottom: 380px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.singleSlider__counter:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 76px;
  height: 1px;
  background: white;
}

.singleSlider__counter span {
  font-family: 'Playfair Display', serif;
  color: #FFFFFF;
  display: block;
  line-height: 1;
}

.singleSlider__counter span:nth-child(1) {
  width: 24px;
  font-size: 65px;
  margin-right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.singleSlider__counter span:nth-child(2) {
  width: 21px;
  font-size: 45px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.singleSlider__images img {
  display: block !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 56vw;
  max-height: 100vh;
}

.singleSlider__images .slick-arrow {
  width: 77px;
  height: 77px;
  border-radius: 99px;
  border: 1px solid white;
  border-radius: 99px;
  z-index: 4;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: 0.4s;
  top: unset;
  bottom: 90px;
}

.singleSlider__images .slick-arrow:hover {
  background: white;
}

.singleSlider__images .slick-arrow:hover:before {
  opacity: 0;
}

.singleSlider__images .slick-arrow:hover:after {
  opacity: 1;
}

.singleSlider__images .slick-arrow:before {
  position: absolute;
  display: block;
  opacity: 1;
  content: "";
  width: 36px;
  height: 13px;
  background-image: url("../img/alw.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  transition: 0.4s;
}

.singleSlider__images .slick-arrow:after {
  position: absolute;
  display: block;
  content: "";
  width: 36px;
  height: 13px;
  background-image: url("../img/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  transition: 0.4s;
  opacity: 0;
}

.singleSlider__images .slick-arrow.slick-prev {
  left: unset;
  right: calc(200px + 77px + 40px);
}

.singleSlider__images .slick-arrow.slick-next {
  right: 200px;
}

.singleSlider__images .slick-arrow.slick-next:before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.singleSlider__images .slick-arrow.slick-next:after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.singleSlider__text {
  position: absolute;
  left: 170px;
  bottom: 40px;
}

.singleSlider__text .slick-current p {
  opacity: 1;
}

.singleSlider__text .slick-current p:before {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.singleSlider__text p {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 150%;
  color: white;
  opacity: 0.5;
  transition: 0.4s;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.singleSlider__text p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  opacity: 0;
  transition: 0.4s;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 99px;
  background: white;
}

.singleTable__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.singleTable__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.singleTable__item p:nth-child(1) {
  font-weight: 500;
  font-size: 35px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.singleTable__item p:nth-child(2) {
  font-weight: 500;
  font-size: 55px;
  line-height: 100%;
  text-align: right;
  color: #FFFFFF;
}

.singleMap {
  padding-top: 110px;
}

.singleMap h2 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 65px;
  line-height: 110%;
  text-transform: capitalize;
  color: #FFFFFF;
}

.singleMap .container {
  padding-bottom: 90px;
}

.singleMap iframe {
  display: block;
  width: 100%;
  height: 70vh;
}

.to-animate {
  opacity: 0;
  transition: all 0.4s, opacity 1.5s ease 0.25s, -webkit-transform 1.5s ease 0.25s;
  transition: all 0.4s, opacity 1.5s ease 0.25s, transform 1.5s ease 0.25s;
  transition: all 0.4s, opacity 1.5s ease 0.25s, transform 1.5s ease 0.25s, -webkit-transform 1.5s ease 0.25s;
}

.to-animate.animated {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}

.homeB1__slider.to-animate {
  opacity: 1;
}

.homeB1__slider.to-animate .slick-arrow {
  opacity: 0;
  transition: 1s;
}

.homeB1__slider.to-animate.animated .slick-arrow {
  opacity: 1;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color .25s ease;
  }
}

@media screen and (min-width: 1201px) {
  .homeB4__item:hover .homeB4__hover {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }

  .homeB4__item:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }

  .to-animate.moveL {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }

  .to-animate.moveR {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  .to-animate.moveT {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }

  .to-animate.moveB {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }

  .to-animate.delay2 {
    transition: all 0.4s, opacity 1.5s ease 0.5s, -webkit-transform 1.5s ease 0.5s;
    transition: all 0.4s, opacity 1.5s ease 0.5s, transform 1.5s ease 0.5s;
    transition: all 0.4s, opacity 1.5s ease 0.5s, transform 1.5s ease 0.5s, -webkit-transform 1.5s ease 0.5s;
  }

  .to-animate.delay3 {
    transition: all 0.4s, opacity 1.5s ease 0.75s, -webkit-transform 1.5s ease 0.75s;
    transition: all 0.4s, opacity 1.5s ease 0.75s, transform 1.5s ease 0.75s;
    transition: all 0.4s, opacity 1.5s ease 0.75s, transform 1.5s ease 0.75s, -webkit-transform 1.5s ease 0.75s;
  }

  .to-animate.delay4 {
    transition: all 0.4s, opacity 1.5s ease 1.0s, -webkit-transform 1.5s ease 1.0s;
    transition: all 0.4s, opacity 1.5s ease 1.0s, transform 1.5s ease 1.0s;
    transition: all 0.4s, opacity 1.5s ease 1.0s, transform 1.5s ease 1.0s, -webkit-transform 1.5s ease 1.0s;
  }

  .to-animate.delay5 {
    transition: all 0.4s, opacity 1.5s ease 1.25s, -webkit-transform 1.5s ease 1.25s;
    transition: all 0.4s, opacity 1.5s ease 1.25s, transform 1.5s ease 1.25s;
    transition: all 0.4s, opacity 1.5s ease 1.25s, transform 1.5s ease 1.25s, -webkit-transform 1.5s ease 1.25s;
  }

  .to-animate.delay6 {
    transition: all 0.4s, opacity 1.5s ease 1.5s, -webkit-transform 1.5s ease 1.5s;
    transition: all 0.4s, opacity 1.5s ease 1.5s, transform 1.5s ease 1.5s;
    transition: all 0.4s, opacity 1.5s ease 1.5s, transform 1.5s ease 1.5s, -webkit-transform 1.5s ease 1.5s;
  }
}

@media screen and (max-width: 1920px) {
  .mTitle {
    font-size: 4.948vw;
  }

  .homeB1__slide-left h1,
  .homeB1__slide-left h2 {
    font-size: 6.250vw;
  }
}

@media screen and (max-width: 1650px) {
  .homeB1__slide .container {
    max-width: calc(100% - 450px);
  }

  .homeB1__advantages {
    max-width: calc(100% - 450px);
  }
}

@media screen and (max-width: 1600px) {
  .footerSecond__col span {
    font-size: 30px;
  }

  .pageContacts__left h1 {
    font-size: 4.063vw;
  }

  .pageContacts__left .box a {
    font-size: 2.7vw;
  }

  .pageCatalogList__item-imgInfo {
    padding: 40px 50px;
  }

  .pageCatalogList__item-imgInfo .lvl {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }

  .pageCatalogList__item-imgInfo .lvl span {
    font-size: 32px;
    margin-bottom: 0;
  }

  .pageCatalogList__item-imgInfo .lvl p {
    font-size: 12px;
  }

  .pageCatalogList__item-imgInfo h3 {
    font-size: 28px;
  }

  .pageCatalogList__item-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .pageCatalogList__item-slider .slick-arrow:before {
    width: 26px;
  }

  .pageCatalogList__item-slider .slick-arrow:after {
    width: 26px;
  }

  .pageCatalogList__item-slider .slick-arrow.slick-prev {
    left: 20px;
  }

  .pageCatalogList__item-slider .slick-arrow.slick-next {
    right: 20px;
  }

  .pageCatalogList__item-main {
    padding: 30px 50px;
  }

  .pageCatalogList__item-cat {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .pageCatalogList__item-priceLabel {
    font-size: 12px;
    margin-bottom: -4px;
  }

  .pageCatalogList__item-priceNumber {
    font-size: 30px;
    line-height: 1;
  }

  .pageCatalogList__item-priceNumber span {
    font-size: 14px;
  }

  .pageCatalogList__item-descr {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .pageCatalogList__item-box {
    padding: 15px 0;
  }

  .pageCatalogList__item-box p:nth-child(1) {
    font-size: 12px;
  }

  .pageCatalogList__item-box p:nth-child(2) {
    font-size: 16px;
  }
}

@media screen and (max-width: 1500px) {
  .homeB2__deco {
    width: 80vw;
    min-width: 660px;
  }
}

@media screen and (max-width: 1440px) {
  .pageFirst .container {
    padding-top: 250px;
  }

  .pageFirst__p {
    font-size: 18px;
  }

  .bigMenu {
    padding-left: 90px;
  }

  .bigMenu__box {
    margin-bottom: 40px;
  }

  .bigMenu__box svg {
    width: 130px;
    left: calc(100% + 60px);
  }

  .bigMenu__box img {
    width: 300px;
    height: 300px;
    left: calc(100% + 250px);
  }

  .homeB5__slider {
    width: 600px;
  }

  .homeB5__slider img {
    width: 600px;
    height: 600px;
  }

  .opener .opener-img {
    width: 600px;
    height: 600px;
  }

  .singleSlider__counter {
    right: 60px;
    bottom: 150px;
  }

  .singleSlider__counter:before {
    width: 45px;
  }

  .singleSlider__counter span:nth-child(1) {
    font-size: 35px;
    width: 15px;
    margin-right: 10px;
  }

  .singleSlider__counter span:nth-child(2) {
    font-size: 20px;
    width: 15px;
  }

  .singleSlider__images .slick-arrow {
    width: 55px;
    height: 55px;
    bottom: 35px;
  }

  .singleSlider__images .slick-arrow:before {
    width: 24px;
  }

  .singleSlider__images .slick-arrow:after {
    width: 24px;
  }

  .singleSlider__images .slick-arrow.slick-prev {
    right: calc(50px + 55px + 30px);
  }

  .singleSlider__images .slick-arrow.slick-next {
    right: 50px;
  }

  .singleSlider__text {
    left: 50px;
    bottom: 30px;
  }

  .singleSlider__text p {
    font-size: 36px;
  }

  .singleTable__item {
    padding: 45px 0;
  }

  .singleTable__item p:nth-child(1) {
    font-size: 28px;
  }

  .singleTable__item p:nth-child(2) {
    font-size: 40px;
  }

  .singleMap h2 {
    font-size: 4.948vw;
  }
}

@media screen and (max-width: 1400px) {
  .header.fix {
    padding: 20px 90px;
  }

  .header__logo img {
    max-width: 150px;
  }

  .footerFirst__col:nth-child(1) {
    width: 330px;
    margin-right: auto;
  }

  .footerFirst__col:nth-child(1) p {
    width: 100%;
  }

  .footerSecond__col:nth-child(1) span {
    right: 40px;
  }

  .footerSecond__col:nth-child(2) {
    padding-left: 40px;
  }

  .footerSecond__col span {
    font-size: 26px;
  }

  .footerThird__menu ul li {
    margin-right: 30px;
  }

  .homeB2__right {
    max-width: 500px;
  }

  .homeB2__descr {
    font-size: 30px;
  }

  .homeB2 .sbTitle {
    font-size: 15px;
  }

  .homeB3__right {
    max-width: 650px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1320px) {
  .pageContacts__left {
    width: calc(100% - 400px);
  }

  .pageContacts__left .box a {
    font-size: 2.4vw;
  }

  .pageContacts__right {
    width: 330px;
  }

  .pageContacts__text {
    font-size: 28px;
  }
}

@media screen and (max-width: 1300px) {
  .homeB1__advantages {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .pageFirst .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .pageFirst__p {
    font-size: 16px;
    margin-top: 30px;
  }

  .pageFirst .btn-border {
    margin-top: 30px;
  }

  .header {
    padding: 30px 5vw;
  }

  .header.fix {
    padding: 20px 5vw;
  }

  .header__search {
    margin-left: 90px;
  }

  .header__menu-btn {
    margin-left: 90px;
  }

  .footerSecond {
    flex-direction: column;
  }

  .footerSecond__col {
    width: 100%;
  }

  .footerSecond__col:nth-child(1) {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  .footerSecond__col:nth-child(2) {
    padding-left: 0;
  }

  .footerSecond__col span {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
  }

  .footerSecond__col:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footerSecond__col:hover p {
    color: #2F1C21;
  }

  .footerThird {
    justify-content: center;
  }

  .footerThird__menu ul {
    display: none;
  }

  .footerThird p {
    text-align: center;
    line-height: 24px;
  }

  .bigMenu {
    padding-left: calc(5vw + 16px);
    padding-bottom: 100px;
  }

  .bigMenu__box p {
    font-size: 20px;
  }

  .bigMenu__box p:before {
    width: 8px;
    height: 8px;
    left: -16px;
  }

  .bigMenu__box svg {
    display: none;
  }

  .bigMenu__box img {
    display: none;
  }

  .homeB1__sliderCounter {
    left: 5vw;
  }

  .homeB1__sliderCounter:before {
    width: 45px;
  }

  .homeB1__sliderCounter span:nth-child(1) {
    font-size: 35px;
    width: 15px;
    margin-right: 10px;
  }

  .homeB1__sliderCounter span:nth-child(2) {
    font-size: 20px;
    width: 15px;
  }

  .homeB1__slide-left p {
    margin-bottom: 25px;
    letter-spacing: 0.3em;
  }

  .homeB1__slide-left h1,
  .homeB1__slide-left h2 {
    max-width: 550px;
  }

  .homeB1__slide .container {
    min-width: calc(100% - 290px);
  }

  .homeB1 .deco-word {
    left: 5vw;
    bottom: 5vw;
  }

  .homeB3__row {
    flex-direction: column-reverse;
  }

  .homeB3__left {
    margin-top: 100px;
  }

  .homeB3__right .box {
    margin-left: 50px;
    margin-top: 100px;
  }

  .homeB4__item h2 {
    font-size: 60px;
    -webkit-transform: none;
            transform: none;
  }

  .homeB4__item .btn {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }

  .homeB5 .mTitle {
    margin-bottom: 40px;
  }

  .homeB5__left {
    max-width: 400px;
  }

  .homeB5__slider {
    width: 500px;
  }

  .homeB5__slider img {
    width: 500px;
    height: 500px;
  }

  .opener .opener-img {
    width: 500px;
    height: 500px;
  }

  .pageCatalogList {
    padding: 0;
  }

  .pageCatalogList__item-slider img {
    height: calc(50vw*0.56);
  }

  .pagePortfolio__item-counter:before {
    width: 45px;
  }

  .pagePortfolio__item-counter span:nth-child(1) {
    font-size: 35px;
    width: 15px;
    margin-right: 10px;
  }

  .pagePortfolio__item-counter span:nth-child(2) {
    font-size: 20px;
    width: 15px;
  }

  .singleCharTop__box {
    padding: 20px 30px 20px;
  }

  .singleCharTop__box p:nth-child(2) {
    font-size: 28px;
  }
}

@media screen and (max-width: 1050px) {
  .pageContacts__left {
    width: 100%;
    margin-bottom: 50px;
  }

  .pageContacts__left h1 {
    margin-bottom: 60px;
  }

  .pageContacts__left .box {
    display: block;
    margin-bottom: 50px;
  }

  .pageContacts__left .box .sbTitle {
    width: unset;
    margin-bottom: 30px;
  }

  .pageContacts__left .box a {
    font-size: 24px;
  }

  .pageContacts__left .box a:before {
    height: 1px;
    top: calc(100% - 1px);
  }

  .pageContacts__right {
    width: 100%;
    margin-bottom: 50px;
  }

  .pageContacts__right .sbTitle {
    margin-bottom: 30px;
  }

  .pageContacts__text {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
}

.pageCatalogList .alm-reveal{
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .header__logo img {
    max-width: 150px;
  }

  .footerFirst {
    flex-wrap: wrap;
  }

  .footerFirst__col:nth-child(1) {
    width: 100%;
  }

  .footerFirst__col:nth-child(2) {
    width: calc(50% - 20px);
    margin-left: 0;
    margin-right: 0;
  }

  .footerFirst__col:nth-child(3) {
    width: calc(50% - 20px);
  }

  .homeB2 .container {
    flex-direction: column;
  }

  .homeB2__right {
    max-width: unset;
  }

  .homeB2__descr {
    font-size: 24px;
  }

  .homeB2 .sbTitle {
    margin-bottom: 20px;
  }

  .homeB2 .btn {
    margin-top: 40px;
  }

  .homeB5 .container {
    flex-direction: column;
  }

  .homeB5 .descr {
    max-width: unset;
  }

  .homeB5__left {
    max-width: unset;
    margin-bottom: 70px;
  }

  .homeB5__slider p {
    opacity: 1;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    font-size: 20px;
    padding-bottom: 60px;
  }

  .homeB6 {
    padding: 5vw 0;
  }

  .homeB6__logo img {
    max-width: 150px;
  }

  .pageCatalogList__item-imgInfo h3 {
    font-size: 22px;
  }

  .pageOfferList__item:nth-child(2n-1) {
    flex-direction: column;
  }

  .pageOfferList__item {
    flex-direction: column;
    margin-top: 100px;
  }

  .pageOfferList__item-img {
    width: 100%;
  }

  .pageOfferList__item-text {
    width: 100%;
    padding-top: 20px;
  }

  .pageOfferList__item-text h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .pageOfferList__item-text .btn {
    margin-top: 30px;
  }

  .pageOfferList__item-descr {
    font-size: 16px;
  }

  .pagePortfolio .container {
    padding: 0;
  }

  .pagePortfolio__item {
    margin-bottom: 100px;
  }

  .pagePortfolio__item-slider .slick-arrow {
    width: 35px;
    height: 35px;
  }

  .pagePortfolio__item-slider .slick-arrow:before {
    width: 20px;
  }

  .pagePortfolio__item-slider .slick-arrow:after {
    width: 20px;
  }

  .pagePortfolio__item-slider .slick-arrow.slick-prev {
    left: 5vw;
  }

  .pagePortfolio__item-slider .slick-arrow.slick-next {
    right: 5vw;
  }

  .pagePortfolio__item-slider-box > div:nth-child(1) {
    width: calc(57% - 5px);
  }

  .pagePortfolio__item-slider-box > div:nth-child(2) {
    width: calc(43% - 5px);
  }

  .pagePortfolio__item-slider-box > div img {
    height: 42vw;
  }

  .pagePortfolio__text {
    padding: 20px 5vw 0;
  }

  .pagePortfolio__text-left h3 {
    font-size: 32px;
  }

  .singleCharTop .container {
    flex-direction: column;
  }

  .singleCharTop__box {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0;
  }

  .singleTable__item p:nth-child(1) {
    font-size: 16px;
  }

  .singleTable__item p:nth-child(2) {
    font-size: 28px;
  }
}

@media screen and (max-width: 920px) {
  .pageCatalogList__item {
    width: 100%;
  }

  .pageCatalogList__item-slider img {
    height: 56vw;
  }
}

@media screen and (max-width: 768px) {
  .btn-border {
    padding: 20px 40px 20px 55px;
  }

  .btn-border p {
    font-size: 12px;
    line-height: 1;
  }

  .btn-border:before {
    left: 40px;
  }

  .btn-circle {
    padding: 20px 40px 20px 50px;
  }

  .btn-circle .circle {
    width: 72px;
    height: 72px;
  }

  .btn-circle .circle:before {
    left: 35px;
  }

  .btn-circle .circle:after {
    width: 70px;
    height: 70px;
  }

  .btn-circle .circle p {
    left: 50px;
  }

  .pt250 {
    padding-top: 100px;
  }

  .pt250.ptf {
    padding-top: 130px;
  }

  .pb250 {
    padding-bottom: 100px;
  }

  .pb150 {
    padding-bottom: 50px;
  }

  .pt150 {
    padding-top: 50px;
  }

  .pageFirst .container {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .header__phone {
    display: none;
  }

  .header__menu-btn {
    margin-left: auto;
    padding-right: 40px;
  }

  .footer {
    padding: 70px 0 30px;
  }

  .footerFirst {
    margin-bottom: 30px;
  }

  .footerFirst__col:nth-child(2) {
    width: 100%;
  }

  .footerFirst__col:nth-child(3) {
    width: 100%;
  }

  .footerFirst__logo {
    margin-bottom: 20px;
  }

  .footerFirst__logo-txt {
    font-size: 14px;
  }

  .footerFirst .sbTitle {
    margin-bottom: 10px;
  }

  .footerFirst .simple-txt {
    font-size: 14px;
  }

  .footerSecond__col {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    height: unset;
  }

  .footerSecond__col p {
    margin-bottom: 10px;
  }

  .footerSecond__col span {
    font-size: 14px;
  }

  .footerThird {
    padding-top: 30px;
    justify-content: flex-start;
  }

  .footerThird p {
    text-align: left;
  }

  .homeB1__sliderCounter {
    display: none;
  }

  .homeB1__slide-left h1,
  .homeB1__slide-left h2 {
    max-width: 60vw;
  }

  .homeB1__slide .container {
    min-width: 90%;
  }

  .homeB2__descr {
    font-size: 20px;
  }

  .homeB2__descr-small {
    font-size: 16px;
  }

  .homeB3__right .box {
    width: calc(50% - 70px) !important;
  }

  .homeB3__right .box:nth-child(2n-1) {
    padding-right: 0;
  }

  .homeB3__right .box .ttl {
    font-size: 12px;
  }

  .homeB3__right .box .descr {
    font-size: 18px;
  }

  .homeB4 {
    flex-direction: column;
  }

  .homeB4__item {
    width: 100%;
    height: 56vw;
  }

  .homeB5 .mTitle {
    margin-bottom: 25px;
  }

  .homeB5 .descr {
    margin-bottom: 50px;
  }

  .homeB6 .top-btn {
    top: -25px;
  }

  .homeB6 .top-btn svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .homeB6 .top-btn p {
    font-size: 14px;
  }

  .homeB6 .bottom-btn {
    bottom: -20px;
  }

  .homeB6 .bottom-btn svg {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  .homeB6 .bottom-btn p {
    font-size: 14px;
  }

  .popup-container {
    padding: 30px 5vw;
  }

  .popup .exit-btn {
    right: 10px;
    top: 10px;
  }

  .popup .exit-btn:before {
    width: 20px;
  }

  .popup .exit-btn:after {
    width: 20px;
  }

  .popup .popup-form .box {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .popup .popup-form .box .sbTitle {
    width: unset;
    padding: 0;
    margin-bottom: 5px;
  }

  .popup .popup-form .box input {
    width: 100%;
    font-size: 16px;
  }

  .popup .popup-form .box textarea {
    width: 100%;
    font-size: 16px;
    height: 80px;
  }

  .popup .popup-form .btn {
    margin: 0 auto;
    max-width: 100%;
  }

  .pageCatalogFilter {
    padding-bottom: 50px;
  }

  .pageCatalogFilter__topRow {
    flex-direction: column;
    align-items: flex-start;
  }

  .pageCatalogFilter__topRow .btn-border {
    margin-top: 30px;
  }

  .pageCatalogBtns {
    flex-direction: column;
  }

  .pageCatalogBtns > * {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .pageCatalogBtns > *:last-child {
    margin-bottom: 0;
  }

  .pageOfferNav {
    padding: 50px 0 50px;
  }

  .pageOfferNav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .pageOfferNav li {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .pageOfferNav li:last-child {
    margin-bottom: 0;
  }

  .pagePortfolio__item {
    margin-bottom: 50px;
  }

  .pagePortfolio__item-counter {
    display: none;
  }

  .pagePortfolio__text {
    flex-direction: column;
    align-items: flex-start;
  }

  .pagePortfolio__text-left {
    width: 100%;
  }

  .pagePortfolio__text-left h3 {
    font-size: 24px;
  }

  .pagePortfolio__text-left-tags {
    margin-bottom: 15px;
  }

  .pagePortfolio__text-left-tags p {
    font-size: 14px;
  }

  .pagePortfolio__text-right {
    width: 100%;
  }

  .pagePortfolio__text-right p {
    font-size: 14px;
  }

  .singleCharTop__box p:nth-child(2) {
    font-size: 20px;
  }

  .singleSlider__counter {
    display: none;
  }

  .singleSlider__images .slick-arrow {
    width: 45px;
    height: 45px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  .singleSlider__images .slick-arrow.slick-prev {
    right: unset;
    left: 15px;
  }

  .singleSlider__images .slick-arrow.slick-next {
    right: 15px;
  }

  .singleSlider__text {
    display: none;
  }

  .singleTable__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0;
  }

  .singleTable__item p:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
  }

  .singleMap {
    padding-top: 100px;
  }

  .singleMap .container {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 650px) {
  .homeB5__slider .slick-arrow {
    top: unset;
    bottom: 0;
  }

  .homeB5__slider .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translate(calc(-100% - 55px), 50%);
            transform: translate(calc(-100% - 55px), 50%);
  }

  .homeB5__slider .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translate(calc(100% + 55px), 50%);
            transform: translate(calc(100% + 55px), 50%);
  }
}

@media screen and (max-width: 580px) {
  .mTitle {
    font-size: 28px;
  }

  .homeB1__slide-left {
    height: unset;
  }

  .homeB1__slide-left p {
    font-size: 12px;
  }

  .homeB1__slide-left h1,
  .homeB1__slide-left h2 {
    font-size: 42px;
    max-width: unset;
    margin-bottom: 30px;
  }

  .homeB1__slide .btn {
    margin-left: auto;
    min-width: 100px;
    width: 100px;
    height: 100px;
  }

  .homeB1__slide .btn:before {
    right: 77px;
    top: 30px;
  }

  .homeB1__slide .btn p {
    width: 70px;
    right: 4px;
    top: 40px;
    font-size: 10px;
  }

  .homeB1__slide .container {
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    justify-content: center;
  }

  .homeB1 .slick-arrow {
    width: 80px;
    height: 60px;
  }

  .homeB1 .slick-arrow.slick-prev {
    right: 80px;
  }

  .homeB1 .deco-word {
    bottom: 30px;
  }

  .homeB3__left {
    margin-top: 75px;
  }

  .homeB3 .mTitle{
    text-align: left;
  }

  .homeB3 .btn-circle{
    text-align: left;
  }

  .homeB3__right .box {
    width: 100% !important;
    margin-left: 50px!important;
    margin-top: 50px;
  }

  .homeB3__right .box:nth-child(2n-1) {
    margin-left: 50px;
  }

  .homeB4 .deco {
    font-size: 34px;
  }

  .homeB4__item h2 {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .pageContacts .container {
    padding-bottom: 50px;
  }

  .pageContacts__left {
    margin-bottom: 30px;
  }

  .pageContacts__left h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .pageContacts__left .box {
    margin-bottom: 30px;
  }

  .pageContacts__left .box .sbTitle {
    margin-bottom: 10px;
  }

  .pageContacts__left .box a {
    font-size: 18px;
  }

  .pageContacts__right {
    margin-bottom: 30px;
  }

  .pageContacts__right .sbTitle {
    margin-bottom: 10px;
  }

  .pageContacts__text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .singleMap h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 550px) {
  .pageCatalogList__item {
    margin-bottom: 60px;
  }

  .pageCatalogList__item-imgInfo {
    padding: 5vw;
  }

  .pageCatalogList__item-imgInfo .lvl {
    height: 50px;
    width: 50px;
    min-width: 50px;
    padding-bottom: 6px;
    margin-right: 20px;
  }

  .pageCatalogList__item-imgInfo .lvl span {
    font-size: 24px;
  }

  .pageCatalogList__item-imgInfo .lvl p {
    font-size: 8px;
  }

  .pageCatalogList__item-imgInfo h3 {
    font-size: 18px;
  }

  .pageCatalogList__item-slider .slick-arrow {
    width: 35px;
    height: 35px;
  }

  .pageCatalogList__item-slider .slick-arrow:before {
    width: 19px;
  }

  .pageCatalogList__item-slider .slick-arrow:after {
    width: 19px;
  }

  .pageCatalogList__item-slider .slick-arrow.slick-prev {
    left: 10px;
  }

  .pageCatalogList__item-slider .slick-arrow.slick-next {
    right: 10px;
  }

  .pageCatalogList__item-main {
    padding: 20px 5vw;
  }

  .pageCatalogList__item-cat {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .pageCatalogList__item-price {
    margin-bottom: 20px;
  }

  .pageCatalogList__item-priceLabel {
    font-size: 10px;
  }

  .pageCatalogList__item-descr {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .pageOfferList__item {
    margin-top: 50px;
  }

  .pageOfferList__item-text h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .pageOfferList__item-descr {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .homeB1__slide .btn {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}