@font-face {
  font-family: 'Apercu Pro';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Apercu_Pro_Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Apercu Mono';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Apercu_Mono.otf") format("opentype");
}

.container {
  max-width: 1440px;
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.b-page {
  overflow: hidden;
  min-height: 100%;
}

.vertical-lines {
  height: 0;
  position: relative;
}

.vertical-lines:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 90px;
  height: 15000px;
  background-color: #ccc;
  z-index: 1;
}

.vertical-lines:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  right: 90px;
  height: 15000px;
  background-color: #ccc;
  z-index: 1;
}

.vertical-lines__center {
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  height: 15000px;
  background-color: #ccc;
  z-index: -1;
}

.page-content-border {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1230px) {
  /**/
  .vertical-lines:before {
    left: 50px;
  }
  .vertical-lines:after {
    right: 50px;
  }
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  /**/
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .vertical-lines:before {
    left: 15px;
  }
  .vertical-lines:after {
    right: 15px;
  }
  .vertical-lines__center {
    display: none;
  }
}

@media (max-width: 991px) {
  /**/
}

* {
  box-sizing: border-box;
}

button, input, optgroup, select, textarea {
  font-family: "Heebo", sans-serif;
}

html, body {
  height: 100%;
}

body {
  min-width: 320px;
  position: relative;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  opacity: 1;
  color: #000;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
}

small, .small {
  font-size: 85%;
}

b,
strong {
  font-weight: 700;
}

a {
  color: #47465E;
  text-decoration: underline;
  transition: color .25s ease;
}

a:hover, a:focus, a:active, a.active {
  color: inherit;
  text-decoration: none;
}

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

button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.icon {
  display: inline-block;
  vertical-align: top;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: inherit;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/**
 * Icons
 */
.icon {
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  background-position: 0 0;
}

.icon-arrow-right {
  width: 15px;
  height: 6px;
  background-image: url("../img/arrow-right.svg");
}

.icon-refresh {
  width: 12px;
  height: 14px;
  background-image: url("../img/icon-refresh.svg");
}

.icon-scroll-down {
  width: 15px;
  height: 15px;
  background-image: url("../img/icon-scroll-down.svg");
}

.icon-instagram-circle {
  width: 12px;
  height: 12px;
  background-image: url("../img/instagram-circle-icon.svg");
}

.icon-share-linkedin {
  width: 18px;
  height: 17px;
  background-image: url("../img/icon-share-linkedin.svg");
}

.icon-share-twitter {
  width: 22px;
  height: 17px;
  background-image: url("../img/icon-share-twitter.svg");
}

.icon-share-facebook {
  width: 19px;
  height: 19px;
  background-image: url("../img/icon-share-facebook.svg");
}

.form-group {
  margin-bottom: 21px;
}

.form-control {
  display: block;
  padding: 8px 0 8px 0;
  margin: 0;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  font-family: "Apercu Mono", sans-serif;
  font-weight: normal;
  border-radius: 0;
  border-style: solid;
  border-color: #000;
  border-width: 0 0 1px 0;
  background-color: #fff;
  color: #000;
  transition: all .3s;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #000;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control::placeholder {
  color: #000;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
}

textarea.form-control {
  height: 60px;
  line-height: 1.3em;
  min-width: 100%;
  max-width: 100%;
  min-height: 60px;
  max-height: 200px;
}

.form-select {
  border-radius: 0;
  border: 1px solid #000;
  background-image: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3e%3cpath fill='%23000000' stroke='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5.27637 4.70675L1.86173 0.599609H0.276367L4.54466 5.59961H6.00808L10.2764 0.599609H8.691L5.27637 4.70675Z'/%3e%3c/svg%3e");
  background-size: 11px 6px;
  font-family: "Apercu Mono", sans-serif;
  font-size: 12px;
  line-height: 1em;
  padding: 8px 2.25rem 8px 10px;
  color: #000;
}

.form-select:focus {
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.form-select option:selected:disabled {
  color: #000;
}

@media screen and (max-width: 767px) {
  /**/
  .form-group {
    margin-bottom: 30px;
  }
}

.checkbox-field {
  display: block;
  font-size: 0;
  line-height: 0;
  font-weight: normal;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  padding: 1px 0 0;
  margin: 0;
}

.checkbox-field__icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-field__icon:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-position: -1px 0;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox-field__text {
  display: block;
  padding-left: 30px;
}

.checkbox-field__text a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

.checkbox-field__text a:hover {
  color: #000;
  text-decoration: none;
}

.checkbox-field input[type="checkbox"] {
  display: none;
}

.checkbox-field input[type="checkbox"]:checked + .checkbox-field__icon {
  border-color: #000;
}

.checkbox-field input[type="checkbox"]:checked + .checkbox-field__icon:after {
  opacity: 1;
}

/**
 * Header styles
 */
.header {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.header:after {
  content: '';
  display: block;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: #F7F7F7;
  border-left: 1px solid #ccc;
}

.header__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
}

.logo img {
  height: 50px;
  width: auto;
}

.header-nav {
  font-size: 0;
  font-weight: bold;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header-nav ul li {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 15px;
}

.header-nav__link {
  font-size: 16px;
  line-height: 1.25em;
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: baseline;
  transition: all .3s;
  opacity: 0.7;
}

.header-nav__link:hover, .header-nav__link:active, .header-nav__link:focus, .header-nav__link.active {
  text-decoration: none;
  color: #000;
  opacity: 1;
}

.header-nav__link.active {
  cursor: default;
}

.navbar-light .navbar-toggler {
  border: none;
  padding: 0;
  width: 50px;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.navbar-light .navbar-toggler:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 25px;
  left: 0;
  right: -2000px;
  z-index: 2;
}

.navbar-light .navbar-toggler-icon {
  width: 50px;
  height: 50px;
  background: transparent url("../img/nav-btn.svg") no-repeat 0 0;
  position: relative;
  z-index: 3;
}

.header-company-logos-wrapper {
  display: block;
  overflow: hidden;
}

.header-company-logos {
  font-size: 0;
  line-height: 0;
  transform: translateX(-100%);
  display: block;
  transition: all .5s ease;
}

.header-company-logo {
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
}

.logo-header {
  position: relative;
}

.logo-header img {
  transition: opacity .5s ease;
}

.logo-header:after {
  content: '';
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  top: 0;
}

.logo-header:hover > img {
  opacity: 0.5;
}

.logo-header:hover .header-company-logos {
  transform: translateX(0);
}

@media screen and (max-width: 1230px) {
  /**/
  .header-company-logos-wrapper {
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 1024px) {
  /**/
  .navbar-collapse {
    position: absolute;
    width: 240px;
    top: 100%;
    right: 0;
    z-index: 10;
    background-color: #f8f9fa;
  }
  .header-company-logos-wrapper {
    padding-top: 5px;
  }
  .logo img.header-company-logo {
    height: 30px;
  }
  .navbar-light .navbar-toggler:focus {
    outline: none;
    border-color: #D2A399;
  }
  .header-nav {
    padding: 0;
    margin-right: 0;
  }
  .navbar-nav {
    padding: 10px 10px 20px;
  }
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .logo img {
    height: 40px;
  }
  .header-company-logos-wrapper {
    display: none;
  }
  .navbar-light .navbar-toggler-icon {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .navbar-light .navbar-toggler {
    width: 40px;
  }
  .navbar-light .navbar-toggler:after {
    top: 20px;
  }
}

footer {
  background-color: #F4F4F4;
  font-size: 14px;
  line-height: 1.1em;
  color: #494949;
  padding: 69px 0 40px;
}

.footer-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.copy {
  font-size: 12px;
}

.footer-contacts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-contacts__title {
  font-family: "Apercu Mono", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.1em;
  margin-bottom: 1em;
}

.footer-contacts__text {
  font-weight: 500;
}

.footer-contacts__text a {
  color: #494949;
  text-decoration: none;
}

.footer-contacts__col {
  padding: 0 30px;
}

.instagram-btn {
  display: inline-block;
  color: #494949;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  height: 30px;
}

.instagram-btn__icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: transparent url("../img/instagram.svg") no-repeat 0 0;
  margin-right: 10px;
}

.instagram-btn__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1em;
}

.instagram-container {
  position: relative;
}

.instagram-links {
  display: none;
  border: 1px solid #ccc;
  padding: 15px 14px;
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  z-index: 10;
}

.instagram-links:after {
  content: '';
  display: block;
  width: 10px;
  height: 11px;
  background: transparent url("../img/dropdown-triangle.png") no-repeat 0 0;
  position: absolute;
  bottom: -11px;
  right: 29px;
}

.instagram-links.active {
  display: block;
}

.instagram-link {
  display: block;
  position: relative;
  padding-left: 21px;
  color: #000;
  text-decoration: none;
  margin-top: 10px;
  white-space: nowrap;
}

.instagram-link:first-child {
  margin-top: 0;
}

.instagram-link:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: transparent url("../img/instagram-sm.svg") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 2px;
}

@media screen and (max-width: 1230px) {
  /**/
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-wrapper .copy {
    order: 3;
    margin-top: 40px;
  }
  .footer-contacts {
    order: 2;
    margin-top: 40px;
  }
  .footer-contacts__col:first-child {
    padding-left: 0;
  }
  .instagram-container {
    order: 1;
  }
  .instagram-links {
    left: 0;
    right: auto;
  }
  .instagram-links:after {
    left: 29px;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .footer-contacts {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-contacts__col {
    padding-left: 0;
    margin-top: 30px;
  }
  .footer-contacts__col:first-child {
    margin-top: 0;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/**
 * Buttons styles
 */
.btn {
  text-decoration: none;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.1em;
  padding: 13px 20px 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Apercu Pro", sans-serif;
}

.btn__text {
  display: inline-block;
  vertical-align: middle;
}

.btn__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: 25px;
  position: relative;
  left: 0;
  transition: all .5s ease;
}

.btn:hover .btn__icon {
  left: 4px;
}

.btn.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  box-shadow: none;
}

.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  color: #fff;
}

.btn.btn-primary:not(:disabled):not(.disabled).active:focus, .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn.btn-inverse {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn.btn-inverse:hover {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: none;
}

.btn.btn-inverse:not(:disabled):not(.disabled).active, .btn.btn-inverse:not(:disabled):not(.disabled):active {
  background-color: white;
  border-color: white;
  color: #000;
}

.btn.btn-inverse:not(:disabled):not(.disabled).active:focus, .btn.btn-inverse:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn.btn-inverse .icon-arrow-right {
  background-image: url("../img/arrow-right-black.svg");
}

.btn.btn-secondary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 5px 5px 5px rgba(129, 97, 90, 0.2);
}

.btn.btn-secondary:hover {
  color: #000;
  box-shadow: 5px 5px 5px rgba(129, 97, 90, 0);
}

.btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.btn.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 5px 5px 5px rgba(129, 97, 90, 0);
}

.btn.btn-outline {
  color: #000;
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
}

.btn.btn-outline .icon-arrow-right {
  background-image: url("../img/arrow-right-black.svg");
}

.btn.btn-outline:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
}

.btn.btn-outline:not(:disabled):not(.disabled).active, .btn.btn-outline:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.btn.btn-outline:not(:disabled):not(.disabled).active:focus, .btn.btn-outline:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn.btn-lg {
  font-size: 16px;
  line-height: 22px;
  padding: 23px 47px;
  letter-spacing: 0.12em;
}

.link {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  color: #18AFFB;
  text-decoration: none;
}

.link:hover, .link:active, .link:focus {
  text-decoration: underline;
  color: #18AFFB;
}

.link-with-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 18px;
  height: 12px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../img/icons/arrow-right.png");
  background-image: url("../img/icons/arrow-right.svg");
  background-size: 18px 12px;
  margin-left: 22px;
}

/* Socials */
.social-icons {
  font-size: 0;
  overflow: hidden;
}

.social-icons__in {
  margin: 0 -10px;
}

.social-icons a {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #D2A399;
  font-size: 0;
  line-height: 35px;
  text-align: center;
}

.social-icons a:hover {
  background-color: #e2c3bc;
}

.social-icons .fab {
  font-size: 16px;
  color: #fff;
  transition: color .3s;
  display: inline-block;
  vertical-align: middle;
}

.envelope-icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 12px;
  background: transparent url("../img/envelope.svg") no-repeat 0 0;
}

.nav-arrows {
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.nav-arrow {
  position: absolute;
  top: 0;
  display: block;
  margin-top: -30px;
  width: 50px;
  height: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: opacity .3s ease;
  opacity: 1;
}

.nav-arrow:hover {
  opacity: 0.7;
}

.nav-arrow.prev {
  left: 0;
  background-image: url("../img/arrow-left.png");
}

.nav-arrow.next {
  right: 0;
  background-image: url("../img/arrow-right.png");
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Heebo", sans-serif;
}

h1, .h1 {
  font-size: 64px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  font-weight: normal;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: none;
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 16px;
  line-height: 1.33em;
}

h6, .h6 {
  font-size: 14px;
  line-height: 1.33em;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1230px) {
  /**/
  h1, .h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 26px;
  }
}

.btn-close--custom {
  width: 24px;
  height: 24px;
  background: transparent url("../img/modal-close.svg") no-repeat 0 0;
  opacity: 1;
  padding: 0;
  box-shadow: border-box;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-body {
  position: static;
  padding: 0;
}

.modal-content {
  padding: 60px 80px 36px;
}

.modal-title {
  font-weight: normal;
  font-family: "Heebo", sans-serif;
  font-size: 36px;
  line-height: 1.2em;
  color: #000;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 750px;
  }
}

.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.modal-contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px 0 0;
}

.modal-contacts__title {
  font-family: "Apercu Mono", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.1em;
  margin-bottom: 1em;
}

.modal-contacts__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 500;
  color: #4d4d4d;
}

.modal-contacts__text a {
  color: #4d4d4d;
  text-decoration: none;
}

.modal-contacts__col:nth-child(2) {
  padding: 0 30px;
}

@media (min-width: 576px) {
  #modal-success .modal-dialog {
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .modal-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  .form-bottom {
    display: block;
  }
  .modal .form-submit {
    margin-top: 30px;
  }
  .modal-contacts {
    display: none;
  }
  .modal-contacts__col {
    margin-left: 0;
    margin-top: 24px;
  }
  .modal-contacts__col:first-child {
    margin-top: 0;
  }
  .modal-contacts__col:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  /**/
  .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-heading {
  padding-top: 150px;
  margin-bottom: 63px;
}

.page-heading__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-heading__r {
  text-align: right;
}

.page-heading h1, .page-heading .h1 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1230px) {
  /**/
  .page-heading {
    padding-top: 60px;
  }
  .page-heading__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-heading__l {
    width: 100%;
  }
  .page-heading__l h1, .page-heading__l .h1 {
    text-align: left;
  }
  .page-heading__r {
    margin-top: 30px;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  display: none;
  overflow: hidden;
}

.menu .container {
  position: relative;
}

.menu-top {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.menu-top__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 26px;
}

.menu-close-btn {
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url("../img/menu-close.svg") no-repeat 0 0;
  position: relative;
  z-index: 101;
}

.menu-close-btn:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #000;
  width: 2000px;
  position: absolute;
  top: 50%;
  left: 100%;
}

.menu-content .container {
  padding-bottom: 65px;
}

.menu-items {
  margin: 0 0 0 -90px;
  text-align: center;
  counter-reset: menuIndex;
}

.menu-link {
  display: block;
  padding: 50px 90px;
  background-color: #fff;
  color: #545454;
  text-decoration: none;
  font-weight: 300;
  font-size: 36px;
  line-height: 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
  counter-increment: menuIndex;
}

.menu-link:before {
  content: counter(menuIndex);
  display: inline-block;
  vertical-align: baseline;
  font-family: "Apercu Pro", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1em;
  color: #808080;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #808080;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 91px;
}

.menu-link__icon {
  display: block;
  width: 85px;
  position: absolute;
  top: 50%;
  right: 0;
  height: 2px;
  background-color: #9f9f9f;
  transition: all .3s ease;
}

.menu-link__icon svg {
  fill: #9f9f9f;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
  transition: all .3s ease;
}

.menu-link:hover {
  color: #000;
  border-color: #c6c6c6;
  background-color: #F7F7F7;
}

.menu-link:hover:before {
  color: #000;
  border-color: #000;
}

.menu-link:hover .menu-link__icon {
  width: 170px;
  background-color: #000;
}

.menu-link:hover .menu-link__icon svg {
  fill: #000;
}

.menu-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 62px;
}

.menu-contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.menu-contacts__group {
  margin-left: 99px;
}

.menu-contacts__group:first-child {
  margin-left: 0;
}

.menu-contacts__caption {
  font-family: "Apercu Mono", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.1em;
  letter-spacing: 0.15em;
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}

.menu-contacts__content {
  color: #000;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: normal;
}

.menu-contacts__content a {
  text-decoration: none;
  color: #000;
}

.menu-contacts__content a:hover {
  color: #4d4d4d;
}

.menu-wrapper {
  height: 100%;
  overflow-y: auto;
  position: relative;
}

body.locked {
  overflow: hidden;
}

.v-line-left {
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90px;
  background-color: #ccc;
  z-index: 1;
}

.v-line-right {
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 90px;
  background-color: #ccc;
  z-index: 1;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width: 1230px) {
  /**/
  .v-line-left {
    left: 50px;
  }
  .v-line-right {
    right: 50px;
  }
  .menu-link {
    padding: 30px 50px;
    font-size: 30px;
  }
  .menu-link:before {
    left: 51px;
  }
  .menu-items {
    margin-left: -50px;
  }
}

@media screen and (max-width: 1024px) {
  /**/
  .menu-top__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-close-btn {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .v-line-left {
    left: 15px;
  }
  .v-line-right {
    right: 15px;
  }
  .menu-link__icon {
    width: 50px;
  }
  .menu-link:hover .menu-link__icon {
    width: 80px;
  }
  .menu-bottom {
    display: block;
  }
  .menu-bottom__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .menu-link {
    padding: 24px 50px;
    font-size: 24px;
  }
  .menu-contacts {
    display: block;
  }
  .menu-contacts__group {
    margin-left: 0;
    margin-top: 30px;
  }
  .menu-contacts__group:first-child {
    margin-top: 0;
  }
}

.section {
  padding-top: 237px;
}

.section-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 71px 0;
}

.section-heading h2, .section-heading .h2 {
  margin: 0;
}

.section-heading__l {
  width: 50%;
  padding-top: 18px;
}

.section-heading__r {
  width: 50%;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section-heading__r p {
  margin: 0;
}

.section-heading__r .btn {
  margin-left: auto;
  margin-right: 0;
  flex-shrink: 0;
}

.section-heading__r .btn__icon {
  margin-left: 25px;
}

.section-heading--with-arrow {
  padding-top: 22px;
}

.section-heading--with-arrow .section-heading__l {
  position: relative;
}

.section-heading--with-arrow .section-heading__l:before {
  content: '';
  display: block;
  width: 180px;
  position: absolute;
  left: -90px;
  top: -24px;
  background-color: #000;
  height: 1px;
}

.section-heading--with-arrow .section-heading__l:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: -27px;
  left: -6px;
}

.section-content {
  padding-bottom: 158px;
}

@media screen and (max-width: 1230px) {
  /**/
  .section {
    padding-top: 120px;
  }
  .section-content {
    padding-bottom: 100px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-heading__r {
    width: auto;
    margin-top: 30px;
  }
  .section-heading__r .btn {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .section-heading__r {
    display: block;
  }
  .section-heading__r .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .section-content {
    padding-bottom: 60px;
  }
}

.article-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7em;
  color: #000;
  font-weight: 300;
}

.article-text strong {
  font-weight: 500;
}

.article-text__inner > p,
.article-text__inner > h1,
.article-text__inner > h2,
.article-text__inner > h3,
.article-text__inner > h4,
.article-text__inner > h5,
.article-text__inner > h6,
.article-text__inner > blockquote,
.article-text__inner > .cta-button {
  padding-left: 230px;
  padding-right: 230px;
}

.article-text h2, .article-text .h2, .article-text h3, .article-text .h3, .article-text h4, .article-text .h4, .article-text h5, .article-text .h5, .article-text h6, .article-text .h6 {
  margin: 100px 0 1.388888888888889em;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: normal;
  letter-spacing: -0.01em;
}

.article-text h2:first-child, .article-text .h2:first-child, .article-text h3:first-child, .article-text .h3:first-child, .article-text h4:first-child, .article-text .h4:first-child, .article-text h5:first-child, .article-text .h5:first-child, .article-text h6:first-child, .article-text .h6:first-child {
  margin-top: 0;
}

.article-text p {
  margin: 0 0 1.6875em;
}

.article-text p.img {
  margin-top: 100px;
  margin-bottom: 100px;
}

.article-text p img {
  margin-left: -230px;
  margin-right: -230px;
  max-width: 1258px;
}

.article-text__title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  font-weight: bold;
  margin-bottom: 46px;
  color: #000;
}

.article-text blockquote {
  margin: 100px 230px;
  padding: 0 0 0 70px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.7em;
  position: relative;
}

.article-text blockquote:after {
  content: '';
  display: block;
  background: transparent url("../img/quote.svg") no-repeat 0 0;
  width: 35px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

.cta-button {
  margin-top: 50px;
}

@media screen and (max-width: 1439px) {
  /**/
  .article-text p img {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 1230px) {
  /**/
  .article-text__inner > p,
  .article-text__inner > h1,
  .article-text__inner > h2,
  .article-text__inner > h3,
  .article-text__inner > h4,
  .article-text__inner > h5,
  .article-text__inner > h6,
  .article-text__inner > blockquote,
  .article-text__inner > .cta-button {
    padding-left: 100px;
    padding-right: 100px;
  }
  .article-text__inner blockquote {
    margin-left: 100px;
    margin-right: 100px;
  }
  .article-text h2, .article-text .h2, .article-text h3, .article-text .h3, .article-text h4, .article-text .h4, .article-text h5, .article-text .h5, .article-text h6, .article-text .h6 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .article-text__inner > p,
  .article-text__inner > h1,
  .article-text__inner > h2,
  .article-text__inner > h3,
  .article-text__inner > h4,
  .article-text__inner > h5,
  .article-text__inner > h6,
  .article-text__inner > blockquote,
  .article-text__inner > .cta-button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .article-text__inner blockquote {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
  }
  .article-text__inner blockquote:after {
    width: 24px;
    background-size: contain;
  }
  .article-text p.img {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .article-text h2, .article-text .h2, .article-text h3, .article-text .h3, .article-text h4, .article-text .h4, .article-text h5, .article-text .h5, .article-text h6, .article-text .h6 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  /**/
  .article-text__inner > p,
  .article-text__inner > h1,
  .article-text__inner > h2,
  .article-text__inner > h3,
  .article-text__inner > h4,
  .article-text__inner > h5,
  .article-text__inner > h6,
  .article-text__inner > blockquote,
  .article-text__inner > .cta-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-text blockquote {
    margin-left: 15px;
    margin-right: 15px;
  }
}

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

.hero-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
}

.hero-nav {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-right: 1px;
}

.hero-nav__title {
  color: #000;
  font-size: 12px;
  line-height: 1.1em;
  letter-spacing: 0.15em;
  font-family: "Apercu Mono", sans-serif;
  margin-left: 92px;
  margin-bottom: 50px;
}

.hero-nav__companies {
  width: 100%;
  border-top: 1px solid #c6c6c6;
}

.hero-nav__company-link {
  display: block;
  font-weight: normal;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #c6c6c6;
  padding: 20px 90px 19px;
  transition: background-color .3s ease;
}

.hero-nav__company-link.active {
  background-color: #F7F7F7;
  position: relative;
}

.hero-nav__company-link.active:after {
  content: '';
  display: block;
  width: 120px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
  background: transparent url("../img/hero-nav-arrow.svg") no-repeat 0 0;
}

.hero-nav__scroll {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1em;
  position: absolute;
  bottom: 52px;
  left: 90px;
  padding-left: 40px;
  padding-top: 6px;
}

.hero-nav__scroll:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/hero-scroll-icon.svg") no-repeat 0 0;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
}

.hero-nav__scroll:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #000;
  width: 90px;
  position: absolute;
  left: -90px;
  top: 13px;
  z-index: 2;
}

.hero-view {
  width: 50%;
  height: 750px;
  position: relative;
}

.hero-view-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 750px;
  z-index: 10;
  display: block;
  transition: opacity 0.75s ease;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-view-item.active {
  opacity: 1;
}

.hero-view-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.hero-view-item__text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px;
  color: #fff;
  z-index: 2;
}

.hero-view-item__small-text {
  font-family: "Apercu Mono", sans-serif;
  font-size: 12px;
  line-height: 1.1em;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hero-view-item__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1em;
}

.hero-view-item__right {
  margin-left: auto;
  right: 0;
}

.hero-view-icon {
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 90px;
  left: 90px;
  z-index: 4;
}

@media screen and (max-width: 1230px) {
  /**/
  .hero-nav__company-link {
    font-size: 48px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .hero-nav__title {
    margin-left: 52px;
  }
  .hero-nav__scroll {
    left: 50px;
  }
  .hero-view-item__text {
    padding: 50px;
  }
  .hero-view-item__left {
    padding-right: 30px;
  }
  .hero-view-item__right {
    flex-shrink: 0;
  }
  .hero-view-icon {
    top: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    background-size: contain;
  }
}

@media screen and (max-width: 1024px) {
  /**/
  .hero-nav__company-link {
    font-size: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-nav__company-link.active:after {
    content: unset;
    display: none;
  }
  .hero-nav__title {
    margin-left: 17px;
  }
  .hero-nav__scroll {
    left: 15px;
  }
  .hero-view-item__text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
  }
  .hero-view-item__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .hero-view-icon {
    top: 30px;
    left: 30px;
  }
  .hero-view,
  .hero-view-item {
    height: 640px;
  }
}

@media screen and (max-width: 991px) {
  /**/
  .hero-view,
  .hero-view-item {
    height: 550px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .hero-wrapper {
    flex-direction: column;
  }
  .hero-nav {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    order: 1;
  }
  .hero-nav__scroll {
    display: none;
  }
  .hero-nav__company-link {
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .hero-view {
    order: 2;
    width: 100%;
  }
  .hero-view, .hero-view-item {
    height: 400px;
  }
}

.capabilities + .projects-gallery-section {
  padding-top: 79px;
}

.capabilities-grid {
  position: relative;
}

.capabilities-grid .row {
  margin-top: -1px;
  margin-left: -8px;
  margin-right: -7px;
}

/*.capabilities-grid__line1 {*/
/*  display: block;*/
/*  height: 1px;*/
/*  background-color: #ccc;*/
/*  position: absolute;*/
/*  top: 169px;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/

/*.capabilities-grid__line2 {*/
/*  display: block;*/
/*  height: 1px;*/
/*  background-color: #ccc;*/
/*  position: absolute;*/
/*  top: 185px;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/

/*.capabilities-grid__line3 {*/
/*  display: block;*/
/*  height: 1px;*/
/*  background-color: #ccc;*/
/*  position: absolute;*/
/*  bottom: 15px;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/

/*.capabilities-grid__line4 {*/
/*  display: block;*/
/*  width: 1px;*/
/*  height: 15px;*/
/*  background-color: #ccc;*/
/*  position: absolute;*/
/*  bottom: -16px;*/
/*  right: -1px;*/
/*}*/

/*.capabilities-grid__line5 {*/
/*  display: block;*/
/*  width: 1px;*/
/*  height: 15px;*/
/*  background-color: #ccc;*/
/*  position: absolute;*/
/*  bottom: -16px;*/
/*  left: -1px;*/
/*}*/

/*.capabilities-grid__line6 {*/
/*  display: block;*/
/*  width: 1px;*/
/*  height: 15px;*/
/*  background-color: #ccc;*/
/*  position: absolute;*/
/*  bottom: -16px;*/
/*  right: -1px;*/
/*}*/

/*.capabilities-grid__line7 {*/
/*  display: block;*/
/*  width: 1px;*/
/*  height: 15px;*/
/*  background-color: #ccc;*/
/*  position: absolute;*/
/*  bottom: -16px;*/
/*  left: -1px;*/
/*}*/

.capabilities-item {
  padding-left: 8px;
  padding-right: 7px;
  padding-bottom: 15px;
}

.capabilities-item__wrapper {
  height: 170px;
  background-color: #F5F5F5;
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 145px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-start;
  border: 1px solid #d2d2d2;
}

.capabilities-item__number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.capabilities-item__number .img-default {
  opacity: 1;
  transition: opacity .3s ease;
}

.capabilities-item__number .img-active {
  transition: opacity .3s ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.capabilities-item:nth-child(4) .capabilities-item__number {
  right: 13px;
}

.capabilities-item__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
}

.capabilities-item--text-only .capabilities-item__wrapper {
  justify-content: center;
  padding-bottom: 0;
  background-color: #fff;
}

.capabilities-item:hover .capabilities-item__number .img-default {
  opacity: 0;
}

.capabilities-item:hover .capabilities-item__number .img-active {
  opacity: 1;
}

@media screen and (max-width: 1230px) {
  /**/
  .capabilities-item__wrapper {
    padding-right: 105px;
  }
  .capabilities-item__number img {
    height: 100px;
  }
  .capabilities-item--text-only .capabilities-item__wrapper {
    padding-right: 30px;
  }
}

.projects-gallery {
  overflow: hidden;
}

.projects-gallery__slides {
  margin-left: -30px;
  margin-right: -30px;
}

.projects-gallery .swiper-slide {
  max-width: 830px;
}

.projects-gallery .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.2);
}

.projects-gallery .swiper-scrollbar-drag {
  background: #000;
}

.projects-gallery .swiper-horizontal > .swiper-scrollbar {
  height: 2px;
  width: auto;
  left: 80px;
  right: 80px;
  overflow: hidden;
  bottom: 0;
}

.projects-gallery .swiper {
  cursor: url("../img/hover-cursor.svg"), auto;
}

.projects-gallery .swiper-wrapper {
  padding-bottom: 41px;
}

.projects-gallery-section {
  padding-bottom: 151px;
}

.projects-gallery-section .section-content {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: calc(50% - 630px);
  padding-right: 0;
}

.projects-gallery-section .section-content {
  overflow: hidden;
}

.projects-gallery-section .section-content {
  position: relative;
  padding-top: 49px;
}

.projects-gallery-section .section-heading {
  position: relative;
}

.projects-gallery-section .section-heading:before {
  content: '';
  display: block;
  background-color: #EFEFEF;
  position: absolute;
  margin-top: 1px;
  top: 100%;
  left: -2000px;
  right: -2000px;
  height: 300px;
}

.projects-gallery-card {
  padding: 0 30px;
  width: 830px;
}

.projects-gallery-card__wrapper {
  position: relative;
}

.projects-gallery-card__wrapper:before {
  content: '';
  display: block;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.projects-gallery-card__content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  color: #fff;
}

.projects-gallery-card__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2em;
}

.projects-gallery-card__location {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1em;
  color: #b8b7b7;
  margin-top: 10px;
}

.projects-gallery-card__tag {
  display: inline-block;
  border: 1px solid #fff;
  font-family: "Apercu Mono", sans-serif;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 30px;
}

.projects-gallery-card__tag:hover {
  color: #fff;
  text-decoration: none;
}

.projects-gallery-card__link {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
  cursor: pointer;
}

.projects-gallery-card__link:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url("../img/project-link.svg") no-repeat 0 0;
  position: absolute;
  top: 10px;
  right: 10px;
}

.projects-gallery-card img {
  display: block;
  width: 100%;
}

.projects-gallery-card__img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1230px) {
  /**/
  .capabilities + .projects-gallery-section {
    padding-top: 0;
  }
  .projects-gallery-section {
    padding-bottom: 0;
  }
  .projects-gallery-card {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .projects-gallery-card__link {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .projects-gallery-card__content {
    bottom: 15px;
    left: 15px;
  }
  .projects-gallery-card__title {
    font-size: 28px;
  }
}

.portfolio {
  padding-bottom: 90px;
}

.portfolio-grid__inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.portfolio-grid .projects-gallery-card {
  padding: 15px;
  max-width: 460px;
  flex-grow: 0;
  transition: all .5s ease;
}

.portfolio-grid .projects-gallery-card:nth-child(4n+1) {
  max-width: 770px;
  flex-shrink: 0;
}

.portfolio-grid .projects-gallery-card:nth-child(4n+4) {
  max-width: 770px;
  flex-shrink: 0;
}

.portfolio-grid .projects-gallery-card.wide {
  max-width: 770px;
}

.portfolio-grid .projects-gallery-card.narrow {
  max-width: 460px;
}

@media screen and (max-width: 1379px) {
  /**/
  .portfolio-grid .projects-gallery-card {
    padding: 15px;
    max-width: 40%;
    flex-grow: 0;
    transition: all .5s ease;
  }
  .portfolio-grid .projects-gallery-card:nth-child(4n+1) {
    max-width: 60%;
    flex-shrink: 0;
  }
  .portfolio-grid .projects-gallery-card:nth-child(4n+4) {
    max-width: 60%;
    flex-shrink: 0;
  }
  .portfolio-grid .projects-gallery-card.wide {
    max-width: 60%;
  }
  .portfolio-grid .projects-gallery-card.narrow {
    max-width: 40%;
  }
}

@media screen and (max-width: 1230px) {
  /**/
  .portfolio-grid .projects-gallery-card__img {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .portfolio {
    padding-bottom: 60px;
  }
  .portfolio-grid .projects-gallery-card {
    max-width: 100%;
    width: 100%;
  }
  .portfolio-grid .projects-gallery-card:nth-child(4n+1), .portfolio-grid .projects-gallery-card:nth-child(4n+4), .portfolio-grid .projects-gallery-card.wide, .portfolio-grid .projects-gallery-card.narrow {
    max-width: 100%;
    width: 100%;
  }
  .portfolio-grid .projects-gallery-card__img {
    height: 275px;
  }
}

.tab-links {
  border-bottom: 1px solid #ccc;
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin-bottom: 75px;
}

.tab-links__inner {
  margin-left: -30px;
  margin-right: -30px;
}

.tab-link {
  font-family: "Apercu Mono", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.tab-link.active {
  font-family: "Apercu Pro", sans-serif;
  font-weight: 700;
  position: relative;
}

.tab-link.active:after {
  content: '';
  display: block;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 0;
  right: -10px;
  bottom: -1px;
}

@media screen and (max-width: 767px) {
  /**/
  .tab-links {
    margin-bottom: 45px;
  }
  .tab-links__inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab-link {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.view-more {
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-top: 75px;
}

.view-more:before {
  content: '';
  display: block;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.view-more .container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  /**/
  .view-more {
    margin-top: 45px;
  }
}

.location {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  /**/
  .location {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .portfolio + .location {
    padding-top: 0;
  }
}

.project-summary {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: calc(50% - 630px);
  padding-right: 0;
}

.project-summary__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.project-summary__l {
  width: 630px;
  padding-right: 80px;
}

.project-summary__r {
  flex-grow: 1;
}

.project-summary__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7em;
}

.project-summary__text p {
  margin-bottom: 32px;
}

.project-summary__text p:last-child {
  margin-bottom: 0;
}

.project-summary .section-heading {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 60px;
  padding-top: 25px;
}

.project-summary .section-heading__l {
  padding-top: 18px;
}

.summary-list-container {
  background-color: #F5F5F5;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0 1px 1px;
  padding: 52px 100px;
}

.summary-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}

.summary-list-item__caption {
  flex-shrink: 0;
  width: 147px;
  padding-right: 24px;
  font-family: "Apercu Mono", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.summary-list-item__value {
  font-size: 18px;
  line-height: 1em;
  font-weight: 300;
}

.project-summary + .projects-gallery-section {
  padding-top: 200px;
  padding-bottom: 0;
}

.project-services {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.project-services__title {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Apercu Mono", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}

.project-service {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  border: 1px solid #000;
  font-family: "Apercu Mono", sans-serif;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  margin-left: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1439px) {
  /**/
  .project-summary {
    padding-left: 90px;
  }
}

@media screen and (max-width: 1230px) {
  /**/
  .project-summary + .projects-gallery-section {
    padding-top: 100px;
  }
  .project-summary {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  /**/
  .project-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .summary-list-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  /**/
  .project-summary__l {
    width: 100%;
    padding-right: 40px;
  }
  .project-summary__r {
    margin-top: 40px;
    flex-grow: 0;
    width: 100%;
  }
  .project-summary__wrapper {
    flex-direction: column;
  }
  .summary-list-container {
    border-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .project-summary + .projects-gallery-section {
    padding-top: 60px;
  }
  .project-summary + .projects-gallery-section .section-heading {
    padding-bottom: 60px;
  }
  .project-service {
    font-size: 14px;
  }
  .project-services {
    display: block;
    margin-bottom: 30px;
  }
  .project-services__list {
    margin-left: -29px;
    margin-top: 20px;
  }
  .summary-list-container {
    padding: 15px;
  }
  .summary-list-item__caption {
    width: 124px;
  }
}

.offset-container-right {
  padding-left: calc(50% - 630px);
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.offset-container-left {
  font-size: 0;
  line-height: 0;
  padding-right: calc(50% - 630px);
  text-align: right;
  position: relative;
}

.offset-container-left:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #ccc;
}

.textbox-with-icon {
  padding: 200px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.7em;
}

.textbox-with-icon p {
  margin: 0 0 1em;
}

.textbox-with-icon p:last-child {
  margin-bottom: 0;
}

.textbox-with-icon--l {
  justify-content: flex-start;
}

.textbox-with-icon--l:after {
  content: '';
  display: block;
  margin: 0 165px;
  width: 82px;
  height: 82px;
  background: transparent url("../img/text-section-icon.svg") no-repeat 0 0;
  flex-shrink: 0;
  opacity: 0.1;
}

.textbox-with-icon--r p {
  max-width: 760px;
}

.textbox-with-icon--r:before {
  content: '';
  display: block;
  margin: 0 205px;
  width: 82px;
  height: 82px;
  background: transparent url("../img/text-section-icon.svg") no-repeat 0 0;
  flex-shrink: 0;
  opacity: 0.1;
}

.two-images {
  background: #F7F7F7;
  font-size: 0;
  line-height: 0;
  padding-bottom: 100px;
}

.two-images__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.two-images__item {
  width: 50%;
}

.two-columns-text {
  padding: 200px 0 173px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7em;
}

.two-columns-text .col:nth-child(1) {
  padding-left: 13px;
}

.two-columns-text .col:nth-child(2) {
  padding-left: 1px;
}

.two-columns-text p {
  padding-right: 130px;
}

.companies {
  background: #F7F7F7;
  padding: 45px 0;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.companies-grid {
  width: 100%;
}

.companies-grid__inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.companies-card {
  padding: 15px;
  color: #fff;
}

.companies-card:nth-child(2) {
  position: relative;
}

.companies-card:nth-child(2):before {
  content: '';
  display: block;
  width: 30px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  left: -15px;
}

.companies-card:nth-child(2):after {
  content: '';
  display: block;
  width: 30px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  right: -15px;
}

.companies-card__inner {
  position: relative;
}

.companies-card__img {
  position: relative;
}

.companies-card__img:after {
  content: '';
  display: block;
  background: linear-gradient(23.96deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.companies-card__top-text {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Apercu Mono", sans-serif;
  z-index: 2;
}

.companies-card__main-content {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.companies-card__title {
  font-weight: normal;
  font-size: 36px;
  line-height: 1em;
}

.companies-card__btn {
  margin-top: 30px;
}

.companies + .section {
  padding-top: 140px;
}

.team {
  padding-top: 185px;
  background-color: #fff;
  overflow: hidden;
}

.team-grid {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
}

.team-grid:before {
  content: '';
  display: block;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: -1px;
  left: -5000px;
  right: -5000px;
}

.team-grid:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: -1px;
  left: -5000px;
  right: -5000px;
}

.team-grid__inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.team-card {
  width: 33.33%;
  padding: 15px;
  font-size: 0;
  line-height: 0;
}

.team-card__inner {
  position: relative;
}

.team-card__img {
  font-size: 0;
  line-height: 0;
  position: relative;
}

.team-card__img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(23.96deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.team-card__img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  transition: all .3s ease;
}

.team-card__hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 89px;
  left: 0;
  z-index: 3;
  color: #fff;
  padding: 30px;
  opacity: 0;
}

.team-card__main {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7em;
  max-height: 100%;
}

.team-card__main p {
  margin: 0 0 25px;
}

.team-card__main p:last-child {
  margin-bottom: 0;
}

.team-card__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
  height: 59px;
}

.team-card__name {
  font-size: 26px;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
}

.team-card__descr {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7em;
  text-transform: uppercase;
  margin-top: 10px;
}

.team-card .instagram-circle-link {
  display: none;
}

.team-card:hover .team-card__hover {
  opacity: 1;
}

.team-card:hover .team-card__img:after {
  background: rgba(0, 0, 0, 0.7);
}

.team-card:hover .instagram-circle-link {
  display: block;
}

.team-card:nth-child(2) {
  position: relative;
}

.team-card:nth-child(2):before {
  content: '';
  display: block;
  width: 30px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
}

.team-card:nth-child(2):after {
  content: '';
  display: block;
  width: 30px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: -15px;
}

.instagram-circle-link {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  font-size: 0;
  line-height: 38px;
  text-align: center;
}

.instagram-circle-link .icon {
  vertical-align: middle;
}

.simplebar-scrollbar:before {
  background-color: #fff;
}

.about-us .capabilities {
  background-color: #fff;
}

.about-us .capabilities .section-content {
  padding-bottom: 0;
}

@media screen and (max-width: 1230px) {
  /**/
  .textbox-with-icon {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 24px;
  }
  .textbox-with-icon--l:after {
    margin-left: 80px;
    margin-right: 80px;
  }
  .textbox-with-icon--r:before {
    margin-left: 80px;
    margin-right: 80px;
  }
  .two-images {
    padding-bottom: 80px;
  }
  .two-columns-text {
    padding-top: 100px;
    padding-bottom: 73px;
  }
  .two-columns-text p {
    padding-right: 80px;
  }
}

@media screen and (max-width: 859px) {
  /**/
  .companies-card__inner:after {
    content: unset;
    display: none;
  }
  .companies-card:nth-child(2):before, .companies-card:nth-child(2):after {
    content: unset;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .textbox-with-icon {
    font-size: 20px;
    padding-top: 155px;
    padding-bottom: 50px;
    position: relative;
  }
  .textbox-with-icon--l:after, .textbox-with-icon--r:before {
    width: 55px;
    height: 55px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 60px;
    position: absolute;
  }
  .two-images {
    padding-bottom: 50px;
  }
  .two-columns-text {
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .two-columns-text p {
    padding-right: 30px;
  }
  .companies + .section {
    padding-top: 62px;
  }
  .team-card {
    width: 100%;
    max-width: 330px;
  }
  .team-card:nth-child(2):before, .team-card:nth-child(2):after {
    content: unset;
    display: none;
  }
  .team-grid__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .team {
    padding-top: 47px;
  }
  .companies-card__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  /**/
  .textbox-with-icon {
    font-size: 18px;
  }
}

.page--landing .page-heading {
  padding-top: 100px;
  margin-bottom: 0;
  padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
}

.page--landing .two-columns-text {
  padding-bottom: 175px;
}

.hero-landing {
  padding-left: calc(50% - 630px);
}

.hero-landing__inner {
  position: relative;
}

.hero-landing__inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(23.96deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-landing__inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-landing__bg {
  font-size: 0;
  line-height: 0;
  padding-top: 37.11111111111111%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.hero-landing__content {
  padding: 82px 87px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.hero-landing__subtitle {
  font-family: "Apercu Mono", sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-landing__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1em;
}

.two-columns-text .text-big {
  font-size: 24px;
  line-height: 1.7em;
}

.services {
  color: #000;
  min-height: 535px;
}

.services + .projects-gallery-section {
  padding-top: 200px;
}

.services__grey-box {
  background-color: #f5f5f5;
  position: relative;
}

.services__grey-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #ccc;
}

.services__header {
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Apercu Mono", sans-serif;
  padding: 35px 90px 36px;
}

.services__content {
  position: relative;
  padding-left: 50%;
}

.services__img {
  position: absolute;
  top: 0;
  left: -90px;
  font-size: 0;
  line-height: 0;
}

.services__list {
  padding-left: 132px;
  padding-right: 132px;
  padding-bottom: 87px;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
}

.services__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: list;
}

.services__list ul li {
  position: relative;
  padding-left: 65px;
  padding-top: 5px;
  margin: 38px 0 0;
  counter-increment: list;
}

.services__list ul li:first-child {
  margin-top: 0;
}

.services__list ul li:before {
  content: counter(list);
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #7B7B7B;
  text-align: center;
  font-family: "Apercu Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #7b7b7b;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.discover {
  padding-bottom: 158px;
}

.discover__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.discover-link {
  display: block;
  width: calc(50% - 20px);
  background: #F5F5F5;
  border: 1px solid #ccc;
  color: #000;
  text-decoration: none;
  padding: 40px 50px;
  position: relative;
  transition: all .3s ease;
}

.discover-link__text-sm {
  font-family: "Apercu Mono", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2em;
  display: block;
}

.discover-link__title {
  display: block;
  margin-top: 70px;
  font-weight: normal;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: -0.01em;
}

.discover-link.prev {
  text-align: right;
}

.discover-link.prev:before {
  content: '';
  display: block;
  width: 120px;
  height: 10px;
  background: transparent url("../img/nav-arrow-l.svg") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  transition: all .3s ease;
}

.discover-link.next {
  text-align: left;
}

.discover-link.next:before {
  content: '';
  display: block;
  width: 120px;
  height: 10px;
  background: transparent url("../img/nav-arrow-r.svg") no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transition: all .3s ease;
}

.discover-link:hover {
  background-color: #fafafa;
}

.discover-link:hover.prev:before {
  left: 10px;
}

.discover-link:hover.next:before {
  right: 10px;
}

.page--landing .projects-gallery-section {
  padding-bottom: 42px;
}

@media screen and (max-width: 1230px) {
  /**/
  .page--landing .two-columns-text {
    padding-bottom: 100px;
  }
  .discover {
    padding-bottom: 100px;
  }
  .page--landing .projects-gallery-section {
    padding-bottom: 0;
  }
  .discover-link__title {
    font-size: 30px;
    margin-top: 55px;
  }
  .discover-link.next:before {
    background-position: 100% 0;
    width: 64px;
  }
  .discover-link.prev:before {
    background-position: 0 0;
    width: 64px;
  }
}

@media screen and (max-width: 1350px) {
  /**/
  .services__img {
    max-width: 64%;
  }
  .services__list {
    font-size: 22px;
  }
}

@media screen and (max-width: 1230px) {
  /**/
  .services__img {
    left: -50px;
  }
  .services__list {
    font-size: 20px;
  }
  .services + .projects-gallery-section {
    padding-top: 100px;
  }
  .page--landing .page-heading {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1024px) {
  /**/
  .services__img {
    left: -15px;
    max-width: calc(64% - 30px);
  }
}

@media screen and (max-width: 991px) {
  /**/
  .two-columns-text .col-12:nth-child(2) {
    margin-top: 30px;
  }
  .two-columns-text .text-big {
    font-size: 20px;
  }
  .services__header {
    padding-left: 95px;
  }
  .services__content {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .services__img {
    position: static;
    order: 2;
    max-width: 100%;
  }
  .services__list {
    order: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 54px;
  }
  .services__grey-box:before {
    content: unset;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .two-columns-text {
    padding-top: 52px;
  }
  .page--landing .two-columns-text {
    padding-bottom: 35px;
  }
  .hero-landing__bg {
    padding-top: 0;
    height: 300px;
  }
  .hero-landing__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .discover {
    padding-bottom: 60px;
  }
  .discover__wrapper {
    flex-direction: column;
  }
  .discover-link {
    padding: 25px 40px;
    width: 100%;
    margin-top: 30px;
  }
  .discover-link:first-child {
    margin-top: 0;
  }
  .discover-link__title {
    font-size: 26px;
    margin-top: 30px;
  }
  .services + .projects-gallery-section {
    padding-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  /**/
  .services__header {
    padding-left: 80px;
  }
  .services__list {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }
  .services__list ul li {
    padding-top: 7px;
  }
}

.news .view-more {
  margin-top: 0;
}

.news-grid__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.news-item-card {
  width: 50%;
  padding: 0 20px 90px;
}

.news-item-card__wrapper {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  height: 100%;
}

.news-item-card__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity .3s ease;
}

.news-item-card__img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 2;
}

.news-item-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.news-item-card__content-main {
  padding: 50px 50px 30px;
}

.news-item-card__content-bottom {
  border-top: 1px solid #c7c7c7;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.news-item-card__title {
  font-weight: normal;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.news-item-card__tag {
  font-family: "Apercu Mono", sans-serif;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px;
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 76px;
}

.news-item-card__pub-date {
  font-size: 16px;
  line-height: 1em;
  font-family: "Apercu Mono", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}

.news-item-card__intro-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7em;
}

.news-item-card__wrapper:hover {
  color: #fff;
  text-decoration: none;
}

.news-item-card__wrapper:hover .news-item-card__img {
  opacity: 1;
}

.news-item-card__wrapper:hover .news-item-card__img:after {
  opacity: 0.5;
}

.news-item-card__wrapper:hover .news-item-card__content-bottom {
  background-color: rgba(0, 0, 0, 0.3);
  border-top-color: #000;
}

.news-item-card__wrapper:hover .news-item-card__tag {
  border-color: #fff;
}

.news-item-card__wrapper:hover .btn.btn-outline {
  color: #fff;
  border-color: #fff;
}

.news-item-card__wrapper:hover .btn.btn-outline .icon-arrow-right {
  background-image: url("../img/arrow-right.svg");
}

@media screen and (max-width: 1230px) {
  /**/
  .news-item-card {
    padding-bottom: 60px;
  }
  .news-item-card__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  /**/
  .news-item-card {
    padding-bottom: 40px;
  }
  .news-item-card__title {
    font-size: 26px;
    line-height: 1.2em;
  }
  .news-item-card__content-main {
    padding: 30px;
  }
  .news-item-card__content-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }
  .news-item-card__author {
    order: 1;
  }
  .news-item-card__btn {
    order: 2;
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .news-item-card {
    width: 100%;
    padding-bottom: 30px;
  }
  .news-item-card__tag {
    margin-bottom: 51px;
  }
}

.press-grid__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.news-item-compact {
  padding: 20px;
  width: 50%;
  color: #000;
}

.news-item-compact__inner {
  background: #F5F5F5;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  position: relative;
}

.news-item-compact__img {
  width: 164px;
  flex-shrink: 0;
  margin-right: 52px;
}

.news-item-compact__title {
  font-weight: normal;
  font-size: 28px;
  line-height: 1em;
}

.news-item-compact__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.news-item-compact__bottom {
  margin-top: auto;
  padding-top: 105px;
}

.news-item-compact__pub-date {
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  font-family: "Apercu Mono", sans-serif;
}

.news-item-compact__tag {
  padding: 4px 5px 3px;
  border: 1px solid #000;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Apercu Mono", sans-serif;
  margin-top: 20px;
}

.circle-link-black {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
}

.circle-link-black:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url("../img/project-link-black.svg") no-repeat 0 0;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 1230px) {
  /**/
  .news-item-compact__title {
    font-size: 22px;
  }
  .news-item-compact__img {
    margin-right: 32px;
  }
}

@media screen and (max-width: 1024px) {
  /**/
  .news-item-compact__main {
    margin-top: 30px;
  }
  .news-item-compact__inner {
    flex-direction: column;
  }
  .news-item-compact__bottom {
    padding-top: 40px;
  }
  .press-grid .view-more {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .news-item-compact {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.article-author {
  font-size: 22px;
  line-height: 1em;
  font-weight: 500;
}

.article-author span {
  color: #808080;
  font-weight: normal;
}

.article-author + .article-pub-date {
  margin-top: 10px;
}

.article-pub-date {
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  font-family: "Apercu Mono", sans-serif;
}

.hero-article {
  margin-bottom: 150px;
}

.hero-article img {
  width: 100%;
}

.similar-articles {
  padding-top: 150px;
}

.similar-articles .section-heading {
  border-bottom: none;
}

.similar-articles .section-content {
  padding-top: 29px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1230px) {
  /**/
  .similar-articles {
    padding-top: 100px;
  }
  .similar-articles .section-content {
    padding-bottom: 40px;
  }
  .hero-article {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .similar-articles {
    padding-top: 60px;
  }
  .similar-articles .section-heading {
    padding-bottom: 31px;
  }
  .article-author {
    font-size: 18px;
  }
  .hero-article {
    margin-bottom: 60px;
  }
}

.share {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 91px;
}

.share__title {
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  font-family: "Apercu Mono", sans-serif;
  margin-bottom: 20px;
}

.share-link {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #ccc;
  margin-left: -1px;
}

.share-link:first-child {
  margin-left: 0;
}

.share-link .icon {
  vertical-align: middle;
  transition: opacity .3s ease;
  opacity: 1;
}

.share-link:hover .icon {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  /**/
  .share {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 51px;
  }
  .share-link {
    width: 72px;
  }
}

.error-page {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

.error-page__inner {
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  width: 100%;
}

.error-page__main {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-start;
  padding-right: 132px;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
}

.error-page__img {
  width: 50%;
}

.error-page h1 {
  text-align: left;
  margin: 0 0 40px;
}

.error-page p {
  margin-bottom: 50px;
}

.error-page p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1230px) {
  /**/
  .error-page__main {
    padding-right: 30px;
  }
  .error-page__img {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .error-page__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .error-page__main {
    order: 2;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .error-page__img {
    width: 100%;
    order: 1;
    padding-top: 40px;
  }
  .error-page .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.photos {
  margin-bottom: 200px;
}

.photos__wrapper {
  background-color: #f7f7f7;
  padding-top: 55px;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #ccc;
}

.photo-thumb {
  width: 50px;
  padding: 0;
  position: relative;
}

.photo-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  border: 2px solid transparent;
  transition: opacity .3s ease;
}

.swiper-slide-thumb-active .photo-thumb:before {
  opacity: 1;
  border-color: #000;
  background: rgba(0, 0, 0, 0.3);
}

.thumbs {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

.thumbs__carousel .swiper-slide {
  width: 50px;
  font-size: 0;
  line-height: 0;
}

.thumbs__carousel .swiper {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 80px;
  padding-right: 80px;
}

.thumbs__carousel .swiper-wrapper {
  justify-content: center;
}

.thumbs__carousel .swiper-button-next,
.thumbs__carousel .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

.thumbs__carousel .swiper-button-prev:after,
.thumbs__carousel .swiper-rtl .swiper-button-next:after {
  content: '';
  background: transparent url("../img/icon-photo-nav-left.svg") no-repeat 0 0;
  width: 60px;
  height: 60px;
}

.thumbs__carousel .swiper-button-next:after,
.thumbs__carousel .swiper-rtl .swiper-button-prev:after {
  content: '';
  background: transparent url("../img/icon-photo-nav-right.svg") no-repeat 0 0;
  width: 60px;
  height: 60px;
}

.swiper-pagination-fraction {
  font-family: "Apercu Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  bottom: 50px;
}

.photo-slide {
  position: relative;
}

.photo-slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  z-index: 3;
}

.photo-slide img {
  position: relative;
  z-index: 2;
}

.zoom-icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url("../img/icon-zoom.svg") no-repeat 0 0;
  opacity: 1;
  transition: opacity .3s ease;
}

.zoom-icon:hover {
  opacity: 0.7;
}

.photo-slide .zoom-icon {
  position: absolute;
  z-index: 4;
  top: 40px;
  right: 40px;
}

@media screen and (max-width: 1230px) {
  /**/
  .photos {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .photos {
    margin-bottom: 60px;
  }
  .photo-slide .zoom-icon {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    background-size: contain;
  }
  .swiper-pagination-fraction {
    bottom: 30px;
  }
  .thumbs__carousel .swiper-button-prev,
  .thumbs__carousel .swiper-button-next {
    display: none;
  }
  .thumbs__carousel .swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .thumbs__carousel .swiper-wrapper {
    justify-content: flex-start;
  }
  .swiper-pagination-fraction {
    bottom: 10px;
  }
}

#map {
  height: 700px;
}

.location-map {
  position: relative;
}

.map-projects-info {
  position: absolute;
  width: 320px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.map-project {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #F7F7F7;
  border: 1px solid #ccc;
}

.map-project__top {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "Apercu Mono", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  padding: 30px 30px 25px 30px;
}

.map-project__main {
  padding: 30px;
}

.map-project__title {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.map-project__location {
  font-size: 14px;
  line-height: 1.1em;
  font-weight: normal;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.map-project__tag {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Apercu Mono", sans-serif;
  font-size: 8px;
  line-height: 1em;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000;
  margin-bottom: 32px;
}

.map-project__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  color: #4a4a4a;
}

.map-project__btn {
  margin-top: 30px;
}

.map-project.active {
  display: block;
}

.subscription {
  background-color: #fff;
  padding: 100px 0;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 158px;
}

.subscription-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.subscription-form__title {
  font-size: 64px;
  line-height: 1.2em;
  color: #000;
  font-weight: normal;
  margin-bottom: 40px;
}

.subscription-form .checkbox-field {
  display: inline-block;
}

.subscription-field {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.subscription-field__input {
  width: calc(100% - 70px);
}

.subscription-field .form-control {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-right: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
}

.subscription-field .form-control::-moz-placeholder {
  color: #808080;
}

.subscription-field .form-control:-ms-input-placeholder {
  color: #808080;
}

.subscription-field .form-control::placeholder {
  color: #808080;
}

.subscription-field__btn {
  flex-shrink: 0;
  width: 70px;
}

.subscription-field__btn input {
  width: 100%;
  height: 48px;
  line-height: 1em;
  font-size: 0;
  line-height: 0;
  border: none;
  background: #fff url("../img/subscribe-btn-arrow.svg") no-repeat 0 center;
}

@media screen and (max-width: 1230px) {
  /**/
  .subscription {
    margin-bottom: 100px;
  }
  .subscription-form__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 1023px) {
  /**/
  .subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .subscription-field {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  /**/
  .subscription {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .similar-articles .section-content {
    padding-bottom: 30px;
  }
  .subscription-form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .subscription-form__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  /**/
  .subscription-field__input {
    width: calc(100% - 50px);
  }
  .subscription-field__btn {
    width: 50px;
  }
}
