﻿@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  overflow: visible;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}


.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}


.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}


.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}


.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}


.fancybox-navigation .fancybox-button {
  -webkit-background-clip: content-box;
          background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}


.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}


.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}


.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}


.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}


.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}


.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}


.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}


.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}


@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}


.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}


@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  
  bottom: 0px;
  
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  
  right: 0;
  
  position: absolute;
}

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

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

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

.ps__thumb-x {
  background-color: #aaa;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -o-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  
  bottom: 2px;
  
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -o-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  
  right: 2px;
  
  position: absolute;
}

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

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


@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 100;
  font-display: swap;
  src: url("../../fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("../../fonts/ProximaNovaT-Thin.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/ProximaNova-Light.woff2") format("woff2"), url("../../fonts/ProximaNova-Light.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/ProximaNova-Regular.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../../fonts/ProximaNova-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../../fonts/ProximaNova-Bold.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 900;
  font-display: swap;
  src: url("../../fonts/ProximaNova-Black.woff2") format("woff2"), url("../../fonts/ProximaNova-Black.woff") format("woff");
}
@font-face {
  font-family: "Philosopher";
  src: url("../../fonts/Philosopher-Regular.eot");
  src: url("../../fonts/Philosopher-Regular-1.eot") format("embedded-opentype"), url("../../fonts/Philosopher-Regular.woff2") format("woff2"), url("../../fonts/Philosopher-Regular.woff") format("woff"), url("../../fonts/Philosopher-Regular.ttf") format("truetype"), url("../../fonts/Philosopher-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Philosopher";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../../fonts/Philosopher-Italic.ttf") format("truetype");
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
body {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
}
body.hidden {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  z-index: 1;
  margin: 0;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  z-index: 1;
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 480px) {
  h2 {
    font-size: 25px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  background: #000;
}
.preloader.fade {
  opacity: 0;
}
.preloader img {
  max-width: 100%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.container-md {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 15px;
}

.social-fixed {
  position: fixed;
  top: 50%;
  left: 10px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .social-fixed {
    display: none;
  }
}
.social-fixed a.dark svg path {
  fill: #000;
}
.social-fixed a:not(:last-child) {
  margin-bottom: 30px;
}
.social-fixed a.facebook:hover svg path {
  fill: #3266bc;
}
.social-fixed a.instagram:hover svg path:nth-child(1) {
  fill: url(#paint0);
}
.social-fixed a.instagram:hover svg path:nth-child(2) {
  fill: url(#paint1);
}
.social-fixed a.instagram:hover svg path:nth-child(3) {
  fill: url(#paint2);
}
.social-fixed a.youtube:hover svg path {
  fill: #f00;
}
.social-fixed a.pinterest:hover svg path {
  fill: #910909;
}

.social-links {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
@media (max-width: 1200px) {
  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.social-links a:not(:last-child) {
  margin-right: 45px;
}

.text-img {
  position: absolute;
  overflow: hidden;
  height: inherit;
}
.text-img img {
  max-width: 100%;
  height: inherit;
}

section.in-view .animate-skew {
  display: block;
  overflow: hidden;
}
section.in-view .animate-skew .hide {
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(10deg) translateY(100px);
      -ms-transform: rotate(10deg) translateY(100px);
          transform: rotate(10deg) translateY(100px);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (max-width: 480px) {
  section.in-view .animate-skew .hide {
    -webkit-transform: rotate(10deg) translateY(100%);
        -ms-transform: rotate(10deg) translateY(100%);
            transform: rotate(10deg) translateY(100%);
  }
}
section.in-view .animate-fade {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
section.in-view.active .animate-skew .hide {
  -webkit-transition: -webkit-transform 1s 0.8s;
  transition: -webkit-transform 1s 0.8s;
  -o-transition: transform 1s 0.8s;
  transition: transform 1s 0.8s;
  transition: transform 1s 0.8s, -webkit-transform 1s 0.8s;
  -webkit-transform: rotate(0deg) translateY(0px);
      -ms-transform: rotate(0deg) translateY(0px);
          transform: rotate(0deg) translateY(0px);
}
section.in-view.active .animate-fade {
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  -o-transition: transform 1s 0.6s, opacity 1s 0.6s;
  transition: transform 1s 0.6s, opacity 1s 0.6s;
  transition: transform 1s 0.6s, opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.btn-more,
.btn-hide {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 5px;
  font-family: "Philosopher", sans-serif;
  font-size: 20px;
  cursor: pointer;
  color: #faa932;
  border-top: 1px solid #faa932;
  border-bottom: 1px solid #faa932;
}
.btn-more::after,
.btn-hide::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  z-index: 1;
  display: block;
  padding: 3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #faa932;
}
.btn-more::before,
.btn-hide::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 35px;
  height: 2px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
}

.btn-hide {
  display: none;
}
.btn-hide::after {
  top: -3px;
  bottom: initial;
  -webkit-transform: translateX(-50%) rotate(-135deg);
      -ms-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}
.btn-hide::before {
  top: -1px;
  bottom: initial;
}

.header {
  position: fixed;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 72px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: transparent;
}
@media (max-width: 1440px) {
  .header {
    height: 52px;
  }
}
@media (max-width: 2140px) {
  .header__logo img {
    width: 102px;
  }
}
.header.fixed {
  border-bottom: 1px solid #858789;
  background-color: #000;
}
.header__logo {
  padding-top: 10px;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .header__logo img {
    width: 102px;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}
@media (max-width: 1200px) {
  .header__wrap {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: calc(100vh - 52px);
    margin-top: 52px;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background: #000;
  }
  .header__wrap.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 480px) {
  .header__wrap {
    padding-bottom: 90px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .header__nav {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.header__nav ul li {
  display: inline-block;
  margin: 0 25px;
}
.header__nav ul li:first-child {
  display: none;
}
@media (max-width: 1600px) {
  .header__nav ul li {
    margin: 0 15px;
  }
}
@media (max-width: 1440px) {
  .header__nav ul li {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .header__nav ul li {
    display: block;
    margin: 30px 0;
    text-align: center;
  }
  .header__nav ul li:first-child {
    display: block;
    margin: 30px 0 45px;
  }
}
@media (max-width: 480px) {
  .header__nav ul li {
    margin: 20px 0;
  }
  .header__nav ul li:first-child {
    margin: 20px 0;
  }
}
.header__nav ul a {
  font-size: 16px;
  -webkit-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1600px) {
  .header__nav ul a {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .header__nav ul a {
    font-size: 13px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .header__nav ul a {
    font-size: 19px;
  }
}
.header__nav ul a.active, .header__nav ul a:hover {
  color: #faa932;
}
.header__right-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header__right-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__right-mobile svg {
  width: 24px;
  height: 26px;
}
.header__menu-btn {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 52px;
  height: 100%;
  cursor: pointer;
  background: #fff;
}
.header__menu-btn.open span:nth-child(1) {
  top: 26px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__menu-btn.open span:nth-child(2) {
  opacity: 0;
}
.header__menu-btn.open span:nth-child(3) {
  top: 26px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__menu-btn span {
  position: absolute;
  width: 26px;
  height: 2px;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -o-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #000;
}
.header__menu-btn span:nth-child(1) {
  top: 18px;
  left: 13px;
}
.header__menu-btn span:nth-child(2) {
  top: 24px;
  left: 13px;
  opacity: 1;
}
.header__menu-btn span:nth-child(3) {
  top: 30px;
  left: 13px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
}
@media (max-width: 1620px) {
  .header__right {
    width: 38%;
  }
}
@media (max-width: 1520px) {
  .header__right {
    width: 36%;
  }
}
@media (max-width: 1440px) {
  .header__right {
    width: 35%;
  }
}
@media (max-width: 1200px) {
  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.header__right.open .header__phones-list a {
  color: #000;
}
.header__right.open .header__phones-list a:hover {
  color: #faa932;
}
.header__right.open .header__phones-icons a {
  color: #000;
}
.header__right.open .header__phones-icons a.viber svg path {
  -webkit-transition: fill 0.15s ease-in;
  -o-transition: fill 0.15s ease-in;
  transition: fill 0.15s ease-in;
  fill: #954cb7;
}
.header__right.open .header__phones-icons a.telegram svg path {
  -webkit-transition: fill 0.15s ease-in;
  -o-transition: fill 0.15s ease-in;
  transition: fill 0.15s ease-in;
  fill: #039be5;
}
.header__right.open .header__lang a {
  color: #000;
}
.header__right.open .header__lang a:hover {
  color: #faa932;
}
.header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .header__phones {
    padding-left: 5px;
  }
}
@media (max-width: 1200px) {
  .header__phones {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    padding-left: 0;
  }
}
.header__phones-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .header__phones-list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .header__phones-list {
    padding-top: 20px;
  }
}
.header__phones-list a {
  font-size: 14px;
  -webkit-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  letter-spacing: -0.05em;
  color: #fff;
}
@media (max-width: 1440px) {
  .header__phones-list a {
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .header__phones-list a {
    font-size: 20px;
    margin: 20px 0;
  }
  .header__phones-list a:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .header__phones-list a {
    margin: 10px 0;
  }
  .header__phones-list a:last-of-type {
    margin-bottom: 0;
  }
}
.header__phones-list a:hover {
  color: #faa932;
}
.header__phones-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .header__phones-icons {
    display: none;
  }
  .header__phones-icons--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__phones-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px;
  font-size: 12px;
  -webkit-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  letter-spacing: -0.05em;
  color: #fff;
}
.header__phones-icons a svg {
  margin-bottom: 3px;
}
@media (max-width: 1440px) {
  .header__phones-icons a svg {
    width: 22px;
  }
}
.header__phones-icons a span {
  margin-top: auto;
}
.header__phones-icons a.viber:hover svg path {
  -webkit-transition: fill 0.15s ease-in;
  -o-transition: fill 0.15s ease-in;
  transition: fill 0.15s ease-in;
  fill: #954cb7;
}
.header__phones-icons a.telegram:hover svg path {
  -webkit-transition: fill 0.15s ease-in;
  -o-transition: fill 0.15s ease-in;
  transition: fill 0.15s ease-in;
  fill: #039be5;
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .header__lang {
    display: none;
  }
  .header__lang--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
}
.header__lang a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
@media (max-width: 1440px) {
  .header__lang a {
    font-size: 13px;
  }
}
.header__lang a:hover {
  color: #faa932;
}
.header__lang a.active {
  pointer-events: none;
  border: 1px solid #faa932;
}
.header__btn-catalog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 1440px) {
  .header__btn-catalog {
    width: 50px;
  }
}
@media (max-width: 1200px) {
  .header__btn-catalog {
    display: none;
  }
}
.header__btn-catalog .text {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #373535;
}
@media (max-width: 1440px) {
  .header__btn-catalog .text {
    bottom: 5px;
    font-size: 10px;
  }
}
.header__btn-catalog .text--close {
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  opacity: 0;
}
.header__btn-catalog .text--open {
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  opacity: 1;
}
.header__btn-catalog .dots {
  position: relative;
  top: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 1440px) {
  .header__btn-catalog .dots {
    top: 8px;
    width: 25px;
    height: 25px;
  }
}
.header__btn-catalog .dots span {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -o-transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #373535;
}
.header__btn-catalog .dots span:nth-child(1) {
  top: 0;
  left: 0;
}
.header__btn-catalog .dots span:nth-child(2) {
  top: 0;
  left: 12px;
}
.header__btn-catalog .dots span:nth-child(3) {
  top: 0;
  right: 0;
}
.header__btn-catalog .dots span:nth-child(4) {
  top: 12px;
  left: 0;
}
.header__btn-catalog .dots span:nth-child(5) {
  position: absolute;
  top: 12px;
  left: 12px;
}
.header__btn-catalog .dots span:nth-child(6) {
  top: 12px;
  right: 0;
}
.header__btn-catalog .dots span:nth-child(7) {
  bottom: 0;
  left: 0;
}
.header__btn-catalog .dots span:nth-child(8) {
  position: absolute;
  bottom: 0;
  left: 12px;
}
.header__btn-catalog .dots span:nth-child(9) {
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .header__btn-catalog .dots span {
    width: 5px;
    height: 5px;
  }
  .header__btn-catalog .dots span:nth-child(2) {
    top: 0;
    left: 10px;
  }
  .header__btn-catalog .dots span:nth-child(4) {
    top: 10px;
    left: 0;
  }
  .header__btn-catalog .dots span:nth-child(5) {
    top: 10px;
    left: 10px;
  }
  .header__btn-catalog .dots span:nth-child(6) {
    top: 10px;
    right: 0;
  }
  .header__btn-catalog .dots span:nth-child(8) {
    bottom: 0;
    left: 10px;
  }
}
.header__btn-catalog.open {
  background: #000;
}
.header__btn-catalog.open .text {
  color: #fff;
}
.header__btn-catalog.open .text--close {
  opacity: 1;
}
.header__btn-catalog.open .text--open {
  opacity: 0;
}
.header__btn-catalog.open .dots {
  -webkit-transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -o-transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__btn-catalog.open .dots span {
  -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -o-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
}
.header__btn-catalog.open .dots span:nth-child(2) {
  top: 6px;
  left: 6px;
}
.header__btn-catalog.open .dots span:nth-child(4) {
  top: 18px;
  left: 6px;
}
.header__btn-catalog.open .dots span:nth-child(6) {
  top: 6px;
  right: 6px;
}
.header__btn-catalog.open .dots span:nth-child(8) {
  bottom: 6px;
  left: 18px;
}
@media (max-width: 1440px) {
  .header__btn-catalog.open .dots span :nth-child(2) {
    top: 5px;
    left: 5px;
  }
  .header__btn-catalog.open .dots span:nth-child(4) {
    top: 15px;
    left: 5px;
  }
  .header__btn-catalog.open .dots span:nth-child(6) {
    top: 5px;
    right: 5px;
  }
  .header__btn-catalog.open .dots span:nth-child(8) {
    bottom: 5px;
    left: 15px;
  }
}
.header__btn-catalog-mobile {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 46px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000;
  background: #fff;
}
@media (max-width: 1200px) {
  .header__btn-catalog-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__btn-catalog-mobile.open span:nth-child(2)::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.header__btn-catalog-mobile.open span:nth-child(2)::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__btn-catalog-mobile span:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header__btn-catalog-mobile span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 100%;
  margin-left: auto;
  border-left: 1px solid #000;
}
.header__btn-catalog-mobile span:nth-child(2)::after, .header__btn-catalog-mobile span:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #000;
}
.header__btn-catalog-mobile span:nth-child(2)::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header .social-links {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.catalog-menu {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100vh;
  padding-top: 100px;
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #fff;
}
@media (max-width: 1200px) {
  .catalog-menu {
    position: relative;
    z-index: 0;
    display: none;
    height: unset;
    padding-top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .catalog-menu.open {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .catalog-menu.open .catalog-menu__item {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.catalog-menu.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.catalog-menu.open .catalog-menu__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.catalog-menu__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
@media (min-width: 1025px) {
  .catalog-menu__wrap {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .catalog-menu__wrap {
    padding: 5px;
  }
}
@media (min-width: 1024px) {
  .catalog-menu__wrap {
    padding: 0 1%;
  }
}
@media (min-width: 1439px) {
  .catalog-menu__wrap {
    padding: 0 2%;
  }
}
@media (min-width: 1920px) {
  .catalog-menu__wrap {
    padding: 0 4%;
  }
}
.catalog-menu__item {
  display: inline-block;
  width: 48%;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  text-transform: uppercase;
  opacity: 0;
  color: #000;
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .catalog-menu__item {
    width: auto;
    margin-left: 0.7%;
  }
}
@media (min-width: 767px) and (max-width: 769px) {
  .catalog-menu__item {
    width: 24.2%;
  }
}
@media (max-width: 1024px) {
  .catalog-menu__item {
    margin: 3px;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .catalog-menu__item {
    margin: 1% 1%;
  }
}
.catalog-menu__item:hover .catalog-menu__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.catalog-menu__item:hover .catalog-menu__title {
  color: #faa932;
}
@media (max-width: 1200px) {
  .catalog-menu__item {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
}
.catalog-menu__img {
  display: block;
  overflow: hidden;
  height: 150px;

}
.catalog-menu__img img {
  height: 100%;
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.catalog-menu__title {
  display: block;
  margin-top: 5px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 550px;
  padding-left: 9%;
  background: #000;
  padding-bottom: 30px;
}
@media (max-width: 1440px) {
  .footer {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .footer {
    min-height: auto;
  }
}
.footer--contacts {
  height: auto;
  min-height: calc(100vh - 350px);
}
@media (max-height: 880px) {
  .footer--contacts {
    min-height: calc(100vh - 310px);
  }
}
@media (max-width: 1440px) {
  .footer--contacts {
    min-height: calc(100vh - 270px);
  }
}
@media (max-height: 800px) {
  .footer--contacts {
    min-height: calc(100vh - 230px);
  }
}
@media (max-width: 1200px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28%;
  padding-top: 25px;
  padding-right: 20px;
}
@media (max-width: 1700px) {
  .footer__left {
    width: 32%;
  }
}
@media (max-width: 1200px) {
  .footer__left {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 20px 15px 0;
  }
}
@media (max-width: 1023px) {
  .footer__left {
    padding: 50px 15px 0;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
}
@media (max-width: 1200px) {
  .footer__right {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .footer__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__form {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .footer__form {
    margin-bottom: 0;
  }
}
.footer__copyright {
  margin-top: auto;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #858789;
}
@media (max-width: 1440px) {
  .footer__copyright {
    font-size: 16px;
  }
}
.footer__copyright--mob {
  display: none;
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .footer__copyright {
    display: none;
  }
  .footer__copyright--mob {
    display: block;
  }
}
@media (max-width: 480px) {
  .footer__copyright {
    font-size: 12px;
  }
}
.footer__copyright a {
  color: #858789;
}
.footer .social-links {
  margin: 50px 0;
}

.footer-contacts {
  width: 100%;
  max-width: 344px;
  padding-top: 9px;
  padding-right: 40px;
}
@media (max-width: 1440px) {
  .footer-contacts {
    max-width: 280px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .footer-contacts {
    padding-left: 15px;
    max-width: 320px;
  }
}
@media (max-width: 750px) {
  .footer-contacts {
    padding-top: 0;
    padding-right: 0;
    text-align: center;
  }
}
.footer-contacts__title {
  margin: 15px 0 5px;
  font-size: 20px;
  font-weight: 300;
  color: #faa932;
}
.footer-contacts__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  padding: 6px 19px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer-contacts__city:hover {
  color: #faa932;
}
@media (max-width: 1440px) {
  .footer-contacts__city {
    font-size: 18px;
  }
}
@media (max-width: 1025px) {
  .footer-contacts__city {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-contacts__offices {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 14px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #858789;
}
@media (max-width: 1440px) {
  .footer-contacts__offices {
    font-size: 18px;
  }
}
.footer-contacts__offices:hover, .footer-contacts__offices.active {
  color: #faa932;
}
.footer-contacts__offices:last-child {
  padding-bottom: 0;
}
.footer-contacts__info {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #858789;
}
@media (max-width: 1440px) {
  .footer-contacts__info {
    font-size: 18px;
  }
}
.footer-contacts__info a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #858789;
}
.footer-contacts__info a:hover {
  color: #faa932;
}

.footer-map {
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .footer-map {
    height: 500px;
    margin-top: 30px;
  }
}
.footer-map__wrap {
  height: 100%;
}

.img_youtube {
  -webkit-clip-path: polygon(0% 87%, 0% 13%, 100% 13%, 100% 87%);
          clip-path: polygon(0% 87%, 0% 13%, 100% 13%, 100% 87%);
}

.arrow {
  display: inline-block;
  margin-left: 2%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-decoration: none;
}
.arrow__actived {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dropdown-triger {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding: 3px 7px 8px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #858789;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dropdown-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 14px 8px;
          background-size: 14px 8px;
  width: 14px;
  height: 8px;
  display: inline-block;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.footer .dropdown-triger {
  color: #fff;
}

.web .dropdown-triger:hover,
.web .footer .dropdown-triger:hover {
  color: #faa932;
}

.tabs-wrap {
  position: relative;
}

.tab {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab.active {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.dropdown {
  position: relative;
}

.dropdown-body {
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 20;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  padding: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #000;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.dropdown[data-open=true] .dropdown-body {
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  visibility: visible;
  opacity: 1;
}
.dropdown[data-open=true] .dropdown-triger {
  border-color: #FAA932;
}
.dropdown[data-open=true] .dropdown-ic {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.dropdown-body {
  background: #000000;
  border: 1px solid #2A2A2A;
  border-top-color: #FAA932;
  -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 20;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  padding: 15px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 14px 0 11px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.footer-contacts__city.active {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
}
.footer-contacts__city.active:hover {
  color: #fff;
}

.addesses-s {
  padding-top: 14px;
}

.contact-2 {
  margin-top: 31px;
}

@media (max-width: 1200px) {
  .form-footer__form {
    margin-left: auto;
    margin-right: auto;
  }

  .form-footer h2, .form-footer__subtitle {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .footer__left {
    padding: 50px 32px 0;
  }

  .footer-contacts {
    padding-left: 0;
  }

  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-contacts__info,
.footer-contacts__offices {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-contacts__title {
    margin-bottom: 7px;
  }

  .contact-2 {
    margin-top: 13px;
  }

  .contact-1 {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }


  .footer__copyright--mob {
    margin-top: 12px;
    padding-bottom: 0;
  }

  .footer {
    padding-bottom: 15px;
  }
}
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url("https://yaroslavl.compassmebel.ru/upload/iblock/11e/skq4ez9e7sry4vrbgynd7jas9whe4z4l.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .hero {
    padding-top: 52px;
  }
}
.hero--about {
  background-image: url("../../img/hero-about.jpg");
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .hero--about {
    background-image: url("../../img/hero-about-landscape.jpg");
  }
}
@media (min-width: 600px) and (orientation: portrait) {
  .hero--about {
    position: relative;
    background-image: url("../../img/hero-about-portrait.jpg");
  }
}
@media (max-width: 480px) {
  .hero--about .hero__container {
    position: relative;
    top: inherit;
  }
}
.hero--about .hero__text {
  max-width: 630px;
}
.hero--to-partners {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.hero--to-partners .hero__text {
  max-width: 860px;
}
.hero--project {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.hero--project::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.hero--project .hero__title {
  font-size: 60px;
}
@media (max-width: 480px) {
  .hero--project .hero__title {
    font-size: 40px;
    line-height: 45px;
  }
}
.hero--project .hero__title span:first-child {
  display: block;
  font-weight: 300;
}
.hero--news-inner {
  position: relative;
  height: 100vh;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (max-width: 1023px) {
  .hero--news-inner {
    height: 100vh;
  }
}
.hero--news-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.hero--catalog {
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.hero--catalog::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.hero--catalog .hero__text {
  max-width: 830px;
  font-size: 22px;
  line-height: 27px;
}
.hero__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__video_mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 480px) {
  .hero__video_mobile {
    display: block;
  }
}
.hero__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50%;
}
@media (max-width: 1023px) {
  .hero__container {
    height: 100%;
    padding-bottom: 58px;
  }
}
.hero__container .social-links {
  margin-top: auto;
}
@media (max-width: 1023px) {
  .hero__container .social-links {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hero__title {
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
@media (max-width: 480px) {
  .hero__title {
    font-size: 28px;
    line-height: 30px;
  }
}
.hero__subtitle {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 480px) {
  .hero__subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}
.hero__text {
  margin-top: 20px;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  text-align: center;
  color: #fff;
}
@media (max-width: 480px) {
  .hero__text {
    font-size: 18px;
    line-height: 22px;
  }
}
.hero__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  font-family: "Philosopher", sans-serif;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
}
.hero__btn span {
  display: block;
  max-width: 120px;
  margin-left: 15px;
}
.hero__btn svg {
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  -o-transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
}
.hero__btn:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.hero__anchor {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .hero__anchor {
    display: none;
  }
}
.hero__anchor span {
  font-family: "Philosopher", sans-serif;
  font-size: 17px;
  color: #faa932;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 1440px) {
  .hero__anchor span {
    font-size: 15px;
  }
}
.hero__anchor svg {
  margin-top: 10px;
}
.hero__anchor svg path {
  -webkit-animation: float 2s ease-in-out infinite;
          animation: float 2s ease-in-out infinite;
}

.clients {
  padding: 75px 0 75px;
  background: #000;
}
@media (max-width: 768px) {
  .clients {
    padding: 50px 0 99px;
  }
}
.clients .text-img {
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 22px));
      -ms-transform: translateY(calc(-50% - 22px));
          transform: translateY(calc(-50% - 22px));
}
@media (max-width: 1023px) {
  .clients .text-img {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.clients__container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}
.clients__slider-wrap {
  position: relative;
}
.clients__slider {
  height: 290px;
  padding: 50px 0 102px;
}
@media (max-width: 1023px) {
  .clients__slider {
    height: 240px;
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .clients__slider {
    height: 150px;
    padding: 48px 0 50px;
  }
}
.clients__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clients__slider .swiper-slide img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .clients__slider .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 480px) {
  .clients__slider .swiper-slide img {
    -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
            transform: scale(0.55);
  }
}
@media (max-width: 320px) {
  .clients__slider .swiper-slide img {
    -webkit-transform: scale(0.45);
        -ms-transform: scale(0.45);
            transform: scale(0.45);
  }
}
.clients__buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 100;
}
@media (max-width: 1340px) {
  .clients__buttons {
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .clients__buttons {
    bottom: -44px;
  }
}
.clients__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 44px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
}
.clients__btn svg path {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.clients__btn:hover svg path {
  fill: #faa932;
}
.clients__btn--next {
  border-left: none;
}

.catalog-reviews.js-light .reviews__btn {
  background-color: #fff;
  border: 1px solid #000;
}
.catalog-reviews.js-light .reviews__btn svg path {
  fill: #000;
}

.reviews-head {
  width: 100%;
  max-width: 1640px;
  margin: 50px auto 0;
  padding: 20px 40px 18px;
  background: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.reviews-title img {
  margin-right: 5px;
}

.reviews-rating {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-rating .rating-icon {
  margin-right: 10px;
  width: 22px;
}
.reviews-rating .rating-icon svg {
  width: 100%;
}
.reviews-rating__count {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-right: 22px;
}
.reviews-rating__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #C4C4C4;
}

.btn.btn_review-add {
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
  width: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 20px;
}

.reviews {
  padding: 80px 0 121px;
  background: #000;
  color: #fff;
  overflow: auto;
}
.reviews h2 {
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .reviews {
    padding: 30px 0 85px;
  }
}
.reviews__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1040px;
}
@media (max-width: 1440px) {
  .reviews__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .reviews__title {
    height: 100px;
  }
}
.reviews__slider {
  width: 100%;
  max-width: 1720px;
  margin: 40px auto 0;
  padding: 0 40px 106px;
}
@media (max-width: 1200px) {
  .reviews__slider {
    padding: 0 15px 94px;
  }
}
.reviews__item {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 30px 30px 46px;
  background: #181818;
}
.reviews__item:hover .reviews__more-link {
  opacity: 1;
}
.reviews__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews__head {
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__preview {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.reviews__date {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  margin-top: 6px;
  color: #C4C4C4;
}
.reviews__author {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.reviews__author a {
  color: inherit;
}
.reviews__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  max-height: 144px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease 0.1s;
  -o-transition: max-height 0.3s ease 0.1s;
  transition: max-height 0.3s ease 0.1s;
}
.reviews__info {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.reviews__buttons {
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 46px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
}
.reviews__btn svg path {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.reviews__btn:hover svg path {
  fill: #faa932;
}
.reviews__btn--next {
  border-left: none;
}
.reviews__rating {
  margin-top: 8px;
}
.reviews__rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__rating-list .rating-icon {
  margin-left: 4px;
}
.reviews__rating-count {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  margin-top: 5px;
  color: #C4C4C4;
}
.reviews__more, .reviews__hide {
  display: none;
}
@media (max-width: 768px) {
  .reviews__more, .reviews__hide {
    display: block;
  }
}
.reviews__hide {
  display: none;
}
@media (max-width: 768px) {
  .reviews__hide {
    display: none;
  }
}
.reviews__more-link {
  margin-top: 20px;
  font-size: 17px;
  line-height: 19px;
  color: #FAA932;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.reviews__more-link svg {
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.reviews__more-link:hover svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
.reviews__more-link.active svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.reviews.js-light,
.js-light .reviews {
  color: #373535;
  background: #fff;
}
.reviews.js-light .reviews-head,
.reviews.js-light .reviews__item,
.js-light .reviews .reviews-head,
.js-light .reviews .reviews__item {
  background: #F4F5F6;
}
.reviews.js-light .reviews-rating__text,
.reviews.js-light .reviews__date,
.reviews.js-light .reviews__rating-count,
.js-light .reviews .reviews-rating__text,
.js-light .reviews .reviews__date,
.js-light .reviews .reviews__rating-count {
  color: #858789;
}

.rating-icon svg {
  max-width: 100%;
  height: auto;
}

.rating-icon:not(.active) path {
  opacity: 0.4;
}

.ios .reviews__more-link {
  opacity: 1;
}

@media (max-width: 1720px) {
  .reviews-head {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  .reviews-head {
    display: block;
  }

  .reviews-btn {
    margin: 25px 0 0;
    text-align: center;
  }

  .btn.btn_review-add {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .reviews-head {
    padding: 20px 20px 18px;
  }

  .reviews-rating {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reviews-rating__text {
    font-size: 16px;
    line-height: 20px;
  }

  .reviews-rating .rating-icon,
.reviews-rating .reviews-rating__count {
    display: none;
  }

  .reviews-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reviews-title img {
    height: 20px;
    width: auto;
  }

  .reviews-title {
    font-size: 16px;
    line-height: 19px;
  }

  .mob-count-rating {
    padding-top: 5px;
    min-width: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
  }
  .mob-count-rating .rating-icon {
    width: 16px;
  }
  .mob-count-rating .reviews-rating__count {
    margin: 0 0 0 5px;
    font-size: 14px;
    line-height: 17px;
  }

  .reviews-rating__text {
    font-size: 14px;
    line-height: 17px;
  }

  .reviews-rating {
    margin-top: 8px;
  }

  .reviews-btn {
    margin: 21px 0 0;
  }

  .btn.btn_review-add {
    height: 50px;
  }

  .reviews__author {
    font-size: 18px;
    line-height: 22px;
  }

  .reviews__date {
    font-size: 14px;
    line-height: 17px;
  }

  .reviews__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .reviews__rating-count {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 480px) {
  .reviews__item {
    padding: 25px 20px;
  }

  .reviews__heading {
    display: block;
  }

  .reviews__head {
    padding-right: 0;
  }

  .reviews__rating {
    margin-top: 20px;
  }

  .reviews__text {
    font-weight: 300;
    margin-top: 17px;
    font-size: 18px;
    line-height: 22px;
    max-height: 198px;
  }

  .btn.btn_review-add {
    height: 56px;
    font-size: 18px;
  }

  .reviews__rating-count {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .mob-count-rating {
    display: none;
  }
}
.contact-block {
  padding: 80px 0;
  background: #000;
}
.contact-block.pb-50 {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .contact-block.pb-50 {
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .contact-block {
    padding: 50px 0;
  }
}
.contact-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .contact-block__wrap {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 480px) {
  .contact-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}
@media (max-width: 480px) {
  .contact-block__info {
    width: 100%;
  }
}
.contact-block__info h2 {
  text-align: left;
}
@media (max-width: 1440px) {
  .contact-block__info h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .contact-block__info h2 {
    text-align: center;
  }
}
.contact-block__info p {
  margin: 20px 0 0;
  font-size: 30px;
  line-height: 37px;
  color: #858789;
}
@media (max-width: 1440px) {
  .contact-block__info p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .contact-block__info p {
    margin: 20px 0 30px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}
.contact-block__info p span {
  color: #fff;
}
.contact-block__form {
  position: relative;
  width: 45%;
}
@media (max-width: 480px) {
  .contact-block__form {
    width: 100%;
  }
}

.contact-block--catalog {
  background: #F4F5F6;
}
.contact-block--catalog .contact-block__info h2 {
  color: #000;
}
.contact-block--catalog .contact-block__info p {
  color: #858789;
}
.contact-block--catalog .contact-block__form input {
  color: #000;
}
.contact-block--catalog .contact-block__form input::-webkit-input-placeholder {
  color: #000;
}
.contact-block--catalog .contact-block__form input::-moz-placeholder {
  color: #000;
}
.contact-block--catalog .contact-block__form input::-ms-input-placeholder {
  color: #000;
}
.contact-block--catalog .contact-block__form input::placeholder {
  color: #000;
}
.contact-block--catalog .contact-block__form .thank-you h2 {
  color: #000;
}

form {
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}
form.hide {
  opacity: 0;
}

.form-footer {
  width: 100%;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}
.form-footer h2 {
  text-align: left;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .form-footer h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .form-footer h2 {
    text-align: center;
  }
}
.form-footer__subtitle {
  margin: 15px 0 44px;
  font-size: 22px;
  color: #858789;
}
@media (max-width: 1440px) {
  .form-footer__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .form-footer__subtitle {
    text-align: center;
  }
}
.form-footer .btn {
  margin-top: 76px;
}
.form-footer__form {
  max-width: 440px;
}
.form-footer .form-wrap .input-row__label {
  color: #fff;
}

.input-row {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .input-row {
    margin-bottom: 40px;
  }
}
.input-row::after {
  content: attr(data-error);
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 14px;
  font-weight: 600;
  color: #f00;
}
.input-row input {
  width: 100%;
  padding-bottom: 10px;
  font-family: "Philosopher", sans-serif;
  font-size: 20px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #858789;
  outline: none;
  background: transparent;
}
.input-row input.error {
  border-color: #f00;
}
.input-row input::-webkit-input-placeholder {
  color: #fff;
}
.input-row input::-moz-placeholder {
  color: #fff;
}
.input-row input::-ms-input-placeholder {
  color: #fff;
}
.input-row input::placeholder {
  color: #fff;
}

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 70px;
  margin-top: 25px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: color 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  transition: color 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background: transparent;
}
@media (max-width: 480px) {
  .btn {
    overflow: hidden;
  }
}
.btn:hover {
  color: #faa932;
}
.btn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}
.btn:hover::after {
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  opacity: 0;
}
.btn::after, .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  pointer-events: none;
  -webkit-border-radius: inherit;
          border-radius: inherit;
}
.btn::after {
  background: #faa932;
}
.btn::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  opacity: 0;
  border: 1px solid #faa932;
}

.thank-you {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
.thank-you.show {
  visibility: visible;
  opacity: 1;
}
.thank-you__text {
  max-width: 350px;
  margin: 20px 0 40px;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #858789;
}

@media (max-width: 1200px) {
  .form-footer h2, .form-footer__subtitle {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .form-footer h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .form-footer .input-row input {
    padding-bottom: 3px;
  }
  .form-footer .input-row {
    margin-bottom: 37px;
  }
  .form-footer .form-footer__subtitle {
    font-size: 20px;
    line-height: 24px;
    max-width: 230px;
    margin: 20px auto 30px;
  }

  .form-footer .btn {
    margin-top: 40px;
  }

  .form-footer .btn {
    height: 50px;
  }

  .footer .social-links {
    margin: 41px 0;
  }

  .social-links a:not(:last-child) {
    margin-right: 29px;
  }
}
ul.breadcrumbs {
  position: absolute;
  top: 80px;
  left: 20px;
  font-family: "Philosopher", sans-serif;
  font-size: 18px;
  list-style: none;
  color: #858789;
}
@media (max-width: 1200px) {
  ul.breadcrumbs {
    top: 60px;
  }
}
ul.breadcrumbs li {
  display: inline-block;
}
ul.breadcrumbs li:not(:last-child)::after {
  content: "/";
  position: relative;
  left: 2px;
  font-size: 18px;
  color: #858789;
}
ul.breadcrumbs li a {
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #858789;
}
ul.breadcrumbs li a:hover {
  color: #faa932;
}

.project-item {
  display: block;
  width: 31.3%;
  margin-bottom: 60px;
  margin-left: 2%;
}
@media (max-width: 480px) {
  .project-item {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.project-item.hidden {
  display: none;
}
.project-item.visible {
  display: block;
  -webkit-animation: zoomIn 0.6s;
          animation: zoomIn 0.6s;
}
.project-item:hover .project-item__img {
  -webkit-transform: scale(0.65);
      -ms-transform: scale(0.65);
          transform: scale(0.65);
}
.project-item:hover .project-item__img::after {
  height: 100%;
}
.project-item:hover .project-item__text {
  visibility: visible;
  opacity: 1;
}
.project-item:hover .project-item__link {
  visibility: visible;
  top: calc(50% + 30px);
  opacity: 1;
}
@media (max-width: 768px) {
  .project-item:hover .project-item__link {
    top: calc(50% + 15px);
  }
}
@media (max-width: 480px) {
  .project-item:hover .project-item__link {
    top: calc(50% + 20px);
  }
}
.project-item:hover .project-item__preview-gallery {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1025px) {
  .project-item:hover .project-item__preview-gallery {
    display: none;
  }
}
.project-item__wrap {
  position: relative;
  overflow: hidden;
}
.project-item__img {
  position: relative;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.3, 0, 0.2, 1);
  -o-transition: transform 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.3, 0, 0.2, 1);
}
.project-item__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.5);
}
.project-item__img img {
  display: block;
  width: 100%;
}
.project-item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 100%;
  font-size: calc(14px + 19 * (100vw - 768px) / 1152);
  font-weight: 600;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.3, 0, 0.2, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
}
@media (max-width: 480px) {
  .project-item__text {
    font-size: 18px;
  }
}
.project-item__link {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  visibility: hidden;
  font-family: "Philosopher", sans-serif;
  font-size: calc(14px + 6 * (100vw - 768px) / 1152);
  -webkit-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  color: #faa932;
}
@media (max-width: 480px) {
  .project-item__link {
    font-size: 12px;
  }
}
.project-item__preview-gallery {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.project-item__preview-gallery img {
  display: block;
  width: 30%;
  max-width: 100%;
}
.project-item__category {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.project-item__name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.window-open {
  position: absolute;
  left: 0;
  top: -200%;
  right: 0;
  overflow: hidden;
  height: 100%;
}

.popup {
  padding: 100px 40px;
  max-width: calc(100% - 1px);
  width: 700px;
  background: #fff;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  font-size: 20px;
  line-height: 22px;
  overflow: hidden;
  overflow-y: auto;
}
.popup .input-row input {
  color: #000;
}
.popup .input-row input::-webkit-input-placeholder {
  color: #858789;
}
.popup .input-row input::-moz-placeholder {
  color: #858789;
}
.popup .input-row input::-ms-input-placeholder {
  color: #858789;
}
.popup .input-row input::placeholder {
  color: #858789;
}
.popup .btn {
  margin: 39px auto 0;
  max-width: 440px;
}
.popup .fancybox-close-small {
  right: 19px;
  top: 19px;
  width: 60px;
  height: 60px;
  opacity: 1;
}
.popup .fancybox-close-small:hover svg path {
  stroke: #faa932;
}
.popup .fancybox-button svg path {
  stroke-width: 2px;
  stroke: currentColor;
  -webkit-transition: stroke 0.4s ease;
  -o-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}
.popup .thank-you {
  padding: 0 60px;
}
.popup .thank-you h2 {
  font-weight: 700;
  color: #000;
  line-height: 1.225;
}
.popup .thank-you__text {
  max-width: 473px;
}

.block-popup {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.popup__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.popup__subtitle {
  font-size: 22px;
  line-height: 27px;
  color: #858789;
  margin-bottom: 40px;
}

.form-wrap .input-row {
  position: relative;
}
.form-wrap .input-row input {
  padding-left: 68px;
}
.form-wrap .input-row__label {
  font-family: "Philosopher";
  position: absolute;
  font-size: 20px;
  line-height: 22px;
  pointer-events: none;
  color: #000;
  top: 1px;
  left: 0;
}
.form-wrap form {
  text-align: left;
}

.fancybox-slide--html .popup .fancybox-close-small {
  color: #000;
}

@media (max-width: 500px) {
  .popup {
    padding: 50px 20px;
  }

  .popup__title {
    font-size: 32px;
    line-height: 41px;
  }

  .popup__subtitle {
    font-size: 18px;
    line-height: 25px;
  }

  .form-wrap .input-row__label,
.input-row input {
    font-size: 18px;
  }

  .form-wrap .input-row input {
    padding-left: 61px;
  }

  .popup .fancybox-close-small {
    right: 0;
    top: 0;
  }

  .popup .thank-you {
    padding: 0 20px;
  }
}
.mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  padding: 80px 0;
  color: #fff;
  background: #000;
}
@media (max-width: 1023px) {
  .mission {
    height: auto;
  }
}
@media (max-width: 768px) {
  .mission {
    padding: 10px 0 50px;
  }
}
.mission__container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .mission__logo {
    padding-top: 70px;
    text-align: center;
    background: url("../../img/mission.svg") no-repeat top;
    -webkit-background-size: contain;
            background-size: contain;
  }
}
.mission__quote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  font-family: "Philosopher", sans-serif;
  font-size: 25px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .mission__quote {
    height: auto;
    margin: 40px 0;
    font-size: 22px;
  }
  .mission__quote .text-img {
    display: none;
  }
  .mission__quote::before {
    content: "“";
    font-family: "Proxima Nova", sans-serif;
    font-size: 180px;
    font-weight: 600;
    line-height: 104px;
    color: #000;
    text-shadow: -1px 0 #858789, 0 1px #858789, 1px 0 #858789, 0 -1px #858789;
  }
}
@media (max-width: 480px) {
  .mission__quote {
    font-size: 17px;
    line-height: 19px;
  }
}
.mission__quote span {
  z-index: 1;
  max-width: 790px;
  margin-left: auto;
}
.mission__text {
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 480px) {
  .mission__text {
    font-size: 16px;
    line-height: 19px;
  }
}

.catalog {
  position: relative;
  height: 100vh;
  padding-top: 72px;
  background-color: #000;
}
@media (max-width: 1440px) {
  .catalog {
    padding-top: 52px;
  }
}
@media (max-width: 768px) {
  .catalog {
    height: auto;
    background: #000;
  }
}
@media (max-width: 425px) {
  .catalog {
    padding-top: 0;
  }
}
.catalog__bg {
  position: absolute;
  height: calc(100% - 72px);
  top: 72px;
  right: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .catalog__bg {
    height: calc(100% - 52px);
    top: 52px;
  }
}
.catalog__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.catalog__bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.catalog__bg img.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.catalog__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding-left: 70px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1200px) {
  .catalog__grid {
    padding-left: 0;
  }
}
.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 25%;
  height: 50%;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .catalog__item {
    position: relative;
    width: 50%;
    height: auto;
    padding: 0;
    border-color: #000;
  }
  .catalog__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.82)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
  }
}
.catalog__item:hover {
  background: rgba(0, 0, 0, 0.7);
}
.catalog__item:hover .catalog__title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.catalog__item:hover .catalog__more {
  visibility: visible;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.catalog__img {
  display: none;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .catalog__img {
    display: block;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalog__title {
  font-size: 25px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .catalog__title {
    position: absolute;
    bottom: 20px;
    left: 15px;
    font-size: 12px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.catalog__more {
  visibility: hidden;
  margin-top: 5px;
  font-family: "Philosopher", sans-serif;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  color: #faa932;
}
@media (max-width: 768px) {
  .catalog__more {
    position: absolute;
    bottom: 5px;
    left: 15px;
    margin-top: 0;
    font-size: 12px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
  }
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 840px;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (max-width: 1440px) {
  .advantages {
    height: calc(100vh - 52px);
    max-height: 660px;
  }
}
@media (max-width: 768px) {
  .advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    max-height: none;
    background: #000;
    background-image: none !important;
  }
}
.advantages__top {
  display: none;
}
@media (max-width: 768px) {
  .advantages__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 240px;
    background: url("../../img/advantages_bg.jpg") center;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 15px 0 70px;
}
@media (max-width: 1200px) {
  .advantages__list {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .advantages__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    text-align: center;
  }
}
.advantages__item {
  max-width: 230px;
  color: #fff;
}
@media (max-width: 768px) {
  .advantages__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.advantages__title {
  font-family: "Philosopher", sans-serif;
  font-size: 30px;
}
.advantages__count {
  margin-top: 15px;
  font-size: 50px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .advantages__count {
    margin-top: 0;
  }
}
.advantages__count::after {
  content: "";
  display: block;
  width: 57px;
  height: 4px;
  margin-top: 15px;
  background: #faa932;
}
@media (max-width: 768px) {
  .advantages__count::after {
    margin: 15px auto 0;
  }
}
.advantages__text {
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px black;
  
  -webkit-text-fill-color: #fff;
  
}

.section-complex {
  overflow: hidden;
  padding: 129px 0 67px;
  color: #fff;
  background: #000;
}
.section-complex h2 {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.complex {
  margin-top: 18px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}
.complex__container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
.complex__decor {
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.complex__decor .text-img {
  text-align: center;
  left: 50%;
  top: 50%;
  width: 120%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.complex__heading {
  width: 30.5%;
}
.complex__text {
  padding-left: 63px;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.01em;
  width: 69.5%;
}
.complex__btn {
  margin-top: 15px;
}
.complex__title {
  letter-spacing: -0.01em;
  font-weight: bold;
  font-size: 34px;
  line-height: 43px;
  text-transform: uppercase;
}
.complex-info {
  margin-top: 56px;
  font-style: italic;
  font-size: 20px;
  line-height: 22px;
  color: #858789;
}

.btn_more-c {
  text-align: center;
  height: 60px;
  line-height: 58px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 300px;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1400px) {
  .complex__decor .text-img {
    max-width: 113%;
  }
}
@media (max-width: 1023px) {
  .section-complex {
    padding: 107px 0 64px;
  }

  .complex__title {
    font-size: 28px;
    line-height: 36px;
  }

  .complex__heading {
    width: 32.5%;
  }

  .complex__text {
    padding-left: 50px;
    font-size: 16px;
    line-height: 20px;
    width: 67.5%;
  }

  .btn_more-c {
    width: 280px;
  }

  .complex__decor {
    min-height: 130px;
  }

  .complex-info {
    margin-top: 46px;
    font-size: 19px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .complex {
    margin-top: 9px;
    display: block;
  }

  .complex__heading {
    margin-bottom: 19px;
    width: 100%;
  }

  .complex__text {
    padding-left: 0;
    line-height: 19px;
    width: 100%;
  }

  .complex__decor {
    min-height: 65px;
  }

  .section-complex {
    padding: 58px 0 32px;
  }

  .complex-info {
    margin-top: 41px;
    font-size: 16px;
    line-height: 18px;
  }

  .complex__title {
    font-size: 20px;
    line-height: 24px;
  }

  .complex__btn {
    text-align: center;
  }

  .btn_more-c {
    width: 100%;
    max-width: 300px;
  }
}
.contacts {
  padding: 120px 0 50px;
  background: #000;
}
@media (max-height: 880px) {
  .contacts {
    padding: 100px 0 30px;
  }
}
@media (max-width: 1200px) {
  .contacts {
    padding: 75px 0 25px;
  }
}
@media (max-width: 1023px) {
  .contacts {
    padding: 100px 0 25px;
  }
}
@media (max-width: 480px) {
  .contacts {
    padding: 100px 0 0;
  }
}
.contacts__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1150px;
}
@media (max-width: 1440px) {
  .contacts__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .contacts__title {
    height: 100px;
  }
}
@media (max-height: 800px) {
  .contacts__title {
    height: 100px;
  }
}

.about {
  padding: 80px 0 25px;
  background: #000;
  overflow: hidden;
}
@media (max-width: 480px) {
  .about {
    padding: 0;
  }
}
.about__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .about__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .about__title {
    height: 100px;
  }
}
.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__col-left {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1440px) {
  .about__col-left {
    width: 25%;
  }
}
@media (max-width: 750px) {
  .about__col-left {
    width: 100%;
  }
  .about__col-left figure {
    display: none;
  }
}
.about__col-right {
  width: calc(100% - 570px);
  padding-right: 30px;
}
@media (max-width: 1440px) {
  .about__col-right {
    width: 70%;
    padding-right: 0;
  }
}
@media (max-width: 750px) {
  .about__col-right {
    width: 100%;
  }
}
.about__col-right figure {
  display: none;
}
@media (max-width: 750px) {
  .about__col-right figure {
    display: block;
  }
}
.about figure {
  margin: 0;
}
.about figure img {
  max-width: 100%;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.about figure figcaption {
  max-width: 380px;
  margin: 25px auto 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  color: #faa932;
}
@media (max-width: 1440px) {
  .about figure figcaption {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .about figure figcaption {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 750px) {
  .about figure figcaption {
    position: relative;
    left: 20px;
    max-width: 265px;
    margin: 15px auto 0;
    padding-left: 50px;
  }
}
.about__descr {
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  color: #c4c4c4;
}
@media (max-width: 1440px) {
  .about__descr {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .about__descr {
    font-size: 16px;
    line-height: 19px;
  }
}
.about__quote {
  position: relative;
  width: 75%;
  padding: 20px 0;
  font-family: Philosopher, sans-serif;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  border-width: 1px 0;
  border-style: solid;
  border-color: #faa932;
}
@media (max-width: 1440px) {
  .about__quote {
    width: 100%;
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .about__quote {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 750px) {
  .about__quote {
    margin-top: 40px;
  }
}
.about__quote::before {
  content: url("../../img/quote.svg");
  position: absolute;
  top: 50%;
  left: -140px;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .about__quote::before {
    left: -110px;
  }
}
@media (max-width: 750px) {
  .about__quote::before {
    top: -130px;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.about__digits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.about__digit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about__digit:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .about__digit:first-child {
    margin-right: 15px;
  }
}
.about__number {
  margin-right: 5px;
  font-size: 100px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 750px) {
  .about__number {
    font-size: 70px;
    line-height: 50px;
  }
}
.about__name {
  font-family: Philosopher, sans-serif;
  font-size: 22px;
}
.about__city {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .about__city {
    margin-top: 0;
  }
}

.about-advantages {
  padding: 20px 0 70px;
  background: #000;
}
@media (max-width: 480px) {
  .about-advantages {
    padding: 20px 0 0;
  }
}
.about-advantages__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .about-advantages__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .about-advantages__title {
    height: 100px;
  }
}
.about-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.about-advantages__item {
  width: 31%;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .about-advantages__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .about-advantages__item {
    width: 100%;
  }
}
.about-advantages__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 65px;
}
.about-advantages__icon::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background: #faa932;
}
@media (max-width: 1440px) {
  .about-advantages__icon::before {
    bottom: -5px;
  }
}
.about-advantages__name {
  min-height: 44px;
  margin-top: 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1440px) {
  .about-advantages__name {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .about-advantages__name {
    min-height: auto;
  }
}
.about-advantages__descr {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #c4c4c4;
}
@media (max-width: 1440px) {
  .about-advantages__descr {
    margin-top: 5px;
  }
}

.about-team {
  overflow: hidden;
  padding-top: 67px;
  background: #000;
  color: #fff;
}
.about-team .list-counts-wrap {
  margin-top: 79px;
}

.about-info {
  padding: 50px 0 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  color: #c4c4c4;
  background: #000;
}
@media (max-width: 480px) {
  .about-info {
    padding: 0 0 30px;
    font-size: 16px;
    line-height: 19px;
  }
}
.about-info__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #fff;
}
@media (max-width: 480px) {
  .about-info__name {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    padding-top: 20px;
  }
}
.about-info__descr {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #c4c4c4;
}
@media (max-width: 480px) {
  .about-info__descr {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
  }
}

.list-counts-wrap {
  color: inherit;
}

.list-counts {
  margin: 0 -47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.list-counts__item {
  padding: 0 47px;
  margin-bottom: 80px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 33.333%;
}
.list-counts__count {
  font-size: 36px;
  line-height: 44px;
}
.list-counts__count span {
  font-size: 60px;
  line-height: 73px;
}
.list-counts__title {
  margin-top: 19px;
  border-top: 1px solid #FAA932;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #C4C4C4;
}

.about .list-counts-wrap {
  margin-top: 104px;
  color: #fff;
}

@media (max-width: 1300px) {
  .list-counts {
    margin: 0 -37px;
  }
  .list-counts__item {
    padding: 0 37px;
  }
}
@media (max-width: 1199px) {
  .list-counts__count {
    font-size: 28px;
    line-height: 40px;
  }

  .list-counts__count span {
    font-size: 55px;
    line-height: 63px;
  }

  .list-counts__title {
    margin-top: 14px;
    font-size: 16px;
    line-height: 20px;
    padding-top: 18px;
  }
}
@media (max-width: 1023px) {
  .about .list-counts-wrap {
    margin-top: 79px;
  }

  .list-counts__item {
    min-width: 50%;
    margin-bottom: 60px;
  }

  .list-counts {
    margin: 0 -37px;
  }
  .list-counts__item {
    padding: 0 37px;
  }
}
@media (max-width: 767px) {
  .list-counts__item {
    margin-bottom: 50px;
  }

  .list-counts__count {
    font-size: 24px;
    line-height: 30px;
  }

  .list-counts__count span {
    font-size: 48px;
    line-height: 58px;
  }

  .list-counts__title {
    margin-top: 12px;
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
  }

  .about .list-counts-wrap {
    margin-top: 55px;
  }

  .about-team .list-counts-wrap {
    margin-top: 41px;
  }

  .about-team .list-counts__item:last-child {
    margin-bottom: 28px;
  }
}
@media (max-width: 559px) {
  .list-counts__item {
    min-width: 100%;
  }
}
.to-partners-info {
  padding: 40px 0;
  background: #000;
}
@media (max-width: 480px) {
  .to-partners-info {
    padding: 50px 0;
  }
}
.to-partners-info__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1000px;
}
@media (max-width: 1440px) {
  .to-partners-info__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .to-partners-info__title {
    height: 100px;
  }
}
.to-partners-info__title span:first-child {
  display: block;
  font-weight: 300;
}
.to-partners-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.to-partners-info__video {
  width: 53%;
}
@media (max-width: 768px) {
  .to-partners-info__video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 40px;
  }
}
.to-partners-info__video .video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.to-partners-info__video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.to-partners-info__descr {
  width: 42%;
}
@media (max-width: 768px) {
  .to-partners-info__descr {
    width: 100%;
  }
}
.to-partners-info__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #c4c4c4;
}
.to-partners-info.active .to-partners-info__quote::before, .to-partners-info.active .to-partners-info__quote::after {
  width: 100%;
  height: 100%;
}
.to-partners-info.active .to-partners-info__quote::before {
  -webkit-transition: border-color 0s ease-out 0.6s, width 0.4s ease-out 0.6s, height 0.4s ease-out 1s;
  -o-transition: border-color 0s ease-out 0.6s, width 0.4s ease-out 0.6s, height 0.4s ease-out 1s;
  transition: border-color 0s ease-out 0.6s, width 0.4s ease-out 0.6s, height 0.4s ease-out 1s;
  border-top-color: #faa932;
  border-right-color: #faa932;
}
.to-partners-info.active .to-partners-info__quote::after {
  -webkit-transition: border-color 0s ease-out 1.4s, width 0.4s ease-out 1.4s, height 0.4s ease-out 1.8s;
  -o-transition: border-color 0s ease-out 1.4s, width 0.4s ease-out 1.4s, height 0.4s ease-out 1.8s;
  transition: border-color 0s ease-out 1.4s, width 0.4s ease-out 1.4s, height 0.4s ease-out 1.8s;
  border-bottom-color: #faa932;
  border-left-color: #faa932;
}
.to-partners-info__quote {
  position: relative;
  width: 100%;
  max-width: 330px;
  margin-top: 30px;
  padding: 30px 20px 35px 40px;
  font-family: Philosopher, sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
}
@media (max-width: 768px) {
  .to-partners-info__quote {
    margin: 30px auto 0;
  }
}
.to-partners-info__quote::before, .to-partners-info__quote::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.to-partners-info__quote::before {
  top: 0;
  left: 0;
}
.to-partners-info__quote::after {
  right: 0;
  bottom: 0;
}

.to-partners-advantages {
  background: #000;
}
@media (max-width: 1023px) {
  .to-partners-advantages {
    padding: 50px 0;
  }
}
.to-partners-advantages__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .to-partners-advantages__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .to-partners-advantages__title {
    height: 100px;
  }
}
.to-partners-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.to-partners-advantages__item {
  width: 31%;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .to-partners-advantages__item {
    width: 100%;
  }
}
.to-partners-advantages__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 65px;
}
.to-partners-advantages__icon::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background: #faa932;
}
.to-partners-advantages__descr {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #c4c4c4;
}

.to-partners-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 767px;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (max-width: 1440px) {
  .to-partners-steps {
    height: 540px;
  }
}
@media (max-width: 768px) {
  .to-partners-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    background: #000;
  }
  .to-partners-steps h2 {
    display: none;
  }
}
.to-partners-steps__top {
  display: none;
}
@media (max-width: 768px) {
  .to-partners-steps__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 250px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .to-partners-steps__top h2 {
    display: block;
  }
}
@media (max-width: 480px) {
  .to-partners-steps__top {
    height: 150px;
  }
}
.to-partners-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  counter-reset: steps;
}
@media (max-width: 768px) {
  .to-partners-steps__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.to-partners-steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  height: 270px;
  padding: 5px 70px 30px 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1200px) {
  .to-partners-steps__item {
    padding: 5px 30px 15px 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .to-partners-steps__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 15px 0;
    padding: 0;
    pointer-events: none;
    border: none;
  }
}
.to-partners-steps__item::before {
  content: counter(steps, decimal-leading-zero) ".";
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  counter-increment: steps;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #faa932;
}
@media (max-width: 768px) {
  .to-partners-steps__item::before {
    min-width: 75px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.to-partners-steps__item:hover {
  -webkit-transform: scale(1.05, 1.1);
      -ms-transform: scale(1.05, 1.1);
          transform: scale(1.05, 1.1);
  color: #000;
  background: #fff;
}
.to-partners-steps__item:hover::before {
  -webkit-text-fill-color: #faa932;
}

.portfolio {
  width: 100%;
  padding: 120px 80px;
  background: #000;
}
@media (max-width: 1200px) {
  .portfolio {
    padding: 120px 20px 20px;
  }
}
@media (max-width: 1023px) {
  .portfolio {
    padding: 120px 20px 60px;
  }
}
.portfolio__categories-btn {
  display: none;
  position: relative;
  width: 100%;
  height: 42px;
  text-align: center;
  border: 1px solid #faa932;
  color: #fff;
  line-height: 40px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .portfolio__categories-btn {
    display: block;
  }
}
.portfolio__categories-btn.active::after {
  top: 18px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.portfolio__categories-btn::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
  top: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .portfolio__categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  .portfolio__categories:not(.active) {
    display: none;
  }
}
.portfolio__categories button {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 0 20px 25px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  cursor: pointer;
  color: #c4c4c4;
  border: none;
  outline: none;
  background: none;
}
@media (max-width: 1440px) {
  .portfolio__categories button {
    font-size: 16px;
    margin: 0 12px 25px;
  }
}
@media (max-width: 768px) {
  .portfolio__categories button {
    font-size: 12px;
    margin: 0 5px 25px;
  }
}
@media (max-width: 480px) {
  .portfolio__categories button {
    font-size: 18px;
  }
}
.portfolio__categories button:hover {
  color: #fff;
}
.portfolio__categories button.active {
  pointer-events: none;
  color: #fff;
}
.portfolio__categories button.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #faa932;
}
.portfolio__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 520px;
  margin: 25px auto 0;
  max-width: 1740px;
  width: 100%;
}
@media (max-width: 1440px) {
  .portfolio__list {
    min-height: 420px;
  }
}
@media (max-width: 1024px) {
  .portfolio__list {
    min-height: 200px;
  }
}
.portfolio__list::after {
  content: "";
  display: block;
  width: 31%;
}

.project-info {
  padding: 50px 0;
  background: #000;
}
.project-info__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1050px;
}
@media (max-width: 1440px) {
  .project-info__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .project-info__title {
    height: 100px;
  }
}
.project-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-info__descr {
  width: 50%;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #c4c4c4;
}
@media (max-width: 768px) {
  .project-info__descr {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .project-info__descr {
    font-size: 16px;
    line-height: 20px;
  }
}
.project-info__descr strong {
  font-weight: 700;
}
.project-info__specifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 46%;
}
@media (max-width: 768px) {
  .project-info__specifications {
    width: 100%;
  }
}
.project-info__specification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #c4c4c4;
}
@media (max-width: 1440px) {
  .project-info__specification-item {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  .project-info__specification-item {
    font-size: 16px;
    line-height: 20px;
  }
}
.project-info__specification-item span:first-child {
  min-width: 180px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 480px) {
  .project-info__specification-item span:first-child {
    min-width: 140px;
  }
}
.project-info__specification-item:not(:last-child) {
  border-bottom: 1px solid #373535;
}

.project-gallery {
  background: #000;
}
@media (max-width: 480px) {
  .project-gallery {
    padding-bottom: 0;
  }
}
.project-gallery__slider.item2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-gallery__slider .swiper-slide {
  position: relative;
  display: block;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .project-gallery__slider .swiper-slide {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .project-gallery__slider .swiper-slide {
    height: 200px;
  }
}
.project-gallery__slider .swiper-slide img {
  display: block;
  height: inherit;
  max-width: 100vw;
  max-height: 60vh;
}
.project-gallery__slider .swiper-slide::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.78) url("../../img/zoom.svg") center no-repeat;
}
@media (max-width: 768px) {
  .project-gallery__slider .swiper-slide::after {
    width: 50px;
    height: 50px;
    -webkit-background-size: 25px 25px;
            background-size: 25px;
  }
}
.project-gallery__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto 0;
}
@media (max-width: 1023px) {
  .project-gallery__buttons {
    margin: 30px auto;
  }
}
.project-gallery__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 44px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
}
.project-gallery__btn svg path {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.project-gallery__btn:hover svg path {
  fill: #faa932;
}
.project-gallery__btn--next {
  border-left: none;
}

.project-others {
  padding: 80px 0;
  background: #000;
}
.project-others#boxercontainer {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .project-others#boxercontainer {
    -webkit-background-size: 100% 100%;
            background-size: 100%;
  }
}
@media (max-width: 480px) {
  .project-others {
    padding: 0 0 50px;
  }
}
.project-others__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
}
@media (max-width: 1440px) {
  .project-others__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .project-others__title {
    height: 100px;
  }
}
.project-others__title .text-img {
  overflow: visible;
}
.project-others__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 50px auto 0;
  padding: 0 70px 0 110px;
}
@media (max-width: 1440px) {
  .project-others__list {
    padding: 0 70px 0;
  }
}
@media (max-width: 1200px) {
  .project-others__list {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .project-others__list {
    margin: 20px auto 0;
  }
}

.news {
  padding: 120px 0 100px;
  background: #000;
}
@media (max-width: 1440px) {
  .news {
    padding: 100px 0;
  }
}
@media (max-width: 1023px) {
  .news {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .news_module {
    padding: 50px 0 80px !important;
  }
}
@media (max-width: 480px) {
  .news {
    padding: 115px 0 80px;
  }
}
.news__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .news__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .news__title {
    height: 100px;
  }
}
@media (min-width: 539px) and (max-width: 768px) {
  .news__title {
    margin-top: 60px;
  }
}
.news__container {
  width: 100%;
  max-width: 1920px;
  margin-top: 50px;
  padding: 0 120px;
}
@media (max-width: 1200px) {
  .news__container {
    padding: 0 15px;
  }
}
.news__container .btn-more {
  margin-top: 50px;
}
.news__list {
  position: relative;
  width: 100%;
}

.news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  border: 1px solid #373535;
}
.news-item::after, .news-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 90%;
  height: 1px;
  margin-left: -45%;
  background: #faa932;
}
.news-item::after {
  z-index: 2;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  background: #000;
}
.news-item.visible .news-item__img img {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.news-item.visible:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.news-item.visible:hover .news-item__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-item__img {
  display: block;
  overflow: hidden;
}
.news-item__img img {
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 1.5s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transform: translateY(115%) scale(1.2);
      -ms-transform: translateY(115%) scale(1.2);
          transform: translateY(115%) scale(1.2);
}
.news-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 10px 25px 20px;
  background: #fff;
}
.news-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
}
.news-item__descr {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #505b5b;
}
.news-item__link {
  margin-top: 30px;
  font-family: Philosopher, sans-serif;
  font-size: 20px;
  color: #faa932;
}

.news-inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 60px 15px 100px;
}
@media (max-width: 480px) {
  .news-inner {
    padding: 20px 15px 50px;
  }
}
.news-inner p {
  margin: 40px 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  color: #373535;
}
@media (max-width: 480px) {
  .news-inner p {
    margin: 30px 0;
    font-size: 20px;
    line-height: 25px;
  }
}
.news-inner p strong {
  font-weight: 700;
  color: #000;
}
.news-inner h3 {
  margin: 40px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 480px) {
  .news-inner h3 {
    margin: 30px 0;
  }
}
.news-inner blockquote {
  margin: 40px 0 50px;
}
@media (max-width: 480px) {
  .news-inner blockquote {
    margin: 30px 0 40px;
  }
}
.news-inner blockquote div {
  position: relative;
  border-top: 1px solid #faa932;
  border-bottom: 1px solid #faa932;
}
.news-inner blockquote div::before {
  content: url("../../img/quote-black.svg");
  position: absolute;
  top: 50%;
  left: -130px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .news-inner blockquote div::before {
    content: "";
  }
}
.news-inner blockquote p {
  margin: 25px 0;
  font-family: Philosopher, sans-serif;
  font-size: 24px;
  line-height: 27px;
}
@media (max-width: 480px) {
  .news-inner blockquote p {
    font-size: 20px;
    line-height: 25px;
  }
}
.news-inner blockquote footer {
  max-width: 380px;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #000;
}
@media (max-width: 480px) {
  .news-inner blockquote footer {
    font-size: 20px;
    line-height: 25px;
  }
}
.news-inner figure {
  margin: 40px 0 50px;
}
@media (max-width: 480px) {
  .news-inner figure {
    margin: 30px 0 40px;
  }
}
.news-inner figure img {
  display: block;
  width: 100%;
  height: auto;
}
.news-inner figure figcaption {
  margin-top: 10px;
  font-family: Philosopher, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #858789;
}
.news-inner figure figcaption a {
  text-decoration: underline;
  color: #faa932;
}
.news-inner figure figcaption a:hover {
  text-decoration: none;
}
.news-inner ul li {
  position: relative;
  padding-left: 80px;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  color: #373535;
}
@media (max-width: 480px) {
  .news-inner ul li {
    padding-left: 40px;
    font-size: 20px;
    line-height: 25px;
  }
}
.news-inner ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #faa932;
}
.news-inner ul li:not(:last-child) {
  margin-bottom: 30px;
}
.news-inner ol {
  padding: 0;
  list-style: none;
  counter-reset: list-count;
}
.news-inner ol li {
  position: relative;
  padding-left: 80px;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  counter-increment: list-count;
  color: #373535;
}
@media (max-width: 480px) {
  .news-inner ol li {
    padding-left: 40px;
    font-size: 20px;
    line-height: 25px;
  }
}
.news-inner ol li::before {
  content: counter(list-count) ".";
  position: absolute;
  top: 2px;
  left: 5px;
  font-family: Philosopher, sans-serif;
  font-size: 20px;
  color: #000;
}
.news-inner ol li:not(:last-child) {
  margin-bottom: 30px;
}

.discounts {
  padding: 120px 0 100px;
  background: #000;
}
@media (max-width: 1440px) {
  .discounts {
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .discounts {
    padding: 80px 0;
  }
}
.discounts__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .discounts__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .discounts__title {
    height: 100px;
  }
}
.discounts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 820px;
  margin: 50px auto 0;
}
@media (max-width: 480px) {
  .discounts__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto 0;
  }
}

.discounts-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 380px;
  margin: 0 15px 30px;
}
.discounts-item:hover .discounts-item__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.discounts-item__img {
  display: block;
  overflow: hidden;
}
.discounts-item__img img {
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 1.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 1.5s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 1.5s cubic-bezier(0.5, 0, 0, 1);
}
.discounts-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 10px 25px 20px;
  background: #fff;
}
.discounts-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
}
.discounts-item__descr {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #505b5b;
}
.discounts-item__link {
  margin-top: 30px;
  font-family: Philosopher, sans-serif;
  font-size: 20px;
  color: #faa932;
}

.catalog-about {
  padding: 70px 0 0;
  background: #fff;
  
  
}
@media (max-width: 480px) {
  .catalog-about {
    padding: 20px 0 0;
  }
}
.catalog-about__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .catalog-about__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .catalog-about__title {
    height: 100px;
  }
}
.catalog-about__title h2 {
  color: #373535;
}
.catalog-about.in-view .hide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .catalog-about.in-view .hide {
    margin-top: 0;
  }
}
.catalog-about.in-view .hide img {
  margin-top: 5px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .catalog-about.in-view .hide img {
    display: none;
  }
}
.catalog-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.catalog-about__item {
  width: 31%;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .catalog-about__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .catalog-about__item {
    width: 100%;
  }
}
.catalog-about__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 65px;
}
.catalog-about__icon::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background: #faa932;
}
@media (max-width: 1440px) {
  .catalog-about__icon::before {
    bottom: -5px;
  }
}
.catalog-about__name {
  min-height: 44px;
  margin-top: 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1440px) {
  .catalog-about__name {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .catalog-about__name {
    min-height: auto;
  }
}
.catalog-about__descr {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #505b5b;
}
@media (max-width: 1440px) {
  .catalog-about__descr {
    margin-top: 5px;
  }
}

.catalog-projects {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 480px) {
  .catalog-projects {
    padding: 0 0 50px;
  }
}
.catalog-projects__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .catalog-projects__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .catalog-projects__title {
    height: 100px;
  }
}
.catalog-projects__title h2 {
  color: #373535;
}
.catalog-projects__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 1920px;
  margin: 50px auto 0;
  padding: 0 70px 0 110px;
}
@media (max-width: 1440px) {
  .catalog-projects__list {
    padding: 0 70px 0;
  }
}
@media (max-width: 1200px) {
  .catalog-projects__list {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .catalog-projects__list {
    margin: 20px auto 0;
  }
}
.catalog-projects .project-item__text {
  font-weight: 300;
  color: #c4c4c4;
}
.catalog-projects .project-item__img::after {
  background-color: rgba(0, 0, 0, 0.75);
}
.catalog-projects .project-item__category, .catalog-projects .project-item__name {
  color: #000;
}
.catalog-projects .btn-more::before {
  background: #fff;
}

.catalog-calc {
  padding: 60px 0;
  background: #F4F5F6;
}
@media (max-width: 1440px) {
  .catalog-calc {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .catalog-calc {
    padding: 20px 0;
  }
}
@media (max-width: 340px) {
  .catalog-calc {
    padding: 13px 0;
  }
}
.catalog-calc__wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px 0 90px;
}
@media (max-width: 1440px) {
  .catalog-calc__wrap {
    padding: 0 30px 0 70px;
  }
}
@media (max-width: 1200px) {
  .catalog-calc__wrap {
    padding: 0 15px;
  }
}
.catalog-calc__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .catalog-calc__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog-calc__title {
  font-size: 35px;
  text-align: left;
  color: #000;
}
@media (max-width: 480px) {
  .catalog-calc__title {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .catalog-calc__title {
    font-size: 23px;
  }
}
@media (max-width: 350px) {
  .catalog-calc__title {
    font-size: 21px;
  }
}
.catalog-calc__subtitle {
  font-size: 22px;
  color: #858789;
}
@media (max-width: 1440px) {
  .catalog-calc__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .catalog-calc__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .catalog-calc__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .catalog-calc__subtitle {
    font-size: 13px;
  }
}
.catalog-calc__step {
  font-size: 80px;
  font-weight: 900;
  color: #c4c4c4;
}
@media (max-width: 1440px) {
  .catalog-calc__step {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .catalog-calc__step {
    margin-top: 10px;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .catalog-calc__step {
    font-size: 55px;
  }
}
@media (max-width: 375px) {
  .catalog-calc__step {
    margin-top: 0;
    font-size: 45px;
  }
}
.catalog-calc__progress {
  position: relative;
  width: 100%;
  height: 2px;
  background: #c4c4c4;
}
.catalog-calc__progress span {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  height: 4px;
  background: #faa932;
}
.catalog-calc .thank-you h2 {
  color: #000;
}
.catalog-calc .form-calc {
  margin-top: 40px;
}
@media (max-width: 375px) {
  .catalog-calc .form-calc {
    margin-top: 30px;
  }
}
@media (max-width: 350px) {
  .catalog-calc .form-calc {
    margin-top: 20px;
  }
}
.catalog-calc .form-calc__step {
  display: none;
}
.catalog-calc .form-calc__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .catalog-calc .form-calc__title {
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  .catalog-calc .form-calc__title {
    font-size: 12px;
  }
}
.catalog-calc .form-calc__subtitle {
  max-width: 440px;
  margin: 15px auto 50px;
  font-size: 22px;
  color: #858789;
}
@media (max-width: 1440px) {
  .catalog-calc .form-calc__subtitle {
    margin: 15px auto 30px;
  }
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__subtitle {
    font-size: 17px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .catalog-calc .form-calc__subtitle {
    margin: 10px auto 10px;
  }
}
.catalog-calc .form-calc__radio-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .catalog-calc .form-calc__radio-img {
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .catalog-calc .form-calc__radio-img {
    margin-top: 15px;
  }
}
@media (max-width: 350px) {
  .catalog-calc .form-calc__radio-img {
    margin-top: 10px;
  }
}
.catalog-calc .form-calc__radio-img--col-3 li {
  width: 33.3333333333%;
}
@media (max-width: 1440px) {
  .catalog-calc .form-calc__radio-img--col-3 li img {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__radio-img--col-3 li {
    width: 50%;
  }
  .catalog-calc .form-calc__radio-img--col-3 li img {
    height: auto;
  }
}
.catalog-calc .form-calc__radio-img--col-4 li {
  width: 25%;
}
@media (max-width: 768px) {
  .catalog-calc .form-calc__radio-img--col-4 li {
    width: 50%;
  }
}
.catalog-calc .form-calc__radio-img--col-6 li {
  width: 16.6666666667%;
}
@media (max-width: 768px) {
  .catalog-calc .form-calc__radio-img--col-6 li {
    width: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__radio-img--col-6 li {
    width: 33%;
  }
}
.catalog-calc .form-calc__radio-img li {
  margin-bottom: 30px;
  padding: 0 7px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1200px) {
  .catalog-calc .form-calc__radio-img li {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__radio-img li {
    font-size: 14px;
    margin-bottom: 11px;
  }
}
@media (max-width: 375px) {
  .catalog-calc .form-calc__radio-img li {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .catalog-calc .form-calc__radio-img li {
    font-size: 11px;
  }
}
.catalog-calc .form-calc__radio-img .img-wrap {
  margin-bottom: 10px;
}
@media (max-width: 375px) {
  .catalog-calc .form-calc__radio-img .img-wrap {
    margin-bottom: 5px;
  }
}
.catalog-calc .form-calc__radio-img .img-wrap img {
  display: block;
  max-width: 100%;
}
.catalog-calc .form-calc__radio-img [type=radio]:checked,
.catalog-calc .form-calc__radio-img [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.catalog-calc .form-calc__radio-img [type=radio]:not(:checked) + label {
  display: block;
  cursor: pointer;
}
.catalog-calc .form-calc__radio-img [type=radio]:not(:checked) + label .img-wrap {
  border: 2px solid transparent;
}
.catalog-calc .form-calc__radio-img [type=radio]:checked + label {
  display: block;
  cursor: pointer;
}
.catalog-calc .form-calc__radio-img [type=radio]:checked + label .img-wrap {
  position: relative;
  border: 2px solid #faa932;
}
.catalog-calc .form-calc__radio-img [type=radio]:checked + label .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
}
.catalog-calc .form-calc__radio-img [type=radio]:checked + label .img-wrap::before {
  content: url("../../img/check.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #faa932;
}
@media (max-width: 350px) {
  .catalog-calc .form-calc__radio-img [type=radio]:checked + label .img-wrap::before {
    width: 30px;
    height: 30px;
  }
}
.catalog-calc .form-calc__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 300px;
  font-size: 25px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 1440px) {
  .catalog-calc .form-calc__radio {
    height: 275px;
  }
}
@media (max-width: 1200px) {
  .catalog-calc .form-calc__radio {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-calc .form-calc__radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 375px) {
  .catalog-calc .form-calc__radio {
    height: 220px;
    padding: 20px 0;
    font-size: 17px;
  }
}
.catalog-calc .form-calc__radio li {
  max-width: 220px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .catalog-calc .form-calc__radio li {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .catalog-calc .form-calc__radio li {
    font-size: 15px;
    height: 47px;
  }
}
@media (max-width: 767px) {
  .catalog-calc .form-calc__radio--length li {
    width: 20%;
    text-align: center;
  }
}
.catalog-calc .form-calc__radio--length [type=radio]:checked + label,
.catalog-calc .form-calc__radio--length [type=radio]:not(:checked) + label {
  width: 52px;
  padding-top: 65px;
  padding-left: 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  .catalog-calc .form-calc__radio--length [type=radio]:checked + label,
.catalog-calc .form-calc__radio--length [type=radio]:not(:checked) + label {
    width: 42px;
    padding-top: 55px;
  }
}
.catalog-calc .form-calc__radio [type=radio]:checked,
.catalog-calc .form-calc__radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.catalog-calc .form-calc__radio [type=radio]:checked + label,
.catalog-calc .form-calc__radio [type=radio]:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  cursor: pointer;
}
@media (max-width: 375px) {
  .catalog-calc .form-calc__radio [type=radio]:checked + label,
.catalog-calc .form-calc__radio [type=radio]:not(:checked) + label {
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .catalog-calc .form-calc__radio [type=radio]:checked + label:nth-of-type(1),
.catalog-calc .form-calc__radio [type=radio]:not(:checked) + label:nth-of-type(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.catalog-calc .form-calc__radio [type=radio]:checked + label:before,
.catalog-calc .form-calc__radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  background: #fff;
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__radio [type=radio]:checked + label:before,
.catalog-calc .form-calc__radio [type=radio]:not(:checked) + label:before {
    width: 40px;
    height: 40px;
  }
}
.catalog-calc .form-calc__radio [type=radio]:checked + label:after,
.catalog-calc .form-calc__radio [type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #faa932 url("../../img/check.svg") center no-repeat;
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__radio [type=radio]:checked + label:after,
.catalog-calc .form-calc__radio [type=radio]:not(:checked) + label:after {
    width: 40px;
    height: 40px;
  }
}
.catalog-calc .form-calc__radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
}
.catalog-calc .form-calc__radio [type=radio]:checked + label:after {
  opacity: 1;
}
.catalog-calc .form-calc__range {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
}
@media (max-width: 1440px) {
  .catalog-calc .form-calc__range {
    height: 275px;
  }
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__range {
    height: 200px;
  }
}
.catalog-calc .form-calc__range input[type=range] {
  width: 100%;
  height: 4px;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: -webkit-linear-gradient(#000, #000);
  background-image: -o-linear-gradient(#000, #000);
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  -webkit-background-size: 0 100%;
          background-size: 0 100%;
  -webkit-appearance: none;
}
.catalog-calc .form-calc__range input[type=range]::-webkit-slider-runnable-track {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}
.catalog-calc .form-calc__range input[type=range]::-moz-range-track {
  border: none;
  background: transparent;
  box-shadow: none;
}
.catalog-calc .form-calc__range input[type=range]::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}
.catalog-calc .form-calc__range input[type=range]::-moz-range-thumb {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 0;
  border-radius: 100%;
  background: #000;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.catalog-calc .form-calc__range input[type=range]::-webkit-slider-thumb:active {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
}
.catalog-calc .form-calc__range input[type=range]::-moz-range-thumb:active {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
}
.catalog-calc .form-calc__range-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 0 20px;
  font-size: 25px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__range-values {
    padding: 0;
  }
}
.catalog-calc .form-calc__range .range-rail {
  position: relative;
  height: 65px;
  margin: 0 65px 25px;
}
.catalog-calc .form-calc__range .range-rail__value {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 65px;
  font-size: 25px;
  font-weight: 300;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.catalog-calc .form-calc__last-form {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.catalog-calc .form-calc__last-form input {
  color: #000;
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__last-form input {
    font-size: 17px;
  }
}
.catalog-calc .form-calc__last-form input::-webkit-input-placeholder {
  color: #000;
}
.catalog-calc .form-calc__last-form input::-moz-placeholder {
  color: #000;
}
.catalog-calc .form-calc__last-form input::-ms-input-placeholder {
  color: #000;
}
.catalog-calc .form-calc__last-form input::placeholder {
  color: #000;
}
.catalog-calc .form-calc__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .catalog-calc .form-calc__buttons {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .catalog-calc .form-calc__buttons {
    margin-top: 0;
  }
}
.catalog-calc .form-calc__buttons button {
  width: 160px;
  height: 50px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: #000;
  border: none;
  outline: none;
}
@media (max-width: 375px) {
  .catalog-calc .form-calc__buttons button {
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .catalog-calc .form-calc__buttons button {
    width: 140px;
    height: 35px;
    font-size: 15px;
  }
}
.catalog-calc .form-calc__buttons button.prev {
  margin-right: auto;
}
.catalog-calc .form-calc__buttons button.prev span {
  margin-left: 10px;
}
.catalog-calc .form-calc__buttons button.next {
  margin-left: auto;
  color: #fff;
  background: #faa932;
}
.catalog-calc .form-calc__buttons button.next span {
  margin-right: 10px;
}

@media (max-width: 480px) {
  .last-button {
    height: 50px;
    margin-bottom: 25px;
    font-size: 17px;
  }
}

.catalog-reviews .reviews {
  background: #fff;
}
.catalog-reviews .reviews__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .catalog-reviews .reviews__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .catalog-reviews .reviews__title {
    height: 100px;
  }
}
.catalog-reviews .reviews__title h2 {
  color: #373535;
}
.catalog-reviews .reviews__author {
  color: #000;
}
.catalog-reviews .reviews__btn {
  background: #000;
}
.catalog-reviews .btn-hide::before,
.catalog-reviews .btn-more::before {
  background: #fff;
}

.catalog-seo {
  padding: 30px 0 100px;
}
@media (max-width: 480px) {
  .catalog-seo {
    padding: 0 0 20px;
  }
}
.catalog-seo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-seo__col {
  width: 31%;
}
@media (max-width: 768px) {
  .catalog-seo__col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.catalog-seo__col-2 {
  width: 64%;
  font-size: 17px;
  line-height: 21px;
  color: #505b5b;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.catalog-seo__col-2 p {
  margin-top: 0;
}
@media (max-width: 480px) {
  .catalog-seo__col-2 p {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .catalog-seo__col-2 {
    width: 100%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.catalog-seo__title {
  margin-top: 10px;
  font-size: 35px;
  text-align: left;
  color: #373535;
}
.catalog-seo__subtitle {
  font-family: Philosopher, sans-serif;
  font-size: 20px;
  color: #505b5b;
}

.catalog-discounts {
  padding: 50px 0;
  background: #F4F5F6;
}
.catalog-discounts__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .catalog-discounts__title {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .catalog-discounts__title {
    height: 100px;
  }
}
.catalog-discounts__title h2 {
  color: #373535;
}
.catalog-discounts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 820px;
  margin: 50px auto 0;
}
@media (max-width: 480px) {
  .catalog-discounts__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto 0;
  }
}

.complex-video .hero {
  position: relative;
}
.complex-video .hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.section-dark,
.catalog-projects.section-dark,
.catalog-calc.section-dark {
  background: #000;
  color: #fff;
}

.catalog-projects .btn-more::before {
  background: #000;
}

.catalog-calc.section-dark {
  background: #181818;
}

.catalog-projects.section-dark .project-item__category,
.catalog-projects.section-dark .project-item__name,
.catalog-projects.section-dark .catalog-projects__title h2,
.catalog-calc.section-dark .form-calc__radio-img li,
.catalog-calc.section-dark .form-calc__radio,
.catalog-calc.section-dark .form-calc__title,
.catalog-calc.section-dark .form-calc__range-values,
.catalog-calc.section-dark .form-calc__last-form input,
.catalog-calc.section-dark .thank-you h2,
.catalog-calc.section-dark .catalog-calc__title {
  color: #FFFFFF;
}

.catalog-projects.section-dark h2,
.catalog-calc.section-dark h2 {
  font-weight: 700;
}

.catalog-calc.section-dark .form-calc__range input[type=range] {
  background: #fff;
}

.catalog-calc.section-dark .form-calc__last-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.catalog-calc.section-dark .form-calc__last-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.catalog-calc.section-dark .form-calc__last-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.catalog-calc.section-dark .form-calc__last-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.section-how-buy {
  padding: 145px 0 20px;
  overflow: hidden;
}
.section-how-buy h2 {
  font-weight: 700;
  font-size: 35px;
}

.text-img-text {
  font-weight: 600;
  font-size: 215px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #181818;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-how-buy__decor,
.designers__decor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 780px;
}

.how-buy {
  margin: 70px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.how-buy__item {
  padding: 40px;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(rgba(24, 24, 24, 0)));
  background: -webkit-linear-gradient(top, #181818 0%, rgba(24, 24, 24, 0) 100%);
  background: -o-linear-gradient(top, #181818 0%, rgba(24, 24, 24, 0) 100%);
  background: linear-gradient(180deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.how-buy__item:nth-child(2) .how-buy__list li {
  margin-bottom: 16px;
}
.how-buy__title {
  font-weight: 600;
  font-size: 50px;
  padding-bottom: 13px;
  line-height: 61px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.how-buy__list {
  margin-top: 40px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.how-buy__list ul {
  list-style: none;
  position: relative;
}
.how-buy__list li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 20px;
}
.how-buy__list li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 7px;
  background: #000;
  border: 1px solid #FAA932;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 1;
}
.how-buy__list li:after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
  top: 6px;
  bottom: -27px;
  z-index: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
}
.how-buy__list li:last-child:after {
  display: none;
}
.how-buy__list li:empty {
  display: none;
}
.how-buy__btn {
  margin-top: 14px;
}
.how-buy__btn .btn {
  width: auto;
  padding: 0px 52px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 0;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  min-width: 300px;
}

.btn-2 {
  background: transparent;
  color: #FAA932;
}
.btn-2::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.btn-2::after {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-2:hover {
  color: #fff;
}
.btn-2:hover::before {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.btn-2:hover::after {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.section-designers {
  padding: 117px 0 99px;
  background: #000;
  color: #fff;
}
.section-designers h2 {
  font-weight: 700;
  font-size: 35px;
  color: inherit;
}
.section-designers.js-light {
  background: #fff;
  color: #373535;
}

.designers__container {
  width: 100%;
  max-width: 1815px;
  margin: 0 auto;
  padding: 0 20px;
}

.designers__decor {
  max-width: 1128px;
}

.designers {
  margin: 54px -10px 0;
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.designers__item {
  width: 33.333%;
  padding: 0 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.designers__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.designers__img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.designers__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.designers__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.designers__title a {
  color: inherit;
}
.designers__description {
  margin-top: 9px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
.designers__btn {
  margin-top: 20px;
}
.designers__btn .btn {
  width: auto;
  padding: 0px 52px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 0;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  min-width: 280px;
}
.designers .reviews__btn {
  width: 68px;
}
.designers .swiper-slide {
  height: auto;
}

.designer-info {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-dark {
  color: #fff;
}
.section-dark .text-img-text {
  color: #181818;
}

.js-light .text-img-text {
  color: #F4F5F6;
}
.js-light .reviews__btn {
  border-color: #BDBDBD;
}
.js-light .reviews__btn:hover svg path {
  fill: #FAA932;
}
.js-light .reviews__btn svg path {
  fill: #000;
}

@media (max-width: 1440px) {
  .section-how-buy__decor {
    height: 140px;
  }

  .text-img-text {
    font-size: 15vw;
  }
}
@media (max-width: 1199px) {
  .how-buy__btn .btn {
    padding: 0 30px;
  }

  .how-buy__title {
    font-size: 48px;
    padding-bottom: 11px;
    line-height: 58px;
  }

  .section-how-buy__decor,
.designers__decor {
    height: 140px;
  }

  .text-img-text {
    font-size: 16vw;
    top: 2%;
  }
}
@media (max-width: 1023px) {
  .how-buy__item {
    padding: 20px;
  }

  .how-buy__title {
    font-size: 40px;
    line-height: 48px;
  }

  .how-buy__list {
    font-size: 16px;
    margin-top: 29px;
  }

  .designers__description {
    font-size: 18px;
    line-height: 22px;
  }

  .section-how-buy {
    padding: 119px 0 20px;
  }

  .section-designers {
    padding: 83px 0 69px;
  }

  .how-buy__btn .btn {
    padding: 0 18px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .designers .reviews__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .how-buy {
    display: block;
    margin: 40px 0 0;
  }
  .how-buy__item {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 40px;
  }
  .how-buy__item:last-child {
    margin-bottom: 0;
  }

  .designers__item {
    width: 33.333%;
    padding: 0 10px 30px;
  }

  .designers__btn .btn {
    width: 100%;
  }

  .section-how-buy {
    padding: 98px 0 0;
  }

  .section-how-buy__decor,
.designers__decor {
    height: 110px;
  }

  .section-designers {
    padding: 53px 0 49px;
  }

  .designers {
    margin-top: 10px;
  }

  .how-buy__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .section-designers h2 {
    font-size: 25px;
  }
}
@media (max-width: 374px) {
  .how-buy__btn .btn {
    min-width: 200px;
    width: 100%;
  }
}
.site-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 0 15px;
  background: #000;
}
.site-error__text {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.site-error__img {
  display: block;
  max-width: 100%;
}
.site-error__btn {
  max-width: 310px;
  height: 50px;
  margin-top: 30px;
  line-height: 50px;
  text-align: center;
}
.instagram{
  display: none !important;
}