:root {
  --darker-bg: #d9d9d9;
  --lighter-bg: #f3f3f3;
  --corporate-color: #00afaa;
  --white: white;
  --black: black;
  --accent-color: #daca3f;
  --headings: Montserrat, sans-serif;
  --paragraphs: Inter, sans-serif;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.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;
}

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

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

body {
  color: #1e1e1c;
  background-color: #f3f3f3;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 100%;
}

h1 {
  color: #383838;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.44em;
  font-weight: 700;
  line-height: 105%;
}

h2 {
  color: #383838;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 105%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 105%;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 105%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 120%;
}

a {
  color: #383838;
  text-decoration: none;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 5em 7.65em 1.88em;
  display: flex;
  position: relative;
}

.section.hero {
  justify-content: center;
  width: 100%;
  height: 37.5em;
}

.section.narrow {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 16em;
}

.section.narrow.img-wrap {
  padding-top: 1.88em;
}

.section.narrow.align-left {
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.88em;
}

.section.narrow.bg-dark {
  background-color: var(--darker-bg);
  height: auto;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
}

.section.regular {
  display: block;
}

.section.regular.padding-top {
  height: auto;
  padding-top: 5em;
}

.section.top-mrgn {
  padding-top: 12.5em;
}

.section.subhero {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 37.5em;
  padding-top: 7.6em;
  display: block;
}

.section.subhero.height-auto {
  height: auto;
}

.section.bg-color {
  background-color: var(--darker-bg);
  padding-top: 6em;
  padding-bottom: 6em;
  display: block;
}

.section.bg-color.lighter {
  background-color: var(--lighter-bg);
}

.section.no-padding {
  background-color: var(--darker-bg);
  flex-flow: row;
  align-items: stretch;
  padding: 0;
}

.section.no-padding.display-none {
  display: none;
}

.section.btm-padding {
  background-color: var(--darker-bg);
  flex-flow: row;
  align-items: stretch;
  padding: 0;
}

.section.bottom-line {
  border-bottom: 1px solid var(--darker-bg);
  padding-bottom: 3.38em;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.navbar-content {
  align-items: center;
  display: flex;
}

.container.left-collumn, .container.faq-component {
  z-index: 1;
  width: 61vw;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.menu-link {
  color: #383838;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 8em;
  padding: 1.25em 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .2s linear;
  display: inline-block;
}

.menu-link.w--current {
  color: #383838;
  background-color: #00afaa59;
}

.button {
  color: #383838;
  text-transform: uppercase;
  background-color: #daca3f;
  border: 1px solid #383838;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 16.25em;
  height: 3em;
  padding-top: .8em;
  padding-bottom: .8em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #ead839;
  box-shadow: 0 2px 18px #00000040;
}

.button:active {
  background-color: #ffe81d;
  box-shadow: inset 0 2px 12px #0000004a, 0 2px #00000040;
}

.button.nav {
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  height: 2.5em;
  padding: .56em .94em;
}

.div-spacer {
  padding-top: 24px;
  padding-bottom: 24px;
}

.button-footer {
  border: 1px solid #383838;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: auto;
  padding: .56em .94em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  transition: all .2s;
  display: flex;
}

.button-footer:hover {
  background-color: #dadada;
  box-shadow: 0 2px 15px #00000040;
}

.button-footer:active {
  color: #fff;
  background-color: #8a8a8a;
  box-shadow: inset 0 2px 14px #0003, 0 2px #00000040;
}

.text-block {
  float: left;
  text-transform: uppercase;
  line-height: 15px;
}

.button-icon {
  margin-left: .94em;
  margin-right: auto;
}

.button-icon.spacing {
  margin-top: .31em;
  margin-left: 0;
  margin-right: 0;
}

.text-field {
  border: 1px solid var(--lighter-bg);
  text-transform: uppercase;
  background-color: #e9e9e9;
  max-width: 30.63em;
  height: 2.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
}

.text-field::placeholder {
  color: #000;
  font-weight: 400;
}

.textarea {
  border: 1px solid var(--lighter-bg);
  text-transform: uppercase;
  background-color: #e9e9e9;
  max-width: 30.63em;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
}

.textarea::placeholder {
  color: #000;
  font-weight: 400;
}

.form-divider {
  border: 1px solid #787878;
  margin-bottom: 10px;
}

.checkbox-field {
  color: #525252;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  line-height: 95%;
  display: flex;
}

.checkbox {
  outline-offset: 0px;
  background-color: #b8b8b8;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: 1px solid #fff;
  width: 21px;
  height: 19px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  outline-offset: 0px;
  background-color: #3898ec00;
  background-image: url('../images/check-1.svg');
  background-size: 19px 19px;
  border-style: none;
  outline: 1px #fff;
  width: 22px;
  height: 19px;
  margin-top: 0;
}

.text-span-form {
  border-bottom: 1px dashed #9c9c9c;
}

.contact-icon {
  margin-right: .25em;
}

.mail-link {
  color: #000;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  line-height: 105%;
}

.mail-link.font-size-large {
  font-size: 1.5em;
}

.phone-link {
  color: #000;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  line-height: 105%;
  text-decoration: none;
}

.phone-link.nav {
  white-space: nowrap;
}

.phone-link.font-size-large {
  font-size: 1.5em;
}

.contact-link-div {
  align-items: center;
  margin-right: 1.25em;
  display: flex;
}

.contact-link-div.footer {
  justify-content: space-between;
}

.checkbox-label-2 {
  white-space: normal;
  word-break: normal;
  padding-left: .75em;
}

.mb-20 {
  margin-bottom: 1.25em;
}

.mb-20.margin-right {
  margin-left: 1.25em;
}

.mb-40 {
  margin-bottom: 2.5em;
}

.mb-40.top-margin {
  margin-top: 3.75em;
}

.mb-40.left-border {
  border-left: 8px solid #9b9b9b;
  padding-left: 1.25em;
}

.mb-60 {
  margin-bottom: 3.75em;
}

.mb-60.margin {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content {
  flex-direction: column;
  display: flex;
}

.navbar {
  z-index: 1001;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-color: var(--darker-bg);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 1px;
  outline-style: solid;
  padding-left: 1.15em;
  padding-right: 1.15em;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  justify-content: space-between;
  align-items: center;
  width: 8em;
}

.bg-img-wrapper_mob {
  opacity: .72;
  background-image: url('../images/logoback-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  display: flex;
  position: relative;
}

.heading-wrapper.secondary {
  z-index: 101;
  width: 100%;
}

.heading-bg {
  background-color: #00afaac4;
  padding: .25em;
}

.heading-h1 {
  letter-spacing: -3.5px;
  font-weight: 400;
}

.heading-h1.alternate {
  color: #fff;
  letter-spacing: -2px;
}

.heading-h1.alternate.size {
  letter-spacing: -1px;
  font-size: 3em;
  font-weight: 300;
}

.right-column {
  background-color: var(--corporate-color);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25em;
  height: 100%;
  padding-left: 2.81em;
  padding-right: 2.81em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.right-column.color {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.right-column.width.hero {
  background-color: #00afaa00;
  background-image: linear-gradient(#00afaa00, #00afaa);
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2.81em;
}

.right-column.centered {
  justify-content: center;
  align-items: center;
}

.right-column.align-topleft {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper {
  grid-column-gap: 3.9em;
  grid-row-gap: 3.9em;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.5em;
  display: flex;
}

.content-wrapper.vertical {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
}

.content-wrapper.vertical.gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff0;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.content-wrapper.vertical.gap._w-limit {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 15em;
  height: 16rem;
}

.content-wrapper.vertical.gap.mob {
  display: none;
}

.content-wrapper.vertical.layout {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.content-wrapper.dflt {
  display: block;
}

.content-wrapper.footer {
  flex-direction: column;
}

.content-wrapper.footer.width {
  align-items: stretch;
  width: 28.13em;
  margin-bottom: 0;
}

.content-wrapper.border-btm {
  border-bottom: 1px solid #000;
  width: 43.75em;
  position: relative;
}

.content-wrapper.align-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
}

.content-wrapper.align-right.cta {
  padding-right: 2.81em;
}

.content-wrapper.dir-vert {
  flex-flow: column;
}

.content-wrapper.width-auto {
  border-bottom: 1px solid #000;
  flex-flow: column;
}

.content-wrapper.bg-fill {
  flex-flow: column;
}

.content-wrapper.align-left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.bullet-circle {
  background-color: var(--corporate-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  min-width: 5em;
  height: 5em;
  display: flex;
}

.content-unit {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.content-unit.align-top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .63em;
}

.unit-figure {
  margin-bottom: .1em;
  font-size: 2em;
  line-height: 110%;
}

.unit-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.in-unit-img-box {
  align-items: flex-end;
  display: flex;
}

.image-2 {
  margin-bottom: .31em;
  margin-left: .31em;
}

.conten-title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.conten-title.size {
  font-size: 1.4em;
}

.content-text {
  margin-bottom: 6px;
}

.content-text.font {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 110%;
  position: relative;
}

.content-wrapper_overflow {
  z-index: 1;
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: -30px;
}

.catalog-select {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #ffffffb3;
  border-radius: 6px 6px 0;
  width: 20em;
  height: 20em;
  padding: .88em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #00000045;
}

.catalog-select.small {
  height: 9.55em;
}

.image-3 {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bold-span {
  font-weight: 700;
}

.arrow-box {
  z-index: 2;
  background-color: var(--corporate-color);
  opacity: .62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.unit-bg-img {
  opacity: 0;
  width: 6.88em;
  height: 6.88em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.unit-bg-img.shrank {
  width: 4em;
  height: 4em;
}

.gal-wrapper {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  width: 100%;
  display: flex;
  position: absolute;
}

.gal-img-box {
  background-image: url('../images/01-wrkshp-thmb.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 20em;
  height: 14em;
  box-shadow: 0 0 10px #0000006e;
}

.gal-img-box._02 {
  background-image: url('../images/02-wrkshp-thmb.jpg');
}

.gal-img-box._03 {
  background-image: url('../images/03-wrkshp-thmb.jpg');
}

.gal-img-box._04 {
  background-image: url('../images/04-wrkshp-thmb.jpg');
}

.customer-logo {
  opacity: 1;
  width: 9em;
}

.customer-logo.size-smaller {
  flex: none;
  width: 7em;
}

.customer-logo.opacity-75 {
  opacity: .75;
}

.dropdown-toggle {
  white-space: break-spaces;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: .55em 1em .55em 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.dropdown-toggle.w--open {
  font-weight: 600;
  display: inline-flex;
}

.dropdown {
  flex-direction: column;
  margin-bottom: .94em;
  display: flex;
  overflow: hidden;
}

.dropdown-tgl-text {
  width: 35em;
}

.dropdown-list {
  flex-flow: column;
  display: flex;
  position: static;
}

.dropdown-para {
  white-space: normal;
  width: 100%;
  line-height: 130%;
}

.toggle-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 1em;
  display: flex;
}

.arrow-down {
  transform: rotate(90deg);
}

.footer-info-div {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: center;
  display: flex;
}

.footer-bottom-para {
  text-align: left;
  white-space: break-spaces;
  margin-bottom: 0;
  font-size: .88em;
}

.footer-bottom-para.center {
  text-align: center;
}

.bold-footer-text {
  font-weight: 500;
}

.contacts-content {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.contacts-title {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.policy-link {
  letter-spacing: -.6px;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-end;
  padding: .56em .94em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.policy-link:hover {
  color: var(--darker-bg);
  font-weight: 600;
  box-shadow: 0 2px 5px #0003;
}

.policy-link:active {
  background-color: var(--corporate-color);
  color: #fff;
  box-shadow: inset 0 2px 14px #0003, 0 2px #00000040;
}

.absolute-image {
  position: absolute;
}

.absolute-image.main-footer {
  width: 18.75em;
  inset: -11% 24% auto auto;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.nav_link-wrapper {
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.contacts_wrapper {
  align-items: center;
  display: flex;
}

.contacts_wrapper.mob {
  display: none;
}

.nav_link-wrapper-center-div {
  flex: 1;
  justify-content: center;
  display: flex;
}

.bg-img-wrapper {
  opacity: .72;
  background-image: url('../images/logoback-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-link_wrapper {
  align-items: center;
  transition: background-color .3s;
  display: flex;
}

.menu-link_wrapper:hover {
  background-color: #00000014;
}

.footer_bw-logo {
  opacity: .6;
}

.content-unit_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.modal-form {
  z-index: 1002;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  background-color: #f3f3f3cc;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-form.design, .modal-form.personal, .modal-form.manager, .modal-form.cabinet, .modal-form.header {
  display: none;
}

.modal_form-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--darker-bg);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  width: 37.5em;
  padding: 3em 5.5em 3em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.closing-panel_wrapper {
  background-color: #fff;
  width: 2.5em;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.modal-close_button {
  background-color: var(--corporate-color);
  width: 100%;
  height: 100%;
}

.closing-cross_wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.closing-cross_wrapper:active {
  background-color: var(--black);
}

.line-1 {
  background-color: #fff;
  width: 2.25em;
  height: 1px;
  position: absolute;
  transform: rotate(45deg);
}

.line-2 {
  background-color: #fff;
  width: 2.25em;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
}

.footer-form {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  flex: none;
  width: 80px;
}

.para-pol {
  text-align: justify;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 135%;
}

.mb-10 {
  margin-bottom: .63em;
}

.policy-subheading {
  width: 80%;
}

.subhero-para {
  color: #000;
  font-size: 1em;
  font-weight: 500;
}

.content-heading_wrapper {
  width: 37.5em;
}

.services_content-img {
  z-index: 1;
  width: 12.5em;
  position: absolute;
  inset: auto -15% -66% auto;
}

.services_content-img.size {
  width: 14.37em;
  bottom: -39%;
  right: -19%;
}

.services_content-img.beton-01 {
  bottom: -30%;
  right: -24%;
}

.services_content-img.beton-02 {
  bottom: -34%;
  right: -26%;
}

.services_content-img.sandwich-01 {
  width: 14em;
  bottom: -28%;
  right: -25%;
}

.services_content-img.sandwich-03 {
  width: 14em;
  bottom: -16%;
  right: -28%;
}

.cta-text {
  text-align: right;
  width: 25em;
  font-size: 1.13em;
}

.cta-text.regular {
  text-align: left;
  width: auto;
  font-size: 1.13em;
}

.cta-text.color {
  color: #fff;
}

.heading-form {
  z-index: 1;
  position: relative;
}

.menu-dd-lnk {
  white-space: pre;
  background-color: #ffffffe6;
  border-radius: 6px;
  padding: 2.55em 1.25em;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 400;
  transition: all .3s;
  box-shadow: 0 0 12px #0003;
}

.menu-dd-lnk:hover {
  background-color: var(--corporate-color);
  color: var(--white);
  font-weight: 500;
}

.menu-dd-lnk.w--current {
  color: #3d3d3d;
  background-color: #dededee6;
  font-weight: 600;
}

.menu-dd-tggl {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 8em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  display: flex;
}

.text-block-2 {
  text-align: center;
}

.dropdown-list-2 {
  background-color: #dddddd4d;
}

.dropdown-list-2.w--open {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  background-color: #ddd0;
  margin-top: 4px;
  display: flex;
}

.toggle-icon_menu {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 1em;
  display: flex;
  position: static;
  inset: 1.25em 0% 0% auto;
}

.content-box-bottom {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 2.81em;
  display: flex;
}

.content-box-top {
  width: 100%;
  padding: 2.81em;
}

.content-box-top.top-padding {
  background-color: var(--corporate-color);
  padding-top: 6.31em;
}

.message-wrapper {
  border-left: 9px solid var(--darker-bg);
  background-color: #fff;
  padding: 1.25em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.message-wrapper.bg-off {
  border-left-color: var(--white);
  background-color: #fff0;
  padding: 0 0 0 15px;
}

.message-wrapper.bg-off.corp-color_left-line {
  border-left-color: var(--corporate-color);
  justify-content: flex-start;
  align-items: center;
  height: 4.1rem;
  padding-left: .94em;
  display: flex;
}

.big-bold-span {
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 140%;
}

.big-bold-span.size-minus {
  font-size: 1.13rem;
}

.left-column {
  background-color: var(--lighter-bg);
  flex: 1;
  align-self: stretch;
  width: 50%;
  padding: 6em 2.81em 6em 7.65em;
}

.left-column.main-content {
  flex: 1;
}

.left-column.main-content.dark-bg {
  background-color: var(--darker-bg);
}

.left-column.main-content.no-bg {
  background-color: #f3f3f300;
  flex: 1;
  height: auto;
  display: flex;
}

.left-column.main-content.no-bg.footer {
  padding-bottom: 1.88em;
}

.left-column.main-content.color-corp {
  background-color: var(--corporate-color);
}

.left-column.main-content.custom {
  background-color: var(--white);
}

.left-column.main-content.darker {
  background-color: #f3f3f300;
  flex: 1;
  height: auto;
  display: flex;
}

.left-column.main-content.darker.footer {
  background-color: #c6c6c6;
  padding-bottom: 6em;
}

.right-column-wide {
  width: 50%;
  padding: 6em 7.65em 6em 2.81em;
}

.right-column-wide.aux-content {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 25em;
  padding-right: 2.81em;
  display: flex;
}

.right-column-wide.aux-content.color-corp {
  background-color: var(--corporate-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 2.81em;
}

.right-column-wide.aux-content.color-corp.footer {
  padding-bottom: 1.88em;
  padding-right: 2.81em;
}

.right-column-wide.aux-content.dark-color {
  background-color: var(--darker-bg);
}

.right-column-wide.aux-content.footer {
  padding-top: 1.88em;
  padding-bottom: 1.88em;
}

.right-column-wide.aux-content.mob {
  display: none;
}

.btkp-img-info {
  z-index: 3;
  width: 18.75em;
  position: absolute;
  inset: auto 15% 2% auto;
}

.cta-img {
  width: 25em;
  position: absolute;
  inset: 0% auto 0% 7%;
}

.cab_content-img {
  z-index: 1;
}

.cab_content-img.size-01 {
  width: 12em;
}

.cab_content-img.size-02 {
  width: 20em;
}

.cabinet-card_wrapper {
  border-bottom: 1px solid #000;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 1.5em;
  display: flex;
}

.width-limiter {
  width: 45em;
}

.width-limiter.em {
  width: 38em;
}

.content-image_wrapper {
  width: 23.75em;
  position: absolute;
  inset: auto 1% 6% auto;
}

.content-image_wrapper.top-right {
  inset: -3% -47% auto auto;
}

.content-image_wrapper.top-right.size-1 {
  width: 35em;
}

.content-image_wrapper.position-01 {
  width: 30em;
}

.content-image_wrapper.position-02 {
  width: 32em;
  bottom: 10%;
}

.hero-img-_wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-img-_wrapper.cab {
  z-index: 1;
  background-image: url('../images/cabinet-telem2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16em;
  height: 25em;
  inset: auto 6% 13% auto;
}

.hero-img-_wrapper.sandwich {
  background-image: url('../images/ktp-sandwich-min_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28em;
  height: 15em;
  inset: auto 2% 28% auto;
}

.hero-img-_wrapper.beton {
  background-image: url('../images/ktp-beton-min.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28em;
  height: 20em;
  inset: auto 2% 17% auto;
}

.hero-img-_wrapper.services {
  opacity: .78;
  background-image: url('../images/design01-min_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27em;
  height: 25em;
  inset: auto 4% 12% auto;
}

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

.right-column_content-wrapper {
  width: 25em;
}

.left-column_content-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.map-wrapper {
  flex-flow: column;
  flex: 1;
  padding-top: 3.5em;
  display: flex;
}

.upscroll-button_wrapper {
  z-index: 10;
  background-color: var(--corporate-color);
  position: fixed;
  inset: auto 2% 2% auto;
  box-shadow: 0 2px 5px #0003;
}

.arrow-up {
  transform: rotate(-90deg);
}

.paragraph {
  font-family: Inter, sans-serif;
  font-size: .8rem;
}

.div-block {
  background-image: url('../images/roman-min_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 18em;
  height: 28em;
  margin-right: .63em;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.line-horizontal {
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 1px;
  padding-left: 6.1em;
  padding-right: 6.9em;
  display: inline-flex;
}

.line-horizontal.dark-gray {
  border-bottom-color: var(--darker-bg);
}

.line-vertical {
  border-right: 1px solid #000;
  width: 1px;
  height: 8px;
}

.link_upscroll-button {
  padding: .38em;
}

.scroll-button_trigger {
  width: 20px;
  height: 1px;
}

.staff-pic {
  background-image: url('../images/rop-portrait.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 12rem;
  min-height: 12rem;
  box-shadow: 0 2px 5px #000000ad;
}

.staff-pic._01 {
  background-image: url('../images/team-pic01-min.webp');
}

.staff-pic._02 {
  background-image: url('../images/team-pic02-min.webp');
}

.staff-pic._04 {
  background-image: url('../images/team-pic08-min.webp');
}

.staff-pic._05 {
  background-image: url('../images/team-pic09-min.webp');
}

.staff-pic._06 {
  background-image: url('../images/team-pic05-min.webp');
}

.staff-pic._07 {
  background-image: url('../images/team-pic07-min.webp');
}

.staff-pic._08 {
  background-image: url('../images/team-pic04-min.webp');
}

.staff-pic._09 {
  background-image: url('../images/team-pic06-min.webp');
}

.lightbox-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14em;
  max-width: 250px;
}

.lightbox-link.vert {
  width: 11.6em;
  max-width: 175px;
}

.flex-block {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block.gap {
  grid-column-gap: 3.4em;
  grid-row-gap: 3.4em;
}

.container-2 {
  max-width: none;
}

.grid-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.info-para {
  font-weight: 400;
}

.vertical-line {
  border-right: .5px solid var(--darker-bg);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1px;
  height: 100%;
}

.div-block-2 {
  display: flex;
}

.utility-page-wrap {
  background-color: #505050;
  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;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 40em;
  font-weight: 900;
  line-height: 100%;
}

._404-message-wrapper {
  position: absolute;
}

.heading-404 {
  color: var(--white);
  font-size: 4em;
}

.text-block-4 {
  color: var(--white);
  font-size: 2em;
}

.upscroll-button__trigger {
  width: 50px;
}

.select-field {
  color: var(--black);
  text-transform: uppercase;
  height: 3em;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.supplier-logo {
  width: 8.88em;
  height: 6.25em;
}

.supplier-logo.height-75 {
  height: 4.69em;
}

.highlight-bg {
  background-color: #00afaac4;
  padding: .25em;
}

.highlight-bg.opacity-off {
  background-color: var(--corporate-color);
}

.phone-input {
  border: 1px solid var(--lighter-bg);
  text-transform: uppercase;
  background-color: #e9e9e9;
  max-width: 30.63em;
  height: 2.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
}

.phone-input::placeholder {
  color: #000;
  font-weight: 400;
}

.mobmap {
  display: none;
}

.bigmap {
  flex: 1;
}

.contact-input {
  display: none;
}

.cookie-policy_link {
  color: var(--corporate-color);
}

.cookie-button-bottom {
  background-color: var(--corporate-color);
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 3px;
  margin-right: 2.19rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  transition: transform .2s;
}

.cookie-button-bottom:hover {
  transform: translate(0, -3px);
  box-shadow: 0 7px 5px #b68a4752;
}

.cookie-icon {
  margin-bottom: 0;
}

.white-x {
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
  width: 17px;
  height: 17px;
}

.bottom-cookie-wrapper {
  z-index: 1000;
  background-color: var(--accent-color);
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: none;
  position: sticky;
  inset: auto 0% 0%;
}

.paragraph-3.color-white {
  color: #fff;
}

.paragraph-3.color-white.cookie-text {
  color: var(--black);
  font-size: .8rem;
}

.cookie-content {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.error-msg {
  color: var(--white);
  background-color: #3b3737;
  line-height: 120%;
}

.warning-sign-error {
  width: 32px;
  height: 32px;
}

.service-message_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-msg {
  background-color: var(--corporate-color);
  color: #fff;
  font-weight: 500;
  line-height: 120%;
}

.image-4 {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding-top: 7.6em;
    padding-left: 3.95em;
    padding-right: 3.95em;
  }

  .section.narrow.align-left {
    padding-left: 2.81em;
  }

  .section.regular.padding-top {
    padding-left: 2.75em;
    padding-right: 2.75em;
    overflow: hidden;
  }

  .section.subhero {
    height: auto;
    padding-top: 7.6em;
    padding-left: 3.95em;
    padding-right: 3.95em;
  }

  .section.bg-color {
    padding-left: 4em;
    padding-right: 4em;
  }

  .section.bg-color.lighter {
    overflow: hidden;
  }

  .section.no-padding.display-none {
    display: block;
  }

  .section.bottom-line {
    padding-left: 3.35em;
    padding-right: 3.35em;
  }

  .container.navbar-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.left-collumn._w-100 {
    width: 100%;
  }

  .menu-link {
    text-align: left;
    text-transform: uppercase;
    width: 10em;
    padding-left: 1em;
    font-size: 1.88em;
    font-weight: 500;
  }

  .button.nav {
    display: none;
  }

  .button.width-100pc {
    width: 100%;
  }

  .button-footer {
    align-items: center;
    display: flex;
  }

  .button-icon {
    float: right;
    margin-left: .34em;
  }

  .checkbox-field {
    font-size: .8em;
  }

  .mail-link.nav, .phone-link.nav {
    font-size: 2vw;
  }

  .checkbox-label-2 {
    width: 25em;
  }

  .navbar {
    align-items: center;
    height: 6vh;
    padding-right: 0;
    display: flex;
  }

  .menu-button {
    background-color: var(--corporate-color);
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 6vh;
    height: 6vh;
    padding: 0;
    font-size: 40px;
    display: flex;
    overflow: hidden;
  }

  .heading-wrapper {
    width: 100%;
  }

  .heading-h1 {
    letter-spacing: -3px;
  }

  .heading-h1.alternate.size {
    letter-spacing: -1px;
  }

  .right-column {
    width: 20em;
  }

  .right-column.color, .right-column.centered {
    padding: 1.81em;
  }

  .content-wrapper.vertical.gap {
    display: none;
  }

  .content-wrapper.vertical.gap._w-limit, .content-wrapper.vertical.gap.mob {
    display: flex;
  }

  .content-wrapper.border-btm {
    width: 36.25em;
  }

  .content-unit {
    justify-content: center;
    align-items: flex-start;
    width: 15em;
  }

  .policy-link {
    font-size: 10px;
  }

  .nav-menu {
    background-color: #fffffff2;
    height: 94vh;
  }

  .nav_link-wrapper {
    flex-direction: column;
  }

  .contacts_wrapper.mob {
    display: flex;
  }

  .nav_link-wrapper-center-div {
    height: 100%;
  }

  .menu-link_wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-left: 1em;
  }

  .modal-form {
    display: none;
  }

  .burger_btn-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .burger_btn-line {
    background-color: #fff;
    width: 26px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger_btn-line._1 {
    margin-bottom: 10px;
  }

  .burger_btn-line._2 {
    overflow: hidden;
  }

  .burger_btn-line._3 {
    margin-top: 10px;
  }

  .close_btn-wrapper {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    transform: translate(0, 100%);
  }

  .close_btn-line {
    background-color: #fff;
    width: 36px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .close_btn-line._01 {
    position: relative;
    top: 2px;
    transform: rotate(45deg);
  }

  .close_btn-line._02 {
    transform: rotate(-45deg);
  }

  .policy-heading {
    width: 100%;
  }

  .services_content-img {
    width: 11em;
    display: none;
  }

  .services_content-img.size {
    width: 12em;
  }

  .menu-dd-lnk {
    background-color: var(--corporate-color);
    color: #fff;
    width: 100%;
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .menu-dd-lnk:hover {
    background-color: #434343;
  }

  .menu-dd-tggl {
    text-transform: uppercase;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: center;
    width: 10em;
    padding-left: 1em;
    font-size: 1.88em;
    font-weight: 500;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.5em;
    line-height: 120%;
    left: -3.01em;
  }

  .toggle-icon_menu {
    display: none;
  }

  .content-box-top {
    padding: 1.81em;
  }

  .message-wrapper.bg-off.mob {
    border-left-color: var(--corporate-color);
  }

  .left-column.main-content {
    padding-left: 2.75em;
  }

  .left-column.main-content.custom {
    width: 100%;
    padding-right: 2.75em;
  }

  .right-column-wide.aux-content {
    width: 20em;
    padding-left: 1.21em;
    padding-right: 1.21em;
  }

  .right-column-wide.aux-content.color-corp {
    padding-left: 1.41em;
    padding-right: 1.41em;
  }

  .btkp-img-info {
    bottom: 3%;
    right: 10%;
  }

  .cta-img {
    display: none;
  }

  .cta-icon {
    width: 40px;
  }

  .cab_content-img {
    width: 23em;
  }

  .cab_content-img.size-01 {
    width: 12em;
  }

  .cab_content-img.size-02 {
    width: 24em;
  }

  .width-limiter {
    width: 39em;
  }

  .content-image_wrapper {
    bottom: 6%;
  }

  .content-image_wrapper.top-right.size-1 {
    width: 25em;
    right: -59%;
  }

  .content-image_wrapper.position-01 {
    bottom: 12%;
    right: -2%;
  }

  .content-image_wrapper.position-02 {
    bottom: 11%;
    right: -16%;
  }

  .right-column_content-wrapper {
    width: 20em;
  }

  .upscroll-button_wrapper {
    right: 0%;
  }

  .staff-pic {
    width: 10rem;
    min-height: 10rem;
  }

  .lightbox-link {
    width: 11em;
  }

  .lightbox-link.vert {
    width: 9em;
  }

  .flex-block {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
  }

  ._404-text {
    font-size: 30em;
  }

  ._404-message-wrapper {
    padding-left: 78px;
    padding-right: 78px;
  }

  .text-block-4 {
    line-height: 120%;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .paragraph-3.color-white {
    font-size: .85rem;
    line-height: 150%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 2.65em;
    padding-right: 2.65em;
  }

  .section.hero {
    height: 40em;
  }

  .menu-link {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .button {
    line-height: 120%;
  }

  .mail-link.nav, .mail-link.font-size-large, .phone-link.nav, .phone-link.font-size-large {
    font-size: 2.5vw;
  }

  .right-column {
    width: 15em;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .content-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 3em;
  }

  .content-wrapper.vertical.gap._w-limit {
    height: 14rem;
  }

  .content-wrapper.border-btm {
    width: 28.13em;
  }

  .catalog-select {
    background-color: #ffffffd9;
    width: 16em;
  }

  .dropdown-tgl-text {
    width: 30em;
  }

  .absolute-image.main-footer {
    width: 15em;
    top: -5%;
  }

  .content-heading_wrapper {
    width: 25em;
  }

  .content-box-top.top-padding {
    padding-left: .91em;
    padding-right: .91em;
  }

  .left-column, .right-column-wide {
    padding: 10vw 5vw;
  }

  .right-column-wide.aux-content {
    width: 15em;
  }

  .right-column-wide.aux-content.color-corp.footer {
    padding-right: 2vw;
  }

  .right-column-wide.aux-content.footer {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .btkp-img-info {
    bottom: 6%;
    right: 7%;
  }

  .width-limiter {
    width: 30em;
  }

  .width-limiter.em {
    width: 26em;
  }

  .content-image_wrapper {
    inset: 20% -11% auto auto;
  }

  .content-image_wrapper.position-01 {
    right: -14%;
  }

  .content-image_wrapper.position-02 {
    right: -34%;
  }

  .right-column_content-wrapper {
    width: 15em;
  }

  .paragraph.staff {
    font-size: .7rem;
  }

  .lightbox-link {
    width: 8em;
  }

  .lightbox-link.vert {
    width: 6em;
  }

  .flex-block.gap {
    grid-column-gap: 1.8em;
    grid-row-gap: 1.8em;
  }

  ._404-text {
    font-size: 22em;
  }

  .supplier-logo {
    width: 7em;
    height: 5.5em;
  }

  .supplier-logo.height-75 {
    height: 4em;
  }

  .cookie-icon {
    width: 10%;
  }

  .paragraph-3.color-white {
    font-size: .8rem;
  }

  .cookie-content {
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8vw;
    line-height: 130%;
  }

  h2, h3 {
    font-size: 6vw;
  }

  h4 {
    text-transform: uppercase;
    font-size: 5vw;
  }

  h5 {
    font-size: 7vw;
  }

  p {
    font-size: 3.2vw;
    line-height: 120%;
  }

  a {
    color: #383838;
    align-items: center;
    text-decoration: none;
  }

  .section {
    padding-left: .95em;
    padding-right: 1.25em;
  }

  .section.hero {
    align-items: center;
    height: 700px;
    padding-top: 4.3em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    overflow: hidden;
  }

  .section.narrow.height-auto {
    height: auto;
    padding-top: 2em;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section.narrow.img-wrap {
    height: 71vw;
    padding: 0;
  }

  .section.narrow.align-left {
    justify-content: flex-start;
    align-items: flex-start;
    height: 110vw;
    padding: 10vw 5vw;
  }

  .section.regular.padding-top {
    justify-content: flex-start;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
  }

  .section.top-mrgn {
    padding-top: 30vw;
    overflow: hidden;
  }

  .section.subhero {
    align-items: center;
    height: 700px;
    padding-left: 1.25em;
    padding-right: 1.25em;
    overflow: hidden;
  }

  .section.subhero.height-auto {
    padding: 5.9em 0 0;
  }

  .section.bg-color {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .section.no-padding {
    flex-flow: column;
  }

  .section.btm-padding {
    flex-flow: column;
    padding-bottom: 4vw;
  }

  .section.bottom-line {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.navbar-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.left-collumn, .container.faq-component {
    width: 100%;
  }

  .menu-link {
    justify-content: flex-start;
    align-items: center;
    width: 60vw;
    height: 8.6vw;
    padding-top: 1.45em;
    padding-bottom: 1.45em;
    padding-left: 5vw;
    font-size: 8vw;
    display: flex;
  }

  .button {
    white-space: nowrap;
    width: 100%;
    height: 15vw;
    display: flex;
  }

  .button.form {
    width: 100%;
  }

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

  .text-field {
    width: 100%;
    height: 45px;
    font-size: 4.2vw;
  }

  .textarea {
    width: 100%;
    font-size: 4.2vw;
  }

  .form-divider {
    width: 100%;
  }

  .checkbox-field {
    font-size: 10px;
    line-height: 12px;
  }

  .checkbox {
    margin-right: 0;
  }

  .checkbox.w--redirected-checked {
    min-width: 19px;
  }

  .contact-icon {
    width: 6vw;
  }

  .mail-link.font-size-large {
    font-size: 6vw;
  }

  .phone-link.nav {
    font-size: 4vw;
  }

  .phone-link.font-size-large {
    font-size: 6vw;
  }

  .contact-link-div {
    margin-right: 0;
  }

  .contact-link-div.visibility {
    display: none;
  }

  .mb-20 {
    margin-bottom: 5.09vw;
  }

  .mb-20.margin-right {
    margin-left: 0;
  }

  .mb-40 {
    margin-bottom: 10.18vw;
  }

  .mb-40.top-margin {
    margin-top: 0;
  }

  .mb-60 {
    margin-bottom: 15.27vw;
  }

  .navbar {
    background-color: #fff;
    width: 100%;
    height: 6vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brand {
    font-size: 4vw;
  }

  .menu-button {
    background-color: var(--corporate-color);
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 6vh;
    padding: 0;
    font-size: 40px;
    display: flex;
  }

  .bg-img-wrapper_mob {
    background-image: url('../images/ei-logobg-mob-1-min_1.webp');
    background-size: contain;
    display: flex;
  }

  .heading-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .heading-wrapper.secondary.layout-gap_none {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .heading-h1 {
    letter-spacing: -2px;
  }

  .heading-h1.alternate {
    letter-spacing: -1px;
  }

  .heading-h1.alternate.size {
    letter-spacing: 0;
    font-size: 7vw;
  }

  .right-column.color {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
    position: relative;
  }

  .right-column.width {
    width: 6vh;
  }

  .right-column.centered {
    width: 100%;
    height: 40vw;
    inset: auto 0% 0%;
  }

  .right-column.align-topleft {
    width: 100%;
    position: relative;
  }

  .content-wrapper {
    grid-column-gap: 2.9em;
    grid-row-gap: 2.9em;
    flex-flow: wrap;
  }

  .content-wrapper.vertical {
    align-items: center;
    width: 100%;
  }

  .content-wrapper.vertical.gap {
    width: 80vw;
    margin-bottom: 0;
  }

  .content-wrapper.vertical.gap._w-limit {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .content-wrapper.vertical.gap.mob {
    width: 100%;
    display: flex;
  }

  .content-wrapper.footer.width {
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
  }

  .content-wrapper.border-btm {
    width: 100%;
  }

  .content-wrapper.align-right.cta {
    padding-right: 0;
  }

  .content-wrapper.bg-fill {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    background-color: #ffffffb8;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    padding: 10vw 5vw 2.23em;
  }

  .content-wrapper.align-left {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .bullet-circle {
    width: 4em;
    min-width: 4em;
    height: 4em;
  }

  .content-unit {
    justify-content: center;
    align-items: center;
    width: 26vw;
    padding-left: 0;
  }

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

  .conten-title {
    font-size: 4vw;
    font-weight: 600;
  }

  .content-text {
    font-size: 2.6vw;
  }

  .content-text.font {
    font-size: 5vw;
  }

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

  .catalog-select {
    width: 90vw;
    height: 160px;
  }

  .catalog-select.small {
    height: 190px;
  }

  .gal-wrapper {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    flex-wrap: wrap;
    height: 71vw;
  }

  .gal-img-box {
    width: 48vw;
    height: 34vw;
  }

  .dropdown-toggle {
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
    padding-right: 0;
    font-size: 4vw;
  }

  .dropdown {
    margin-bottom: 4vw;
  }

  .dropdown-tgl-text {
    width: 80vw;
    line-height: 120%;
  }

  .dropdown-list {
    margin-top: 8px;
  }

  .dropdown-para {
    padding: 2vw;
    font-size: 4vw;
  }

  .toggle-icon {
    margin-top: 3.5vw;
    margin-right: 0;
  }

  .footer-info-div {
    flex-direction: column;
  }

  .footer-bottom-para {
    text-align: center;
  }

  .footer-bottom-para.center.color-w, .policy-link {
    color: #989898;
  }

  .absolute-image.main-footer {
    width: 12em;
    right: 2%;
  }

  .nav-menu {
    background-color: #fffffff2;
    height: 94vh;
  }

  .nav_link-wrapper {
    padding-bottom: 1.88em;
  }

  .contacts_wrapper {
    display: none;
  }

  .bg-img-wrapper {
    background-image: url('../images/logoback-min.jpg');
    display: none;
  }

  .menu-link_wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-unit_wrapper {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    flex-flow: wrap;
    justify-content: center;
  }

  .modal-form.cabinet {
    display: none;
  }

  .modal_form-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 3svh;
    padding-right: 9svh;
  }

  .closing-panel_wrapper {
    width: 6vh;
  }

  .closing-cross_wrapper {
    width: 6vh;
    height: 6vh;
  }

  .line-1, .line-2 {
    width: 6vh;
  }

  .para-pol {
    text-align: left;
    font-size: 4.5vw;
  }

  .mb-10 {
    margin-bottom: 5.09vw;
  }

  .policy-subheading {
    font-size: 5vw;
  }

  .subhero-para {
    width: 90vw;
    font-size: 4vw;
  }

  .services_content-img {
    display: none;
    bottom: -27%;
    right: -11%;
  }

  .services_content-img.size {
    z-index: 1;
    bottom: -22%;
    right: -13%;
  }

  .cta-text {
    width: 100%;
  }

  .cta-arrow {
    transform: rotate(90deg);
  }

  .menu-dd-lnk {
    width: 90vw;
    padding: 5vw 3vw;
    font-size: 4.5vw;
  }

  .menu-dd-lnk:hover {
    background-color: var(--black);
  }

  .menu-dd-tggl {
    width: 60vw;
    padding-top: 1.45em;
    padding-bottom: 1.45em;
    padding-left: 5vw;
    font-size: 8vw;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    font-size: 1.7em;
    left: -37%;
  }

  .toggle-icon_menu {
    margin-top: 3.5vw;
    margin-right: 0;
  }

  .content-box-bottom {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .content-box-top.top-padding {
    padding: 8.31em 2.75em 2.75em;
  }

  .message-wrapper.bg-off.corp-color_left-line {
    border-left-width: 2vw;
    padding-left: .34em;
    display: flex;
  }

  .big-bold-span.size-minus {
    font-size: 1rem;
    line-height: 100%;
  }

  .left-column {
    width: 100%;
    padding: 10vw 5vw;
  }

  .left-column.main-content, .left-column.main-content.no-bg.footer {
    padding-left: 5vw;
  }

  .left-column.main-content.custom {
    padding-right: 5vw;
  }

  .left-column.main-content.darker.footer {
    padding-left: 5vw;
  }

  .right-column-wide, .right-column-wide.aux-content {
    width: 100%;
  }

  .right-column-wide.aux-content.color-corp.footer {
    background-color: var(--black);
  }

  .right-column-wide.aux-content.footer {
    justify-content: center;
    align-items: center;
    padding: 10vw 5vw;
  }

  .right-column-wide.aux-content.mob {
    display: flex;
  }

  .btkp-img-info {
    position: relative;
    bottom: 0%;
    right: -17%;
  }

  .cab_content-img {
    bottom: -27%;
    right: -11%;
  }

  .cab_content-img.size-01 {
    display: inline-block;
  }

  .cab_content-img.size-02 {
    width: 15em;
  }

  .width-limiter, .width-limiter.em {
    width: 100%;
  }

  .content-image_wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .content-image_wrapper.top-right.size-1 {
    margin-left: auto;
    margin-right: auto;
    right: 0%;
  }

  .content-image_wrapper.position-01 {
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: 0%;
    right: 0%;
  }

  .content-image_wrapper.position-02 {
    right: 0%;
  }

  .hero-img-_wrapper.cab {
    inset: auto 0% 0% 23%;
  }

  .container-flex {
    flex-flow: wrap-reverse;
  }

  .right-column_content-wrapper {
    width: 100%;
  }

  .left-column_content-wrapper {
    min-height: 500px;
  }

  .map-wrapper {
    width: 100%;
    padding-top: 0;
    position: relative;
    overflow: hidden;
  }

  .div-block {
    margin-bottom: 1.25em;
  }

  .paragraph-2 {
    font-size: 4vw;
  }

  .grid-2 {
    display: none;
  }

  .lightbox-link {
    width: 13em;
  }

  .lightbox-link.vert {
    width: 10em;
  }

  .info-para {
    font-size: 4vw;
  }

  .vertical-line {
    align-items: center;
  }

  .div-block-2 {
    flex-flow: column;
  }

  ._404-text {
    font-size: 45vw;
  }

  ._404-message-wrapper {
    padding-left: 9vw;
    padding-right: 9vw;
    inset: 20% 0% auto;
  }

  .heading-404 {
    font-size: 6vw;
    line-height: 120%;
  }

  .text-block-4 {
    color: var(--accent-color);
    font-size: 4vw;
  }

  .select-field {
    background-color: var(--corporate-color);
    color: var(--white);
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .phone-input {
    width: 100%;
    height: 50px;
    font-size: 4.2vw;
  }

  .mobmap {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bigmap {
    display: none;
  }

  .cookie-icon {
    width: 16%;
  }

  .bottom-cookie-wrapper {
    flex-flow: column;
    padding-top: 25px;
  }

  .paragraph-3 {
    font-size: .9rem;
  }

  .paragraph-3.color-white {
    font-size: .9rem;
    line-height: 120%;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

#w-node-_8f073b69-8fc2-ec4b-833d-983aeb63b36c-9cd87ba8 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-ac7f59bf-5c0d-cc0b-ab0c-96ba7ef247a9-9cd87ba8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ac7f59bf-5c0d-cc0b-ab0c-96ba7ef247ab-9cd87ba8 {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-ac7f59bf-5c0d-cc0b-ab0c-96ba7ef247ac-9cd87ba8 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-ac7f59bf-5c0d-cc0b-ab0c-96ba7ef247ad-9cd87ba8 {
  grid-area: 4 / 1 / 5 / 6;
}

#w-node-ac7f59bf-5c0d-cc0b-ab0c-96ba7ef247ae-9cd87ba8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ac7f59bf-5c0d-cc0b-ab0c-96ba7ef247b0-9cd87ba8 {
  grid-area: 1 / 4 / 6 / 5;
}

#w-node-_1f7dba7a-266f-f5a1-8af5-77e8b82de3a1-376e8ac8 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d7ca21d9-4cf3-c7cf-0190-691040d60305-376e8ac8, #w-node-_10b3f8d9-6c4a-73fe-a256-a7c97eacf0cd-376e8ac8, #w-node-_05cc788f-0650-d25d-5aab-971568e70dee-376e8ac8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8cc0c0eb-e35d-567a-8c1c-4ea4f4ac71e7-376e8ac8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_24a4bb45-0f52-afde-1739-c62e5f30c818-376e8ac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aed793d-9f53-bd68-82a5-46aa7df2d7fe-376e8ac8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_431a92f7-2ad9-e9d9-749c-c42125b0086e-376e8ac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_1f7dba7a-266f-f5a1-8af5-77e8b82de3a1-376e8ac8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10b3f8d9-6c4a-73fe-a256-a7c97eacf0cd-376e8ac8 {
    grid-row: span 1 / span 1;
  }

  #w-node-_8cc0c0eb-e35d-567a-8c1c-4ea4f4ac71e7-376e8ac8, #w-node-_8aed793d-9f53-bd68-82a5-46aa7df2d7fe-376e8ac8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


