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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  padding-bottom: 0px;
  font-family: 'Bliss Pro', sans-serif;
  color: #212121;
  font-size: 13px;
  line-height: 20px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 100vw;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 170px;
  margin-top: 22px;
  cursor: pointer;
}

.nav-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-about {
  height: auto;
}

.nav-link {
  margin-bottom: 0px;
  color: #212121;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block {
  margin-right: 6px;
  padding: 12px 18px 14px;
  text-decoration: none;
}

.button-cta {
  padding: 14px 26px;
  background-color: #212121;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-cta.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 1.2px;
}

.pergola {
  position: static;
  width: 100vw;
  height: auto;
  max-width: 1920px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.pergola-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1680px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 200px;
  padding-left: 200px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pergola-background {
  position: absolute;
  left: 40%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
  margin-top: 0px;
  margin-bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  opacity: 1;
}

.pergola-preview {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 32%;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(auto, auto) 1fr;
  grid-template-columns: minmax(auto, auto) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headline-homepage {
  width: 100%;
  margin-bottom: 80px;
}

.pergola-image-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.pergola-info-preview {
  width: 100%;
  height: auto;
  max-width: 440px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.project-feature-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-preview-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
}

.paragraph {
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.h1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #212121;
  font-size: 50px;
  line-height: 58px;
  font-weight: 800;
}

.h1.marquise {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 220px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.h1.pergola {
  padding-right: 60px;
}

.h2 {
  width: auto;
  max-width: 660px;
  min-width: auto;
  margin-top: 0px;
  color: #212121;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}

.h2.gallery {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  text-align: left;
}

.h2.about-us {
  width: 620px;
  max-width: none;
  text-align: left;
}

.h2.review {
  width: 440px;
  max-width: none;
  min-width: 0px;
}

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

.h2.pergola {
  margin-left: 0px;
}

.text {
  margin-bottom: 10px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.text.about-us {
  width: 470px;
}

.text.arch {
  max-width: 460px;
}

.text.pergola {
  width: auto;
  max-width: none;
}

.uppercase-description {
  width: auto;
  margin-bottom: 0px;
  color: #212121;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.uppercase-description.white {
  color: #fff;
}

.image {
  width: 420px;
  height: 540px;
  -o-object-fit: contain;
  object-fit: contain;
}

.feature-image-icon {
  width: auto;
  height: auto;
}

.paragraph-2 {
  width: auto;
  margin-bottom: 20px;
}

.form {
  display: block;
  overflow: visible;
  width: 100vw;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 360px;
  max-width: 1920px;
  min-height: 360px;
  min-width: 1040px;
  margin: 100px auto;
  padding: 50px 200px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #212121;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
}

.form-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-field {
  width: 260px;
  height: 46px;
  margin-right: 40px;
  margin-bottom: 0px;
  border: 0px none #000;
  background-color: #212121;
  box-shadow: 0 2px 0 0 #fff;
  color: #fff;
}

.lable {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button {
  padding: 14px 26px;
  background-color: #fff;
  color: #212121;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.marquise-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1680px;
  margin: 0px auto;
  padding-right: 200px;
  padding-bottom: 0px;
  padding-left: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.marquise-info-preview {
  width: 50%;
  padding-top: 20px;
}

.marquise-image-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  -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;
}

.tent-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tent-container {
  width: 1100px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

.tent {
  width: 100vw;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  width: 100vw;
  max-width: 1920px;
  margin: 100px auto 150px;
}

.slider-container {
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 200px;
  padding-left: 200px;
}

.div-block {
  width: 50%;
  height: 100%;
}

.object-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-color: #fff;
}

.object-image {
  width: auto;
  max-width: none;
}

.object-description {
  padding-top: 0px;
  padding-left: 0px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gallery-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 560px;
  margin-right: auto;
  margin-left: auto;
}

.object-images {
  width: 50%;
  height: auto;
}

.object-info {
  width: 50%;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 260px 20px 1fr;
  grid-template-columns: 260px 1fr;
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr;
}

.images {
  width: auto;
  height: 130%;
  max-height: none;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.h4 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}

.additional-object-info {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 40px;
  color: #999;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.prev-object {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 100px;
  margin-left: 0px;
  -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;
}

.icon-slider {
  width: 40px;
  height: 40px;
}

.icon-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.icon-prev-text {
  position: absolute;
  left: 50px;
  display: block;
  min-width: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #212121;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.next-object {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 100px;
  -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;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  font-size: 13px;
}

.icon-next-text {
  position: absolute;
  right: 50px;
  display: block;
  margin-bottom: 0px;
  color: #212121;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blur {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 200px;
  padding-left: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.image-3 {
  position: relative;
  overflow: visible;
  width: auto;
  height: auto;
  max-height: 520px;
  max-width: 480px;
}

.div-block-3 {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 0px;
  -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;
}

.div-block-5 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero {
  max-width: 1920px;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
}

.features-list {
  margin-top: 20px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.product-image {
  display: block;
  width: 100%;
  max-height: none;
  max-width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide {
  position: static;
}

.images-slide {
  padding-left: 0px;
  grid-column-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-block {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 240px 240px;
  grid-template-columns: 240px 240px;
  -ms-grid-rows: 240px 240px;
  grid-template-rows: 240px 240px;
}

.slide-nav {
  display: none;
}

.marquise {
  width: 100vw;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.form-content {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-us {
  width: 100vw;
}

.about-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-us-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-us-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.grid-about-us {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-image {
  width: 290px;
  margin-right: 50px;
  margin-bottom: 50px;
}

.medium-image {
  width: 460px;
  margin-left: 0px;
}

.list-about-us {
  width: 470px;
  padding-left: 20px;
  list-style-type: square;
}

.team {
  margin-top: 150px;
}

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

.grid-team {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.uppercase-statistic-info {
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 200;
}

.li-team {
  margin-bottom: 20px;
}

.text-team {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}

.image-team {
  margin-bottom: 40px;
}

.reviews {
  width: 100vw;
  margin-top: 100px;
  padding-bottom: 0px;
}

.architectors-container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 200px;
  padding-left: 200px;
}

.arch-name {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.architector-photo {
  width: 140px;
  height: auto;
  max-width: none;
}

.prev-object-reviews {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 20px;
  width: 40px;
  height: 40px;
}

.next-object-reviews {
  left: 100px;
  top: auto;
  right: auto;
  bottom: 20px;
  width: 40px;
  height: 40px;
}

.slider-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  background-color: #fff;
}

.instagram {
  width: 100vw;
  margin-top: 100px;
}

.instagram-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.paragraph-3 {
  width: auto;
}

.grid-instagram {
  margin-top: 80px;
  margin-bottom: 80px;
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.insta-image {
  overflow: hidden;
  width: 100%;
}

.social-networks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 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;
}

.social-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 75%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f5f5f5;
}

.credits {
  width: 100vw;
}

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

.credits-link {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #212121;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.bold-text {
  width: 680px;
  line-height: 58px;
}

.main-image-container {
  width: 100%;
  max-width: 1680px;
  margin-top: 50px;
  padding-left: 200px;
}

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

.inner-grid-product {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-product-text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.list {
  list-style-type: square;
}

.inner-product-list {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: square;
}

.pergola-variants {
  width: 100vw;
}

.pergola-variants-container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 200px;
  padding-left: 200px;
}

.tent-pergola-variants {
  width: 100%;
  max-width: 1440px;
  margin-top: 20px;
  padding-top: 20px;
}

.grid-tent-pergola {
  margin-top: 30px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.single-product-image {
  width: 100%;
}

.product-name {
  margin-top: 20px;
  color: #212121;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-name.white {
  color: #fff;
}

.inner-product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 400px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.bioclimatic-pergola {
  width: 100%;
  max-width: 1440px;
  margin-top: 100px;
}

.pergola-lite {
  width: 100vw;
  background-color: #000;
}

.pergola-lite-container {
  width: 100%;
  max-width: 1440px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 200px;
  padding-left: 200px;
}

.lite-pergola-variants {
  width: 100%;
  max-width: 1440px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
}

.pergola-options {
  width: 100vw;
}

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

.single-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-options {
  width: 100%;
  margin-top: 60px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 140px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.option-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.headline-options.pergola {
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-left: 0px;
}

.contacts {
  width: 100vw;
}

.contacts-container {
  max-width: 1440px;
  margin: 150px auto 0px;
  padding-right: 200px;
  padding-left: 200px;
}

.grid-contacts {
  margin-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contacts-block {
  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;
}

.text-contacts {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-contacts.medium {
  margin-bottom: 4px;
  font-weight: 700;
}

.telephone {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.city {
  margin-top: 20px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.architectors-new {
  width: 100vw;
  margin-top: 100px;
}

.reviews-container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 200px;
  padding-left: 200px;
}

.slider-reviews-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-color: #fff;
}

.reviews-grid {
  -ms-grid-columns: 1fr 0.6fr;
  grid-template-columns: 1fr 0.6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.arch-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 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;
}

._404-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -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;
}

.body-2 {
  font-family: 'Bliss Pro', sans-serif;
}

.button-404 {
  margin-top: 14px;
  padding: 14px 24px;
  background-color: #212121;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mobile-menu {
  display: none;
  width: 80px;
  height: 80px;
  margin-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mobile-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.telephone-link {
  margin-bottom: 4px;
  color: #212121;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.email-link {
  margin-top: 10px;
  color: #212121;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-grid-instagram {
  display: none;
}

.button-cta-2 {
  padding: 14px 26px;
  background-color: #212121;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blur-2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.nav-link-2 {
  margin-bottom: 0px;
  color: #212121;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.single-image-vertical {
  display: none;
}

.main-image-vertical-under-header {
  display: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80px;
  min-width: 100vw;
  margin-right: 0px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100px;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  clear: none;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  text-shadow: 1px 1px 6px #000;
}

.brand {
  position: static;
  margin-left: 0px;
  padding-top: 22px;
}

.logotype-nav {
  position: static;
  display: block;
}

.nav-links {
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #212121;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links.w--current {
  color: #888;
}

.nav-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 20px;
  bottom: auto;
  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;
  text-shadow: 1px 0 6px #000;
}

.button-request {
  margin-left: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #212121;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-request.w--current {
  color: #fff;
}

.mobile-overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.error-message {
  width: auto;
  margin-top: 30px;
  padding-right: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.success-message {
  margin-top: 40px;
  background-color: transparent;
}

.text-block {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.tel-link-in-text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.instagram-link {
  color: #212121;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .pergola {
    width: 1100px;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 20px;
  }
  .image-3 {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .gallery {
    padding: 40px 20px;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }
  .header {
    position: static;
    height: 60px;
  }
  .nav-container {
    position: fixed;
    left: auto;
    top: auto;
    right: -240px;
    bottom: auto;
    z-index: 999;
    margin-top: 80px;
    margin-right: 10px;
    margin-bottom: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 2px none #000;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  }
  .logo.w--current {
    position: relative;
    width: 130px;
    margin-top: 30px;
  }
  .nav-projects {
    position: static;
    width: 100%;
    margin-right: 0px;
    -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;
    background-color: #fff;
  }
  .nav-about {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: none;
    -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;
    background-color: #fff;
  }
  .nav-link {
    text-align: right;
  }
  .link-block {
    width: 100%;
    margin-right: 0px;
  }
  .button-cta {
    margin-top: 10px;
  }
  .button-cta.product {
    width: 100%;
  }
  .pergola {
    width: 100vw;
    max-width: 479px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pergola-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }
  .h1.marquise {
    width: 100%;
    max-width: none;
    padding-right: 0px;
  }
  .h1.pergola {
    display: block;
    width: 100%;
    max-width: none;
    padding-right: 0px;
  }
  .h2 {
    max-width: none;
    font-size: 28px;
    line-height: 36px;
  }
  .h2.gallery {
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .h2.about-us {
    width: auto;
  }
  .h2.review {
    width: auto;
  }
  .h2.team {
    padding-right: 15px;
    padding-left: 15px;
  }
  .h2.pergola {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .text {
    width: 100%;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .text.about-us {
    width: auto;
  }
  .text.pergola {
    padding-left: 15px;
  }
  .uppercase-description.pergola {
    padding-left: 15px;
  }
  .form-container {
    height: auto;
    max-width: 479px;
    min-height: 0px;
    min-width: 0px;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h3 {
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .form-cta {
    width: 100%;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .name {
    margin-bottom: 24px;
  }
  .phone {
    margin-bottom: 24px;
  }
  .text-field {
    width: 100%;
    height: 54px;
    border-style: none none solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    background-color: #212121;
    box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0);
    font-size: 16px;
    line-height: 22px;
  }
  .lable {
    font-size: 13px;
    line-height: 18px;
  }
  .submit-button {
    margin-top: 30px;
  }
  .marquise-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .slider-container {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
  .object-information {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slider-content {
    width: 100%;
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .object-image {
    width: 100%;
  }
  .object-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .centered-container {
    text-align: left;
  }
  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .images {
    height: 147%;
  }
  .image-preview {
    width: auto;
    height: 170px;
    max-height: none;
    max-width: none;
  }
  .h4 {
    width: 100%;
    margin-bottom: 4px;
  }
  .additional-object-info {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
  }
  .prev-object {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    overflow: visible;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-right: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .icon-image {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 45px;
    height: 45px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .next-object {
    width: 60px;
    height: 60px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-2 {
    position: static;
    width: 45px;
    height: 45px;
  }
  .blur {
    background-color: transparent;
  }
  .hero-container {
    max-width: none;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .product {
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    grid-auto-flow: row;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .product-description {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero {
    margin-top: 240px;
  }
  .slide {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .images-slide {
    width: 100%;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    grid-auto-rows: 0.75fr;
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(-webkit-min-content, 1fr);
    -ms-grid-columns: minmax(min-content, 1fr);
    grid-template-columns: minmax(-webkit-min-content, 1fr);
    grid-template-columns: minmax(min-content, 1fr);
    -ms-grid-rows: minmax(-webkit-min-content, 1fr);
    -ms-grid-rows: minmax(min-content, 1fr);
    grid-template-rows: minmax(-webkit-min-content, 1fr);
    grid-template-rows: minmax(min-content, 1fr);
  }
  .gallery-block {
    width: 100%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
    -ms-grid-rows: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  }
  .form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mask {
    width: 100%;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .about-us-container {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-info {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-us-images {
    width: 100%;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-image {
    display: none;
    overflow: visible;
  }
  .list-about-us {
    width: auto;
  }
  .team {
    margin-top: 0px;
  }
  .team-container {
    max-width: none;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-team {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .team-grid-two {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-team {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .image-team {
    margin-bottom: 20px;
  }
  .reviews {
    margin-top: 50px;
  }
  .prev-object-reviews {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -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;
  }
  .next-object-reviews {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -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;
  }
  .instagram {
    margin-top: 50px;
  }
  .instagram-container {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-instagram {
    display: none;
    margin-top: 50px;
    grid-row-gap: 6px;
    grid-template-areas: "Area-2";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .insta-image {
    display: block;
  }
  .social-networks {
    margin-bottom: 20px;
  }
  .social-button {
    width: 50px;
  }
  .social-background {
    width: 100%;
  }
  .credits-conteiner {
    background-color: #f5f5f5;
  }
  .main-image-container {
    padding-left: 0px;
  }
  .about-product-container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-grid-product {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .inner-product-text {
    font-size: 16px;
    line-height: 24px;
  }
  .pergola-variants-container {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tent-pergola-variants {
    margin-top: 0px;
    padding-top: 10px;
  }
  .grid-tent-pergola {
    margin-top: 20px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .single-product-image {
    max-width: none;
  }
  .single-product-image.horizontal {
    display: none;
    width: 170%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .single-product-image.mline {
    display: none;
  }
  .product-name {
    margin-top: 10px;
    padding-left: 15px;
  }
  .inner-product-image {
    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;
  }
  .bioclimatic-pergola {
    margin-top: 50px;
  }
  .pergola-lite-container {
    max-width: none;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .lite-pergola-variants {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .options-container {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-options {
    margin-top: 30px;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .headline-options.pergola {
    margin-top: 20px;
    margin-bottom: 4px;
    padding-left: 15px;
  }
  .contacts-container {
    max-width: none;
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid-contacts {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-contacts {
    margin-bottom: 16px;
  }
  .telephone {
    color: #212121;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .city {
    margin-top: 0px;
  }
  .reviews-container {
    width: 100%;
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
  .reviews-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .arch-info {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .arch-object-image {
    display: none;
  }
  .mobile-menu {
    position: fixed;
    right: 10px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobile-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: none;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, transparent 33%, rgba(0, 0, 0, 0.5));
    opacity: 0;
  }
  .menu-icon {
    position: absolute;
    display: block;
  }
  .close-menu-icon {
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .menu-background {
    width: 60px;
    height: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 0px;
    border-color: #fff;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
    opacity: 1;
  }
  .telephone-link {
    display: block;
    margin-bottom: 6px;
    color: #212121;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .email-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #212121;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-grid-instagram {
    display: -ms-grid;
    display: grid;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 6px;
    padding-left: 6px;
    grid-auto-columns: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .mobile-slider-container {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .new-slider-content {
    position: relative;
    width: auto;
    height: auto;
    background-color: #fff;
  }
  .blur-2 {
    background-color: transparent;
  }
  .nav-link-2 {
    text-align: right;
  }
  .single-image-vertical {
    display: block;
    width: 100%;
  }
  .main-image-under-header {
    display: none;
  }
  .main-image-vertical-under-header {
    display: block;
  }
  .nav-container-pergola {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-top: 80px;
    margin-right: 10px;
    margin-bottom: auto;
    padding: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 10px;
    background-color: #fff;
  }
  .navbar {
    background-color: transparent;
  }
  .navbar-container {
    padding-right: 20px;
  }
  .brand {
    position: static;
    display: block;
    width: 140px;
    padding-top: 30px;
    padding-left: 0px;
    float: left;
  }
  .logotype-nav {
    display: block;
    width: 170px;
  }
  .nav-links {
    width: 200px;
    height: 50px;
    padding-top: 15px;
    padding-right: 30px;
    text-align: right;
  }
  .nav-links:active {
    color: #212121;
  }
  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 998;
    width: auto;
    height: auto;
    min-height: 0px;
    margin-top: 80px;
    margin-right: 20px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .button-request {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    font-family: 'Bliss Pro', sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
  }
  .burger-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 24px;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 21px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .menu-button {
    position: fixed;
    left: auto;
    top: 0%;
    right: 20px;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: auto;
    padding: 0px;
    -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;
    -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;
    border-radius: 30px;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .menu-button.w--open {
    position: fixed;
    left: auto;
    top: 0%;
    right: 20px;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 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;
    border-radius: 30px;
    background-color: #fff;
  }
  .close-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 20px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 0;
  }
  .mobile-overlay-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: block;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, transparent 33%, rgba(0, 0, 0, 0.5));
    opacity: 0;
  }
  .new-mobile-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(#000));
    background-image: linear-gradient(180deg, transparent 25%, #000);
    opacity: 0;
  }
  .logotype-over {
    position: relative;
    display: block;
    width: 170px;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .logo-over {
    width: 170px;
  }
  .image-4 {
    display: block;
    width: 170px;
  }
  .image-5 {
    display: none;
  }
  .image-6 {
    display: none;
  }
}

#w-node-fba93ee65f3d-6f3430fb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-40ca7f973c85-6f3430fb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-40ca7f973c87-6f3430fb {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-169bf95e7963-6f3430fb {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-6c46a5904d3a-5c4a9585 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-78ccb6cde211-5c4a9585 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-4ffd66f18daf-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f441e5e4dae6-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-29d8cd20500e-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-84d1616a2422-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c8a4b9cb8303-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-60e75809bbcb-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-6238baf19a25-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-5a58c05f654a-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-4898428ade4e-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-af5a619d4053-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b78007e19934-5c4a9585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-4ffd66f18daf-24655eec {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f441e5e4dae6-24655eec {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-29d8cd20500e-24655eec {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-84d1616a2422-24655eec {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c8a4b9cb8303-24655eec {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-60e75809bbcb-24655eec {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-4ffd66f18daf-d0657967 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f441e5e4dae6-d0657967 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-84d1616a2422-d0657967 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-29d8cd20500e-d0657967 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-40ca7f973c87-6f3430fb {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
  #w-node-e09876f0dbf1-6f3430fb {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  #w-node-94ad4559cf4b-4559cf3b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
  #w-node-6c46a5904d3a-5c4a9585 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Bliss Pro';
  src: url('../fonts/blisspro-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bliss Pro';
  src: url('../fonts/blisspro-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bliss Pro';
  src: url('../fonts/blisspro-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bliss Pro';
  src: url('../fonts/blisspro-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Bliss Pro';
  src: url('../fonts/blisspro-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Bliss Pro';
  src: url('../fonts/blisspro-extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
 
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -o-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
 
.form {
    font-family:"Bliss Pro";
    font-weight:400;
    font-size: 16px;
    line-height:30px;
    color:rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}
 
.container {
    max-width:900px;
    width:100%;
    margin:0 auto;
    position:center;
    
}
 
#contact input, textarea, button
{ font:400 16px "Open Sans", Helvetica, Arial, sans-serif; }
 
#contact {
    background:black;
    padding:25px;
    margin:50px 0;
}
 
#contact h3 {
    color: white;
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-left: 20px;
}
 
#contact h4 {
    margin:5px 0 15px;
    display:block;
    color: rgb(255, 255, 255);
    font-size:13px;
    margin-left: 20px;
}
 
fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 190%;
    padding: 0;
    width: 100%;
}
 
#contact input {
    width:100%;
    border:1px solid #CCC;
    background:#FFF;
    margin:0 0 5px;
    padding:10px;
}
 
#contact input:hover {
    -webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid rgb(134, 134, 134);
}
 
#contact button {
    cursor:pointer;
    width: 20%;
    border:none;
    background:rgb(3, 153, 212);
    color:#FFF;
    margin:0 0 5px 275px;
    padding:10px;
    font-size:15px;
}
 
#contact button[type="submit"]:hover {
    background:#09C;
    -webkit-transition:background 0.3s ease-in-out;
    -moz-transition:background 0.3s ease-in-out;
    transition:background-color 0.3s ease-in-out;
}
 
#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }
 
#contact input:focus {
    outline:0;
    border:1px solid rgb(0, 0, 0);
}
::-webkit-input-placeholder {
 color:rgb(0, 0, 0);
}
 
 
.row {
    display: flex;
    width: 100% !important;
}
.row .col {
    width: 50%;
    margin: 20px;
}
 
input[type="radio"] {
  width: 10% !important;
}
 
#contact .row .radio {
    border: 1px solid rgb(97, 97, 97) !important;
    background-color: rgb(255, 255, 255);
    margin-bottom: 5px !important;
}
 
.success{
    color: black;
    font-weight: 700;
    padding: 5px;
    text-align: center;
}
.failed{
    color: yellow;
    font-weight: 700;
    padding: 5px;
    text-align: center;
}
