@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff2'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@keyframes tabletLockerAnim1 {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(180deg); }
  4% {
    opacity: 1;
    transform: translateX(0) rotate(180deg); }
  12% {
    opacity: 1;
    transform: translateX(50px) rotate(180deg); }
  20% {
    opacity: 1;
    transform: translateX(-50px) rotate(180deg); }
  28% {
    opacity: 1;
    transform: translateX(50px) rotate(180deg); }
  32% {
    opacity: 1;
    transform: translateX(-50px) rotate(180deg); }
  36% {
    opacity: 1;
    transform: translateX(0) rotate(180deg); }
  48% {
    opacity: 1;
    transform: translateX(0) rotate(180deg); }
  52% {
    opacity: 1;
    transform: translateX(0) rotate(270deg); }
  60% {
    opacity: 1;
    transform: translateY(-50px) rotate(270deg); }
  64% {
    opacity: 1;
    transform: translateY(50px) rotate(270deg); }
  68% {
    opacity: 1;
    transform: translateY(0) rotate(270deg); }
  72% {
    opacity: 0;
    transform: rotate(270deg); }
  100% {
    opacity: 0; } }

@keyframes tabletLockerAnim2 {
  0% {
    opacity: 0; }
  36% {
    opacity: 0; }
  40% {
    opacity: 1;
    transform: rotate(0); }
  44% {
    opacity: 1;
    transform: rotate(180deg); }
  48% {
    opacity: 0; }
  52% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: rotate(0); } }

@keyframes tabletLockerAnim3 {
  0% {
    opacity: 0; }
  68% {
    opacity: 0; }
  72% {
    opacity: 1; }
  96% {
    opacity: 1; }
  100% {
    opacity: 0; } }

* {
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  height: 100%;
  margin: 0;
  font: 1.3rem/1.6 "open_sansregular", sans-serif;
  color: black;
  background-color: white;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*.is-opened-filter &,
  .is-opened-menu & {
    overflow-y: hidden;
  }*/ }

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  outline: none; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: top; }

p {
  margin: 0 0 1.2em; }
  p:last-child {
    margin-bottom: 0; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1 {
  word-wrap: break-word; }

h2 {
  font-size: 2.5rem; }
  h2.custom .icon {
    width: .54em;
    font-size: 27px;
    margin-left: auto; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 2rem; }

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

[hidden] {
  display: none; }

.icon {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.svg-sprite {
  display: none; }

.underline {
  border-bottom: 1px solid; }

.mobile .mobile_underline {
  border-bottom: 1px solid; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.flex-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.vert-center {
  -ms-flex-item-align: center;
  align-self: center; }

.color-white {
  color: white; }

.futura400, h1, h2, h3, h4, h5, h6, .header__content h1, .header__d-content .leftside, .screen-slide-content__more-info, .works .work-title, .contacts__on-map .txt, .popup__langs,
.menu__langs, .nav-item-active, .nav__item .title, .s-project .title, .s-project-d .middle, .filter-d, .project-switcher__proj-name, .page-404 {
  /*font-family: "futura-pt", sans-serif;*/
  font-weight: 400; }

.clearfix::after, .header__d-content::after, .screen-slider-pagin::after, .works-d__list::after, .filter-d::after {
  content: '';
  display: table;
  clear: both; }

.clear {
  clear: both; }

::-webkit-scrollbar {
  width: 13px;
  height: 13px;
  background-color: #181818; }

::-webkit-scrollbar-thumb {
  background-color: #3c3c3c; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

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

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  /*height: 100%;*/
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  perspective: 1200px; }

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

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

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

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

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

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

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

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

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

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

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

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

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

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

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

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

.wrapper {
  height: 100%; }

.content-p {
  padding: 30px; }

.content {
  padding: 45px 30px;
  background-color: white; }
  @media (min-width: 768px) {
    .content {
      font-size: 1.4rem; } }
  .content *:first-child {
    margin-top: 0; }
  .content *:last-child {
    margin-bottom: 0; }
  .content h2 {
    margin: 1.3em 0 1em;
    line-height: 1.4; }
  .content h3 {
    margin: 1em 0 .55em;
    line-height: 1.25; }
  .content p {
    color: #9D9D9D; }
  .content__box-info h3 {
    width: 75%; }
  .content__box-info .info-item {
    margin-bottom: 28px;
    padding-bottom: 13px;
    border-bottom: 1px solid #cdcdcd; }
    .content__box-info .info-item ul {
      line-height: 1.9;
      font-size: 1.1rem;
      color: #9D9D9D;
      text-transform: uppercase; }

.content-list {
  margin-bottom: 1.3em;
  padding: 0 0 0 18px;
  color: #262626; }
  @media (max-width: 767px) {
    .content-list {
      font-size: 11px;
      line-height: 1.9;
      text-transform: uppercase; } }
  .content-list li::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 15px 2px -18px;
    background-color: #FF3737; }

.header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background-color: #181818;
  color: white; }
  @media (min-width: 768px) {
    .header {
      min-width: 1000px; } }
  .header__top-bar {
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .2s ease;
    transform: translate3d(0, 0, 0); }
    @media (max-width: 767px) {
      .header__top-bar {
        position: absolute;
        padding: 30px; } }
    @media (min-width: 768px) {
      .header__top-bar {
        position: fixed; } }
    .header__top-bar .icon-burger {
      font-size: 25px;
      cursor: pointer; }
    .header__top-bar.is-fixed {
      background-color: rgba(0, 0, 0, 0.5); }
      @media (max-width: 767px) {
        .header__top-bar.is-fixed {
          position: fixed; } }
      @media (min-width: 768px) {
        .header__top-bar.is-fixed {
          padding: 61px; } }
  .header__content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 30px 60px;
    background-size: cover;
    background-position: 50% 0; }
    .header__content.overlay::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    .header__content h1 {
      font-size: 6.2rem;
      margin: 0 0 .6em; }
    .header__content h2 {
      font-size: 3.2rem; }
    .header__content h1, .header__content h2, .header__content h3 {
      line-height: 1.2; }
  .header__d-content {
    min-height: 800px; }
    @media only screen and (max-width: 1400px) {
      .header__d-content {
        min-height: 900px; } }
    @media only screen and (max-width: 1200px) {
      .header__d-content {
        min-height: 1000px; } }
    .header__d-content h1, .header__d-content h2, .header__d-content h3 {
      line-height: 1.2; }
    .header__d-content .box-side {
      float: left;
      width: 50%;
      height: 100vh;
      min-height: 800px;
      background-position: center center;
      background-size: cover; }
	  .pageId59 .header__d-content .box-side {min-height: 1000px;}
      @media only screen and (max-width: 1400px) {
        .header__d-content .box-side {
          min-height: 900px; }
		.pageId59 .header__d-content .box-side {min-height: 1050px;}}
      @media only screen and (max-width: 1200px) {
        .header__d-content .box-side {
          min-height: 1000px; } 
		.pageId59 .header__d-content .box-side {min-height: 1100px;}}
    .header__d-content .box-scroll {
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      overflow: auto; }
      .touchevents .header__d-content .box-scroll {
        -webkit-overflow-scrolling: touch; }
    .header__d-content .box-middle {
      padding: 0;
      margin: auto;
      width: 65%;
      max-width: 480px; }
      .header__d-content .box-middle h1 {
        font-size: 7.5rem;
        margin: 0 0 40px; }
      .header__d-content .box-middle h2 {
        font-size: 2.8rem;
        margin-bottom: .5em; }
      .header__d-content .box-middle .sub-title-h1 {
        margin-top: -25px; }
      .header__d-content .box-middle p {
        color: #6A6A6A; }
    .header__d-content .leftside {
      font-size: 1.8rem;
      color: white; }
    .header__d-content .rightside--agency__list {
      font-family: 'open_sansbold', sans-serif;
      font-size: 1.6rem;
      text-transform: uppercase;
      text-align: center; }
      .header__d-content .rightside--agency__list ul {
        display: inline-block;
        vertical-align: top;
        text-align: left; }
      .header__d-content .rightside--agency__list li + li {
        margin-top: 10px; }
      .header__d-content .rightside--agency__list li::before {
        content: '';
        display: inline-block;
        width: 3px;
        height: 3px;
        margin: 0 12px 4px;
        background-color: rgba(255, 255, 255, 0.5); }
    .header__d-content .contacts-head h2 {
      font-size: 3.2rem; }
    .header__d-content .contacts-head h3 {
      color: #6a6a6a; }
  .header__content-inn {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex; }
    .header__content-inn.align-center {
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center; }
    .header__content-inn.align-end {
      -ms-flex-align: end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end; }
  .header__arrow-bottom {
    height: .54em;
    font-size: 27px;
    margin: 30px 0 0; }
  .header .white-bg {
    background-color: white;
    color: black; }

.project-info h1 {
  font: bold 7.2rem/1.2 Helvetica, Arial, sans-serif;
  margin: 0 0 .5em; }

.project-info.align-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.mobile .project-info h1 {
  font: bold 9vw/1.2 Helvetica, Arial, sans-serif;
  margin: 0 0 .5em; }

.logo .icon-logo {
  height: .29em; }
  @media (max-width: 767px) {
    .logo .icon-logo {
      font-size: 100px; } }
  @media (min-width: 768px) {
    .logo .icon-logo {
      font-size: 135px; } }

@media (min-width: 768px) {
  .logo {
    position: absolute;
    top: 41px;
    right: 47px; } }

.logo.black .icon {
  color: black; }

.screen-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }
  .screen-slider .slide {
    overflow: hidden;
    background-size: cover;
    background-position: 50%; }
    @media (min-width: 768px) {
      .screen-slider .slide {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-touch-action: none;
        touch-action: none;
        content-zooming: none; } }
  .screen-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.72); }
  .screen-slider__logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 55px -30px;
    padding-left: 30px; }
  .screen-slider__nav-btns {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate3d(0, -50%, 0); }
    .touchevents .screen-slider__nav-btns {
      display: none; }
  .screen-slider__nav-btn {
    cursor: pointer; }
    .screen-slider__nav-btn .icon {
      display: block;
      width: .54em;
      font-size: 66px; }
    .screen-slider__nav-btn.swiper-button-disabled {
      opacity: .4;
      cursor: default; }

@media (min-width: 768px) {
  .screen-slider-pagin {
    padding-left: 5px; } }

@media (max-width: 767px) {
  .screen-slider-pagin {
    z-index: 2;
    position: absolute;
    bottom: 32px;
    left: 30px; } }

.screen-slider-pagin .bullet {
  position: relative;
  float: left;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: white;
  cursor: pointer; }
  @media (max-width: 767px) {
    .screen-slider-pagin .bullet {
      margin: 0 17px 0 0;
      transition: .35s ease; } }
  @media (min-width: 768px) {
    .screen-slider-pagin .bullet {
      margin: 0 27px 0 0;
      transition: .5s ease; } }
  .screen-slider-pagin .bullet:hover, .screen-slider-pagin .bullet.swiper-pagination-bullet-active {
    transform: rotate(360deg); }
    .screen-slider-pagin .bullet:hover .icon, .screen-slider-pagin .bullet.swiper-pagination-bullet-active .icon {
      opacity: 1; }
  .screen-slider-pagin .bullet .icon {
    opacity: 0;
    position: absolute;
    top: -6px;
    left: -4px;
    font-size: 15px;
    transition: .35s ease; }

.lamp-anim {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate3d(0, 0, 0); }

.screen-slide-content {
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .screen-slide-content {
      padding: 100px 30px; } }
  @media (min-width: 768px) {
    .screen-slide-content {
      padding: 100px 0 150px 10%;
      width: 800px; } }
  .screen-slide-content h3 {
    line-height: 1.2; }
    @media (max-width: 767px) {
      .screen-slide-content h3 {
        font-size: 5.2rem;
        margin: 0 0 .5em; } }
    @media (min-width: 768px) {
      .screen-slide-content h3 {
        font-size: 6.4rem;
        font-family: 'open_sansbold', sans-serif;
        margin: 0 0 .78em; } }
  .screen-slide-content a {
    display: block; }
  .screen-slide-content .icon-arrow-right {
    width: .54em;
    font-size: 27px;
    margin-top: .7em; }
  .screen-slide-content__more-info {
    margin-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .screen-slide-content__more-info p {
      font-size: 20px; }

.works__list a {
  display: block; }
  .works__list a.big {
    height: 233px;
    padding-top: 45px; }
  .works__list a .icon {
    width: .54em;
    font-size: 27px;
    margin-left: auto; }

.works .work-title {
  -ms-flex: 1;
  flex: 1;
  font-size: 2.5rem; }

.works__more {
  padding: 25px 30px; }

.works__item {
  height: 233px;
  padding: 45px 30px 30px;
  color: white; }

.works-d__item {
  position: relative;
  float: left;
  width: 50%;
  height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0;
  transition: .35s ease;
  transform: scale(0.8); }
  .works-d__item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    content: ""; }
  .works-d__item.is-loaded {
    background-size: cover;
    opacity: 1;
    transform: scale(1); }
    .works-d__item.is-loaded::before {
      display: none; }
  .works-d__item:hover .works-d__item-info {
    opacity: 1; }

.works-d__item-info {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 75px;
  background-color: rgba(0, 0, 0, 0.85);
  transition: .15s ease; }
  .works-d__item-info h2 {
    margin: 0 0 .5em;
    font-size: 7.5rem;
    font-size: 4vw;
    line-height: 1.2; }
    .works-d__item-info h2:last-child {
      margin-bottom: 0; }
  .works-d__item-info p {
    max-width: 300px; }

.contacts {
  padding: 45px 30px;
  background-color: #181818;
  color: #737373; }
  .contacts--menu {
    width: 260px;
    padding: 0;
    background-color: transparent; }
    .contacts--menu li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
  .contacts--box {
    padding: 1px 0 0;
    max-width: 370px; }
  .contacts h2 {
    margin: 0 0 46px;
    color: white; }
  .contacts h4 {
    margin: 0 0 1px;
    color: #ABABAB; }
  .contacts__on-map {
    display: inline-block;
    vertical-align: top;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 10px 0 0;
    text-align: center;
    cursor: pointer; }
    .contacts__on-map .icon {
      width: .68em;
      font-size: 34px;
      color: #FF8B00; }
    .contacts__on-map .txt {
      display: block;
      margin: 7px 0 0;
      color: white;
      font-size: 1.7rem; }
  .contacts__place {
    -ms-flex: 1;
    flex: 1;
    margin-right: 2em; }
  .contacts__list > li {
    margin: 18px 0 0;
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .contacts__list > li.mapBox {
      position: relative;
      padding: 0;
      margin: 0;
      border: 0;
      height: 0;
      overflow: hidden;
      transition: height .35s ease; }
      .contacts__list > li.mapBox.opened {
        height: calc(100vw - 60px); }
      .contacts__list > li.mapBox .gmBox {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100vw - 60px);
        height: calc(100vw - 60px); }
  .contacts__phone {
    font-size: 1.7rem; }
  .contacts__jobs {
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-size: 2.2rem; }
    .contacts__jobs .icon {
      width: .54em;
      font-size: 27px;
      margin-left: auto; }

.social-networking {
  overflow: hidden; }
  .social-networking a {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 53px;
    height: 53px;
    margin-right: 12px;
    border: 2px solid #4F4F4F;
    border-radius: 50%; }
  .social-networking .icon {
    font-size: 20px;
    color: #4C4C4C; }

.d-social-networking {
  overflow: hidden;
  margin-right: 15px; }
  .d-social-networking a {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: .125s ease;
    color: white; }
    .d-social-networking a:hover {
      background-color: white;
      color: #2f2f2f; }
  .d-social-networking .icon {
    font-size: 18px; }
  .d-social-networking .icon-plane {
    height: .9em;
    margin: 1px 2px 0 0; }

.copyright {
  margin: 10px 0 40px; }

.d-copyright {
  z-index: 1;
  position: absolute;
  bottom: 43px;
  left: 43px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .d-copyright span {
    font: 1.2rem/1.6 "Open Sans", sans-serif;
    opacity: 0.8; }

.popup,
.menu {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  overflow-x: hidden;
  overflow-y: auto; }
  .touchevents .popup, .touchevents
  .menu {
    -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .popup,
    .menu {
      background-color: rgba(0, 0, 0, 0.85); } }
  .popup__line-sep,
  .menu__line-sep {
    width: 1px;
    height: 500px;
    background-color: rgba(151, 151, 151, 0.3);
    transition: .2s ease; }
    @media (min-width: 768px) {
      .menu:not(.is-animation-ended) .popup__line-sep, .menu:not(.is-animation-ended)
      .menu__line-sep {
        opacity: 0; } }
  .popup__close-btn,
  .menu__close-btn {
    z-index: 10;
    position: absolute;
    width: 85px;
    height: 85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .2s ease; }
    @media (max-width: 767px) {
      .popup__close-btn,
      .menu__close-btn {
        top: 0;
        right: 0; } }
    @media (min-width: 768px) {
      .popup__close-btn,
      .menu__close-btn {
        top: 18px;
        left: 18px; } }
    .popup__close-btn .icon,
    .menu__close-btn .icon {
      font-size: 25px;
      cursor: pointer; }
  .popup__close-icon,
  .menu__close-icon {
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: .2s ease; }
    .touchevents .menu .popup__close-icon, .touchevents .menu
    .menu__close-icon {
      top: 1px; }
    .popup__close-icon i,
    .menu__close-icon i {
      position: absolute;
      left: 0;
      height: 1px;
      width: 25px;
      background: white;
      transform: rotate(0deg) translate3d(0, 0, 0);
      transition: .2s ease;
      transform-origin: center center !important; }
      .is-animation-ended .popup__close-icon i, .is-animation-ended
      .menu__close-icon i {
        width: 30px;
        left: -2px; }
      .popup__close-icon i:nth-child(1),
      .menu__close-icon i:nth-child(1) {
        top: 0; }
      .popup__close-icon i:nth-child(2), .popup__close-icon i:nth-child(3),
      .menu__close-icon i:nth-child(2),
      .menu__close-icon i:nth-child(3) {
        top: 10px; }
      .popup__close-icon i:nth-child(4),
      .menu__close-icon i:nth-child(4) {
        top: 20px; }
      .is-animation-ended .popup__close-icon i:nth-child(1), .is-animation-ended
      .menu__close-icon i:nth-child(1) {
        top: 10px;
        left: 50%;
        width: 0; }
      .is-animation-ended .popup__close-icon i:nth-child(2), .is-animation-ended
      .menu__close-icon i:nth-child(2) {
        transform: rotate(45deg); }
      .is-animation-ended .popup__close-icon i:nth-child(3), .is-animation-ended
      .menu__close-icon i:nth-child(3) {
        transform: rotate(-45deg); }
      .is-animation-ended .popup__close-icon i:nth-child(4), .is-animation-ended
      .menu__close-icon i:nth-child(4) {
        top: 10px;
        left: 50%;
        width: 0; }
      .galleryPage .header__top-bar:not(.is-fixed) .popup__close-icon i, .galleryPage .header__top-bar:not(.is-fixed)
      .menu__close-icon i {
        background: black; }
  .popup__content,
  .menu__content {
    z-index: 1;
    position: relative;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .touchevents .popup__content, .touchevents
    .menu__content {
      padding-top: 2px;
      padding-bottom: 1px;
      box-sizing: content-box; }
  .popup__list,
  .menu__list {
    z-index: 1;
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .popup__list,
      .menu__list {
        padding: 90px 30px 30px; } }
    @media (min-width: 768px) {
      .popup__list,
      .menu__list {
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .popup__list::before, .popup__list::after,
        .menu__list::before,
        .menu__list::after {
          content: ''; } }
  .popup__head,
  .menu__head {
    padding: 30px 0 0 30px; }
  .popup .social-networking,
  .menu .social-networking {
    padding: 0 30px 30px; }
  .popup__langs,
  .menu__langs {
    padding: 19px 0 19px 30px;
    background-color: #2D40FF;
    font-size: 2rem;
    display: -ms-flexbox;
    display: flex; }
    .popup__langs a,
    .menu__langs a {
      margin-right: 43px; }
    .popup__langs .active span,
    .menu__langs .active span {
      border-bottom: 1px solid; }
  .popup__bg,
  .menu__bg {
    opacity: 0;
    z-index: 0;
    position: absolute;
    left: -5px;
    right: -10px;
    top: -100%;
    height: 100%;
    background-color: black;
    transition: 0.25s cubic-bezier(0, 0.25, 0.25, 1);
    transform: skewY(0) translate3d(0, 0, 0);
    transform-origin: left 0 0; }
    .popup__bg.is-visible,
    .menu__bg.is-visible {
      opacity: 1; }
    .popup__bg.is-full,
    .menu__bg.is-full {
      transform: skewY(0) translate3d(0, 100%, 0) !important; }
  @media (min-width: 768px) {
    .popup .contacts--menu,
    .popup .nav,
    .menu .contacts--menu,
    .menu .nav {
      transition: .25s ease; }
    .popup:not(.is-animation-ended) .nav,
    .menu:not(.is-animation-ended) .nav {
      opacity: 0;
      transform: translate3d(-50px, 0, 0); }
    .popup:not(.is-animation-ended) .contacts--menu,
    .menu:not(.is-animation-ended) .contacts--menu {
      opacity: 0;
      transform: translate3d(50px, 0, 0); } }

.menu-burger-btn {
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .menu-burger-btn {
      right: 0;
      width: 85px;
      height: 85px; } }
  @media (min-width: 768px) {
    .menu-burger-btn {
      left: 0;
      width: 120px;
      height: 120px; } }
  .header__top-bar:not(.is-fixed) .menu-burger-btn.black {
    color: black; }

.menu-floating {
  z-index: 9;
  position: fixed;
  top: -95px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95px;
  background-color: #181818;
  color: white;
  transition: .25s ease; }
  .menu-floating.is-active {
    transform: translate3d(0, 95px, 0); }
  .menu-floating__selected {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 30px; }

.nav-item-active {
  line-height: 1.4;
  font-size: 2.5rem; }

.btn-go-to-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95px;
  height: 95px; }
  .btn-go-to-top .icon {
    font-size: 23px; }

.is-opened-filter .filter,
.is-opened-menu .menu {
  display: block; }

@media (max-width: 767px) {
  .nav {
    -ms-flex: 1;
    flex: 1; } }

@media (min-width: 768px) {
  .nav {
    width: 260px; } }

.nav__item {
  position: relative;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  transition: .2s ease; }
  @media (max-width: 767px) {
    .nav__item {
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .nav__item {
      margin-bottom: 55px; } }
  .menu.is-hidden .nav__item {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }
  .nav__item:nth-child(1) {
    transition-delay: 50ms; }
  .nav__item:nth-child(2) {
    transition-delay: 100ms; }
  .nav__item:nth-child(3) {
    transition-delay: 150ms; }
  .nav__item:nth-child(4) {
    transition-delay: 200ms; }
  .nav__item:nth-child(5) {
    transition-delay: 250ms; }
  .nav__item:nth-child(6) {
    transition-delay: 300ms; }
  .nav__item:last-child {
    margin-bottom: 0; }
  .nav__item .title {
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 767px) {
      .nav__item .title {
        font-size: 2.5rem; } }
    @media (min-width: 768px) {
      .nav__item .title {
        font-size: 3.5rem; } }
  .nav__item.active .icon-close {
    display: block; }

.nav .icon-arrow {
  width: .54em;
  font-size: 27px; }

.nav .icon-close {
  display: none;
  font-size: 25px; }

.s-project {
  padding: 120px 30px;
  background-color: #181818;
  color: white; }
  .s-project h4 {
    margin: 0 0 1px;
    color: #ABABAB; }
  .s-project .big {
    font-size: 1.7rem; }
  .s-project .title {
    margin: .6em 0 0;
    font-size: 5.3rem;
    line-height: .8;
    border-bottom: 1px solid;
    padding-bottom: 15px; }
  .s-project__cont-list {
    color: #737373; }
    .s-project__cont-list > li {
      margin: 18px 0 0;
      padding: 0 0 22px;
      border-bottom: 1px solid #2f2f2f; }
      .s-project__cont-list > li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }

.s-project-d {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 540px;
  background-color: #181818;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .s-project-d .middle {
    margin: auto;
    text-align: center;
    max-width: 650px;
    font-size: 2rem; }
  .s-project-d__title {
    display: block;
    margin-bottom: 55px;
    font-size: 10.4rem;
    line-height: 1.17;
    font-family: 'open_sansbold', sans-serif; }
    .s-project-d__title .color {
      color: #ee3692; }
  .s-project-d__sep-line {
    width: 350px;
    margin: 0 auto 47px;
    height: 1px;
    background-color: rgba(151, 151, 151, 0.3); }
  .s-project-d__phone {
    margin-bottom: 30px; }
  .s-project-d__mail {
    color: #6A6A6A; }

.icon-arrow-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: .54em;
  font-size: 27px;
  margin-left: auto; }

.black-line {
  background: #181818;
  padding: 0 30px; }
  .black-line::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #2f2f2f; }

.contact-city {
  position: relative;
  padding: 60px 30px;
  background-size: cover;
  background-position: 50% 25%;
  background-color: rgba(24, 24, 24, 0.84);
  color: white; }
  .box-side .contact-city {
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    padding: 80px; }
  .contact-city::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .contact-city__content {
    position: relative; }
  .contact-city h2 {
    margin-top: 0; }
  .contact-city .contacts__on-map {
    margin-top: 40px; }

@media (max-width: 767px) {
  .jobs-accordion h2, .jobs-accordion h3 {
    color: black; } }

.jobs-accordion .item:first-child .item-title {
  border: 0; }

.jobs-accordion .item-title {
  margin: 0;
  padding: 50px 30px;
  border-top: 1px solid #cdcdcd;
  line-height: 1.4; }

@media (max-width: 767px) {
  .jobs-accordion .hidden-info {
    margin: -20px 0 30px;
    padding: 0 30px 30px;
    color: #9d9d9d; }
    .jobs-accordion .hidden-info *:last-child {
      margin-bottom: 0; } }

.jobs-accordion .is-opened .item-title span {
  border: 0; }

.accordion-list {
  max-width: 370px;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #6a6a6a; }
  .accordion-list .item {
    margin-bottom: -1px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer; }
    .accordion-list .item.is-opened {
      z-index: 1;
      position: relative;
      border-color: white;
      color: white; }

.hidden-info {
  display: none; }

.loader {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fe4268, #ff8a1e, #81ba35);
  background-size: 2000%;
  animation: LoaderAnim 1.75s ease-in-out both;
  transition: transform 400ms ease; }
  .loader.is-hidden {
    transform: translate3d(100%, 0, 0); }
  .loader__area {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: transform 400ms cubic-bezier(0, 0.25, 0.25, 1);
    transform-origin: top left 0; }
    .loader__area.is-finished {
      transform: translate3d(100%, 0, 0); }
  .loader .icon-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@keyframes LoaderAnim {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }

.filter .nav {
  -ms-flex: 0 0;
  flex: 0 0;
  padding: 26px 30px 0; }

.filter__close {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px; }
  .filter__close .icon {
    font-size: 25px; }

.filter-d {
  position: absolute;
  top: 44px;
  left: 130px; }
  .filter-d a {
    float: left;
    margin-right: 25px;
    font-size: 2rem; }
  .header__top-bar:not(.is-fixed) .filter-d.black {
    color: black; }

.langs {
  z-index: 1;
  position: absolute;
  bottom: 43px;
  right: 43px;
  display: -ms-flexbox;
  display: flex; }
  .langs a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    border-radius: 50%;
    transition: .125s ease; }
    .touchevents .langs a:active,
    .no-touchevents .langs a:hover, .langs a.active {
      background-color: white;
      color: black; }
  .langs.black a {
    color: black;
    border-color: rgba(0, 0, 0, 0.5); }
    .touchevents .langs.black a:active,
    .no-touchevents .langs.black a:hover, .langs.black a.active {
      background-color: black;
      color: white; }

.map-container {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .15s ease; }
  .map-container.is-visible {
    opacity: 1;
    visibility: visible; }
  .map-container__mapbox {
    z-index: 1;
    position: relative;
    height: 100%; }
  .map-container__close-btn {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 116px;
    height: 116px;
    cursor: pointer; }
    .map-container__close-btn .icon {
      margin: auto;
      font-size: 25px;
      color: white; }

.footer {
  position: relative;
  height: 127px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #181818;
  color: white; }

.project-switcher-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.project-switcher {
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0; }
  .project-switcher__work {
    position: relative;
    margin: 0 100px; }
    .project-switcher__work .sub-title {
      color: #737373; }
    .project-switcher__work .arrow {
      position: absolute;
      top: 14px;
      width: 15px;
      height: 30px; }
      .project-switcher__work .arrow .icon {
        vertical-align: top;
        font-size: 27px;
        width: .54em; }
    .project-switcher__work.prev .arrow {
      left: -115px;
      transform: rotate(180deg); }
    .project-switcher__work.next .arrow {
      right: -115px; }
  .project-switcher__proj-name {
    margin-bottom: 6px;
    font-size: 2.2rem;
    line-height: 1.4; }

.page-404 {
  height: 100vh;
  padding: 20px;
  background-color: #161616; }
  .page-404 .middle {
    width: 8%;
    min-width: 150px;
    margin: auto; }
    @media (max-width: 767px) {
      .page-404 .middle {
        font-size: 2rem; } }
    @media only screen and (min-width: 1280px) {
      .page-404 .middle {
        font-size: 1vw; } }
  .page-404__img {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 7px;
    text-align: center; }
    @media (min-width: 768px) {
      .page-404__img {
        background: url("../img/404_bg.png") no-repeat center center/contain; } }
  .page-404 h3 {
    margin: 0 0 .5em;
    font-size: 2em;
    line-height: 1.2; }

.slide-anim-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no-touchevents .s-oval {
  transition: 0.25s cubic-bezier(0.3, 0.9, 0.45, 1); }

.no-touchevents .swiper-slide-active .s-oval-1 {
  transition-delay: 250ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-1 {
  opacity: 0;
  transform: translate3d(70px, 0, 0); }

.no-touchevents .swiper-slide-active .s-oval-2 {
  transition-delay: 300ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-2 {
  opacity: 0;
  transform: translate3d(140px, 0, 0); }

.no-touchevents .swiper-slide-active .s-oval-3 {
  transition-delay: 350ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-3 {
  opacity: 0;
  transform: translate3d(210px, 0, 0); }

.no-touchevents .swiper-slide-active .s-oval-4 {
  transition-delay: 400ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-4 {
  opacity: 0;
  transform: translate3d(280px, 0, 0); }

.no-touchevents .swiper-slide-active .s-oval-5 {
  transition-delay: 450ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-5 {
  opacity: 0;
  transform: translate3d(350px, 0, 0); }

.no-touchevents .swiper-slide-active .s-oval-6 {
  transition-delay: 500ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-6 {
  opacity: 0;
  transform: translate3d(420px, 0, 0); }

.no-touchevents .swiper-slide-active .s-oval-7 {
  transition-delay: 550ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-7 {
  opacity: 0;
  transform: translate3d(490px, 0, 0); }

.no-touchevents .swiper-slide-active .s-oval-8 {
  transition-delay: 600ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-8 {
  opacity: 0;
  transform: translate3d(560px, 0, 0); }

.no-touchevents .swiper-slide-active .s-oval-9 {
  transition-delay: 650ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-9 {
  opacity: 0;
  transform: translate3d(630px, 0, 0); }

.no-touchevents .swiper-slide-active .s-oval-10 {
  transition-delay: 700ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-oval-10 {
  opacity: 0;
  transform: translate3d(700px, 0, 0); }

.no-touchevents .s-figure {
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.3, 0.9, 0.45, 1);
  transform: translate3d(0, 0, 0); }

.no-touchevents .swiper-slide-active .s-figure-1 {
  transition-delay: 300ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-figure-1 {
  transform: translate3d(30px, 0, 0); }

.no-touchevents .swiper-slide-active .s-figure-2 {
  transition-delay: 350ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-figure-2 {
  transform: translate3d(30px, 0, 0); }

.no-touchevents .swiper-slide-active .s-figure-3 {
  transition-delay: 400ms; }

.no-touchevents .slide:not(.swiper-slide-active) .s-figure-3 {
  transform: translate3d(30px, 0, 0); }

.no-touchevents .s-triangle {
  transition: .4s ease-in-out;
  transform-origin: center center; }

.no-touchevents .slide:not(.swiper-slide-active) .s-triangle-1,
.no-touchevents .slide:not(.swiper-slide-active) .s-triangle-3,
.no-touchevents .slide:not(.swiper-slide-active) .s-triangle-5,
.no-touchevents .slide:not(.swiper-slide-active) .s-triangle-7 {
  transform: rotate(-40deg); }

.no-touchevents .slide:not(.swiper-slide-active) .s-triangle-2,
.no-touchevents .slide:not(.swiper-slide-active) .s-triangle-4,
.no-touchevents .slide:not(.swiper-slide-active) .s-triangle-6 {
  transform: rotate(40deg); }

.tablet-locker {
  display: none;
  z-index: 60;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; }
  @media only screen and (orientation: portrait) and (min-width: 768px) {
    .touchevents .tablet-locker {
      display: block; } }
  .tablet-locker__anim-box {
    position: absolute;
    top: 48%;
    left: 50%;
    margin: -44px 0 0 -44px;
    width: 88px;
    height: 88px; }
  .tablet-locker__anim-phone {
    background: url(../img/locker/phone.svg) no-repeat center center;
    animation: tabletLockerAnim1 7s infinite; }
  .tablet-locker__anim-sync {
    background: url(../img/locker/sync.svg) no-repeat center center;
    animation: tabletLockerAnim2 7s infinite; }
  .tablet-locker__anim-ok {
    background: url(../img/locker/checkmark-circle.svg) no-repeat center center;
    opacity: 0;
    animation: tabletLockerAnim3 7s infinite; }
  .tablet-locker__text-info {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 1.8rem; }
  .tablet-locker .animated {
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 88px;
    background-size: 44px; }

h1.underline, h2.underline {
  display: inline-block; }

.pageId59 .jobs-accordion .rightside ul {
  margin: 0 0 1.2em 18px; }

.gmBoxContact {
  position: absolute;
  top: -105%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: top .2s ease; }
  .gmBoxContact.opened {
    top: 0; }
  .gmBoxContact .gmBoxContactInn {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%; }

.mapBox {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }
  .mapBox.opened {
    height: 100vw; }
  .mapBox .gmBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vw; }

.videoslide {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25vw 0 0 0;
  overflow: hidden; }
  .videoslide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.js-close-map {
  color: white; }

.galleryPage .header__top-bar:not(.is-fixed) {
  color: black !important; }

.galleryContent {
  text-align: center; }

.projectInfo ul {
  padding: 20px 0 0 0; }

.content-list li {
  color: #262626; }

.mobile .content-list ul {
  margin: 0 0 1.2em 18px; }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.cc_banner-wrapper {
position: absolute!important;
background: none;
}
.cc_container {
left: 10px!important;
top: 10px!important;
right: 10px!important;
background: rgba(255, 255, 255, 0.95)!important;
box-shadow: 0px 4px 14pxrgba(0, 0, 0, 0.25)!important;
color: #000!important;
font-family: Montserrat, sans-serif!important;
font-style: normal;
font-weight: normal;
line-height: normal;
font-size: 15px!important;
min-height: 106px;
padding: 30px 250px 30px 30px!important;
}
.cc_container .cc_message{
line-height: 22px!important;
margin-top: 0!important;
}

.cc_banner-wrapper p a {
color: #E43745!important;
text-decoration-line: underline!important;
}

.cc_container .cc_btn {
	position: absolute!important; top: 30px!important; right: 30px!important;
-webkit-border-radius: 0!important;
border-radius: 0!important;
background: #000!important;
color: #FFF!important;
margin: 0!important;
padding: 15px!important;
width: 180px!important;
max-width: 180px!important;
font-size: 15px!important;}

@media (max-width:767px) {
	.cc_container {padding: 30px 30px 110px 30px!important;}
	.cc_container .cc_message {font-size: 1.000em!important;}
	.cc_container .cc_btn {top: auto!important; bottom: 30px!important; right: 50%!important; margin-right: -90px!important;}
}	

.gmCookiesInfoBackground {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/gmDatabackground.png) no-repeat center center; background-size: cover; z-index: 8; -webkit-transition: opacity .3s ease-in-out, left 0s linear .4s; transition: opacity .3s ease-in-out, left 0s linear .4s;}
	.gmCookiesInfoBackground.gmAccepted {opacity: 0; left: -10000px;}
	.gmCookiesInfoBackground::after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); content:""; z-index: 100;}
	.gmCookiesInfoBox {position: absolute; top: 50%; left: 50%; margin: -120px 0 0 -120px; width: 240px; color: #fff; text-align: center; z-index: 101;}
		.gmCookiesInfoBox p {font-size: 0.938em; line-height: 15px;}
		.gmCookiesInfoBox strong {font-size: 1.625em; font-weight: normal;}
		.gmCookiesInfoBox img {display: block; margin: 40px auto; width: 80px;}
		.gmCookiesInfoBox a {color: #fff; text-decoration: underline; font-size: inherit;}
		.gmCookiesInfoBox button {width: 100%; margin-top: 30px; border: 0; padding: 10px; background: #fff; color: #151129; font-weight: 700;}

@media (max-width:767px) {
	.gmCookiesInfoBox img {margin: 25px auto; width: 40px;}
	.gmCookiesInfoBox button {margin-top: 20px;}
	.screen-slide-content {
		padding-top: 150px;
	}
	.screen-slider-pagin .bullet {
		float: none;
		display: inline-block;
	}
	.menu__list {
		flex-wrap: wrap;
		display: block;
	}
	.menu__line-sep {
		display: none;
	}
	.contacts--menu {
		width: 100%;
		margin-top: 50px;
		border-top: solid 1px rgba(255, 255, 255, 0.2);
		padding-top: 20px;
	}
	.menu__bg{
		background-color: rgba(0, 0, 0, 0.85) !important;
	}
	.screen-slider__nav-btns{
		display: none; 
	}
	.d-copyright {
		left: 20px;
	}
	.menu__close-btn{
		width: 60px;
	}
	.is-opened-menu .menu__close-icon i:nth-child(3),
	.is-opened-menu .menu__close-icon i:nth-child(2)
	{
		display: none;
	}
	.is-opened-menu .menu__close-icon i{
		transition: .2s ease;
		width: 30px !Important;
		left: 0 !important;
	}
	.is-opened-menu .menu__close-icon i:nth-child(1) {
		transform: rotateZ(45deg) scaleX(1) translate(5px, 9px);
	}
	.is-opened-menu .menu__close-icon i:nth-child(4) {
		transform: rotateZ(-45deg) scaleX(1) translate(5px, -9px);
	}
	.works-d__list.js-works-d-list .works-d__item {
		width: 100% !important;
		background-position-y: top;
		height: 233px;
	}
	.desk-filter {
		display: none !important;
	}
	.mob-filter{
		display: block !important;
	}
	.filter-d {
		position: relative;
		left: 0;
		padding: 140px 30px 30px;
		top: 0;
	}
	h1.mobtitle {
		font-size: 6.2rem;
		margin: 0 0 .6em;
	}
	.filter-d a {
		display: table;
		float: none;
		margin-right: 0;
		margin-bottom: 8px;
		margin-bottom: 25px;
    	font-size: 2.5rem;
	}
	.box-side.leftside h1 {
		font-size: 50px;
	}
	.works-d__item-info {
		opacity: 1 !important;
		background-color: transparent;
		padding: 40px 30px;
		align-items: start;
	}
	.works-d__item-info h2 {
		font-size: 2.5rem;
	}
	.dsc-view2{
		display: none;
	}
}		
@media (max-width: 991px) {
	.screen-slider__nav-btns .icon {
		width: 30px;
	}
	.dsc-view{
		display: none;
	}
	h3.mob-view span {
		border-bottom: solid 1px #fff;
	}
	.header__d-content .box-side, 
	.header__d-content .box-middle{
		width: 100% !important;
	}
	.header__d-content .box-middle {
		max-width: 100%;
		padding: 0 30px;
	}
	.box-middle {
		display: block !important;
	}
	.header__d-content .rightside--agency__list{
		text-align: left !Important;
	}
	.box-side.rightside {
		min-height: 100%;
		padding-top: 50px;
		background-image: none !important;
		background: #fff;
		height: 100%;
		padding-bottom: 50px;
	}
	.box-side.leftside {
		padding: 100px 0px;
		min-height: auto;
	}
	.box-side.leftside .box-scroll{
		overflow: hidden !important; 
	}
	.box-side.rightside .box-scroll {
		overflow: visible !important;
		flex-wrap: wrap;
	}
	.box-side.rightside .box-middle h3 {
		font: 2.2rem/1.2 "open_sansregular", sans-serif;
		color: #000;
	}
	.box-side.rightside .box-middle ul {
		color: #9D9D9D;
		font: 1.1rem/1.9 "open_sansregular", sans-serif;
	}
	.box-side.rightside .box-middle ul li:before {
		margin: 0;
	}
	.box-side.rightside .box-middle h3 a span {
		text-decoration: none !important;
	}
	.box-side.leftside .contacts-head .inner_text {
		font-size: 3.2rem;
	}
	.box-side.leftside .contacts-head p.bigFonts {
		color: #fff;
		font: 2.2rem/1.9 "open_sansregular", sans-serif;
	}
	.box-side .contact-city {
		padding: 60px 30px;
	}
	.galleryPage .header__top-bar:not(.is-fixed), 
	.header__top-bar:not(.is-fixed) .menu-burger-btn.black{
		color: white !important;
	}
	.galleryPage .header__top-bar:not(.is-fixed) .menu__close-icon i{
		background: white !important;
	}
	.desk-filter2{
		display: none;
	}
	.galleryPage .box-side.leftside {
		padding: 40px 0 0 !important;
		height: auto;
	}
	.galleryPage .box-side.rightside {
		padding-bottom: 0;
		padding-top: 15px;
	}
	.galleryPage .box-side h1 {
		font: 3rem/1 "open_sansregular", sans-serif;
	}
	.galleryPage .project-info h1 {
		font: 4.5rem/1 "open_sansregular", sans-serif;
	}
	.galleryPage .project-info h1 span {
		border: 0;
	}
	.galleryPage .header__d-content{
		min-height: auto;
	}
	.galleryPage .box-side p {
		color: #9D9D9D;
		font: 1.3rem/1.6 "open_sansregular", sans-serif;
	}
	body.galleryPage .menu__line-sep {
		display: none;
	}
  .contactmob-view .box-scroll {
      height: auto !important;
  }
  .contactmob-view {
     height: 100% !important;
  }
}
@media (min-width: 992px) {
	.mob-view{
		display: none;
	}
}
.mob-filter{
	display: none;
}
.contactdetails_footer {
	padding: 30px 15px;
	background-color: #181818;
	color: white;
	width: 100%;
	margin-top: 0px !important;
}
.contactdetails_footer .s-project {
	padding: 0;
    margin-bottom: 80px;
}
.contactdetails_footer .black-line {
    background: #181818;
    padding: 0;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
	.mob-view2 {
		display: none !important;
	}
}
.cc_banner-wrapper, .contacts__on-map .vert-center {
	display: none;	
}
/*# sourceMappingURL=styles.css.map */
