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

body {
  font-family: Roboto, sans-serif;
  color: #717070;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

h1 {
  min-width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fdfdfd;
  font-size: 5rem;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fdfdfd;
  font-size: 2.5rem;
  line-height: 140%;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #090909;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #090909;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  border-radius: 20px 100px 100px;
  color: #fdfdfd;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}

.nav-container {
  position: relative;
  display: block;
  overflow: auto;
  height: 80px;
  max-height: none;
  max-width: 1260px;
  min-height: auto;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 500px;
  max-width: none;
  min-height: 300px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #292929;
}

.content {
  max-width: 1260px;
  min-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  max-width: 1260px;
  min-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.heading-1 {
  font-weight: 500;
}

.heading-2 {
  font-size: 2.5rem;
  line-height: 140%;
  font-weight: 500;
}

.heading-2.text-color-black {
  margin: 0px;
  color: #090909;
  font-size: 2rem;
  line-height: 130%;
  font-weight: 700;
}

.heading-2.text-color-black.center {
  text-align: center;
}

.heading-2.text-color-white.center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

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

.hero-section {
  position: relative;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: auto;
  background-color: transparent;
  background-image: url('../images/Landing-Page-6.jpg');
  background-position: 50% 0%;
  background-size: auto 680px;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.footer-section {
  background-color: #090909;
}

.phone-mail-buttons {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 220px;
  padding-top: 80px;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.phone-button {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  padding-left: 0px;
  border-radius: 100px 10px 100px 100px;
  background-color: #e31419;
  background-image: url('../images/Phone.svg');
  background-position: 12px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 0.875rem;
  cursor: pointer;
}

.mail-button {
  width: 48px;
  height: 48px;
  padding-left: 0px;
  border-radius: 100px 10px 100px 100px;
  background-color: #07a6ff;
  background-image: url('../images/Mail.svg');
  background-position: 12px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 0.875rem;
  cursor: pointer;
}

.hero-container {
  position: relative;
  max-height: none;
  max-width: 1260px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
}

.hero-colums {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.hero-column-left {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  border-radius: 20px 60px;
  background-color: #090909;
}

.hero-column-right {
  display: block;
  padding: 60px;
  border-radius: 60px 20px;
  background-color: #090909;
}

.hero-box-left-wrapper {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.hero-box-right-wrapper {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.display-header1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 500px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  -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;
}

.hero-heading-1 {
  font-size: 4rem;
  letter-spacing: 1px;
  text-indent: 1px;
}

.hero-box-header {
  margin-bottom: 20px;
}

.header-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero-heading2 {
  text-align: center;
}

.hero-heading2.text-color-white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 130%;
  font-weight: 700;
}

.hero-box-text {
  margin-bottom: 20px;
}

.hero-text {
  margin-bottom: 0px;
  color: #e2e1e1;
  font-size: 1rem;
  text-align: center;
}

.hero-box-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.button {
  padding: 12px 24px;
  border-radius: 100px;
}

.button.button-red {
  background-color: #e31419;
  font-size: 0.875rem;
}

.button.button-red:hover {
  background-color: #cc1216;
}

.button.button-red:visited {
  background-color: #e31419;
}

.button.button-blue {
  background-color: #07a6ff;
  font-size: 0.875rem;
}

.button.button-blue:hover {
  background-color: #0696e7;
}

.offer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
}

.card-colums {
  margin-left: 0px;
}

.card-description-02-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.card-description-02-04.number-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Number-01.svg');
  background-position: 60px 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.card-description-02-04.number-03 {
  background-image: url('../images/Number-03.svg');
  background-position: 60px 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.paragraph {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 1rem;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.card-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.offer-description-card-02-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.offer-description-card-02-04.number-02 {
  background-image: url('../images/Number-02.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.offer-description-card-02-04.number-04 {
  background-image: url('../images/Number-04.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.realization-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #090909;
}

.realization-section {
  height: auto;
  padding-top: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.header-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.realization-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.realization-gallery-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 565px;
  max-width: 1260px;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #090909;
}

.slide-nav {
  height: auto;
  color: #4b4b4b;
  font-size: 0.25rem;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  -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;
  background-color: #090909;
  opacity: 0.5;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #090909;
  opacity: 0.5;
}

.mask {
  width: auto;
  height: 535px;
  max-width: 1260px;
  min-width: auto;
}

.image {
  border-radius: 20px;
}

.gallery-slide {
  width: 400px;
  max-width: none;
  min-width: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.image-2 {
  border-radius: 20px;
}

.image-3 {
  border-radius: 20px;
}

.text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e2e1e1;
}

.text-box-paragraph {
  width: auto;
  max-width: none;
  color: #4b4b4b;
  font-size: 1rem;
  text-align: center;
}

.text-box-paragraph.text-color-white {
  color: #fdfdfd;
}

.div-block {
  max-width: 620px;
  margin: 20px auto;
}

.div-block-2 {
  width: auto;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  color: #4b4b4b;
}

.quote-card {
  max-width: 834px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 60px 60px;
  border-radius: 60px 20px;
  background-color: #eeeded;
  background-image: url('../images/Quota-Open.svg');
  background-position: 60px 60px;
  background-size: auto;
  background-repeat: no-repeat;
}

.quote-text {
  padding-bottom: 60px;
  background-image: url('../images/Quota.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #4b4b4b;
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
}

.signature-text {
  color: #4b4b4b;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.recommendation-container {
  max-width: 1260px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 180px;
  padding-bottom: 180px;
}

.recommendation-section {
  display: none;
}

.inquiry-form-section {
  padding-bottom: 0px;
  background-color: #eeeded;
}

.inquiry-form-container {
  max-width: 1260px;
  margin-top: 0px;
  padding: 180px 60px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 130%;
}

.checkbox-fields {
  display: block;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbbbb;
  border-radius: 4px;
  background-color: #fdfdfd;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-left: -20px;
  border-color: #bcbbbb;
  background-color: #fdfdfd;
  color: #4b4b4b;
}

.checkbox:hover {
  border-color: #4b4b4b;
}

.checkbox.w--redirected-checked {
  border-color: #4b4b4b;
  background-color: #4b4b4b;
  background-image: url('../images/Check.svg');
  background-position: 50% 50%;
  background-size: auto 16px;
}

.checkbox.w--redirected-focus {
  border-color: #e2e1e1;
  box-shadow: none;
}

.checkbox.w--redirected-focus-visible {
  border-color: #e2e1e1;
}

.checkbox-label {
  margin-left: 4px;
  color: #4b4b4b;
  font-size: 0.875rem;
}

.checkbox-field {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

.contact-details-columns {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.field-label {
  margin-bottom: 2px;
  color: #4b4b4b;
  font-size: 0.875rem;
  font-weight: 400;
}

.text-field {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbbbb;
  border-radius: 4px;
}

.form {
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.contact-details-column {
  padding-bottom: 40px;
}

.services-message-columns {
  margin-bottom: 0px;
}

.services-message-column-left {
  padding-right: 60px;
}

.textarea {
  display: block;
  height: auto;
  max-height: 0px;
  min-height: 255px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbbbb;
  border-radius: 4px;
}

.privacy-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

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

.submit-button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 24px;
  border-radius: 100px;
  background-color: #07a6ff;
  font-size: 0.875rem;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #0696e7;
}

.submit-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-bottom: 0px;
}

.service-name-text {
  padding-right: 0px;
  padding-left: 0px;
  color: #fdfdfd;
  font-size: 1rem;
  font-weight: 700;
}

.services {
  position: static;
  margin-top: 20px;
}

.service-item {
  position: static;
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
}

.service-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #090909;
  color: #4b4b4b;
}

.service-list {
  display: block;
  margin-top: 4px;
}

.footer-container {
  height: auto;
  max-width: 1260px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-menu {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.footer-link {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}

.company-contact-details-wrapper {
  height: auto;
}

.company-contact-details {
  padding-top: 40px;
}

.footer-text {
  color: #fdfdfd;
  font-size: 0.875rem;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-info-text {
  color: #bcbbbb;
  font-size: 0.875rem;
}

.footer-column-right {
  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;
}

.footer-phone-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-phone {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.footer-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.recommendation-slider {
  height: auto;
  max-height: none;
  min-height: auto;
  background-color: transparent;
}

.rekommendation-slide {
  height: auto;
  max-height: none;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  color: #4b4b4b;
  font-size: 0.25rem;
}

.page-quota-container {
  max-width: 1260px;
  padding-top: 180px;
}

.page-quota-wrapper {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url('../images/Quota-Open.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.page-quota-text {
  padding-bottom: 60px;
  background-image: url('../images/Quota-Close.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 1.25rem;
}

.paragraph-2 {
  color: #4b4b4b;
  font-style: italic;
  text-align: center;
}

.page-hero-section {
  background-image: url('../images/Company-Page.jpg');
  background-position: 50% 0%;
  background-size: auto 500px;
  background-repeat: no-repeat;
}

.page-hero-section.hero-company {
  background-image: url('../images/Page.jpg');
  background-position: 50% 0%;
  background-size: auto;
}

.page-hero-section.hero-offer {
  background-image: url('../images/Page.jpg');
  background-position: 50% 0%;
  background-size: auto 500px;
}

.page-hero-container {
  max-width: 1260px;
  min-height: 500px;
}

.page-display-header1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -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;
}

.company-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 180px;
  grid-row-gap: 180px;
}

.offer-list {
  padding-top: 0px;
  padding-left: 20px;
}

.offer-list-item {
  margin-bottom: 4px;
}

.text-block {
  color: #4b4b4b;
  font-size: 1rem;
}

.support-conteiner {
  max-width: 1260px;
  padding-top: 180px;
  padding-bottom: 180px;
}

.support-steps {
  height: auto;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.steps-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.step-list-item-left {
  max-width: 620px;
  padding-top: 40px;
}

.step-list-item-left.step-number-01 {
  max-width: 620px;
  padding-top: 48px;
  background-image: url('../images/Number-01.svg');
  background-position: 0px 0px;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.step-list-item-left.step-number-03 {
  max-width: 620px;
  padding-top: 40px;
  background-image: url('../images/Number-03.svg');
  background-position: 0px 0px;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.step-list-item-left.step-number-05 {
  background-image: url('../images/Number-05.svg');
  background-position: 0px 0px;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.step-list-item-left.step-number-07 {
  background-image: url('../images/Number-07.svg');
  background-position: 0px 0px;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.step-list-item-right {
  max-width: 620px;
  margin-top: 20px;
  margin-left: 220px;
  padding-top: 40px;
}

.step-list-item-right.step-number-02 {
  margin-top: 0px;
  margin-left: 220px;
  background-image: url('../images/Number-02.svg');
  background-position: 100% 0%;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.step-list-item-right.step-number-04 {
  margin-left: 220px;
  background-image: url('../images/Number-04.svg');
  background-position: 100% 0%;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.step-list-item-right.step-number-06 {
  background-image: url('../images/Number-06.svg');
  background-position: 100% 0%;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.desktop-navbar-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 70px;
  max-height: none;
  background-color: transparent;
}

.nav-bar-container {
  max-width: 1260px;
}

.mobile-brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  padding-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.desktop-nav-menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.desktop-nav-menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  margin-right: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.brand-logo-link.w--current {
  border: 0px solid #000;
  border-radius: 0px;
}

.nav-menu-link {
  padding: 8px 0px;
  border-radius: 0px;
  -webkit-transition: border 400ms ease, color 400ms ease;
  transition: border 400ms ease, color 400ms ease;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-menu-link:hover {
  border-bottom: 1px solid #bcbbbb;
  color: #bcbbbb;
}

.phone-mobile-link {
  display: inline;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.phone-mobile-link:hover {
  color: #e8e7e7;
}

.phone-mobile-link:active {
  color: #fdfdfd;
}

.phone-wrapper {
  display: block;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mail-wrapper {
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 40px;
}

.mail-link {
  font-size: 0.875rem;
  text-decoration: none;
}

.mail-link:hover {
  color: #fdfdfd;
}

.mail-link:active {
  color: #fdfdfd;
}

.mail-link:focus {
  color: #fdfdfd;
}

.mail-link:focus-visible {
  color: #fdfdfd;
}

.mail-link[data-wf-focus-visible] {
  color: #fdfdfd;
}

.mail-link:visited {
  color: #fdfdfd;
}

.desktop-navbar-container {
  max-width: 1260px;
}

.mobile-navbar-section {
  display: none;
}

.service-list-show-hide-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
  background-color: transparent;
}

.image-9 {
  height: 20px;
}

.div-block-3 {
  position: relative;
}

.success-message {
  background-color: #3ab8ff;
  color: #3ab8ff;
}

.text-block-2 {
  color: #fdfdfd;
}

.error-message {
  padding: 20px;
  background-color: #ea4044;
}

.text-block-3 {
  color: #fdfdfd;
  text-align: center;
}

.container {
  max-width: 1260px;
}

.privacy-policy-container {
  max-width: 820px;
  margin-top: 100px;
  margin-bottom: 180px;
}

.heading-4 {
  color: #090909;
}

.privancy-police-list {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.privancy-police-list-item {
  color: #090909;
}

.privancy-police-link {
  color: #07a6ff;
  font-size: 0.875rem;
  text-decoration: none;
}

.paragraph-3 {
  color: #090909;
}

.mail-thank-you-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  margin-top: 180px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.thank-you-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.paragraph-4 {
  margin-top: 20px;
  color: #090909;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .hero-heading2.text-color-white {
    margin-bottom: 0px;
  }

  .text-box-paragraph {
    width: 560px;
  }

  .footer-info {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-2.text-color-black {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #090909;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .heading-2.text-color-white.center {
    font-size: 2.5rem;
  }

  .hero-section {
    min-height: 780px;
    background-size: auto 780px;
  }

  .display-header1 {
    max-width: 1050px;
    min-height: 600px;
  }

  .hero-heading-1 {
    font-size: 5rem;
  }

  .hero-heading2.text-color-white {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.5rem;
  }

  .hero-text {
    margin-bottom: 20px;
  }

  .offer-container {
    padding-top: 0px;
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .card-description-02-04 {
    padding-top: 60px;
    padding-left: 60px;
  }

  .realization-container {
    display: block;
    padding-bottom: 180px;
  }

  .realization-section {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .header-with-icon {
    max-width: none;
    padding-top: 0px;
  }

  .realization-gallery {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  p {
    color: #4b4b4b;
  }

  .nav-container {
    min-height: auto;
  }

  .hero-section {
    min-height: 780px;
  }

  .phone-mail-buttons {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 80px;
  }

  .hero-container {
    min-height: auto;
  }

  .hero-colums {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .display-header1 {
    min-height: 600px;
  }

  .hero-heading2.text-color-white {
    margin-bottom: 0px;
  }

  .hero-box-text {
    color: transparent;
  }

  .hero-text {
    margin-bottom: 20px;
  }

  .header-with-icon {
    padding-top: 0px;
  }

  .mask {
    width: auto;
    min-width: 450px;
  }

  .inquiry-form-section {
    background-color: #eeeded;
  }

  .page-hero-section.hero-company {
    background-image: url('../images/Page.jpg');
    background-position: 50% 0%;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    display: block;
    height: 70px;
    min-height: auto;
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2.text-color-black {
    font-size: 1.375rem;
    line-height: 130%;
  }

  .hero-section {
    background-size: auto 500px;
  }

  .phone-mail-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .phone-button {
    display: block;
    padding-right: 0px;
    background-color: transparent;
  }

  .mail-button {
    display: block;
    padding-right: 0px;
    -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;
    background-color: transparent;
  }

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

  .hero-colums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .hero-column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #090909;
  }

  .hero-box-left-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-box-right-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .display-header1 {
    min-height: 380px;
    padding-top: 60px;
  }

  .hero-heading-1 {
    font-size: 3rem;
  }

  .hero-box-header {
    margin-bottom: 16px;
  }

  .hero-heading2.text-color-white {
    font-size: 1.25rem;
  }

  .hero-box-text {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .hero-text {
    font-size: 0.875rem;
    line-height: 130%;
  }

  .button.button-red {
    padding: 8px 20px;
    font-size: 0.75rem;
  }

  .button.button-blue {
    padding: 8px 20px;
    font-size: 0.75rem;
  }

  .offer-container {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .card {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .card-image {
    padding-left: 0px;
  }

  .card-description-02-04.number-01 {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 20px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-position: 20px 0%;
    background-size: auto 40px;
  }

  .card-description-02-04.number-03 {
    padding-top: 40px;
    padding-left: 20px;
    background-position: 20px 0%;
    background-size: auto 40px;
  }

  .paragraph {
    font-size: 0.875rem;
  }

  .card-button-wrapper {
    margin-top: 0px;
  }

  .offer-description-card-02-04.number-02 {
    padding-top: 40px;
    padding-right: 20px;
    background-size: auto 40px;
  }

  .offer-description-card-02-04.number-04 {
    padding-top: 40px;
    padding-right: 20px;
    background-size: auto 40px;
  }

  .realization-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .realization-section {
    padding-top: 0px;
    background-color: #090909;
  }

  .header-with-icon {
    display: block;
    padding-top: 20px;
  }

  .realization-gallery {
    height: 550px;
  }

  .realization-gallery-slider {
    height: 530px;
    max-width: 760px;
    min-width: auto;
  }

  .mask {
    height: auto;
  }

  .gallery-slide {
    width: 370px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .text-box-paragraph {
    max-width: 70%;
    min-width: auto;
    font-size: 0.875rem;
  }

  .quote-card {
    margin-right: 20px;
    margin-left: 20px;
  }

  .quote-text {
    font-size: 1rem;
  }

  .recommendation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -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;
  }

  .inquiry-form-container {
    padding: 60px 20px;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .contact-details-columns {
    display: block;
    margin-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-field {
    margin-right: 0px;
  }

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

  .contact-details-column.inquiry-form-padding {
    padding-right: 5px;
  }

  .services-message-column-left {
    display: block;
    padding-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .textarea {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 200px;
    margin: 12px 0px 40px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .services-message-column-right {
    padding-left: 10px;
  }

  .submit-button {
    margin-right: auto;
    margin-left: auto;
  }

  .submit-button-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-container {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-menu {
    padding-bottom: 40px;
  }

  .company-contact-details {
    padding-top: 20px;
  }

  .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-info-text {
    color: #bcbbbb;
  }

  .footer-phone-mail {
    padding-top: 105px;
  }

  .recommendation-slider {
    width: 100%;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .page-quota-container {
    padding-top: 60px;
  }

  .page-quota-wrapper {
    max-width: 400px;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .page-hero-section {
    background-size: auto 320px;
  }

  .page-hero-section.hero-company {
    background-size: auto 300px;
  }

  .page-hero-section.hero-offer {
    background-image: url('../images/Page.jpg');
    background-position: 50% 0%;
    background-size: auto 300px;
  }

  .page-hero-container {
    min-height: 300px;
  }

  .page-display-header1 {
    min-height: 300px;
  }

  .company-info-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .support-conteiner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .support-steps {
    padding-right: 20px;
    padding-left: 20px;
  }

  .desktop-navbar-section {
    margin-right: 0px;
    padding-right: 10px;
  }

  .mobile-brand-logo {
    padding-left: 20px;
  }

  .privacy-policy-container {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mail-thank-you-container {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-size: auto 400px;
  }

  .phone-mail-buttons {
    display: block;
  }

  .phone-button {
    display: block;
  }

  .mail-button {
    display: block;
  }

  .hero-colums {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-column-left {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-column-right {
    -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;
  }

  .display-header1 {
    min-height: 320px;
  }

  .hero-heading-1 {
    font-size: 2.5rem;
  }

  .hero-box-text {
    margin-bottom: 20px;
  }

  .hero-text {
    margin-bottom: 0px;
    font-size: 0.875rem;
  }

  .card {
    padding-top: 0px;
  }

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

  .card-column-right {
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .card-image {
    height: auto;
    padding-top: 0px;
  }

  .card-description-02-04.number-01 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-position: 0px 0%;
  }

  .card-description-02-04.number-03 {
    padding-left: 0px;
    background-position: 0px 0%;
  }

  .offer-description-card-02-04.number-02 {
    margin-top: 40px;
    padding-right: 0px;
  }

  .offer-description-card-02-04.number-04 {
    padding-right: 0px;
  }

  .realization-gallery {
    height: 350px;
  }

  .realization-gallery-slider {
    height: 330px;
    max-width: 460px;
  }

  .gallery-slide {
    width: 220px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .text-box-paragraph {
    width: 460px;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: none;
  }

  .contact-details-columns {
    margin-bottom: 28px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-details-column {
    padding-bottom: 12px;
  }

  .contact-details-column.inquiry-form-padding {
    padding-bottom: 12px;
  }

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

  .textarea {
    margin-bottom: 40px;
  }

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

  .service-name-text {
    font-size: 0.875rem;
  }

  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .page-quota-container {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-hero-section.hero-company {
    background-image: url('../images/Page.jpg');
    background-position: 50% 0%;
    background-size: auto 300px;
  }

  .page-hero-section.hero-offer {
    background-image: url('../images/Page.jpg');
  }

  .company-info-container {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .step-list-item-right.step-number-02 {
    margin-left: 120px;
  }

  .step-list-item-right.step-number-04 {
    margin-left: 120px;
  }

  .step-list-item-right.step-number-06 {
    margin-left: 120px;
  }

  .desktop-navbar-section {
    display: none;
  }

  .mobile-brand-logo {
    display: block;
    padding-top: 0px;
  }

  .desktop-nav-menu-wrapper {
    display: block;
  }

  .nav-menu-link {
    display: block;
    text-align: left;
  }

  .mobile-navbar-section {
    position: fixed;
    z-index: 101;
    display: block;
    width: 100%;
    height: 70px;
    background-color: transparent;
    color: transparent;
  }

  .mobile-navbar-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    max-width: 1260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }

  .hamburger-button-show {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 50;
    width: 48px;
    height: 48px;
    margin-top: 18px;
    margin-right: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(9, 9, 9, 0.9);
    background-image: url('../images/Hamburger.svg');
    background-position: 50% 50%;
    background-size: auto 36px;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .brand-logo-hamburger {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -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;
    background-color: #090909;
  }

  .mobile-nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 49;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 110px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(9, 9, 9, 0.9);
    opacity: 1;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
  }

  .mobile-phone-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 225px;
    height: 40px;
    margin-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #e31419;
    background-image: url('../images/Phone.svg');
    background-position: 12px 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .mobile-phone-button:hover {
    background-color: #cc1216;
  }

  .mobile-mail-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 225px;
    height: 40px;
    margin-top: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #07a6ff;
    background-image: url('../images/Mail.svg');
    background-position: 12px 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .mobile-mail-button:hover {
    background-color: #0696e7;
  }

  .hamburger-button-hide {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 49;
    width: 48px;
    height: 48px;
    margin-top: 18px;
    margin-right: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #090909;
    background-image: url('../images/Close.svg');
    background-position: 50% 50%;
    background-size: auto 36px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section {
    background-size: auto 360px;
  }

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

  .hero-column-left {
    padding: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .hero-column-right {
    padding: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .hero-box-left-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .display-header1 {
    min-height: 280px;
    padding-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2rem;
  }

  .hero-box-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-heading2.text-color-white {
    margin-bottom: 0px;
    font-size: 1.375rem;
    text-align: center;
  }

  .hero-box-text {
    display: block;
  }

  .hero-text {
    display: block;
  }

  .card-column-left {
    display: block;
  }

  .card-description-02-04 {
    padding-left: 0px;
  }

  .offer-description-card-02-04 {
    padding-right: 0px;
  }

  .realization-gallery {
    height: 460px;
  }

  .realization-gallery-slider {
    height: 435px;
    max-width: 320px;
  }

  .gallery-slide {
    width: 300px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-box-paragraph {
    display: block;
    width: 280px;
    max-width: none;
    margin: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-box-paragraph.text-color-white {
    width: 280px;
    max-width: none;
  }

  .heading-3 {
    line-height: 130%;
    letter-spacing: normal;
  }

  .service-name {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-menu {
    -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;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-link:hover {
    color: #bcbbbb;
  }

  .company-contact-details-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-phone-mail {
    padding-top: 8px;
    padding-left: 0px;
  }

  .page-hero-section {
    background-size: auto 320px;
  }

  .page-hero-section.hero-company {
    background-size: auto 320px;
  }

  .page-hero-section.hero-offer {
    background-image: url('../images/Page.jpg');
    background-size: auto 320px;
  }

  .page-hero-container {
    min-height: 320px;
  }

  .step-list-item-right.step-number-02 {
    margin-left: 0px;
  }

  .step-list-item-right.step-number-04 {
    margin-left: 0px;
  }

  .step-list-item-right.step-number-06 {
    margin-left: 0px;
  }

  .hamburger-button-show {
    right: 10px;
    margin-top: 18px;
    margin-right: 10px;
  }

  .hamburger-button-hide {
    margin-top: 18px;
  }
}

