@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%;
    z-index: 100; }

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

.slick-lightbox .slick-prev {
  left: 15px; }
  .slick-lightbox .slick-prev:before {
    content: '';
    background: url(/img/icon/slider-arrow-left.svg) center no-repeat;
    width: 30px;
    display: block;
    height: 30px; }

.slick-lightbox .slick-next {
  right: 15px; }
  .slick-lightbox .slick-next:before {
    content: '';
    background: url(/img/icon/slider-arrow-right.svg) center no-repeat;
    width: 30px;
    display: block;
    height: 30px; }

.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: #0DB14B;
  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;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
  line-height: 0; }

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; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

.btn {
  border-radius: 30px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  font-family: inherit;
  transition: .2s;
  border: 0; }
  .btn:active {
    transform: translateY(2px); }
  .btn.green {
    border: 2px solid #0DB14B;
    background: #0DB14B;
    color: #fff;
    transition: .2s; }
    .btn.green:hover {
      background: #0A963F;
      border: 2px solid #0A963F;
      color: #fff; }
      .btn.green:hover svg * {
        fill: #fff; }
  .btn.gradient {
    background: linear-gradient(to right, #06963D 0%, #12C957 50%, #06963D 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    height: 43px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    text-transform: uppercase;
    color: #fff;
    background-size: 200% auto;
    transition: .4s; }
    .btn.gradient:hover {
      background-position: right center; }
  .btn.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .btn.link-btn {
    padding: 0 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%; }
    .btn.link-btn svg {
      margin: 0 13px 0 -3px;
      transition: .2s; }
    .btn.link-btn:hover svg {
      transform: translateX(-10px); }
  .btn.outline {
    background: transparent;
    color: #050703;
    border: 2px solid #0DB14B; }
    .btn.outline:hover {
      box-shadow: inset #0DB14B 0 0 0 1px; }
    .btn.outline:active {
      border-width: 0;
      color: #fff;
      background: linear-gradient(to right, #12C957 0%, #06963D 100%); }
      .btn.outline:active svg * {
        stroke: #fff; }
  .btn.gray {
    background: #F5F5F5;
    color: #050703;
    border: 2px solid #F5F5F5; }
    .btn.gray:hover {
      background: #2E3192 !important;
      border-color: #2E3192 !important; }
  .btn.white {
    background: #fff;
    color: #050703;
    border: 2px solid #fff; }
    .btn.white:hover {
      border-color: #0DB14B !important; }
  .btn svg {
    margin-left: 8px; }
    .btn svg * {
      transition: .2s; }

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
  height: 48px;
  border: 0;
  border-bottom: 1px solid #BDBDBD;
  font-family: inherit;
  padding: 0 16px;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 160%; }
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):hover {
    border-color: #0DB14B; }
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus {
    border-color: #4F4F4F; }

label {
  cursor: pointer;
  display: flex;
  font-size: 14px;
  line-height: 160%;
  align-items: flex-start;
  color: #4D4D4D; }
  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: 1px solid #262626;
    display: inline-flex;
    margin-right: 12px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    position: relative; }
    label [type="checkbox"] + i:after {
      content: '';
      display: block;
      background: #2E3192;
      width: 8px;
      height: 8px;
      opacity: 0;
      transition: .2s; }
  label [type="radio"]:checked + i {
    opacity: 1;
    background: #262626; }
  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; }
  label > div {
    max-width: calc(100% - 50px);
    line-height: 1.3; }
  label a {
    color: #0DB14B; }

form {
  width: 100%; }
  form .input-block {
    display: block;
    margin-bottom: 27px;
    width: 100%; }
    form .input-block.req .name:after {
      content: '*';
      float: right;
      line-height: 20px;
      font-size: 24px;
      position: relative;
      top: 2px; }
    form .input-block .name {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 180%;
      color: #4D4D4D; }

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

a {
  text-decoration: none;
  color: #262626; }

.h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
  font-family: 'Cuprum', sans-serif; }
  .h1.with-line:after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background-color: #0DB14B;
    margin-top: 12px; }

.h2 {
  font-family: Cuprum;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #262626; }

.h3 {
  font-family: Cuprum;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%; }

ul.marked.small li {
  font-size: 14px;
  line-height: 17px; }
  ul.marked.small li:before {
    top: 6px; }
  ul.marked.small li:not(:last-child) {
    margin-bottom: 13px; }
ul.marked li {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%; }
  ul.marked li:not(:last-child) {
    margin-bottom: 13px; }
  ul.marked li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #2E3192;
    top: 10px;
    left: 0;
    border-radius: 50%; }

.breadcrumbs-wr {
  margin-bottom: 8px; }
  .breadcrumbs-wr .breadcrumbs {
    display: flex; }
    .breadcrumbs-wr .breadcrumbs li {
      display: flex;
      align-items: center; }
      .breadcrumbs-wr .breadcrumbs li:not(:last-child):after {
        content: '';
        display: block;
        background: #0DB14B;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        margin: 0 12px; }
    .breadcrumbs-wr .breadcrumbs a {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.01em;
      color: #0DB14B; }
      .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;
  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); } }
.link-with-min-border {
  display: inline-block; }
  .link-with-min-border:hover:after {
    transform: scaleX(0.3); }
  .link-with-min-border:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #0DB14B;
    margin-top: 4px;
    transition: .2s; }

.projects-map {
  height: 573px;
  background: #eee; }

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 21px; }

  .h2 {
    font-size: 28px;
    line-height: 120%; } }
html, body {
  height: 100%; }

* {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

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

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: Roboto, sans-serif; }
  body.white-header:not(.mobile-menu-opened) #main-header a {
    color: #fff; }
  body.white-header:not(.mobile-menu-opened) #main-header .header-container .logo {
    background-image: url("/img/logo-white.svg"); }
  body.white-header:not(.mobile-menu-opened) #main-header .header-container .phone {
    color: #fff; }
  body.white-header:not(.mobile-menu-opened) #main-header .header-container .menu-icon {
    filter: brightness(10) grayscale(1); }
  body.white-header #main-header {
    margin-bottom: -119px;
    z-index: 3; }
  body.wait #wait {
    visibility: visible;
    opacity: 1; }

.container {
  width: 1204px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px; }

@media print {
  html, body {
    height: auto; }

  body {
    font-size: 14px; }

  #main-header, .breadcrumbs-wr, #main-footer, .other-recipes, .form-block, .btn-wr {
    display: none !important; }

  #page-wrapper #page-wrapper2 {
    padding-bottom: 0; } }
@media screen and (max-width: 1280px) {
  body.mobile-menu-opened #main-header:before {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    height: 147px; }
  body.mobile-menu-opened #main-header .extra-menu {
    visibility: visible;
    opacity: 1;
    margin-top: -19px; }
  body.mobile-menu-opened #main-header .header-container .menu-icon {
    background-image: url("/img/icon/menu-close.svg"); }

  .container {
    width: 1024px;
    padding: 0 40px; }

  * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } }
@media screen and (max-width: 1023px) {
  body.mobile-menu-opened #main-header::before {
    height: 164px; }
  body.mobile-menu-opened #main-header .extra-menu {
    margin-top: -5px; }

  .container {
    width: 768px;
    padding: 0 32px; }

  #page-wrapper #page-wrapper2 {
    padding-bottom: 189px; } }
@media screen and (max-width: 767px) {
  body.white-header:not(.mobile-menu-opened) #main-header .header-container .phone {
    background-image: url("/img/icon/phone-white.svg"); }
  body.white-header #main-header {
    margin-bottom: -69px; }
  body.mobile-menu-opened #main-header:before {
    height: 100vh; }
  body.mobile-menu-opened main, body.mobile-menu-opened footer {
    display: none; }
  body .container {
    width: 100%;
    padding: 0 20px; }
  body #page-wrapper {
    min-height: initial; }
    body #page-wrapper #page-wrapper2 {
      padding-bottom: initial; } }
#main-footer {
  color: #fff;
  background: #2E3192;
  height: 139px;
  margin-top: -139px;
  position: relative;
  z-index: 2; }
  #main-footer a {
    color: #fff;
    transition: .2s; }
  #main-footer .top-block {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 25px; }
    #main-footer .top-block .main-menu {
      display: flex;
      justify-content: space-between;
      flex: 1; }
      #main-footer .top-block .main-menu a {
        font-size: 16px;
        line-height: 19px;
        border-bottom: 3px solid transparent;
        padding-bottom: 4px;
        transition: .2s; }
        #main-footer .top-block .main-menu a:hover {
          border-bottom-color: #fff; }
    #main-footer .top-block .phone {
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      margin: 0 20px 0 54px; }
  #main-footer .bottom-block {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 15px; }
    #main-footer .bottom-block a {
      text-decoration: underline; }
      #main-footer .bottom-block a:hover {
        text-decoration: none; }
    #main-footer .bottom-block .copy {
      margin-right: 147px; }
    #main-footer .bottom-block .terms {
      margin-right: 145px; }
    #main-footer .bottom-block .we {
      margin-right: 32px; }
    #main-footer .bottom-block .sn {
      display: flex;
      justify-content: space-between;
      margin: 0 22px 0 0; }
      #main-footer .bottom-block .sn a {
        margin-left: 24px; }
        #main-footer .bottom-block .sn a:hover svg .fill-white {
          fill: #fff; }
        #main-footer .bottom-block .sn a:hover svg .stroke-white {
          fill: #fff; }
        #main-footer .bottom-block .sn a:hover svg .fill-blue {
          fill: #2E3192; }
        #main-footer .bottom-block .sn a:hover svg .stroke-blue {
          stroke: #2E3192; }
        #main-footer .bottom-block .sn a svg * {
          transition: .2s; }
        #main-footer .bottom-block .sn a svg .fill-white {
          fill: #2E3192; }
        #main-footer .bottom-block .sn a svg .stroke-white {
          fill: #2E3192; }
        #main-footer .bottom-block .sn a svg .fill-blue {
          fill: #fff; }
        #main-footer .bottom-block .sn a svg .stroke-blue {
          stroke: #fff; }
  @media screen and (max-width: 1280px) {
    #main-footer .top-block .phone {
      margin: 0 0px 0 29px; }
    #main-footer .bottom-block {
      justify-content: space-between; }
      #main-footer .bottom-block .copy, #main-footer .bottom-block .terms, #main-footer .bottom-block .we {
        margin-right: 0; }
      #main-footer .bottom-block .sn {
        margin: 0 0 0 -24px; } }
  @media screen and (max-width: 1023px) and (min-width: 767px) {
    #main-footer {
      height: 189px;
      margin-top: -189px; }
      #main-footer .top-block {
        padding: 32px 0 28px; }
        #main-footer .top-block .phone {
          position: absolute;
          margin: 0;
          right: 200px;
          top: 85px; }
      #main-footer .bottom-block {
        position: relative; }
        #main-footer .bottom-block .copy {
          position: absolute;
          top: 61px; }
        #main-footer .bottom-block .we {
          position: absolute;
          right: 0;
          top: 61px; } }
  @media screen and (max-width: 767px) {
    #main-footer {
      height: auto;
      margin-top: 0; }
      #main-footer .top-block {
        flex-direction: column;
        align-items: center;
        padding: 26px 0 29px; }
        #main-footer .top-block .main-menu {
          flex-direction: column;
          align-items: center;
          margin-bottom: 19px; }
          #main-footer .top-block .main-menu a {
            font-size: 18px;
            line-height: 21px;
            margin: 20px 0; }
        #main-footer .top-block .phone {
          margin: 0;
          font-size: 22px;
          line-height: 26px; }
      #main-footer .bottom-block {
        height: 233px;
        position: relative;
        flex-direction: column; }
        #main-footer .bottom-block .sn {
          position: absolute;
          top: 0;
          margin: 0;
          width: 100%;
          justify-content: center; }
          #main-footer .bottom-block .sn a {
            margin: 0 20px; }
            #main-footer .bottom-block .sn a svg {
              width: 32px;
              height: 32px; }
        #main-footer .bottom-block .copy {
          position: absolute;
          top: 70px;
          text-align: center;
          display: flex;
          flex-direction: column;
          line-height: 1.7; }
        #main-footer .bottom-block .terms {
          position: absolute;
          top: 135px; }
        #main-footer .bottom-block .we {
          position: absolute;
          top: 190px; } }

#main-header {
  position: relative; }
  #main-header .header-container {
    height: 119px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 9px; }
    #main-header .header-container .logo {
      width: 165px;
      height: 39px;
      background-image: url(/img/logo.svg);
      margin: 0 10px 0 0;
      background-size: cover; }
    #main-header .header-container .main-menu {
      display: flex; }
      #main-header .header-container .main-menu a {
        font-size: 15px;
        line-height: 19px;
        margin: 0 16px;
        border-bottom: 3px solid transparent;
        padding-bottom: 4px;
        transition: .2s; }
        #main-header .header-container .main-menu a:hover {
          border-color: #0DB14B; }
        #main-header .header-container .main-menu a.current {
          font-weight: bold; }
    #main-header .header-container .phone {
      font-weight: bold;
      font-size: 17px;
      line-height: 20px;
      margin: 0 22px 0 0;
      position: relative; }
    #main-header .header-container .menu-icon {
      display: none; }
  #main-header .extra-menu {
    display: none; }
  @media screen and (max-width: 1280px) {
    #main-header {
      height: 119px;
      transition: .2s;
      position: relative; }
      #main-header:before {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
        transition: .2s;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      #main-header .header-container {
        padding-top: 0;
        position: relative;
        z-index: 2; }
        #main-header .header-container .logo {
          margin: 5px 0 0 0; }
        #main-header .header-container .main-menu a {
          padding: 0 5px; }
          #main-header .header-container .main-menu a:not([href$="properties"]) {
            display: none; }
        #main-header .header-container .menu-icon {
          display: block;
          width: 42px;
          height: 100%;
          cursor: pointer;
          background-image: url(/img/icon/menu.svg);
          background-repeat: no-repeat;
          background-position: center right;
          transition: .2s; }
        #main-header .header-container .phone {
          margin: 7px 13px 0 0; }
        #main-header .header-container .phone-menu-wr {
          display: flex;
          align-items: center;
          height: 100%; }
      #main-header .extra-menu {
        justify-content: center;
        margin-top: -29px;
        visibility: hidden;
        opacity: 0;
        transition: .2s;
        display: block;
        z-index: 2; }
        #main-header .extra-menu nav {
          display: flex;
          justify-content: center; }
          #main-header .extra-menu nav a {
            font-size: 16px;
            line-height: 19px;
            padding: 0 16px;
            color: #262626 !important; }
            #main-header .extra-menu nav a.current {
              font-weight: bold; }
            #main-header .extra-menu nav a[href$="properties"] {
              display: none; } }
  @media screen and (max-width: 1023px) and (min-width: 767px) {
    #main-header .header-container {
      justify-content: space-between; }
      #main-header .header-container .main-menu {
        display: none; }
      #main-header .header-container .phone {
        margin: 4px 77px 0 0; }
      #main-header .header-container .menu-icon {
        position: absolute;
        top: 0;
        right: 41px; }
    #main-header .extra-menu nav {
      justify-content: space-between; }
      #main-header .extra-menu nav a {
        padding: 0;
        display: inline-block !important; } }
  @media screen and (max-width: 767px) {
    #main-header {
      height: 69px;
      margin-bottom: 15px; }
      #main-header .header-container {
        height: 69px; }
        #main-header .header-container .logo {
          width: 127px;
          height: 30px; }
        #main-header .header-container .main-menu {
          display: none; }
        #main-header .header-container .phone {
          margin: 0;
          font-size: 0;
          width: 32px;
          height: 32px;
          background: url("/img/icon/phone.svg") center no-repeat;
          border-bottom: 0;
          padding-bottom: 0; }
          #main-header .header-container .phone:after {
            display: none; }
      #main-header .extra-menu nav {
        flex-direction: column;
        padding: 36px 4px; }
        #main-header .extra-menu nav a {
          padding: 20px 0;
          display: inline-block !important;
          font-size: 19px;
          line-height: 22px; } }

.mobile-menu-block {
  display: none; }

.projects-filter {
  background: #F2F2F2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 40px 30px;
  margin-bottom: 40px; }
  .projects-filter .block:not(:last-child) {
    padding-right: 28px;
    position: relative; }
    .projects-filter .block:not(:last-child):after {
      content: '';
      display: block;
      width: 1px;
      height: 40px;
      background: #C4C4C4;
      position: absolute;
      right: 0;
      bottom: 4px; }
  .projects-filter .block .title {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.01em;
    color: #4F4F4F;
    margin-bottom: 1px; }
  .projects-filter .block .switcher {
    display: flex; }
    .projects-filter .block .switcher a {
      font-size: 16px;
      line-height: 180%;
      padding-bottom: 5px; }
    .projects-filter .block .switcher.bordered a {
      border-bottom: 4px solid transparent;
      transition: .2s; }
      .projects-filter .block .switcher.bordered a:not(:last-child) {
        margin-right: 32px; }
      .projects-filter .block .switcher.bordered a.selected, .projects-filter .block .switcher.bordered a:hover {
        border-bottom-color: #0DB14B; }
    .projects-filter .block .switcher.bg a {
      display: inline-flex;
      height: 40px;
      padding: 0 16px;
      align-items: center;
      background: #fff;
      border-radius: 50px;
      margin-top: -4px;
      border: 2px solid transparent;
      transition: .2s; }
      .projects-filter .block .switcher.bg a:not(:last-child) {
        margin-right: 16px; }
      .projects-filter .block .switcher.bg a:hover {
        border-color: #0DB14B; }
      .projects-filter .block .switcher.bg a.selected {
        background: #0DB14B;
        color: #fff; }
  .projects-filter .block .on-map-link {
    border-radius: 50px;
    width: 122px;
    height: 40px;
    font-size: 16px;
    line-height: 180%;
    margin-top: -4px;
    font-weight: normal;
    padding: 0; }
    .projects-filter .block .on-map-link svg {
      position: relative;
      left: -9px; }
      .projects-filter .block .on-map-link svg * {
        transition: .2s; }
    .projects-filter .block .on-map-link.active {
      background-color: #0DB14B;
      color: #fff;
      border-color: #0DB14B; }
      .projects-filter .block .on-map-link.active svg * {
        fill: #fff; }
  @media screen and (max-width: 1280px) {
    .projects-filter {
      flex-wrap: wrap;
      justify-content: center;
      padding: 34px 0; }
      .projects-filter .block {
        display: flex; }
        .projects-filter .block.property-types, .projects-filter .block.sale-types {
          margin-bottom: 32px; }
        .projects-filter .block.property-types .title {
          margin-right: 24px; }
        .projects-filter .block.sale-types {
          padding-right: 0;
          padding-left: 21px; }
          .projects-filter .block.sale-types:after {
            display: none; }
        .projects-filter .block.map {
          padding-left: 17px; } }
  @media screen and (max-width: 767px) {
    .projects-filter {
      flex-direction: column;
      padding: 24px 0 28px !important;
      align-items: flex-start;
      margin-bottom: 32px; }
      .projects-filter .block {
        flex-direction: column;
        padding: 0 20px !important;
        margin-bottom: 32px;
        width: 100%; }
        .projects-filter .block:after {
          display: none !important; }
        .projects-filter .block.property-types {
          margin-bottom: 24px; }
          .projects-filter .block.property-types .title {
            margin: 0 0 12px 0; }
        .projects-filter .block.sale-types {
          margin-bottom: 35px; }
        .projects-filter .block.map {
          border-top: 1px solid #C4C4C4;
          width: 100%;
          align-items: center;
          padding-top: 24px !important;
          margin-bottom: 0; }
          .projects-filter .block.map .on-map-link {
            margin: 0;
            width: 163px; }
        .projects-filter .block.classes {
          margin-bottom: 5px; }
        .projects-filter .block .switcher {
          flex-wrap: wrap; }
          .projects-filter .block .switcher.bordered a:not(:last-child) {
            margin-right: 44px; }
          .projects-filter .block .switcher.bg {
            justify-content: space-between; }
            .projects-filter .block .switcher.bg a {
              width: 48%;
              justify-content: center;
              margin-bottom: 27px;
              margin-right: 0px !important; } }

.request-form-container {
  background: #F2F2F2;
  padding: 56px 0 71px; }
  .request-form-container .title {
    text-align: center;
    font-family: Cuprum;
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 11px; }
  .request-form-container .descr {
    margin-bottom: 31px;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #4F4F4F; }
  .request-form-container form .input-row {
    margin-bottom: 32px;
    display: flex;
    justify-content: center; }
    .request-form-container form .input-row > input[name=name], .request-form-container form .input-row > input[name=phone] {
      width: 295px;
      height: 48px;
      margin: 0 10px;
      background: #FFFFFF;
      border: 1px solid #C4C4C4;
      padding: 0 20px; }
  .request-form-container form .submit-btn {
    width: 159px;
    margin: 0 auto 30px;
    display: flex; }
  .request-form-container form .terms {
    justify-content: center; }
  .request-form-container .success-wr {
    display: none;
    padding: 100px 0;
    text-align: center; }
    .request-form-container .success-wr .title {
      margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .request-form-container {
      padding: 41px 0 45px; }
      .request-form-container .title {
        font-size: 28px;
        line-height: 120%; }
      .request-form-container form .input-row {
        margin-bottom: 13px;
        flex-direction: column; }
        .request-form-container form .input-row > input[name=name], .request-form-container form .input-row > input[name=phone] {
          width: 100%;
          margin: 0 0 19px; }
      .request-form-container form label > div {
        width: 180px; } }

.top-block-with-bg {
  height: 519px;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-top: 119px;
  padding-bottom: 63px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column; }
  .top-block-with-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000000;
    opacity: 0.4;
    z-index: 1; }
  .top-block-with-bg > * {
    position: relative;
    z-index: 2; }
  .top-block-with-bg .text {
    font-size: 18px;
    line-height: 180%;
    max-width: 390px; }
  .top-block-with-bg .breadcrumbs-wr a {
    color: #fff; }
  .top-block-with-bg .page-name {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 11px; }
  @media screen and (max-width: 767px) {
    .top-block-with-bg {
      height: 400px;
      padding-top: 69px;
      padding-bottom: 41px; }
      .top-block-with-bg .page-name {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 14px; }
      .top-block-with-bg .text {
        font-size: 16px;
        line-height: 160%; } }

.news-slider-block {
  background: #F2F2F2; }
  .news-slider-block .slider-container {
    padding-top: 64px;
    padding-bottom: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .news-slider-block .slider-container .arrow {
      width: 40px;
      height: 56px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: 37px; }
      .news-slider-block .slider-container .arrow svg * {
        transition: .2s; }
      .news-slider-block .slider-container .arrow:hover svg * {
        stroke: #262626; }
    .news-slider-block .slider-container .news-types {
      display: flex; }
      .news-slider-block .slider-container .news-types .news-type:first-child {
        margin-right: 34px; }
      .news-slider-block .slider-container .news-types .news-type .head {
        margin-bottom: 35px;
        display: flex;
        align-items: center; }
        .news-slider-block .slider-container .news-types .news-type .head:hover .caption {
          color: #0DB14B;
          margin-right: 26px; }
        .news-slider-block .slider-container .news-types .news-type .head .caption {
          font-family: Cuprum;
          font-weight: bold;
          font-size: 32px;
          line-height: 120%;
          color: #262626;
          margin-right: 14px;
          transition: .2s; }
        .news-slider-block .slider-container .news-types .news-type .head svg {
          margin-top: 5px; }
      .news-slider-block .slider-container .news-types .news-type .news-wr .news {
        display: flex; }
        .news-slider-block .slider-container .news-types .news-type .news-wr .news:hover .title {
          color: #0DB14B; }
        .news-slider-block .slider-container .news-types .news-type .news-wr .news .photo {
          width: 231px;
          height: 137px;
          margin-right: 24px;
          background-position: center;
          background-size: cover; }
        .news-slider-block .slider-container .news-types .news-type .news-wr .news .content {
          width: 291px; }
          .news-slider-block .slider-container .news-types .news-type .news-wr .news .content .title {
            font-family: Cuprum;
            font-size: 24px;
            line-height: 120%;
            max-height: 87px;
            transition: .2s;
            margin-bottom: 16px; }
          .news-slider-block .slider-container .news-types .news-type .news-wr .news .content .date {
            font-size: 14px;
            line-height: 16px;
            color: #4F4F4F;
            margin-bottom: 9px; }
  @media screen and (min-width: 1280px) {
    .news-slider-block .slider-container {
      width: 1280px; } }
  @media screen and (max-width: 1280px) {
    .news-slider-block .slider-container {
      padding-top: 48px;
      padding-bottom: 51px; }
      .news-slider-block .slider-container .arrow {
        top: -24px; }
      .news-slider-block .slider-container .news-types .news-type:first-child {
        margin-right: 84px; } }
  @media screen and (max-width: 1280px) and (min-width: 1023px) {
    .news-slider-block .slider-container .news-types .news-type .news-wr .news {
      flex-direction: column; }
      .news-slider-block .slider-container .news-types .news-type .news-wr .news .photo {
        width: 350px;
        height: 212px;
        margin: 0 0 20px; }
      .news-slider-block .slider-container .news-types .news-type .news-wr .news .content .title {
        margin-bottom: 16px; } }
  @media screen and (max-width: 1023px) {
    .news-slider-block .slider-container {
      padding-bottom: 60px; }
      .news-slider-block .slider-container .arrow {
        display: none; }
      .news-slider-block .slider-container .news-types {
        flex-direction: column; }
        .news-slider-block .slider-container .news-types .news-type {
          width: 100%; }
          .news-slider-block .slider-container .news-types .news-type:first-child {
            margin: 0 0 48px; }
          .news-slider-block .slider-container .news-types .news-type .head {
            margin-bottom: 24px; }
          .news-slider-block .slider-container .news-types .news-type .news-wr .news .photo {
            width: 342px;
            height: 212px;
            margin-right: 36px; }
          .news-slider-block .slider-container .news-types .news-type .news-wr .news .content {
            width: 326px;
            justify-content: center; }
            .news-slider-block .slider-container .news-types .news-type .news-wr .news .content .title {
              margin-bottom: 16px; } }
  @media screen and (max-width: 767px) {
    .news-slider-block .slider-container {
      padding-top: 36px;
      padding-bottom: 39px; }
      .news-slider-block .slider-container .news-types .news-type:first-child {
        margin: 0 0 32px; }
      .news-slider-block .slider-container .news-types .news-type .head .caption {
        font-size: 24px; }
      .news-slider-block .slider-container .news-types .news-type .news-wr .news {
        flex-direction: column; }
        .news-slider-block .slider-container .news-types .news-type .news-wr .news .photo {
          width: 100%;
          height: 212px;
          margin: 0 0 16px; }
        .news-slider-block .slider-container .news-types .news-type .news-wr .news .content {
          width: 100%; }
          .news-slider-block .slider-container .news-types .news-type .news-wr .news .content .title {
            font-size: 20px; } }

.projects-block.show-map .projects-list-wr {
  display: none; }
.projects-block.show-map .projects-map {
  display: block; }
.projects-block .projects-list-wr {
  overflow: hidden; }
.projects-block .projects-list {
  width: calc(100% + 40px);
  display: flex;
  flex-wrap: wrap; }
.projects-block .project {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  height: 422px;
  margin: 0 20px 20px 0;
  position: relative;
  padding: 32px;
  overflow: hidden;
  opacity: 0; }
  .projects-block .project:after, .projects-block .project:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .2s; }
  .projects-block .project:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.4; }
  .projects-block .project:before {
    background: #2E3192;
    opacity: 0; }
  .projects-block .project .logo {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .2s;
    z-index: 2; }
  .projects-block .project .wr {
    color: #fff;
    z-index: 2; }
    .projects-block .project .wr .type {
      margin-bottom: 16px; }
    .projects-block .project .wr .name {
      font-family: Cuprum;
      font-size: 40px;
      line-height: 140%;
      margin-bottom: 8px; }
      .projects-block .project .wr .name:before {
        content: '';
        display: block;
        width: 48px;
        height: 3px;
        background: #0DB14B;
        margin-bottom: 7px; }
    .projects-block .project .wr .info-wr {
      transition: .2s; }
    .projects-block .project .wr .class {
      font-weight: bold;
      font-size: 12px;
      line-height: 140%;
      text-transform: uppercase;
      color: #262626;
      background: #F2F2F2;
      border-radius: 20px;
      padding: 2px 7px;
      margin-bottom: 24px;
      display: inline-block;
      opacity: 0; }
    .projects-block .project .wr .row {
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 160%;
      margin-top: 11px;
      transform: translateY(40px);
      opacity: 0; }
      .projects-block .project .wr .row .icon-wr {
        width: 26px; }
        .projects-block .project .wr .row .icon-wr svg {
          display: block; }
.projects-block .projects-map {
  display: none; }
@media screen and (min-width: 1280px) {
  .projects-block .project:nth-child(4n+1), .projects-block .project:nth-child(4n+4) {
    width: 488px; }
  .projects-block .project:nth-child(4n+2), .projects-block .project:nth-child(4n+3) {
    width: 676px; }
  .projects-block .project.hover:after {
    opacity: 0; }
  .projects-block .project.hover:before {
    opacity: 0.6; }
  .projects-block .project.hover .logo {
    opacity: 1; }
  .projects-block .project.hover .wr .class {
    opacity: 1;
    transition: opacity .2s .2s; }
  .projects-block .project.hover .wr .row {
    transform: translateY(0px);
    opacity: 1;
    transition: .2s;
    transition-delay: .1s; }
    .projects-block .project.hover .wr .row.row-2 {
      transition-delay: .2s; }
    .projects-block .project.hover .wr .row.row-3 {
      transition-delay: .3s; } }
@media screen and (max-width: 1280px) {
  .projects-block .project {
    width: 462px; }
    .projects-block .project .wr .info-wr {
      display: none; } }
@media screen and (max-width: 1023px) {
  .projects-block .project {
    width: 342px;
    height: 372px; }
    .projects-block .project .wr .name {
      font-size: 32px; } }
@media screen and (max-width: 767px) {
  .projects-block .project {
    width: 100%;
    height: 280px;
    padding: 11px 24px; } }

.instagram-block {
  padding-top: 64px;
  padding-bottom: 80px; }
  .instagram-block .head {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    .instagram-block .head .title {
      margin-right: 14px; }
    .instagram-block .head .inst-link {
      color: #0DB14B;
      font-size: 14px;
      line-height: 16px;
      display: flex;
      align-items: center;
      margin-top: 7px;
      transition: .2s; }
      .instagram-block .head .inst-link svg {
        margin-right: 8px; }
      .instagram-block .head .inst-link:hover {
        color: #2E3192; }
  .instagram-block .list-wr {
    overflow: hidden; }
  .instagram-block .list {
    width: calc(100% + 50px);
    display: flex; }
    .instagram-block .list li {
      margin-right: 39px; }
    .instagram-block .list img {
      width: 204px;
      height: 204px; }
  @media screen and (max-width: 1023px) {
    .instagram-block {
      padding-top: 48px;
      padding-bottom: 57px; }
      .instagram-block .list li {
        margin-right: 46px; } }
  @media screen and (max-width: 767px) {
    .instagram-block .head {
      margin-bottom: 27px; }
      .instagram-block .head .title {
        font-size: 24px;
        margin-right: 11px; }
      .instagram-block .head .inst-link svg {
        margin-right: 7px; }
    .instagram-block .list {
      flex-direction: column;
      width: 100%; }
      .instagram-block .list li {
        margin: 0 0 24px 0;
        text-align: center; } }

.numbers-block {
  display: flex;
  align-items: flex-start;
  padding: 0 132px 0 105px;
  justify-content: space-between; }
  .numbers-block .block {
    font-size: 16px;
    line-height: 160%;
    position: relative;
    max-width: 260px; }
    .numbers-block .block .unitleft {
      color: #4F4F4F;
      margin-bottom: 3px; }
    .numbers-block .block .num {
      font-weight: bold;
      font-size: 40px;
      line-height: 1;
      display: flex;
      align-items: flex-end;
      margin-bottom: 2px; }
      .numbers-block .block .num .unit {
        font-size: 16px;
        color: #4F4F4F;
        font-weight: normal;
        margin: 0 0 3px 7px; }
  .numbers-block .del {
    width: 1px;
    height: 76px;
    background: #C4C4C4;
    top: 28px;
    right: 0;
    margin-top: 27px; }
  @media screen and (max-width: 1280px) {
    .numbers-block {
      padding: 0 69px 0 40px; } }
  @media screen and (max-width: 1023px) {
    .numbers-block {
      flex-wrap: wrap;
      width: 460px;
      padding: 0; }
      .numbers-block .block {
        width: 165px;
        display: flex;
        flex-direction: column;
        padding: 0;
        max-width: initial;
        margin-bottom: 65px; }
        .numbers-block .block:nth-of-type(4n+1):after {
          content: '';
          display: block;
          height: 73px;
          width: 1px;
          background-color: #C4C4C4;
          position: absolute;
          right: -70px;
          top: 32px; }
      .numbers-block .del {
        display: none; } }
  @media screen and (max-width: 767px) {
    .numbers-block {
      width: 100%;
      padding: 0 20px; }
      .numbers-block .block {
        width: 100%;
        text-align: left;
        align-items: flex-start;
        margin: 0 0 44px; }
        .numbers-block .block:after {
          display: none !important; }
      .numbers-block .del {
        display: none; } }

.prefs-list-wr {
  overflow: hidden; }
  .prefs-list-wr .prefs-list {
    width: calc(100% + 40px);
    display: flex;
    flex-wrap: wrap; }
    .prefs-list-wr .prefs-list .pref {
      margin: 0 20px 20px 0;
      height: 331px;
      background-position: center;
      background-size: cover;
      padding: 24px;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      position: relative;
      overflow: hidden; }
      .prefs-list-wr .prefs-list .pref:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: 1s;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        opacity: 0.4; }
      .prefs-list-wr .prefs-list .pref .wr {
        color: #fff;
        position: relative;
        z-index: 2; }
        .prefs-list-wr .prefs-list .pref .wr .caption {
          font-family: Cuprum;
          font-weight: bold;
          font-size: 24px;
          line-height: 120%;
          transition: .2s;
          margin-bottom: 0; }
        .prefs-list-wr .prefs-list .pref .wr .cwr {
          height: 0;
          transition: .2s;
          opacity: 0;
          font-size: 15px;
          line-height: 160%; }
        .prefs-list-wr .prefs-list .pref .wr .list li {
          position: relative;
          margin-bottom: 5px;
          padding-left: 30px; }
          .prefs-list-wr .prefs-list .pref .wr .list li:before {
            content: '';
            display: block;
            width: 18px;
            height: 1px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 11px; }
  @media screen and (min-width: 1280px) {
    .prefs-list-wr .prefs-list .pref {
      width: 386px; }
      .prefs-list-wr .prefs-list .pref:hover:before {
        background: linear-gradient(180deg, #2E3192 0%, #2E3192 100%);
        opacity: 0.6; }
      .prefs-list-wr .prefs-list .pref:hover .wr .cwr {
        height: 243px;
        opacity: 1; }
      .prefs-list-wr .prefs-list .pref:hover .wr .caption {
        margin-bottom: 16px; }
      .prefs-list-wr .prefs-list .pref:nth-child(5n+1), .prefs-list-wr .prefs-list .pref:nth-child(5n+2) {
        width: 590px; } }
  @media screen and (max-width: 1280px) and (min-width: 1023px) {
    .prefs-list-wr .prefs-list .pref {
      width: 301px; }
      .prefs-list-wr .prefs-list .pref:nth-child(5n+1), .prefs-list-wr .prefs-list .pref:nth-child(5n+2) {
        width: 462px; } }
  @media screen and (max-width: 1023px) {
    .prefs-list-wr {
      width: 584px;
      margin-left: auto;
      margin-right: auto; }
      .prefs-list-wr .prefs-list .pref {
        width: 282px; }
        .prefs-list-wr .prefs-list .pref:nth-child(5n+1) {
          width: 584px;
          margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .prefs-list-wr {
      width: 100%; }
      .prefs-list-wr .prefs-list {
        width: 100%;
        flex-direction: column; }
        .prefs-list-wr .prefs-list .pref {
          width: 100% !important;
          height: 280px;
          padding: 28px 17px; }
          .prefs-list-wr .prefs-list .pref .wr .caption {
            font-size: 24px;
            line-height: 120%; } }

.slider-block {
  position: relative; }
  .slider-block .arrow {
    width: 40px;
    height: 56px;
    position: absolute;
    background: #fff;
    cursor: pointer;
    top: 50%;
    margin-top: -28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    .slider-block .arrow.prev {
      left: 0; }
    .slider-block .arrow.next {
      right: 0; }
  .slider-block .slider .slide {
    text-align: center; }
    .slider-block .slider .slide img {
      max-width: 100%;
      display: inline-block !important; }

.certificates-block {
  margin-bottom: 100px; }
  .certificates-block .title {
    text-align: center;
    margin-bottom: 56px; }
  .certificates-block .certificates-slider {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .certificates-block .certificates-slider .arrow {
      width: 40px;
      height: 56px;
      background: #F2F2F2;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .certificates-block .certificates-slider .certificates {
      width: 1058px; }
      .certificates-block .certificates-slider .certificates .certificate {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .certificates-block .certificates-slider .certificates .certificate .photo {
          width: 191px;
          height: 264px;
          background-size: cover;
          background-position: center;
          margin-bottom: 24px;
          display: block; }
        .certificates-block .certificates-slider .certificates .certificate .name {
          width: 191px;
          color: #4F4F4F;
          font-size: 14px;
          line-height: 160%;
          max-height: 90px;
          overflow: hidden; }
        .certificates-block .certificates-slider .certificates .certificate .doc-link {
          color: #0DB14B;
          margin-top: 8px; }
  @media screen and (max-width: 1280px) {
    .certificates-block {
      padding: 0;
      margin-bottom: 60px; }
      .certificates-block .title {
        margin-bottom: 48px; }
      .certificates-block .certificates-slider .arrow {
        margin-top: -70px; }
      .certificates-block .certificates-slider .certificates {
        width: calc(100% - 40px * 2); }
        .certificates-block .certificates-slider .certificates .certificate {
          margin: 0; }
          .certificates-block .certificates-slider .certificates .certificate .photo {
            width: 169px;
            height: 234px; } }
  @media screen and (max-width: 1023px) {
    .certificates-block .title {
      margin-bottom: 56px; }
    .certificates-block .certificates-slider .certificates .certificate .photo {
      width: 191px;
      height: 264px; } }
  @media screen and (max-width: 767px) {
    .certificates-block {
      padding-left: 20px; }
      .certificates-block .title {
        text-align: left;
        margin-bottom: 32px; }
      .certificates-block .certificates-slider .arrow {
        display: none !important; }
      .certificates-block .certificates-slider .certificates {
        width: 100%; }
        .certificates-block .certificates-slider .certificates .certificate {
          margin-right: 28px; }
          .certificates-block .certificates-slider .certificates .certificate .photo {
            width: 169px;
            height: 234px; }
          .certificates-block .certificates-slider .certificates .certificate .name {
            width: 169px; } }

.about-page .top-block-with-bg {
  padding-bottom: 72px; }
  .about-page .top-block-with-bg .best {
    position: absolute;
    top: 128px;
    left: calc(50% + 445px); }
.about-page .description-block {
  margin-top: 71px;
  margin-bottom: 96px;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .about-page .description-block .lead-text {
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 142%;
    margin-right: 50px;
    margin-left: 1px;
    width: 458px; }
    .about-page .description-block .lead-text img {
      display: block;
      margin-top: 28px; }
  .about-page .description-block .about-text {
    font-size: 20px;
    line-height: 180%;
    color: #4F4F4F;
    width: 488px;
    margin-top: 8px; }
.about-page .numbers-block {
  margin-bottom: 80px; }
.about-page .director-block {
  background: #F2F2F2;
  padding: 64px 0;
  margin-bottom: 80px; }
  .about-page .director-block .content-container {
    display: flex;
    align-items: center;
    padding-left: 104px; }
    .about-page .director-block .content-container .content {
      width: 526px;
      margin-left: 120px;
      font-size: 17px;
      line-height: 160%; }
      .about-page .director-block .content-container .content .name {
        font-weight: 500;
        margin-top: 32px;
        margin-bottom: 4px; }
      .about-page .director-block .content-container .content .position {
        font-size: 15px;
        line-height: 160%;
        color: #4F4F4F; }
.about-page .history-block {
  margin-bottom: 80px; }
  .about-page .history-block > .block-title {
    display: none; }
  .about-page .history-block .block-title {
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #333333;
    margin-bottom: 63px; }
  .about-page .history-block .year-slides {
    margin-bottom: 25px; }
    .about-page .history-block .year-slides .year-slide {
      display: flex;
      align-items: center; }
      .about-page .history-block .year-slides .year-slide:not(.current) {
        display: none; }
      .about-page .history-block .year-slides .year-slide .photo {
        width: 692px;
        height: 502px;
        background-position: center;
        background-size: cover;
        margin-right: 58px; }
      .about-page .history-block .year-slides .year-slide .content {
        width: 407px; }
        .about-page .history-block .year-slides .year-slide .content .year {
          font-family: Cuprum;
          font-weight: bold;
          font-size: 40px;
          line-height: 46px;
          color: #262626;
          margin-bottom: 16px; }
        .about-page .history-block .year-slides .year-slide .content .title {
          font-size: 18px;
          line-height: 180%;
          color: #333333;
          margin-bottom: 20px; }
          .about-page .history-block .year-slides .year-slide .content .title:after {
            content: '';
            display: block;
            width: 48px;
            height: 3px;
            background-color: #0DB14B;
            margin-top: 12px; }
        .about-page .history-block .year-slides .year-slide .content .text {
          font-size: 16px;
          line-height: 160%;
          color: #4F4F4F; }
  .about-page .history-block .years-list {
    display: flex;
    align-items: center; }
    .about-page .history-block .years-list .arrow {
      width: 26px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .about-page .history-block .years-list .years {
      width: 589px;
      margin: 0 26px;
      height: 40px;
      overflow: hidden; }
      .about-page .history-block .years-list .years .year {
        font-size: 16px;
        line-height: 180%;
        padding: 4px 16px;
        width: 69px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .2s;
        margin: 0 8.8px;
        border-radius: 50px;
        background: #fff;
        cursor: pointer;
        border: 2px solid transparent; }
        .about-page .history-block .years-list .years .year:hover {
          border-color: #0DB14B; }
        .about-page .history-block .years-list .years .year.current {
          border-color: #0DB14B;
          background: #0DB14B;
          color: #fff; }
.about-page .projects-map {
  margin-bottom: 80px; }
.about-page .leaderships-block {
  margin-bottom: 92px; }
  .about-page .leaderships-block .title {
    text-align: center;
    margin-bottom: 56px; }
  .about-page .leaderships-block .leaderships-slider {
    display: flex;
    justify-content: space-between; }
    .about-page .leaderships-block .leaderships-slider .arrow {
      width: 40px;
      height: 56px;
      background: #F2F2F2;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      margin-top: 178px; }
    .about-page .leaderships-block .leaderships-slider .leaderships {
      width: 1058px; }
      .about-page .leaderships-block .leaderships-slider .leaderships .leadership {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .about-page .leaderships-block .leaderships-slider .leaderships .leadership .photo {
          width: 280px;
          height: 460px;
          margin-bottom: 28px;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: top center; }
        .about-page .leaderships-block .leaderships-slider .leaderships .leadership .wr {
          width: 311px; }
        .about-page .leaderships-block .leaderships-slider .leaderships .leadership .name {
          font-family: Cuprum;
          font-style: normal;
          font-weight: normal;
          font-size: 24px;
          line-height: 120%;
          color: #262626;
          margin-bottom: 12px; }
        .about-page .leaderships-block .leaderships-slider .leaderships .leadership .position {
          font-size: 16px;
          line-height: 19px;
          color: #4F4F4F; }
@media screen and (max-width: 1280px) {
  .about-page .top-block-with-bg .best {
    left: initial;
    right: 40px; }
  .about-page .description-block {
    margin-top: 81px; }
    .about-page .description-block .lead-text {
      font-size: 30px;
      width: 432px; }
    .about-page .description-block .about-text {
      width: 462px; }
  .about-page .director-block {
    margin-bottom: 50px; }
    .about-page .director-block .content-container {
      padding-left: 88px; }
      .about-page .director-block .content-container .content {
        margin-left: 70px; }
  .about-page .history-block > .block-title {
    display: block; }
  .about-page .history-block .block-title {
    margin-bottom: 28px; }
  .about-page .history-block .year-slides .year-slide .photo {
    width: 463px;
    height: 336px;
    margin-right: 47px; }
  .about-page .history-block .year-slides .year-slide .content {
    width: 433px; }
    .about-page .history-block .year-slides .year-slide .content .block-title {
      display: none; }
    .about-page .history-block .year-slides .year-slide .content .year {
      font-size: 32px;
      line-height: 37px; }
  .about-page .history-block .years-list .years {
    width: 353px; }
    .about-page .history-block .years-list .years .year {
      margin: 0 14px; }
  .about-page .project-map {
    margin-bottom: 56px; }
  .about-page .leaderships-block {
    padding: 0;
    margin-bottom: 80px; }
    .about-page .leaderships-block .title {
      margin-bottom: 48px; }
    .about-page .leaderships-block .leaderships-slider .arrow {
      margin-top: 148px; }
    .about-page .leaderships-block .leaderships-slider .leaderships {
      width: 928px; }
      .about-page .leaderships-block .leaderships-slider .leaderships .leadership .wr {
        width: 263px; }
      .about-page .leaderships-block .leaderships-slider .leaderships .leadership .name {
        font-size: 20px;
        line-height: 120%; } }
@media screen and (max-width: 1023px) {
  .about-page .description-block {
    flex-direction: column;
    align-items: center;
    width: 460px;
    margin: 46px auto 36px;
    padding: 0; }
    .about-page .description-block .lead-text {
      width: 100%;
      font-size: 32px;
      line-height: 140%;
      margin: 0 0 24px; }
    .about-page .description-block .about-text {
      width: 100%;
      font-size: 18px;
      line-height: 180%; }
  .about-page .numbers-block {
    margin-bottom: 5px; }
  .about-page .director-block {
    padding: 59px 0;
    margin-bottom: 59px; }
    .about-page .director-block .content-container {
      padding-left: 32px; }
      .about-page .director-block .content-container .content {
        margin-left: 32px; }
  .about-page .history-block {
    margin-bottom: 60px; }
    .about-page .history-block .block-title {
      text-align: center; }
    .about-page .history-block .year-slides .year-slide {
      flex-direction: column; }
      .about-page .history-block .year-slides .year-slide .photo {
        width: 583px;
        height: 336px;
        margin: 0 0 100px; }
      .about-page .history-block .year-slides .year-slide .content {
        width: 462px; }
    .about-page .history-block .years-list {
      position: absolute;
      top: 431px;
      left: 89px; }
      .about-page .history-block .years-list .years {
        width: 489px; }
        .about-page .history-block .years-list .years .year {
          margin: 0 17px; }
  .about-page .project-map {
    margin-bottom: 61px; }
  .about-page .leaderships-block {
    margin-bottom: 63px; }
    .about-page .leaderships-block .leaderships-slider .arrow {
      margin-top: 179px; }
    .about-page .leaderships-block .leaderships-slider .leaderships {
      width: calc(100% - 80px); }
      .about-page .leaderships-block .leaderships-slider .leaderships .leadership .wr {
        width: 311px; }
      .about-page .leaderships-block .leaderships-slider .leaderships .leadership .name {
        font-size: 24px;
        line-height: 120%; } }
@media screen and (max-width: 767px) {
  .about-page .top-block-with-bg {
    padding-bottom: 41px; }
    .about-page .top-block-with-bg .best {
      width: 100px;
      right: 20px;
      top: 67px; }
  .about-page .description-block {
    width: 100%;
    margin: 33px auto 14px;
    text-align: left;
    padding: 0 20px; }
    .about-page .description-block .lead-text {
      font-size: 24px;
      line-height: 140%;
      margin-bottom: 20px; }
    .about-page .description-block .about-text {
      font-size: 16px;
      line-height: 160%; }
  .about-page .director-block {
    padding: 31px 0 41px;
    margin-bottom: 41px; }
    .about-page .director-block .content-container {
      flex-direction: column;
      padding: 0 20px; }
      .about-page .director-block .content-container .photo {
        width: 100%;
        margin-bottom: 30px; }
      .about-page .director-block .content-container .content {
        width: 100%;
        margin: 0; }
  .about-page .history-block {
    padding: 0; }
    .about-page .history-block .block-title {
      font-size: 28px;
      line-height: 120%;
      margin-bottom: 20px; }
    .about-page .history-block .year-slides .year-slide .photo {
      width: 100%;
      height: 200px;
      margin: 0 0 89px; }
    .about-page .history-block .year-slides .year-slide .content {
      width: 100%;
      padding: 0 20px; }
      .about-page .history-block .year-slides .year-slide .content .year {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px; }
      .about-page .history-block .year-slides .year-slide .content .title {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 17px; }
        .about-page .history-block .year-slides .year-slide .content .title:after {
          margin-top: 17px; }
    .about-page .history-block .years-list {
      position: absolute;
      top: 273px;
      left: 0;
      width: 100%; }
      .about-page .history-block .years-list .arrow {
        display: none !important; }
      .about-page .history-block .years-list .years {
        width: 100%;
        margin: 0;
        padding: 0 0 0 20px; }
        .about-page .history-block .years-list .years .year {
          margin: 0 16px 0 0; }
  .about-page .projects-map {
    height: 443px;
    margin-bottom: 41px; }
  .about-page .leaderships-block {
    padding-left: 20px; }
    .about-page .leaderships-block .title {
      text-align: left;
      margin-bottom: 32px; }
    .about-page .leaderships-block .leaderships-slider .arrow {
      display: none !important; }
    .about-page .leaderships-block .leaderships-slider .leaderships {
      width: 100%; }
      .about-page .leaderships-block .leaderships-slider .leaderships .leadership {
        width: 200px;
        margin-right: 28px; }
        .about-page .leaderships-block .leaderships-slider .leaderships .leadership .photo {
          width: 100%;
          height: 328px;
          margin-bottom: 21px; }
        .about-page .leaderships-block .leaderships-slider .leaderships .leadership .wr {
          width: 100%; }
          .about-page .leaderships-block .leaderships-slider .leaderships .leadership .wr .name {
            font-size: 20px; } }

.contacts-page {
  padding-bottom: 60px; }
  .contacts-page .contacts {
    display: flex;
    margin-bottom: 5px; }
    .contacts-page .contacts .block {
      width: 260px; }
      .contacts-page .contacts .block:not(:last-child) {
        margin-right: 43px; }
      .contacts-page .contacts .block .name {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px; }
      .contacts-page .contacts .block p {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 160%;
        color: #4F4F4F; }
        .contacts-page .contacts .block p.small-margin {
          margin-bottom: 12px; }
        .contacts-page .contacts .block p .phone {
          font-weight: bold;
          margin-left: 10px; }
        .contacts-page .contacts .block p .email {
          color: #0DB14B; }
          .contacts-page .contacts .block p .email:hover {
            text-decoration: underline; }
  .contacts-page .map {
    height: 466px; }
  @media screen and (max-width: 1280px) and (min-width: 1023px) {
    .contacts-page .contacts {
      flex-direction: column;
      margin-bottom: 60px; }
      .contacts-page .contacts .block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: auto; }
        .contacts-page .contacts .block:not(:last-child) {
          margin-bottom: 40px;
          margin-right: 0; }
        .contacts-page .contacts .block .wr {
          display: flex; }
          .contacts-page .contacts .block .wr p {
            margin-bottom: 0; }
            .contacts-page .contacts .block .wr p:not(:last-child) {
              margin-right: 48px; }
            .contacts-page .contacts .block .wr p.address {
              width: 221px; }
            .contacts-page .contacts .block .wr p .phone {
              display: block;
              margin-left: 0; }
            .contacts-page .contacts .block .wr p .email {
              display: inline-block;
              margin-top: 25px; } }
  @media screen and (max-width: 1023px) {
    .contacts-page {
      padding-bottom: 45px; }
      .contacts-page .contacts {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0; }
        .contacts-page .contacts .block {
          width: 342px;
          margin-right: 0 !important;
          margin-bottom: 33px; }
          .contacts-page .contacts .block p {
            margin-bottom: 18px; } }
  @media screen and (max-width: 767px) {
    .contacts-page {
      width: 100%;
      padding-bottom: 0; }
      .contacts-page .map {
        height: 273px;
        margin-left: -20px;
        width: calc(100% + 40px); } }

@keyframes moveRhombus {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0px); } }
.index-page .top-slider-block {
  height: 100vh;
  overflow: hidden; }
  .index-page .top-slider-block .an-badge {
    position: absolute;
    z-index: 10;
    bottom: 36px;
    right: 36px; }
  .index-page .top-slider-block .move-down {
    position: absolute;
    bottom: 31px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 10; }
    .index-page .top-slider-block .move-down svg #r {
      animation-duration: 1s;
      animation-name: moveRhombus;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out; }
  .index-page .top-slider-block .controls {
    position: absolute;
    bottom: 38px;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    padding-left: 15px; }
    .index-page .top-slider-block .controls .dots {
      display: flex; }
      .index-page .top-slider-block .controls .dots .dot {
        padding: 0;
        width: 23px;
        height: 2px;
        background: #fff;
        border: 0;
        margin: 0 6px;
        font-size: 0;
        transition: .4s; }
        .index-page .top-slider-block .controls .dots .dot.active {
          background: #0DB14B; }
    .index-page .top-slider-block .controls .arrow {
      cursor: pointer; }
      .index-page .top-slider-block .controls .arrow svg {
        display: block; }
        .index-page .top-slider-block .controls .arrow svg * {
          stroke: #fff; }
  .index-page .top-slider-block .slides {
    height: 100%;
    margin-bottom: 0;
    position: relative; }
    .index-page .top-slider-block .slides .slide {
      height: 100%;
      position: absolute;
      color: #fff;
      display: flex;
      align-items: flex-end;
      width: 100%;
      top: 0; }
      .index-page .top-slider-block .slides .slide:not(.active) {
        z-index: 1; }
        .index-page .top-slider-block .slides .slide:not(.active) .bg-wr {
          left: 100%; }
        .index-page .top-slider-block .slides .slide:not(.active) .slide-container .content-wr {
          opacity: 0;
          left: -30px; }
      .index-page .top-slider-block .slides .slide.active {
        z-index: 2; }
        .index-page .top-slider-block .slides .slide.active .bg-wr {
          left: 0; }
        .index-page .top-slider-block .slides .slide.active .slide-container .content-wr {
          opacity: 1; }
      .index-page .top-slider-block .slides .slide .bg-wr {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .index-page .top-slider-block .slides .slide .bg {
        background-size: cover;
        background-position: center;
        position: absolute;
        top: -10%;
        left: -10%;
        height: 120%;
        width: 120%; }
        .index-page .top-slider-block .slides .slide .bg:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          background: #000000;
          opacity: 0.3;
          z-index: 1; }
      .index-page .top-slider-block .slides .slide .slide-container {
        position: relative;
        z-index: 2;
        padding-bottom: 159px; }
        .index-page .top-slider-block .slides .slide .slide-container .content-wr {
          position: relative; }
        .index-page .top-slider-block .slides .slide .slide-container .head {
          display: flex;
          align-items: center;
          margin-bottom: -2px;
          margin-left: 8px; }
          .index-page .top-slider-block .slides .slide .slide-container .head .type {
            font-size: 20px;
            line-height: 23px;
            margin-right: 8px; }
          .index-page .top-slider-block .slides .slide .slide-container .head .year {
            background: url(/img/icon/flag.svg) no-repeat center;
            width: 60px;
            height: 22.2px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-right: 4px;
            font-weight: bold; }
        .index-page .top-slider-block .slides .slide .slide-container .title {
          font-family: Cuprum;
          font-weight: bold;
          font-size: 80px;
          line-height: 90%;
          margin-bottom: 42px; }
          .index-page .top-slider-block .slides .slide .slide-container .title.project-name {
            font-size: 100px;
            line-height: 115px;
            text-transform: uppercase;
            margin-bottom: 0; }
        .index-page .top-slider-block .slides .slide .slide-container .content {
          font-size: 20px;
          line-height: 160%;
          max-width: 488px;
          margin-bottom: 28px; }
        .index-page .top-slider-block .slides .slide .slide-container .nav-menu {
          width: 163px;
          position: absolute;
          right: 44px;
          bottom: 38px;
          display: flex;
          flex-direction: column; }
          .index-page .top-slider-block .slides .slide .slide-container .nav-menu a {
            font-weight: 500;
            font-size: 14px;
            line-height: 160%;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            color: #FFFFFF;
            margin-top: 14px; }
            .index-page .top-slider-block .slides .slide .slide-container .nav-menu a:hover svg {
              left: 4px; }
            .index-page .top-slider-block .slides .slide .slide-container .nav-menu a svg {
              position: relative;
              left: 0;
              transition: .2s;
              margin-right: 8px; }
.index-page .description-block {
  margin-top: 77px;
  margin-bottom: 67px;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .index-page .description-block .lead-text {
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 140%;
    margin-right: 24px;
    margin-left: 1px;
    width: 386px; }
  .index-page .description-block .about-text {
    font-size: 20px;
    line-height: 180%;
    color: #4F4F4F;
    width: 586px;
    margin-top: 8px; }
.index-page .all-projects-wr {
  text-align: center;
  padding: 29px 0 60px; }
  .index-page .all-projects-wr .all-projects-link {
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    text-transform: uppercase;
    color: #262626;
    border-bottom: 4px solid #0DB14B;
    padding-bottom: 11px; }
.index-page .numbers-block {
  margin-bottom: 72px; }
.index-page .prefs-list-wr {
  margin-bottom: 40px; }
  .index-page .prefs-list-wr .prefs-list .pref {
    width: 381px !important; }
    .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+1) {
      width: 782px !important; }
    .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+3), .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+4), .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+5) {
      height: 235px; }
@media screen and (min-width: 1280px) {
  .index-page .top-slider-block {
    min-height: 560px; }
  .index-page .prefs-list-wr {
    margin-bottom: 40px; }
    .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+3):hover .wr .cwr, .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+4):hover .wr .cwr, .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+5):hover .wr .cwr {
      height: 149px; } }
@media screen and (max-width: 1280px) {
  .index-page .top-slider-block {
    height: 638px; }
    .index-page .top-slider-block .slides {
      height: 638px; }
      .index-page .top-slider-block .slides .slide {
        height: 638px; }
        .index-page .top-slider-block .slides .slide .slide-container {
          padding-bottom: 118px; }
          .index-page .top-slider-block .slides .slide .slide-container .nav-menu {
            right: 64px; }
    .index-page .top-slider-block .controls {
      left: 29px; }
    .index-page .top-slider-block .an-badge {
      right: 40px; }
  .index-page .description-block .lead-text {
    width: 382px; }
  .index-page .description-block .about-text {
    width: 542px; }
  .index-page .prefs-list-wr {
    margin-bottom: 40px; }
    .index-page .prefs-list-wr .prefs-list .pref {
      width: 301px !important; }
      .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+1) {
        width: 623px !important; } }
@media screen and (max-width: 1023px) {
  .index-page .top-slider-block {
    height: 752px; }
    .index-page .top-slider-block .slides {
      height: 752px; }
      .index-page .top-slider-block .slides .slide {
        height: 752px; }
        .index-page .top-slider-block .slides .slide .slide-container {
          padding-bottom: 126px; }
          .index-page .top-slider-block .slides .slide .slide-container .nav-menu {
            right: 93px;
            bottom: 47px; }
    .index-page .top-slider-block .controls {
      left: 21px;
      bottom: 47px; }
    .index-page .top-slider-block .an-badge {
      right: 30px; }
  .index-page .description-block {
    flex-direction: column;
    align-items: center;
    width: 460px;
    margin: 46px auto 36px;
    padding: 0; }
    .index-page .description-block .lead-text {
      width: 100%;
      font-size: 32px;
      line-height: 140%;
      margin: 0 0 24px; }
    .index-page .description-block .about-text {
      width: 100%;
      font-size: 18px;
      line-height: 180%; }
  .index-page .numbers-block {
    margin-bottom: 6px; }
  .index-page .prefs-list-wr {
    margin-bottom: 40px;
    width: 100%; }
    .index-page .prefs-list-wr .prefs-list .pref {
      width: 342px !important;
      height: 235px !important; }
      .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+1) {
        width: 100% !important;
        height: 300px !important; } }
@media screen and (max-width: 767px) {
  .index-page .top-slider-block {
    height: 400px; }
    .index-page .top-slider-block .slides {
      height: 400px; }
      .index-page .top-slider-block .slides .slide {
        height: 400px; }
        .index-page .top-slider-block .slides .slide .slide-container {
          padding-bottom: 66px; }
          .index-page .top-slider-block .slides .slide .slide-container .head {
            margin-bottom: -1px;
            margin-left: 6px; }
            .index-page .top-slider-block .slides .slide .slide-container .head .type {
              font-size: 16px;
              line-height: 19px; }
            .index-page .top-slider-block .slides .slide .slide-container .head .year {
              width: 50px;
              height: 17.2px;
              padding-right: 4px;
              background-size: contain;
              font-size: 11px; }
          .index-page .top-slider-block .slides .slide .slide-container .title {
            font-size: 40px;
            line-height: 90%;
            margin-bottom: 24px; }
            .index-page .top-slider-block .slides .slide .slide-container .title.project-name {
              font-size: 70px;
              line-height: 81px;
              margin-bottom: -3px; }
          .index-page .top-slider-block .slides .slide .slide-container .nav-menu {
            display: none !important; }
          .index-page .top-slider-block .slides .slide .slide-container .content {
            font-size: 16px;
            line-height: 160%; }
    .index-page .top-slider-block .move-down {
      display: none; }
    .index-page .top-slider-block .controls {
      left: 5px;
      bottom: 28px; }
      .index-page .top-slider-block .controls .arrow svg {
        display: block; }
    .index-page .top-slider-block .an-badge {
      left: 17px;
      bottom: 237px;
      width: 90px; }
  .index-page .description-block {
    width: 100%;
    margin: 33px auto 14px;
    text-align: left;
    padding: 0 20px; }
    .index-page .description-block .lead-text {
      font-size: 24px;
      line-height: 140%;
      margin-bottom: 14px; }
    .index-page .description-block .about-text {
      font-size: 16px;
      line-height: 183%; }
  .index-page .prefs-list-wr .prefs-list .pref {
    width: 100% !important; }
    .index-page .prefs-list-wr .prefs-list .pref:nth-child(5n+1) {
      height: 235px !important; } }

.page-404 .block {
  background: url("/img/icon/p404.svg");
  width: 466px;
  height: 221px;
  margin: 100px auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column; }
  .page-404 .block .c {
    font-weight: bold;
    font-size: 80px;
    line-height: 94px;
    color: #262626;
    display: flex;
    align-items: center;
    margin: 28px 0 -7px; }
    .page-404 .block .c:after {
      content: '';
      display: block;
      width: 40px;
      height: 3px;
      background: #0DB14B;
      margin-left: 18px; }
  .page-404 .block .t {
    font-family: Cuprum;
    font-size: 24px;
    line-height: 120%;
    color: #4F4F4F; }

.services-page {
  padding-bottom: 80px; }
  .services-page .mobile-page-title {
    display: none; }
  .services-page .page-container {
    display: flex;
    justify-content: space-between; }
    .services-page .page-container .sidebar {
      width: 250px; }
      .services-page .page-container .sidebar h1 {
        margin-bottom: 24px; }
      .services-page .page-container .sidebar nav a {
        font-size: 15px;
        line-height: 150%;
        color: #4F4F4F;
        margin-bottom: 24px;
        display: inline-block;
        transition: .2s; }
        .services-page .page-container .sidebar nav a:hover {
          color: #0DB14B; }
    .services-page .page-container .services-list-wr {
      width: calc(100% - 277px);
      padding-top: 9px; }
      .services-page .page-container .services-list-wr .services-list {
        width: calc(100% + 30px);
        display: flex;
        flex-wrap: wrap; }
      .services-page .page-container .services-list-wr .service {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 0 20px 20px 0;
        height: 331px;
        color: #fff;
        position: relative;
        background-size: cover;
        background-position: center; }
        .services-page .page-container .services-list-wr .service:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          transition: 1s;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
          opacity: 0.4; }
        .services-page .page-container .services-list-wr .service .wr {
          position: relative;
          z-index: 2;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          transition: .2s;
          padding: 30px 28px; }
        .services-page .page-container .services-list-wr .service .name {
          font-weight: bold;
          font-size: 26px;
          line-height: 120%;
          font-family: Cuprum; }
        .services-page .page-container .services-list-wr .service .text {
          overflow: hidden;
          transition: .2s;
          height: 0; }
        .services-page .page-container .services-list-wr .service .more {
          display: flex;
          align-items: center;
          height: 0;
          transition: .2s .1s;
          overflow: hidden; }
          .services-page .page-container .services-list-wr .service .more svg {
            margin-left: 10px; }
  @media screen and (min-width: 1280px) {
    .services-page .services-list-wr .service:hover:before {
      background: linear-gradient(180deg, #2E3192 0%, #2E3192 100%);
      opacity: 0.6; }
    .services-page .services-list-wr .service:hover .name {
      height: 62px; }
    .services-page .services-list-wr .service:hover .text {
      height: 170px;
      margin: 16px 0; }
    .services-page .services-list-wr .service:hover .more {
      height: 16px; }
    .services-page .services-list-wr .service:nth-child(5n+1), .services-page .services-list-wr .service:nth-child(5n+2) {
      width: 443px; }
      .services-page .services-list-wr .service:nth-child(5n+1) .text, .services-page .services-list-wr .service:nth-child(5n+2) .text {
        font-size: 16px;
        line-height: 160%; }
    .services-page .services-list-wr .service:nth-child(5n+3), .services-page .services-list-wr .service:nth-child(5n+4), .services-page .services-list-wr .service:nth-child(5n+5) {
      width: 289px; }
      .services-page .services-list-wr .service:nth-child(5n+3) .text, .services-page .services-list-wr .service:nth-child(5n+4) .text, .services-page .services-list-wr .service:nth-child(5n+5) .text {
        font-size: 14px;
        line-height: 150%;
        max-height: 170px; } }
  @media screen and (max-width: 1280px) {
    .services-page .page-container .sidebar {
      width: 215px; }
    .services-page .page-container .services-list-wr {
      width: calc(100% - 241px);
      padding-top: 67px; }
      .services-page .page-container .services-list-wr .service {
        width: 341px; }
        .services-page .page-container .services-list-wr .service:nth-child(7n+7) {
          width: 703px; } }
  @media screen and (max-width: 1023px) {
    .services-page .mobile-page-title {
      display: block; }
    .services-page .page-container .sidebar {
      display: none; }
    .services-page .page-container .services-list-wr {
      width: 100%;
      padding-top: 0; } }
  @media screen and (max-width: 767px) {
    .services-page .page-container .services-list-wr .services-list {
      width: 100%; }
    .services-page .page-container .services-list-wr .service {
      width: 100%;
      height: 280px;
      margin-right: 0; }
      .services-page .page-container .services-list-wr .service .name {
        font-size: 24px;
        line-height: 120%; } }

.service-page .top-block-with-bg {
  margin-bottom: 60px; }
.service-page .main-content-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px; }
  .service-page .main-content-container .content-wr {
    width: 684px; }
    .service-page .main-content-container .content-wr .lead-text {
      font-weight: 500;
      font-size: 20px;
      line-height: 180%;
      margin-bottom: 28px; }
    .service-page .main-content-container .content-wr .content {
      font-size: 16px;
      line-height: 160%;
      color: #4F4F4F;
      margin-bottom: 67px; }
    .service-page .main-content-container .content-wr .icons {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0 65px 0 20px; }
      .service-page .main-content-container .content-wr .icons .icon .icon-wr {
        height: 88px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .service-page .main-content-container .content-wr .icons .icon .text {
        font-weight: 500;
        font-size: 16px;
        line-height: 180%;
        text-align: center; }
  .service-page .main-content-container .services {
    display: flex;
    flex-direction: column;
    width: 379px; }
    .service-page .main-content-container .services .head {
      display: none; }
    .service-page .main-content-container .services a {
      margin-bottom: 24px;
      font-size: 15px;
      line-height: 150%;
      color: #4F4F4F;
      border-left: 4px solid transparent;
      padding-left: 20px;
      transition: .2s; }
      .service-page .main-content-container .services a:hover {
        color: #0DB14B; }
      .service-page .main-content-container .services a.current {
        color: #262626;
        font-weight: 500;
        border-left-color: #0DB14B; }
.service-page .content-blocks {
  margin-bottom: 81px; }
  .service-page .content-blocks .block {
    display: flex;
    min-height: 400px;
    align-items: center; }
    .service-page .content-blocks .block:not(:last-child) {
      margin-bottom: 80px; }
    .service-page .content-blocks .block:nth-child(2n+1) .content {
      padding-left: 60px;
      width: 448px; }
    .service-page .content-blocks .block:nth-child(2n+2) {
      flex-direction: row-reverse; }
      .service-page .content-blocks .block:nth-child(2n+2) .content {
        padding-right: 50px;
        width: 535px; }
    .service-page .content-blocks .block .image {
      background-position: center;
      background-size: cover;
      width: 590px;
      height: 400px; }
    .service-page .content-blocks .block .content .title {
      font-weight: bold;
      font-size: 32px;
      line-height: 120%;
      color: #262626;
      font-family: Cuprum;
      margin-bottom: 24px; }
    .service-page .content-blocks .block .content .text {
      font-size: 16px;
      line-height: 160%;
      color: #4F4F4F; }
.service-page .bg-block {
  padding: 98px 0;
  text-align: center;
  position: relative;
  color: #fff;
  background-position: center;
  background-size: cover; }
  .service-page .bg-block:before {
    content: '';
    display: block;
    background: #2E3192;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0; }
  .service-page .bg-block .container {
    z-index: 2; }
  .service-page .bg-block .head {
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    max-width: 734px;
    margin: 0 auto; }
    .service-page .bg-block .head:after {
      content: '';
      display: block;
      width: 48px;
      height: 3px;
      background: #0DB14B;
      margin: 16px auto; }
  .service-page .bg-block .text {
    width: 694px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 180%; }
@media screen and (max-width: 1280px) {
  .service-page .main-content-container {
    margin-bottom: 81px; }
    .service-page .main-content-container .content-wr {
      width: 607px; }
      .service-page .main-content-container .content-wr .icons {
        padding: 0 0 0 20px; }
    .service-page .main-content-container .services {
      width: 301px; }
  .service-page .content-blocks .block:not(:last-child) {
    margin-bottom: 60px; }
  .service-page .content-blocks .block:nth-child(2n+2) .content {
    padding-right: 93px;
    width: 484px; }
  .service-page .content-blocks .block .image {
    width: 462px; } }
@media screen and (max-width: 1023px) {
  .service-page .main-content-container {
    margin-bottom: 41px; }
    .service-page .main-content-container .content-wr {
      width: 457px; }
      .service-page .main-content-container .content-wr .content {
        margin-bottom: 51px; }
    .service-page .main-content-container .services {
      width: 222px; }
  .service-page .content-blocks {
    padding: 0;
    margin-bottom: 60px; }
    .service-page .content-blocks .block:not(:last-child) {
      margin-bottom: 48px; }
    .service-page .content-blocks .block:nth-child(2n+1) .content {
      padding-left: 40px;
      width: 359px; }
    .service-page .content-blocks .block:nth-child(2n+2) .content {
      padding-right: 40px;
      width: 359px; }
    .service-page .content-blocks .block .image {
      width: 374px; }
  .service-page .bg-block {
    padding: 77px 0; }
    .service-page .bg-block .head {
      max-width: 604px; }
    .service-page .bg-block .text {
      width: 544px; } }
@media screen and (max-width: 767px) {
  .service-page .top-block-with-bg {
    margin-bottom: 0; }
  .service-page .main-content-container {
    margin-bottom: 4px;
    flex-direction: column-reverse; }
    .service-page .main-content-container .content-wr {
      width: 100%; }
      .service-page .main-content-container .content-wr .lead-text {
        font-size: 16px;
        line-height: 182%;
        margin-bottom: 20px; }
      .service-page .main-content-container .content-wr .content {
        line-height: 164%; }
      .service-page .main-content-container .content-wr .icons {
        padding: 0;
        flex-direction: column; }
        .service-page .main-content-container .content-wr .icons .icon {
          margin-bottom: 57px; }
          .service-page .main-content-container .content-wr .icons .icon .icon-wr {
            height: auto; }
          .service-page .main-content-container .content-wr .icons .icon .text {
            font-size: 18px;
            line-height: 180%; }
    .service-page .main-content-container .services {
      background: #F2F2F2;
      margin-left: -20px;
      width: calc(100% + 40px);
      margin-bottom: 32px; }
      .service-page .main-content-container .services:not(.opened) a {
        display: none; }
      .service-page .main-content-container .services.opened .head {
        border-bottom: 1px solid rgba(196, 196, 196, 0.5);
        margin-bottom: 20px; }
        .service-page .main-content-container .services.opened .head svg {
          transform: rotate(180deg); }
      .service-page .main-content-container .services .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 48px;
        padding: 0 20px;
        cursor: pointer; }
        .service-page .main-content-container .services .head .caption {
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          color: #262626; }
        .service-page .main-content-container .services .head svg {
          transition: .2s; }
      .service-page .main-content-container .services a {
        margin-left: 20px;
        margin-right: 20px; }
  .service-page .content-blocks {
    margin-bottom: 48px; }
    .service-page .content-blocks .block {
      flex-direction: column !important;
      min-height: auto; }
      .service-page .content-blocks .block:not(:last-child) {
        margin-bottom: 41px; }
      .service-page .content-blocks .block .image {
        width: 100%;
        height: 240px;
        margin-bottom: 25px; }
      .service-page .content-blocks .block .content {
        width: 100% !important;
        padding: 0 20px !important; }
        .service-page .content-blocks .block .content .title {
          font-size: 24px;
          line-height: 120%;
          margin-bottom: 17px; }
        .service-page .content-blocks .block .content .text {
          line-height: 163%; }
  .service-page .bg-block {
    padding: 42px 0; }
    .service-page .bg-block .head {
      font-size: 28px;
      line-height: 120%;
      max-width: 100%; }
    .service-page .bg-block .text {
      font-size: 16px;
      line-height: 164%;
      width: 100%; } }

.news-page {
  margin-bottom: 80px; }
  .news-page .filter-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px; }
    .news-page .filter-block .page-title {
      margin-bottom: 12px; }
    .news-page .filter-block .news-types {
      display: flex;
      margin-bottom: 24px; }
      .news-page .filter-block .news-types li {
        font-size: 16px;
        line-height: 180%;
        color: #262626;
        margin: 0 16px;
        padding-bottom: 4px;
        border-bottom: 4px solid transparent;
        transition: .2s; }
        .news-page .filter-block .news-types li.selected {
          font-weight: bold;
          border-bottom-color: #0DB14B; }
        .news-page .filter-block .news-types li:hover {
          border-bottom-color: #0DB14B; }
        .news-page .filter-block .news-types li:not(.selected) {
          cursor: pointer; }
    .news-page .filter-block .years {
      display: flex;
      justify-content: center; }
      .news-page .filter-block .years:not(.selected) {
        display: none; }
      .news-page .filter-block .years li {
        width: 69px;
        height: 40px;
        margin: 0 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        transition: .2s;
        border: 2px solid transparent; }
        .news-page .filter-block .years li.selected {
          background: #0DB14B;
          color: #fff; }
        .news-page .filter-block .years li:hover {
          border-color: #0DB14B; }
        .news-page .filter-block .years li:not(.selected) {
          cursor: pointer; }
  .news-page .news-list .news {
    display: flex;
    align-items: center; }
    .news-page .news-list .news:hover .content .title {
      color: #0DB14B; }
    .news-page .news-list .news:nth-child(2n+1) .content {
      padding-left: 95px; }
    .news-page .news-list .news:nth-child(2n+2) {
      flex-direction: row-reverse; }
      .news-page .news-list .news:nth-child(2n+2) .content {
        padding: 0 90px 0 73px; }
    .news-page .news-list .news:not(.selected) {
      display: none; }
    .news-page .news-list .news .photo {
      width: 50%;
      min-height: 400px;
      background-position: center;
      background-size: cover; }
    .news-page .news-list .news .content {
      width: 50%; }
      .news-page .news-list .news .content .date {
        font-size: 14px;
        line-height: 16px;
        color: #4F4F4F;
        margin-bottom: 8px; }
      .news-page .news-list .news .content .title {
        font-family: Cuprum;
        font-weight: bold;
        font-size: 32px;
        line-height: 120%;
        color: #333333;
        margin-bottom: 20px;
        transition: .2s; }
      .news-page .news-list .news .content .text {
        font-size: 16px;
        line-height: 160%;
        color: #4F4F4F; }
  @media screen and (max-width: 1280px) {
    .news-page .news-list .news:nth-child(2n+2) .content {
      padding: 0 50px 0 0; }
    .news-page .news-list .news:nth-child(2n+1) .content {
      padding-left: 50px; }
    .news-page .news-list .news .photo {
      min-height: 360px; } }
  @media screen and (max-width: 1023px) {
    .news-page .news-list .news {
      flex-direction: row !important;
      margin-bottom: 40px;
      align-items: flex-start; }
      .news-page .news-list .news .photo {
        min-height: 212px;
        width: 342px; }
      .news-page .news-list .news .content {
        padding: 10px 0 0 36px !important; }
        .news-page .news-list .news .content .title {
          font-size: 24px;
          line-height: 120%; } }
  @media screen and (max-width: 767px) {
    .news-page .filter-block {
      margin-bottom: 32px; }
      .news-page .filter-block .news-types {
        flex-direction: column;
        align-items: center;
        margin-bottom: 11px; }
        .news-page .filter-block .news-types li {
          margin: 0; }
          .news-page .filter-block .news-types li:not(:last-child) {
            margin: 0 0 15px; }
      .news-page .filter-block .years {
        flex-wrap: wrap; }
        .news-page .filter-block .years li {
          margin: 0 8px 0 0; }
    .news-page .news-list .news {
      flex-direction: column !important; }
      .news-page .news-list .news .photo {
        width: 100%;
        margin-bottom: 20px; }
      .news-page .news-list .news .content {
        width: 100%;
        padding: 0 !important; }
        .news-page .news-list .news .content .title {
          font-size: 20px;
          line-height: 120%;
          margin-bottom: 12px; } }

.project-page .top-block-with-bg {
  height: 695px;
  margin-bottom: 60px; }
.project-page .main-content-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: flex-start; }
  .project-page .main-content-container .main-info-block {
    width: 610px;
    background: #fff;
    margin-top: -236px; }
    .project-page .main-content-container .main-info-block .main-info-wr {
      padding: 40px 52px 69px; }
      .project-page .main-content-container .main-info-block .main-info-wr .type {
        margin-bottom: 8px; }
        .project-page .main-content-container .main-info-block .main-info-wr .type:after {
          content: '';
          display: block;
          width: 48px;
          height: 3px;
          background: #0DB14B;
          margin-top: 16px; }
      .project-page .main-content-container .main-info-block .main-info-wr .page-name {
        margin-bottom: 16px; }
      .project-page .main-content-container .main-info-block .main-info-wr .status {
        display: inline-block;
        background: #0DB14B;
        border-radius: 20px;
        padding: 2px 12px;
        font-weight: bold;
        font-size: 12px;
        line-height: 140%;
        color: #fff;
        text-transform: uppercase; }
      .project-page .main-content-container .main-info-block .main-info-wr .content {
        margin: 26px 0 28px;
        font-size: 16px;
        line-height: 164%;
        color: #4F4F4F; }
        .project-page .main-content-container .main-info-block .main-info-wr .content p {
          margin-bottom: 20px; }
        .project-page .main-content-container .main-info-block .main-info-wr .content ul {
          margin-bottom: 28px; }
          .project-page .main-content-container .main-info-block .main-info-wr .content ul li {
            position: relative;
            padding-left: 16px;
            font-size: 16px;
            line-height: 160%; }
            .project-page .main-content-container .main-info-block .main-info-wr .content ul li:not(:last-child) {
              margin-bottom: 13px; }
            .project-page .main-content-container .main-info-block .main-info-wr .content ul li:before {
              content: '';
              display: block;
              position: absolute;
              width: 6px;
              height: 6px;
              background: #0DB14B;
              top: 10px;
              left: 0;
              border-radius: 50%; }
      .project-page .main-content-container .main-info-block .main-info-wr .ext-wr.has-ext-link {
        display: flex;
        margin-top: 50px; }
        .project-page .main-content-container .main-info-block .main-info-wr .ext-wr.has-ext-link .ext-link-btn {
          margin-left: 52px;
          margin-top: -14px; }
      .project-page .main-content-container .main-info-block .main-info-wr .phone {
        color: #333333;
        margin-bottom: 26px;
        display: block;
        font-weight: bold; }
      .project-page .main-content-container .main-info-block .main-info-wr .site {
        font-weight: 500;
        font-size: 16px;
        line-height: 180%; }
      .project-page .main-content-container .main-info-block .main-info-wr .show-ext-description-btn {
        margin-top: 16px; }
        .project-page .main-content-container .main-info-block .main-info-wr .show-ext-description-btn:hover svg * {
          fill: transparent; }
        .project-page .main-content-container .main-info-block .main-info-wr .show-ext-description-btn svg {
          transform: rotate(90deg);
          width: 13px; }
      .project-page .main-content-container .main-info-block .main-info-wr .ext-description {
        display: none; }
    .project-page .main-content-container .main-info-block .params {
      display: flex;
      flex-wrap: wrap;
      background: #F2F2F2;
      padding: 52px 0 4px 52px;
      justify-content: space-between; }
      .project-page .main-content-container .main-info-block .params .param {
        margin-bottom: 48px;
        margin-right: 50px; }
        .project-page .main-content-container .main-info-block .params .param .value {
          font-weight: bold;
          font-size: 40px;
          line-height: 1;
          display: flex;
          align-items: flex-end; }
          .project-page .main-content-container .main-info-block .params .param .value .mu {
            font-size: 18px;
            color: #4F4F4F;
            font-weight: normal;
            margin-left: 10px; }
        .project-page .main-content-container .main-info-block .params .param .caption {
          font-size: 17px;
          line-height: 160%;
          color: #262626; }
  .project-page .main-content-container .location-block {
    width: 509px;
    position: sticky;
    top: 30px;
    margin-bottom: 30px; }
    .project-page .main-content-container .location-block .title {
      margin-bottom: 13px;
      font-weight: 500;
      font-size: 22px;
      line-height: 26px;
      color: #262626; }
    .project-page .main-content-container .location-block .address {
      margin-bottom: 21px;
      font-size: 16px;
      line-height: 160%;
      color: #4F4F4F;
      display: flex;
      align-items: center; }
      .project-page .main-content-container .location-block .address svg {
        display: block;
        margin-right: 10px; }
    .project-page .main-content-container .location-block .map {
      height: 429px;
      background: #eee; }
.project-page .slider-block {
  margin-bottom: 68px;
  position: relative; }
  .project-page .slider-block .title {
    margin-bottom: 24px;
    text-align: left; }
.project-page .prefs-block {
  margin-bottom: 37px; }
.project-page .sale-block {
  background: #F2F2F2;
  height: 436px; }
  .project-page .sale-block .sale-container {
    display: flex;
    height: 100%; }
    .project-page .sale-block .sale-container .contacts-block {
      width: calc(50% - 112px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end; }
      .project-page .sale-block .sale-container .contacts-block .wr {
        font-size: 16px;
        line-height: 160%;
        width: 384px;
        padding-right: 50px; }
        .project-page .sale-block .sale-container .contacts-block .wr .title {
          margin-bottom: 20px; }
        .project-page .sale-block .sale-container .contacts-block .wr .address {
          margin-bottom: 28px; }
        .project-page .sale-block .sale-container .contacts-block .wr .contact-row {
          margin-bottom: 12px;
          display: flex; }
          .project-page .sale-block .sale-container .contacts-block .wr .contact-row .n {
            margin-right: 10px; }
          .project-page .sale-block .sale-container .contacts-block .wr .contact-row .v {
            color: #262626;
            font-weight: bold; }
        .project-page .sale-block .sale-container .contacts-block .wr .site-bl {
          margin-top: 32px; }
          .project-page .sale-block .sale-container .contacts-block .wr .site-bl a {
            font-weight: 500;
            font-size: 16px;
            line-height: 180%;
            margin-top: 8px; }
    .project-page .sale-block .sale-container .map {
      width: calc(50% + 112px);
      background: #eee; }
@media screen and (max-width: 1280px) {
  .project-page .top-block-with-bg {
    height: 682px; }
  .project-page .main-content-container .main-info-block {
    width: 482px;
    margin-top: -223px; }
    .project-page .main-content-container .main-info-block .main-info-wr {
      padding: 40px 47px 57px; }
      .project-page .main-content-container .main-info-block .main-info-wr .ext-wr.has-ext-link {
        display: block; }
        .project-page .main-content-container .main-info-block .main-info-wr .ext-wr.has-ext-link .ext-link-btn {
          margin: 32px 0 0; }
    .project-page .main-content-container .main-info-block .params .param {
      margin-right: 9px; }
  .project-page .main-content-container .location-block {
    width: 402px; }
  .project-page .slider-block {
    margin-bottom: 48px; }
  .project-page .prefs-block {
    margin-bottom: 29px; }
  .project-page .sale-block .sale-container .contacts-block {
    width: calc(50% - 90px); }
    .project-page .sale-block .sale-container .contacts-block .wr {
      width: 322px; }
  .project-page .sale-block .sale-container .map {
    width: calc(50% + 90px); } }
@media screen and (max-width: 1023px) {
  .project-page .top-block-with-bg {
    height: 519px;
    margin-bottom: 0; }
  .project-page .main-content-container {
    width: 584px;
    flex-direction: column;
    margin: -56px auto 48px; }
    .project-page .main-content-container .main-info-block {
      width: 100%;
      margin-top: 0;
      margin-bottom: 32px; }
      .project-page .main-content-container .main-info-block .main-info-wr {
        padding: 40px 41px 57px; }
        .project-page .main-content-container .main-info-block .main-info-wr .status {
          margin-left: -4px; }
        .project-page .main-content-container .main-info-block .main-info-wr .ext-wr.has-ext-link .ext-link-btn {
          margin-left: -4px; }
      .project-page .main-content-container .main-info-block .params {
        padding: 60px 132px 0px;
        margin-left: -90px;
        width: calc(100% + 180px); }
        .project-page .main-content-container .main-info-block .params .param {
          margin-right: 39px;
          margin-bottom: 67px; }
          .project-page .main-content-container .main-info-block .params .param .value {
            margin-bottom: 12px; }
    .project-page .main-content-container .location-block {
      width: 100%;
      padding: 0 41px; }
      .project-page .main-content-container .location-block .map {
        height: 364px; }
  .project-page .slider-block {
    padding: 0; }
    .project-page .slider-block .title {
      text-align: center; }
  .project-page .sale-block .sale-container .contacts-block {
    width: calc(50% - 10px); }
    .project-page .sale-block .sale-container .contacts-block .wr {
      width: 282px; }
  .project-page .sale-block .sale-container .map {
    width: calc(50% + 10px); } }
@media screen and (max-width: 767px) {
  .project-page .top-block-with-bg {
    height: 301px; }
  .project-page .main-content-container {
    width: 100%;
    margin: 0 0 40px; }
    .project-page .main-content-container .main-info-block {
      margin-bottom: 0; }
      .project-page .main-content-container .main-info-block .main-info-wr {
        padding: 26px 0 40px; }
      .project-page .main-content-container .main-info-block .params {
        padding: 48px 20px 0;
        margin-left: -20px;
        margin-bottom: 30px;
        width: calc(100% + 40px);
        justify-content: flex-start; }
        .project-page .main-content-container .main-info-block .params .param {
          margin-right: 32px;
          margin-bottom: 44px; }
    .project-page .main-content-container .location-block {
      padding: 0; }
      .project-page .main-content-container .location-block .title {
        font-size: 20px;
        line-height: 23px;
        margin: 4px 0 12px; }
      .project-page .main-content-container .location-block .address {
        align-items: flex-start; }
        .project-page .main-content-container .location-block .address svg {
          margin-top: 6px; }
        .project-page .main-content-container .location-block .address .caption {
          width: calc(100% - 22px); }
      .project-page .main-content-container .location-block .map {
        height: 364px; }
  .project-page .slider-block {
    margin-bottom: 28px; }
    .project-page .slider-block .title {
      font-size: 28px;
      line-height: 120%; }
    .project-page .slider-block .arrow {
      top: -67px;
      margin: 0; }
  .project-page .sale-block {
    height: auto; }
    .project-page .sale-block .sale-container {
      flex-direction: column; }
      .project-page .sale-block .sale-container .contacts-block {
        width: 100%; }
        .project-page .sale-block .sale-container .contacts-block .wr {
          width: 100%;
          padding: 32px 20px; }
      .project-page .sale-block .sale-container .map {
        width: 100%;
        height: 348px; } }

.news-item-page {
  padding-bottom: 80px; }
  .news-item-page .breadcrumbs-wr .breadcrumbs {
    justify-content: center; }
  .news-item-page .page-title {
    text-align: center;
    margin-bottom: 20px; }
  .news-item-page .date {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 16px;
    color: #4F4F4F;
    text-align: center; }
  .news-item-page .content {
    width: 590px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 160%;
    color: #4F4F4F; }
  .news-item-page .slider {
    width: 1000px;
    margin: 40px auto 0; }
    .news-item-page .slider img, .news-item-page .slider video {
      max-width: 100%; }
  .news-item-page .back-btn-wr {
    text-align: center; }
  .news-item-page .link-btn {
    margin: 50px auto 0; }
  @media screen and (max-width: 767px) {
    .news-item-page .content {
      width: 100%; }
    .news-item-page .slider {
      width: 100%;
      padding-bottom: 60px; }
      .news-item-page .slider .arrow {
        margin: 0;
        top: initial;
        bottom: 0; }
        .news-item-page .slider .arrow.prev {
          left: 50px; }
        .news-item-page .slider .arrow.next {
          right: 50px; } }

.projects-page {
  padding-bottom: 60px; }
