:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.orange {
  background-color: #ef7353;
}

.dark_grey {
  background-color: #1b1b1b;
}

.section.bg_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.section.bg_img.main_white {
  background-image: url('../images/white-main-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  display: flex;
}

.section.bg_img.service-black {
  color: #fff;
  background-image: url('../images/OUR-SERVICES.jpg'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  flex-direction: column;
  display: flex;
}

.section.bg_img.cases-black {
  color: #fff;
  background-image: url('../images/COMPLETED-CASES.jpg'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  flex-direction: column;
  display: flex;
}

.section.white {
  color: #000;
}

.section.black, .section.dark_grey {
  color: #fff;
}

.content-zone {
  width: 90%;
  max-width: 1580px;
  justify-content: space-between;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.content-zone.footer {
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.content-zone.fill-screen {
  height: 90vh;
  align-items: flex-end;
  padding-bottom: 96px;
}

.content-zone.center {
  justify-content: center;
  align-items: center;
}

.content-zone.center.vertical {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Minion Pro Bold, sans-serif;
  font-size: 72px;
  line-height: 100%;
}

.regular {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.regular.width_400 {
  max-width: 400px;
}

.regular.text_gray {
  color: gray;
}

.regular.text_light_gray {
  color: #b9b9b9;
}

.regular.link {
  color: #000;
  text-decoration: none;
}

.regular.link:hover, .regular.link.w--current {
  color: #ef7353;
}

.regular.show-hover {
  height: 0;
  max-height: 300px;
  display: block;
  overflow: hidden;
}

.regular.small-text {
  font-size: 14px;
}

.regular.bold {
  color: #ef7353;
  font-weight: 900;
}

.regular.bold.margin-buttom-8 {
  margin-bottom: 8px;
}

.button {
  height: 50px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px;
  padding: 10px 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.button:hover {
  color: #ef7353;
  background-color: #fff;
  border-color: #ef7353;
}

.button.bg_black {
  color: #fff;
  border-color: #fff;
}

.button.bg_black:hover {
  color: #ef7353;
  border-color: #ef7353;
}

.button.bg_white {
  color: #000;
}

.button.bg_white:hover {
  color: #ef7353;
  border-color: #ef7353;
}

.button.bt_orange {
  color: #fff;
  background-color: #ef7353;
  border-style: none;
  border-color: #000;
}

.button.bt_orange:hover {
  color: #ef7353;
  background-color: #fff;
}

.button.square {
  width: 224px;
  height: 224px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.square.bg_white {
  text-decoration: none;
}

.button.square.bg_black {
  min-width: 224px;
  text-decoration: none;
}

.button.small_square {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.button.small_square.bg_black {
  background-color: rgba(255, 255, 255, 0);
}

.button.small_square.bg_black.hide-desktop {
  display: none;
}

.button.menu-buttons {
  height: auto;
  border-style: none;
  border-color: #000;
  align-items: center;
  padding: 0;
  text-decoration: none;
}

.button.menu-buttons:hover {
  background-color: rgba(255, 255, 255, 0);
}

.button.menu-buttons.w--current {
  align-items: center;
}

.button.menu-buttons.white-text {
  color: #fff;
}

.button.menu-buttons.white-text:hover {
  color: #ef7353;
}

.button.menu-buttons.white-text.w--current {
  color: #fff;
  align-items: flex-start;
}

.button.menu-buttons.white-text.w--current:hover, .button.menu-buttons.orange-text {
  color: #ef7353;
}

.button.menu-buttons.orange-text.w--current:hover {
  color: #eb512a;
}

.button.menu-buttons.black-text {
  color: #000;
}

.button.menu-buttons.black-text:hover {
  color: #ef7353;
}

.text_h1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text_h1.center {
  text-align: center;
  align-items: center;
}

.cl_left {
  width: 50%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 24px;
  display: flex;
}

.cl_left._1_to_3 {
  width: 25%;
  padding-right: 80px;
}

.cl_left._1_to_2 {
  z-index: 1;
  width: 33%;
  padding-right: 80px;
}

.cl_left._1_to_2.pos-sticky {
  max-height: 80vh;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.cl_right {
  padding-left: 0;
  padding-right: 0;
}

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

.cl_right.horizontal_24.size-67 {
  width: 67%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cl_right.horizontal_24.size-67.auto-height {
  min-height: 500px;
}

.cl_right.vertical_48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.cl_right.vertical_48.size_75 {
  width: 75%;
}

.cl_right.vertical_48.size_75.padding-right-desk-20 {
  padding-right: 20%;
}

.cl_right.vertical_48.size-67 {
  width: 67%;
}

.cl_right.form_and_map {
  width: 67%;
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  justify-content: space-between;
  display: flex;
}

.cl_right.right-down {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.cl_right.right-down.show-desktop {
  width: 50%;
}

.menu_items {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  display: flex;
}

.menu_block {
  width: 90%;
  max-width: 1580px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.menu_block.bg_white {
  color: #000;
}

.menu_block.bg_white.padding_top-27 {
  padding-top: 27px;
}

.white_blur_card {
  width: 25%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, .13);
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px 80px;
  box-shadow: 0 0 64px rgba(0, 0, 0, .1);
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Minion Pro Bold, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.line {
  height: 4px;
}

.line.orange {
  width: 100%;
}

.line.orange.line_80 {
  width: 80px;
}

.text_h3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.horizontal_card {
  height: 330px;
  color: #fff;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 57%, #000 82%), url('../images/service-hor-4.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto 100%;
  text-decoration: none;
}

.horizontal_card._2 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 57%, #000 82%), url('../images/service-hor-1.jpg');
}

.horizontal_card._3 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 57%, #000 82%), url('../images/service-hor-3.jpg');
}

.horizontal_card._4 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 57%, #000 82%), url('../images/service-hor-2.jpg');
  background-size: auto, auto 100%;
}

.text-h4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Minion Pro Bold, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.block_for_horizontal-block {
  z-index: 100;
  width: 45%;
  height: 100%;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: rgba(62, 62, 62, .7);
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.case_card_img {
  z-index: 0;
  width: 70%;
  object-fit: cover;
  display: none;
}

.maps-footer {
  width: 100%;
  height: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.map_and_adress {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_map {
  width: 100%;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 0;
}

.link.logo.black-text.w--current {
  color: #000;
}

.link.logo.white-text, .link.logo.white-text.w--current {
  color: #fff;
}

.footer_info {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.footer_info.not_desk {
  display: none;
}

.footer_info.show_desk {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
}

.arrow-right_line {
  width: 32px;
  height: 32px;
}

.icon_small_sqr {
  width: 24px;
  height: 26px;
}

.desktop-menu-show {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.logo {
  width: 120px;
  height: 28px;
}

.mobile-menu-screen, .mobile-menu-screen.bg_white {
  display: none;
}

.hor-stretch {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button_8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.horizontal_24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  display: flex;
}

.service_card {
  color: #000;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  transition: all .8s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-gradient {
  z-index: 1;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 16px 16px 20px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-gradient.brown-gradient {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(189, 128, 102, .9));
}

.service-gradient.white-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .5));
}

.service-gradient.black-gradient {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
}

.nav-block {
  z-index: 1000;
}

.nav-block.bg_white {
  background-color: rgba(255, 255, 255, 0);
}

.service_card_img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._4-cards {
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  align-items: start;
  display: grid;
}

.vertical-card.pick-and-text {
  flex-direction: column;
  display: flex;
}

.text-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 16px;
  display: flex;
}

.img-all-card {
  width: 100%;
  height: 240px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 100%;
}

.img-all-card.cases-1 {
  background-image: url('../images/case-1.jpg');
}

.img-all-card.case-2 {
  background-image: url('../images/case-2.jpg');
}

.img-all-card.case-3 {
  background-image: url('../images/case-3.jpg');
}

.img-all-card.case-4 {
  background-image: url('../images/case-4.jpg');
}

.img-all-card.case-5 {
  background-image: url('../images/case-5.jpg');
  background-position: 50% 48%;
}

.img-all-card.case-6 {
  background-image: url('../images/case-6.jpg');
}

.img-all-card.big-size {
  height: 40%;
  min-height: 240px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-all-card.big-size.case-1 {
  background-image: url('../images/case-1.jpg');
}

.img-all-card.big-size.case-3 {
  background-image: url('../images/case-3.jpg');
}

.img-all-card.big-size.case-5 {
  background-image: url('../images/case-5.jpg');
}

.img-all-card.case-1 {
  background-image: url('../images/case-1.jpg');
}

.block-for-vertical-card {
  z-index: 1;
  height: 100%;
  flex: 1;
  padding: 20px 16px;
}

.block-for-vertical-card.bg_orange-cicle-blur {
  align-items: flex-start;
}

.block-for-vertical-card.bg_light-gray {
  background-color: rgba(27, 27, 27, .7);
}

.block-for-vertical-card.bg_light-gray.bg-orange-radial {
  background-image: radial-gradient(circle closest-corner at 50% -5%, #e87534, rgba(232, 117, 52, .2) 0%, rgba(232, 117, 52, 0));
}

.bg_orange-cicle-blur {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: rgba(255, 255, 255, .05);
  background-image: radial-gradient(circle at 30% 30%, rgba(239, 115, 83, .4), rgba(239, 115, 83, 0));
}

.bg_light-gray-cicle-blur {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: rgba(255, 255, 255, .05);
  background-image: radial-gradient(circle at 40% -10%, rgba(238, 233, 231, .4), rgba(238, 233, 231, 0));
}

.slider-collection {
  width: 133.4%;
  grid-column-gap: 24px;
  display: flex;
}

.slider-zone {
  width: 100%;
  overflow: hidden;
}

.second-list-level {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  margin-left: 64px;
  display: flex;
}

.cookies-block {
  z-index: 1000;
  width: 30vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: rgba(27, 27, 27, .7);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 24px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 0 64px rgba(0, 0, 0, .1);
}

.html-embed {
  display: none;
}

.menu-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.arrow-diagonal_line {
  font-size: 20px;
  line-height: 130%;
}

.logo-footer {
  width: 128px;
}

._3-cards {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.small-vetrical-card {
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.small-vetrical-card.hide {
  display: none;
}

.small-vetrical-card._1 {
  background-image: url('../images/cases-main_1.jpg');
  background-size: cover;
}

.small-vetrical-card._5 {
  background-image: url('../images/cases-main_5.jpg');
}

.small-vetrical-card.auto-size {
  height: auto;
  max-height: none;
  min-height: auto;
  justify-content: flex-start;
}

.block-for-smal-vert-card {
  width: 100%;
  height: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  background-color: #1b1b1b;
  background-image: radial-gradient(circle at 50% -10%, rgba(232, 117, 52, .2), rgba(232, 117, 52, 0));
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.arrow-right {
  width: 20px;
  height: 22px;
  text-align: right;
}

.title_for_small-vertical-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .regular {
    font-size: 20px;
    line-height: 150%;
  }

  .cl_right.horizontal_24.size-67 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cl_right.horizontal_24.size-67.auto-height {
    height: auto;
  }

  .h3 {
    font-size: 40px;
    line-height: 48px;
  }

  .h4 {
    font-size: 32px;
  }

  .maps-footer {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .service-gradient {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._4-cards {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
  }

  .text-list {
    padding-left: 24px;
  }

  .img-all-card {
    height: 320px;
  }

  .img-all-card.big-size {
    height: 40%;
  }

  .block-for-vertical-card {
    padding: 20px 20px 60px;
  }

  .block-for-vertical-card.bg_light-gray {
    background-color: rgba(27, 27, 27, .7);
  }

  ._3-cards {
    grid-column-gap: 24px;
  }

  .small-vetrical-card {
    background-size: auto 100%;
  }

  .block-for-smal-vert-card {
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .content-zone {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-zone.footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-zone.fill-screen {
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .content-zone.center.vertical {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .regular.show-hover {
    height: auto;
    display: block;
  }

  .button.square {
    width: 180px;
    height: 180px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.square.bg_white, .button.square.bg_black {
    min-width: 180px;
  }

  .cl_left {
    width: 100%;
    padding-right: 0;
  }

  .cl_left._1_to_3 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .cl_left._1_to_1 {
    width: 100%;
  }

  .cl_left._1_to_2 {
    width: 100%;
    flex-direction: row;
    padding-right: 0;
    position: static;
  }

  .cl_left._1_to_2.pos-sticky {
    position: static;
  }

  .cl_right.horizontal_24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cl_right.horizontal_24.size-67 {
    width: 100%;
  }

  .cl_right.vertical_48.size_75 {
    width: 100%;
    align-items: flex-start;
  }

  .cl_right.vertical_48.size_75.padding-right-desk-20 {
    padding-right: 0%;
  }

  .cl_right.vertical_48.size-67, .cl_right.form_and_map {
    width: 100%;
  }

  .cl_right.right-down.show-desktop {
    display: none;
  }

  .menu_items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .menu_items.desktop-menu-show {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .white_blur_card {
    width: 23%;
    padding: 24px 16px 64px;
  }

  .horizontal_card {
    width: 100%;
    background-size: auto, auto 100%;
    align-items: stretch;
  }

  .maps-footer {
    height: auto;
    grid-column-gap: 10%;
    grid-row-gap: 10%;
  }

  .footer_map {
    margin-top: 16px;
  }

  .footer_info.not_desk {
    display: flex;
  }

  .footer_info.show_desk, .button_8.show-desktop {
    display: none;
  }

  .service_card {
    width: 100%;
    height: 350px;
  }

  .service-gradient {
    -webkit-backdrop-filter: blur(44px);
    backdrop-filter: blur(44px);
  }

  ._4-cards {
    grid-row-gap: 24px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-flow: row;
  }

  .block-for-vertical-card.bg_orange-cicle-blur {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-collection {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cookies-block {
    width: 50vw;
  }

  ._3-cards {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section.bg_img.service-black {
    background-image: url('../images/OUR-SERVICES.jpg'), linear-gradient(#000, #000);
    background-size: auto 320px, auto;
  }

  .section.bg_img.cases-black {
    background-image: url('../images/COMPLETED-CASES.jpg'), linear-gradient(#000, #000);
    background-size: auto 320px, auto;
  }

  .content-zone {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .content-zone.fill-screen {
    height: 90vh;
    max-height: 600px;
    align-items: center;
  }

  .content-zone.center.vertical {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .h1 {
    font-size: 32px;
  }

  .regular {
    font-size: 18px;
  }

  .regular.width_400 {
    font-size: 16px;
  }

  .regular.small-text {
    font-size: 12px;
  }

  .button {
    padding-top: 12px;
    font-size: 16px;
  }

  .button.bt_orange {
    border-color: #ef7353;
  }

  .button.square {
    width: 160px;
    height: 160px;
    min-width: 160px;
    text-align: center;
  }

  .button.square.bg_white, .button.square.bg_black {
    min-width: 160px;
  }

  .button.small_square.bg_black {
    color: #fff;
  }

  .button.small_square.bg_black.hide-desktop {
    display: block;
  }

  .button.small_square.only-desktop {
    display: none;
  }

  .text_h1.mobile-center {
    text-align: center;
    align-items: center;
  }

  .cl_left._1_to_3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .cl_left._1_to_1 {
    padding-right: 0;
  }

  .cl_right.horizontal_24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .cl_right.horizontal_24.size-67 {
    min-height: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cl_right.vertical_48.size-67 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cl_right.form_and_map {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu_items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .menu_block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .white_blur_card {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 32px 16px;
  }

  .h3 {
    font-size: 32px;
  }

  .h3.link {
    color: #000;
    text-decoration: none;
  }

  .h3.link:hover, .h3.link.w--current {
    color: #ef7353;
  }

  .text_h3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .horizontal_card {
    height: auto;
    background-image: url('../images/service-hor-4.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 220px;
  }

  .horizontal_card._2 {
    background-image: url('../images/service-hor-1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .horizontal_card._3 {
    background-image: url('../images/service-hor-3.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .horizontal_card._4 {
    background-image: url('../images/service-hor-2.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .text-h4 {
    width: 100%;
  }

  .h4 {
    font-size: 24px;
  }

  .block_for_horizontal-block {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    align-items: center;
    margin-top: -10%;
    padding-right: 20px;
  }

  .maps-footer {
    width: 100%;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .map_and_adress {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer_map {
    margin-top: 0;
  }

  .link.w--current {
    color: #000;
  }

  .footer_info.not_desk {
    display: flex;
  }

  .footer_info.show_desk, .desktop-menu-show {
    display: none;
  }

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

  .logo {
    width: 98px;
    height: 24px;
  }

  .mobile-menu-screen {
    z-index: 1500;
    width: 100%;
    height: 100%;
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 36px 5% 68px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-menu-screen.bg_white {
    display: none;
  }

  .hor-stretch {
    width: 100%;
  }

  ._4-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .vertical-card {
    background-size: 0%;
  }

  .vertical-card.pick-and-text {
    height: auto;
    background-image: none;
  }

  .img-all-card.big-size {
    height: 240px;
  }

  .block-for-vertical-card.bg_light-gray.bg-orange-radial {
    height: auto;
  }

  .second-list-level {
    margin-left: 40px;
  }

  .cookies-block {
    width: 100vw;
    flex-direction: row;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-footer {
    width: 94px;
  }

  ._3-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .small-vetrical-card {
    min-height: 360px;
  }

  .block-for-smal-vert-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0%;
  }

  .arrow-right {
    text-align: center;
  }

  .title_for_small-vertical-card {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .content-zone.footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.square {
    width: 100%;
    height: 48px;
    flex-direction: row;
  }

  .cl_left {
    flex-direction: column;
  }

  .cl_left._1_to_3, .cl_left._1_to_2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .cl_right.horizontal_24.size-67 {
    display: flex;
  }

  .text_h3 {
    width: 100%;
  }

  .horizontal_card {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 160px;
  }

  .horizontal_card._2 {
    background-image: url('../images/service-hor-1.jpg');
    background-position: 50% 0;
    background-size: auto 200px;
  }

  .horizontal_card._3 {
    background-image: url('../images/service-hor-3.jpg');
    background-position: 50% 0;
    background-size: auto 200px;
  }

  .horizontal_card._4 {
    background-image: url('../images/service-hor-2.jpg');
    background-position: 50% 0;
    background-size: auto 200px;
  }

  .block_for_horizontal-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
    margin-top: -10%;
  }

  .case_card_img {
    width: auto;
    margin-left: 0%;
  }

  .maps-footer {
    flex-direction: column;
  }

  .arrow-right_line {
    width: 20px;
    height: 20px;
  }

  ._4-cards {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .img-all-card {
    height: 160px;
  }

  .slider-collection {
    flex-direction: column;
    display: flex;
  }

  .second-list-level {
    margin-left: 0;
  }

  .cookies-block {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  ._3-cards {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }
}

#w-node-_69c7c3cf-5b03-b031-beff-65466dc9b7b9-c8bdc1b2, #w-node-c4f9aadb-42b8-f483-399c-45157a9cea11-c8bdc1b2, #w-node-c4f9aadb-42b8-f483-399c-45157a9cea1e-c8bdc1b2, #w-node-_1b91026c-c277-5d9f-c2be-88dd6ff7ae67-74b82500, #w-node-_121d9c31-f430-e50d-83cc-50ec2df4410f-74b82500, #w-node-_1b91026c-c277-5d9f-c2be-88dd6ff7ae94-74b82500, #w-node-e49d5f92-02d7-8b81-fe19-1b134714b416-74b82500, #w-node-_1b91026c-c277-5d9f-c2be-88dd6ff7ae94-8e8b5a99, #w-node-d228d46c-b3bf-3ee4-bff0-4ec90544fbca-8e8b5a99, #w-node-_7094f946-3bc7-7a4b-eb02-d32ffc062c13-8e8b5a99, #w-node-e45e2ce0-c9a1-de2a-4ad7-4637db8f98f8-8e8b5a99, #w-node-a9a65a4a-2f54-37f5-a758-530893d8676a-8e8b5a99, #w-node-a5cf3b0a-cbbc-c575-49c5-d249bba9b038-8e8b5a99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_69c7c3cf-5b03-b031-beff-65466dc9b7b9-c8bdc1b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b91026c-c277-5d9f-c2be-88dd6ff7ae67-74b82500 {
    grid-row-end: 3;
  }

  #w-node-_121d9c31-f430-e50d-83cc-50ec2df4410f-74b82500 {
    grid-row-end: 2;
  }

  #w-node-_1b91026c-c277-5d9f-c2be-88dd6ff7ae94-74b82500 {
    grid-row-end: 4;
  }

  #w-node-d228d46c-b3bf-3ee4-bff0-4ec90544fbca-8e8b5a99 {
    grid-row: span 2 / span 2;
  }

  #w-node-_7094f946-3bc7-7a4b-eb02-d32ffc062c13-8e8b5a99 {
    grid-row: span 3 / span 3;
  }

  #w-node-e45e2ce0-c9a1-de2a-4ad7-4637db8f98f8-8e8b5a99 {
    grid-row: span 4 / span 4;
  }

  #w-node-a9a65a4a-2f54-37f5-a758-530893d8676a-8e8b5a99 {
    grid-row: span 5 / span 5;
  }

  #w-node-a5cf3b0a-cbbc-c575-49c5-d249bba9b038-8e8b5a99 {
    grid-row: span 6 / span 6;
  }
}


@font-face {
  font-family: 'Minion Pro Bold';
  src: url('../fonts/Minion-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}