@font-face {
  font-family: Benzin;
  src: url('../fonts/Benzin-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Grandisextended;
  src: url('../fonts/GrandisExtended-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Grandisextended;
  src: url('../fonts/GrandisExtended-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Grandisextended;
  src: url('../fonts/GrandisExtended-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #181818;
  --white: white;
  --milk: #e9e7bc;
  --orange: #f55627;
  --_vertical-colors---brand: #01283c;
  --_hydropark-deluxe---orange: #f55627;
  --_hydropark-deluxe---brand: #0e1c1f;
  --_hydropark-deluxe---white: white;
  --_hydropark-deluxe---accent: #e9e7bc;
  --_hydropark-deluxe---heading-color: #0e1c1f;
  --_vertical-colors---accent-brand: #ffb012;
  --grey-bg: #f0f0f0;
  --_hydropark-deluxe---black: #000;
  --trasparent: #fff0;
  --green: #003b45;
  --_hydropark-deluxe---form-bg: #f4f4f4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: Grandisextended, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  overflow: visible;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Grandisextended, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

.page-wrapper {
  position: relative;
  overflow: visible;
}

.hero-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 839px;
  display: flex;
  position: relative;
}

.section {
  position: relative;
}

.section.architect-padd {
  padding-top: 12.75rem;
  padding-bottom: 15rem;
}

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

.container.relative {
  position: relative;
}

.container.relative.gallery {
  padding-left: 0;
  padding-right: 0;
}

.wrapper.footer-padding {
  padding-top: 4rem;
  padding-bottom: .5rem;
}

.wrapper.top-hd-padd {
  padding-top: 10.57rem;
  padding-bottom: 0;
}

.wrapper.top-hd-padd.relative {
  position: relative;
}

.wrapper.top-hd-padd.red-bot-padd {
  padding-top: 10.57rem;
  padding-bottom: 10.57rem;
}

.wrapper.top-bighd-padd {
  padding-top: 15.42rem;
  padding-bottom: 0;
}

.wrapper.policy-padd {
  padding-top: 14rem;
  padding-bottom: 4rem;
}

.wrapper.double-padd-policy {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.heading-container.small {
  width: 70%;
}

.heading-container.centered {
  text-align: center;
}

.heading-container.centered.hd-faq-heading-padd {
  padding-top: 3.07rem;
}

.heading-container.relative {
  position: relative;
}

.text-container.justify {
  text-align: justify;
}

.text-container.buing-hd-padd {
  padding-top: 30px;
}

.text-container.buing-hd-padd.last.none {
  display: none;
}

.text-container.process {
  width: 320px;
}

.text-container._80 {
  width: 80%;
}

.text-container.centered {
  text-align: center;
}

.text-container.smaller-frd-txt {
  width: 50%;
}

.text-container.smaller-frd-txt.hydro {
  width: 100%;
  padding-top: 3rem;
}

.text-small {
  margin-bottom: 0;
  font-size: .86rem;
  font-weight: 500;
}

.text-small.opacity50 {
  opacity: .5;
}

.flex-vertical-row {
  flex-flow: column;
  display: flex;
}

.flex-vertical-row.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-vertical-row.policy-top-padd {
  padding-top: 1rem;
  position: relative;
}

.description-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text.centered-aling {
  text-align: center;
}

.text.big-capitalize {
  text-transform: uppercase;
}

.text.right-hd {
  color: #fff9;
  text-align: left;
  text-indent: 6rem;
}

.flex-horizontal-row {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.flex-horizontal-row.top-padding {
  margin-top: 2.86rem;
}

.flex-horizontal-row.top-padding._10gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-horizontal-row.big-top-padd {
  padding-top: 14.78rem;
}

.flex-horizontal-row.reviews-aling {
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-horizontal-row.gap10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
}

.flex-horizontal-row.gap10.last {
  margin-bottom: 0;
}

.flex-horizontal-row._10gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 10px;
}

.flex-horizontal-row._4relative {
  z-index: 4;
}

.flex-horizontal-row._4relative.small-padd-bottom {
  padding-bottom: 3vw;
}

.flex-horizontal-row.sticky-hd-heading {
  padding-top: 16rem;
  padding-bottom: 27px;
  position: sticky;
  top: 100px;
}

.flex-horizontal-row.big-gap {
  grid-column-gap: 5.93rem;
  grid-row-gap: 5.93rem;
}

.flex-horizontal-row.right-side {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-horizontal-row.right-side.bottom-padd {
  padding-bottom: 12vw;
}

.flex-horizontal-row.policy-align {
  justify-content: space-between;
  align-items: flex-end;
}

.half-img {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.half-img.full {
  height: 100%;
}

.half-img.full.relative {
  display: flex;
  position: relative;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Benzin, Arial, sans-serif;
  font-size: 2.86rem;
  font-weight: 600;
  line-height: 115%;
}

.description {
  margin-bottom: 0;
  font-size: 1.71rem;
  font-weight: 500;
}

.description.policy {
  font-size: 1rem;
}

.form {
  flex-flow: column;
  display: flex;
}

.form.relative {
  position: relative;
}

.faq-items {
  margin-top: 3rem;
}

.faq-items.hd {
  width: 100vw;
}

.question-inner {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-heading {
  color: var(--black);
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.hint-text {
  font-size: .86rem;
}

.hint-text.white_txt {
  color: var(--white);
}

.footer {
  position: relative;
}

.nav-heading-text {
  color: var(--milk);
  font-size: 1.14rem;
}

.menu-items {
  margin-top: 1.99rem;
}

.nav-text {
  font-size: 1.14rem;
}

.nav-text.opacity40 {
  opacity: .4;
}

.adress-text {
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 110%;
}

.menu-bottom {
  margin-top: 5.64rem;
}

.social-icon {
  margin-right: 1rem;
  position: relative;
}

.policy-link {
  color: var(--white);
}

.opacity60 {
  opacity: .6;
}

.checkbox-label {
  color: #646464;
  font-size: .71rem;
  line-height: 110%;
}

.checkbox-field {
  margin: .7rem 2rem;
}

.small-div {
  padding-left: 1rem;
}

.hint-normal {
  font-size: .86rem;
  font-weight: 400;
}

.swiper-button-next {
  width: 40px;
  margin-left: .2rem;
  inset: auto auto 6% 16%;
}

.swiper-button-prev {
  width: 40px;
  margin-right: .2rem;
  inset: auto auto 6% 21%;
}

.small {
  font-size: 1.2rem;
  font-weight: 400;
}

.swiper {
  flex-flow: row;
  justify-content: space-between;
  display: block;
  position: relative;
}

.swiper.slider-1 {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.hd {
  overflow: visible;
}

.swiper-slide {
  flex-flow: row;
  flex: none;
  order: 0;
  width: 100%;
  max-width: 100%;
  height: 672.297px;
  display: block;
}

.swiper-slide.hd {
  width: 33.33%;
  max-width: none;
  height: 600px;
}

.small-text {
  margin-bottom: 0;
}

.white-link {
  color: var(--white);
  text-decoration: none;
}

.checkbox {
  border: 1px solid #000;
}

.checkbox.w--redirected-checked {
  border-color: var(--orange);
  background-color: var(--orange);
}

.cookie-banner {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-radius: 20px;
  margin-bottom: 1vw;
  padding: 1vw 3vw;
}

.cookie-banner.fixed {
  z-index: 10;
  background-color: #ffffffad;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: .3vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.accept-cookies {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 2px solid var(--_vertical-colors---brand);
  background-color: var(--_vertical-colors---brand);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .7em 1.25em;
  font-family: Grandisextended, Arial, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.accept-cookies:hover {
  border-color: var(--_hydropark-deluxe---orange);
  background-color: var(--_hydropark-deluxe---orange);
  color: #e9e7bc;
}

.black-link {
  color: var(--black);
  text-decoration: none;
}

.black-link.line {
  text-decoration: underline;
}

.policy-bttn-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.bio-page {
  border: 1px solid var(--_vertical-colors---brand);
  background-color: var(--_vertical-colors---brand);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.div-block-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.first-block {
  background-color: var(--_hydropark-deluxe---brand);
  color: var(--_hydropark-deluxe---white);
}

.first-block.vertical-color {
  background-color: var(--_hydropark-deluxe---brand);
}

.hydro-hint {
  border: 1px solid var(--_hydropark-deluxe---accent);
  border-radius: 51px;
  margin-bottom: 1rem;
  padding: 10px 14px;
}

.hydropark-main-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 13.85rem;
  padding-bottom: 2.85rem;
  display: flex;
  position: relative;
}

.big-heading-container {
  width: 100%;
}

.big-heading-container.right-aling {
  text-align: right;
  position: relative;
}

.very-big-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.9rem;
  font-weight: 500;
  line-height: 100%;
}

.very-big-heading.accent-hd-color {
  color: var(--_hydropark-deluxe---accent);
  font-size: 8.8rem;
  font-weight: 500;
}

.very-big-heading.accent-hd-color.relative {
  z-index: 2;
  position: relative;
}

.absolute-hd-img-container {
  width: 358px;
  position: absolute;
  top: auto;
  bottom: -34%;
  left: 30%;
}

.absolute-hd-img-container.snow {
  width: 316px;
}

.info-hd-line-container {
  border-top: 1px solid #1c363b;
  padding-top: 1.25rem;
  padding-bottom: 4.07rem;
}

.info-hd-grid {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: .3rem;
  display: grid;
}

.info-hd-grid.mob {
  grid-template-columns: 1fr 1fr;
  display: none;
}

.absolute-hd-hint15 {
  position: absolute;
  inset: auto auto 15% 15%;
}

.absolute-hd-hint15-copy {
  z-index: 2;
  position: absolute;
  inset: auto 5% 45% auto;
}

.info-grid-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  line-height: 130%;
  display: flex;
}

.info-grid-item.right-align {
  justify-content: flex-end;
  align-items: center;
}

.icon-hd.medium-size {
  width: 48px;
}

.txt-hd-container {
  width: 80%;
}

.price-hd {
  color: var(--_hydropark-deluxe---accent);
  font-size: 1.57rem;
}

.biggest-img-container {
  width: 100vw;
}

.biggest-img-container.hover-target {
  text-decoration: none;
  position: relative;
}

.half-container {
  width: 50%;
}

.half-container.gap10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.half-container.flex-centered {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.half-container.flex-space-between {
  justify-content: space-between;
  display: flex;
}

.half-container.flex-hd-line {
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.half-container.flex-hd-line.hd-vertical {
  border-bottom-style: none;
  border-right-style: none;
}

.half-container.flex-hd-right-line {
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px #d3d3d3;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.half-container.flex-hd-right-line.mob-none {
  border-bottom-style: none;
  border-right-style: none;
}

.heading-hd {
  color: var(--_hydropark-deluxe---heading-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.57rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-hd.white {
  color: var(--_hydropark-deluxe---white);
}

.heading-hd.centered-text {
  text-align: center;
}

.hint-container.bottom-padd {
  padding-bottom: 4rem;
}

.txt-big-padd {
  padding-bottom: 3rem;
  padding-left: 9rem;
  padding-right: 9rem;
}

.txt-big-padd.double-padd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5rem 3rem 2rem 9rem;
  display: flex;
}

.design-img {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.snow-form-img {
  overflow: visible;
}

.flex-icon-txt-hd {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-text-hd {
  margin-bottom: 0;
  font-size: 1.14rem;
}

.bttn-hd-container.secondary-bttn {
  padding-top: 3rem;
}

.bttn-hd-container.secondary-bttn.flex-left-display {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bttn-hd-container.secondary-bttn.flex-left-display.mob {
  display: none;
}

.bttn-hd-container.secondary-bttn.thanks {
  padding-top: 1rem;
}

.button-hd {
  background-color: #0000;
  background-image: url('../images/Vector-355.svg'), url('../images/-_.svg');
  background-position: 0 75%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 21px 80px 21px 0;
  font-size: 1rem;
  display: block;
}

.button-hd.planning-bttn {
  color: var(--_hydropark-deluxe---brand);
  background-image: url('../images/line-planning.svg'), url('../images/-_.svg');
}

.button-hd.dark {
  color: var(--_hydropark-deluxe---brand);
}

.button-hd.secondary-black {
  color: #0e1c1f;
  background-image: url('../images/Vector-356.svg'), url('../images/-_.svg');
}

.arhitector-block {
  position: relative;
  overflow: hidden;
}

.arhitector-block.none {
  display: none;
}

.author-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.arhitect-img-container {
  width: 230px;
}

.small-hd-container {
  width: 35%;
}

.small-hd-container.bottom-big-padd {
  padding-bottom: 17.43rem;
}

.small-hd-container.gallery-hd {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--_hydropark-deluxe---white);
  flex-flow: column;
  display: flex;
  position: relative;
}

.small-hd-container.form-hd-width {
  width: 50%;
  padding: 13rem 10rem 13rem 6rem;
}

.big-hd-container {
  width: 60%;
}

.big-hd-container.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.big-hd-container.flex.none {
  display: none;
}

.big-hd-container.hd-build-absolute {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 682.875px;
  padding-top: 6rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.big-hd-container.flex-different-aling {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.big-hd-container.gallery {
  width: 64%;
  height: auto;
  position: relative;
}

.div-block-73 {
  padding-top: 1.43rem;
}

.archit-text {
  margin-bottom: 0;
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 130%;
}

.right-items-hd-padd {
  padding-left: 8rem;
  padding-right: 8rem;
}

.build-hd-img {
  width: 100%;
  height: 100%;
}

.slider-hd-block {
  background-color: var(--_hydropark-deluxe---brand);
  color: var(--_hydropark-deluxe---white);
  position: relative;
}

.accent-hd-color {
  color: var(--_hydropark-deluxe---accent);
}

.form-server-error-message {
  font-size: .75rem;
  display: none;
}

.error-page {
  background-color: var(--_vertical-colors---accent-brand);
  color: var(--white);
  border-radius: 6px;
  margin-left: 1rem;
  padding: .4rem;
}

.small-architect-line40 {
  border: 1px solid #d3d3d3;
  border-style: none solid solid none;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.small-architect-line60 {
  border: 1px #d3d3d3;
  border-bottom-style: solid;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.big-architect-line40 {
  border: 1px solid #d3d3d3;
  border-style: none solid solid none;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.small-sl-line40 {
  border: 1px solid #1c363b;
  border-top: 1px #d3d3d3;
  border-left: 1px #d3d3d3;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.small-sl-line40.bottom-zero-line {
  border-bottom-style: none;
}

.hydropark-img-sl-container {
  padding-top: 1.78rem;
  padding-bottom: 6rem;
}

.small-sl-line60 {
  border: 1px #d3d3d3;
  border-bottom: 1px solid #1c363b;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.concept-block {
  background-color: var(--_hydropark-deluxe---brand);
  color: var(--_hydropark-deluxe---white);
}

.hd-half-container-px {
  width: 380px;
}

.absolute-concept-img {
  z-index: 2;
  width: 242px;
  position: absolute;
  inset: -10% auto auto 30%;
}

.big-img-concept {
  padding-top: 1.71rem;
  position: relative;
}

.card-hd-planning {
  background-color: #f1f1f1;
  padding: 2.07rem 1.77rem;
}

.card-hd-planning.draft-color {
  border-style: solid;
  border-width: 2px 2px 1px;
  border-color: var(--grey-bg) var(--grey-bg) #1c363b33;
  background-color: #fdfdfc;
}

.flex-left-display {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hd-square {
  background-color: var(--_hydropark-deluxe---orange);
  width: 10px;
  height: 10px;
}

.heading-planning {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 110%;
}

.hd-planning-img-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.78rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.flex-space-display {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.area-container {
  flex-flow: column;
  display: flex;
}

.text-medium-planning {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.text-medium-planning.zero-padd {
  margin-bottom: 0;
}

.text-bold-planning {
  text-transform: none;
  font-size: 1.43rem;
  font-weight: 700;
}

.absolute-img-logo-container {
  width: 455px;
  position: absolute;
  inset: 30% 20% 0% auto;
}

.bg-lights {
  position: absolute;
  inset: -18% 0% 0% auto;
}

.cta-hd-block {
  color: var(--_hydropark-deluxe---white);
  background-color: #0e1c1f;
  margin-top: 17.86rem;
  position: relative;
}

.cta-hd-block.none {
  display: none;
}

.absolute-cta-hd-img {
  z-index: 2;
  width: 330px;
  position: absolute;
  inset: -30% auto auto 30%;
}

.consultation-hd-container {
  padding-bottom: 2rem;
}

.cta-txt-container {
  opacity: .68;
  padding-top: 17px;
}

.form-hd-container.top-small-padd {
  z-index: 10;
  padding-top: 3rem;
  position: relative;
}

.field-hd {
  background-color: #0000;
  border: 1px solid #dbcb9d66;
  border-radius: 16px;
  padding: 2.15rem 25px;
}

.field-hd.dark {
  border-color: #0e1c1f;
}

.field-hd.white-text {
  color: #fff;
}

.hint-hd-form {
  color: #dbcb9d;
  font-size: 10px;
}

.hint-hd-form.absolute {
  font-weight: 400;
  position: absolute;
  inset: 12% 5% auto auto;
}

.hint-hd-form.absolute.orange {
  color: var(--_hydropark-deluxe---orange);
}

.form-blokc {
  position: relative;
}

.field-hd-relative {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.submit-bttn-hd-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-hd-build {
  width: 60%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mask-form-bg {
  background-image: url('../images/mask-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hd-gallery-block {
  position: relative;
}

.orange-color {
  color: var(--orange);
}

.gallery-hd-img {
  width: auto;
  height: 630px;
  position: relative;
  overflow: hidden;
}

.hd-flex-left {
  justify-content: space-between;
  display: flex;
}

.gallery-hd-heading {
  text-transform: uppercase;
  font-size: 1.43rem;
  line-height: 110%;
}

.gallery-text-hd {
  color: #0e1c1fad;
}

.gallery-hd-items {
  width: 90%;
}

.hd-buying-block {
  z-index: 3;
  position: relative;
}

.big-hd-heading-container {
  padding-top: 55px;
}

.big-hd-heading-container.mob {
  display: none;
}

.hd-biggest-heading {
  text-transform: uppercase;
  font-size: 8.5rem;
  font-weight: 500;
  line-height: 100%;
}

.buing-hd-img {
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.price-hd-container {
  width: 60%;
}

.accent-hd-element {
  padding-bottom: 9px;
}

.name-hd-container.mob {
  display: none;
}

.advantages-hd {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 31px;
  display: flex;
}

.advanatges-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 29px;
  padding-bottom: 51px;
  display: flex;
}

.icon-advantages-hg {
  justify-content: flex-start;
  align-items: center;
  width: 31px;
  display: flex;
}

.advantages-hd-item {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hd-developer-block {
  position: relative;
}

.half-heading-container {
  width: 50%;
}

.hd-flex-right {
  justify-content: space-between;
  display: flex;
}

.flex-developer-items {
  width: 75%;
  padding-top: 57px;
}

.hd-develop-heading {
  text-indent: 6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.developer-text-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  padding-top: 56px;
  display: flex;
}

.hd-develop-txt {
  padding-top: 1.43rem;
}

.develop-hd-item {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 9px;
  display: flex;
}

.hd-form-block {
  position: relative;
}

.hd-form-block.dark.none {
  display: none;
}

.hd-form-block.dark {
  color: #fff;
  background-color: #0000;
  margin-top: 2rem;
  padding-top: 12rem;
}

.hd-form-absolute-img {
  width: 60%;
  height: auto;
  max-height: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hd-form-absolute-img.snow-position {
  width: 65%;
}

.hd-form-absolute-img.hydro-w {
  height: 100%;
}

.bg-form-absolute-hd {
  background-color: var(--_hydropark-deluxe---brand);
  background-image: url('../images/mask-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 12rem 0% 0%;
}

.bg-form-absolute-hd.snow {
  top: 0;
}

.hd-reviews-block {
  overflow: hidden;
}

.hd-faq {
  z-index: 3;
  background-color: #0000;
  border-bottom: 1px solid #bebebe66;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.hd-question-faq {
  z-index: 2;
  grid-column-gap: 0px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0 0 0;
  display: flex;
}

.hd-answer-faq {
  z-index: 1;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 6vw;
  display: none;
  position: relative;
  inset: auto 0% 30px auto;
  overflow: hidden;
}

.hd-answer-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hd-footer-block {
  background-color: var(--_hydropark-deluxe---brand);
  color: var(--_hydropark-deluxe---white);
  margin-top: 13rem;
  position: relative;
}

.footer-half-hd {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.footer-info-hd {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.footer-info-hd.policy {
  width: 100%;
}

.menu-one-copy {
  padding-top: 4rem;
}

.footer-social-hd {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-logo-hd {
  width: auto;
}

.footer-policy-hd {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.footer-coop-hd {
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  display: flex;
}

.policy-div-hd {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.footer-hd-form {
  color: var(--_hydropark-deluxe---brand);
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 45rem;
  padding: 4.37rem 5.22rem;
  display: flex;
  position: absolute;
  inset: -25% 0% 0% auto;
}

.hd-reviews-container {
  padding-top: 3.4rem;
}

.hd-review-text {
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 100%;
}

.hd-process-block {
  background-color: var(--_hydropark-deluxe---brand);
  color: var(--_hydropark-deluxe---white);
  margin-top: 14.28rem;
  position: relative;
}

.absolute-process-img {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: -5% 0% auto;
}

.absolute-process-img.light {
  display: flex;
  top: -10%;
}

.absolute-process-atlant {
  width: 196px;
}

.scroll-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.scroll-box.hiden {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.scroll-box.first {
  margin-bottom: 0;
}

.scroll-content {
  width: 440px;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.scroll-content.right {
  width: 50%;
  padding-left: 30px;
  display: block;
}

.scroll-content.left {
  text-align: right;
  width: 50%;
  padding-left: 0;
  padding-right: 30px;
}

.scroll-text {
  color: #ffffff80;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  overflow: hidden;
}

.fill-line {
  background-color: #6c5afb;
  border-radius: 3px;
  width: 3.5px;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.fill-line.v2 {
  background-color: var(--_hydropark-deluxe---accent);
  width: 2px;
  left: 0;
}

.scroll-inner-box {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: relative;
}

.scroll-inner-box.full-width {
  width: 100%;
}

.circle {
  border: 1px solid var(--_hydropark-deluxe---accent);
  background-color: var(--_hydropark-deluxe---brand);
  box-shadow: none;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  position: absolute;
  inset: 10px auto auto -13.5px;
}

.circle.right {
  position: absolute;
  inset: 0% auto auto -15px;
}

.circle.left {
  left: auto;
  right: -15px;
}

.circle.mounth {
  border-color: #ffffff4d;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% auto auto -9px;
}

.fill-box {
  border: 2px dashed #eee;
  width: 1.8px;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.fill-box.v2 {
  background-color: #ffffff80;
  border-style: none;
  width: 2px;
  top: 1%;
  left: 50%;
}

.fill-box.v2.two {
  top: 0%;
}

.line-animation {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.line-animation.scroll {
  width: auto;
  max-width: none;
}

.scroll-heading {
  color: #ffffff80;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}

.icon-process {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.hd-big-progress {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.right-process-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.right-process-container.month {
  padding-bottom: 63px;
}

.right-process-container.month-double {
  padding-top: 43px;
  padding-bottom: 43px;
}

.right-process-container.top-padd {
  padding-top: 60px;
}

.right-process-container.last-process {
  padding-top: 43px;
  padding-bottom: 0;
}

.process-items {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.process-items.left {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.left-process-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.mounth-heading {
  color: var(--_hydropark-deluxe---orange);
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.small-mounth {
  border: 1px solid var(--_hydropark-deluxe---accent);
  background-color: var(--_hydropark-deluxe---accent);
  box-shadow: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  inset: 50% auto auto -3.5px;
}

.small-mounth.last {
  top: 5px;
  bottom: auto;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-hd-logo {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 175px;
  display: flex;
  position: absolute;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-hd-link {
  color: var(--_hydropark-deluxe---white);
  letter-spacing: .25px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-hd-link:hover {
  color: var(--_hydropark-deluxe---accent);
}

.nav-hd-link:focus-visible, .nav-hd-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-hd {
  z-index: 9999;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-hd-menu {
  width: 100%;
  display: flex;
}

.hd-one-l {
  margin-left: 2rem;
  margin-right: 3rem;
}

.hd-header-bttn {
  justify-content: space-between;
  width: auto;
  display: flex;
}

.container-hd-header {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hd-inf-header {
  border: 1px solid #22454d33;
  padding: 2.64rem;
}

.hd-inf-header.menu {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  background-color: #22454d33;
  border-bottom-color: #22454d33;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hd-inf-header.phone {
  border-left-style: none;
  border-right-style: none;
}

.hd-inf-header.absolute-menu-close {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  background-color: #112226;
  border-bottom-color: #22454d33;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-hd-icon {
  width: 21px;
}

.nav-hd-icon.menu {
  width: 26px;
}

.swiper-wrapper-hd.top-bighd-double-padd {
  padding-top: 15.42rem;
  padding-bottom: 5.91rem;
}

.header-and-progressbar-hd {
  width: 60%;
}

.header-and-progressbar-hd.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.custom-progress-progress-1 {
  margin-top: 34px;
  margin-left: 8rem;
  margin-right: 8rem;
}

.custom-progress-progress-1.hd {
  background-color: #1c363b;
  width: 300px;
  max-width: none;
  height: 1px;
  position: relative;
}

.hd-arrow-absolute {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -10% 5% auto auto;
}

.bar-1 {
  background-color: #dbcb9d;
  height: 1px;
  position: absolute;
}

.hd-logo-size {
  width: 132px;
}

.hd-logo-size-fppter {
  width: 175px;
}

.absolute-buing-img {
  position: absolute;
  inset: 0 0% auto auto;
}

._1hd-absolute {
  width: 144px;
  position: absolute;
  top: -100%;
}

._2hd-absolute {
  width: 144px;
  position: absolute;
}

._3hd-absolute {
  width: 144px;
  position: absolute;
  top: auto;
}

._4hd-absolute {
  width: 144px;
  position: absolute;
  top: -100%;
}

.logo-cta-mob {
  display: none;
}

.line-develop {
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  width: 50%;
  height: 300px;
  position: absolute;
  inset: 0% 0% auto;
}

.line-develop.left {
  border-bottom-style: none;
}

.line-develop.full {
  border-right-style: none;
  width: 100%;
}

.absolute-bottom-line {
  border-bottom: 1px solid #000;
  position: absolute;
  top: 10%;
}

.absolute-bottom-line.gallery {
  border-bottom-color: #1c363b33;
  width: 100%;
  top: 350px;
}

.sticky-gallery {
  background-color: var(--_hydropark-deluxe---white);
  justify-content: space-between;
  align-items: stretch;
  padding-top: 3px;
  padding-left: 2.86rem;
  display: flex;
  position: static;
  top: 22rem;
}

.testimonial-image {
  z-index: 5;
  object-fit: cover;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0%;
  width: 90px;
  height: 80px;
}

.client-title {
  color: #9c9c9c;
  text-align: left;
  font-size: .8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.client-name {
  text-align: left;
  margin-bottom: .3rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.card-info-wrap {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 42px 35px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.slider-left-arrow {
  color: #444;
}

.mask {
  position: static;
  overflow: visible;
}

.slide-content-wrapper {
  border: 1px solid #161616;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-content-wrapper.frosted-glass {
  border-radius: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.slider-hd {
  background-color: #0000;
  width: 600px;
  height: auto;
  position: static;
}

.slider-wrapper-hd {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.client-card-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.slider-right-arrow {
  color: #444;
}

.slider-icon {
  color: #fff;
  background-color: #2c2c2c85;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  font-size: 22px;
  display: flex;
}

.slider-icon.frosted-glass {
  mix-blend-mode: difference;
  width: 51px;
  height: 51px;
}

.loader_component {
  z-index: 99999;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader_colums {
  background-color: #0e1c1f;
  border-left: 1px solid #ffffff14;
  border-right: .5px solid #ffffff14;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.popup-hd-build-widget {
  z-index: 99999999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.d-build-widget-bg {
  background-color: #0e1c1fe3;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.hd-widget-gplus-container {
  background-color: #0e1c1f;
  border-radius: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.layout-iframe {
  width: 100%;
}

.close-widget {
  background-color: #0e1c1f;
  border-radius: 8px;
  padding: .5rem;
  position: absolute;
  inset: 4% 4% auto auto;
}

.sticky-header {
  flex-flow: column;
  justify-content: space-between;
  padding-left: 2.86rem;
  display: flex;
  position: relative;
  top: 1px;
}

.sticky-gallery-wrapper.top-bighd-padd {
  padding-top: 15.42rem;
  padding-bottom: 0;
}

.sticky-gallery-wrapper.top-bighd-padd.relative-200 {
  flex-flow: column;
  padding-top: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

._5hd-absolute {
  width: 220px;
  height: 220px;
  position: absolute;
  top: -100%;
}

.circle-hd-proccess {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

._7hd-absolute {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 100%;
  right: 0%;
}

._6hd-absolute {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -100%;
  left: 20%;
}

._8hd-absolute {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 150%;
  left: 5%;
}

.popup-hd-form {
  z-index: 999999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-hd-bg-form {
  cursor: pointer;
  background-color: #0e1c1f99;
  position: absolute;
  inset: 0%;
}

.popup-form {
  color: var(--_hydropark-deluxe---brand);
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  max-width: 840px;
  height: auto;
  max-height: 750px;
  padding-bottom: 6rem;
  padding-left: 13rem;
  padding-right: 13rem;
  display: flex;
  position: relative;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.popup-logo-hd {
  width: 166px;
  margin-top: 6rem;
  padding-bottom: 5.93rem;
  position: relative;
}

.close-popup-hd-from {
  position: absolute;
  inset: 5% 5% auto auto;
}

.logo-popup-hd {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-hd-popup {
  z-index: 999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff4d;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 70%;
  padding: 4rem 3rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.flex-hd-menu-info {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-small-info {
  width: 180px;
}

.menu-info-link {
  color: var(--_hydropark-deluxe---brand);
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
}

.thanks-hd-block {
  color: #0e1c1f;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.small-hd-thanks {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.bttn-full-container {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.full-open-bttn {
  background-color: var(--_hydropark-deluxe---accent);
  color: var(--_hydropark-deluxe---black);
  font-size: .8rem;
  font-weight: 500;
}

.spacer80 {
  height: 80px;
}

.none-succ {
  background-color: #ddd0;
}

.none-err {
  background-color: #0000;
}

.frd-accent-txt {
  color: #c20a25;
  font-size: 32px;
  font-weight: 700;
}

.field {
  border-radius: 12px;
  height: auto;
  margin-bottom: 0;
  padding: 24px 22px;
  font-size: .92rem;
}

.cover_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hydro_accent {
  color: #fff;
  background-color: #c20a25;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 14px;
  display: flex;
  position: absolute;
  bottom: -10px;
  right: 10%;
  transform: rotate(-8deg);
}

.button-pf-form {
  background-color: #f55627;
  background-image: url('../images/-_-1.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 21px 50% 21px 10px;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.button-pf-form.red {
  background-color: #c20a25;
  background-image: url('../images/-_-3.svg');
  background-position: 15%;
  border-radius: 20px;
  height: 86px;
  padding-left: 26px;
  padding-right: 26px;
}

.black_friday_banner {
  z-index: 99999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fbfbfb80;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-div {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-div.frd-form {
  width: 383px;
}

.frd_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.frd_container.hydro {
  justify-content: flex-start;
  align-items: flex-start;
}

.frd-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.frd-txt.small-h {
  margin-bottom: 0;
  line-height: 22px;
}

.form-2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.frd-half-container {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 5rem;
  display: flex;
}

.frd-half-container.urbn {
  padding-top: 0;
  padding-left: 0;
}

.popup-txt {
  font-size: 1.35rem;
  line-height: 110%;
}

.form-bttn-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.frd_width {
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  display: flex;
}

.frd_width.porto {
  width: 440px;
}

.frd_content {
  justify-content: flex-end;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
}

.frd_content.hydro {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.form-half {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 5rem;
  padding-right: 2rem;
  display: flex;
}

.form-half.last-form.frd-form {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 7rem 1rem 0;
}

.form-half.last-form.frd-form.porto {
  padding-right: 0;
}

.section-2 {
  position: relative;
}

.form-success-message {
  background-color: #fff0;
  padding: 0;
}

.frd-banner-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.frd-banner-container.porto {
  align-items: stretch;
}

.black_img_multi {
  background-image: none;
  background-size: auto;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.succ-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.succ-container.centered {
  justify-content: center;
  align-items: center;
}

.succ-container.centered.red-color {
  color: #fff;
  background-color: #c20a25;
  border-radius: 12px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.frd_caps_heading {
  text-transform: uppercase;
  font-size: 55px;
  line-height: 110%;
}

.frd_caps_heading.porto {
  font-family: Benzin, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.close_frd_banner {
  position: absolute;
  inset: 5% auto auto 5%;
}

.close_frd_banner.hydro {
  inset: 5% 5% auto auto;
}

.frd-multi_chek {
  border: 1px solid #000;
}

.frd-multi_chek.w--redirected-checked {
  background-color: #c20a25;
  border-color: #c20a25;
}

.fixed-bttn {
  z-index: 1000;
  width: 15%;
  position: fixed;
  inset: auto 1% 2% auto;
}

.fixed-bttn.medium, .fixed-bttn.ctas {
  width: 10%;
}

.button-pf-small {
  color: #fff;
  background-color: #003b45;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-pf-small:hover {
  background-color: #d3471e;
}

.button-pf-small.centered-txt {
  color: #181818;
  text-align: center;
  text-transform: uppercase;
  background-color: #e9e7bc;
  line-height: 120%;
}

.button-pf-small.centered-txt:hover {
  color: #fff;
  background-color: #01283c;
}

.button-pf-small.accept-cookies {
  color: #181818;
  text-align: center;
  background-color: #e9e7bc;
  border-style: none;
  line-height: 100%;
}

.button-pf-small.accept-cookies:hover {
  background-color: var(--_vertical-colors---brand);
  color: #fff;
}

.custom-cursor {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
  inset: 0%;
}

.full-img {
  width: 100%;
}

.absolute-small {
  z-index: 2;
  width: 220px;
  position: absolute;
  bottom: auto;
  left: 30%;
  right: auto;
}

.div-block-81 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.cookie-txt {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.none {
  display: none;
}

.snow-form-block {
  position: relative;
}

.snow-form-block.dark {
  color: var(--_hydropark-deluxe---white);
  background-color: #0000;
  margin-top: 2rem;
  padding-top: 12rem;
}

.snow-form-block.dark.snow {
  padding-top: 0;
  overflow: hidden;
}

.policy-txt {
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 120%;
}

.breadcrumbs-container {
  margin-bottom: 2vw;
}

.breadcrumbs {
  opacity: .6;
  color: var(--black);
  font-size: .68rem;
  text-decoration: none;
}

.breadcrumbs.visited {
  opacity: 1;
}

.legal-container {
  width: 100%;
  padding-top: 3vw;
}

.legal-text {
  opacity: .3;
  text-align: center;
  margin-bottom: 0;
  font-size: 8px;
  line-height: 110%;
}

.checkbox-label-2 {
  color: #646464;
  font-size: .4rem;
  line-height: 110%;
}

.form-server-error-message-2 {
  color: #181818;
  font-size: .75rem;
  display: none;
}

.newyears-txt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
}

.hydro-popup-absolute-img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hydro-popup-absolute-img.hd_all {
  justify-content: flex-end;
  align-items: center;
  bottom: -10%;
}

.text-years-big {
  font-size: 14px;
  font-weight: 400;
  line-height: 115%;
}

.logo-info-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-popup {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.precent-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.checkbox-2 {
  border: 1px solid #000;
}

.checkbox-2.w--redirected-checked {
  background-color: #f55627;
  border-color: #f55627;
}

.hydro-precent {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #181818;
  background-color: #e9e7bc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 7px 7px 4px;
  display: flex;
}

.popup-bg-years {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.new-txt {
  text-align: center;
}

.close-newyers {
  position: absolute;
  inset: 3% 3% auto auto;
}

.small-text-2 {
  margin-bottom: 0;
  font-size: 10px;
}

.half-items {
  width: 50%;
  padding-left: 2%;
}

.half-items.newyears-info {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
  padding-left: 39px;
  padding-right: 27px;
  display: flex;
}

.half-items.newyears-info.hydro-bg {
  background-color: #0e1c1f;
  background-image: radial-gradient(circle at 100% 100%, #a8c0bd33, #fff0 42%);
}

.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1000px;
}

.absolute-img {
  width: 206px;
}

.form-3 {
  flex-flow: column;
  display: flex;
}

.form-3.relative {
  position: relative;
}

.text-years {
  margin-bottom: 0;
  font-size: 12px;
}

.logo-img-container.hd {
  width: 160px;
}

.precent-newyers-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.new-years-form {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  width: 400px;
  padding-bottom: 4vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.checkbox-field-2 {
  margin: .3rem 1vw;
}

.button-info-tel {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  background-color: #ffffff1c;
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  padding: 3px 7px 3px 12px;
  text-decoration: none;
  display: flex;
}

.form-hd-container-2 {
  z-index: 10;
  position: relative;
}

.form-hd-container-2.top-small-padd {
  z-index: 10;
  padding-top: 3rem;
  position: relative;
}

.popup-information {
  color: #fff;
  background-color: #01283c;
  justify-content: space-between;
  width: 95%;
  max-width: 1440px;
  max-height: 700px;
  display: flex;
  position: relative;
}

.popup-information.hd_overflow {
  overflow: hidden;
}

.heading-hd-2 {
  color: #0e1c1f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.57rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-hd-2.white {
  color: #fff;
}

.accent-hd-color-2 {
  color: #e9e7bc;
}

.checkbox-label-3 {
  color: #646464;
  font-size: .4rem;
  line-height: 110%;
}

.field-hd-2 {
  background-color: #0000;
  border: 1px solid #dbcb9d66;
  border-radius: 16px;
  padding: 2.15rem 25px;
}

.field-hd-2.white-text {
  color: #fff;
}

.small-hd-container-2 {
  width: 35%;
}

.small-hd-container-2.form-hd-width {
  width: 50%;
  padding: 13rem 6rem;
}

.bg-form-absolute-hd-2 {
  background-color: #0e1c1f;
  background-image: url('../images/mask-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 12rem 0% 0%;
}

.form-4 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.form-4.relative {
  position: relative;
}

.checkbox-3 {
  border: 1px solid #000;
}

.checkbox-3.w--redirected-checked {
  background-color: #ffb012;
  border-color: #ffb012;
}

.field-hd-relative-2 {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.checkbox-field-3 {
  margin: .3rem 1vw;
}

.section-3 {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .container.relative.gallery {
    max-width: none;
  }

  .gallery-hd-items {
    width: 80%;
  }

  .sticky-gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
  }

  .sticky-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.86rem;
    padding-right: 2.86rem;
  }

  .button-pf-form.red {
    height: 101px;
  }

  .frd-txt {
    font-size: 22px;
  }

  .frd_width {
    width: 600px;
  }

  .frd_width.porto {
    width: 480px;
  }

  .frd_caps_heading {
    font-size: 55px;
  }

  .frd_caps_heading.porto {
    font-size: 42px;
  }

  .fixed-bttn.medium, .fixed-bttn.ctas {
    width: 10%;
  }

  .text-years-big {
    font-size: 20px;
  }

  .text-years {
    font-size: 14px;
  }

  .new-years-form {
    width: 500px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .popup-information {
    max-height: 760px;
  }

  .heading-hd-2 {
    font-size: 2.57rem;
  }
}

@media screen and (min-width: 1440px) {
  .container.relative.gallery {
    max-width: none;
  }

  .cookie-banner.fixed {
    width: 35%;
    padding: .8vw 1vw;
  }

  .small-hd-container.form-hd-width.snow-width {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .big-hd-container.hd-build-absolute {
    width: 40%;
  }

  .hd-biggest-heading {
    font-size: 9.5rem;
  }

  .hd-form-absolute-img {
    width: 40%;
    max-height: none;
  }

  .hd-form-absolute-img.snow-position {
    width: 65%;
  }

  .line-animation {
    width: 90%;
  }

  .frd-accent-txt {
    font-size: 34px;
  }

  .black_friday_banner {
    display: none;
  }

  .frd-txt {
    font-size: 24px;
  }

  .frd-txt.small-h {
    line-height: 24px;
  }

  .frd_width {
    width: 700px;
  }

  .frd_width.porto {
    width: 520px;
  }

  .frd_content.hydro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-2 {
    height: auto;
  }

  .succ-container.centered.red-color {
    background-color: #c20a25;
  }

  .frd_caps_heading {
    font-size: 60px;
  }

  .frd_caps_heading.porto {
    font-size: 52px;
  }

  .fixed-bttn.medium {
    width: 7%;
  }

  .fixed-bttn.ctas {
    width: 8%;
  }

  .newyears-txt {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .text-years-big {
    font-size: 21px;
  }

  .absolute-img {
    width: 280px;
  }

  .absolute-img.hd {
    width: 206px;
  }

  .popup-information {
    max-height: 800px;
  }

  .section-3 {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .small-hd-container-2 {
    width: 27%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    z-index: auto;
  }

  .section.architect-padd {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .container.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.footer-padding {
    padding-top: 0;
  }

  .wrapper.top-hd-padd, .wrapper.top-bighd-padd {
    padding-top: 8.93rem;
  }

  .heading-container.small {
    width: 100%;
  }

  .heading-container.right {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .heading-container.adaptive_centered, .text-container.centered {
    text-align: center;
  }

  .text-container.buing-hd-padd.last {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .text-small {
    font-size: .64rem;
  }

  .flex-horizontal-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: center;
  }

  .flex-horizontal-row.big-top-padd {
    padding-top: 6rem;
  }

  .flex-horizontal-row.reviews-aling {
    flex-flow: row;
  }

  .flex-horizontal-row._4relative {
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-horizontal-row.sticky-hd-heading {
    position: static;
  }

  .flex-horizontal-row.big-gap.other-direction {
    flex-flow: column;
  }

  .flex-horizontal-row.hd-align {
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-horizontal-row.footer-align {
    flex-flow: wrap-reverse;
  }

  .flex-horizontal-row.policy-align {
    flex-flow: row;
  }

  .half-img.full {
    width: 50%;
  }

  .h2 {
    font-size: 2.14rem;
  }

  .description {
    font-size: 1.28rem;
  }

  .faq-items.hd {
    width: 100%;
  }

  .hint-normal {
    font-size: .64rem;
  }

  .swiper-slide {
    height: 366.93px;
  }

  .swiper-slide.hd {
    width: auto;
    height: auto;
  }

  .small-text.txt-cookies {
    font-size: 12px;
  }

  .cookie-banner.fixed {
    width: 80%;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
  }

  .very-big-heading, .very-big-heading.accent-hd-color {
    font-size: 6rem;
  }

  .absolute-hd-img-container.snow {
    width: 246px;
  }

  .info-hd-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .info-grid-item {
    flex-flow: wrap;
  }

  .half-container.flex-space-between.hd.buing-img-different {
    flex-flow: column-reverse;
  }

  .half-container.flex-hd-line.hd-vertical {
    border-bottom-style: none;
    border-right-style: none;
    flex-flow: column;
    width: 100%;
  }

  .half-container.flex-hd-right-line.mob-none {
    display: none;
  }

  .half-container.hd {
    width: 100%;
  }

  .heading-hd.white.centered-mob {
    text-align: center;
  }

  .hint-container.bottom-padd {
    padding-bottom: 0;
  }

  .txt-big-padd {
    padding-left: 0;
    padding-right: 20rem;
  }

  .txt-big-padd.double-padd.hd {
    padding-left: 0;
    padding-right: 0;
  }

  .bttn-hd-container.secondary-bttn.flex-left-display.desktop {
    display: none;
  }

  .bttn-hd-container.secondary-bttn.flex-left-display.mob {
    display: flex;
  }

  .author-container {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .small-hd-container {
    width: 100%;
  }

  .small-hd-container.bottom-big-padd {
    padding-bottom: 0;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .small-hd-container.form-hd-width.snow-width, .big-hd-container, .big-hd-container.flex {
    width: 100%;
  }

  .big-hd-container.hd-build-absolute {
    width: 100%;
    position: relative;
  }

  .big-hd-container.flex-different-aling {
    flex-flow: row;
    width: 100%;
    padding-top: 2.57rem;
    padding-left: 0;
    padding-right: 0;
  }

  .big-hd-container.gallery {
    width: 100%;
  }

  .right-items-hd-padd {
    padding-left: 0;
  }

  .small-architect-line40, .small-architect-line60, .big-architect-line40, .small-sl-line40, .small-sl-line60 {
    display: none;
  }

  .absolute-concept-img {
    top: -20%;
    left: 40%;
  }

  .absolute-cta-hd-img {
    width: 200px;
    top: -10%;
    left: 39%;
  }

  .consultation-hd-container {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cta-txt-container {
    text-align: center;
  }

  .form-hd-container.top-small-padd {
    z-index: 3;
    z-index: 3;
    position: relative;
  }

  .form-hd-build {
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .mask-form-bg {
    z-index: 1;
    background-image: url('../images/mob-bg.svg');
    background-position: 50% 100%;
    background-size: cover;
    height: 100%;
    inset: 0%;
  }

  .big-hd-heading-container.desktop {
    display: none;
  }

  .big-hd-heading-container.mob {
    display: flex;
  }

  .hd-biggest-heading {
    font-size: 3.57rem;
  }

  .buing-hd-img.different-adaptive-size {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 37px;
  }

  .name-hd-container {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .name-hd-container.desktop {
    display: none;
  }

  .name-hd-container.mob {
    display: flex;
  }

  .flex-developer-items {
    width: 100%;
  }

  .hd-develop-heading {
    font-size: 1.84rem;
  }

  .developer-text-container {
    flex-flow: column;
  }

  .hd-form-block.dark {
    flex-flow: row-reverse wrap-reverse;
    display: flex;
  }

  .hd-form-absolute-img.snow-position, .hd-form-absolute-img.hydro-w.hydro_adaptive {
    width: 100%;
    position: relative;
  }

  .bg-form-absolute-hd {
    background-image: url('../images/mask-2.svg');
    background-position: 100%;
  }

  .hd-faq {
    flex-flow: column;
  }

  .hd-answer-faq {
    padding-left: 0;
    display: none;
    position: static;
  }

  .hd-answer-div, .footer-half-hd {
    width: 100%;
  }

  .footer-info-hd {
    flex-flow: column;
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .footer-social-hd {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer-logo-hd {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-policy-hd {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .footer-coop-hd {
    width: 100%;
  }

  .policy-div-hd {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 2rem;
  }

  .footer-hd-form {
    width: 100vw;
    margin-bottom: 4rem;
    position: relative;
  }

  .hd-reviews-container {
    padding-right: 2rem;
  }

  .scroll-box {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .scroll-content {
    width: auto;
  }

  .scroll-content.left {
    text-align: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 0;
  }

  .scroll-inner-box {
    width: 70%;
    font-size: 15px;
  }

  .circle.left {
    left: -15px;
    right: auto;
  }

  .circle.mounth {
    top: 39%;
  }

  .fill-box.v2 {
    left: auto;
  }

  .line-animation {
    width: 90%;
  }

  .scroll-heading {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 24px;
  }

  .right-process-container, .right-process-container.month {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-items.left {
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .mounth-heading {
    margin-top: 0;
    font-size: 1rem;
    line-height: 28px;
  }

  .small-mounth {
    top: 55%;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .nav-hd-logo {
    position: relative;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-hd-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-hd-menu {
    background-color: #0000;
    top: 70px;
  }

  .container-hd-header {
    padding-left: .5rem;
  }

  .hd-inf-header {
    display: none;
  }

  .swiper-wrapper-hd.top-bighd-double-padd {
    padding-top: 8.93rem;
  }

  .header-and-progressbar-hd, .header-and-progressbar-hd.flex {
    width: 100%;
  }

  .custom-progress-progress-1.hd {
    margin-left: 0;
    margin-right: 0;
  }

  .hd-logo-size-fppter {
    width: 200px;
  }

  .absolute-buing-img {
    width: 127px;
  }

  ._1hd-absolute {
    top: -50%;
    right: 1%;
  }

  ._2hd-absolute {
    right: 20%;
  }

  ._3hd-absolute {
    right: 1%;
  }

  ._4hd-absolute {
    top: -50%;
    right: 15%;
  }

  .logo-cta-mob {
    justify-content: center;
    align-items: center;
    padding-bottom: 72px;
    display: flex;
  }

  .small-cta-img {
    width: 137px;
  }

  .line-develop {
    width: 70%;
  }

  .sticky-gallery {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: center;
    padding-top: 42px;
    padding-left: 2.86rem;
    padding-right: 2.86rem;
    position: static;
  }

  .client-name {
    font-size: 1.2rem;
  }

  .slider-hd {
    width: 600px;
    height: auto;
  }

  .sticky-header {
    position: relative;
  }

  .sticky-gallery-wrapper.top-bighd-padd {
    padding-top: 8.93rem;
  }

  ._5hd-absolute {
    width: 160px;
    height: 160px;
    top: -30%;
    right: 0%;
  }

  ._7hd-absolute {
    width: 140px;
    height: 140px;
    top: 0%;
    right: -80%;
  }

  ._6hd-absolute {
    top: 20%;
    left: 120%;
    right: auto;
  }

  ._8hd-absolute {
    width: 130px;
    height: 130px;
    top: 100%;
    left: auto;
    right: -80%;
  }

  .popup-form {
    width: 70vw;
    margin-bottom: 4rem;
    padding-left: 6rem;
    padding-right: 6rem;
    position: relative;
  }

  .popup-logo-hd {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-hd-popup {
    width: 60%;
    height: 70%;
  }

  .small-hd-thanks {
    width: 80%;
  }

  .bttn-full-container {
    justify-content: flex-start;
    align-items: center;
    left: -2%;
  }

  .frd-accent-txt {
    font-size: 28px;
  }

  .hydro_accent {
    bottom: -12px;
  }

  .button-pf-form {
    padding-left: 30px;
    padding-right: 80px;
  }

  .frd_container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frd-txt {
    font-size: 18px;
  }

  .frd-txt.small-h {
    font-size: 16px;
  }

  .frd-half-container.urbn {
    padding-top: 10px;
  }

  .frd_width {
    width: 460px;
  }

  .form-half {
    width: 100%;
    margin-top: 6rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .form-half.last-form.frd-form {
    margin-top: 1rem;
    padding-right: 1rem;
  }

  .form-half.last-form.frd-form.porto {
    margin-top: 2rem;
  }

  .section-2 {
    z-index: auto;
  }

  .frd-banner-container {
    height: 800px;
  }

  .frd_caps_heading {
    font-size: 35px;
  }

  .frd_caps_heading.porto {
    font-size: 38px;
  }

  .fixed-bttn.medium, .fixed-bttn.ctas {
    width: 15%;
    bottom: 8%;
  }

  .button-pf-small {
    text-align: center;
    padding: 12px;
    line-height: 100%;
  }

  .absolute-small {
    width: 200px;
    left: 39%;
  }

  .snow-form-block.dark {
    display: none;
  }

  .snow-form-block.dark.snow {
    flex-flow: column-reverse;
    display: flex;
  }

  .legal-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .legal-text {
    font-size: 7px;
  }

  .checkbox-label-2 {
    font-size: .5rem;
  }

  .newyears-txt {
    padding-left: 0;
    padding-right: 0;
  }

  .hydro-popup-absolute-img {
    display: none;
  }

  .hero-popup {
    overflow: scroll;
  }

  .half-items.newyears-info {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 50%;
    padding-top: 24px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .new-years-form {
    width: 300px;
    padding-bottom: 2vw;
  }

  .form-hd-container-2.top-small-padd {
    z-index: 3;
    position: relative;
  }

  .popup-information {
    flex-flow: row;
    width: 95%;
    overflow: scroll;
  }

  .checkbox-label-3 {
    font-size: .5rem;
  }

  .small-hd-container-2 {
    width: 100%;
  }

  .small-hd-container-2.form-hd-width.adaptive_width {
    width: 100%;
    padding-bottom: 2rem;
  }

  .bg-form-absolute-hd-2 {
    background-image: url('../images/mask-2.svg');
    background-position: 100%;
  }

  .section-3 {
    z-index: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .container.footer {
    padding-top: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .wrapper.footer-padding {
    padding-bottom: .5rem;
  }

  .heading-container.small, .heading-container.relative {
    width: 100%;
  }

  .text-small {
    line-height: 110%;
  }

  .text {
    font-size: .86rem;
  }

  .flex-horizontal-row.sticky-hd-heading {
    padding-top: 8.93rem;
  }

  .flex-horizontal-row.right-side.snow-full, .half-img.full {
    width: 100%;
  }

  .half-img.full.relative {
    position: relative;
  }

  .h2 {
    font-size: 1.71rem;
    line-height: 120%;
  }

  .description {
    font-size: 1.14rem;
  }

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

  .hint-text {
    font-size: .78rem;
  }

  .nav-heading-text {
    font-size: .86rem;
  }

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

  .nav-text.opacity40 {
    font-size: .86rem;
  }

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

  .swiper-slide {
    height: 271.375px;
  }

  .swiper-slide.hd {
    width: 95%;
    height: auto;
  }

  .cookie-banner {
    width: 50%;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .cookie-banner.fixed {
    width: 90%;
  }

  .bio-page {
    font-size: .92rem;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
  }

  .very-big-heading.accent-hd-color {
    font-size: 4.7rem;
  }

  .absolute-hd-img-container {
    width: 273px;
    top: -120px;
    bottom: auto;
    left: 10%;
  }

  .absolute-hd-img-container.snow {
    width: 196px;
  }

  .info-hd-line-container {
    margin-top: 6rem;
  }

  .absolute-hd-hint15 {
    bottom: 0%;
    left: 1%;
  }

  .price-hd {
    font-size: 1.42rem;
  }

  .txt-big-padd {
    padding-right: 14rem;
  }

  .icon-text-hd {
    font-size: 1rem;
  }

  .author-container, .small-hd-container.bottom-big-padd {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .small-hd-container.form-hd-width.snow-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .archit-text {
    font-size: 1.14rem;
  }

  .absolute-concept-img {
    width: 208px;
    left: 38%;
  }

  .heading-planning {
    font-size: 1.14rem;
  }

  .text-medium-planning {
    font-size: 1.43rem;
  }

  .mask-form-bg {
    background-position: 50% 100%;
    inset: 0%;
  }

  .gallery-hd-img {
    height: 420px;
  }

  .gallery-hd-heading {
    font-size: 1.14rem;
  }

  .hd-biggest-heading {
    font-size: 4rem;
  }

  .price-hd-container, .half-heading-container.hd {
    width: 100%;
  }

  .flex-developer-items {
    padding-top: 0;
  }

  .hd-develop-heading {
    font-size: 1.15rem;
  }

  .footer-info-hd {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .policy-div-hd {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .hd-reviews-container {
    width: 100%;
    padding-right: 0;
  }

  .scroll-box {
    margin-top: 60px;
  }

  .scroll-content.right, .scroll-content.left {
    width: 100%;
  }

  .scroll-text {
    font-size: 1rem;
    line-height: 110%;
  }

  .scroll-inner-box {
    width: 100%;
  }

  .circle.right, .circle.left {
    left: -8px;
  }

  .circle.mounth {
    left: -4px;
  }

  .fill-box.v2 {
    left: 1%;
  }

  .scroll-heading {
    font-size: .86rem;
    font-weight: 500;
    line-height: 30px;
  }

  .process-items.left {
    justify-content: flex-end;
    align-items: center;
  }

  .mounth-heading {
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
  }

  .small-mounth {
    width: 5px;
    height: 5px;
    top: 63%;
    left: 4px;
  }

  .small-mounth.last {
    top: 7px;
    left: 4px;
  }

  .nav-hd-logo {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-hd-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .container-hd-header {
    padding-left: 1.4rem;
    padding-right: 0;
  }

  .hd-inf-header.menu, .hd-inf-header.absolute-menu-close {
    padding: 1.4rem;
  }

  .custom-progress-progress-1.hd {
    margin-left: 0;
    margin-right: 0;
  }

  .hd-logo-size-fppter {
    width: 175px;
  }

  .absolute-buing-img {
    top: auto;
  }

  ._1hd-absolute, ._2hd-absolute, ._3hd-absolute, ._4hd-absolute, .line-develop {
    display: none;
  }

  .card-info-wrap {
    padding: 32px 24px;
  }

  .slider-hd {
    width: 80%;
  }

  .loader_colums.last, ._5hd-absolute, ._7hd-absolute, ._6hd-absolute, ._8hd-absolute {
    display: none;
  }

  .popup-form {
    width: 80vw;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .menu-hd-popup {
    width: 75%;
    height: 60%;
  }

  .small-hd-thanks {
    width: 90%;
  }

  .bttn-full-container {
    justify-content: flex-start;
    align-items: center;
  }

  .hydro_accent {
    padding: 6px 12px;
    bottom: -6px;
    right: 35%;
  }

  .button-pf-form {
    padding-right: 50%;
    font-size: .92rem;
  }

  .button-pf-form.red {
    background-position: 10%;
  }

  .black_friday_banner {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
  }

  .form-div.frd-form {
    width: auto;
  }

  .frd_container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .frd-txt.small-h.hydro {
    font-size: 14px;
  }

  .frd-half-container {
    padding-top: 0;
    padding-left: 0;
  }

  .frd_width {
    width: 100%;
  }

  .frd_content.hydro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-half {
    margin-top: 9rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-half.last-form.frd-form {
    margin-top: .5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-half.last-form.frd-form.porto {
    margin-top: .5rem;
  }

  .frd-banner-container {
    height: auto;
  }

  .black_img_multi {
    background-image: none;
    background-size: auto;
    width: 80%;
    height: auto;
    position: static;
  }

  .black_img_multi.hydro {
    width: 70%;
  }

  .frd_caps_heading.porto {
    font-size: 28px;
  }

  .fixed-bttn {
    width: 25%;
    font-size: .7rem;
    line-height: 100%;
  }

  .fixed-bttn.medium, .fixed-bttn.ctas {
    width: 20%;
    bottom: 8%;
  }

  .button-pf-small {
    font-size: .92rem;
  }

  .button-pf-small.centered-txt.small {
    font-size: .7rem;
  }

  .div-block-81 {
    width: 100%;
  }

  .legal-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .legal-text {
    font-size: 6px;
    line-height: 105%;
  }

  .newyears-txt {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .text-years-big {
    font-size: 17px;
  }

  .half-items.newyears-info {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .text-years {
    font-size: 14px;
  }

  .precent-newyers-container {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .new-years-form {
    width: 400px;
  }

  .popup-information {
    flex-flow: column;
    max-height: 840px;
  }

  .popup-information.hd_overflow {
    overflow: visible;
  }

  .heading-hd-2 {
    font-size: 2rem;
  }
}

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

  .container.footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.footer-padding {
    padding-bottom: .5rem;
  }

  .heading-container.small {
    width: 100%;
  }

  .heading-container.right {
    justify-content: center;
    align-items: flex-start;
  }

  .text-container.justify {
    text-align: left;
  }

  .text-container.buing-hd-padd {
    padding-top: 16px;
  }

  .text-container.buing-hd-padd.last {
    padding-top: 61px;
    padding-left: 10rem;
  }

  .text-container.process {
    width: 240px;
  }

  .text-container._80 {
    width: 90%;
  }

  .text-container.smaller-frd-txt {
    width: 100%;
  }

  .text-small {
    font-size: .72rem;
  }

  .text {
    font-size: .86rem;
  }

  .text.right-hd {
    text-indent: 6rem;
  }

  .text.hd-bu-txt {
    font-size: .85rem;
  }

  .flex-horizontal-row.reviews-aling {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal-row._4relative {
    align-items: stretch;
  }

  .flex-horizontal-row.policy-align {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2 {
    font-size: 1.71rem;
  }

  .question-inner {
    padding-right: 1rem;
  }

  .faq-heading {
    font-size: 1rem;
    line-height: 120%;
  }

  .hint-text {
    font-size: .81rem;
  }

  .menu-bottom {
    margin-top: 4rem;
  }

  .checkbox-field {
    margin-left: 0;
    margin-right: 0;
  }

  .small-div {
    margin-top: .2rem;
    padding-left: 0;
  }

  .hint-normal {
    margin-bottom: 5px;
  }

  .swiper-button-next {
    width: 35px;
  }

  .swiper-button-prev {
    width: 35px;
    margin-right: .1rem;
  }

  .small {
    font-size: .9rem;
  }

  .swiper {
    flex-flow: wrap-reverse;
    display: block;
  }

  .swiper-slide {
    height: 152.883px;
  }

  .swiper-slide.hd {
    width: 95%;
  }

  .white-link {
    color: var(--white);
    text-decoration: none;
  }

  .cookie-banner {
    width: 70%;
    padding: 3vw 4vw;
  }

  .cookie-banner.fixed {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bio-page {
    padding: 12px;
    font-size: 1rem;
  }

  .bio-page.w--current {
    padding: 12px;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
  }

  .hydro-hint {
    margin-bottom: 2rem;
  }

  .very-big-heading.accent-hd-color {
    font-size: 3rem;
  }

  .absolute-hd-img-container {
    z-index: 3;
    width: 173px;
    position: absolute;
    top: -80px;
    bottom: 0;
    left: 10%;
  }

  .absolute-hd-img-container.snow {
    width: 126px;
  }

  .info-hd-line-container {
    margin-top: 3.5rem;
  }

  .info-hd-grid {
    grid-template-columns: 1fr;
  }

  .info-hd-grid.desktop {
    display: none;
  }

  .info-hd-grid.mob {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 49% 49%;
    grid-auto-columns: .3rem;
    justify-content: space-between;
    display: flex;
  }

  .absolute-hd-hint15 {
    bottom: 0%;
    left: 1%;
  }

  .absolute-hd-hint15-copy {
    bottom: auto;
    right: 0%;
  }

  .info-grid-item.right-align {
    justify-content: center;
    align-items: center;
  }

  .info-grid-item.right-align.button-padd {
    padding-top: 15px;
  }

  .info-grid-item.mob {
    width: 50%;
  }

  .info-grid-item._85 {
    width: 85%;
  }

  .price-hd {
    font-size: 1.3rem;
  }

  .half-container.full-mob {
    width: 100%;
  }

  .heading-hd.white {
    font-size: 2.1rem;
  }

  .txt-big-padd {
    padding-right: 0;
  }

  .txt-big-padd.double-padd.hd {
    align-items: stretch;
  }

  .bttn-hd-container.secondary-bttn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bttn-hd-container.secondary-bttn.flex-left-display.mob {
    justify-content: center;
    align-items: center;
    padding-top: 6.64rem;
    padding-bottom: 2.64rem;
  }

  .author-container {
    padding-left: 0;
    padding-right: 0;
  }

  .arhitect-img-container {
    width: 190px;
  }

  .small-hd-container.bottom-big-padd {
    padding-left: 0;
    padding-right: 0;
  }

  .small-hd-container.form-hd-width.snow-width {
    padding: 6rem 0;
  }

  .big-hd-container.flex-different-aling {
    flex-flow: column;
  }

  .right-items-hd-padd {
    padding-right: 7rem;
  }

  .hd-half-container-px {
    width: auto;
  }

  .absolute-concept-img {
    width: 168px;
    left: 30%;
  }

  .card-hd-planning {
    padding: 1.57rem;
  }

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

  .area-container {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
  }

  .area-container.left {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .absolute-cta-hd-img {
    left: 10%;
  }

  .cta-txt-container.mob-left {
    text-align: left;
  }

  .field-hd {
    font-size: 16px;
  }

  .mask-form-bg {
    background-position: 50% 100%;
  }

  .hd-flex-left {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .gallery-hd-heading {
    font-size: 1.14rem;
  }

  .hd-biggest-heading {
    font-size: 2.85rem;
  }

  .advantages-hd {
    flex-flow: wrap;
    width: auto;
  }

  .footer-info-hd {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-one-copy {
    margin-top: 4rem;
  }

  .footer-policy-hd {
    flex-flow: column;
    padding-left: .86rem;
    padding-right: .86rem;
  }

  .policy-div-hd {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-hd-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hd-reviews-container {
    padding-right: 0;
  }

  .hd-review-text {
    font-size: 1rem;
    font-weight: 400;
  }

  .scroll-text {
    font-size: 1rem;
    line-height: 110%;
  }

  .circle.right, .circle.left {
    left: -10px;
  }

  .circle.mounth {
    left: -6px;
  }

  .right-process-container.month {
    padding-bottom: 30px;
  }

  .right-process-container.month-double {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .right-process-container.top-padd {
    padding-top: 30px;
  }

  .process-items {
    width: auto;
  }

  .left-process-container {
    padding-top: 30px;
  }

  .small-mounth {
    top: 62%;
    left: 1.5px;
  }

  .small-mounth.last {
    left: 2px;
  }

  .nav-hd-logo {
    width: 134px;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-hd-header {
    padding-left: 1.2rem;
    padding-right: 0;
  }

  .hd-inf-header.menu, .hd-inf-header.absolute-menu-close {
    background-color: #22454d33;
    border-style: solid;
    border-color: #22454d33;
  }

  .swiper-wrapper-hd.top-bighd-double-padd {
    padding-bottom: 2rem;
  }

  .custom-progress-progress-1.hd {
    width: 200px;
  }

  .absolute-buing-img {
    width: 84px;
    top: auto;
  }

  .hd-mob-info {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    justify-content: space-between;
    display: flex;
  }

  .sticky-gallery {
    padding-left: .85rem;
    padding-right: .85rem;
    position: static;
  }

  .testimonial-image {
    width: 68px;
    height: 60px;
  }

  .client-title, .client-name {
    font-size: .8rem;
  }

  .card-info-wrap {
    padding: 16px;
  }

  .slider-icon, .slider-icon.frosted-glass {
    opacity: .5;
  }

  .hd-widget-gplus-container {
    width: 90%;
  }

  .bold-text {
    font-size: .7rem;
  }

  .sticky-header {
    padding-left: .85rem;
    padding-right: .85rem;
  }

  .popup-hd-form {
    display: none;
  }

  .popup-form {
    width: 97vw;
    padding-bottom: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .popup-logo-hd {
    margin-top: 4rem;
  }

  .menu-hd-popup {
    width: 85%;
    height: 60%;
    padding-bottom: 2rem;
  }

  .small-hd-thanks {
    width: 97%;
  }

  .frd-accent-txt {
    font-size: 22px;
  }

  .field {
    font-size: 16px;
  }

  .cover_image {
    height: 320px;
  }

  .hydro_accent {
    bottom: -15px;
  }

  .button-pf-form {
    padding-left: 5px;
    padding-right: 40%;
    font-size: .8rem;
  }

  .button-pf-form.red {
    height: 76px;
  }

  .black_friday_banner {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    position: fixed;
    overflow: scroll;
  }

  .form-div.frd-form {
    width: auto;
  }

  .frd_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .frd-txt.small-h {
    font-size: 14px;
  }

  .frd-txt.small-h.hydro {
    font-size: 12px;
  }

  .frd-half-container {
    padding-top: 0;
    padding-left: 0;
  }

  .frd_width {
    width: 100%;
  }

  .frd_width.porto {
    width: auto;
  }

  .frd_content {
    width: 100%;
  }

  .form-half {
    padding-left: 0;
    padding-right: 0;
  }

  .form-half.last-form {
    margin-top: 6rem;
  }

  .black_img_multi {
    background-position: 20%;
    width: 100%;
    height: auto;
    position: relative;
  }

  .black_img_multi.hydro {
    width: 100%;
  }

  .succ-container.centered.red-color {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .frd_caps_heading {
    font-size: 25px;
  }

  .close_frd_banner {
    inset: 5% 5% auto auto;
  }

  .fixed-bttn {
    width: 30%;
    bottom: 6%;
  }

  .fixed-bttn.medium, .fixed-bttn.ctas {
    width: 34%;
  }

  .button-pf-small {
    text-align: center;
    padding: 12px;
    font-size: .7rem;
    line-height: 100%;
  }

  .absolute-small {
    width: 120px;
    left: 10%;
  }

  .legal-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .legal-text {
    font-size: 6px;
  }

  .hydro-popup-absolute-img {
    display: none;
    position: absolute;
    top: 100%;
    bottom: 0%;
  }

  .text-years-big {
    font-size: 14px;
  }

  .hydro-precent {
    width: 130px;
  }

  .half-items.newyears-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-years {
    font-size: 10px;
  }

  .logo-img-container {
    width: 156px;
  }

  .precent-newyers-container {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: space-between;
  }

  .new-years-form {
    width: 320px;
    padding-bottom: 4vw;
  }

  .checkbox-field-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-info-tel {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .popup-information {
    width: 98%;
  }

  .heading-hd-2.white {
    font-size: 2.2rem;
  }

  .small-hd-container-2.form-hd-width.adaptive_width {
    padding-top: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-field-3 {
    margin-left: 0;
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grandisextended';
  src: url('../fonts/GrandisExtended-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grandisextended';
  src: url('../fonts/GrandisExtended-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grandisextended';
  src: url('../fonts/GrandisExtended-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}