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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.hero {
  overflow: hidden;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#262626), to(#000));
  background-image: linear-gradient(90deg, #262626, #000);
}

.navbar {
  z-index: 2;
  display: block;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.nav-menu {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 500;
}

.nav_item {
  margin-right: 48px;
  padding: 24px 0px 12px;
  border-bottom: 3px solid transparent;
  color: #fff;
  font-size: 18px;
}

.nav_item:hover {
  border-bottom: 2px solid #a3151e;
}

.nav_item:active {
  border-bottom-width: 3px;
}

.nav_item:focus {
  border-bottom-color: #a3151e;
}

.body {
  font-family: 'Bai Jamjuree', sans-serif;
  color: #efefef;
}

.phone {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1256px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 170px;
  font-size: 72px;
  line-height: 88px;
}

.heading.h1 {
  padding-top: 100px;
  font-size: 60px;
  line-height: 70px;
}

.container-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1256px;
}

.div-block {
  width: 50%;
}

.div-block-2 {
  width: 50%;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  color: #9d9d9d;
  font-size: 22px;
  line-height: 32px;
}

.button {
  margin-top: 0px;
  margin-bottom: 200px;
  margin-left: 0%;
  padding: 16px 40px;
  background-color: #a3151e;
}

.button.b_right {
  margin-top: 20px;
  margin-bottom: 130px;
  margin-left: 15%;
}

.button.submit {
  display: block;
  margin: 24px auto 0px;
  float: right;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  overflow: hidden;
  width: 60%;
  max-height: none;
  max-width: 1256px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.image-3 {
  max-width: 100%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-4 {
  padding-right: 24px;
}

.onas {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.columns-2 {
  display: block;
  max-width: 1256px;
  margin-top: 108px;
  margin-right: auto;
  margin-left: auto;
}

.h2 {
  max-width: 90%;
  color: #262626;
  font-size: 48px;
  line-height: 60px;
}

.h2.right {
  max-width: 100%;
  padding-left: 15%;
}

.h2.center {
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0px;
  text-align: center;
}

.h2.white {
  margin-top: 0px;
  margin-bottom: 64px;
  color: #fff;
}

.paragraph_basic {
  max-width: 90%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #262626;
  font-size: 18px;
  line-height: 28px;
}

.paragraph_basic.right {
  max-width: 100%;
  margin-top: 30px;
  padding-left: 15%;
}

.paragraph_basic.white {
  margin-top: 50px;
  color: #9d9d9d;
}

.uslugi {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

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

.bullets {
  margin-top: 30px;
  padding-left: 15%;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.usluga {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 24px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #262626;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.bullet {
  width: 16px;
  height: 16px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #a3151e;
}

.bullet.last {
  margin-bottom: 40px;
}

.materialy {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f5f5f5;
}

.container-3 {
  max-width: 1256px;
  clear: none;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.marg {
  margin-bottom: 130px;
}

.metal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.smaller {
  font-size: 16px;
}

.blank {
  max-width: 100%;
  background-color: transparent;
  color: transparent;
}

.footer {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #262626;
  background-image: -webkit-gradient(linear, left top, right top, from(#262626), to(#000));
  background-image: linear-gradient(90deg, #262626, #000);
  color: #fff;
}

.bottom_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #343434;
}

.icon {
  padding-right: 24px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.cols {
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

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

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

.field-label {
  margin-bottom: 12px;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 400;
}

.text-field {
  min-height: 48px;
  margin-bottom: 24px;
  padding: 14px 20px;
  border: 1px none #000;
  background-color: #2c2c2c;
  color: #fff;
  font-size: 16px;
}

.text-field:active {
  color: #fff;
}

.text-field.textarea {
  min-height: 100px;
}

.checkbox-label {
  padding-left: 16px;
  color: #9d9d9d;
  font-weight: 400;
}

.link {
  text-decoration: none;
}

.text-span-3 {
  color: #3967ff;
}

.checkbox-2 {
  padding: 8px;
}

.checkbox-2:hover {
  border-color: #a3151e;
}

.checkbox-2.w--redirected-checked {
  border-style: solid;
  border-color: #a3151e;
  background-color: #a3151e;
  background-size: 12px;
}

.checkbox-2.w--redirected-focus {
  border-color: #a3151e;
}

.success-message {
  background-color: #51c466;
  color: #17bb22;
}

.text-block-3 {
  color: #fff;
}

.error-message {
  background-color: #e92121;
}

.text-block-4 {
  color: #9d9d9d;
}

.bottom_menu {
  padding-top: 0px;
  padding-bottom: 0px;
}

.b_link {
  margin-left: 24px;
  padding-right: 20px;
  padding-left: 20px;
  color: #efefef;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.sm {
  margin-left: 24px;
  padding: 20px 0px 20px 20px;
}

.sm.hamb {
  display: none;
}

.column-6 {
  padding-right: 10px;
  padding-left: 0px;
}

.text-span-4 {
  font-weight: 600;
}

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

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

.rodo {
  margin-right: 30px;
  margin-left: 30px;
  padding-bottom: 100px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-9 {
  color: #a3151e;
}

.h3 {
  color: #262626;
  font-weight: 600;
  text-align: center;
}

.kontakt {
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .hero {
    overflow: visible;
    background-image: -webkit-gradient(linear, left top, right top, from(#262626), to(#000));
    background-image: linear-gradient(90deg, #262626, #000);
  }

  .phone {
    padding-top: 4px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading.h1 {
    padding-top: 170px;
    font-size: 72px;
    line-height: 88px;
  }

  .button {
    margin-bottom: 320px;
    margin-left: 0%;
    padding-right: 40px;
    padding-bottom: 16px;
    padding-left: 40px;
    font-size: 18px;
  }

  .button:hover {
    background-color: #d51215;
  }

  .button.b_right {
    margin-top: 40px;
  }

  .div-block-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    min-height: 0px;
    padding-left: 376px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-4 {
    padding-top: 4px;
    padding-right: 24px;
    padding-left: 0px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .h2 {
    max-width: 85%;
  }

  .h2.right {
    max-width: 100%;
    padding-left: 15%;
  }

  .h2.center {
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .h2.white {
    margin-top: 0px;
  }

  .paragraph_basic {
    max-width: 80%;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph_basic.right {
    max-width: 100%;
    padding-left: 15%;
  }

  .column-3 {
    padding-top: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .item {
    margin-bottom: 16px;
  }

  .usluga {
    font-size: 20px;
  }

  .bullet {
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .container-3 {
    padding-bottom: 0px;
  }

  .row {
    margin-top: 0px;
  }

  .metal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    background-image: -webkit-gradient(linear, left top, right top, from(#262626), to(#000));
    background-image: linear-gradient(90deg, #262626, #000);
  }

  .bottom_nav {
    border-top: 1px solid #343434;
    border-radius: 0px;
  }

  .link-block {
    margin-bottom: 24px;
    text-decoration: none;
  }

  .cols {
    padding-top: 100px;
  }

  .field-label {
    margin-bottom: 12px;
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 400;
  }

  .text-field {
    padding: 14px 20px;
    border: 1px none #000;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 16px;
  }

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

  .form-2 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav_item {
    margin-right: 40px;
  }

  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading.h1 {
    padding-top: 90px;
    font-size: 48px;
    line-height: 60px;
  }

  .paragraph {
    font-size: 18px;
  }

  .button {
    margin-bottom: 140px;
  }

  .div-block-3 {
    width: 70%;
  }

  .div-block-5 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .onas {
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .h2 {
    max-width: 88%;
    font-size: 36px;
    line-height: 48px;
  }

  .h2.right {
    margin-top: 10px;
  }

  .paragraph_basic {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph_basic.right {
    margin-top: 20px;
  }

  .uslugi {
    padding-right: 30px;
    padding-left: 30px;
  }

  .usluga {
    font-size: 16px;
    line-height: 24px;
  }

  .materialy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .field-label {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
  }

  .text-field {
    min-height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-style: none;
    border-width: 1px;
    border-color: #262626;
    background-color: #2c2c2c;
    font-size: 16px;
  }

  .b_link {
    margin-left: 8px;
    font-size: 14px;
  }

  .sm {
    margin-left: 8px;
  }

  .sm.hamb {
    display: none;
    overflow: visible;
  }

  .h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .kontakt {
    font-size: 36px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    z-index: 4;
    width: auto;
    background-color: transparent;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 160px;
    padding-left: 30px;
    background-color: #262626;
  }

  .nav_item {
    padding-bottom: 24px;
    font-size: 20px;
  }

  .brand {
    z-index: 5;
    padding-left: 0px;
  }

  .div-block {
    width: 90%;
  }

  .div-block-2 {
    width: 10%;
  }

  .button {
    margin-bottom: 240px;
  }

  .button.b_right {
    margin-bottom: 60px;
    margin-left: 0%;
  }

  .div-block-3 {
    overflow: visible;
    width: 100%;
    max-height: 0px;
  }

  .div-block-5 {
    display: none;
    overflow: visible;
  }

  .columns-2 {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-2.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .h2 {
    max-width: 100%;
  }

  .h2.right {
    margin-top: 0px;
    padding-left: 0%;
  }

  .paragraph_basic {
    max-width: 100%;
  }

  .paragraph_basic.right {
    padding-left: 0%;
  }

  .column-3 {
    padding-top: 0px;
  }

  .bullets {
    padding-left: 0%;
  }

  .materialy {
    margin-top: 60px;
  }

  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .metal {
    width: 50%;
  }

  .bottom_nav {
    height: auto;
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cols {
    padding-top: 80px;
  }

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

  .text-block-4 {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .bottom_menu {
    display: block;
  }

  .b_link {
    margin-left: 0px;
    padding-right: 32px;
    padding-left: 0px;
    float: none;
    clear: none;
  }

  .sm {
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 24px;
    padding-left: 0px;
  }

  .sm.hamb {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-right: 48px;
    padding-left: 0px;
    float: left;
    clear: none;
  }

  .column-6 {
    margin-top: 60px;
    padding-right: 0px;
  }

  .column-7 {
    overflow: visible;
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu-button {
    z-index: 5;
    margin-right: -10px;
    padding: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button.w--open {
    padding-left: 18px;
    background-color: transparent;
  }

  .image-6 {
    overflow: visible;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0%;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .image-8 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .lottie-animation {
    max-height: none;
    max-width: none;
    min-height: 64px;
    min-width: 64px;
    padding: 18px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    overflow: hidden;
    height: 100vh;
  }

  .body {
    overflow: visible;
  }

  .heading.h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    width: 0%;
  }

  .paragraph {
    margin-bottom: 60px;
    line-height: 28px;
  }

  .button {
    width: 100%;
    margin-bottom: 120px;
    text-align: center;
  }

  .div-block-3 {
    position: absolute;
    overflow: hidden;
    width: 148%;
    height: auto;
    max-height: none;
    max-width: 1256px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-3 {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: none;
    margin-left: 176px;
    padding-left: 0px;
    float: none;
    clear: none;
    opacity: 0.6;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .h2 {
    font-size: 30px;
    line-height: 44px;
  }

  .h2.center {
    margin-bottom: 60px;
  }

  .bullet {
    min-height: 16px;
    min-width: 16px;
  }

  .bullet.last {
    min-height: 16px;
    min-width: 16px;
  }

  .row {
    margin-bottom: 20px;
  }

  .smaller {
    font-size: 12px;
    line-height: 12px;
  }

  .cols {
    background-image: none;
  }

  .text-block-4 {
    padding-bottom: 20px;
  }

  .bottom_menu {
    display: block;
  }

  .b_link {
    display: inline-block;
    margin-left: 8px;
    padding-bottom: 0px;
  }

  .sm.hamb {
    margin-top: 4px;
    margin-left: 0px;
  }

  .menu-button {
    margin-right: -20px;
    margin-left: 0px;
    padding: 0px;
  }

  .image-8 {
    margin-top: 0px;
    margin-left: 0px;
    padding: 12px 12px 12px 0px;
  }

  .lottie-animation {
    max-height: none;
    max-width: none;
    min-height: 64px;
    min-width: 64px;
    padding: 18px;
  }

  .h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .kontakt {
    font-size: 32px;
    line-height: 44px;
  }
}

