/*       
Theme Name: Hilight
Description: Markup by <a href="https://www.weblancer.net/users/iziuzin/">Ivan Batarin</a>
Author: Ivan Batarin
*/

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix")format("embedded-opentype"),
  url("fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"),
  url("fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold/Montserrat-Bold.eot");
  src: url("fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix")format("embedded-opentype"),
  url("fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"),
  url("fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

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

h1,h2,h3{
  margin: 0;
  line-height: 1;
}

*{
  outline: none;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
*:-moz-placeholder {
  color: #666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  
}
body input:required:valid,
body textarea:required:valid {
  
}

html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
html.js .loader_inner {
  background-image: url("img/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute;
}

img{
  vertical-align:bottom;
  max-width: 100%;
}

ul,li,a{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
}

svg{
  width: 100%;
}

h1,h2,h3{
  margin: 0;
}


body {
  background-color: #fff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
  z-index: 10;
}

main {
  min-height: 564px;
}

.hidden {
  display: none;
}

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


/*header*/

.wedo__left_item img {
  height: auto;
}

.header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 20;
}

.admin-bar .header{
  top: 32px;
}

.pos_header {
  width: 100%;

 
}
.pos_header .container {
   margin-top: 20px;
   display: flex;
  justify-content: space-between;
  align-items: center; 
}
.logo_header {
  margin-right: 120px;
  width: 130px;
  z-index: 35;
}

.logo_header img{
  max-width: 100%;
}

.page_scroll .logo_header{
  display: none;
}
.header_left {
  display: flex;
  align-items: center;
}
.header_hav{
  display: flex;
}
.header_hav a{
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 45px;
    outline: none;
    font-weight: 400;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: center;
}
.menu-item:last-child a {
  margin-right: 0;
}
.header_hav a:hover {
  color: #d6d6d6;
  transition: .5s;
}
.header_hav span {
  position: relative;
  display: inline-block;
  margin-right: 48px;
  outline: none;
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  color: #fff;
}
.header_hav span:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fff;
}
.page_scroll .header_hav span {
  color: #000;
}
.page_scroll .header_hav span:before {
  background-color: #000;
}
.header_nothome .header_hav span {
  color: #000;
}
.header_nothome .header_hav span:before {
  background-color: #000;
}
.page_scroll .pos_header{
  transition: .3s;
  background-color: #fff;
  margin-top: 0;
  width: 100%
}

.page_scroll .header_hav a{
  color: #000;
}

.page_scroll .header_hav a:hover {
  color: #d6d6d6;
}

.page_scroll .btn_request {
  border: 1px solid #000;
  color: #000;
}

.logo_header_black{
  margin-right: 120px;
  display: none;
}

.page_scroll .logo_header_black{
  display: block;
}

.header_nothome .header_hav a {
  color: #000;
}

.header_nothome .logo_header_black{
  display: block;
}

.header_nothome .btn_request {
  border: 1px solid #000;
  color: #000;
}

.page_scroll .btn_request:hover{
  background-color: #1a1b20;
  color: #fff;
}



/*first_screen*/

.item_first_screen {
  position: relative;
  height: 100%;
}

.first_screen .slick-track {
  height: 100%!important;
}

.first_screen .slick-list.draggable {
  height: 100%;
}

.first_screen  .slick-dotted.slick-slider {
  height: 100%;
}

.first_screen .slick-dotted.slick-slider{
  margin-bottom: 0;
}

.first_screen .slick-dots li button:before {
  display: none;
}
.first_screen .slick-dots {
  bottom: 37px;
  right: 250px;
  width: max-content;
  line-height: 1;
}

.first_screen .slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.phone_project a:hover, .emaile_project a:hover {
  color: #d6d6d6;
  transition: .5s;
}
.item_soc_project a:hover {
  color: #d6d6d6;
  transition: .5s;
}
.img_first_screen img {
  min-width: 100%;
  max-width: inherit;
}
.img_first_screen {
  position: relative;
}
.img_first_screen:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .6;
}
.first_screen {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.btn_request {
display: inline-block;
    width: 285px;
    padding: 4px 0;
    -webkit-transition: background-color .3s ease,color .25s ease;
    transition: background-color .3s ease,color .25s ease;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.btn_request:hover {
  background-color: #fff;
  color: #000;
}
.exotic__btn {
    display: block;
    width: 183px;
    padding: 13px 0;
    -webkit-transition: background-color .3s ease,color .25s ease;
    transition: background-color .3s ease,color .25s ease;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    text-align: center;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    margin: auto;
    margin-top: 25px;
}
.exotic__btn:hover{
  background-color: #000;
  color: #fff;
}
.about_project_box {
 position: absolute;
    left: 64px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 78%;
}
.contact__soc-tel {
    display: flex;
}
.soc_project_box {
  display: flex;
  display: flex;
    justify-content: flex-end;
}
.item_soc_project a{
  color: #fff;
  margin-left: 16px;
  display: inline-block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: right;
}
.phone_project{
  margin: 0 107px;
} 
.phone_project a, .emaile_project a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
}
.design_name_box {
  position: absolute;
  top: calc(50% - 27px);
  left: calc(50% - 200px);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: max-content;
}
.design_name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-bottom: 22px;
  font-size: 60px;
}
.link_more {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 10px;
  letter-spacing: .12em;
  text-align: center;
  color: #fff;
  transition: .3s;
  z-index: 10;
      justify-content: flex-end;
}
.link_more:hover:before{
  width: 10px;
}

.link_more:before {
  content: '';
  height: 1px;
  width: 50px;
  background-color: #ddd;
  display: inline-block;
  margin-right: 10px;
  transition: .5s;
}

.wrap_item_first {
  width: calc(100vw - 222px);
}
.item_first_screen {
  position: relative;
}



.progress_line_box{
  z-index: 10;
  position: absolute;
  right: 216px;
  top: calc(50% + 55px);
}

.progress_box {
  position: absolute;
  display: flex;
  right: 359px;
  top: calc(50% + 55px);
  align-items: center;
  width: max-content;
}
.admin-bar .first_screen {
    height: calc(100vh - 32px);
}
.next-project {
    position: absolute;
    bottom: 206px;
    transform: rotate(-90deg);
    font-size: 60px;
    color: white;
    right: -88px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition:0.3s;
}
.next-project:hover {
  opacity: 0.6;
}
.progress_line {
  width: 150px;
  height: 1px;
  background-color: #8b8b8b;
}
.design_name_box {
  opacity: 0;
  transition:0.3s;
}
.slick-active .design_name_box {
  opacity: 1;
}
.progress_item {
  font-size: 0;
  width: 30%;
  height: 1px;
  background-color: #fff;
}

.now_slide {
  font-weight: 300;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  color: #fff;
  margin: 0 10px;
}

.all_slide {
  font-weight: 300;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  color: #fff;
  margin: 0 10px;
}

.slide_next {
  position: relative;
  font-size: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.slide_prew {
  position: relative;
  font-size: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.slide_prew:after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg) translate(-50%,-50%);
  transform: rotate(-135deg) translate(-50%,-50%);
  top: 50%;
  margin-top: -3.66px;
  left: 50%;
  margin-left: -2px;
}

.slide_next:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%,-50%);
  transform: rotate(45deg) translate(-50%,-50%);
  top: 50%;
  margin-top: 1.34px;
  left: 50%;
  margin-left: -2px;
}


/*footer*/

.footer{
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #1f1f1f;
}

.item_footer {
  width: 50px;
  padding: 10px;
  border-radius: 100%;
  background-color: #fff;
  transition: .3s;
  cursor: pointer;
}

.item_footer:nth-child(2) {
  margin: 0 10px;
}

.item_footer:hover{
  background-color: #ddd;
}

.title_footer {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}

.footer_phone a{
  font-size: 18px;
  color: #ffffff;
}

.contact_footer {
  text-align: center;
  margin-bottom: 35px;
}

.contact_footer a {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.footer_location{
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.soc_footer {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

/*about_ua*/

.about_us {
  position: relative;
      padding: 130px 0;
}
section.beforeafter .section_name {
    top: 294px;
}

section.exotic .section_name {

    top: 248px;
}
.section_name {
    position: absolute;
    top: 300px;
    left: 18px;
  display: inline-block;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: hsla(0,0%,51%,.32);
  padding-left: 70px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
}
section.services .section_name {
    top: 400px;
}
.section_name:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
  height: 1px;
  background-color: hsla(0,0%,51%,.16);
}

.title_abut {
  font-size: 48px;
    color: #707070;
    margin-bottom: 19px;
    font-family: Montserrat;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 80px;
    font-weight: 500;
}

.text_abut {
font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
    color: #3a3e4b;
    margin-bottom: 40px;
    padding-left: 140px;
}

.pos_abut {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.about_left {
  max-width: calc(100% - 662px);
}

.about_us .link_more {
  color: #3a3e4b;
}

/*our_works*/

.box_gallery {
  display: flex;
  flex-wrap: wrap;
}

.our_works{
  position: relative;
  display: block;
  width: 100%;
  background-color: #1a1b20;

  padding-top: 111px;
      padding-bottom: 2px;
}

.title_our_works {
    color: #fff;
    margin-bottom: 50px;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}
.our_works .section_name {
    top: 388px;
}
.project__list {
    padding: 0 40px;
}
.info_desighn_box {
  font-size: 10px;
  display: none;
  color: #fff;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 17px;
  font-size: 10px;
  top: 32px;
  left: 46px;
  position: absolute;
}

.item_our_works {
  position: relative;
  margin-bottom: 6px;
  margin-right: 6px;
  width: calc(50% - 6px);
}

.our_works .item_our_works:last-child:before{
  display: none;
}
.our_works .item_our_works:last-child:hover .info_desighn_box {
  display: none;
}
.our_works .item_our_works:last-child:hover .min_item_our_works .box_link_our_works {
  display: none;
}

.our_works .item_our_works .min_item_our_works:hover .info_desighn_box{
  display: flex;
}

.our_works .item_our_works:last-child .min_item_our_works:hover .box_link_our_works{
  display: flex;
}

.year,.town{
  margin-right: 16px;
}
.desighn_name {
  position: absolute;
  left: 46px;
  bottom: 33px;
  max-width: 220px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  font-size: 22px;
  color: #fff;
}
.project__names {
    position: absolute;
    bottom: 15px;
    padding: 0 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
        z-index: 10;
}

.project__min {
  position: relative;
}
.poject__min.min-mar {
    margin-top: 10px;
}
.project__title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.project__item {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.project__item:nth-child(2n) {
   flex-direction: row-reverse;
}
.project__left {
    position: relative;
    width: 1050px;
}
.project__right {
    width: 490px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.box_link_our_works {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: inline-block;
  margin-left: 1px;
}

.box_link_our_works{
  display: none;
}

.item_our_works:first-child {
  width: 100%;
  height: calc(50vw - 200px);
  clear: both;
}

.item_our_works:first-child .img_project img {
  width: 100%;
}

.item_our_works:nth-child(2), .item_our_works:nth-child(3), .item_our_works:nth-child(4), .item_our_works:nth-child(5) {
    height: calc(50vw - 200px);
}

.img_project {
  height: 100%;
  overflow: hidden;
}

.img_project img {
  height: 100%;
  width: auto;
  max-width: initial;
}

.min_item_our_works {
  height: calc(50% - 6px);
  position: relative;
  margin-bottom: 6px;
}

.min_item_our_works .img_project img{
  width: 100%;
}

.box_more_project{
  position: relative;
  height: 50%;
  background-color: #fff;
}

.more_project {
  left: 46px;
  bottom: 33px;
  max-width: 158px;
  color: #3a3e4b;
  position: absolute;
  line-height: 28px;
  font-size: 22px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
}

.box_more_project .link_more {
  color: #000;
}

.over_item_link {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.item_our_works:before {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #00000087;
  transition: .3s;
}

.min_item_our_works:before {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #00000087;
  transition: .3s;
}

.item_our_works:last-child:before{
  display: none;
}

.min_item_our_works:hover:before{
  display: block;
  transition: .3s
}

.item_our_works:hover:before{
  display: block;
  transition: .3s
}

.item_our_works:hover .info_desighn_box{
  display: flex;
}

.item_our_works:hover .box_link_our_works{
  display: block;
}

.box_more_project .box_link_our_works {
  display: block;
  bottom: 35px;
}

.min_item_our_works:hover .box_link_our_works{
  display: flex;
}

.min_item_our_works:hover .info_desighn_box{
  display: flex;
}

/*calculate*/

.calculate {
  position: relative;
  width: 100%;
  background-color: #1a1b20;
  padding: 106px 0 120px 0;
}

.calculate_title {
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1;
  color: #3a3e4b;
  color: #fff;
  margin-bottom: 7px;
  text-align: center;
  font-size: 36px;
}

.calculate_subtitle {
  margin: 0 auto;
  color: #fff;
  max-width: 450px;
  margin-bottom: 34px;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
}

.calculate_button {

  background-color: #1a1b20;
  border: 1px solid #fff;
  color: #fff;

  width: max-content;
  padding: 13px 15px;
  line-height: normal;
  font-size: 18px;
  letter-spacing: .06em;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  
  margin: auto;
  cursor: pointer;
  transition: .3s;
}
.calculate_button:hover {
  
  background-color: #fff;
  border: 1px solid #fff;
    color: #3a3e4b;
}

.archive__build-caregoryitem {
  padding-bottom: 5px;
}



/*beforeafter*/

.beforeafter__item img{
  height: auto;
}
.beforeafter {
    padding: 0 15px;
    background-color: #1f1f1f;
    padding-top: 65px;
    padding-bottom: 135px;
}

.beforeafter__wrap{
  margin: 30px 0;
  padding: 0 120px;
}



.beforeafter__item{
  width: 100%;
  overflow: hidden;
}

.beforeafter__title {
    color: #fff;
    margin-bottom: 50px;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}

.beforeafter__info {
    width: 100%;
    margin-top: 50px;
}

.beforeafter__text {
  padding-right: 90px;
}

.beforeafter__link {
  color: #3399ff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer!important;
}

.beforeafter__pick {
  margin-top: 1.5rem!important;
  max-width: 220px;
}

/*services*/

.services {
  background-color: #fff;
  padding: 90px 0;
}

.services__title{
    margin-bottom: 50px;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

.services__subtitle {
  max-width: 981px;
  margin: auto;
  font-size: 14px;
  line-height: 1.5;
  font-family: Montserrat;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-bottom: 70px;
}

.services__box {
  display: flex;
  justify-content: space-between;

}
.services__info {
    width: 705px;
}
.services__name span {
    color: #a0a0a0;
    margin-right: 7px;
}
.services__text span {
    position: absolute;
    left: 5px;
    top: 15px;
    color: #a3a3a3;
}
.services__titles {
    width: 50%;
    flex-shrink: 0;
    padding-left: 106px;
}
.services__text {
    background: #fafafa;
    padding: 40px 25px;
    position: relative;
}
.services__name {
    font-size: 18px;
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 40px;
    cursor: pointer;
}
.services__info {
   opacity: 0;
   position: absolute;
   transition: 0.3s;
   right: 10px;
   margin-top: -50px;
}
.services__info.active {
    opacity: 1;
    position: static;
}
.services__item {
  max-width: 260px;
  margin: 0 10px;
}

.services__pick {
  width: 60px;
  margin: auto;
  margin-bottom: 25px;
  border: 1px solid;
  transform: rotate(45deg);
  padding: 10px;
  height: 60px;
}

.services__pick img {
  transform: rotate(-45deg);
}

.services__item-title {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 25px;
  margin-top: 12px;
  text-align: center;
  min-height: 48px;
}

.services__item-text {
  text-align: center;
}

/*exsotic*/

.exotic {
  background-color: #fff;
  padding: 50px 0;
}
.link_more.black_btn {
    color: black;
    margin-top: 25px;
}
.exotic__grey {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e0e0e0;
}

.exotic__overtitle{
  font-size: 16px;
  color: #060606;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat;
}

.exotic__title{
  margin-bottom: 30px;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

.exotic__subtitle {
  font-family: Montserrat;
  font-weight: 300;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  max-width: 960px;
  margin: auto;
  margin-top: 40px;
}

.exotic__gallery {
  padding-top: 30px;
  margin: auto;
  display: flex;
}

.gallery__box {
  width: 100%;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
}


.gallery__item  {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.gallery__item--min  {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
.gallery__item-title {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    left: 20px;
}


/*ABOUT*/

.about_topslide {
  width: 100%;
  padding: 120px 0;
  position: relative;
  padding-top: 170px;
}

.about_topslide__box {
  width: 100%;
  display: flex;
  align-items: center;
}

.about_topslide__img img {
  width: 100%;
  height: 444px;
}

.about_topslide__wraper{
  display: none;
}

.about_topslide__wraper:first-child{
  display: block;
}

.about_topslide__wrap{
  display: none;
}

.about_topslide__wrap:first-child{
  display: block;
}

.about_topslide__img{
  width: 552px;
}

.about_topslide__item {
  max-width: 500px;
  margin-left: auto;
}

.about_topslide__img {
  max-width: 552px;
  margin-left: auto;
  margin-right: 15px;
}

.about_grey{
  background-color: #f2f2f2;
  padding: 111px 251px 120px 251px;
  text-align: center;
}

.about_grey__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #3a3e4b;
  font-size: 36px;
  margin-bottom: 10px;
}

.about_grey__subtitle{
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  color: #3a3e4b;
  display: block;
  margin: 0 auto;
  max-width: 648px;
  margin-bottom: 84px;
}

.about_info {
  position: relative;
  background-image: url(img/contacts_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-size: cover;
}

.about_info:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ddd;
  opacity: .7;
}

.about_info .contact__title{
  color: #3a3e4b;
}

.about_info .contact__subtitle{
  color: rgba(58,62,75,.6);
}

.about_info .contact__item_title{
  color: #3a3e4b;
} 

.about_info .contact__item_text a,.about_info .contact__item_text {
  color: #3a3e4b;
} 

.about_info .contact__emaile a{
 color: #3a3e4b;  
}

.about_info .contact__socbox_item a{
  color: #3a3e4b;
}

.about_info .contact__btn {
  color: #fff;
  font-weight: 700;
  background-color: #1a1b20;
}

.about_info .contact__btn:hover{
  background-color: transparent;
  color: #000;
  border: 1px solid #3a3e4b;
}

.about_topslide__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #3a3e4b;
  margin-bottom: 11px;
  font-size: 30px;
}

.about_topslide__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #3a3e4b;
}

.about_topslide__left.slick-initialized.slick-slider {
  width: 50%;
}

.about_topslide__right.slick-initialized.slick-slider {
  width: 36%;
  margin-left: auto;
}

.about_topslide .progress_box {
  position: absolute;
  display: flex;
  right: 359px;
  top: auto;
  bottom: 165px;
  left: calc(50vw - 500px);
  width: max-content;
}

.about_topslide .progress_line {
  width: 250px;
  height: 1px;
}

.about_topslide .now_slide {
  color: #828282;
}

.about_topslide .all_slide {
  color: #828282;
}

.about_topslide .slide_prew:after {
  border-top: 1px solid #828282;;
  border-right: 1px solid #828282;;
}

.about_topslide .slide_next:before {
  border-top: 1px solid #828282;;
  border-right: 1px solid #828282;;
}

.about_topslide .progress_item {
  background-color: #000;
}

.wedo {
  width: 100%;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.wedo__title {
  padding-left: 250px;
  margin-bottom: 54px;
  font-size: 36px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #3a3e4b;
}


.wedo__box {
  display: flex;
  max-width: 1500px;
  margin: auto;
  position: relative;
}

.wedo__left.slick-initialized.slick-slider {
  width: 35%;
}

.wedo__right.slick-initialized.slick-slider {
  width: 70%;
  background-color: #f2f2f2;
}

.wedo__right_item {
  margin-left: 10px;
  background-color: #f2f2f2;
  padding: 70px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.wedo__right_title{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  color: #3a3e4b;
  margin-bottom: 9px;
  line-height: 28px;
  font-size: 22px;
}

.wedo__right_text{
  margin-bottom: 33px;
  overflow: hidden;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  color: #3a3e4b;
      max-height: 148px;
}

.wedo .progress_box {
  left: calc(35% + 80px);
  top: 50px;
}

.wedo .progress_line {
  width: 150px;
  height: 1px;
}

.wedo .now_slide {
  color: #828282;
}

.wedo .all_slide {
  color: #828282;
}

.wedo .slide_prew:after {
  border-top: 1px solid #828282;;
  border-right: 1px solid #828282;;
}

.wedo .slide_next:before {
  border-top: 1px solid #828282;;
  border-right: 1px solid #828282;;
}

.now_slide_wedo{
  font-weight: 300;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  color: #828282;
  margin: 0 10px;
}

.all_slide_wedo{
  font-weight: 300;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  color: #828282;
  margin: 0 10px;
}

.wedo .progress_item{
  background-color: #000;
}


/*CONTACTS*/

.contact {
  position: relative;
  background-image: url(img/contacts-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 325px;
  background-size: cover;
}

.contact:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0e0f13;
  opacity: 0.96;
}

.contact__wrap {
  z-index: 10;
  position: relative;
  max-width: 1200px;
  margin-left: 260px;
  padding-right: 20px;
}

.contact__title {
  color: #fff;
  margin-bottom: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 36px;
}

.contact__subtitle {
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: hsla(0,0%,100%,.6);
  max-width: 390px;
  margin-bottom: 63px;
}

.contact__box {
  display: flex;
  justify-content: space-between;
}

.contact__item_title{
  margin-bottom: 18px;
  color: #fff;
  line-height: 22px;
  font-size: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
}

.contact__item_text {
  display: block;
  color: #fff;
  font-weight: 300;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  font-family: Montserrat;
}

.contact__item_text a{
  display: block;
  color: #fff;
  font-weight: 300;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  font-family: Montserrat;
}

.contact__item_text span {
  display: block;
}

.contact__emaile a {
  color: #fff;
  line-height: 20px;
  margin-bottom: 14px;
  font-family: Montserrat;
  font-size: 11px;
  letter-spacing: .06em;
  font-weight: 700;
  margin-top: 50px;
  display: block;
}

.contact__socbox_item a{
  display: inline-block;
  margin-right: 16px;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
}

.contact__socbox {
  display: flex;
}

.contact__btn{
  background-color: #fff;
  border: 1px solid #fff;
  width: 183px;
  padding: 13px 0;
  color: #3a3e4b;
  font-family: Montserrat;
  font-style: normal
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  cursor: pointer;
  transition: .3S;
  margin-top: 50px;
}

.contact__btn:hover{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.contact__item:last-child {
  margin-top: -50px;
}


/*single-project*/

.top_img {
  position: relative;
}

.top_img__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  height: 100%;
  opacity: .5;
}

.greybg__left {
  width: calc(100% - 190px);
}

.top_img h3{
  font-size: 0;
  display: none;
  z-index: -99999;
  opacity: 0;
}

.top_img__img {
  max-height: 420px;
  overflow: hidden;
}

.top_img__img img{
  width: 100%;
  height: auto;
}

.greybg {
  position: relative;
  padding-top: 64px;
  padding-bottom: 77px;
  background-color: #f2f2f2;
}

.greybg__title {
    margin-bottom: 50px;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
  color: #3a3e4b;

}

.greybg__box {
  display: flex;
  justify-content: space-between;
    align-items: flex-end;
  max-width: 1250px;
  margin: auto;
  position: relative;
}

.greybg__soc_box {
  display: flex;
}

.greybg__soc_item {
  width: 11px;
  margin-right: 22px;
  line-height: 1;
}

.greybg__soc_item:hover svg path{
  fill: red;
}

.greybg__share {
  font-family: Montserrat,serif;
  font-size: 8px;
  font-weight: 600;
  color: #828282;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

.greybg__share-box {
  display: flex;
  align-items: center;
}

.greybg__infoitem {
    color: #828282;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    margin-bottom: 5px;
    text-align: right;
    text-transform: uppercase;
}

.greybg__infoitem span {
  margin-right: 13px;
}

.project_portfolio__box {
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
}

.project_portfolio__item {
  width: 100%;
  margin-bottom: 12px;
}

.project_portfolio__item:nth-child(3n){
  width: 49.5%;
  float: left;
  height: 495px;
  overflow: hidden;
}

.project_portfolio__item:nth-child(4n){
  width: 49.5%;
  float: right;
  height: 495px;
  overflow: hidden;
}

.project_portfolio__item img {
  height: auto;
}

/*archive-project*/

.project_work___parent{
  display: none;
}

.project_work___parent.active{
  display: block;
}
.project_works .section_name {
    top: 230px;
}
.project_works {
  padding-top: 200px;
}

.project_category__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.project_category__box {
  display: flex;
}

.project_category {
  margin-bottom: 45px;
  padding-top: 170px;
}
.project_category__item:last-child {
    margin-right: 0;
}
.project_category__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #3a3e4b;
  font-size: 36px;
}
.about_us .section_name {
top: 315px;
}
.project_category__item,.archive__build-categoryitem {
line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    text-align: center;
    position: relative;
    color: #828282;
    margin-right: 29px;
    cursor: pointer;
    text-transform: uppercase;
  }
.project_category__item:before,.archive__build-categoryitem:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  transition: .5s;
  bottom: -5px;
  background-color: #000;
}
.project_category__item.active:before,.archive__build-categoryitem.active:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  transition: width .5s ease;
  bottom: -5px;
  background-color: #828282;
  transform: translateX(-50%);
  left: 50%;
}
.project_works__box {
  overflow: hidden;
}
.project_works__box .img_project img {
  min-width: 100%;
  height: auto;
} 
.project_works .item_our_works:nth-child(2n) {
  float: left;
}
.project_works .item_our_works:nth-child(3n), .project_works .item_our_works:nth-child(4n) {
  float: right;
  height: calc(25vw - 103px);
  margin-right: 0;
  width: 50%;
}
.project_works .min_item_our_works .img_project img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.project_works .min_item_our_works {
  height: 100%;
}

.project_works .item_our_works:nth-child(5n) {
  width: 100%;
  clear: both;
}

.project_works .item_our_works:nth-child(6n) {
  float: right;
  height: calc(50vw - 200px);
  margin-left: 6px;
  width: calc(50% - 6px);
}

.project_works .item_our_works:nth-child(7n), .project_works .item_our_works:nth-child(8n) {
  float: left;
  height: calc(25vw - 103px);
  margin-right: 0;
  width: 50%;
}

.project_request {
  background-image: url(img/bg_request.jpg);
  position: relative;
  padding: 134px;
  background-position: center;
  margin-top: 100px;
  clear: both;
}

.project_request:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000;
  opacity: .5;
}

.project_works__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
  text-align: center;
}

.project_works__subtitle {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 48px;
  text-align: center;
}

.project_request__box{
  position: relative;
  z-index: 2
}

.project_works__btn {
  font-family: Montserrat;
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  width: 183px;
  padding: 13px 0;
  text-align: center;
  margin: auto;
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  transition: .3s;
  cursor: pointer;
}
.project_works__btn:hover {
  background-color: transparent;
  color: #fff;
}
.next_proj a {
    color: #1f1f1f;
}
.next_proj {
    position: absolute;
    right: 0;
    bottom: -40px;
}
.project_portfolio {
  padding-top: 100px;
      padding-bottom: 100px;
}
.project_portfolio .shared {
    left: 0;
    justify-content: flex-start;
}
.greybg__content-admin {
    padding-left: 100px;
    margin-top: 50px;
    padding-bottom: 100px;
}
.archive__afterbefore-page .beforeafter {
    background: white;
    padding: 0;
    padding-bottom: 70px;
}
.archive__afterbefore-page .beforeafter__title {
    color: #757575;
    font-weight: bold;
}
.archive__afterbefore-page .link_more {
     color: #757575;
}
/*arhive-build*/

.arhive__build-category {
  display: flex;
;
}

.archive__build-page {
  padding-top: 170px;
}

.archive__build-item {
  padding-bottom: 10px;
  position: relative;
  width: 33.333%;
  padding: 5px;
  opacity: 0;
  transition: 0.4s;
}
.singel-build .greybg__content-admin {
    padding-bottom: 0;
}
.archive__build-item.show{
  opacity: 1;
}
.archive__build-title{
  position: absolute;
}
.archive__build-item img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; 
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.archive__build-item img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; 
}
.archive__build-title {
  position: absolute;
  bottom: -10px;
  left: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  z-index: -999;
  background-color: #ddddddde;
  width: calc(100% - 10px);
  padding: 20px;
  transition: .3s;
  opacity: 0;
  z-index: 10;
  margin: 0 5px;
}
.archive__build-item:hover .archive__build-title {
  bottom: 5px;
  opacity: 1;
}
.archive__build-box {
  display: none;
  padding-bottom: 50px;
}
.archive__build-box.active {
  display: flex;
}
.archive__build__tit_box {
    display: flex;
    justify-content: space-between;
        align-items: center;
    margin-bottom: 25px;
}
.arhive__build__title {
    font-size: 36px;
    color: #707070;
    font-weight: normal;
    text-transform: uppercase;
}
/*sngle-builds*/

.single__build-page{
  padding-top: 170px;
}

main.single__build-page {
  padding-top: 170px;
  padding-bottom: 50px;
}

.single__build-box {
  margin: auto;
  margin: 50px 0;
}

.single__build-item {
  margin-left: 20px;
  opacity: 0.4;
  transition: 0.3s;
}
.single__build-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.slick-center.single__build-item {
  opacity: 1;
}
.single__build-descript p {
  line-height: 1.75em;
  color: #595959;
}

.single__build-imgslide .slick-prev:before, .single__build-imgslide .slick-next:before {
  display: none;
}

.single__build-imgslide .slick-prev {
  left: 0;
  width: 40px;
  height: 40px;
  background: #dddddd96 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAABcpAAAXKQE1kMoEAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8YBMDAAAABB0Uk5TAAIDLWKTnJ6foKGio6Tq/nVX6LcAAATnSURBVHja7dKLEQEBFARB53ccx8s/WlFQqqY3hO05HOy7O18XJ5T937MqIO0/Coj7K6Dur4C6vwLq/gqo+yug7q+Auv/MTQFpfwXU/RVQ91dA3V8BdX8F1P0VUPdXQN1/5q6AtL8C6v4KqPsroO6vgLq/Aur+Cqj7K6Dur4C6/8ymgLS/Aur+Cqj7K6Dur4C6vwLq/gqo+yug7q+Auv/MQwFpfwXU/RVQ91dA3V8BdX8F1P0VUPdXQN1/5qmAtL8C6v4KqPsroO6vgLq/Aur+Cqj7K6Dur4C6/8yugLT/zH50d9lfAXV/BdT9FVD3V0DdXwF1/5mL59P+r5Pr+Rt/42/8jb/xN/7G3/gbf+Nv/I2/8Tf+xt/4G3/jb/yNv/E3/sbf+Bt/42/8jb/xN/7G3/gbf/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnb/yNv/E3/sbf+Bt/42/8jb/xN/7G3/gbf+Nv/I2/8Tf+xt/4G3/jb/yNv/E3/sbf+Bt/42/8+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz5+/6/kbf+Nv/I2/8Tf+xt/4G3/jb/yNv/E3/sbf+Bt/42/8jb/xN/7G3/gbf+Nv/I2/8Tf+xt/4G3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz52/8TQCmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgAFKEABClDAz3fxfLqA/ej4cgH82wXwbxfAv10A/3YB/NsF7IuzywU8+acL4N8ugH+7AP7tAvi3C+DfLoB/uwD+7QL4twt48E8XwL9dAP92AfzbBfBvF8C/XQD/dgH82wVs/NMF8G8XwL9dAP92AfzbBfBvF8C/XQD/dgH82wXc+acL4N8ugH+7AP7tAvi3C+DfLoB/uwD+7QL4twu48U8XwL9dAP92AfzbBfBvF8C/XQD/dgH82wWs/NMF8G8XwL9dAP92AfzbBfBvF8C/XQD/dgHXv/b/AM2vK2qD/TR9AAAAAElFTkSuQmCC');
  background-position: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 15px;
}

.single__build-imgslide .slick-next {
  right: 0;
  width: 40px;
  height: 40px;
  background: #dddddd96 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAABcpAAAXKQE1kMoEAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8YBMDAAAABB0Uk5TAAIDLWKTnJ6foKGio6Tq/nVX6LcAAATnSURBVHja7dKLEQEBFARB53ccx8s/WlFQqqY3hO05HOy7O18XJ5T937MqIO0/Coj7K6Dur4C6vwLq/gqo+yug7q+Auv/MTQFpfwXU/RVQ91dA3V8BdX8F1P0VUPdXQN1/5q6AtL8C6v4KqPsroO6vgLq/Aur+Cqj7K6Dur4C6/8ymgLS/Aur+Cqj7K6Dur4C6vwLq/gqo+yug7q+Auv/MQwFpfwXU/RVQ91dA3V8BdX8F1P0VUPdXQN1/5qmAtL8C6v4KqPsroO6vgLq/Aur+Cqj7K6Dur4C6/8yugLT/zH50d9lfAXV/BdT9FVD3V0DdXwF1/5mL59P+r5Pr+Rt/42/8jb/xN/7G3/gbf+Nv/I2/8Tf+xt/4G3/jb/yNv/E3/sbf+Bt/42/8jb/xN/7G3/gbf/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnb/yNv/E3/sbf+Bt/42/8jb/xN/7G3/gbf+Nv/I2/8Tf+xt/4G3/jb/yNv/E3/sbf+Bt/42/8+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz58/f/78+fPnz5+/6/kbf+Nv/I2/8Tf+xt/4G3/jb/yNv/E3/sbf+Bt/42/8jb/xN/7G3/gbf+Nv/I2/8Tf+xt/4G3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz58+fP3/+/Pnz52/8TQCmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAGmAFOAKcAUYAowBZgCTAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgBTgCnAFGAKMAWYAkwBpgAFKEABClDAz3fxfLqA/ej4cgH82wXwbxfAv10A/3YB/NsF7IuzywU8+acL4N8ugH+7AP7tAvi3C+DfLoB/uwD+7QL4twt48E8XwL9dAP92AfzbBfBvF8C/XQD/dgH82wVs/NMF8G8XwL9dAP92AfzbBfBvF8C/XQD/dgH82wXc+acL4N8ugH+7AP7tAvi3C+DfLoB/uwD+7QL4twu48U8XwL9dAP92AfzbBfBvF8C/XQD/dgH82wWs/NMF8G8XwL9dAP92AfzbBfBvF8C/XQD/dgHXv/b/AM2vK2qD/TR9AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  transform: rotate(180deg);
  top: 50%;
  margin-top: -20px;
}
.archive__afterbefore-page {
  padding-top: 170px;
}

/*404*/

.container-404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn__404{
  display: block;
  width: 183px;
  padding: 13px 0;
  -webkit-transition: background-color .3s ease,color .25s ease;
  transition: background-color .3s ease,color .25s ease;
  text-align: center;
  border: 1px solid #000;
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  color: #000;
  cursor: pointer;
  margin: auto;
}

.btn__404:hover{
  display: block;
  width: 183px;
  padding: 13px 0;
  -webkit-transition: background-color .3s ease,color .25s ease;
  transition: background-color .3s ease,color .25s ease;
  text-align: center;
  border: 1px solid #000;
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #000;
}

.container-404 .white-container{
  max-width: 600px;
}

/*popup*/

.popup-order {
  position: relative;

  z-index: 5;
  width: 90%;
  height: 90vh;
  max-width: 95%;
  display: none;
  align-items: center;
  justify-content: center;
   background: #1f1f1f;
}

.popap_box{
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
   z-index: -11;
  opacity: 0;
  background-color: #1f1f1f;
  position: fixed;
  transition: 0.2s;
}

.pop_logo {
    position: absolute;
    top: 5px;
    left: .0;
}
.popap_box.active{
  opacity: 1;
  z-index: 999999;
}


.popup-order.active {
    display: flex;
}

.close_popap {
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  background-size: contain;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

.popup-order__inputbox{
  position: relative;
}
.popap-order__box .wpcf7 {
    width: 40%;
}
.popap-order__box {
  padding: 35px;
  background: #1f1f1f;
  display: flex;
    align-items: center;
    justify-content: space-between;
        width: 86%;
}

.popup-order__title {
    margin-bottom: 20px;
    font-size: 22px;
    width: 48%;
    color: #fff;
}

.popup-order__btn {
  border: 1px solid #000;
  color: #000;
  display: block;
  width: 183px;
  padding: 13px 0;
  -webkit-transition: background-color .3s ease,color .25s ease;
  transition: background-color .3s ease,color .25s ease;
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  cursor: pointer;
  margin: auto;
  margin-top: 25px;
  background: none;
  color: #fff;
    border: none;
}

.popup-order__btn:hover {
  color: #fff;
  background-color: #000;
}

.popup-order__inputbox {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #f1f1f1;
  margin-bottom: 20px;
  height: 40px;
}
textarea#popup-order__textarea {
    height: 45px;
}
.popup-order__input {
border: none;
    background: #1f1f1f;
    width: 100%;
    color: #fff;
    padding-left: 10px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

.popup-order__lable {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 15px;
  margin-top: -7.5px;
  color: #868080;
  line-height: 1;
  z-index: 5;
  transition: .3s;
}
.buld_arh .section_name {
    top: 267px;
}
.buld_arh .archive__build .section_name {
    top: 186px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none!important;
}
.popup-order__input.wpcf7-not-valid {
    border-color: firebrick;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: white;
    border: none;
    position: absolute;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.popup-order__lable.focus{
  font-size: 12px;
  top: 5px;
} 

.footer__text {
    color: #fff;
    margin-bottom: 50px;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer__logo {
    font-size: 36px;
    letter-spacing: -3px;
    color: white;
        margin-bottom: 90px;
}
.footer__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__col.mid {
    margin-top: 180px;
}
.footer__loca {
    color: white;
    font-size: 13px;
    margin-bottom: 15px;
}
.footer_phone a {
    color: white;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}
.footer_email a {
    color: white;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}
.footer__col.left {
    width: 461px;
}
.footer__col.right {
    width: 460px;
    text-align: right;
}
/*adaptive*/

.no_scroll{
  overflow: hidden;
}

.contact_min{
  display: none;
}

.box_min_menu .btn_request{
  display: none;
}

.burger_menu {
  display: none;
  align-content: space-between;
  flex-wrap: wrap;
  height: 10px;
  width: 30px;
  cursor: pointer;
  z-index: 35;
}

.burger_menu.active {
  padding: 10px 0;
  box-sizing: content-box;
  margin-top: -15px;
}

.item_burger_menu {
  width: 100%;
  height: 1px;
  background-color: #fff;
  font-size: 0;
}

.page_scroll .item_burger_menu{
  background-color: #000;
}
.logo_header_black img {
    width: 150px;
}
.archive__build {
    margin-top: 50px;
}
section.how {
    padding-top: 58px;
    padding-bottom: 1px;
}
.how__title {
    margin-bottom: 50px;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
        color: #707070;
}
.how__subtitle {
    font-size: 18px;
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 40px;
    cursor: pointer;
}
.how__subtitle span{
    color: #a0a0a0;
    margin-right: 7px;
    position: absolute;
    margin-left: -25px;
}
.how__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 40px;
}
.how__item {
    width: 31%;
    margin-bottom: 140px;
}
.page_box .beforeafter {
    background: #f4f4f4;
}
.page_box .beforeafter__title {
    color: #707070;
    font-size: 36px;
    padding-left: 40px;
}
.page_box .beforeafter .link_more {
  color: #707070;
}
.project_work___wraper {
    padding: 0 40px;
}
section.write {
    padding: 100px 0;
}
.how .section_name {
   top: 376px;
}
.write__title {
    margin-bottom: 50px;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}
.write__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    flex-wrap: wrap;
}
.write__item {
    width: 290px;
    height: 290px;
    border-radius: 100%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    overflow:hidden;
}
.write__item img {
    max-width: 80%;
    display: block;
    margin: auto;
}
.shared {
    display: flex;
    position: absolute;
    right: 0;
    width: 100px;
    justify-content: flex-end;
    bottom: -40px;
}
.shared__item {
    width: 25px;
    margin: 0 5px;
    display: flex;
    height: 25px;
    align-items: center;
    border: 1px solid #1f1f1f;
    border-radius: 5px;
    justify-content: center;
    transition: 0.3s;
}
.shared__item svg {
    width: 15px;
    height: 15px;
    transition: 0.3s;
}
.shared__item:hover {
    background:  #1f1f1f;
}
.shared__item:hover svg, .shared__item:hover path {
    fill:  #fff;
}
section.dreams {
    padding-top: 140px;
    padding-bottom: 125px;
    background: #e5e5e5;
}
.dreams__title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-left: 40px;
        color: #707070;
}
.dreams__text {
    font-size: 16px;
    padding-left: 40px;
}
.item_soc_project img {
    width: 20px;
    height: 20px;
}
@media (max-width: 1670px) {
  .container{
    width: 1200px;
  }
  .our_works {
    padding: 60px 0;
  }
  .greybg {
    padding: 70px 20px;
  }
  .project_portfolio__item:nth-child(3n) {
    height: auto;
  }
  .project_portfolio__item:nth-child(4n) {
    height: auto;
  }
  .project__right {
      width: 31%;
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
  }
  .services__titles {
      padding-left: 40px;
  }
  .footer__col.right {
      width: 20%;
  }
  .services__info {
      width: 50%;
  }
  .services__pic img {
      width: 100%;
      height: auto;
  }
  .gallery__item.gallery__item--min  {
      width: 32%;
  }
  .gallery__item {
    width: 49%;
  }
  .gallery__item img {
    height: auto;
  }
  .project__left {
     width: 68%;
  }
  .project__left img , .project__right img{
      height: auto;
  }
  .project__min.min-mar {
      margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .text_abut {
    padding-left: 0;
}
.footer__text {
    font-size: 24px;
    padding-right: 40px;
}
.footer__col.left {
    width: 30%;
}
.about_right {
    width: 40%;
}
.about_right img {
    width: 100%;
    height: auto;
}
.about_left {
    max-width: 55%;
}
.btn_request {
    width: auto;
    padding: 0 15px;
}
.header_hav a {
    margin-right: 20px;
}
  .first_screen {
    height: auto;
  }
  .greybg__box {
    margin-left: 130px;
  }
  .single__build-box {
    width: 100%;
  }
  .logo_header_black {
    margin-right: 50px;
  }
  .logo_header {
    margin-right: 50px;
  }
  .design_name_box {
    left: calc(50% - 40px);
  }
  .about_grey {
    padding: 250px 50px;
  }
  .project_portfolio__box {
    padding: 0 20px;
  }
  .greybg__box {
    margin-left: 150px;
    margin-right: 50px;
  }
  .container {
    width: 100%;
  }
  .about_us {
    padding: 40px;
  }
.services__name {
    font-size: 20px;
}
  .section_name {
    top: 235px;
  }
  .desighn_name {
    bottom: 40px;
  }
  .box_link_our_works {
    right: auto;
    left: 40px;
    bottom: 10px;
  }
  .more_project {
    max-width: max-content;
    bottom: 80px;
  }
  .section_name{
    display: none;
  }
  .title_our_works {
    padding-left: 0;
  }
  .services__subtitle {
    max-width: 780px;
  }
  .project_works .item_our_works:nth-child(3n), .project_works .item_our_works:nth-child(4n) {
    height: calc(35vw - 103px);
  }
  .project_works .item_our_works:nth-child(6n) {
    height: calc(70vw - 200px);
  }
  .item_our_works:nth-child(2), .item_our_works:nth-child(3), .item_our_works:nth-child(4), .item_our_works:nth-child(5) {
    height: calc(70vw - 200px);
  }
  .project_works .item_our_works:nth-child(7n), .project_works .item_our_works:nth-child(8n) {
    height: calc(35vw - 103px);
  }
  .item_our_works:first-child {
    height: calc(70vw - 200px);
  }
  .about_grey__subtitle {
    margin-bottom: 0;
  }
  .wedo {
    overflow: hidden;
  }
  .about_right {
    margin-top: 0;
  } 
  
}

@media (max-width: 1100px) {
  .about_topslide .progress_box {
    left: 50px;
    bottom: 120px;
  }
  .about_grey {
    padding: 100px;
  }
  .contact {
    padding: 200px 100px;
  }
  .contact__wrap {
    margin-left: 0;
  }
  .services__box {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .services__item {
    margin-bottom: 50px;
  }
  .about_info {
    padding: 100px;
  }
  .contact__box {
    flex-wrap: wrap;
  }
  .contact__item {
    margin-bottom: 20px;
  }
  .wedo__title {
    padding-left: 50px;
  }
}

@media (max-width: 992px) {
  .wedo__left_item {
      margin-right: 15px;
  }
  .next-project {
      font-size: 35px;
  }
  .footer__box {
      flex-wrap: wrap;
  }
  .footer__col {
      width: 100%!important;
  }
  .no_scroll .header_nothome {
    background:#fff;
  }
  .page_scroll .header_hav a, .page_scroll .header_hav span {
    color: #fff;
  }
  .home.no_scroll .header {
    background: #1a1b20;
  }
  .single__build-box {
    flex-direction: column-reverse;
  }
  .first_screen .slick-dots {
    right: 150px;
    z-index: 10;
  }
  .header_nothome .burger_menu .item_burger_menu {
    background-color: #000;
  }

  .header_hav span {
    display: block;
    font-size: 26px;
    color: #6e6e6e;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .header_hav a {
    display: block;
    font-size: 26px;
    color: #6e6e6e;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .wedo .progress_box {
    display: none;
  }
  .wedo__right_item {
    min-height: auto;
  }
  .wedo__left.slick-initialized.slick-slider {
    width: 100%;
  } 
  .wedo__right.slick-initialized.slick-slider {
    width: 100%;
  }
  .wedo__box {
    flex-wrap: wrap;
  }
  .wedo {
    padding: 100px 50px;
  }
  .project_works .item_our_works:nth-child(7n), .project_works .item_our_works:nth-child(8n) {
    height: auto;
    width: 100%;
  }
  .project_works .item_our_works:nth-child(3n), .project_works .item_our_works:nth-child(4n) {
    height: auto;
    width: 100%;
  }
  .box_link_our_works {
    bottom: 30px;
  }
  .desighn_name {
    bottom: 40px;
  }
  .box_more_project {
    height: 230px;
  }
  .item_our_works:nth-child(2), .item_our_works:nth-child(3), .item_our_works:nth-child(4), .item_our_works:nth-child(5) {
    height: auto;
  }
  .img_project img {
    width: 100%;
  }
  .item_our_works {
    width: 100%;
  }
  .item_our_works:first-child {
    height: auto;
  }
  .contact_min .phone_project {
    margin: auto;
    text-align: center;
  }
  .contact_min {
    display: block;
    text-align: center;
    width: 100%;
  }
  .header_hav a {
    display: block;
    font-size: 26px;
    float: none;
    margin-bottom: 28px;
    letter-spacing: .3px;
    margin-left: auto;
    margin-right: auto;
    color: #fff; 
  }
  .header_nothome .header_hav span {
    color: #828181;
  }
  .header_nothome .header_hav span:before {
    display: none;
  }
  .header_nothome .header_hav a {
    color: #fff;
  }
  .header_hav span:before {
    display: none  ;
  }
  .header_hav li {
    width: 100%;
  }
  .header_hav {
    flex-wrap: wrap;
  }
  .box_min_menu .btn_request {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    transition: .3s;
    margin: 0 auto;
  }
  .box_min_menu .btn_request:hover {
    background-color: #fff;
    color: #000;
  }
  .box_min_menu{
    display: none;
  }
  .services__pick {
    width: 50px;
    height: 50px;
  }
  .services__subtitle {
    font-size: 18px;
  }
  .exotic__subtitle {
    font-size: 14px;
    margin-top: 20px;
  }
  .btn_request{
    display: none;
  }
  .btn_request.active{
    display: block;
  }
  .box_min_menu.active {
    display: flex;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    background-color: #1a1b20fa;
    z-index: 30;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
  }
  .burger_menu{
    display: flex;
  }
  .burger_menu.active .item_burger_menu:first-child {
    transform: rotate(45deg);
    transition: .3s;
    margin-top: 8px;
  }
  .burger_menu.active .item_burger_menu:last-child {
    transform: rotate(140deg);
    margin-top: -2px;
    transition: .3s;
  }
  .about_right {
    display: none;
  }
  .about_left {
    width: 100%;
    max-width: 100%;
  }
  .next-slide .design_name {
    font-size: 32px;
    line-height: 31px;
  }
  .wrap_item_first {
    width: calc(100vw - 150px);
  }
.design_name_box {
    left: 20px;
    width: 85%;
    transform: inherit;
}
  .design_name {
    font-size: 45px;
  }
  .beforeafter__text {
    padding-right: 0;
  }
  .project_category__wrap {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .project_category__box {
    width: 100%;
    margin-top: 25px;
  }
  .about_topslide {
    padding-left: 50px;
  }
  .header_nav_box {
    width: 100%;
  }
   .soc_project_box{
    display: none;
  }
  .box_link_our_works {
    bottom: 20px;
  }
  .archive__afterbefore-page {
    padding-top: 130px;
  }
} 

@media (max-width: 768px) {
.services__info {
  margin-top: 20px;
}
.box_min_menu.active {
  top: 55px;
}
    .next-project {
      right: -104px;
  }

  h3.title_abut {
      margin-bottom: 25px;
  }
  .popap-order__box {
    flex-wrap: wrap;
}
.popup-order__title, .popap-order__box .wpcf7 {
    width: 100%;
}
  h3.title_our_works {
      font-size: 27px;
      font-weight: bold;
      margin-bottom: 20px;
  }
  .project__title {
      font-size: 21px;
  }
  .beforeafter__wrap {
      padding: 0;
  }
  h3.services__title, .beforeafter__title, .exotic__title {
      font-size: 27px;
      font-weight: bold;
      margin-bottom: 20px;
  }
  section.calculate {
      padding: 50px 0;
  }
  .services__titles {
      width: 100%;
  }
  .services__info {
      width: 100%;
  }
  .single__build-img img {
    margin: auto;
    height: auto;
  }
  .header_hav a, .header_hav span {
    font-size: 20px;
    margin-bottom: 10px;
  } 
  .archive__afterbefore-page {
    padding-top: 70px;
  }
  .single__build-imgslide {
    width: 100%;
  }
  .greybg__left {
    width: 100%;
  }
  .greybg__title {
    margin-bottom: 40px;
  }
  .design_name {
    font-size: 42px;
  }
  .phone_project {
    margin: 0px 40px;
    margin-left: 0;
    width: 100%;
  }
  .wedo .progress_box {
    left: 20px;
    top: 310px;
  }
  .wedo {
    padding: 50px;
  }
  .wedo__title {
    padding-left: 0px;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .about_topslide__title {
    font-size: 26px;
  }
  .about_topslide .progress_box {
    left: 20px;
    bottom: auto;
    top: 575px;
  }
  .about_topslide {
    padding: 55px 0;
    padding-top: 100px;
  }
  .about_topslide__right.slick-initialized.slick-slider {
    width: 100%;
  }
  .about_topslide__left.slick-initialized.slick-slider {
    width: 100%;
  }
  .about_topslide__item {
    max-width: 100%;
    margin-top: 70px;
    margin-left: 20px;
  }
  .about_topslide__box {
    flex-direction: column-reverse;
  }
  .about_grey {
    padding: 100px 20px;
    padding-top: 40px;
  }
  .about_grey__subtitle {
    text-align: left;
    font-size: 14px;
    margin: 0;
  }
  .about_grey__title {
    font-size: 26px;
    text-align: left;
  }
  .greybg {
    padding: 100px 0;
  }
  .top_img__img {
    height: auto;
  }
  .greybg__share {
    left: 50px;
    bottom: 52px;
  }
  .greybg__infoitem {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .greybg__right {
    display: flex;
  }
  .greybg__box {
    flex-wrap: wrap;
    margin: 0 50px;
  }
  .admin-bar .header {
    top: 0;
  }
  .beforeafter__info {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .beforeafter .twentytwenty-wrapper.twentytwenty-horizontal {
    width: 100%;
  }
  .beforeafter__wrap {
    flex-wrap: wrap-reverse;
  }

  .pos_header {
    padding: 0 25px;
  }
  .progress_box {
    right: auto;
    top: 283px;
    left: 20px;
  }
  .next-slide .next_slide_title {
    display: none;
  }
  .wrap_item_first {
    width: calc(100vw - 70px);
  }
  .next-slide .design_name {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
  }
  .next-slide .design_name_box {
    left: -111px;
  }
 
  .item_footer {
    padding: 5px;
    width: 25px;
    display: block;
    justify-content: center;
    line-height: 1;
    text-align: center;
  }
  .title_abut {
    font-size: 27px;
  }
  .soc_footer {
    margin-top: 15px;
  }
  .project_request {
    padding: 50px;
  }
  .project_portfolio__item {
    width: 100%;
  }
  .project_portfolio__item:nth-child(4n) {
    width: 100%;
  }
  .project_portfolio__item:nth-child(3n) {
    width: 100%;
  }
  .wedo__right_item {
    padding: 20px;
    padding-top: 65px;
  }
  .gallery__box {
    height: auto;
  }
  .gallery__item img{
    width: 100%;
  }
  .logo_header {
    margin-right: 0;
  }
  .about_project_box {
    left: 10px;
    flex-wrap: wrap;
    bottom: 10px;
    width: calc(100% - 110px);
  }
  .archive__build-item {
    width: 50%;
    box-sizing: border-box;
  }
  .project_works {
    padding-top: 120px;
  }
  .dreams__title, .how__title,.page_box .beforeafter__title, .write__title {
    font-size: 27px;
}
.page_box .beforeafter {
    padding-bottom: 50px;
}
.archive__build__tit_box {
    flex-wrap: wrap;
}
h3.arhive__build__title {
    margin-bottom: 15px;
}
}
@media (max-width: 650px) {
  .wedo__left_item {
      margin-right: 0px;
  }
  .wedo__left_item img {
      width: 100%;
  }
  .item_first_screen {
      height: 100vh;
  }
  .project__names {
    flex-wrap: wrap;
}
  .slick-active .design_name_box {
      top: 180px;
  }
    .page_box .beforeafter__title {
    padding-left: 0;
    font-weight: 500;
}
}
@media (max-width: 480px) {
.item_soc_project a {
    margin-left: 0;
    margin-right: 10px;
    display: block;
    width: 20px;
}
   .soc_project_box{
    display: flex;
    justify-content: center;
  }

  .footer__col.mid {
    margin-top: 0;
}
.footer__col.right {
    text-align: center;
    margin-top: 25px;
}
.footer__logo {
    margin-bottom: 0;
}
  .calculate_button {
    width: auto;
    margin: 0 25px;
}
.project__item {
    flex-wrap: wrap;
}
.services__info {
    width: 100%;
    bottom: 0;
}
.services__name {
    font-size: 16px;
    margin-bottom: 15px;
}
.project__right {
   width: 100%;
}
.project__min, .project__min.min-mar {
    margin-top: 20px;
}
.project__left {
    width: 100%;
}
.next-project {
    display: none;
}
  .archive__build-item img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
  }
  .archive__build-title {
    font-size: 14px;
    padding: 10px;
  }
  .min_item_our_works:before {
    display: block;
  }
  .our_works .item_our_works:last-child:hover .info_desighn_box {
    display: flex;
  }
  
  .item_our_works:before {
    display: block;
  }
  .project_category__title {
    font-size: 32px;
  }
  main.single__build-page {
    padding-top: 100px;
  }
  .archive__build-page {
    padding-top: 85px;
  }
  .info_desighn_box {
    left: 15px;
    top: 10px;
    display: flex;
  }
  .popap-order__box {
    padding: 35px 10px;
  }
  .wedo__right_title {
    font-size: 18px;
  }
  .wedo .progress_box {
    bottom: 347px;
    left: 40px;
  }
  .wedo__right_text {
    margin-bottom: 0;
  }
  .wedo .progress_line {
    width: 120px;
  }
  .wedo {
    padding: 40px 20px;
  }
  .about_topslide .progress_line {
    width: 170px;
  }
  .about_topslide__img {
    width: 275px;
  }
  .contact {
    padding: 150px 25px;
    padding-bottom: 50px;
  }
  .contact__subtitle {
    margin-bottom: 35px;
  }
  .contact__btn {
    margin-top: 20px;
  }
  .contact__title {
    font-size: 26px;
  }
  .contact__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .about_info {
    padding: 25px;
  }
  .project_portfolio {
    padding-top: 70px;
  }
  .greybg {
    padding-top: 70px;
  }
  .greybg__box {
    margin: 0px 20px;
    flex-direction: column-reverse;
  }
  .greybg__title {
    position: absolute;
    left: 24px;
    top: -60px;
    margin-left: 0;
    font-size: 26px;
    color: #fff;
    max-width: 234px;
    margin-bottom: 0;
  }
  .greybg__share {
    text-transform: uppercase;
    font-size: 11px;
    left: 20px;
  }
  .greybg__infoitem {
    width: 100%;
    margin-bottom: 20px;
  }
  .greybg__right {
    flex-wrap: wrap;
  }
  .project_category__box {
    flex-wrap: wrap;
  }  
  
  .footer_location {
    font-size: 12px;
  }
  .contact_footer a {
    font-size: 14px;
  }
  .our_works {
    padding: 20px;
    padding-top: 40px;
    font-size: 22px;
  }
.gallery__item {
    width: 100%!important;
    margin-bottom: 10px!important;
    margin-top: 0!important;
}
  
  .progress_line {
    width: 100px;
  }
  .title_our_works {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .about_us {
    padding: 20px;
  }
  .calculate {
    padding: 20px;
    padding-bottom: 60px;
  }
  .desighn_name {
    bottom: 35px;
    left: 15px;
    font-size: 20px;
  }
  .box_link_our_works {
    bottom: 11px;
    left: 15px;
    display: block;
  }
  .more_project {
    bottom: auto;
    top: 44px;
    left: 15px;
  }
  .calculate_title {
    font-size: 26px;
    margin-bottom: 14px;
    text-align: left;
    max-width: 240px;
    line-height: 32px;
  }
  .calculate_subtitle {
    text-align: left;
  }
  .services {
    padding: 40px 0;
  }
  .services__title {
    font-size: 26px;
  }
  .services__subtitle {
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .pos_header {
    margin-top: 0;
    padding: 0 10px;
    width: 100%;

  }
  .exotic__gallery {
     padding-top: 0;
  }
  .item_our_works {
    margin: 0;
    margin-bottom: 10px;
  }
  .gallery__item:first-child {
    margin: 0;
    margin-bottom: 10px;
  }
  .gallery__item:nth-child(2), .gallery__item:nth-child(3) {
    margin: 0;
    margin-bottom: 10px;
  }
  .project_category__item {
    margin-bottom: 15px;
  }
  .project_works__title {
    text-align: left;
    font-size: 26px;
    max-width: 200px;
  }
  .project_request {
    padding: 90px 20px;
  }
  .project_works__btn {
    margin: 0;
  }
  .project_works__subtitle {
    text-align: left;
    margin-right: 20px;
  }
  .project_request {
    margin-top: 50px;
  }
  .top_img__img {
    height: 277px;
  }
  .top_img__img img {
       height: 100%;
    width: auto;
    max-width: inherit;
         position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: -1;
  }
  .title_footer {
    font-size: 21px;
  }
  .first_screen {
    height: 450px;
  }
  .img_first_screen img {
    min-width: 100%;
    max-width: inherit;
    height: 100%;
    width: auto;

}
.top_img__img {
    position: relative;
}
.img_first_screen {
    position: relative;
    height: 450px;
}
.about_project_box {
    width:100%;
}
  .design_name {
    font-size: 28px;
  }
  .wrap_item_first {
    width: 100vw;
  }
  .first_screen .slick-dots {
    bottom: auto;
    top: 340px;
    right: 10px;
  }
  .about_topslide__img img {
    height: 295px; 
  }
  .about_topslide .progress_box {
    top: 430px;
  }
  .about_topslide {
    padding-bottom: 0;
  }
  .project__list, .project_work___wraper {
      padding: 0;
  }
  .gallery__box {
      padding: 0;
  }
  section.dreams {
    padding: 50px 0;
}
.how__item {
    width: 100%;
}
.how__item {
    margin-bottom: 50px;
}
.write__item {
    width: 250px;
    height: 250px;
}
.write__item img {
    border-radius: 100%;
}
.greybg__title {
    position: static;
    color: #3a3e4b;
}
.greybg__content-admin {
    padding-left: 25px;
    padding-bottom: 0;
}
}

@media(max-height: 600px){

  .box_min_menu.active{
    overflow-y: auto;
  }
  .header_hav {
    margin-top: 60px;
  }
  .box_min_menu .btn_request {
    margin: 20px auto;
  }

}


.header, .title_our_works,.beforeafter__wrap,.exotic__gallery,.exotic__title,.beforeafter__title,.services__title, .services__titles,.services__info, .project__item,.design_name, .first_screen .link_more, .next-project, .about_right, .about_left {
  visibility: hidden;
}
.visibility {
  visibility: visible!important;
}
.footer .section_name {
    padding-left: 0;
    font-size: 10px;
    top: 255px;
    letter-spacing: 0;
}
.project__min .project__names {
  transition: 0.1s;

  flex-wrap: wrap;
}
.project__min .link_more {
opacity: 0;
    transition: 0.1s;
    position: absolute;
    right: 25px;
    top: 25px;
}
.project__min:hover .link_more {
  opacity: 1;
}
.project__left .link_more {
  opacity: 0;
  transition: 0.1s;
}
.project__left:hover .link_more {
  opacity: 1;
}
.project__min .project__title {

}
a.berf {
    position: relative;
    display: block;
}
a.berf:after {
    content: '';
    display: block;
    position: absolute;
    background: #00000054;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
}
a.berf:hover:after {
  opacity: 1;
} 
@media(max-width: 480px){
  .our_works {
      padding: 40px 0;
  }
  .project__list {
      margin: 0 -10px;
  }
  .project_work___parent {
      margin: 0 -10px;
  }
  .project_portfolio__box {
      padding: 0;
      margin: 0 -10px;
  }
}