* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Neutral Face";
  src: url("/fonts/nface/NeutralFaceBold.woff2") format("woff2"), url("/fonts/nface/NeutralFaceBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neutral Face";
  src: url("/fonts/nface/NeutralFaceRegular.woff2") format("woff2"), url("/fonts/nface/NeutralFaceRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  --containerPadding: 87px;
  --promoHeight: 43px;
  --headerHeight: 140px;
  --longTransition: 1s;
  --longSoTransition: .8s;
  --basicTransition: .4s;
  --fastTransition: .2s;
  --fastSoTransition: .1s;
  --cursor-stroke: none;
  --cursor-fill: #FFDB5C;
  --cursor-stroke-width: 1px;
  --transparent: #ffffff00 !important;
  --white: #ffffff !important;
  --black: #171717 !important;
  --darkblack: #000000 !important;
  --grey: #A7A7A7 !important;
  --grey2: #C9C9C9 !important;
  --greyLight: #AFAFAF !important;
  --red: #D85454 !important;
  --redText: #BB5353 !important;
  --yellow: #FFDB5C !important;
  --yellowText: #EEC533 !important;
  --blue: #25A7A8 !important;
  --greenText: #25A7A8 !important;
}
@media all and (min-width: 700px){
  .fit-img-desc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
}

.fit-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}

::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--black) var(--white) !important;
}

b,
strong {
  font-weight: 600;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
textarea,
.form-control {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: inherit;
  opacity: 1;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--greenColor);
  border-color: var(--greenColor);
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}

body::-webkit-scrollbar {
  width: 5px;
}

body.overflow-hiden {
  overflow: hidden;
}
.ml-auto{
  margin-left: auto;
}
.pr-70{
  padding-right: 70px;
}

.container {
  max-width: 1920px;
  padding-left: 38px;
  padding-right: 38px;
  width: 100%;
}

.header {
  padding-top: 40px;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.header .header-row {
  position: relative;
  z-index: 2;
}

.fixed-menu .header {
  margin-bottom: -91px;
}

.main-logo {
  width: 178px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}

.main-logo svg {
  width: 100%;
}

.main-logo svg path {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-logo.active svg path {
  fill: #fff;
}

.main-menu {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-menu-flex-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang-switcher-dropdown{
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 10px 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  list-style: none;
  transition: all 0.5s;
  z-index: 4;
}
.lang-switcher.active .lang-switcher-dropdown{
  opacity: 1;
  visibility: visible;
}
.lang-switcher-dropdown a{
  color: #000;
  text-decoration: none;
}
.lang-switcher-dropdown a:hover{
  color: #000;
  text-decoration: underline;
}
.main-menu .main-menu-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  position: relative;
}
.lang-switcher{
  background: none;
  border:0;
  outline: 0;
  margin-right: 20px;
  color: #fff;
  text-decoration:none!important;
  position: relative;
}
.lang-switcher img{
  margin-left: 10px;
}
.lang-switcher.active img{
  transform: rotate(180deg);
}
.lang-switcher-wrapper{
  position: absolute;
  left: 50%;
  top: 28px;
  z-index: 3;
}


.main-menu .main-menu-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  position: relative;
}

.main-menu-item-link {
  text-align: right;
  display: block;
  color: #1D1D1B;
  text-align: right;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-family: "Neutral Face";
}

.main-menu-item-link:hover {
  color: #1D1D1B;
}

.white-menu .main-logo svg path {
  fill: #fff;
}

.white-menu .main-menu-list::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: #63605B;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  content: "";
  display: block;
  z-index: -1;
}

.white-menu .main-menu-item-link {
  color: #fff;
}

.white-menu .main-menu-item-link:hover {
  color: #fff;
}

.white-menu .burger svg rect {
  fill: #fff;
}

.home-banner {
  margin-bottom: 140px;
}

.slide-bottom-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
  z-index: 2;
}

.slide-top-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 130px;
  z-index: 2;
}

.slide-top-text {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.slide-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.slide-bottom-container.project-main-info {
  line-height: 130%;
}

.home-text {
  width: 100%;
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.home-text-title {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  text-decoration-line: none;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.footer {
  background: #191919;
  padding: 57px 0;
}

.footer-cols {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 40px;
}

.footer-address {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 157%;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 20px;
}

.footer-mail {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 157%;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-mail:hover {
  color: #FFF;
}

.footer-subscribe-col-title {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  -webkit-text-stroke-color: #FFF;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.footer-menu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 60px;
}

.footer-menu {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
}

.footer-menu li {
  font-family: "Neutral Face";
  font-size: 20px;
  height: 1em;
}

.footer-menu-link {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.footer-menu-link:hover {
  color: #fff;
}

.footer-subscribe-form .dark-input {
  color: #929191;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  border: 0;
  background: none;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}

.footer-subscribe-form .dark-input:focus {
  outline: 0;
}

.footer-subscribe-form .dark-input.has-error {
  color: #D58080;
}

.footer-subscribe-btn {
  margin-top: 40px;
  color: #FFF;
  background: none;
  border: 0;
  leading-trim: both;
  text-edge: cap;
  -webkit-text-stroke-width: 0.2899287045;
  -webkit-text-stroke-color: #FFF;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.home-bottom-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 140px;
}
.home-bottom-gallery-item-text{
  color: #191919;
  text-align: justify;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  text-transform: uppercase;
  margin-top: auto;
}
.home-bottom-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:
vertical;
  -webkit-box-direction:
normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.request-form-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 140px;
}

.form-control {
  color: #929191;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  border: 0;
  border-bottom: 1px solid #191919;
  border-radius: 0;
  padding: 0;
}

.form-control:focus {
  color: #929191;
  background: none;
  border: 0;
  border-bottom: 1px solid #191919;
}

.has-error .form-control {
  color: #D58080;
}

.error-notice {
  color: #D58080;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.request-form-submit {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
  border: 0;
  background: none;
  margin-top: 30px;
}

.request-form .form-control {
  margin-bottom: 10px;
}

.request-form-title {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.module-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.module-top-row-title {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.module-top-row-link {
  color: #191919;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.module-top-row-link:hover {
  color: #191919;
}

.module-media-container {
  margin-bottom: 140px;
}

.media-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media-slider .swiper-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-cols-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 140px;
}

.grid-cols-3 {
  grid-column: span 3;
}

.grid-cols-4 {
  grid-column: span 4;
}

.grid-cols-2 {
  grid-column: span 2;
}

.grid-rows-2 {
  grid-row: span 2;
}

.home-projects-link {
  color: #191919;
  margin-bottom: 40px;
  display: block;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 142%;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.home-projects-link:hover {
  color: #191919;
}

.home-project-name {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin-top: 40px;
}

.home-project-item a {
  text-decoration: none;
}

.home-project-item picture {
  width: 100%;
  height: calc(100% - 60px);
  -o-object-fit: cover;
     object-fit: cover;
}
.home-project-item picture img{
  -o-object-fit: cover;
     object-fit: cover;
}

.home-awwards {
  margin-bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 60px;
}
.w-33{
  width: calc( 100% / 3 );
}
.gap-20{
  grid-gap: 20px;
}
.home-banner-item picture{
    height: 100%;
  object-fit: cover;
}
.home-awwards .awward-item img {
  /*max-width: 80%;*/
  max-height: 80%;
}

.home-awwards img.ida, .media-page-wall img.ida{
  width: 83px;
}
.home-awwards img.archello, .media-page-wall img.archello{
  width: 70px;
}
.home-awwards img.architizer, .media-page-wall img.architizer{
  width: 79px;
}
.home-awwards img.masterprize, .media-page-wall img.masterprize{
  width: 129px;
}
.media-page-wall img.lhda, .home-awwards img.lhda{
  width: 159px;
}

.home-top-project-item a {
  text-decoration: none;
}

.home-top-project-item img {
  width: 100%;
}

.page-banner {
  margin-bottom: 140px;
  margin-top: -91px;
  position: relative;
}

.bread-crups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.body-blog-info .bread-crups{
  max-width: 90%;
}
.bread-crumps-item-link {
  color: #1D1D1B;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
}

.bread-crumps-item-link:hover {
  text-decoration: underline;
  color: #1D1D1B;
}

.bread-crumps-item,
.bread-crump-separator {
  color: #1D1D1B;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.white-crumps .bread-crumps-item-link {
  color: #fff;
}

.white-crumps .bread-crumps-item-link:hover {
  color: #fff;
}

.white-crumps .bread-crumps-item,
.white-crumps .bread-crump-separator {
  color: #FFF;
}

.about-grid-wall {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 40px;
  margin-bottom: 10vw;
}

.about-grid-wall.separated {
  margin-bottom: 5vw;
}

.about-title {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 140px;
}

.about-small-img {
  margin-bottom: 80px;
  width: calc(100% - 90px);
}

.about-text {
  color: #191919;
  text-align: justify;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.about-text p {
  margin-bottom: 1em;
}

.about-text p:nth-last-child(1) {
  margin-bottom: 0;
}

.about-awwards-wall {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 140px;
}

.about-awward-item {
  border: 1px solid #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
}

.about-awward-item img {
  max-width: 90%;
}
.about-awward-item img[alt="dna"]{
  max-width: 120px;
}
.contact-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 75px;
  flex-wrap: wrap;
}
@media all and (min-width: 600px){
  .contact-menu-wrapper {
    padding-right: 120px;
  }
}
.contact-social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  list-style: none;
  margin-top: -0.5em;
}

.contact-social-menu a {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.contact-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 140px;
}

.contact_banner {
  margin-bottom: 140px;
}

.media-page-wall {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 70px 140px;
  width: 60%;
  margin-left: calc(25% + 40px);
  margin-bottom: 140px;
}

.media-page-wall-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-page-wall-item img {
  max-width: 100%;
}

.services-list {
  margin-top: 70px;
  border-bottom: 1px solid #191919;
  margin-bottom: 140px;
}

.services-list-item {
  padding: 30px 0;
  border-top: 1px solid #191919;
}
.services-list-item:nth-child(1){
  border-top: 0;
}

.services-list-item-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.services-list-item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-list-item-media img{
  max-width: 445px;
}
.services-list-item-title {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-list-item-text {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.horizontal-scroll-wrapper {
  overflow-x: hidden;
  margin-bottom: 140px;
}

.horizontal-scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 38px;
  padding-bottom: 1px;
  width: calc((100vw - 114px) / 4 * var(--countElements));
}

.horizontal-scroll-item {
  width: calc((100vw - 114px) / 4);
  aspect-ratio: 1/2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.horizontal-scroll-item .horizontal-scroll-item-top {
  aspect-ratio: 1/1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px;
}

.horizontal-scroll-item .horizontal-scroll-item-bottom {
  aspect-ratio: 1/1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px;
}

.horizontal-scroll-item:nth-child(2n+1) .horizontal-scroll-item-top {
  border: 1px solid #191919;
}

.horizontal-scroll-item:nth-child(2n) .horizontal-scroll-item-bottom {
  border: 1px solid #191919;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.horizontal-scroll-item:hover .horizontal-scroll-item-img {
  opacity: 1;
  visibility: visible;
}

.horizontal-scroll-item:hover .horizontal-scroll-item-text {
  opacity: 1;
  visibility: visible;
}

.horizontal-scroll-item:hover .horizontal-scroll-item-number {
  opacity: 0;
  visibility: hidden;
}

.horizontal-scroll-item:hover .horizontal-scroll-item-title {
  opacity: 0;
  visibility: hidden;
}

.horizontal-scroll-item-text {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 26px;
  bottom: 26px;
  width: calc(100% - 52px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.horizontal-scroll-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.horizontal-scroll-item-number {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.horizontal-scroll-item-title {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.horizontal-scroll-link {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-scroll-link:hover {
  color: #191919;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 140px;
}

.blog-grid.blog-post-page {
  margin-bottom: 40px;
}

.blog-grid-item {
  position: relative;
}

.blog-grid-item.first-post .blog-grid-item-info {
  position: absolute;
  top: 100%;
}

.blog-grid-item-image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.blog-grid-item-info {
  margin-top: 40px;
}

.blog-grid-item-date {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 131%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-grid-item-name {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 131%;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: none;
}

.blog-grid-item-name:hover {
  color: #191919;
  text-decoration: underline;
}

.load-more-btn {
  margin: 0 auto;
  color: #191919;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
  background: none;
  border: 0;
  display: block;
}

.blog-post-page {
  margin-top: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.banner-small-img {
  width: var(--imgWidth);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.blog-grid-2cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 40px;
}

.blog-text {
  color: #191919;
  text-align: justify;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}
.blog-text-title{
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
  text-decoration: none;
  margin-top: 20px;
}
.blog-text-title:hover{
  color: #191919;
  text-decoration: underline; 
}
.blog-text a {
  color: #191919;
  text-decoration-line: underline;
}

.blog-text a:hover {
  color: #191919;
}

.post-flex-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.post-flex-info .blog-grid-item-name {
  margin-left: 120px;
}

.blog-related-posts {
  margin-top: 120px;
  margin-bottom: 140px;
}

.blog-post-page-subtitle {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
  margin-bottom: 20px;
}

.blog-post-page-subtitle:hover {
  color: #191919;
}

.project-menu-item {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.project-menu-item:hover {
  color: #191919;
}

.projects-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 40px;
  margin-bottom: 140px;
  margin-top: 120px;
  position: relative;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}

.all-projects {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
@media all and (min-width: 768px){
  .all-projects {
    position: absolute;
    left: 0;
  }
}
.project-name {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
}

.project-name:hover {
  color: #191919;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 80px 40px;
  margin-bottom: 140px;
}

.projects-grid.blog-post-page {
  grid-gap: 40px 20px;
  margin-bottom: 120px;
}

.error-page-container {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.error-page-title {
  color: #191919;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 217%;
  text-transform: uppercase;
  margin-bottom: 90px;
}

.error-page-error {
  color: #191919;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.error-page-subtitle {
  color: #191919;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 217%;
  text-transform: uppercase;
}

.cookies-modal {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.cookies-modal.show {
  visibility: visible;
  opacity: 1;
}

.cookies-modal-cotainer {
  background: #fff;
  padding: 58px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.cookies-modal-cotainer p {
  margin-bottom: 0;
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.cookies-modal-cotainer a {
  color: #191919;
}

.cookies-modal-cotainer a:hover {
  color: #191919;
}

.cookies-modal-btn {
  margin-left: auto;
  margin-right: 100px;
  background: none;
  border: 0;
  color: #191919;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 176%;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.cookies-modal-close-btn {
  position: absolute;
  right: 26px;
  top: 26px;
  background: none;
  border: 0;
  width: 20px;
  height: 20px;
}

.cookies-modal-close-btn svg {
  width: 100%;
}

.project-preview-text {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  width: calc(75% - 20px);
  margin-bottom: 140px;
}
.project-preview-text a{
  color: inherit;
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 140px;
}

.project-wall-text {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.project-wall-text a{
  color: #191919;
}
.project-wall-title {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.project-fluid-banner {
  width: 100%;
  position: relative;
  margin-bottom: 140px;
}

.project-fluid-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-white-subtitle {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.project-flex-image {
  grid-gap: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.fluid-project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 140px;
}

.fluid-project-grid-v2 {
  display: grid;
  grid-template-columns: 1fr calc(50% - 60px) 1fr;
  grid-gap: 40px;
  margin-bottom: 140px;
}

.right-p-col {
  padding-right: 38px;
}

.grid-fluid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-grid-item-name {
  color: #191919;
  leading-trim: both;
  text-edge: cap;
  font-family: "Neutral Face";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 40px;
  display: block;
}

.project-grid-item-name:hover {
  color: #191919;
}

@media all and (min-width: 700px) {
  .mobile-only {
    display: none;
  }

  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 1460px) {
  html {
    --containerPadding: 75px;
    --headerHeight: 130px;
  }
}

@media all and (max-width: 1440px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    padding-top: 20px;
  }

  .fixed-menu .header {
    margin-bottom: -71px;
  }

  .main-menu-item-link {
    font-size: 15px;
  }

  .home-banner {
    margin-bottom: 120px;
  }

  .slide-top-content {
    top: 115px;
  }

  .slide-top-text {
    font-size: 15px;
  }

  .slide-bottom-container {
    font-size: 15px;
  }

  .home-text {
    font-size: 15px;
    line-height: 133%;
  }

  .footer-subscribe-col-title {
    font-size: 15px;
  }

  .footer-subscribe-col-title {
    font-size: 14px;
  }

  .footer-menu-col {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer-menu {
    grid-gap: 15px;
  }

  .footer-menu-link {
    font-size: 15px;
  }

  .footer-subscribe-form .dark-input {
    font-size: 15px;
  }

  .footer-subscribe-btn {
    font-size: 15px;
  }

  .home-bottom-gallery {
    grid-gap: 20px;
    margin-bottom: 120px;
  }

  .request-form-container {
    grid-gap: 20px;
    margin-bottom: 120px;
  }

  .form-control {
    font-size: 15px;
  }

  .error-notice {
    font-size: 15px;
  }

  .request-form-submit {
    font-size: 15px;
  }

  .request-form-title {
    font-size: 15px;
  }

  .request-form-title {
    font-size: 14px;
  }

  .module-top-row-title {
    font-size: 15px;
  }

  .module-top-row-link {
    font-size: 15px;
  }

  .module-top-row-link {
    font-size: 14px;
  }

  .module-media-container {
    margin-bottom: 120px;
  }

  .grid-cols-wrapper {
    grid-gap: 20px;
    margin-bottom: 120px;
  }

  .home-project-name {
    margin-top: 20px;
    font-size: 15px;
  }

  .home-awwards {
    grid-gap: 40px;
    margin-bottom: 120px;
  }

  .home-awwards img {
    max-height: 110px;
  }

  .page-banner {
    margin-top: -71px;
    margin-bottom: 120px;
  }

  .page-banner .slide-top-content {
/*    top: 146px;*/
  }

  .bread-crumps-item-link {
    font-size: 15px;
  }

  .bread-crumps-item,
  .bread-crump-separator {
    font-size: 15px;
  }

  .about-grid-wall {
    grid-gap: 20px;
  }

  .about-grid-wall.separated {
    margin-bottom: 120px;
  }

  .about-title {
    font-size: 15px;
    margin-bottom: 90px;
  }

  .about-text {
    font-size: 15px;
    margin-bottom: 65px;
  }

  .about-awwards-wall {
    grid-gap: 20px;
    margin-bottom: 120px;
  }

  .contact-social-menu a {
    font-size: 15px;
  }

  .contact-grid-container {
    grid-gap: 20px;
    margin-bottom: 120px;
  }

  .contact_banner {
    margin-bottom: 120px;
  }

  .contact_banner {
    margin-bottom: 40px;
  }

  .media-page-wall {
    margin-bottom: 120px;
    grid-gap: 60px 120px;
  }

  .services-list {
    margin-bottom: 120px;
  }

  .services-list-item {
    padding: 23px 0;
  }

  .services-list-item-title {
    font-size: 15px;
  }

  .services-list-item-text {
    font-size: 13px;
  }

  .horizontal-scroll-wrapper {
    margin-bottom: 120px;
  }

  .horizontal-scroll-item-text {
    font-size: 13px;
  }

  .horizontal-scroll-item-text {
    font-size: 10px;
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
    max-height: calc(100% - 20px);
    overflow: auto;
  }

  .horizontal-scroll-item-number {
    font-size: 15px;
  }

  .horizontal-scroll-item-title {
    font-size: 15px;
  }

  .horizontal-scroll-link {
    font-size: 15px;
  }

  .blog-grid.blog-post-page {
    margin-bottom: 20px;
  }

  .blog-grid {
    grid-gap: 40px 20px;
    margin-bottom: 120px;
  }

  .blog-grid-item.first-post {
    margin-top: 80px;
  }

  .blog-grid-item-info {
    margin-top: 20px;
  }

  .blog-grid-item-date {
    font-size: 15px;
  }

  .blog-grid-item-name {
    font-size: 15px;
  }

  .load-more-btn {
    font-size: 15px;
  }

  .blog-grid-2cols {
    grid-gap: 0 20px;
  }

  .blog-text {
    font-size: 15px;
  }

  .blog-related-posts {
    margin-bottom: 120px;
  }

  .blog-post-page-subtitle {
    font-size: 15px;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .project-menu-item {
    font-size: 15px;
  }

  .projects-menu {
    margin-bottom: 60px;
  }

  .inner-page .header {
    margin-bottom: 60px;
  }

  .project-name {
    margin-top: 20px;
    font-size: 15px;
  }

  .projects-grid {
    grid-gap: 60px 20px;
    margin-bottom: 120px;
  }

  .error-page-container {
    padding-top: 30px;
  }

  .error-page-title {
    font-size: 15px;
    margin-bottom: 70px;
  }

  .error-page-error {
    font-size: 60px;
  }

  .error-page-subtitle {
    font-size: 15px;
  }

  .cookies-modal-cotainer p {
    font-size: 15px;
  }

  .cookies-modal-btn {
    font-size: 15px;
  }

  .project-preview-text {
    font-size: 15px;
    margin-bottom: 120px;
  }

  .project-grid {
    grid-gap: 20px;
    margin-bottom: 120px;
  }

  .project-wall-text {
    font-size: 15px;
  }

  .project-wall-title {
    font-size: 15px;
  }

  .project-fluid-banner {
    margin-bottom: 120px;
  }

  .project-white-subtitle {
    font-size: 15px;
  }

  .project-flex-image {
    grid-gap: 20px;
  }

  .fluid-project-grid {
    grid-gap: 20px;
    margin-bottom: 120px;
  }

  .fluid-project-grid {
    grid-gap: 10px;
    margin-bottom: 80px;
  }
  
  .gap-20{
    grid-gap: 10px;
  }

  .fluid-project-grid-v2 {
    grid-gap: 20px;
    margin-bottom: 120px;
  }

  .project-grid-item-name {
    font-size: 15px;
  }
}

@media all and (max-width: 1440px) and (max-width: 700px) {
  .page-banner .slide-top-content {
    top: 94px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    --containerPadding: 68px;
    --headerHeight: 120px;
  }
}

@media screen and (max-width: 992px) {
  html {
    --containerPadding: 30px;
  }
}

@media all and (max-width: 700px) {
  .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }

  .collections .row > * {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .desktop-only {
    display: none;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .burger {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 30px;
    background: none;
    border: 0;
  }

  .burger svg {
    width: 100%;
  }

  .burger svg .cross-line {
    opacity: 0;
  }

  .burger.active svg .burger-line {
    opacity: 0;
  }

  .burger.active svg .cross-line {
    opacity: 1;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #191919;
  }

  .mobile-menu .container {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .mobile-menu .mobile-list-menu {
    padding-left: 50%;
    margin-bottom: 60px;
  }

  .mobile-menu .mobile-menu-item-link {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Neutral Face";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 235%;
    text-transform: uppercase;
  }

  .mobile-menu .mobile-social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
  }

  .mobile-menu .mobile-social-link {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Neutral Face";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 228%;
    text-decoration-line: underline;
    text-transform: uppercase;
  }

  .main-logo {
    width: 120px;
  }

  .main-menu {
    display: none;
  }

  .home-banner {
    margin-bottom: 80px;
  }

  .slide-top-text {
    font-size: 14px;
    padding-right: 40%;
  }

  .slide-bottom-container {
    font-size: 14px;
    line-height: 142%;
  }

  .slide-bottom-container span:nth-child(2) {
    text-align: right;
  }

  .home-text {
    font-size: 14px;
    line-height: 142%;
    width: 100%;
    text-align: justify;
  }

  .footer {
    padding: 20px 0 34px 0;
  }

  .footer .footer-logo-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer .footer-logo-col a {
    width: 120px;
    display: block;
  }

  .footer .footer-logo-col a svg {
    width: 100%;
  }

  .footer-cols {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }

  .footer-subscribe-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .home-bottom-gallery {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 80px;
  }

  .request-form-container {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .request-form-container > div:nth-child(1) {
    display: none;
  }

  .form-control {
    font-size: 14px;
  }

  .request-form-submit {
    font-size: 14px;
  }

  .module-top-row-title {
    font-size: 14px;
  }

  .module-media-container {
    margin-bottom: 60px;
  }

  .module-media-container .swiper {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .media-slider .swiper-wrapper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .media-slider .swiper-wrapper .swiper-slide a{
    display: block;
    height: 100%;
    width: 100%;
  }
  .media-slider .swiper-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .grid-cols-wrapper {
    margin-bottom: 80px;
  }

  .grid-cols-wrapper.home-top-projects {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-bottom: 40px;
  }

  .grid-cols-wrapper.home-projects {
    grid-template-columns: 1fr;
  }

  .grid-cols-wrapper.home-projects .grid-cols-3 {
    grid-column: span 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .grid-cols-wrapper.home-projects .home-project-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .grid-rows-sm-2 {
    grid-row: span 2;
  }

  .home-project-name {
    font-size: 14px;
    margin-top: 10px;
  }

  .home-awwards {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 60px;
  }

  .home-awwards .awward-item {
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .home-awwards .awward-item:nth-last-child(1),
  .home-awwards .awward-item:nth-last-child(2)
  {
    grid-column: span 3;
  }
  .home-banner-item{
    height: 100vh;
    display: block;
  }
  .home-banner-item:after{
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    content: '';
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(60, 59, 49, 0.00) 0%, rgba(60, 59, 49, 0.50) 100%);
  }
  .home-banner-item picture{
    height: 100%;
    object-fit: cover;
  }
  .home-awwards .awward-item img {
    max-width: 80%;
    max-height: 80%;
  }

  .page-banner {
    margin-bottom: 80px;
  }

  .bread-crumps-item-link {
    font-size: 14px;
  }

  .bread-crumps-item,
  .bread-crump-separator {
    font-size: 14px;
  }

  .about-grid-wall {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .about-1-grid-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .about-3-grid-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: span 2;
  }

  .about-2-grid-item {
    grid-column: span 2;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .about-title {
    font-size: 14px;
    margin-bottom: 21px;
    margin-top: 80px;
  }

  .about-title.mobile-only {
    margin-bottom: 20px;
  }

  .about-text {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .xs-mb-about-img{
    margin-bottom: 80px;
  }
  .xs-mb-about-imgrow{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .about-text.grid-rows-sm-2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .about-text.mobile-about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
  }

  .about-text.mobile-about-text img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 10px);
    margin-bottom: auto;
  }

  .about-awwards-wall {
    grid-template-columns: 1fr 1fr;
  }

  .about-awwards-wall .about-title {
    grid-row: span 6;
  }

  .about-awwards-separator {
    display: none;
  }

  .about-awward-item img {
    max-width: 50%;
  }

  .contact-social-menu a {
    font-size: 14px;
  }

  .contact-social-menu {
    margin-bottom: 0px;
  }

  .contact-grid-container {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .contact-address {
    color: #191919;
    leading-trim: both;
    text-edge: cap;
    font-family: "Neutral Face";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    text-decoration-line: underline;
    text-transform: uppercase;
  }

  .contact-address a {
    color: #191919;
  }

  .contact-address a:hover {
    color: #191919;
  }
  .contact-menu-wrapper{
    flex-direction: column;
    grid-gap: 5px;
    margin-bottom: 80px;
  }
  .services-list-item-media img{
    max-width: 100%;
  }
  .media-page-wall {
    margin-left: 0;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    width: 100%;
    grid-gap: 60px 30px;
  }
  .body-site-awards .media-page-wall{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .body-site-awards .media-page-wall .media-page-wall-item{
    grid-column: span 2;
  }
  .body-site-awards .media-page-wall .media-page-wall-item:nth-last-child(1),
  .body-site-awards .media-page-wall .media-page-wall-item:nth-last-child(2){
    grid-column: span 3;
  }
  .services-list {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .services-list-item {
    padding: 60px 0 40px 0;
  }

  .services-list-item-container {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
  }

  .services-list-item-container .grid-cols-2 {
    grid-column: span 1;
  }

  .services-list-item-media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .services-list-item-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .services-list-item-text {
    font-size: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .horizontal-scroll-wrapper {
    margin-bottom: 80px;
  }

  .horizontal-scroll-container {
    padding-left: 10px;
    width: calc((100vw - 20px) / 4 * var(--countElements));
  }

  .horizontal-scroll-item {
    width: calc((100vw - 30px) / 2);
  }

  .horizontal-scroll-item .horizontal-scroll-item-top {
    padding: 10px;
  }

  .horizontal-scroll-item-number {
    font-size: 14px;
  }

  .horizontal-scroll-item-title {
    font-size: 14px;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 10px;
    margin-bottom: 80px;
  }

  .blog-grid .grid-cols-4 {
    grid-column: span 2;
  }

  .blog-grid-item .blog-grid-item-date {
    display: none;
  }

  .blog-grid-item.first-post {
    margin-top: 60px;
  }

  .blog-grid-item-name {
    font-size: 14px;
  }

  .blog-post-page {
    margin-top: 40px;
  }

  .blog-related-posts {
    margin-bottom: 80px;
  }

  .blog-related-posts .module-top-row {
    margin-bottom: 20px;
  }

  .project-menu-item {
    font-size: 13px;
    white-space: nowrap;
  }

  .projects-menu {
    margin-bottom: 30px;
    margin-top: 60px;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
  }

  .inner-page .header {
    margin-bottom: 40px;
  }

  .all-projects {
    width: auto;
  }

  .project-name {
    font-size: 14px;
    margin-top: 10px;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 10px;
  }

  .projects-grid .grid-cols-4 {
    grid-column: span 2;
  }

  .project-preview-text {
    width: 100%;
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 145%;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
  }

  .project-wall-text {
    font-size: 14px;
    line-height: 145%;
  }

  .project-wall-text.mt-auto {
    margin-top: 40px !important;
  }

  .project-wall-title {
    font-size: 14px;
  }

  .project-fluid-banner {
    margin-bottom: 80px;
  }

  .project-white-subtitle {
    font-size: 14px;
  }

  .project-flex-image {
    grid-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .project-flex-image.w-75 {
    width: 90% !important;
  }

  .fluid-project-grid-v2 {
    grid-gap: 10px;
    margin-bottom: 80px;
  }
  .gap-20{
    grid-gap: 10px;
  }
  .project-grid-item-name {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  html {
    --containerPadding: 20px;
    --containerMargin: -20px;
    --headerHeight: 63px;
  }
}

@media all and (max-width: 480px) {
  body {
    font-size: 12px;
    color: var(--black);
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
}

.contact-form-wrapper{
  padding-top: 40px;
  position: relative;
}
.contact-form-btn{
  background: none;
  outline: none;
  font-size: 16px;
  line-height: 120%;
  font-family: "Neutral Face";
  font-weight: 700;
  text-decoration: underline;
  border: 0;
  text-transform: uppercase;
  color: #000;
}
.contact-form{
  display: none;
  width: 335px;
  position: absolute;
  top: calc( 100% + 40px );
}
.relative{
  position: relative;
}
.contact-form.relative{
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 335px;
}
.contact-form .contact-form-btn{
  margin-top: 40px;
}
.contact-form-sucess{
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: bold;
  padding: 62px 0;
  border: 1px solid #000;
  top: 40px;
  left: 0;
  background: #fff;
  text-transform: uppercase;
  display: none;
}
.contact-form-sucess.second{
  top: 0;
}
.contact-form-sucess-close-btn{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  background: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 600px){
  .contact-form{
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 30px;
  }
  .grid-cols-wrapper.form-grid{
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .contact-form.relative{
    max-width: 100%;
  }
  .contact-form-sucess{
    text-align: center;
    bottom: 0;
  }
}