@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! nouislider - 12.1.0 - 10/25/2018 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .slick-lightbox .slick-arrow {
    top: 50%; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev {
  left: 15px; }

.slick-lightbox .slick-next {
  right: 15px; }

.slick-lightbox-hide {
  opacity: 0; }

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  line-height: 0;
  cursor: pointer;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #6F45E0;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 900;
  transition: .3s; }

.slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×"; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/js/libs/images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/js/libs/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/js/libs/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/icon/icon-close-white.svg) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.btn {
  border: 4px solid #9C9D9D;
  background: transparent;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  color: #1F1B20;
  font-family: inherit;
  transition: .2s;
  text-transform: uppercase; }
  .btn:hover {
    background: #9C9D9D;
    color: #fff; }
  .btn:active {
    background: #4D4D4D;
    border-color: #4D4D4D; }

label {
  cursor: pointer; }
  label [type="checkbox"], label [type="radio"] {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute; }
  label [type="checkbox"]:checked + i:after {
    opacity: 1; }
  label [type="checkbox"] + i {
    background: #FFFFFF;
    border: 2px solid #1F1B20;
    display: inline-flex;
    margin-right: 8px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -1px; }
    label [type="checkbox"] + i:after {
      content: '';
      display: block;
      background: #1F1B20;
      width: 8px;
      height: 8px;
      opacity: 0;
      transition: .2s; }
  label [type="radio"]:checked + i {
    opacity: 1;
    background: #1F1B20; }
  label [type="radio"] + i {
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #00B3FF;
    display: inline-flex;
    margin-right: 8px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    position: relative; }

a {
  text-decoration: none;
  color: #1F1B20; }
  a.hover-decoration:hover {
    text-decoration: underline; }

.page-title {
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 16px;
  font-weight: normal; }
  .page-title.with-line:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #9C9D9D;
    margin-top: 20px; }

.page-top-img {
  height: 552px;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 49px; }
  .page-top-img:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent); }
  .page-top-img:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 208px 160px;
    border-color: transparent transparent #ffffff transparent;
    bottom: 0;
    right: 0;
    z-index: 2; }

.page-with-top-image {
  margin-top: -100px; }

.breadcrumbs-wr {
  margin-bottom: 11px; }
  .breadcrumbs-wr .breadcrumbs {
    display: flex; }
    .breadcrumbs-wr .breadcrumbs li {
      display: flex;
      align-items: center; }
    .breadcrumbs-wr .breadcrumbs a {
      font-size: 14px;
      line-height: 16px;
      color: #9C9D9D; }
      .breadcrumbs-wr .breadcrumbs a:hover {
        text-decoration: underline; }

#wait {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: wait;
  z-index: 100000;
  transition: .5s;
  background: rgba(0, 0, 0, 0.3); }
  #wait .lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px; }
  #wait .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite; }
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media screen and (max-width: 1023px) {
  .page-title {
    font-size: 36px;
    line-height: 120%; }
    .page-title.with-line:after {
      margin-top: 13px; }

  .page-top-img {
    height: 444px;
    margin-bottom: 41px; }
    .page-top-img:before {
      border-width: 0 0 113px 156px; } }
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 12px; }
    .page-title.with-line:after {
      width: 40px; }

  .page-top-img {
    height: 272px; }
    .page-top-img:before {
      display: none; } }
html, body {
  height: 100%; }

* {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

#page-wrapper {
  min-height: 100%; }
  #page-wrapper #page-wrapper2 {
    padding-bottom: 174px; }

body {
  color: #1F1B20;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: Roboto, 'sans-serif';
  font-size: 16px; }
  body a {
    text-decoration: none;
    color: #202020; }

.container {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  padding: 0 18px; }

@media screen and (max-width: 1240px) {
  .container {
    width: 1024px;
    padding: 0 40px; } }
@media screen and (max-width: 1023px) {
  #page-wrapper {
    min-height: auto; }
    #page-wrapper #page-wrapper2 {
      padding-bottom: 0; }

  .container {
    width: 768px;
    padding: 0 32px; } }
@media screen and (max-width: 767px) {
  body.mobile-menu-opened main, body.mobile-menu-opened footer {
    display: none; }
  body.mobile-menu-opened .mobile-menu-block {
    display: block; }

  .container {
    width: 100%;
    padding: 0 20px; } }
.index-page {
  padding-bottom: 80px; }
  .index-page .top-slider {
    margin-bottom: 31px; }
    .index-page .top-slider .slides {
      margin-bottom: 0; }
    .index-page .top-slider .slide {
      height: 777px;
      position: relative;
      background-position: center;
      background-size: cover;
      margin-bottom: 49px; }
      .index-page .top-slider .slide:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent); }
      .index-page .top-slider .slide:before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 208px 160px;
        border-color: transparent transparent #ffffff transparent;
        bottom: 0;
        right: 0;
        z-index: 2; }
      .index-page .top-slider .slide .container {
        height: 100%; }
        .index-page .top-slider .slide .container .subtitle {
          font-size: 14px;
          line-height: 131%;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #4D4D4D;
          margin-bottom: 19px; }
    .index-page .top-slider .controls {
      position: absolute;
      z-index: 2;
      background: #fff;
      height: 56px;
      align-items: center;
      display: flex;
      width: 510px;
      bottom: 49px;
      left: 0;
      padding: 0 3px 0 52px;
      justify-content: space-between; }
      .index-page .top-slider .controls .dots {
        display: flex; }
        .index-page .top-slider .controls .dots li {
          width: 48px;
          height: 1px;
          background: #D8D8D8; }
          .index-page .top-slider .controls .dots li.slick-active {
            height: 3px;
            background: #1F1B20; }
          .index-page .top-slider .controls .dots li:not(:last-child) {
            margin-right: 11px; }
          .index-page .top-slider .controls .dots li button {
            display: none; }
  .index-page .all-projects-wr {
    text-align: center;
    margin: 40px 0 100px; }
    .index-page .all-projects-wr .btn {
      width: 244px; }
  .index-page .nums-block {
    display: flex;
    margin-bottom: 100px;
    flex-wrap: wrap; }
    .index-page .nums-block li {
      width: 33.333%;
      text-align: center; }
      .index-page .nums-block li .num {
        margin-bottom: 16px;
        font-weight: 900;
        font-size: 64px;
        line-height: 101%;
        color: #000000;
        display: flex;
        align-items: flex-start;
        justify-content: center; }
        .index-page .nums-block li .num .d {
          font-size: 18px;
          line-height: 140%;
          color: #9C9D9D;
          font-weight: normal;
          margin-left: 6px; }
          .index-page .nums-block li .num .d span {
            vertical-align: super; }
      .index-page .nums-block li .t {
        font-size: 16px;
        line-height: 140%;
        color: #4D4D4D; }
  .index-page .about-block {
    display: flex; }
    .index-page .about-block .pic {
      width: 510px;
      margin-right: 63px;
      background-position: center;
      background-size: cover; }
    .index-page .about-block .content {
      width: 571px; }
      .index-page .about-block .content .title {
        font-size: 40px;
        line-height: 110%;
        color: #000000;
        margin-bottom: 20px; }
      .index-page .about-block .content .lead-text {
        font-size: 20px;
        line-height: 180%;
        margin-bottom: 28px; }
      .index-page .about-block .content p {
        font-size: 16px;
        line-height: 180%;
        color: #4D4D4D; }
  @media screen and (max-width: 1240px) {
    .index-page .top-slider .slide {
      height: 660px; }
    .index-page .top-slider .controls {
      width: 496px; }
    .index-page .nums-block {
      justify-content: center;
      margin-bottom: 40px; }
      .index-page .nums-block li {
        width: 259px;
        margin: 0 27px 30px; }
    .index-page .about-block .pic {
      width: 375px; }
    .index-page .about-block .content {
      width: 536px; } }
  @media screen and (max-width: 1023px) {
    .index-page .top-slider {
      margin-bottom: 58px; }
      .index-page .top-slider .slide {
        height: 532px; }
        .index-page .top-slider .slide:before {
          border-width: 0 0 113px 157px; }
        .index-page .top-slider .slide .content-in-pic {
          padding: 40px 23px 0 33px;
          width: 371px;
          bottom: -45px; }
      .index-page .top-slider .controls {
        width: 100%;
        bottom: 0;
        height: 0; }
        .index-page .top-slider .controls .dots-wr {
          position: absolute;
          left: 422px;
          bottom: 18px; }
        .index-page .top-slider .controls .slider-arrows {
          position: absolute;
          right: -5px;
          bottom: 43px; }
    .index-page .all-projects-wr {
      margin-bottom: 80px; }
    .index-page .about-block {
      flex-direction: column; }
      .index-page .about-block .pic, .index-page .about-block .content {
        width: 100%; }
      .index-page .about-block .pic {
        height: 298px;
        margin-bottom: 40px; }
      .index-page .about-block .content .title {
        font-size: 36px; }
      .index-page .about-block .content .lead-text {
        font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .index-page .top-slider {
      margin-bottom: 30px; }
      .index-page .top-slider .controls-container {
        position: absolute;
        right: 0;
        top: 272px; }
        .index-page .top-slider .controls-container .controls {
          width: 100%;
          bottom: 0;
          height: 0; }
          .index-page .top-slider .controls-container .controls .slider-arrows {
            bottom: 0;
            right: 0;
            background: #fff; }
      .index-page .top-slider .controls .dots-wr {
        display: none; }
      .index-page .top-slider .slide {
        height: auto;
        background-image: none !important;
        margin-bottom: 0; }
        .index-page .top-slider .slide:before, .index-page .top-slider .slide:after {
          display: none; }
        .index-page .top-slider .slide .pic {
          height: 304px;
          margin-bottom: 24px;
          background-position: center;
          background-size: cover;
          position: relative; }
          .index-page .top-slider .slide .pic:after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent); }
        .index-page .top-slider .slide .content-in-pic {
          position: relative;
          width: 100%;
          bottom: initial;
          padding: 0; }
          .index-page .top-slider .slide .content-in-pic:before, .index-page .top-slider .slide .content-in-pic:after {
            display: none; }
    .index-page .all-projects-wr {
      margin-bottom: 60px; }
    .index-page .nums-block {
      flex-direction: column;
      margin-bottom: 0; }
      .index-page .nums-block li {
        width: 100%;
        margin: 0 0 60px; }
        .index-page .nums-block li .num {
          font-size: 48px; }
    .index-page .about-block .pic {
      margin-left: -20px;
      width: calc(100% + 40px);
      height: 202px;
      margin-bottom: 32px; }
    .index-page .about-block .content .title {
      font-size: 20px; }
    .index-page .about-block .content .lead-text {
      font-size: 16px; } }

.contacts-page .page-markup {
  min-height: 580px;
  display: flex;
  padding-right: 0; }
  .contacts-page .page-markup .contacts {
    width: 358px;
    display: flex;
    flex-direction: column;
    padding-bottom: 44px;
    justify-content: flex-end; }
    .contacts-page .page-markup .contacts .phone {
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      color: #1F1B20;
      margin-bottom: 26px;
      display: inline-block; }
    .contacts-page .page-markup .contacts .email {
      font-size: 20px;
      line-height: 23px;
      text-transform: uppercase;
      color: #1F1B20; }
    .contacts-page .page-markup .contacts .ow .office {
      cursor: pointer;
      line-height: 1.3;
      transition: .2s; }
      .contacts-page .page-markup .contacts .ow .office:not(:last-child) {
        margin-bottom: 16px; }
      .contacts-page .page-markup .contacts .ow .office a {
        display: inline-block;
        margin-top: 4px; }
        .contacts-page .page-markup .contacts .ow .office a:hover {
          text-decoration: underline; }
      .contacts-page .page-markup .contacts .ow .office .name {
        font-weight: bold;
        margin-bottom: 4px; }
        .contacts-page .page-markup .contacts .ow .office .name:hover {
          text-decoration: underline; }
    .contacts-page .page-markup .contacts .param {
      margin-bottom: 21px; }
      .contacts-page .page-markup .contacts .param .name {
        font-size: 14px;
        line-height: 16px;
        color: #4D4D4D;
        margin-bottom: 5px; }
      .contacts-page .page-markup .contacts .param .value {
        font-size: 16px;
        line-height: 160%;
        color: #1F1B20; }
  .contacts-page .page-markup .map {
    flex: 1; }
    .contacts-page .page-markup .map .o {
      width: 44px;
      height: calc(100% - 58px);
      position: absolute;
      z-index: 10;
      background: #fff; }
      .contacts-page .page-markup .map .o:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 58px 44px 0 0;
        border-color: #ffffff transparent transparent transparent;
        bottom: -58px; }
    .contacts-page .page-markup .map .ymaps-2-1-75-copyrights-pane {
      display: none; }
@media screen and (max-width: 1023px) {
  .contacts-page .page-markup {
    display: block;
    height: auto;
    min-height: auto; }
    .contacts-page .page-markup .contacts {
      width: 100%;
      flex-direction: row;
      justify-content: flex-start;
      padding: 16px 0; }
      .contacts-page .page-markup .contacts .tw {
        width: 245px; }
      .contacts-page .page-markup .contacts .ow {
        padding-top: 13px; }
    .contacts-page .page-markup .map {
      height: 434px;
      margin-left: -32px;
      width: calc(100% + 64px); }
      .contacts-page .page-markup .map .o {
        display: none; } }
@media screen and (max-width: 767px) {
  .contacts-page .page-markup {
    padding: 0 20px; }
    .contacts-page .page-markup .contacts {
      flex-direction: column; }
      .contacts-page .page-markup .contacts .phone {
        font-size: 16px;
        line-height: 19px; }
      .contacts-page .page-markup .contacts .email {
        font-size: 16px;
        line-height: 19px; }
      .contacts-page .page-markup .contacts .ow {
        padding-top: 25px; }
    .contacts-page .page-markup .map {
      height: 318px;
      margin-left: -20px;
      width: calc(100% + 40px); } }

.about-page {
  padding-bottom: 60px; }
  .about-page .about-block {
    display: flex;
    margin-bottom: 80px; }
    .about-page .about-block .block-container {
      width: calc(100% - 368px);
      padding-right: 38px; }
      .about-page .about-block .block-container .lead-text {
        font-size: 20px;
        line-height: 180%;
        margin-bottom: 16px; }
      .about-page .about-block .block-container p {
        font-size: 16px;
        line-height: 180%;
        color: #4D4D4D;
        margin-bottom: 16px; }
      .about-page .about-block .block-container .highlighted-block {
        margin-top: 40px;
        background: #F2F2F2;
        font-size: 18px;
        line-height: 180%;
        color: #1F1B20;
        padding: 38px; }
      .about-page .about-block .block-container .hl-wr .pic {
        display: none; }
    .about-page .about-block .pic {
      width: 368px;
      background-position: center;
      background-size: cover; }
  .about-page .block-with-pic {
    display: flex;
    align-items: center; }
    .about-page .block-with-pic:not(:last-child) {
      margin-bottom: 80px; }
    .about-page .block-with-pic:nth-child(2n+1) {
      flex-direction: row;
      justify-content: flex-start; }
      .about-page .block-with-pic:nth-child(2n+1) .content {
        width: 510px;
        margin-left: 102px; }
    .about-page .block-with-pic:nth-child(2n+2) {
      flex-direction: row-reverse;
      justify-content: flex-end; }
      .about-page .block-with-pic:nth-child(2n+2) .content {
        width: 619px;
        margin-right: 95px;
        padding-left: 62px; }
    .about-page .block-with-pic .pic {
      width: 470px;
      height: 238px;
      background-position: center;
      background-size: cover; }
    .about-page .block-with-pic .content .caption {
      font-weight: 500;
      font-size: 20px;
      line-height: 130%;
      color: #1F1B20;
      margin-bottom: 16px; }
    .about-page .block-with-pic .content p {
      font-size: 16px;
      line-height: 180%;
      color: #4D4D4D; }
  .about-page .map {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 76px; }
    .about-page .map img {
      max-width: 100%; }
    .about-page .map .mobile {
      display: none; }
  @media screen and (max-width: 1240px) {
    .about-page .block-with-pic:nth-child(2n+1) .content {
      width: calc(100% - 406px);
      margin-left: 31px; }
    .about-page .block-with-pic:nth-child(2n+2) .content {
      margin-right: 31px;
      padding-left: 0;
      width: calc(100% - 406px); } }
  @media screen and (max-width: 1023px) {
    .about-page .about-block .block-container {
      width: 100%;
      padding-right: 0; }
      .about-page .about-block .block-container .lead-text {
        font-size: 18px;
        line-height: 180%; }
      .about-page .about-block .block-container .hl-wr {
        display: flex;
        justify-content: space-between;
        margin-top: 40px; }
        .about-page .about-block .block-container .hl-wr .highlighted-block {
          width: 336px;
          margin-top: 0;
          padding: 28px; }
        .about-page .about-block .block-container .hl-wr .pic {
          display: block;
          width: 336px; }
    .about-page .about-block .pic {
      display: none; }
    .about-page .block-with-pic {
      flex-direction: column !important; }
      .about-page .block-with-pic:not(:last-child) {
        margin-bottom: 48px; }
      .about-page .block-with-pic .pic {
        width: 100%;
        height: 266px;
        margin-bottom: 40px; }
      .about-page .block-with-pic .content {
        width: 100% !important;
        margin: 0 !important; } }
  @media screen and (max-width: 767px) {
    .about-page .page-top-img {
      height: 304px;
      margin-bottom: 31px; }
    .about-page .breadcrumbs-wr {
      display: none; }
    .about-page .about-block {
      margin-bottom: 0; }
      .about-page .about-block .block-container .hl-wr {
        flex-direction: column-reverse;
        margin-top: 36px;
        margin-left: -20px;
        width: calc(100% + 40px); }
        .about-page .about-block .block-container .hl-wr .pic {
          height: 260px;
          width: 100%; }
        .about-page .about-block .block-container .hl-wr .highlighted-block {
          font-size: 16px;
          line-height: 180%;
          padding: 28px 20px;
          width: 100%; }
    .about-page .block-with-pic {
      margin-bottom: 40px; }
      .about-page .block-with-pic .pic {
        height: 189px;
        margin: 0 0 32px 0px;
        width: calc(100% + 40px); }
      .about-page .block-with-pic .content .caption {
        font-size: 18px;
        line-height: 130%; }
    .about-page .map .desktop {
      display: none; }
    .about-page .map .mobile {
      display: block; } }

.partners-page .page-markup {
  display: flex;
  justify-content: space-between; }
  .partners-page .page-markup .block-container {
    width: 774px; }
    .partners-page .page-markup .block-container .pic {
      display: none; }
  .partners-page .page-markup .pic {
    width: 368px; }
.partners-page .pic {
  background-position: center;
  background-size: cover; }
.partners-page .lead-text {
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 16px; }
.partners-page p {
  font-size: 16px;
  line-height: 180%;
  color: #4D4D4D;
  margin-bottom: 16px; }
.partners-page .brands {
  display: flex;
  flex-wrap: wrap;
  margin-top: 136px; }
  .partners-page .brands .brand-wr {
    display: flex;
    align-items: center;
    width: 20%;
    margin-bottom: 100px; 
	    background: #a7b4bf59;
		padding: 5px;
	}
@media screen and (max-width: 1240px) {
  .partners-page .page-markup .block-container {
    width: 537px; }
  .partners-page .page-markup .pic {
    width: 375px; } }
@media screen and (max-width: 1023px) {
  .partners-page .page-markup .block-container {
    width: 100%; }
    .partners-page .page-markup .block-container .pars-wr {
      display: flex;
      justify-content: space-between; }
      .partners-page .page-markup .block-container .pars-wr .pars {
        width: 336px; }
      .partners-page .page-markup .block-container .pars-wr .pic {
        display: block;
        width: 336px; }
  .partners-page .page-markup > .pic {
    display: none; }
  .partners-page .lead-text {
    font-size: 18px;
    line-height: 180%; }
  .partners-page .brands {
    margin-top: 81px; }
    .partners-page .brands .brand-wr {
      width: 33.3333%; } }
@media screen and (max-width: 767px) {
  .partners-page .page-markup .block-container .pars-wr {
    flex-direction: column; }
    .partners-page .page-markup .block-container .pars-wr .pars {
      width: 100%; }
    .partners-page .page-markup .block-container .pars-wr .pic {
      height: 367px;
      margin-left: -20px;
      width: calc(100% + 40px); }
  .partners-page .brands .brand-wr {
    width: auto;
    margin-right: 32px; } }

.project-page {
  padding-bottom: 60px; }
  .project-page .page-top-img {
    margin-bottom: 0; }
  .project-page .page-markup {
    display: flex; }
    .project-page .page-markup .content-container {
      border-right: 1px solid #D8D8D8;
      width: 817px;
      padding: 49px 40px 100px 0; }
      .project-page .page-markup .content-container .lead-text {
        font-size: 20px;
        line-height: 180%;
        margin-bottom: 36px; }
      .project-page .page-markup .content-container .params {
        display: flex;
        flex-wrap: wrap; }
        .project-page .page-markup .content-container .params .param {
          width: 50%;
          margin-bottom: 24px;
          line-height: 180%; }
          .project-page .page-markup .content-container .params .param .title {
            font-size: 14px;
            color: #9C9D9D; }
      .project-page .page-markup .content-container .scheme {
        position: relative;
        margin-bottom: 20px; }
        .project-page .page-markup .content-container .scheme .pic {
          display: block;
          max-width: 100%; }
        .project-page .page-markup .content-container .scheme .points .point {
          position: absolute; }
          .project-page .page-markup .content-container .scheme .points .point.active {
            z-index: 2; }
            .project-page .page-markup .content-container .scheme .points .point.active .caption {
              opacity: 1; }
          .project-page .page-markup .content-container .scheme .points .point .dot {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
			border: 2px solid #fff;
    border-radius: 25px;
            margin: -6px; }
            .project-page .page-markup .content-container .scheme .points .point .dot:after {
              content: '';
              display: block;
              width: 8px;
              height: 8px;
              background: #fff;
              border-radius: 50%;
              box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.44); }
          .project-page .page-markup .content-container .scheme .points .point .caption {
            background: #F2F2F2;
            max-width: 306px;
            padding: 22px;
            font-size: 16px;
            line-height: 131%;
            margin-top: 22px;
            position: relative;
            margin-left: 4px;
            box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.44);
            opacity: 0;
            transition: .2s; }
            .project-page .page-markup .content-container .scheme .points .point .caption:before {
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 16px 0 0 16px;
              border-color: transparent transparent transparent #f2f2f2;
              position: absolute;
              left: 0;
              top: -16px; }
      .project-page .page-markup .content-container .photos {
        margin-bottom: 28px;
        position: relative; }
        .project-page .page-markup .content-container .photos img {
          max-width: 100%; }
        .project-page .page-markup .content-container .photos .slider-arrows {
          background: #fff;
          position: absolute;
          bottom: 0;
          right: 0; }
      .project-page .page-markup .content-container p {
        line-height: 186%;
        color: #4D4D4D; }
        .project-page .page-markup .content-container p:not(:last-child) {
          margin-bottom: 24px; }
    .project-page .page-markup .switcher {
      display: none; }
    .project-page .page-markup .projects-menu-wr {
      width: calc(100% - 817px);
      padding: 81px 0 74px 37px; }
    .project-page .page-markup .projects-menu {
      display: flex;
      flex-direction: column;
      max-width: 280px; }
      .project-page .page-markup .projects-menu a {
        font-size: 16px;
        line-height: 130%;
        color: #4D4D4D;
        transition: .2s; }
        .project-page .page-markup .projects-menu a:hover {
          color: #1F1B20;
          text-decoration-line: underline; }
        .project-page .page-markup .projects-menu a:not(:last-child) {
          margin-bottom: 34px; }
        .project-page .page-markup .projects-menu a.current {
          font-weight: 500;
          position: relative;
          color: #1F1B20; }
          .project-page .page-markup .projects-menu a.current:before {
            content: '';
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            background: #9C9D9D;
            top: 8px;
            left: -20px; }
  @media screen and (max-width: 1240px) {
    .project-page .page-markup .content-container {
      width: 651px; }
    .project-page .page-markup .projects-menu-wr {
      width: calc(100% - 651px);
      padding: 81px 0 64px 37px; } }
  @media screen and (max-width: 1023px) {
    .project-page .page-markup .content-container {
      width: 459px; }
      .project-page .page-markup .content-container .lead-text {
        font-size: 18px;
        line-height: 180%; }
      .project-page .page-markup .content-container .params .param {
        width: 100%; }
    .project-page .page-markup .projects-menu-wr {
      width: calc(100% - 459px); } }
  @media screen and (max-width: 767px) {
    .project-page .breadcrumbs-wr {
      display: none; }
    .project-page .page-markup {
      flex-direction: column-reverse; }
      .project-page .page-markup .content-container {
        width: 100%;
        padding: 0;
        border-right: none; }
        .project-page .page-markup .content-container .lead-text {
          font-size: 18px;
          line-height: 180%; }
      .project-page .page-markup .switcher {
        background: #F2F2F2;
        height: 49px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
        line-height: 130%;
        color: #1F1B20;
        text-transform: uppercase;
        margin: 0 0 26px -20px;
        width: calc(100% + 40px);
        cursor: pointer; }
        .project-page .page-markup .switcher.opened svg {
          transform: rotate(180deg); }
        .project-page .page-markup .switcher svg {
          margin: -4px 0 0 10px;
          transition: .2s; }
          .project-page .page-markup .switcher svg * {
            stroke: #000; }
      .project-page .page-markup .projects-menu-wr {
        width: 100%;
        padding: 0;
        display: none; }
        .project-page .page-markup .projects-menu-wr .projects-menu {
          padding-bottom: 20px; }
        .project-page .page-markup .projects-menu-wr a {
          margin: 0 !important;
          padding: 10px 0; }
          .project-page .page-markup .projects-menu-wr a.current:before {
            display: none; } }

footer {
  height: 174px;
  margin-top: -174px;
  border-top: 1px solid #D8D8D8; }
  footer .footer-container .logo-wide svg {
    width: 170px; }
  footer .footer-container .top-block {
    display: flex;
    justify-content: space-between;
    padding: 38px 7px 32px 0; }
    footer .footer-container .top-block .main-menu {
      justify-content: space-between;
      width: calc(100% - 271px);
      padding-top: 4px; }
      footer .footer-container .top-block .main-menu a {
        margin-right: 0; }
  footer .footer-container .bottom-block {
    display: flex;
    font-size: 14px;
    line-height: 16px; }
    footer .footer-container .bottom-block .copy {
      color: #4D4D4D;
      margin-right: 78px; }
      footer .footer-container .bottom-block .copy .year {
        font-weight: bold;
        color: #1F1B20; }
      footer .footer-container .bottom-block .copy .y {
        width: 5px;
        height: 8px;
        background-image: url(/img/icon/icon-year.svg);
        display: inline-block;
        margin: 0 1px 0 2px;
        position: relative;
        top: -7px; }
    footer .footer-container .bottom-block .phone {
      font-weight: bold;
      margin-right: 115px; }
    footer .footer-container .bottom-block .address {
      color: #4D4D4D; }
    footer .footer-container .bottom-block .we {
      color: #A6A6A6;
      position: absolute;
      right: 55px;
      transition: .2s; }
      footer .footer-container .bottom-block .we:hover {
        color: #1F1B20; }
  @media screen and (max-width: 1240px) {
    footer .footer-container .top-block {
      padding: 38px 4px 32px 0; }
      footer .footer-container .top-block .main-menu {
        width: calc(100% - 243px); }
    footer .footer-container .bottom-block .copy {
      margin-right: 54px; }
    footer .footer-container .bottom-block .phone {
      margin-right: 51px; }
    footer .footer-container .bottom-block .we {
      right: 41px; } }
  @media screen and (max-width: 1023px) {
    footer {
      height: auto;
      margin-top: 0; }
      footer .footer-container .top-block {
        flex-direction: column;
        align-items: center;
        padding: 38px 0 45px 0; }
        footer .footer-container .top-block .logo-wide {
          margin-bottom: 36px; }
        footer .footer-container .top-block .main-menu {
          width: 100%; }
      footer .footer-container .bottom-block {
        justify-content: space-between; }
        footer .footer-container .bottom-block .copy, footer .footer-container .bottom-block .phone, footer .footer-container .bottom-block .address {
          margin-right: 0; }
        footer .footer-container .bottom-block .we {
          right: 0;
          width: 100%;
          text-align: center;
          margin-top: 64px; } }
  @media screen and (max-width: 767px) {
    footer .footer-container .top-block {
      flex-direction: column;
      align-items: center;
      padding: 33px 0 22px 0; }
      footer .footer-container .top-block .logo-wide {
        margin-bottom: 17px; }
      footer .footer-container .top-block .main-menu {
        flex-direction: column; }
        footer .footer-container .top-block .main-menu a {
          margin: 17.6px 0; }
    footer .footer-container .bottom-block {
      flex-direction: column;
      align-items: center;
      padding-bottom: 126px;
      position: relative; }
      footer .footer-container .bottom-block .copy {
        position: absolute;
        top: 123px; }
      footer .footer-container .bottom-block .phone {
        font-size: 18px;
        line-height: 21px; }
      footer .footer-container .bottom-block .address {
        font-size: 14px;
        line-height: 180%;
        text-align: center;
        max-width: 150px;
        margin-top: 14px; }
      footer .footer-container .bottom-block .we {
        margin-top: 0;
        top: 163px; } }

header {
  position: relative;
  z-index: 2; }
  header.mobile-menu-opened {
    background: #fff; }
  header.white-header:not(.mobile-menu-opened) .header-container .logo svg *[fill] {
    fill: #fff; }
  header.white-header:not(.mobile-menu-opened) .header-container .logo svg *[stroke] {
    stroke: #fff; }
  header.white-header:not(.mobile-menu-opened) .header-container .main-menu a {
    color: #fff; }
    header.white-header:not(.mobile-menu-opened) .header-container .main-menu a.external:after, header.white-header:not(.mobile-menu-opened) .header-container .main-menu a.external:hover {
      border-color: #fff; }
    header.white-header:not(.mobile-menu-opened) .header-container .main-menu a:not(.external):not(.has-dropdown):hover {
      border-color: #fff; }
    header.white-header:not(.mobile-menu-opened) .header-container .main-menu a.has-dropdown:after {
      filter: brightness(4); }
  header.white-header:not(.mobile-menu-opened) .header-container .phone {
    color: #fff; }
  header.white-header:not(.mobile-menu-opened) .header-container .menu-icon i {
    background: #fff; }
  header .header-container {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px; }
    header .header-container .logo-mobile {
      display: none; }
    header .header-container .logo-wide svg {
      width: 170px; }
    header .header-container .phone {
      font-weight: bold;
      font-size: 18px;
      line-height: 21px; }
    header .header-container .menu-icon {
      display: none; }
  @media screen and (max-width: 1023px) {
    header .header-container .logo-wide svg {
      height: 48px; }
    header .header-container .main-menu {
      display: none; }
    header .header-container .pw {
      display: flex;
      align-items: center; }
    header .header-container .menu-icon {
      display: block;
      width: 23px;
      margin-left: 40px;
      margin-top: -4px; }
      header .header-container .menu-icon i {
        display: block;
        height: 2px;
        background: #1F1B20; }
        header .header-container .menu-icon i:not(:last-child) {
          margin-bottom: 8px; } }
  @media screen and (max-width: 767px) {
    header .header-container {
      height: 68px; }
      header .header-container .logo-wide {
        display: none; }
      header .header-container .logo-mobile {
        display: block; }
      header .header-container .phone {
        font-size: 16px;
        line-height: 19px; } }

.main-menu {
  display: flex;
  align-items: center; }
  .main-menu a {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    transition: .2s;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent; }
    .main-menu a:not(:last-child) {
      margin-right: 64px; }
    .main-menu a.current {
      border-color: #9C9D9D; }
    .main-menu a.external {
      padding: 4px 8px;
      border: 2px solid transparent;
      position: relative;
      top: -2px; }
      .main-menu a.external:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #9C9D9D;
        border-right: 2px solid #9C9D9D;
        position: absolute;
        top: -2px;
        right: -2px; }
      .main-menu a.external:hover {
        border-color: #9C9D9D; }
    .main-menu a:not(.external):not(.has-dropdown):hover {
      border-color: #9C9D9D; }
    .main-menu a.has-dropdown {
      display: inline-flex;
      align-items: center; }
      .main-menu a.has-dropdown:after {
        content: '';
        display: block;
        width: 9px;
        height: 10px;
        background: url("/img/icon/icon-menu-arrow.svg");
        margin: -3px 0 0 7px; }
  @media screen and (max-width: 1240px) {
    .main-menu a:not(:last-child) {
      margin-right: 37px; } }

.mobile-menu-block {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  flex-direction: column;
  padding: 44px 70px 44px 40px;
  z-index: 100;
  display: none; }
  .mobile-menu-block:after {
    content: '';
    display: block;
    position: absolute;
    background: #1F1B20;
    opacity: 0.5;
    width: calc(100% - 10px);
    height: 10px;
    bottom: -10px;
    left: 10px; }
  .mobile-menu-block .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 43px 33px 20px 20px;
    cursor: pointer; }
  .mobile-menu-block nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .mobile-menu-block nav a {
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase;
      color: #1F1B20;
      margin: 0 !important; }
      .mobile-menu-block nav a:not(:last-child) {
        margin-bottom: 48px !important; }
  @media screen and (max-width: 767px) {
    .mobile-menu-block {
      padding: 82px 0 0;
      width: 100%;
      top: 68px;
      height: calc(100vh - 68px); }
      .mobile-menu-block:after {
        display: none; }
      .mobile-menu-block .close {
        display: none; }
      .mobile-menu-block nav {
        align-items: center; } }

.projects-list {
  overflow: hidden; }
  .projects-list .projects-list-wr {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 22px); }
    .projects-list .projects-list-wr .two-projects-wr {
      display: flex;
      flex-direction: column;
      width: 488px; }
      .projects-list .projects-list-wr .two-projects-wr .project {
        width: 488px;
        height: 238px; }
        .projects-list .projects-list-wr .two-projects-wr .project .t .name {
          font-size: 30px; }
    .projects-list .projects-list-wr > .project:nth-child(4n+1) {
      width: 674px;
      height: 498px; }
    .projects-list .projects-list-wr > .project:nth-child(4n+3) {
      width: 572px;
      height: 356px; }
    .projects-list .projects-list-wr > .project:nth-child(4n+4) {
      width: 590px;
      height: 356px; }
    .projects-list .projects-list-wr .project {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 22px 22px 0;
      position: relative;
      overflow: hidden; }
      .projects-list .projects-list-wr .project:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000000;
        opacity: 0.3;
        position: absolute;
        z-index: 2; }
      .projects-list .projects-list-wr .project:after {
        content: '';
        display: block;
        width: calc(100% - 26px);
        height: calc(100% - 26px);
        top: 13px;
        left: 13px;
        border: 1px solid #FFFFFF;
        opacity: 0.3;
        position: absolute;
        z-index: 2;
        transition: .5s; }
      .projects-list .projects-list-wr .project:hover:after {
        opacity: 0; }
      .projects-list .projects-list-wr .project:hover .bg {
        transform: scale(1.2); }
      .projects-list .projects-list-wr .project .bg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        background-size: cover;
        background-position: center;
        transition: 3s; }
      .projects-list .projects-list-wr .project .t {
        color: #fff;
        position: relative;
        z-index: 3;
        text-align: center; }
        .projects-list .projects-list-wr .project .t .name {
          font-weight: bold;
          line-height: 100%;
          font-size: 32px;
          margin-bottom: 10px; }
        .projects-list .projects-list-wr .project .t .city {
          font-weight: bold;
          font-size: 14px;
          line-height: 131%;
          letter-spacing: 0.05em;
          text-transform: uppercase; }
  @media screen and (max-width: 1240px) {
    .projects-list .projects-list-wr .two-projects-wr {
      width: 385px; }
      .projects-list .projects-list-wr .two-projects-wr .project {
        width: 385px;
        height: 237px; }
        .projects-list .projects-list-wr .two-projects-wr .project .t .name {
          font-size: 32px; }
    .projects-list .projects-list-wr > .project:nth-child(4n+1) {
      width: 537px;
      height: 496px; }
    .projects-list .projects-list-wr > .project:nth-child(4n+3), .projects-list .projects-list-wr > .project:nth-child(4n+4) {
      width: 461px;
      height: 354px; }
      .projects-list .projects-list-wr > .project:nth-child(4n+3) .t .name, .projects-list .projects-list-wr > .project:nth-child(4n+4) .t .name {
        font-size: 40px; } }
  @media screen and (max-width: 1023px) {
    .projects-list .projects-list-wr .two-projects-wr {
      width: 100%;
      flex-direction: row; }
      .projects-list .projects-list-wr .two-projects-wr .project {
        height: 238px;
        width: 342px; }
        .projects-list .projects-list-wr .two-projects-wr .project .t .name {
          font-size: 28px; }
    .projects-list .projects-list-wr > .project:nth-child(4n+1) {
      height: 414px;
      width: 100%; }
    .projects-list .projects-list-wr > .project:nth-child(4n+3), .projects-list .projects-list-wr > .project:nth-child(4n+4) {
      width: 342px;
      height: 238px; }
      .projects-list .projects-list-wr > .project:nth-child(4n+3) .t .name, .projects-list .projects-list-wr > .project:nth-child(4n+4) .t .name {
        font-size: 28px; }
    .projects-list .projects-list-wr .project {
      margin: 0 20px 20px 0; } }
  @media screen and (max-width: 767px) {
    .projects-list .projects-list-wr .two-projects-wr {
      flex-direction: column; }
    .projects-list .projects-list-wr .project {
      height: 205px !important;
      width: 100% !important; }
      .projects-list .projects-list-wr .project .t .name {
        font-size: 24px !important; } }

.content-in-pic {
  background: #fff;
  width: 478px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 41px 52px 76px 52px;
  z-index: 2; }
  .content-in-pic:after {
    content: '';
    display: block;
    height: calc(100% - 32px);
    right: -32px;
    bottom: 0;
    background: #fff;
    width: 32px;
    z-index: 2;
    position: absolute; }
  .content-in-pic:before {
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    right: -32px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 0 32px;
    border-color: transparent transparent transparent #fff; }
  .content-in-pic .title {
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 20px; }
    .content-in-pic .title.with-line:after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background: #9C9D9D;
      margin-top: 12px; }
  .content-in-pic .text {
    font-size: 20px;
    line-height: 150%;
    color: #4D4D4D; }
  .content-in-pic .lead-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 16px; }
  .content-in-pic p {
    font-size: 16px;
    line-height: 180%;
    color: #4D4D4D; }
  @media screen and (max-width: 1240px) {
    .content-in-pic {
      padding: 36px 52px 76px 39px;
      width: 463px; } }
  @media screen and (max-width: 1023px) {
    .content-in-pic .title {
      font-size: 36px;
      line-height: 110%;
      margin-bottom: 16px; }
    .content-in-pic .text {
      font-size: 18px;
      line-height: 150%; } }
  @media screen and (max-width: 767px) {
    .content-in-pic .title {
      font-size: 26px;
      line-height: 120%; }
    .content-in-pic .text {
      font-size: 16px;
      line-height: 180%; } }

.slider-arrows {
  display: flex;
  align-items: center; }
  .slider-arrows .arrow {
    width: 56px;
    height: 56px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .slider-arrows .arrow:hover:after {
      opacity: .5; }
    .slider-arrows .arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      transition: .2s; }
    .slider-arrows .arrow.prev:after {
      border-width: 7.5px 12px 7.5px 0;
      border-color: transparent #1f1b20 transparent transparent; }
    .slider-arrows .arrow.next:after {
      border-width: 7.5px 0 7.5px 12px;
      border-color: transparent transparent transparent #1f1b20; }
  .slider-arrows .del {
    width: 1px;
    height: 35px;
    background: #D8D8D8; }
  @media screen and (max-width: 767px) {
    .slider-arrows .del {
      height: 17px; }
    .slider-arrows .arrow {
      width: 28px;
      height: 28px; }
      .slider-arrows .arrow.prev:after {
        border-width: 5px 8px 5px 0; }
      .slider-arrows .arrow.next:after {
        border-width: 5px 0 5px 8px; } }
