:root {
  --gold: #fbc100;
  --black: #0d0d0d;
  --dark-grey: #727272;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

a:hover {
  color: var(--gold);
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.navbar {
  background-color: #0000;
  max-width: none;
  padding-top: 17px;
  padding-bottom: 17px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-icon {
  float: right;
  display: inline-block;
}

.menu-button {
  float: right;
  color: #ffffffd9;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

.menu-button:hover {
  color: #fff;
  background-color: #ffffff1a;
}

.menu-button.w--open {
  background-color: #ffffff40;
}

.main-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.main-section.dark {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-heading {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.footer-section {
  background-color: #262626;
  border-top: 0 solid #ffffff1f;
  margin-top: 0;
  padding: 27px 0;
  display: block;
}

.portfolio-item-wrapper {
  border-radius: 0;
  height: auto;
  transition: opacity .2s, transform .2s;
  display: block;
  position: static;
  overflow: hidden;
}

.portfolio-item-wrapper:hover {
  opacity: .7;
}

.portfolio-item-wrapper.news {
  height: 440px;
}

.portfolio-item-wrapper.noimage {
  transition: transform .2s;
}

.portfolio-item-wrapper.noimage:hover {
  opacity: 1;
}

.portfolio-item-text {
  background-image: linear-gradient(#0d0d0d00, #0d0d0d);
  margin-left: 10px;
  margin-right: 10px;
  padding: 60px 15px 20px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-item-title {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.grid-item-title.black {
  color: var(--black);
  transition: color .2s;
}

.grid-item-title.black:hover {
  color: var(--gold);
}

.grid-item-title.news {
  transition: color .2s;
  overflow: visible;
}

.grid-item-title.news:hover {
  color: var(--gold);
}

.year {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #0d0d0d;
  border-radius: 2px 0 0 2px;
  width: 54px;
  margin-top: 14px;
  padding: 6px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.grid-item-description {
  color: #ffffffb3;
  text-align: left;
  padding-right: 40px;
  font-size: 12px;
  line-height: 18px;
}

.grid-item-description.black {
  color: #0d0d0db3;
}

.portfolio-image {
  object-fit: fill;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40%;
  padding-bottom: 40%;
}

.portfolio-image.news {
  height: 160px;
  margin-bottom: 20px;
  overflow: visible;
}

.portfolio-thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: visible;
}

.nav-link {
  opacity: 1;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s, transform .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: var(--gold);
  transform: translate(0, -2px);
}

.nav-link.w--current {
  opacity: 1;
  color: #ffffffb3;
  border-bottom: 1px #fff;
}

.full-divide {
  background-color: var(--gold);
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.logo.w--current {
  margin-left: 0;
}

.nav-menu {
  float: right;
  margin-right: -20px;
}

.field-label {
  color: var(--dark-grey);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.project-title {
  text-align: left;
  margin: 0 auto 15px;
}

.body {
  color: #fff;
  background-color: #0d0d0d;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.left-arrow, .right-arrow {
  opacity: .3;
  display: none;
}

.slide-nav {
  text-align: center;
  white-space: normal;
  display: none;
  overflow: visible;
}

.slide {
  opacity: 1;
  filter: blur();
  background-image: linear-gradient(#00000080, #00000080), url('../images/60336f48979a6302c9e09420_henry-co-GKbOhx5-hgc-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  transition: opacity .2s;
  transform: translate(0);
}

.mask {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 0;
  overflow: hidden;
}

.image {
  z-index: 2;
  object-fit: fill;
  width: 100%;
  max-width: none;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto auto 0%;
  overflow: visible;
}

.heading {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: none;
  margin: auto auto auto 0;
  font-size: 42px;
  line-height: 50px;
  display: block;
  position: static;
  top: 45px;
  overflow: visible;
}

.slider {
  height: 800px;
  display: block;
}

.main-paragraph-wrap {
  float: none;
  clear: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  border-bottom: 0 solid #000;
  grid-template: ". ."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 50px auto 80px;
  display: grid;
}

.portfolio-image-div {
  opacity: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.paragraph {
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 27px;
  display: block;
}

.number {
  border-left: 4px solid var(--gold);
  color: var(--black);
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.number-description {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-span {
  color: #fff;
  text-decoration: underline;
}

.collection-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-7 {
  float: none;
  width: 100%;
  max-width: none;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.project-specification-label {
  float: left;
  color: var(--dark-grey);
  flex: none;
  align-self: auto;
  margin-left: auto;
  margin-right: 6px;
  font-size: 15px;
  line-height: 22px;
  display: block;
  position: static;
}

.project-specification {
  margin-bottom: 10px;
  line-height: 20px;
  display: block;
}

.project-specification.nopadding {
  margin-bottom: 3px;
}

.project-specification-text {
  color: #fff;
  flex: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  display: inline;
}

.column {
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 0;
}

.link {
  float: none;
  clear: none;
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  transition: color .2s;
  display: inline-block;
}

.project-once-image {
  height: auto;
  margin-top: 50px;
}

.first-gallery-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.first-gallery-image:hover {
  opacity: .7;
}

.image-gallery {
  object-fit: cover;
  width: 100%;
  height: 200px;
  transition: opacity .2s;
}

.image-gallery:hover {
  opacity: .7;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-10 {
  margin: 6px auto auto;
}

.text-grey-13 {
  float: none;
  clear: none;
  max-width: none;
  color: var(--dark-grey);
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.text-grey-13.right {
  text-align: right;
}

.div-block-13 {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  color: #585858;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

.empty-state {
  background-color: #0000;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  margin-left: auto;
  margin-right: auto;
  display: inline;
  position: static;
}

.project-spec-link {
  cursor: pointer;
  margin-left: auto;
  margin-right: 10px;
  line-height: 22px;
  text-decoration: underline;
  transition: color .2s;
}

.content-container {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 320px;
  padding-top: 0%;
  padding-bottom: 0%;
}

.select-text {
  float: left;
  color: #fff;
  object-fit: fill;
  object-position: 50% 50%;
  width: 92%;
  margin: auto;
  font-size: 15px;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.dropdown {
  margin: 20px 10px;
  display: inline-block;
}

.dropdown-toggle {
  border-bottom: 1px solid var(--gold);
  width: 293px;
  margin-right: 0;
  padding: 10px 10px 4px;
  display: inline-block;
}

.select-arrow {
  float: right;
  color: #fff;
  margin: auto auto auto 10px;
  font-size: 15px;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
}

.filter-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.select-text-noselect {
  float: left;
  width: auto;
  color: var(--gold);
  text-align: left;
  margin: auto;
  font-size: 15px;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
}

.dropdown-link {
  color: #fff;
  white-space: pre-wrap;
  background-color: #333;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  transition: color .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--gold);
}

.page-header {
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.section-page-header {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/About-Header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  display: block;
  position: relative;
  overflow: visible;
}

.pagenavi-button {
  color: #fff;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  margin-top: 30px;
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  width: auto;
}

.project-header {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  display: block;
  position: relative;
  overflow: visible;
}

.map {
  height: 360px;
  display: none;
}

.main-header-text-block {
  height: auto;
  margin-bottom: 180px;
  position: absolute;
  inset: auto 0% 0%;
}

.main-heading {
  float: none;
  clear: none;
  width: auto;
  max-width: none;
  color: var(--gold);
  text-align: left;
  object-fit: fill;
  direction: ltr;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto auto auto 0;
  padding-left: 0;
  font-size: 110px;
  font-weight: 800;
  line-height: 90px;
  display: block;
  position: static;
  top: 45px;
  overflow: visible;
  transform: translate(0);
}

.main-subheading {
  float: none;
  color: #fff;
  width: 450px;
  margin-top: 26px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  display: block;
}

.paragraph-19px {
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
}

.intro-container {
  margin-top: 80px;
  display: block;
}

.any-adventages-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.advantage-header {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.advantage-description {
  color: #b3b3b3;
  line-height: 27px;
}

.advantage-wrapper {
  margin-top: 30px;
}

.portfolio-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.collection-item {
  display: inline-block;
}

.main-page-object-type-link {
  color: #b3b3b3;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #242424;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 6px 20px;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s;
  display: inline-block;
}

.main-page-portfolio-preview {
  margin: 30px auto;
  display: block;
}

.link-yellow {
  color: var(--gold);
  font-weight: 700;
  transition: color .2s;
}

.link-yellow:hover {
  color: #fff;
}

.white-section {
  color: #fff;
  background-color: #fff;
}

.figure-border {
  margin-bottom: 0;
  display: block;
  position: static;
}

.main-page-about-paragraph {
  color: var(--black);
  margin: 20px auto;
  font-size: 15px;
  line-height: 27px;
  display: block;
}

.main-page-about-header {
  color: var(--black);
  font-size: 32px;
  line-height: 36px;
}

.main-page-about-wrapper {
  align-self: flex-start;
  width: auto;
  margin-top: 40px;
}

.grey-section {
  background-color: #f2f2f2;
}

.column-3 {
  padding-left: 60px;
  padding-right: 0;
}

.image-14 {
  margin-bottom: 0;
}

.columns-2 {
  margin-left: auto;
}

.collection-tag-object-types {
  margin-top: 40px;
}

.number-item-wrapper {
  margin-top: 30px;
}

.link-grey {
  float: left;
  color: #999;
  font-weight: 700;
  transition: color .2s;
  display: block;
  overflow: visible;
}

.link-grey:hover {
  color: var(--black);
}

.yellow-section {
  background-color: var(--gold);
  padding-top: 40px;
  padding-bottom: 60px;
}

.client-logo-div {
  text-align: center;
  width: 16.66%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.client-logo-container {
  margin-top: 15px;
  margin-bottom: 0;
  display: block;
}

.client-logo-image {
  text-align: left;
  margin-bottom: 0;
  position: static;
}

.black-section {
  background-color: #0d0d0d;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.about-container {
  padding-top: 40px;
}

.main-page-contact-header {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.main-page-contact-paragraph {
  color: #999;
  text-align: left;
  margin: 0 auto 20px;
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 40px;
  font-size: 15px;
  line-height: 27px;
  display: block;
}

.container-6 {
  padding-top: 88px;
}

.main-page-contact-text {
  color: #fff;
  margin: 10px auto;
  padding-right: 149px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.main-page-contact-text.bold {
  margin-top: 20px;
  font-weight: 700;
}

.address-line {
  background-image: url('../images/address.svg');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: auto 21px;
  padding-left: 28px;
}

.phone-line {
  background-image: url('../images/phone.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 28px;
}

.mail-line {
  background-image: url('../images/mail.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding-left: 28px;
}

.text-field:focus {
  border: 1px solid var(--gold);
}

.send-button {
  background-color: var(--gold);
  width: 200px;
  height: 42px;
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .2s;
}

.send-button:hover {
  background-color: #ffd500;
}

.form-block {
  margin-top: 0;
  margin-bottom: 80px;
  padding-top: 4px;
}

.footer-div-1 {
  flex: 0 auto;
  width: 25%;
  max-width: 1280px;
  height: auto;
  padding-top: 5px;
  display: block;
  position: relative;
}

.footer-logo {
  float: none;
  opacity: .35;
  max-width: none;
  margin-bottom: 0;
  display: block;
}

.footer-div-2 {
  float: none;
  width: 30%;
  max-width: 1280px;
  display: block;
  position: relative;
}

.menu-div {
  float: none;
  clear: none;
  object-position: 50% 50%;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
  overflow: visible;
}

.footer-menu-div {
  float: none;
  clear: none;
  object-position: 50% 50%;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-20 {
  float: none;
  clear: none;
  margin-top: 15px;
  display: flex;
}

.footer-phone-mail {
  float: none;
  text-align: right;
  margin-right: 40px;
}

.footer-address {
  float: none;
  text-align: right;
  margin-left: 0;
  display: flex;
}

.footer-nav-menu {
  float: right;
  margin-right: -20px;
}

.link-10 {
  color: var(--dark-grey);
  text-align: left;
  font-size: 13px;
  transition: color .2s;
}

.column-6 {
  padding-top: 0;
}

.success-message-2 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-7 {
  font-size: 30px;
  line-height: 32px;
}

.error-message {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.text-block-8 {
  color: #c03e3e;
  font-size: 12px;
}

.link-11, .link-12 {
  transition: color .2s;
}

.about-dark-plate {
  background-image: linear-gradient(#0006, #0006);
  height: 500px;
}

.text-white-15 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.main-adventages-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-15 {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 460px;
  margin-bottom: 20px;
  transition: opacity .2s;
}

.image-15:hover {
  opacity: .7;
}

.director-name-r {
  align-self: center;
}

.about-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.about-name.right {
  text-align: right;
}

.director-photo {
  object-fit: fill;
  margin-bottom: 0;
  display: block;
}

.about-photos-main {
  margin-top: 80px;
}

.director-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-any-photos-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.any-about-image {
  object-fit: cover;
  height: 220px;
  margin-bottom: 0;
  transition: opacity .2s;
}

.any-about-image:hover {
  opacity: .7;
}

.drawing-gallery-div {
  margin-bottom: 60px;
}

.section-page-header-portfolio {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/Work-Process.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  display: block;
  position: relative;
  overflow: visible;
}

.portfolio-dark-plate {
  background-image: linear-gradient(#00000026, #00000026);
  height: 320px;
}

.section-page-header-contact {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/Contact-Header.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  display: block;
  position: relative;
  overflow: visible;
}

.dark-plate {
  background-image: linear-gradient(#0006, #0006);
  height: 320px;
}

.download-line {
  background-image: url('../images/download-doc.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 28px;
}

.column-9 {
  padding-top: 0;
}

.contact-block {
  padding-top: 40px;
  padding-bottom: 60px;
}

.nav-link-footer {
  opacity: 1;
  color: var(--dark-grey);
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s, transform .2s;
  display: inline-block;
}

.nav-link-footer:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, -2px);
}

.nav-link-footer.w--current {
  opacity: 1;
  color: #999999b3;
  border-bottom: 1px #fff;
  padding-bottom: 10px;
}

.news-paragraph {
  width: auto;
  margin-bottom: 60px;
  font-size: 19px;
  font-weight: 300;
  line-height: 31px;
}

.section-page-header-news {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/077198aa6006b519041da8c2c50e3a95f5ec4132.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  display: block;
  position: relative;
  overflow: visible;
}

.collection-news {
  margin-top: 40px;
  margin-bottom: 40px;
}

.collection-news.main-page {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-container {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 0;
}

.collection-news-item {
  float: left;
  clear: none;
  height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: visible;
}

.news-item-text {
  float: none;
  clear: none;
  object-fit: fill;
  height: auto;
  padding: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.news-summary-text {
  color: #ffffffb3;
  text-align: left;
  white-space: normal;
  object-fit: fill;
  height: 110px;
  padding-right: 40px;
  font-size: 15px;
  line-height: 27px;
  overflow: hidden;
}

.news-summary-text.black {
  color: #0d0d0db3;
}

.collection-list-4 {
  float: none;
  clear: none;
}

.line {
  background-color: #b3b3b3;
  height: 1px;
  margin-bottom: 20px;
}

.load-more-button {
  color: #fff;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  margin-top: 30px;
  transition: color .2s;
}

.image-drawing {
  object-fit: cover;
  width: 100%;
  height: 140px;
  transition: opacity .2s;
}

.image-drawing:hover {
  opacity: .7;
}

.html-embed, .html-embed-2 {
  margin-bottom: 0;
}

.about-year-container {
  margin-bottom: 40px;
}

.collection-tag-years {
  margin-top: 30px;
}

.about-project-header {
  color: #fff;
  font-size: 19px;
  line-height: 27px;
}

.about-project-header-link {
  color: var(--gold);
  margin-left: 0;
  font-size: 19px;
  line-height: 27px;
  text-decoration: underline;
  transition: color .2s;
}

.about-project-header-link:hover {
  color: #fff;
}

.link-13 {
  font-weight: 400;
  transition: color .2s;
}

.thank-you-description {
  color: #999;
  margin: 15px auto 20px;
  font-size: 15px;
  line-height: 27px;
  display: block;
}

.text-block-9 {
  text-align: center;
  font-size: 18px;
  transition: color .2s;
}

.div-block-23 {
  text-align: center;
  margin-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-23:hover {
  color: #fff;
}

.div-block-24 {
  background-color: #202020;
  width: 100%;
  height: 100%;
  padding-top: 44px;
  transition: background-color .2s;
}

.div-block-24:hover {
  color: #fff;
  background-color: #2b2b2b;
}

.image-16 {
  text-align: left;
  width: 100px;
  margin-bottom: 0;
}

.select-arrow {
  width: 8px;
  padding-top: 8px;
}

.link-header-19 {
  float: left;
  color: var(--dark-grey);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 400;
  transition: color .2s;
  display: block;
}

.line-dark {
  background-color: #4d4d4d;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.dark-grey-section {
  background-color: #1d1d1d;
  padding-top: 40px;
  padding-bottom: 60px;
}

.requisites-div {
  margin-top: 30px;
}

.think-header-19 {
  float: none;
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 19px;
  font-weight: 400;
  transition: color .2s;
  display: block;
}

.link-grey-on-dark {
  float: left;
  color: #999;
  font-weight: 700;
  transition: color .2s;
  display: block;
  overflow: visible;
}

.link-grey-on-dark:hover {
  color: var(--gold);
}

.collection-list-5 {
  overflow: visible;
}

.portfolio-item-text-grid {
  background-image: linear-gradient(#0d0d0d00, #0d0d0d);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.collection-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-portfolio {
  max-width: 1280px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.icon {
  overflow: hidden;
}

.news-image {
  object-fit: fill;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0%;
  padding-bottom: 0%;
}

.news-image.news {
  height: 160px;
  margin-bottom: 20px;
  overflow: visible;
}

.up-link {
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.up-arrow {
  background-color: var(--black);
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 34px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.footer-div-1-copy {
  width: 30%;
  max-width: 1280px;
  height: auto;
  display: block;
}

.footer-div-3 {
  float: none;
  flex: 0 auto;
  width: 45%;
  max-width: 1280px;
  display: block;
  position: relative;
}

.footer-copyright {
  float: right;
  clear: none;
  max-width: none;
  color: var(--dark-grey);
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-copyright.right {
  text-align: right;
}

.footer-contact-us {
  opacity: 1;
  color: var(--dark-grey);
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.footer-contact-us.w--current {
  opacity: 1;
  color: #999999b3;
  border-bottom: 1px #fff;
  padding-bottom: 10px;
}

.link-14 {
  text-decoration: underline;
}

.checkbox {
  border-color: gray;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.checkbox.w--redirected-checked {
  background-color: var(--gold);
  background-image: url('../images/check_icon.svg');
  background-size: 10px 8px;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.checkbox-label {
  color: #999;
  margin-left: 4px;
}

.checkbox-field {
  margin-top: 25px;
}

.news-dark-div {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 320px;
  padding-top: 20%;
  padding-bottom: 20%;
}

.news-header, .news-header-test {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  display: block;
  position: relative;
  overflow: visible;
}

.columns-3 {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-heading {
    text-align: center;
    display: block;
  }

  .footer-section {
    padding-left: 0;
  }

  .portfolio-item-wrapper {
    height: auto;
  }

  .portfolio-item-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .year {
    z-index: 10;
  }

  .logo.w--current {
    margin-left: 20px;
  }

  .nav-menu {
    margin-right: 0;
  }

  .slide {
    background-image: linear-gradient(#00000080, #00000080), url('../images/henry-co-GKbOhx5-hgc-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .image {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: absolute;
  }

  .heading {
    margin-left: 0;
    margin-right: auto;
  }

  .slider {
    height: 700px;
  }

  .collection-list-wrapper {
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .column {
    padding-left: 40px;
  }

  .first-gallery-image {
    margin-bottom: 20px;
  }

  .image-gallery {
    height: 160px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-2 {
    grid-row-gap: 20px;
  }

  .div-block-9 {
    height: 260px;
  }

  .select-text {
    width: 89%;
  }

  .dropdown-toggle {
    width: 222px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-header {
    margin-bottom: 69px;
  }

  .section-page-header {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .main-header-text-block {
    margin-bottom: 130px;
  }

  .main-heading {
    margin-left: 0;
    margin-right: auto;
    font-size: 90px;
    line-height: 74px;
  }

  .main-subheading {
    padding-left: 3px;
  }

  .paragraph-19px {
    width: 700px;
  }

  .main-page-about-paragraph {
    margin-top: 10px;
  }

  .main-page-about-header {
    margin-bottom: 20px;
  }

  .main-page-about-wrapper {
    margin-top: 0;
  }

  .column-3 {
    padding-left: 0;
  }

  .columns-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-4 {
    padding-left: 10px;
  }

  .yellow-section {
    padding-top: 40px;
  }

  .client-logo-div {
    width: 25%;
  }

  .black-section {
    display: block;
  }

  .about-container {
    padding-top: 60px;
  }

  .main-page-contact-paragraph {
    padding-right: 20px;
  }

  .main-page-contact-text {
    margin-top: 10px;
    padding-right: 40px;
  }

  .footer-div-1 {
    width: 25%;
    padding-right: 40px;
  }

  .footer-div-2 {
    width: 35%;
  }

  .menu-div, .footer-menu-div {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    display: block;
  }

  .footer-phone-mail {
    margin-right: 0;
  }

  .footer-address {
    clear: none;
    text-align: left;
    margin-top: 10px;
  }

  .footer-nav-menu {
    float: none;
    margin-left: 50px;
    margin-right: 10px;
  }

  .text-block-7 {
    line-height: 34px;
  }

  .about-dark-plate {
    height: 320px;
  }

  .image-15 {
    height: 354px;
  }

  .about-any-photos-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .any-about-image {
    height: 167px;
  }

  .section-page-header-portfolio {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .portfolio-dark-plate {
    height: 260px;
  }

  .section-page-header-contact {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .dark-plate {
    height: 260px;
  }

  .nav-link-footer {
    float: none;
    margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .news-paragraph {
    width: 700px;
  }

  .section-page-header-news {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .collection-news {
    display: block;
  }

  .news-container {
    padding-left: 0;
  }

  .collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-drawing {
    height: 120px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .yandex-map {
    height: auto;
  }

  .about-project-header {
    margin-bottom: 20px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .div-block-24 {
    padding-top: 29px;
  }

  .image-16 {
    width: 80px;
  }

  .dark-grey-section {
    padding-top: 40px;
  }

  .collection-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-div-1-copy {
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-div-3 {
    width: 40%;
  }

  .footer-copyright {
    text-align: left;
    margin-top: 34px;
    margin-left: 57px;
    margin-right: 20px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .news-dark-div {
    height: 260px;
  }

  .news-header, .news-header-test {
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: absolute;
  }

  .menu-icon {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .menu-button {
    float: right;
    margin-top: 0;
    padding: 0;
    display: block;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    padding-bottom: 17px;
  }

  .portfolio-item-wrapper, .portfolio-item-wrapper.news {
    height: auto;
  }

  .portfolio-item-text {
    margin-left: 0;
    margin-right: 0;
    inset: auto 0 0;
  }

  .portfolio-image {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .portfolio-thumbnail {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .nav-link {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    display: block;
  }

  .logo {
    padding-left: 0;
  }

  .logo.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .nav-menu {
    background-color: #1a1a1acc;
    width: 100%;
    margin-right: auto;
    padding-top: 60px;
    position: absolute;
  }

  .close-x {
    text-transform: uppercase;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    position: absolute;
    top: 21px;
    left: 35px;
    right: 35px;
  }

  .project-title {
    font-size: 26px;
    line-height: 32px;
  }

  .slide {
    background-image: linear-gradient(#00000082, #00000082), url('../images/henry-co-GKbOhx5-hgc-unsplash.jpg');
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .heading {
    width: 100%;
    font-size: 30px;
    line-height: 34px;
  }

  .slider {
    height: 400px;
  }

  .main-paragraph-wrap {
    clear: none;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: flex;
  }

  .paragraph {
    margin-top: 40px;
  }

  .number-description {
    font-size: 18px;
    line-height: 22px;
  }

  .column {
    padding-left: 0;
  }

  .first-gallery-image {
    height: 360px;
  }

  .image-gallery {
    height: 120px;
  }

  .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    height: 200px;
  }

  .select-text {
    width: 95%;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-toggle {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .filter-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-page-header {
    background-position: 50% 10%;
    background-size: cover;
    background-attachment: scroll;
  }

  .main-header-text-block {
    margin-bottom: 80px;
    left: 20px;
    right: 20px;
  }

  .main-heading {
    width: 100%;
    font-size: 60px;
    line-height: 52px;
  }

  .main-subheading {
    width: 300px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-19px {
    width: auto;
  }

  .intro-container {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .any-adventages-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .portfolio-container {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    margin-top: 28px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns-2 {
    display: block;
  }

  .column-4, .number-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-tag-object-types {
    display: none;
  }

  .number-item-wrapper {
    flex: 1;
  }

  .yellow-section {
    padding-top: 30px;
  }

  .client-logo-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-page-contact-paragraph {
    padding-right: 10px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-page-contact-text {
    padding-right: 180px;
  }

  .form-block {
    padding-top: 40px;
  }

  .footer-div-1 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-div-2 {
    align-self: auto;
    width: auto;
  }

  .footer-menu-div {
    display: block;
  }

  .div-block-20 {
    margin-top: 0;
  }

  .footer-nav-menu {
    display: none;
  }

  .link-10 {
    color: var(--dark-grey);
    font-size: 13px;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-dark-plate {
    height: 220px;
  }

  .main-adventages-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-15 {
    height: auto;
  }

  .about-photos-main {
    margin-top: 40px;
  }

  .column-7 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-any-photos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .any-about-image {
    height: 220px;
    max-height: none;
  }

  .section-page-header-portfolio {
    background-position: 50% 10%;
    background-size: cover;
    background-attachment: scroll;
  }

  .portfolio-dark-plate {
    height: 200px;
  }

  .section-page-header-contact {
    background-position: 50% 10%;
    background-size: cover;
    background-attachment: scroll;
  }

  .dark-plate {
    height: 200px;
  }

  .column-9 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-footer {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    display: block;
  }

  .news-paragraph {
    width: auto;
    font-size: 15px;
    line-height: 27px;
  }

  .section-page-header-news {
    background-position: 50% 10%;
    background-size: cover;
    background-attachment: scroll;
  }

  .collection-news {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
  }

  .collection-news.main-page {
    margin-left: -10px;
    margin-right: -10px;
  }

  .news-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-news-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .news-item-text {
    margin-bottom: 30px;
    inset: auto 0 0;
  }

  .news-summary-text {
    height: 80px;
  }

  .image-drawing {
    height: 90px;
  }

  .about-year-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-tag-years {
    display: block;
  }

  .div-block-24 {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .dark-grey-section {
    padding-top: 30px;
  }

  .think-header-19 {
    margin-bottom: 10px;
  }

  .portfolio-item-text-grid {
    inset: auto 0 0;
  }

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

  .section-portfolio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-image {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .footer-div-1-copy {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-div-3 {
    border-top: 1px solid #4d4d4d;
    align-self: auto;
    width: auto;
    margin-top: 16px;
    padding-top: 14px;
  }

  .footer-copyright {
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .footer-contact-us {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    display: block;
  }

  .news-dark-div {
    height: 200px;
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .news-header, .news-header-test {
    background-position: 50%;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar {
    padding: 2px 15px 7px;
    position: absolute;
  }

  .menu-button {
    float: right;
    margin-top: 15px;
    display: block;
    position: relative;
    right: auto;
  }

  .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-heading {
    display: block;
  }

  .footer-section {
    padding-bottom: 17px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .portfolio-item-wrapper {
    height: auto;
  }

  .portfolio-item-text {
    padding: 60px 15px 15px;
    inset: auto 0% 0%;
  }

  .grid-item-title {
    font-size: 18px;
  }

  .year {
    margin-top: 0;
    padding: 6px;
    top: 15px;
    left: auto;
  }

  .grid-item-description {
    padding-right: 0;
  }

  .portfolio-image {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .portfolio-thumbnail {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .nav-link {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    display: block;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .logo {
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: inline-block;
  }

  .logo.w--current {
    margin-left: auto;
  }

  .nav-menu {
    background-color: #1a1a1acc;
    width: 100%;
    margin-right: auto;
    padding-top: 60px;
    display: block;
    position: absolute;
  }

  .close-x {
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 21px;
    left: 35px;
    right: 35px;
  }

  .project-title {
    font-size: 22px;
    line-height: 28px;
  }

  .body {
    background-color: #0d0d0d;
  }

  .slide {
    background-image: linear-gradient(#0d0d0dc2, #0d0d0dc2), url('../images/pascal-meier-s2PnGeS_xos-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .heading {
    padding-right: 0;
    font-size: 30px;
    line-height: 28px;
  }

  .slider {
    height: 400px;
  }

  .main-paragraph-wrap {
    display: block;
  }

  .paragraph {
    margin-top: 40px;
  }

  .first-gallery-image {
    height: 240px;
  }

  .image-gallery {
    height: 80px;
  }

  .text-grey-13 {
    float: none;
    clear: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-9 {
    height: 180px;
  }

  .select-text {
    width: 90%;
  }

  .filter-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-page-header {
    background-position: 50% 70%;
    background-size: cover;
    background-attachment: scroll;
  }

  .project-header {
    background-position: 50%;
  }

  .main-header-text-block {
    margin-bottom: 50px;
    left: 15px;
    right: 15px;
  }

  .main-heading {
    width: auto;
    padding-right: 0;
    font-size: 42px;
    line-height: 37px;
  }

  .main-subheading {
    text-align: left;
    width: 260px;
    padding-left: 2px;
    font-size: 20px;
    line-height: 21px;
  }

  .intro-container {
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-container {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-3, .column-4, .number-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-tag-object-types {
    display: none;
  }

  .yellow-section {
    padding-bottom: 50px;
  }

  .client-logo-div {
    width: 33.33%;
  }

  .client-logo-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .black-section {
    display: block;
  }

  .main-page-contact-paragraph {
    padding-right: 0;
  }

  .container-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-page-contact-text {
    padding-right: 0;
  }

  .footer-div-1 {
    width: auto;
    display: block;
  }

  .footer-logo {
    margin-bottom: 22px;
    display: inline-block;
  }

  .footer-div-2 {
    width: auto;
    display: block;
  }

  .menu-div {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-div {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer-phone-mail {
    float: none;
  }

  .footer-address {
    float: none;
    margin-left: 0;
    display: block;
  }

  .footer-nav-menu {
    background-color: #1a1a1acc;
    width: 100%;
    margin-right: auto;
    padding-top: 60px;
    display: none;
    position: absolute;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-dark-plate {
    height: 320px;
  }

  .about-photos-main {
    margin-top: 40px;
  }

  .column-7, .column-8, .about-any-photos-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .any-about-image {
    height: 130px;
  }

  .section-page-header-portfolio {
    background-position: 50% 70%;
    background-size: cover;
    background-attachment: scroll;
  }

  .portfolio-dark-plate {
    height: 180px;
  }

  .section-page-header-contact {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .dark-plate {
    height: 180px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link-footer {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    display: block;
  }

  .nav-link-footer.w--current {
    opacity: 1;
    color: #fff;
  }

  .section-page-header-news {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .collection-news, .collection-news.main-page {
    margin-left: -10px;
    margin-right: -10px;
  }

  .news-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-summary-text {
    padding-right: 0;
  }

  .image-drawing {
    height: 80px;
  }

  .html-embed {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .about-year-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-tag-years {
    display: block;
  }

  .about-project-header {
    padding-right: 30px;
  }

  .link-13 {
    transition: color .2s;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .div-block-23 {
    margin-bottom: 9px;
  }

  .div-block-24 {
    padding-top: 25px;
  }

  .image-16 {
    width: 60px;
  }

  .dark-grey-section {
    padding-bottom: 50px;
  }

  .portfolio-item-text-grid {
    padding: 60px 15px 20px;
  }

  .section-portfolio {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-image {
    height: auto;
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .footer-div-1-copy {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .footer-div-3 {
    width: auto;
    display: block;
  }

  .footer-copyright {
    float: none;
    clear: none;
    text-align: left;
    margin-left: auto;
    display: block;
  }

  .footer-contact-us {
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    display: block;
  }

  .footer-contact-us.w--current {
    opacity: 1;
    color: #fff;
  }

  .news-dark-div {
    height: 180px;
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .news-header, .news-header-test {
    background-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c22e8e5b-e5b9-e350-79f4-20e8717a6f84-ca47d57b, #w-node-_2bc4dc77-d0b4-6d20-b4a4-942b2e3b2369-ca47d57b, #w-node-_32e9d116-ab09-c281-e8cf-eb641d3d053a-ca47d57b, #w-node-_976d8a51-48cf-abfe-ce11-024252f3250c-ca47d57b, #w-node-_27897221-05e8-fbc7-5f88-4dced2b70113-ca47d57b, #w-node-_43a2cbfe-01be-4ef1-2244-7801d6fb946e-ca47d57b, #w-node-_377db4b2-dd5a-68ed-8f91-f94cfcc0994e-ca47d57b, #w-node-d403ba9a-bcd2-1e5f-47f4-c42d27828b35-ca47d57b, #w-node-f1ef86ec-0639-7b8e-bce2-213a5c46e481-ca47d57b, #w-node-_19cbcde8-6993-69cd-7f30-e08a8c81fc35-ca47d57b, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648cc-e747d5a6, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648cf-e747d5a6, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648d3-e747d5a6, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648d7-e747d5a6, #w-node-ffdd23d7-468e-24b7-9150-dfe2d11e4539-e747d5a6, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648ee-e747d5a6 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c22e8e5b-e5b9-e350-79f4-20e8717a6f84-ca47d57b, #w-node-_2bc4dc77-d0b4-6d20-b4a4-942b2e3b2369-ca47d57b, #w-node-_32e9d116-ab09-c281-e8cf-eb641d3d053a-ca47d57b, #w-node-_976d8a51-48cf-abfe-ce11-024252f3250c-ca47d57b, #w-node-_27897221-05e8-fbc7-5f88-4dced2b70113-ca47d57b, #w-node-_43a2cbfe-01be-4ef1-2244-7801d6fb946e-ca47d57b, #w-node-_377db4b2-dd5a-68ed-8f91-f94cfcc0994e-ca47d57b, #w-node-d403ba9a-bcd2-1e5f-47f4-c42d27828b35-ca47d57b, #w-node-f1ef86ec-0639-7b8e-bce2-213a5c46e481-ca47d57b, #w-node-_19cbcde8-6993-69cd-7f30-e08a8c81fc35-ca47d57b, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648cc-e747d5a6, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648cf-e747d5a6, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648d3-e747d5a6, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648d7-e747d5a6, #w-node-ffdd23d7-468e-24b7-9150-dfe2d11e4539-e747d5a6, #w-node-_1a39b883-3cb6-d3fa-5dcd-034df6e648ee-e747d5a6 {
    order: 9999;
  }
}


