@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" screen;
/* VARS */
* {
  outline: none !important;
  text-decoration: none; }

body {
  font-family: "gotham", sans-serif;
  font-weight: 300;
  font-size: 1 rem;
  color: #666666;
  min-width: 320px;
  line-height: 1.3; }
/*Pagination*/
.cl_pager{overflow:hidden;margin-top:30px;}
.cl_pager li{float:left;list-style:none;}
.cl_pager li a{display:block;padding-top:5px;height:20px;width:25px;text-align:center;border-radius:4px;margin:9px;font-size:20px;color:#999;text-decoration:none;}
.cl_pager li a.icemega_active{color: #3eb489;border: 1px solid #3eb489;height: 40px;width: 40px;}
/*Pagination*/
a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit; }

a, a:hover {
  text-decoration: none; }

a, input[type="submit"], .btn {
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer; }
.modal{left:50%!important;}
.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }
.socials{display:none!important;}
.modal-dialog-centered{padding-top:50%;margin-top:-285px;}
html {
  font-size: 16px; }
  .cl_img_content img{max-width:100%!important;height:auto!important;}
  .cl_img_content{font-size:16px;}
  
  .cl_img_content1{text-align:center;}
  .single-proj-first-img-wrapp .year{font-size:24px;font-weight:bold;}
.cl_img_content1 img{max-height:80vh!important;width:auto!important;}
.h1, .h2, .h3, .h4, .h5 {
  font-family: "gotham", sans-serif;
  font-weight: 300;
  color: #f00; }

.h1 {
  font-family: "gotham", sans-serif;
  font-weight: 300;
  font-size: 2.5rem; }

.h2,.cl_inner_text h2 {
  font-size: 3.125rem;
  font-family: "gotham", sans-serif;
  font-weight: 300;
  margin-bottom: 15px; }

.h3 {
  font-size: 1.375rem;
  font-family: "gotham";
  font-weight: 500;
  color: #242424;
  font-size: 1.25rem; }

.h4 {
  font-family: "gotham", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 1rem; }

.textcols4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 94%;
	text-align: left;
}
.textcols4-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    height: 30%;
}

.textcols1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 94%;
	text-align: left;
	margin-left: auto;
	width: 80%;
}
.textcols1-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    height: 30%;
}

.textcols11 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 94%;
	text-align: left;
	margin-left: auto;
	width: 80%;
	padding-top: 1em;
}
.textcols11-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    height: 30%;
}

.textcols2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 94%;
	text-align: left;
	margin-left: auto;
	width: 80%;
}
.textcols2-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    height: 30%;
}
.textcols4-item + .textcols4-item {
    margin-left: 5%;
}

.textcols3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
    width: 100%;
}
.textcols3-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    height: 50%;
	text-align: center;
}

.text-blue {
  color: #2e5aca; }

.bg-darck-silver {
  background: #373737;
  color: #fff; }

.general_wrapper {
 /* min-height: 100vh;*/
  padding-bottom:50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .general_wrapper section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.bread .breadcrumb {
  background: transparent; }
  .bread .breadcrumb .breadcrumb-item, .bread .breadcrumb a {
    color: #a6a6a6;
    font-size: 0.875rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }

.bread .breadcrumb-item + .breadcrumb-item::before {
  font-family: "FontAwesome";
  content: '\f178'; }

/* HAMBURGER */
.hamburger {
  padding: 0;
  display: inline-block;
  position: relative;
  right: 0;
  cursor: pointer;
  z-index: 1110;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 5px;
  background-color: #000;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Squeeze ANIMATION
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner, .hamburger--squeeze.is-active .hamburger-inner::before, .hamburger--squeeze.is-active .hamburger-inner::after {
  background-color: #fff; }

/* END HAMBURGER */
.form_style {
  background: #3c4348;
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  padding: 3.625rem 5.3125rem;
  padding-bottom: 7.5rem; }
  .form_style input[type="submit"] {
    margin-left: 15px; }
  .form_style label {
    color: #969696;
    font-size: 0.875rem;
    position: absolute;
    top: 35px;
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    cursor: text; }
    .form_style label.in_focus {
      top: 9px; }
  .form_style .form-control {
    background: transparent;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-bottom: 2px solid #d6d6d6;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding-left: 0;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    margin-top: 1.5625rem; }
  .form_style .block:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    background: #3d6ef9;
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }
  .form_style .block.in_focus:after {
    width: 93%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

#push {
  height: 100vh; }

#slideSection {
  /*overflow: hidden;*/
  position: relative; }

#slideWrapper {
  width: 10000px;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  -o-transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #slideWrapper .slide {
   height: calc(100vh - 82px)!important;
   overflow:hidden;
    width: 100vw; }
    #slideWrapper .slide.active{
     
     /*overflow:visible;*/
    }
    #slideWrapper .slide > .container-fluid {
      height: 100%; }
      #slideWrapper .slide > .container-fluid > .row {
        height: 100%; }
  #slideWrapper .brand_name {
    font-family: "gotham", sans-serif;
    font-weight: 300;
    font-size: 3.125rem; }
  #slideWrapper .brand_sligan {
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #8d8d8d; }
  #slideWrapper .img_block img {
    max-height: -webkit-calc(100vh - 54px)!important;
    max-height: calc(100vh - 54px)!important; 
    height: auto; /*calc(100vh - 54px)!important;*/
    width:auto!important;
      
}
    .index-page .img_block a{display:none;}
    .index-page .img_block{cursor:pointer;}
  #slideWrapper .text-block {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #slideWrapper .text-block .wrapper {
      padding-left: 100px;
      padding-right: 100px;
      font-size: 1rem; }
  #slideWrapper ul li{
    background: url("../img/dot2.png") left bottom no-repeat; 
   list-style:none;
   margin-bottom:7px;
}

.arrow_link {
  margin-top: 30px; }
  .arrow_link a {
    display: block;
    width: 28px;
    height: 19px;
    background: url("../img/arrow_right_to_work.png") center no-repeat; }

#slideNav {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 35px;
  bottom: 60px;
  z-index: 10; }
  #slideNav .item {
    height: 4px;
    width: 4px;
    background: #000;
    margin-top: 14px;
    margin-bottom: 14px;
    cursor: pointer;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    #slideNav .item.active {
      height: 9px;
      width: 9px;
      background: #fe0000; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.show_on_map {
  color: #fff;
  font-family: "gotham", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  background: url("../img/map-dot-small-white.png") left center no-repeat;
  padding-left: 20px; }
  .show_on_map:hover {
    color: #fff; }

.show-more-black {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #000;
  background: url("../img/arrow_right_black.png") right center no-repeat;
  padding-right: 30px; }
  .show-more-black:hover {
    color: #000; }

.show-more-white {
  font-family: "gotham", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #fff;
  background: url("../img/arrow_right_white.png") right center no-repeat;
  padding-right: 30px; }
  .show-more-white:hover {
    color: #fff; }

#generalNavigation {
  position: fixed;
  color: #fff;
  font-size: 1.125rem;
  width: 100%;
  height: 100%;
  z-index: 500;
  left: 0;
  top: -100%;
  background: #373737;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  #generalNavigation.is-active {
    top: 0; }
  #generalNavigation .nav .nav-link {
    color: #fff;
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.5; }
  #generalNavigation a[href^="emailto:"] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1rem; }
  #generalNavigation .contacts p {
    margin-bottom: 0.5rem; }
  #generalNavigation .social {
    color: rgba(255, 255, 255, 0.4); }
    #generalNavigation .social a {
      margin-right: 20px;
      margin-left: 20px; }
      #generalNavigation .social a:first-child {
        margin-left: 0; }
      #generalNavigation .social a:hover {
        color: #fff; }
  #generalNavigation .copy {
    font-size: 0.875rem;
    font-family: "gotham", sans-serif;
    font-weight: 300; }
  #generalNavigation .img {
    height: 330px; }


 html.menu-open,
 html.menu-open body{
   position: fixed;
 }

  header.bg-silver{
    background: #373737;
  }
header {
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  header.header-skroll {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 91px;
    background: #fff;
    z-index: 600; }
    header.header-skroll .header-wrap.is-active .lock_white, header.header-skroll .header-wrap.is-active .logo_white {
      visibility: hidden;
      opacity: 0;
      display: none; }
    header.header-skroll .header-wrap.is-active .lock_black, header.header-skroll .header-wrap.is-active .logo_black {
      visibility: visible;
      opacity: 1;
      display: block; }
    header.header-skroll .header-wrap.is-active .btn-link {
      color: #000; }
    header.header-skroll .header-wrap.is-active .hamburger--squeeze.is-active .hamburger-inner, header.header-skroll .header-wrap.is-active .hamburger--squeeze.is-active .hamburger-inner::before, header.header-skroll .header-wrap.is-active .hamburger--squeeze.is-active .hamburger-inner::after {
      background-color: #000; }

.header-wrap {
  display: inline-block;
  position: fixed;
  z-index: 600;
  width: 40%;
  left: 35px;
  
  top: 25px; }
  .header-wrap .btn-link {
    color: #000; letter-spacing:1px;font-size:14px;}
    .header-wrap .btn-link:hover, .header-wrap .btn-link:active {
      text-decoration: none;
      color: #000; }
  .header-wrap .lock_white, .header-wrap .logo_white {
    visibility: hidden;
    opacity: 0;
    display: none; }
  .header-wrap.is-active .lock_black, .header-wrap.is-active .logo_black {
    visibility: hidden;
    opacity: 0;
    display: none; }
  .header-wrap.is-active .lock_white, .header-wrap.is-active .logo_white {
    visibility: visible;
    opacity: 1;
    display: block; }
  .header-wrap.is-active .btn-link {
    color: #fff; }
    .header-wrap.is-active .btn-link:hover, .header-wrap.is-active .btn-link:active {
      text-decoration: none;
      color: #fff; }

#mainNews {
  position: relative; }
  #mainNews .photo .img {
    min-height: 100px; }
  #mainNews .title {
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 1.125rem; }
  #mainNews .date, #mainNews .pre-text {
    color: rgba(0, 0, 0, 0.8); }
  #mainNews .date .wrap {
    border-left: 5px solid #fe0000;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px; }
  #mainNews .more_news {
    //position: absolute;
    //left: 0;
    //bottom: 15%;
    text-align: center; }

#map {
  height: 90vh;
  margin-right: 30px; }

.mainContacts {
  position: relative; }
  .mainContacts .wrap {
    font-size: 1.125rem; }
    .mainContacts .wrap .h3 {
      font-family: "gotham", sans-serif;
      font-weight: 400;
      font-size: 2.25rem;
      margin-bottom: 30px; }
    .mainContacts .wrap a[href^="emailto:"] {
      font-size: 1rem;
      color: rgba(0, 0, 0, 0.7); }
  .mainContacts .social a {
    margin-right: 15px;
    margin-left: 15px; }
    .mainContacts .social a:first-child {
      margin-left: 0; }
  .mainContacts .copy {
    position: absolute;
    left: 0;
    bottom: 5vh;
    width: 100%;
    height: initial !important; }

.services-page ul {
  padding-left: 15px;
  line-height: 1.5625rem; }

.my-margin {
  margin-top: 8.125rem; }

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
.cl_soc_icons{margin-bottom:30px}
.cl_soc_icons a{display:inline-block;height:40px;width:40px;color:#eb462e;border:2px solid #eb462e;
    font-size:15px;margin:15px;line-height:40px;vertical-align:middle;
}
#projects .h1,#contacts .h1 {
  margin-top: 98px; }
.contacts-block{font-size:16px;line-height:20px;}
.contacts-block h2{font-weight:normal;font-size:18px;margin-bottom:15px;}
.contacts-block a{color:#9F9F9F;}
.cl_hov{position:absolute;top:0px;left:2%;width:96%;height:100%;background:rgba(0,0,0,0.6);color:#fff;font-size:46px;font-family:'gotham';text-align:center;padding-top:20%;display:none;}
.cl_block:hover .cl_hov{display:block;}
.cl_hov b{margin-top:2%;color:#fff;text-transform:uppercase;font-size:16px;display:block;}
#projects .nav-filter .nav-link {
  font-family: "gotham", sans-serif;
  font-weight: 300;
  color: #000;
  padding: 0;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  #projects .nav-filter .nav-link .selected {
    font-family: "gotham", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    margin-left: 7px; }
    #projects .nav-filter .nav-link .selected:after {
      position: absolute;
      content: '';
      width: 11px;
      height: 7px;
      background: url("../img/arrow_select_down_black.png") center no-repeat;
      right: -17px;
      top: 7px; }

#projects .nav-filter .nav-item {
  padding: 0.5rem 7%;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  #projects .nav-filter .nav-item.active {
    background: #3a3a3a; }
    #projects .nav-filter .nav-item.active .nav-link {
      color: #fff; }
      #projects .nav-filter .nav-item.active .nav-link .selected:after {
        background: url("../img/arrow_select_down_white.png") center no-repeat; }
    #projects .nav-filter .nav-item.active .sub-nav {
      display: block; }

#projects .nav-filter .sub-nav {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  background: #3a3a3a;
  color: #fff;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding-top: 45px;
  padding-bottom: 45px; }
  #projects .nav-filter .sub-nav .nav {
    width: 45%;
    margin-left: auto;
    margin-right: auto; }
    #projects .nav-filter .sub-nav .nav .item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 25%;
          -ms-flex: 1 0 25%;
              flex: 1 0 25%;
      line-height: 1.75rem; }
      #projects .nav-filter .sub-nav .nav .item.active {
        font-weight: 700; }

#projects .proj-block {
  padding: 0 30px; }
  #projects .proj-block .block {
    margin-bottom: 30px;
   /* padding:0px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #projects .proj-block .img {
    display: block;
   }
  #projects .proj-block .show-more-black {
    display: block;
    margin: 5px 0; }

.single-project-page .single-proj-first-img-wrapp {
  padding: 5px 50px 5vh 40px; }

.single-project-page .slide-2 .img-fluid {
  max-height: 41vh; }

.single-project-page .year {
  font-size: 26px;
    font-weight:500;
    margin-bottom:50px;
}
.cl_img_content p{margin-bottom:30px;display:block;}
.cl_img_content p b{color:#9f9f9f;text-transform:uppercase;}
.clients-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .clients-list .block {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5; }

.counts-block {
  position: absolute;
  z-index: 5;
  right: 30px;
  top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "gotham", sans-serif;
  font-weight: 300;
  font-size: 1rem; }
  .counts-block .slide-icon {
    margin-right: 10px; }
  .counts-block .close-slide {
    margin-left: 40px; }

.dropdown-menu {
  min-width: initial; }
.my-items .nav-item .nav-link{font-size:14px!important;}
#news {
  height: 100vh; }
  #news .date {
  /*  background: url("../img/date-square.png") left center no-repeat;*/
    padding-left: 20px;
    padding:15px 0px 10px 0px;
    font-family: "gotham";
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7); }
  #news .title {
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 1.1875rem;
  /*  min-height: 50px;*/
    display: block; }
  #news .text {
    min-height: 86px; }

#singleNews .single-news-wrapp {
  padding: 13vh 40px 5vh 40px; }

#singleNews .title {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 1.5rem; }

#singleNews .slick-slider a {
  display: block;
  height: 500px; }

#singleNews .slick-slider-nav {
  margin-top: 28px; }
  #singleNews .slick-slider-nav .slick-track {
    padding-bottom: 10px; }
  #singleNews .slick-slider-nav .slide-nav {
    width: 122px;
    margin-right: 22px;
    margin-left: 22px;
    height: 80px;
    position: relative;
    cursor: pointer;
    z-index: 3; }
    #singleNews .slick-slider-nav .slide-nav:first-child {
      margin-left: 0; }
    #singleNews .slick-slider-nav .slide-nav:last-child {
      margin-right: 0; }
    #singleNews .slick-slider-nav .slide-nav.slick-current:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(255, 255, 255, 0.7); }
    #singleNews .slick-slider-nav .slide-nav.slick-current:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      left: 0;
      bottom: -10px;
      background: #000; }

#company {
  overflow: hidden; }
  #company .company-wrapp {
    padding: 13vh 40px 5vh 40px; }
  #company .employees .item {
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    text-align: center; }
    #company .employees .item img {
      width: 100%;
      max-width: 188px;
      max-height: 180px; }
    #company .employees .item .name {
      margin-top: 16px;
      font-size: 1rem;
      text-align: center; }
  #company .partner-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

hr {
  background-color: #c1c1c1; }

#contacts {
  padding: 13vh 40px 0vh 40px;
  font-size: 1.125rem; }
  #contacts .h1 {
    margin-bottom: 5vh; }
  #contacts a[href^="tel:"] {
    font-size: 1rem;
    color: #000; }
  #contacts .social {
    margin-top: 8px;
    margin-bottom: 8px; }
    #contacts .social a {
      margin-right: 17px;
      margin-left: 17px; }
      #contacts .social a:first-child {
        margin-left: 0; }
  #contacts #map_ua, #contacts #map_ru, #contacts #mobile_map_ua {
    height: 50vh; }

.modal-content {
  padding: 30px; }

.form-control {
  margin-bottom: 15px;
  -webkit-border-radius: 0;
          border-radius: 0; }

textarea.form-control {
  min-height: 105px; }

#feedbackModal .modal-content {
  color: #fff;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0; }

#feedbackModal .form-control {
  background: transparent;
  border: 0px;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-left: 0; }

#feedbackModal .form-control-file {
  display: none; }

#feedbackModal .add-file {
  margin-bottom: 15px;
  font-size: 1.125rem; }
  #feedbackModal .add-file .add-file-text, #feedbackModal .add-file .file-addeded-text {
    cursor: pointer; }
  #feedbackModal .add-file .file-addeded-text {
    display: none; }

#feedbackModal .btn {
  background: transparent;
  color: #fff;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 10px 50px;
  border: 2px solid #fff; }

#feedbackModal .h2 {
  color: #fff; }

#feedbackModal .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }

.modal-open .modal {
  background: rgba(0, 0, 0, 0.9); }

#projects.clients .nav-filter .sub-nav .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  #projects.clients .nav-filter .sub-nav .nav .item {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0; }

.inherit-100 img{
  width: 100%;
}

/*  new styles  */

.header-wrap {
  left: 0;
  top: 0;
  width: 100%;
  height: 82px;
  background:#fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.header-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  padding: 0 30px;
}

.header-inner > .nav {
  justify-content: center;
  flex-grow: 1;
}

#slideWrapper .slide {
  padding-top: 82px;
}

.hamburger-wrap {
  display: none;
}

.contact-wrap {
  margin-left: 30px;
}

.contact-wrap img {
  display: none;
}

.contact-wrap a {
  display: block;
  height:44px;
  line-height:44px;
  vertical-align:middle;
  width:150px;
  text-align:center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 2px 3px 10px hsla(0, 0%, 0%, 0.20);
}
.index-page .wrapper{width:70%;}
.contact-wrap a:hover {
  background: #C3C3C3;
  color: #fff;
}

.header-wrap.is-active .contact-wrap a {
  background: #fff;
}

.custom-btn a {
  display: inline-block;
  width: 170px;
  margin: 30px 0;
  padding: 15px;
  font-size: 16px;
  color: #fff;
  background: #f00;
  text-align: center;
  letter-spacing:1px;
  box-shadow: 4px 5px 10px rgba(255, 0, 0, 0.4);
 
}

.custom-btn a:hover {
  background: #9f9f9f;
   box-shadow:3px 3px 5px rgba(0,0,0,0.3);
}

.slide .img_block.img-bg {
  background-position: center;
  background-size: cover;
}

.slide .img_block.img-bg img {
  opacity: 0;
}

.modal-open .modal {
  background: #FCFCFC;
}

#feedbackModal .h2 {
  color: #9f9f9f;
}

#feedbackModal .form-control {
  border-bottom: 1px solid #000;
  color: #000;
}

#feedbackModal .btn {
  width: 100%;
  background: #f00;
  border-radius: 0;
  border: none;
  box-shadow: 5px 5px 5px rgba(255, 0, 0, 0.3);
  
}

#feedbackModal .btn:hover {
  background: #C3C3C3;
}

.nav-link {
  font-size: 20px;
  font-weight: 300;
  letter-spacing:1px;
  color: #666666;

}

.nav-link:hover,.socials a:hover {
  color: #eb4730;
}

.lang-wrap {
  width: 66px;
}

.lang-wrap .show .btn-link {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  text-decoration: none !important;
}

.lang-wrap .dropdown-menu {
  width: 100%;
  margin: 0;
  border-top: none;
  border-radius:3px;
}

.lang-wrap a {
  display: block;
  text-transform: uppercase;
}

.lang-wrap .show a.dropdown-item {
  padding: 0.5rem 0.75rem;
}

.lang-wrap .show a.dropdown-item:hover {
  background: transparent;
  color: #eb462e;
}

#slideWrapper .brand_name {
  font-weight: 500;
  line-height:50px;
  margin-bottom:25px;
}

#slideWrapper .brand_sligan {
  color: #666666;
  font-size: 1rem;
  line-height:25px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0 30px;
}
footer .socials{padding-left:12px;}
footer .socials a {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  color: #494D4E;
}

#contacts {
  padding-top: 3vh;
}

@media screen and (max-width: 1023px) {
  footer {
    position: static;
  }
  
  #slideWrapper .slide{height:auto!important;overflow:visible;padding-top:20px;}
#slideWrapper .brand_name{font-size:1.5rem;}
.slide .wrapper div{column-count:1!important;}
.index-page .wrapper{width:100%;}
.index-page .img_block a{display:block;}
#slideWrapper .img_block a img{width:100%!important;height:auto!important;}
  .header-wrap  {
    /*height: 60px;*/
    background: #fff;
  }

 .header-wrap.is-active {
  background: transparent;
 }  

  .header-inner  {
    padding: 0 15px;
  }

  .hamburger-wrap {
    display: flex;
    justify-content: center;
    order: 1;
  }

  .hamburger {
    right: 0;
  }

  .lang-wrap {
    order: 2;
  }

  .logo-wrap {
    flex-grow: 1;
    order: 3;
    text-align: center;
  }

  .logo-wrap img {
    width: 100px;
  }

  .contact-wrap {
    order: 4;
  }

  .header-inner > .nav {
    display: none;
  }

  .header-wrap.is-active .lock_white, 
  .header-wrap.is-active .logo_white {
    display: inline-block;
  }

}

@media screen and (max-width: 767px) {

    .header-wrap .btn-link{font-size:10px;}
    .header-inner .contact-wrap a{
        height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 85px;
        font-size:10px;
    }
    
  .hamburger {
    right: 0 !important;
  }
}

/*  new styles END */
