@charset "UTF-8";
/* Base */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import "../../../../node_modules/swiper/swiper-bundle.min.css";
@import "../../../../node_modules/glightbox/dist/css/glightbox.min.css";
@import "../../../../node_modules/sal.js/dist/sal.css";
* {
  box-sizing: border-box;
}

input:focus, textarea:focus, button:focus, a:focus {
  outline: 0;
}

input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  background: none;
  letter-spacing: inherit;
  font-family: inherit;
}

/* Colors */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

html {
  --sal-duration: 0.5s;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

video {
  display: block;
  max-width: 100%;
}

strong, b {
  font-weight: 700;
}

a {
  word-wrap: break-word;
}

p {
  margin: 24px 0;
}

img {
  max-width: 100%;
  height: auto;
}

article a {
  text-decoration: underline;
}
article ol, article ul {
  padding-left: 20px;
}
article ul {
  padding: 0;
}
article ul li {
  position: relative;
  padding-left: 32px;
}
article ul li::before {
  position: absolute;
  left: 6px;
  top: 12px;
  content: "";
  width: 8px;
  height: 8px;
  background: #1AAD9D;
  border-radius: 8px;
}
article table {
  width: 100%;
  border-radius: 0 !important;
}
article table th, article table td {
  padding: 12px 10px;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
}
article table th {
  border-bottom: 2px solid #737986;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  article table th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  article table th {
    font-size: 16px;
  }
}
article table td {
  border-bottom: 1px solid #c4c6c6;
  border-top: 1px solid #c4c6c6;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  article table td {
    font-size: 16px;
  }
}
article table tr:nth-child(odd) td {
  background: #f0f1f1;
}

.align-right {
  text-align: right;
}

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

.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .space-between {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

.color-primary {
  color: #1AAD9D !important;
}

.color-secondary {
  color: #1AAD9D;
}

.uppercase {
  text-transform: uppercase;
}

hr {
  margin: 50px 0;
  display: block;
  border: 0;
  outline: 0;
  background: #d9d7d7;
  height: 2px;
  width: 100%;
}

.stars {
  position: relative;
  height: 16px;
  width: 102px;
}
.stars::before, .stars::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
}
.stars::before {
  left: 0;
  width: 100%;
  background-image: url("../img/star-fill.svg");
  background-repeat: repeat-x;
}
.stars::after {
  right: 0;
  width: 0;
  background-image: url("../img/star-shape.svg");
  background-repeat: repeat-x;
}
.stars--1::before {
  width: 17%;
}
.stars--1::after {
  width: 83%;
}
.stars--2::before {
  width: 33%;
}
.stars--2::after {
  width: 67%;
}
.stars--3::before {
  width: 50%;
}
.stars--3::after {
  width: 50%;
}
.stars--4::before {
  width: 67%;
}
.stars--4::after {
  width: 33%;
}
.stars--5::before {
  width: 83%;
}
.stars--5::after {
  width: 17%;
}
.stars--6::before {
  width: 100%;
}
.stars--6::after {
  width: 0;
}

.map-window-collections li {
  display: grid;
  grid-template-columns: 5px 1fr;
  align-items: center;
  gap: 5px;
}
.map-window-collections li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #000000;
}

.ps.ps--active-y .ps__rail-y {
  opacity: 1;
  background-color: #e8e8e8;
  width: 13px;
  border-radius: 13px;
}
.ps.ps--active-y .ps__thumb-y {
  width: 13px;
  right: 0;
  background: #22bda6;
  border-radius: 13px;
}

.glightbox-container .goverlay {
  background: rgb(255, 255, 255) !important;
}
@media screen and (min-width: 769px) {
  .glightbox-container .goverlay {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.8) !important;
  }
}
.glightbox-container .gslide-media {
  box-shadow: none !important;
}
.glightbox-container .glightbox-button-hidden {
  display: none !important;
}
.glightbox-container .gclose {
  border-radius: 50%;
  background: none !important;
  width: 38px !important;
  height: 38px !important;
  top: 20px !important;
  right: 20px !important;
}
@media screen and (min-width: 769px) {
  .glightbox-container .gclose {
    width: 42px !important;
    height: 42px !important;
    top: 34px !important;
    right: 34px !important;
  }
}
.glightbox-container .gclose svg {
  display: none !important;
}
.glightbox-container .gclose::before {
  content: "";
  background-image: url("../../img/hydro/icon-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
}

.sticky-section {
  position: relative;
  z-index: auto;
}

.z-10 {
  background-color: white;
  position: relative;
  z-index: 10;
}

.is-hydro a {
  color: #3a91b5;
}

/* Vendors */
/* Components */
.button {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 13px 25px;
  border: 2px solid #000;
  background: none;
  min-width: 280px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #000;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .button {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.button:hover {
  background: #fff;
  color: #000;
}
.button--white {
  background: #fff;
  color: #161615;
}
.button--white:hover {
  color: #fff;
}
.button--primary {
  background: #1AAD9D;
  border-color: #1AAD9D;
}
.button--primary:hover {
  color: #1AAD9D;
}
.button--outline {
  color: #161615;
  background: #fff;
}
.button--outline:hover {
  border-color: #1AAD9D;
  color: #1AAD9D;
}
.button--outline.button--primary {
  color: #1AAD9D;
}
.button--outline.button--primary:hover {
  color: #000;
  border-color: #000;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.buttons--center {
  justify-content: center;
}

.wishlist-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wishlist-button__heart {
  position: absolute;
  right: 20px;
}
.wishlist-button__heart::before {
  content: "+";
  font-weight: 400;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #1AAD9D;
  position: absolute;
  right: -8px;
  top: -5px;
  z-index: 10;
}
.wishlist-button__heart img {
  filter: brightness(0) invert(1);
}
.wishlist-button:hover .wishlist-button__heart img {
  filter: none;
}
.wishlist-button.added .wishlist-button__heart::before {
  content: "";
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.heading {
  margin: 45px 0;
  font-weight: 700;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .heading {
    font-size: 28px;
    margin: 25px 0;
  }
}
.heading strong {
  color: #1AAD9D;
}
.heading span {
  font-weight: 300;
}
.heading--small {
  font-size: 24px;
}

.heading-text {
  margin: -10px 0 45px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  max-width: 760px;
}
.heading-text--center {
  margin: -10px auto 45px;
  text-align: center;
}

.section {
  padding: 25px 0 60px;
}
.section--gray {
  background: #F7F7F7;
}

.product-sort {
  border: 1px solid #000000;
  background: none;
  padding: 14px 15px;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background-image: url("../img/expand.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  min-width: 280px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.product-sort::-ms-expand {
  display: none;
}

.prices {
  margin: 25px 0;
  padding: 16px 18px;
  background: #ffffff;
}
.prices strong {
  font-weight: 600;
}

.price-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 12px;
}
.price-inputs .line {
  flex: auto;
  height: 1px;
  background: #707070;
}
.price-inputs input {
  font-size: 14px !important;
  border: 1px solid #d9d7d7 !important;
  background: none !important;
  width: 100px !important;
  padding: 6px 15px !important;
  -moz-appearance: textfield;
}
.price-inputs input::-webkit-outer-spin-button, .price-inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.price-inputs input:last-of-type {
  text-align: right;
}

#price-slider {
  height: 6px;
}

#price-slider .noUi-connects {
  border: none;
  background: #d9d7d7;
}

#price-slider .noUi-connect {
  background: #1AAD9D;
}

#price-slider .noUi-handle {
  height: 18px;
  width: 18px;
  top: -7px;
  right: -9px; /* half the width */
  border-radius: 9px;
  background: #1AAD9D;
  border: none !important;
  box-shadow: none;
}
#price-slider .noUi-handle::before, #price-slider .noUi-handle::after {
  display: none;
}

.c-select {
  margin: 25px 0;
  padding: 16px 18px;
  background: #ffffff;
}
.c-select__title {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  padding-right: 36px;
}
.c-select__title::after {
  position: absolute;
  right: 10px;
  content: "";
  background-image: url("../img/expand.svg");
  width: 12px;
  height: 7px;
  transition: 0.3s;
}
.c-select__title__count {
  display: none;
  margin-left: 8px;
  color: #1AAD9D;
  font-size: 14px;
}
.c-select__title__count::before {
  content: "(";
}
.c-select__title__count::after {
  content: ")";
}
.c-select__title__count.active {
  display: block;
}
.c-select__options {
  transition: 0.3s;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.c-select__option {
  position: relative;
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-select__option__color {
  flex: 0 0 25px;
}
.c-select__option__color img {
  width: 100%;
  height: auto;
  display: block;
}
.c-select__option__label {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}
.c-select__option__label.active {
  color: #1AAD9D;
  font-weight: 700;
}
.c-select__option__label--checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 2px solid #1AAD9D;
}
.c-select__option__label--checkbox::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #1AAD9D;
  transition: 0.3s;
  opacity: 0;
}
.c-select__option__description {
  background: #f7f7f7;
  width: 100%;
  border-radius: 5px;
  font-size: 10px;
  padding: 5px 10px;
}
.c-select__option__description p {
  margin: 6px 0;
}
.c-select__option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.c-select__option input:checked ~ .c-select__option__label {
  color: #1AAD9D;
  font-weight: 700;
}
.c-select__option input:checked ~ .c-select__option__label--checkbox::after {
  opacity: 1;
}
.c-select__option input:checked ~ .c-select__option__color {
  border-color: #1AAD9D;
}
.c-select.active .c-select__title::after {
  transform: rotate(180deg);
}
.c-select.active .c-select__options {
  opacity: 1;
}
.c-select--bool {
  position: relative;
  display: flex;
  align-content: center;
}
.c-select--bool .c-select__title::after {
  display: none;
}
.c-select--bool .c-select__title__count {
  display: none;
}
.c-select--bool .c-select__options {
  position: absolute;
  right: 20px;
  transform: translateY(-3px);
  max-height: inherit !important;
  opacity: 1 !important;
}

.wpcf7-response-output {
  margin: 0 !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
  border-width: 1px !important;
}
@media only screen and (max-width: 768px) {
  .wpcf7-response-output {
    font-size: 12px !important;
  }
}

.form-text {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .form-text {
    font-size: 14px;
  }
}
.form-text a {
  color: #1AAD9D;
  text-decoration: underline;
}

.send-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.send-button::after {
  content: "";
  display: block;
  background-image: url("../img/long-arrow.svg");
  width: 25px;
  height: 14px;
  transition: 0.3s;
}
.send-button:hover {
  gap: 0;
}
.send-button:hover::after {
  width: 0;
}

.side-modal {
  position: fixed;
  right: 0;
  top: 138px;
  width: min(880px, 100%);
  height: calc(100vh - 138px);
  z-index: 4000;
  padding: 70px;
  background: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  display: none;
  transform: translateX(100%);
  transition: 0.3s transform;
}
@media only screen and (max-width: 1024px) {
  .side-modal {
    padding: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .side-modal {
    padding: 20px;
  }
}
.side-modal.open {
  display: block;
  transform: translateX(0);
}
.side-modal__close {
  position: absolute;
  right: 25px;
  top: 25px;
  background: #1AAD9D;
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 300;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .side-modal__close {
    height: 46px;
    width: 46px;
    right: 10px;
    top: 10px;
    font-size: 46px;
  }
}
.side-modal__close:hover {
  background: #000;
}
.side-modal__title, .side-modal__subtitle {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .side-modal__title, .side-modal__subtitle {
    font-size: 16px;
  }
}
.side-modal__title {
  margin: 0 0 15px;
  font-weight: 700;
}
.side-modal .align-right {
  display: flex;
  justify-content: flex-end;
}
.side-modal .align-right .button {
  margin: 25px 0 5px;
  padding: 22px 30px;
}

.loading {
  position: relative;
}
.loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 500;
}
.loading::after {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 2px solid #1AAD9D;
  z-index: 600;
  animation: 1s loader infinite;
}

.search-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  padding: 85px 80px 0;
  max-height: 100%;
}
@media only screen and (max-width: 1480px) {
  .search-wrapper {
    padding: 85px 15px 0;
  }
}
.search-wrapper.active {
  display: block;
}
.search-wrapper__inner {
  position: relative;
  padding: 45px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 85px);
  overflow-y: auto;
}
@media only screen and (max-width: 1480px) {
  .search-wrapper__inner {
    padding: 35px;
  }
}
.search-wrapper__close {
  position: absolute;
  right: 25px;
  top: 15px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 44px;
  line-height: 1;
  font-weight: lighter;
}
.search-wrapper__close:hover {
  color: #1AAD9D;
}
.search-wrapper__top {
  display: flex;
  justify-content: center;
}
.search-wrapper__search {
  padding-bottom: 10px;
  position: relative;
  width: min(700px, 100%);
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
}
.search-wrapper__search input {
  border: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
.search-wrapper__search img {
  position: absolute;
  right: 0;
  opacity: 0.75;
}
.search-wrapper__grid {
  display: grid;
  grid-template-columns: 5fr 13fr 6fr;
  grid-gap: 45px;
}
.search-wrapper .products-grid {
  margin-bottom: 25px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
}
@media only screen and (max-width: 1220px) {
  .search-wrapper .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .search-wrapper .products-grid {
    grid-template-columns: 1fr;
  }
}

.collection-link {
  display: block;
  font-weight: 500;
  font-size: 18px;
}

#product-search-response .not-found {
  text-align: center;
}

.accordion {
  margin-inline: auto;
}
.accordion__item {
  padding-block: 40px;
  border-top: 1px solid #161615;
}
@media only screen and (max-width: 768px) {
  .accordion__item {
    padding-block: 16px;
  }
}
.accordion__title {
  cursor: pointer;
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 16px;
  font-size: clamp(1.125rem, 1.0139rem + 0.5556vi, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}
[open] .accordion__title {
  color: #1AAD9D;
}
.accordion__icon {
  position: relative;
  width: 23px;
  height: 23px;
  margin-top: 5px;
  border: 3px solid #161615;
}
@media only screen and (max-width: 768px) {
  .accordion__icon {
    margin-top: 3px;
  }
}
[open] .accordion__icon {
  border-color: #1AAD9D;
}
.accordion__icon::before, .accordion__icon::after {
  content: "";
  background-color: #161615;
}
[open] .accordion__icon::before, [open] .accordion__icon::after {
  background-color: #1AAD9D;
}
.accordion__icon::before {
  position: absolute;
  top: 7px;
  left: 3px;
  width: 11px;
  height: 3px;
}
.accordion__icon::after {
  position: absolute;
  top: 3px;
  left: 7px;
  width: 3px;
  height: 11px;
}
[open] .accordion__icon::after {
  display: none;
}
.accordion__content {
  padding-top: 16px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .accordion__content {
    padding-left: 0;
  }
}

/* Layout */
html {
  scroll-behavior: smooth;
}

.main-wrapper {
  width: 100%;
  overflow: hidden;
}

.main {
  padding-top: 138px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .main {
    padding-top: 62px;
  }
}
.main--with-aside .container {
  display: grid;
  grid-template-columns: auto 400px;
  grid-gap: 150px;
}
@media only screen and (max-width: 1480px) {
  .main--with-aside .container {
    grid-template-columns: auto 360px;
    grid-gap: 80px;
  }
}
@media only screen and (max-width: 1220px) {
  .main--with-aside .container {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .main--with-aside .container {
    display: block;
  }
}

.container {
  width: 1680px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

.page-header .heading {
  margin: 0 0 15px;
}

.form-header {
  margin-top: 45px;
  margin-bottom: 25px;
}
.form-header p {
  margin: 5px 0;
}
.form-header .heading {
  margin: 0;
}

form .heading {
  margin: 0;
}
form input:not([type=checkbox]), form select, form textarea {
  margin: 5px 0;
  background: #fff;
  border: 1px solid #D9D7D7;
  padding: 16px 20px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}
form textarea {
  height: 135px;
}
form br {
  display: block;
}
form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
form .wpcf7-list-item {
  margin: 10px 0;
}
form .wpcf7-list-item label {
  display: block;
  position: relative;
}
form .wpcf7-list-item label .wpcf7-list-item-label {
  display: block;
  padding-left: 42px;
  font-size: 16px;
  font-weight: 500;
  text-transform: initial;
}
form .wpcf7-list-item label .wpcf7-list-item-label::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #D9D7D7;
}
form .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 0;
  line-height: 1;
  color: #1AAD9D;
  font-size: 17px;
  transition: 0.3s;
  opacity: 0;
}
form .wpcf7-list-item label .wpcf7-list-item-label:hover {
  cursor: pointer;
}
form .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
}
form .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
form .wpcf7-submit {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 13px 25px !important;
  border: none;
  background: none;
  color: #fff;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #000 !important;
  transition: 0.3s;
  cursor: pointer;
}
form .wpcf7-submit:hover {
  background: #1AAD9D !important;
}

.wpcf7-not-valid-tip {
  margin: -5px 0 5px;
  font-size: 14px !important;
}

.breadcrumbs-wrapper {
  font-size: 12px;
  font-weight: 400;
  padding: 25px 0;
  color: #3C3C3C;
}
.breadcrumbs-wrapper p {
  margin: 0;
}
.breadcrumbs-wrapper .breadcrumb_last {
  color: #1AAD9D;
}

.hidden {
  display: none;
}

.toggle-text {
  margin: 24px 0;
}
.toggle-text__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  display: grid;
  grid-gap: 22px;
  grid-template-columns: 28px auto;
  align-items: center;
  cursor: pointer;
}
.toggle-text__title__toggle {
  width: 28px;
  height: 28px;
  border: 3px solid #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.toggle-text__title__toggle::before, .toggle-text__title__toggle::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  background: #000;
}
.toggle-text__title__toggle::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.toggle-text__content {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
.toggle-text.active .toggle-text__title__toggle::after {
  transform: rotate(0);
}
.toggle-text.active .toggle-text__content {
  max-height: 1000px;
}

.responsive-table {
  overflow-x: auto;
}

.anchor {
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  padding-bottom: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 10px 0;
  }
}
.header__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .header__top {
    align-items: center;
  }
}
.header__top__right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .header__top__right {
    display: none;
  }
}
.header__bottom {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .header__bottom {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 42px;
    width: 100%;
    height: calc(100dvh - 42px);
    background: #fff;
    flex-direction: column;
    padding: 25px 0 60px;
    transform: translateX(-100%);
    transition: 0.3s;
  }
}
.header__bottom__right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__logo {
  margin: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    margin-top: 0;
  }
}
.header__logo img {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header__logo img {
    max-height: 47px;
  }
}
.header__email {
  color: #1AAD9D;
  transition: 0.3s;
  font-weight: 700;
}
.header__email:hover {
  color: #000;
}
.header__buttons {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .header__buttons .button {
    min-width: 200px;
    font-size: 15px;
    padding: 12px 20px;
  }
}
.header__menu {
  display: flex;
  gap: 38px;
}
@media only screen and (max-width: 1480px) {
  .header__menu {
    gap: 30px;
  }
}
@media only screen and (max-width: 1220px) {
  .header__menu {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu {
    display: block;
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu > .menu-item {
    text-align: center;
  }
}
.header__menu > .menu-item > a {
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 1220px) {
  .header__menu > .menu-item > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu > .menu-item > a {
    margin: 10px 0;
    font-size: 16px;
  }
}
.header__menu > .menu-item > a:hover {
  color: #1AAD9D;
}
.header__menu > .current-menu-item {
  position: relative;
  font-weight: 700;
  color: #1AAD9D;
}
.header__menu > .current-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  background: #1AAD9D;
}
@media only screen and (max-width: 1024px) {
  .header__menu > .current-menu-item::after {
    display: none;
  }
}
.header__menu .menu-item-img {
  width: 80px;
  height: 80px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__menu .menu-item-has-children {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item-has-children:hover .sub-menu {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu .menu-item-has-children > a {
    margin: 0;
    padding: 0 18px 0 0;
    display: inline-block;
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu .menu-item-has-children > a::after {
    content: "";
    background-image: url("../img/expand.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    transition: transform 0.25s ease-in-out 0s;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu .menu-item-has-children > a.is-active::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.header__menu .sub-menu {
  display: none;
  padding: 15px 22px;
  width: -moz-max-content;
  width: max-content;
  top: 99%;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
  position: absolute;
  background: #fff;
  gap: 35px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .header__menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    filter: none;
    display: block;
    transition: max-height 0.25s ease-in-out 0s, margin 0.25s ease-in-out 0s;
    position: relative;
    top: auto;
  }
}
.header__menu .sub-menu.is-active {
  margin: 5px 0 8px;
}
.header__menu .sub-menu > .menu-item a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .header__menu .sub-menu > .menu-item a {
    margin: 2px 0 0;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu .sub-menu > .menu-item a img {
    display: none;
  }
}
.header__menu .sub-menu > .menu-item a:hover {
  color: #1AAD9D;
}
.header .search-toggle {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
}
.header .search-toggle img {
  transform: translateY(2px);
  width: 24px;
}
.header .search-toggle:hover {
  opacity: 0.75;
}
.header .wishlist-button {
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.header .wishlist-button__count {
  position: absolute;
  right: -2px;
  top: -4px;
  width: 16px;
  height: 16px;
  background: #F7F7F7;
  opacity: 0.95;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #1AAD9D;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
}
.header .wishlist-button__count:empty {
  opacity: 0;
}
.header__langs {
  position: relative;
}
.header__langs-current {
  cursor: pointer;
  padding: 0 16px 0 0;
  position: relative;
}
.header__langs-current::after {
  content: "";
  background-image: url("../img/expand.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
  transition: transform 0.25s ease-in-out 0s;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.header__langs-current.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.header__langs-current, .header__langs-item {
  align-items: center;
  gap: 10px;
  display: flex;
}
.header__langs-flag img {
  width: 22px;
  max-width: unset;
  height: auto;
  display: block;
}
.header__langs-slug {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.header__langs-list {
  background-color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  padding: 12px;
  flex-direction: column;
  gap: 8px;
  display: flex;
  transition: opacity 0.25s ease-in-out 0s;
  transform: translateX(-50%);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .header__langs-list {
    top: auto;
    bottom: calc(100% + 10px);
  }
}
.header__langs-list.is-active {
  opacity: 1;
  pointer-events: all;
}
.header__langs-item {
  cursor: pointer;
}

.burger {
  display: none;
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .burger {
    display: block;
  }
}
.burger span {
  width: 32px;
  height: 2px;
  background: #1AAD9D;
  display: block;
  margin: 7px 0;
  transition: 0.3s;
}

.nav-active .burger span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.nav-active .burger span:nth-child(2) {
  opacity: 0;
}
.nav-active .burger span:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -7px);
}
.nav-active .header__bottom {
  transform: translateX(0);
}

.header-blog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  padding: 30px 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .header-blog {
    padding: 10px 0;
  }
}
.header-blog .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-blog__logo {
  margin: 0;
}
.header-blog__logo img {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header-blog__logo img {
    max-height: 45px;
  }
}
.header-blog__menu {
  display: flex;
  gap: 38px;
}
@media only screen and (max-width: 1480px) {
  .header-blog__menu {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-blog__menu {
    position: fixed;
    left: 0;
    top: 66px;
    width: 100%;
    height: calc(100vh - 66px);
    background: #fff;
    display: block;
    padding: 25px 20px;
    transform: translateX(-100%);
    transition: 0.3s;
  }
}
.header-blog__menu .menu-item {
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.3s;
}
.header-blog__menu .menu-item:hover {
  color: #1AAD9D;
}
.header-blog__menu .current-menu-item {
  position: relative;
  font-weight: 700;
  color: #1AAD9D;
}
.header-blog__menu .current-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background: #1AAD9D;
}
.header-blog__right {
  display: flex;
  align-items: center;
}
.header-blog__search {
  position: relative;
  margin-right: 16px;
  display: flex;
  align-items: center;
  border: 2px solid #D6D6D6;
}
@media only screen and (max-width: 1220px) {
  .header-blog__search {
    display: none;
  }
}
.header-blog__search__input {
  margin: 0 !important;
  border: 0 !important;
  padding: 18px 24px 17px !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  box-sizing: border-box !important;
}
@media only screen and (max-width: 1480px) {
  .header-blog__search__input {
    max-width: 220px;
    padding: 18px 15px 17px !important;
  }
}
.header-blog__search__button {
  position: absolute;
  right: 18px;
  border: 0;
  cursor: pointer;
  margin-top: 4px;
  transition: 0.3s;
}
.header-blog__search__button:hover {
  opacity: 0.7;
}

.nav-active .burger span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.nav-active .burger span:nth-child(2) {
  opacity: 0;
}
.nav-active .burger span:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -7px);
}
.nav-active .header-blog__menu {
  transform: translateX(0);
}

.before-footer {
  position: relative;
  background: #fff;
  padding: 60px 0;
}
.before-footer--gray {
  background: #F7F7F7;
}
@media only screen and (max-width: 1024px) {
  .before-footer {
    padding: 45px 0;
  }
}
.before-footer__form .wpcf7 {
  width: min(500px, 100%);
}
.before-footer__form .wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.before-footer__form .wpcf7 .wpcf7-form-control-wrap input {
  padding-left: 55px;
}
.before-footer__form .wpcf7 .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 26px;
  height: 18px;
  background-image: url("../img/email.svg");
}
.before-footer .heading-text {
  text-align: left;
  margin: -10px 0 25px;
}
.before-footer .container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 25px;
}
@media only screen and (max-width: 1024px) {
  .before-footer .container {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .before-footer .container > div:last-child {
    margin-top: 45px;
  }
}
.before-footer .heading {
  margin-top: 0;
  margin-bottom: 25px;
}
.before-footer__sm__items {
  display: flex;
  gap: 20px;
}

.scroll-to-top {
  position: absolute;
  bottom: 25px;
  right: 25px;
  border: 0;
  background: none;
  padding: 0;
}
.scroll-to-top:hover {
  cursor: pointer;
  opacity: 0.8;
}

.footer {
  background: #000;
  padding-top: 60px;
  color: #fff;
  font-size: 14px;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer .container {
    display: block;
  }
}
.footer__left {
  width: 286px;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer__menu {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__menu {
    display: block;
  }
}
.footer__menu .menu-item {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .footer__menu .menu-item {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__menu .menu-item {
    margin-right: 0;
  }
}
.footer__menu .menu-item:hover {
  opacity: 0.7;
}
.footer__menu .menu-item:last-of-type {
  color: #1AAD9D;
  font-weight: 600;
}
.footer__menu .sub-menu {
  display: none !important;
}
.footer__copyright {
  padding: 25px 0;
  margin-top: 60px;
  background: #EBEBEB;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}
.footer__copyright__right {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .footer__copyright__right {
    margin-top: 25px;
    gap: 24px;
  }
}
.footer__copyright__right span {
  margin: 0 24px;
}
.footer__copyright a:hover {
  color: #1AAD9D;
}

/* Pages */
.page-404 {
  text-align: center;
  padding: 100px 0 0;
}
.page-404__image {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1280px) {
  .page-404__image {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .page-404__image {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .page-404__image {
    max-width: 360px;
    margin: 0 auto 40px;
  }
}
.page-404__image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-404__heading {
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 60px;
}
@media screen and (max-width: 1280px) {
  .page-404__heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .page-404__heading {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .page-404__heading {
    font-size: 36px;
    margin: 0 0 40px;
  }
}
.page-404__heading strong {
  font-weight: 700;
}
.page-404__text {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .page-404__text {
    max-width: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .page-404__text {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .page-404__text {
    max-width: 340px;
  }
}

.page-title {
  margin-top: 0;
}

.page-content {
  margin-top: 48px;
}

.home .main {
  padding-bottom: 0;
}

.h-hero {
  position: relative;
}
.h-hero .tns-controls button {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 100;
  transition: 0.3s;
}
.h-hero .tns-controls button:first-child {
  left: calc((100vw - 1640px) / 2);
}
@media screen and (max-width: 1690px) {
  .h-hero .tns-controls button:first-child {
    left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .h-hero .tns-controls button:first-child {
    display: none;
  }
}
.h-hero .tns-controls button:first-child img {
  transform: rotate(-180deg);
}
.h-hero .tns-controls button:last-child {
  right: calc((100vw - 1640px) / 2);
}
@media screen and (max-width: 1690px) {
  .h-hero .tns-controls button:last-child {
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .h-hero .tns-controls button:last-child {
    display: none;
  }
}
.h-hero .tns-controls button:hover {
  background: #fff;
}
.h-hero .tns-controls button:hover img {
  filter: brightness(0);
}
.h-hero .tns-nav {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: 0;
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .h-hero .tns-nav {
    bottom: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .h-hero .tns-nav {
    bottom: 30px;
  }
}
.h-hero .tns-nav button {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  border: none;
  background: #CCCCCC;
  padding: 0;
}
.h-hero .tns-nav button.tns-nav-active {
  background: #161615;
}
.h-hero__slide {
  position: relative;
}
.h-hero__slide-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-height: 60vh;
}
@media only screen and (max-width: 768px) {
  .h-hero__image {
    min-height: 600px;
  }
}
.h-hero__content {
  position: absolute;
  color: #fff;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 640px;
  padding: 0 20px;
}
.h-hero__title {
  margin: 0;
  font-size: 56px;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .h-hero__title {
    font-size: 32px;
  }
}
.h-hero__title mark {
  background: #fff;
}
.h-hero__text {
  font-size: 16px;
  font-weight: 700;
}
.h-hero .buttons {
  margin-top: 30px;
}

.scroll-down {
  position: absolute;
  bottom: 45px;
  z-index: 5;
  left: calc(50% - 10px);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down:hover {
  opacity: 0.7;
}

.product-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}
@media only screen and (max-width: 1480px) {
  .product-category-grid {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 1220px) {
  .product-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .product-category-grid {
    grid-template-columns: 1fr;
  }
}

.product-category-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .product-category-box {
    min-height: 90vw;
  }
}
.product-category-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: 0.3s;
}
.product-category-box__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-category-box__title {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  z-index: 10;
  transition: 0.3s;
}
@media only screen and (max-width: 1220px) {
  .product-category-box__title {
    font-size: 20px;
  }
}
.product-category-box .button {
  position: absolute;
  bottom: 18px;
}
.product-category-box:hover::before {
  background: rgba(255, 255, 255, 0.3);
}
.product-category-box:hover .product-category-box__title {
  color: #000;
}

.h-designer {
  text-align: center;
}
.h-designer .buttons {
  margin-top: 45px;
}
.h-designer video {
  margin: auto;
}

.h-featured-products .products-grid {
  display: block;
}
.h-featured-products .tns-outer {
  position: relative;
}
.h-featured-products .tns-inner {
  overflow: hidden;
}
.h-featured-products .tns-controls button {
  position: absolute;
  border: 0;
  bottom: calc(50% - 26px);
  background: none;
  border: 2px solid #000;
  padding: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.h-featured-products .tns-controls button:disabled {
  opacity: 0.5;
}
.h-featured-products .tns-controls button:first-child {
  left: 0;
}
.h-featured-products .tns-controls button:first-child img {
  transform: rotate(-180deg);
}
.h-featured-products .tns-controls button:last-child {
  right: 0;
}
.h-featured-products .tns-controls button:hover {
  opacity: 0.7;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px;
}
@media only screen and (max-width: 1480px) {
  .products-grid {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 1220px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

.product-teaser {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .product-teaser {
    margin: 35px 0;
  }
}
.product-teaser__img {
  transition: 0.3s;
  height: 360px;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-teaser__title {
  margin: 25px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  transition: 0.3s;
}
.product-teaser__title strong {
  font-weight: 700;
}
.product-teaser div.button {
  width: 100%;
  max-width: 280px;
}
.product-teaser:hover .product-teaser__img {
  transform: scale(1.1);
}
.product-teaser:hover .product-teaser__title {
  color: #1AAD9D;
}

.h-benefits__grid {
  margin: 60px 0 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px;
}
@media only screen and (max-width: 1480px) {
  .h-benefits__grid {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 1220px) {
  .h-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .h-benefits__grid {
    grid-template-columns: 1fr;
  }
}
.h-benefits__item {
  text-align: center;
}
.h-benefits__item__icon {
  height: 120px;
}
.h-benefits__item__icon img {
  max-height: 100%;
}
.h-benefits__item__title {
  margin: 20px 0 15px;
  font-weight: 700;
  font-size: 24px;
}
.h-benefits__item p {
  max-width: 340px;
  margin: 0 auto;
  font-size: 16px;
}

.h-blog__grid {
  margin: 60px 0 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px;
}
@media only screen and (max-width: 1220px) {
  .h-blog__grid {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .h-blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .h-blog__grid {
    display: block;
  }
}
.h-blog .post-teaser {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-logo {
  display: flex;
  gap: 18px;
  align-items: center;
}

.blog-header {
  height: 500px;
}
@media only screen and (max-width: 768px) {
  .blog-header {
    height: 320px;
  }
}
.blog-header img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.posts-grid {
  margin: 35px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
@media only screen and (max-width: 480px) {
  .posts-grid {
    display: block;
  }
}

.post-teaser {
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
}
@media only screen and (max-width: 480px) {
  .post-teaser {
    margin: 25px 0;
  }
}
.post-teaser__image {
  margin-bottom: 30px;
  display: block;
  background: #F2F7FB;
  aspect-ratio: 10/7;
  width: 100%;
  overflow: hidden;
}
.post-teaser__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.post-teaser__image img:hover {
  transform: scale(1.08);
}
.post-teaser__title {
  font-size: 24px;
  line-height: 1.38;
  font-weight: 700;
  margin: 15px 0;
  text-decoration: none !important;
  transition: 0.3s;
}
.post-teaser__title:hover {
  color: #1AAD9D;
}
.post-teaser__text {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
}

.reading-time {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #1AAD9D;
}
.reading-time::before {
  display: block;
  margin-right: 10px;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../img/read.svg");
}

.category-label {
  margin-right: 5px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 24px;
  padding: 8px 20px;
  min-width: 120px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.post-small-teaser {
  border-bottom: 1px solid #D0D0D0;
  padding: 35px 0 65px;
}
.post-small-teaser__title {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0;
}
.post-small-teaser__title:hover {
  color: #1AAD9D;
}
.post-small-teaser__image {
  display: block;
  width: 100%;
  -o-object-fit: 1/1;
     object-fit: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1480px) {
  .post-small-teaser__image {
    display: none;
  }
}
.post-small-teaser--with-image {
  padding: 0;
  margin-bottom: 35px;
  border-bottom: 0;
  display: grid;
  grid-template-columns: 140px auto;
  grid-gap: 25px;
}
@media only screen and (max-width: 1480px) {
  .post-small-teaser--with-image {
    display: block;
  }
}
.post-small-teaser--with-image .category-label {
  font-size: 10px;
  padding: 6px 15px;
}
.post-small-teaser--with-image .post-small-teaser__title {
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0;
  font-weight: 700;
}

.aside {
  padding-top: 75px;
}
.aside__box {
  margin: 25px 0;
  background: #F7F7F7;
  padding: 45px 50px;
}
@media only screen and (max-width: 1480px) {
  .aside__box {
    padding: 35px 30px;
  }
}
.aside__box__title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .aside__box__title {
    font-size: 18px;
  }
}
.aside__box__title span {
  font-weight: 300;
}
.aside__box .button {
  margin-top: 25px;
  width: 100%;
}

.category-title {
  font-size: 18px;
  font-weight: 400;
  margin: 22px 0;
  text-transform: uppercase;
}
.category-title a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .category-title {
    font-size: 18px;
  }
}
.category-title:hover {
  color: #1AAD9D;
}

.faq-title {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #D0D0D0;
  margin: 0;
  padding: 30px 0;
}
.faq-title:hover {
  color: #1AAD9D;
}

.tag {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.tag:hover {
  color: #1AAD9D;
}

.featured-category__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .featured-category__header {
    display: block;
  }
}
.featured-category__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .featured-category__title {
    font-size: 24px;
  }
}
.featured-category__link {
  position: relative;
  color: #1AAD9D;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-category__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background: #1AAD9D;
}
.featured-category__link:hover {
  opacity: 0.7;
}

.pagination {
  margin: 25px 0;
  display: flex;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  background: #F7F7F7;
  font-size: 14px;
  border: 1px solid #F7F7F7;
}
.pagination .page-numbers:hover {
  border-color: #1AAD9D;
}
.pagination .page-numbers.current {
  border-color: #1AAD9D;
  background: #1AAD9D;
  color: #fff;
}

.aside-tags .aside__box__title {
  margin-bottom: 25px;
}

.blog-slider {
  position: relative;
}
.blog-slider .tns-controls button {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 100;
  transition: 0.3s;
}
.blog-slider .tns-controls button:first-child {
  left: 45px;
}
@media only screen and (max-width: 1024px) {
  .blog-slider .tns-controls button:first-child {
    display: none;
  }
}
.blog-slider .tns-controls button:first-child img {
  transform: rotate(-180deg);
}
.blog-slider .tns-controls button:last-child {
  right: 45px;
}
@media only screen and (max-width: 1024px) {
  .blog-slider .tns-controls button:last-child {
    display: none;
  }
}
.blog-slider .tns-controls button:hover {
  background: #fff;
}
.blog-slider .tns-controls button:hover img {
  filter: brightness(0);
}
.blog-slider .tns-nav {
  position: absolute;
  z-index: 10;
  bottom: 45px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .blog-slider .tns-nav {
    bottom: 25px;
  }
}
.blog-slider .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: none;
  margin: 0 5px;
  background: #CCCCCC;
}
.blog-slider .tns-nav button.tns-nav-active {
  background: #3E3E3E;
}
.blog-slider__slide {
  position: relative;
}
.blog-slider__slide::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.blog-slider__slide__image {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-slider__slide .container {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .blog-slider__slide .container {
    min-height: 60vh;
  }
}
.blog-slider .category-label {
  background: #CBC7C7;
  margin: 0 5px;
}
.blog-slider__title {
  margin: 15px 0 25px;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .blog-slider__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-slider__title {
    font-size: 24px;
  }
}
.blog-slider .reading-time {
  color: #fff;
}
.blog-slider .reading-time::before {
  filter: brightness(0) invert(1);
}
.blog-slider .button {
  margin-top: 24px;
  border: 0;
}
.blog-slider .button:hover {
  background: #1AAD9D;
}

.home.blog .main {
  padding-top: 24px;
}

.post-hero__image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 60vh;
}

.post-title {
  font-size: 40px;
  margin: 40px 0 30px;
  font-weight: 300;
  line-height: 1.38;
  text-transform: uppercase;
}
@media only screen and (max-width: 1220px) {
  .post-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .post-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .post-title {
    font-size: 24px;
  }
}

.post-meta {
  margin: 40px 0;
  padding: 35px 0;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
}
.post-meta strong {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.post-meta strong.tags-title {
  font-size: 18px;
  font-weight: 700;
}
.post-meta a {
  cursor: pointer;
}
.post-meta > div {
  display: flex;
  align-items: center;
}
.post-meta .tag {
  margin-right: 0;
  margin-left: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.post-meta .tag:last-of-type {
  margin-right: 34px;
}
.post-meta__sm {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 30px;
}
.post-meta__sm img {
  height: 32px;
}
.post-meta__sm a:hover {
  opacity: 0.7;
}

.post-wrapper article .related-product {
  margin: 25px 0;
}

.post-short {
  margin: 60px 0;
  padding: 45px 50px;
  background: #F7F7F7;
}
.post-short p {
  margin: 15px 0;
}
.post-short p:first-child {
  margin-top: 0;
}
.post-short ul, .post-short ol {
  padding-left: 18px;
}

@media only screen and (max-width: 768px) {
  .related-posts {
    margin-top: 25px;
  }
}

.related-faqs {
  padding: 5px 50px 30px;
  background: #F7F7F7;
}
@media only screen and (max-width: 768px) {
  .related-faqs {
    padding: 5px 25px 25px;
  }
}
.related-faqs > .button {
  margin: 25px 0 0;
}

.faq-accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.faq-accordion:last-of-type {
  border-bottom: 0;
}
.faq-accordion__title {
  margin: 25px 0;
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faq-accordion__title {
    font-size: 18px;
  }
}
.faq-accordion__title__toggle {
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 3px solid #1AAD9D;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .faq-accordion__title__toggle {
    width: 40px;
    height: 40px;
  }
}
.faq-accordion__title__toggle::before, .faq-accordion__title__toggle::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background: #1AAD9D;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .faq-accordion__title__toggle::before, .faq-accordion__title__toggle::after {
    width: 18px;
  }
}
.faq-accordion__title__toggle::after {
  transform: rotate(-90deg);
}
.faq-accordion__content {
  opacity: 0;
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.faq-accordion__content .votes {
  order: 3;
}
.faq-accordion__content p:first-child {
  margin-top: 0;
}
.faq-accordion.active .faq-accordion__title__toggle {
  border-color: #CBC7C7;
}
.faq-accordion.active .faq-accordion__title__toggle::before, .faq-accordion.active .faq-accordion__title__toggle::after {
  background: #CBC7C7;
}
.faq-accordion.active .faq-accordion__title__toggle::after {
  transform: rotate(0);
}
.faq-accordion.active .faq-accordion__content {
  max-height: 10000px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  padding-right: 50px;
}

.related-product {
  margin: 80px 0;
}
.related-product__inner {
  padding-right: 0;
  background: #F7F7F7;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .related-product__inner {
    padding: 10px 20px 20px;
    display: block;
  }
}
.related-product__left {
  padding: 50px;
}
.related-product__left h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 26px;
}

.product-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.product-box__title {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50%;
  text-align: center;
  background: #1AAD9D;
  color: #fff;
  padding: 14px 10px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-box__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-box .button {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  max-width: 100%;
  left: 20px;
  right: 20px;
  text-decoration: none !important;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.faq-term__title {
  margin: 15px 0;
  padding: 50px 70px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  background: #F7F7F7;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1480px) {
  .faq-term__title {
    padding: 35px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-term__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .faq-term__title {
    padding: 20px 25px;
    font-size: 18px;
  }
}
.faq-term__title__toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 3px solid #000;
  pointer-events: none;
}
.faq-term__title__toggle::before, .faq-term__title__toggle::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background: #000;
  transition: 0.3s;
}
.faq-term__title__toggle::after {
  transform: rotate(-90deg);
}
.faq-term__inner {
  padding-right: 70px;
  opacity: 0;
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1480px) {
  .faq-term__inner {
    padding-right: 40px;
  }
}
.faq-term__inner p:first-child {
  margin-top: 0;
}
.faq-term.active .faq-term__title__toggle::after {
  transform: rotate(0);
}
.faq-term.active .faq-term__inner {
  max-height: 10000px;
  opacity: 1;
}

.votes {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.votes__label {
  margin: 0;
  color: #A1A1A1;
}
.votes__button {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 140px;
}
@media only screen and (max-width: 1480px) {
  .contact-grid {
    grid-gap: 80px;
  }
}
@media only screen and (max-width: 1220px) {
  .contact-grid {
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-grid {
    display: block;
  }
}
.contact-grid__left {
  color: #3D3D3D;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .contact-grid__left {
    margin-bottom: 45px;
  }
}
.contact-grid__left strong {
  font-weight: 700;
}
.contact-grid__text {
  margin-left: 74px;
}
@media only screen and (max-width: 768px) {
  .contact-grid__text {
    margin-left: 0;
  }
}
.contact-grid__sales {
  margin-top: 80px;
  background: #F7F7F7;
  padding: 45px 74px;
}
@media only screen and (max-width: 768px) {
  .contact-grid__sales {
    padding: 35px 25px;
  }
}
.contact-grid__sales .heading {
  margin: 0 0 25px;
}
.contact-grid .wpcf7 {
  width: min(550px, 100%);
}

.icons {
  margin: 40px 0;
  display: grid;
  grid-template-columns: 54px auto;
  grid-gap: 20px;
  align-items: center;
}
.icons > div {
  display: flex;
  align-items: center;
}
.icons__text {
  margin: 0;
}

.find-sales {
  padding: 70px 60px;
  background: #F7F7F7;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1480px) {
  .find-sales {
    padding: 45px;
  }
}
@media only screen and (max-width: 1220px) {
  .find-sales {
    padding: 45px 25px;
  }
}
.find-sales__title {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 1480px) {
  .find-sales__title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .find-sales__title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.find-sales .button {
  width: 100%;
}

.products {
  margin: 0 0 80px;
  position: relative;
}
.products .container {
  display: grid;
  grid-template-columns: 400px auto;
  grid-gap: 80px;
}
@media only screen and (max-width: 1480px) {
  .products .container {
    grid-template-columns: 360px auto;
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 1220px) {
  .products .container {
    grid-template-columns: 45px auto;
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .products .container {
    display: block;
  }
}
.products--search .container {
  display: block !important;
}
.products .category-seo {
  grid-column: 2/3;
}
.products__sidebar {
  position: sticky;
  z-index: 100;
  top: 100px;
}
@media only screen and (max-width: 768px) {
  .products__sidebar {
    position: fixed;
    left: 0;
  }
}
.products__sidebar__toggle {
  display: none;
  position: absolute;
  right: -54px;
  top: 23px;
  z-index: 150;
  transform: rotate(-90deg);
  border: none;
  background: #1AAD9D;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1220px) {
  .products__sidebar__toggle {
    display: block;
  }
}
@media only screen and (max-width: 1220px) {
  .products__sidebar__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    transform: translateX(calc(-1 * (100% + 20px)));
    transition: 0.3s;
    z-index: 100;
  }
}
@media only screen and (max-width: 768px) {
  .products__sidebar__inner {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 1220px) {
  .products__sidebar.active .products__sidebar__inner {
    transform: translateX(-20px);
  }
}
@media only screen and (max-width: 768px) {
  .products__sidebar.active .products__sidebar__inner {
    transform: translateX(0);
  }
}
.products__category {
  margin: 0 0 25px;
  font-size: 48px;
  line-height: 1.2;
}
@media only screen and (max-width: 1480px) {
  .products__category {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1220px) {
  .products__category {
    display: none;
  }
}
.products__header {
  margin-bottom: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.products__header .heading {
  margin: 0;
  font-size: 40px;
}
.products__found {
  margin: 15px 0 0;
  color: #7a7a7a;
}
.products__filters {
  background: #f7f7f7;
  padding: 25px 45px;
  font-size: 16px;
}
@media only screen and (max-width: 1480px) {
  .products__filters {
    max-height: calc(100dvh - 208px);
    overflow-y: auto;
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .products__filters {
    max-height: calc(100dvh - 100px);
  }
}
.products__filters .button {
  margin-top: 25px;
  width: 100%;
}
.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}
@media only screen and (max-width: 1600px) {
  .products__grid {
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 1480px) {
  .products__grid {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .products__grid {
    display: block;
  }
}

.product-teaser__title {
  flex-grow: 1;
}

.product-sort {
  border: 1px solid #707070;
  border-radius: 0 !important;
}

.load-more-products-wrapper {
  grid-column: 1/4;
}

.load-more-products {
  margin-top: 80px;
}

@keyframes loader {
  100% {
    transform: rotateY(360deg);
  }
}
.filter-form__reset {
  display: none;
}

.anchor-scroll {
  scroll-margin-top: 160px;
}

.p-add-to-wishlist {
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
.p-add-to-wishlist:hover {
  opacity: 0.7;
}
.p-add-to-wishlist.added svg path {
  fill: #1AAD9D;
  stroke: #1AAD9D;
}

.p-header .container {
  display: grid;
  grid-template-columns: 8fr 10fr;
  grid-gap: 80px;
}
@media only screen and (max-width: 1220px) {
  .p-header .container {
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .p-header .container {
    display: block;
  }
}
.p-header__buttons {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  flex-wrap: wrap;
}
.p-header__buttons .button {
  min-width: inherit;
  flex: auto;
}
.p-header .available-label,
.p-header .promo-label {
  border: 1px solid #1AAD9D;
  padding: 1px 25px;
  min-width: 220px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.p-header .available-label {
  color: #1AAD9D;
  background: #ffffff;
}
.p-header .promo-label {
  color: #ffffff;
  background: #1AAD9D;
}
.p-header__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-header__left {
    margin-bottom: 25px;
  }
}
.p-header__main-img {
  max-height: 420px;
}
.p-header__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header__title .heading {
  margin: 0;
}
.p-header__model {
  margin: 25px 0;
  color: #1AAD9D;
  font-weight: 700;
  text-transform: uppercase;
}
.p-header__anchors {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.p-header__anchors a {
  display: block;
  text-transform: uppercase;
  color: #1AAD9D;
  font-weight: 400;
}
.p-header__buttons {
  margin-top: 45px;
}

.price-level {
  margin: 25px 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.price-level__dots {
  margin-left: 16px;
  display: flex;
  gap: 4px;
}
.price-level__dots span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 2px solid #000000;
}
.price-level__dots span:nth-child(1) {
  background: #000000;
}
.price-level__dots.optimum span:nth-child(2) {
  background: #000000;
}
.price-level__dots.premium span {
  background: #000000;
}
.price-level__name {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.icon-attributes {
  margin: 25px 0 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .icon-attributes {
    gap: 16px;
  }
}
.icon-attributes__item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  width: 122px;
}
.icon-attributes__item img {
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.icon-attributes__item__value {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #1AAD9D;
}
.icon-attributes__item__tooltip {
  position: absolute;
  min-width: 140px;
  top: -45px;
  background: #ffffff;
  border: 1px solid #fefefe;
  padding: 5px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  transition: 0.3s;
  opacity: 0;
  z-index: 100;
}
.icon-attributes__item:hover .icon-attributes__item__tooltip {
  opacity: 1;
}

.p-gallery {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-gallery a img,
.p-gallery a video {
  max-height: 200px;
  display: block;
}
.p-gallery__button {
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}
.p-gallery__button img {
  transform: scale(0.6);
}

.veneer-label {
  margin: 25px 0;
}
.veneer-label img {
  margin-left: 45px;
}

.p-info {
  margin: 80px 0;
}
.p-info .container {
  display: grid;
  grid-template-columns: 8fr 10fr;
  grid-gap: 80px;
}
@media only screen and (max-width: 1220px) {
  .p-info .container {
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .p-info .container {
    display: block;
  }
}

.p-content--grid {
  gap: 24px;
  display: grid;
}
.p-content--grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 480px) {
  .p-content--grid-2 {
    grid-template-columns: 1fr;
  }
}
.p-content--grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-content--grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p-content--grid-3 {
    grid-template-columns: 1fr;
  }
}
.p-content--grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-content--grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-content--grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p-content--grid-4 {
    grid-template-columns: 1fr;
  }
}
.p-content--grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1280px) {
  .p-content--grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .p-content--grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-content--grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p-content--grid-5 {
    grid-template-columns: 1fr;
  }
}
.p-content--grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1280px) {
  .p-content--grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .p-content--grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-content--grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p-content--grid-6 {
    grid-template-columns: 1fr;
  }
}
.p-content img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.p-content > a + a {
  margin: 16px 0 0;
}
.p-content ul li {
  padding: 0 0 0 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-content ul li {
    padding: 0 0 0 24px;
  }
}
.p-content ul li::before {
  content: "";
  border-radius: 50%;
  background-color: #000;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .p-content ul li::before {
    left: 5px;
  }
}

.p-files {
  margin-top: 80px;
}
.p-files__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  width: min(536px, 100%);
}
@media only screen and (max-width: 768px) {
  .p-files__grid {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-files__item {
    margin-bottom: 15px;
  }
}
.p-files__item__title {
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 5px;
}
.p-files__item .button {
  width: 100%;
}

.p-models {
  width: 800px;
  max-width: 100%;
}
.p-models .tns-outer {
  position: relative;
}
.p-models .tns-controls button {
  position: absolute;
  z-index: 10;
  border: 0;
  background: #ffffff;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-models .tns-controls button:first-child {
  left: 0;
}
.p-models .tns-controls button:first-child img {
  transform: rotate(-180deg);
}
.p-models .tns-controls button:last-child {
  right: 0;
}

.colors-set__header {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.colors-set__header img {
  max-height: 60px;
}
.colors-set__grid {
  width: min(640px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .colors-set__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.color-box {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.16);
}
.color-box__label {
  position: absolute;
  padding: 3px 8px;
  font-size: 12px;
  top: 0;
  right: 0;
  z-index: 5;
  transition: 0.3s;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.color-box--dark .color-box__label {
  color: #ffffff;
}

.p-inspirations .heading {
  margin-bottom: 45px;
}
.p-inspirations .tns-outer {
  position: relative;
}
.p-inspirations .tns-controls button {
  position: absolute;
  z-index: 10;
  border: 0;
  background: #ffffff;
  width: 48px;
  height: 48px;
  bottom: 15%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-inspirations .tns-controls button:first-child {
  left: 0;
}
.p-inspirations .tns-controls button:first-child img {
  transform: rotate(-180deg);
}
.p-inspirations .tns-controls button:last-child {
  right: 0;
}
.p-inspirations img {
  max-height: 280px;
}

.related-products {
  margin: 120px 0;
}
.related-products .products-grid {
  display: block;
}
.related-products .tns-outer {
  position: relative;
}
.related-products .tns-inner {
  overflow: hidden;
}
.related-products .tns-controls button {
  position: absolute;
  border: 0;
  bottom: calc(50% - 26px);
  background: none;
  border: 2px solid #000;
  padding: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.related-products .tns-controls button:disabled {
  opacity: 0.5;
}
.related-products .tns-controls button:first-child {
  left: 0;
}
.related-products .tns-controls button:first-child img {
  transform: rotate(-180deg);
}
.related-products .tns-controls button:last-child {
  right: 0;
}
.related-products .tns-controls button:hover {
  opacity: 0.7;
}

.convenient-choice {
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  margin: 30px 0 50px;
  padding: 70px 0;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  display: grid;
}
@media screen and (max-width: 1280px) {
  .convenient-choice {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .convenient-choice {
    margin: 10px 0 40px;
    padding: 40px 0;
    display: block;
  }
}
.convenient-choice__heading {
  font-size: 24px;
  line-height: 26.4px;
  margin: 0;
}
.convenient-choice__text {
  font-size: 16px;
  line-height: 22.7px;
  margin: 30px 0 0;
}
.convenient-choice__right {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  display: grid;
}
@media screen and (max-width: 768px) {
  .convenient-choice__right {
    margin: 40px 0 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .convenient-choice__right {
    margin: 30px 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.convenient-choice__handle-thumb {
  border: 1px solid #C3C3C3;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 30px;
  padding: 10px;
}
.convenient-choice__handle-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.convenient-choice__handle-category, .convenient-choice__handle-name {
  font-size: 14px;
  line-height: 17.5px;
  margin: 0;
  padding: 0;
}
.convenient-choice__handle-category {
  font-weight: 400;
}

.wishlist-wrapper .heading-text {
  max-width: 100%;
}

.wishlist-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1220px) {
  .wishlist-products {
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .wishlist-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-products {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .wishlist-products {
    display: block;
  }
}

.remove-from-wishlist {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.remove-from-wishlist:hover {
  opacity: 0.7;
}

.catalogs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 80px;
}
@media only screen and (max-width: 1600px) {
  .catalogs-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1220px) {
  .catalogs-grid {
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalogs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .catalogs-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .catalogs-grid {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .catalog {
    margin: 45px 0;
  }
}
.catalog__cover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 264/377;
}
.catalog__title {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .catalog__title {
    font-size: 18px;
  }
}
.catalog .button {
  width: 100%;
}

.a-hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .a-hero .container {
    display: block;
  }
}
.a-hero__content {
  width: min(600px, 100%);
}
.a-hero__photos {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 34px;
  margin-bottom: 34px;
  justify-items: end;
}
@media only screen and (max-width: 1024px) {
  .a-hero__photos {
    grid-gap: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .a-hero__photos img:nth-child(2) {
    display: none;
  }
}
.a-hero__photos img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: -40%;
}
@media only screen and (max-width: 1024px) {
  .a-hero__photos img:nth-child(3) {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
}
.a-hero__label {
  margin-left: -40px;
  padding: 25px;
  padding-right: 260px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  background: #1AAD9D;
}
@media only screen and (max-width: 1220px) {
  .a-hero__label {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .a-hero__label {
    padding: 20px;
    font-size: 18px;
  }
}

.a-mission__grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
}
@media only screen and (max-width: 1024px) {
  .a-mission__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .a-mission__grid {
    display: block;
  }
}
.a-mission__item {
  width: min(333px, 100%);
}
@media only screen and (max-width: 768px) {
  .a-mission__item {
    margin: 45px 0;
  }
}
.a-mission__item__icon {
  height: 100px;
}
.a-mission__item__icon img {
  max-height: 100%;
}
.a-mission__item__title {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.a-history__slide {
  grid-template-columns: 4fr 5fr;
  grid-gap: 30px;
  display: none;
}
.a-history__slide.active {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .a-history__slide.active {
    display: block;
  }
}
.a-history__slide__title {
  margin: 15px 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
}
@media only screen and (max-width: 1220px) {
  .a-history__slide__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .a-history__slide__title {
    font-size: 24px;
  }
}
.a-history__slide__title strong {
  color: #1AAD9D;
}
.a-history__slide img {
  justify-self: end;
}
.a-history .tns-outer {
  position: relative;
}
.a-history .tns-inner {
  overflow: hidden;
}
.a-history .tns-controls button {
  position: absolute;
  border: 0;
  bottom: 28px;
  background: none;
  border: 2px solid #000;
  padding: 8px 35px;
}
.a-history .tns-controls button:disabled {
  opacity: 0.5;
}
.a-history .tns-controls button:first-child {
  left: 0;
}
.a-history .tns-controls button:first-child img {
  transform: rotate(-180deg);
}
.a-history .tns-controls button:last-child {
  right: 0;
}
.a-history__slider {
  margin-top: 120px;
}
.a-history__slider::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #000;
}
.a-history__slider__item.featured {
  color: #1AAD9D;
}
.a-history__slider__item.featured .a-history__slider__item__year::after {
  background: #1AAD9D;
}
.a-history__slider__item__year {
  margin-top: -51px;
  padding: 45px 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.a-history__slider__item__year__label {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: -5px;
}
@media only screen and (max-width: 1220px) {
  .a-history__slider__item__year__label {
    font-size: 24px;
  }
}
.a-history__slider__item__year::after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: #000;
}
.a-history__slider__item:nth-child(even) .a-history__slider__item__year__label {
  top: 70px;
}

.a-management__row {
  display: grid;
  grid-template-columns: 350px auto 350px;
  grid-gap: 40px;
}
@media only screen and (max-width: 1220px) {
  .a-management__row {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .a-management__row {
    display: block;
    margin: 45px 0;
  }
}
.a-management__row:nth-child(odd) .a-management__content {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 1220px) {
  .a-management__row:nth-child(odd) .a-management__content {
    grid-column: 1/3;
  }
}
.a-management__row:nth-child(odd) .a-management__photo {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media only screen and (max-width: 1220px) {
  .a-management__row:nth-child(odd) .a-management__photo {
    grid-column: 3/4;
  }
}
@media only screen and (max-width: 1220px) {
  .a-management__photo {
    grid-column: 1/2;
  }
}
.a-management__content {
  padding-top: 80px;
}
@media only screen and (max-width: 1220px) {
  .a-management__content {
    grid-column: 2/4;
  }
}
@media only screen and (max-width: 768px) {
  .a-management__content {
    padding-top: 15px;
  }
}
.a-management__position {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.a-management__name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 25px 0;
}
@media only screen and (max-width: 768px) {
  .a-management__name {
    margin-top: 15px;
  }
}

.a-awards__inner {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 1220px) {
  .a-awards__inner {
    grid-gap: 25px;
    grid-template-columns: 120px auto;
  }
}
@media only screen and (max-width: 768px) {
  .a-awards__inner {
    grid-template-columns: 80px auto;
  }
}
.a-awards .tns-outer {
  position: relative;
}
.a-awards .tns-controls button {
  border: 0;
  background: none;
  padding: 0;
  left: 0;
  margin-left: 25px;
}
.a-awards .tns-controls button:first-child img {
  transform: rotate(-180deg);
}
.a-awards .tns-controls button:last-child {
  position: absolute;
  bottom: -20px;
}
.a-awards__years {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .a-awards__years {
    font-size: 24px;
  }
}
.a-awards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 1220px) {
  .a-awards__grid {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .a-awards__grid {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .a-awards__item {
    margin-bottom: 45px;
  }
}
.a-awards__item__year {
  margin: 0;
  font-size: 13px;
}
.a-awards__item__title {
  margin: 15px 0 45px;
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .a-awards__item__title {
    margin: 10px 0;
  }
}

.a-realizations__nav {
  margin: 45px 0;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.a-realizations__nav__button {
  position: relative;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.a-realizations__nav__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s;
  transform: scale(0);
}
.a-realizations__nav__button.active {
  font-weight: 600;
}
.a-realizations__nav__button.active::after {
  transform: scale(1);
}
.a-realizations__nav__button:hover::after {
  transform: scale(1);
}
.a-realizations__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}
@media only screen and (max-width: 1220px) {
  .a-realizations__grid {
    gap: 15px;
  }
}
.a-realizations__item {
  position: relative;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .a-realizations__item {
    width: 100%;
  }
}
.a-realizations__item__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.a-realizations__item__content {
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  text-align: center;
}
.a-realizations__item__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1220px) {
  .a-realizations__item__title {
    font-size: 16px;
  }
}
.a-realizations__item p {
  margin: 0;
  font-size: 14px;
}

.text-with-image {
  margin: 45px 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 80px;
  align-items: center;
}
@media only screen and (max-width: 1220px) {
  .text-with-image {
    grid-gap: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .text-with-image {
    display: block;
  }
}
.text-with-image__title {
  font-size: 24px;
  font-weight: 700;
}
.text-with-image:nth-child(odd) {
  grid-template-columns: 1fr 2fr;
}
.text-with-image:nth-child(odd) > article {
  padding: 25px 0;
  grid-column: 2/3;
  grid-row: 1/2;
}
.text-with-image:nth-child(odd) > img {
  grid-column: 1/2;
  grid-row: 1/2;
}

.a-numbers {
  text-align: center;
}
.a-numbers__image {
  margin-top: 45px;
}
.a-numbers__grid {
  margin-top: -80px;
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1220px) {
  .a-numbers__grid {
    gap: 45px;
  }
}
.a-numbers__grid__item {
  width: min(210px, 100%);
}
.a-numbers__grid__item p {
  margin: 5px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1220px) {
  .a-numbers__grid__item p {
    font-size: 18px;
  }
}
.a-numbers__grid__item p big {
  font-size: 80px;
}
@media only screen and (max-width: 1220px) {
  .a-numbers__grid__item p big {
    font-size: 60px;
  }
}

.shop-and-showrooms {
  position: relative;
  z-index: 20;
}
.shop-and-showrooms__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__row {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .shop-and-showrooms__row {
    grid-template-columns: 1fr;
  }
}
.shop-and-showrooms__col:last-child {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__col:last-child {
    gap: 40px;
  }
}
@media only screen and (max-width: 1220px) {
  .shop-and-showrooms__col:last-child {
    gap: 24px;
  }
}
.shop-and-showrooms__header {
  margin: 0 0 32px;
}
.shop-and-showrooms__heading {
  margin: 0 0 -8px;
  font-size: 48px;
  line-height: 120%;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__heading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1220px) {
  .shop-and-showrooms__heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .shop-and-showrooms__heading {
    font-size: 30px;
  }
}
.shop-and-showrooms__description {
  font-size: 16px;
  line-height: 120%;
  opacity: 0.5;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__description {
    font-size: 14px;
  }
}
.shop-and-showrooms__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 20px;
}
.shop-and-showrooms__tabs-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  border: 2px solid rgba(22, 22, 21, 0.1);
  transition: background-color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__tabs-item {
    height: 70px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1220px) {
  .shop-and-showrooms__tabs-item {
    height: 62px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .shop-and-showrooms__tabs-item {
    height: 56px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__tabs-item {
    height: 52px;
    font-size: 15px;
  }
}
.shop-and-showrooms__tabs-item:hover {
  background-color: rgba(22, 22, 21, 0.1);
  border-color: transparent;
}
.shop-and-showrooms__tabs-item.is-active {
  color: white;
  background-color: #161615;
  border-color: #161615;
}
.shop-and-showrooms__input {
  position: relative;
}
.shop-and-showrooms__input input[type=text] {
  width: 100%;
  height: 82px;
  padding: 0 24px;
  font-size: 18px;
  border: 2px solid rgba(22, 22, 21, 0.1);
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__input input[type=text] {
    height: 70px;
  }
}
@media only screen and (max-width: 1220px) {
  .shop-and-showrooms__input input[type=text] {
    height: 62px;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .shop-and-showrooms__input input[type=text] {
    height: 56px;
    padding: 0 18px;
  }
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__input input[type=text] {
    height: 52px;
    font-size: 15px;
  }
}
.shop-and-showrooms__input button {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: 0 none !important;
  outline: none !important;
  box-shadow: none !important;
}
.shop-and-showrooms__input button img {
  display: block;
  width: 30px;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__input button img {
    width: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__input button img {
    width: 20px;
  }
}
.shop-and-showrooms__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #161615;
}
@media only screen and (max-width: 768px) {
  .shop-and-showrooms__options {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 0;
  }
}
.shop-and-showrooms__location {
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  outline: none !important;
  box-shadow: none !important;
}
.shop-and-showrooms__location figure {
  flex: 0 0 17px;
  margin: 2px 0 -2px;
}
.shop-and-showrooms__location figure img {
  width: 100%;
}
.shop-and-showrooms__location span {
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1220px) {
  .shop-and-showrooms__location span {
    font-size: 13px;
  }
}
.shop-and-showrooms__certified input[type=checkbox], .shop-and-showrooms__fitter input[type=checkbox] {
  display: none;
}
.shop-and-showrooms__certified input[type=checkbox]:checked + label span, .shop-and-showrooms__fitter input[type=checkbox]:checked + label span {
  font-weight: 700;
  color: #1AAD9D;
  opacity: 1;
}
.shop-and-showrooms__certified input[type=checkbox] + label, .shop-and-showrooms__fitter input[type=checkbox] + label {
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
}
.shop-and-showrooms__certified input[type=checkbox] + label figure, .shop-and-showrooms__fitter input[type=checkbox] + label figure {
  flex: 0 0 24px;
  margin: 4px 0 -4px;
}
@media only screen and (max-width: 768px) {
  .shop-and-showrooms__certified input[type=checkbox] + label figure, .shop-and-showrooms__fitter input[type=checkbox] + label figure {
    flex: 0 0 17px;
    margin: 5px 0 -5px;
  }
}
.shop-and-showrooms__certified input[type=checkbox] + label figure img, .shop-and-showrooms__fitter input[type=checkbox] + label figure img {
  width: 100%;
}
.shop-and-showrooms__certified input[type=checkbox] + label span, .shop-and-showrooms__fitter input[type=checkbox] + label span {
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  opacity: 0.5;
}
@media only screen and (max-width: 1220px) {
  .shop-and-showrooms__certified input[type=checkbox] + label span, .shop-and-showrooms__fitter input[type=checkbox] + label span {
    font-size: 13px;
  }
}
.shop-and-showrooms__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 30px 0;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 1px solid #161615;
}
@media only screen and (max-width: 1220px) {
  .shop-and-showrooms__filters {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .shop-and-showrooms__filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    row-gap: 16px;
    padding: 24px 0;
  }
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__filters {
    grid-template-columns: 1fr;
  }
}
.shop-and-showrooms__filters-item {
  cursor: pointer;
}
.shop-and-showrooms__filters-item input[type=checkbox] {
  display: none;
}
.shop-and-showrooms__filters-item input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.shop-and-showrooms__filters-item input[type=checkbox] + label {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
}
.shop-and-showrooms__filters-item input[type=checkbox] + label::before, .shop-and-showrooms__filters-item input[type=checkbox] + label::after {
  pointer-events: none;
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.shop-and-showrooms__filters-item input[type=checkbox] + label::before {
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #161615;
}
.shop-and-showrooms__filters-item input[type=checkbox] + label::after {
  top: 2px;
  left: 5px;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #161615;
  transition: opacity 0.25s ease-in-out 0s;
}
.shop-and-showrooms__points {
  position: relative;
  overflow-y: auto;
  display: grid;
  width: 100%;
  max-height: 330px;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__points {
    max-height: 300px;
  }
}
@supports not selector(::-webkit-scrollbar) {
  .shop-and-showrooms__points {
    scrollbar-color: #22bda6 #e8e8e8;
  }
}
.shop-and-showrooms__points .ps.ps--active-y .ps__rail-y {
  width: 13px;
  opacity: 1;
  background-color: #e8e8e8;
  border-radius: 6px;
}
.shop-and-showrooms__points .ps.ps--active-y .ps__thumb-y {
  right: 0;
  width: 13px;
  background: #22bda6;
}
.shop-and-showrooms__points::-webkit-scrollbar {
  width: 13px;
}
.shop-and-showrooms__points::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 13px;
}
.shop-and-showrooms__points::-webkit-scrollbar-thumb {
  background: #22bda6;
  border-radius: 13px;
}
.shop-and-showrooms__points-item {
  display: grid;
  grid-template-columns: calc(100% - 200px) 200px;
  align-items: flex-start;
  margin: 30px 0 0;
  margin-right: 29px;
  border-bottom: 1px solid #646464;
}
@media only screen and (max-width: 768px) {
  .shop-and-showrooms__points-item {
    grid-template-columns: calc(100% - 160px) 160px;
  }
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__points-item {
    grid-template-columns: 1fr;
  }
}
.shop-and-showrooms__points-item.is-hidden {
  display: none;
}
.shop-and-showrooms__points-item-data {
  font-size: 16px;
  line-height: 152%;
  color: rgba(22, 22, 21, 0.75);
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__points-item-data {
    font-size: 14px;
    line-height: 140%;
  }
}
.shop-and-showrooms__points-item-data strong {
  display: block;
  font-size: 18px;
  line-height: 152%;
  color: #161615;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__points-item-data strong {
    font-size: 16px;
    line-height: 140%;
  }
}
.shop-and-showrooms__points-item-data strong.is-green {
  color: #1AAD9D;
}
.shop-and-showrooms__points-item-data .js-point-name {
  cursor: pointer;
}
.shop-and-showrooms__points-item-directions {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: rgba(22, 22, 21, 0.5);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(22, 22, 21, 0.1);
  transition: color 0.25s ease-in-out 0s;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__points-item-directions {
    font-size: 14px;
  }
}
.map-window .shop-and-showrooms__points-item-directions {
  border-bottom: 0;
}
.shop-and-showrooms__points-item-directions figure {
  flex: 0 0 20px;
  margin: 2px 0 -2px;
}
.shop-and-showrooms__points-item-directions figure img {
  width: 100%;
}
.shop-and-showrooms__points-item-directions:hover {
  color: #1AAD9D;
}
.shop-and-showrooms__points-item-certified {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 24px 0 0;
}
.shop-and-showrooms__points-item-certified figure {
  flex: 0 0 36px;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__points-item-certified figure {
    flex: 0 0 30px;
  }
}
.shop-and-showrooms__points-item-certified figure img {
  width: 100%;
}
.shop-and-showrooms__points-item-certified span {
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #1AAD9D;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__points-item-certified span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1220px) {
  .shop-and-showrooms__points-item-certified span {
    font-size: 13px;
  }
}
.shop-and-showrooms__points-item-right {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__points-item-right {
    flex-direction: column;
    order: -1;
  }
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__points-item-right__thumbnail {
    margin-bottom: 16px;
  }
}
.shop-and-showrooms__points-item-right__thumbnail img {
  width: 100% !important;
  height: 50px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top right;
     object-position: top right;
}
@media only screen and (max-width: 768px) {
  .shop-and-showrooms__points-item-right__thumbnail img {
    max-height: 40px !important;
  }
}
.has-category-fitters .shop-and-showrooms__points-item-right__thumbnail {
  display: none;
}
.shop-and-showrooms__points-item-right__rating {
  display: none;
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__points-item-right__rating {
    margin-bottom: 16px;
  }
}
.has-category-fitters .shop-and-showrooms__points-item-right__rating {
  display: block;
}
.shop-and-showrooms__map {
  position: relative;
  flex: 1 1 auto;
  min-height: 642px;
}
@media only screen and (max-width: 1024px) {
  .shop-and-showrooms__map {
    aspect-ratio: 16/12;
    height: auto;
    min-height: unset;
  }
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__map {
    aspect-ratio: 16/16;
  }
}
.shop-and-showrooms__legend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .shop-and-showrooms__legend {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .shop-and-showrooms__legend {
    grid-template-columns: 1fr;
  }
}
.shop-and-showrooms__legend.is-hidden {
  display: none;
}
.shop-and-showrooms__legend-item {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.shop-and-showrooms__legend-item figure {
  flex: 0 0 25px;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__legend-item figure {
    flex: 0 0 30px;
  }
}
.shop-and-showrooms__legend-item figure img {
  width: 100%;
}
.shop-and-showrooms__legend-item span {
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #000000;
}
@media only screen and (max-width: 1480px) {
  .shop-and-showrooms__legend-item span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1220px) {
  .shop-and-showrooms__legend-item span {
    font-size: 13px;
  }
}
.shop-and-showrooms__legend-item:hover .shop-and-showrooms__legend-item-description {
  opacity: 1;
}
.shop-and-showrooms__legend-item-description {
  pointer-events: none;
  position: absolute;
  z-index: 5;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  padding: 12px 14px;
  opacity: 0;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: opacity 0.25s ease-in-out 0s;
}
.shop-and-showrooms__legend-item-description::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-bottom: 14px solid #f7f7f7;
  border-left: 16px solid transparent;
}
.shop-and-showrooms__legend-item-description > * {
  font-size: 13px;
  line-height: 14px;
}
.shop-and-showrooms__legend-item-description h5 {
  margin: 0 0 10px;
  padding: 0;
  color: #009982;
}
.shop-and-showrooms__legend-item-description ul li::before {
  content: "- ";
}

.map-window {
  width: 224px;
}
.map-window__stock {
  position: absolute;
  top: 16px;
  left: 0;
  margin-left: 0;
  padding-inline: 12px 4px;
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background: #faba33;
}
.map-window__name {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.map-window__details {
  margin-block: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #000000;
}
.map-window__details p {
  margin: 0;
}
.map-window__details p + p {
  margin-top: 12px;
}
.map-window .shop-and-showrooms__points-item-directions {
  margin-block: 12px;
  padding-block: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.classificated-grid {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 45px;
}
@media only screen and (max-width: 1220px) {
  .classificated-grid {
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .classificated-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .classificated-grid {
    display: block;
  }
}

.classificated-box {
  padding: 10px 15px;
  border: 1px solid #D9D7D7;
  border-left-width: 5px;
  min-height: 260px;
}
@media only screen and (max-width: 768px) {
  .classificated-box {
    min-height: auto;
    margin: 25px 0;
  }
}
.classificated-box:nth-child(1) {
  border-left-color: #30557D;
}
.classificated-box:nth-child(1) .classificated-box__title {
  color: #30557D;
}
.classificated-box:nth-child(2) {
  border-left-color: #4A7F6D;
}
.classificated-box:nth-child(2) .classificated-box__title {
  color: #4A7F6D;
}
.classificated-box:nth-child(3) {
  border-left-color: #6E9F4C;
}
.classificated-box:nth-child(3) .classificated-box__title {
  color: #6E9F4C;
}
.classificated-box:nth-child(4) {
  border-left-color: #D8B73F;
}
.classificated-box:nth-child(4) .classificated-box__title {
  color: #D8B73F;
}
.classificated-box:nth-child(5) {
  border-left-color: #E18B32;
}
.classificated-box:nth-child(5) .classificated-box__title {
  color: #E18B32;
}
.classificated-box:nth-child(6) {
  border-left-color: #BA0F1D;
}
.classificated-box:nth-child(6) .classificated-box__title {
  color: #BA0F1D;
}
.classificated-box__title {
  text-transform: uppercase;
  font-size: 24px;
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .classificated-box__title {
    display: block;
  }
}
.classificated-box p {
  margin: 15px 0;
}

.surface-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  grid-column-gap: 160px;
}
@media only screen and (max-width: 1024px) {
  .surface-benefits {
    grid-column-gap: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .surface-benefits {
    display: block;
  }
}
.surface-benefits__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 15px;
}
@media only screen and (max-width: 1220px) {
  .surface-benefits__item {
    grid-template-columns: 140px auto;
  }
}
@media only screen and (max-width: 768px) {
  .surface-benefits__item {
    margin: 45px 0;
  }
}
@media only screen and (max-width: 480px) {
  .surface-benefits__item {
    display: block;
  }
}
.surface-benefits__item img {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .surface-benefits__item img {
    margin: 10px 0 15px;
  }
}
.surface-benefits__item p {
  margin: 0;
}
.surface-benefits__item__title {
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .surface-benefits__item__title {
    font-weight: 700;
  }
}

.characteristic img {
  display: block;
}
.characteristic h2, .characteristic h3, .characteristic h4, .characteristic h5, .characteristic h6, .characteristic p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .characteristic p {
    font-size: 14px;
  }
}
.characteristic__anchor {
  position: absolute;
  top: -170px;
  left: 0;
}
@media screen and (max-width: 1180px) {
  .characteristic__anchor {
    top: -160px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__anchor {
    top: -100px;
  }
}
.characteristic__heading {
  font-size: 48px;
  line-height: 100%;
  margin: 0 0 12px;
}
@media screen and (max-width: 1440px) {
  .characteristic__heading {
    font-size: 44px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__heading {
    font-size: 36px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__heading {
    font-size: 32px;
  }
}
.characteristic__text {
  max-width: 70%;
}
@media screen and (max-width: 1440px) {
  .characteristic__text {
    max-width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__text {
    max-width: unset;
  }
}
.characteristic__text p {
  line-height: 212%;
  margin: 0 0 20px;
}
@media screen and (max-width: 1440px) {
  .characteristic__text p {
    line-height: 200%;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__text p {
    line-height: 180%;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__text p {
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__text p {
    line-height: 140%;
  }
}
.characteristic__text > *:first-child {
  margin-top: 0;
}
.characteristic__text > *:last-child {
  margin-bottom: 0;
}
.characteristic__section-heading {
  background-color: #000000;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .characteristic__section-heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__section-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__section-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__section-heading {
    font-size: 22px;
  }
}
.characteristic__tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  font-size: 24px;
  line-height: 120%;
  margin: 80px 0 0;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__tabs {
    font-size: 22px;
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__tabs {
    font-size: 20px;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__tabs {
    font-size: 18px;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__tabs {
    font-size: 16px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .characteristic__tabs {
    font-size: 14px;
  }
}
.characteristic__tabs-item {
  cursor: pointer;
  padding: 10px 0;
  position: relative;
}
.characteristic__tabs-item::before {
  content: "";
  background-color: #009982;
  width: 210px;
  height: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out 0s;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
}
@media screen and (max-width: 1440px) {
  .characteristic__tabs-item::before {
    width: 180px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__tabs-item::before {
    width: 130px;
    height: 6px;
    top: calc(100% - 3px);
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__tabs-item::before {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__tabs-item::before {
    width: 70px;
    height: 4px;
    top: calc(100% - 2px);
  }
}
.characteristic__tabs-item.is-active {
  font-weight: 700;
  pointer-events: none;
}
.characteristic__tabs-item.is-active::before {
  opacity: 1;
}
.characteristic__wrapper {
  position: relative;
}
.characteristic__content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 80px 0 0;
  transition: opacity 0.25s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  scroll-margin-top: 250px;
}
@media screen and (max-width: 1440px) {
  .characteristic__content {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__content {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__content {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__content {
    padding: 40px 0 0;
  }
}
.characteristic__content.is-active {
  height: auto;
  opacity: 1;
  pointer-events: all;
  overflow: visible;
  position: relative;
  top: auto;
  left: auto;
}
.characteristic__content-header {
  max-width: 70%;
}
@media screen and (max-width: 1440px) {
  .characteristic__content-header {
    max-width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__content-header {
    max-width: unset;
  }
}
.characteristic__content-header h2, .characteristic__content-header h3, .characteristic__content-header h4, .characteristic__content-header h5, .characteristic__content-header h6 {
  margin: 0 0 12px;
}
.characteristic__content-header h2 {
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 1440px) {
  .characteristic__content-header h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__content-header h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__content-header h2 {
    font-size: 36px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__content-header h2 {
    font-size: 32px;
  }
}
.characteristic__content-header p {
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .characteristic__content-header p {
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__content-header p {
    line-height: 140%;
  }
}
.characteristic__content-header > *:first-child {
  margin-top: 0;
}
.characteristic__content-header > *:last-child {
  margin-bottom: 0;
}
.characteristic__grid {
  margin: 80px 0 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 214px;
  row-gap: 84px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__grid {
    margin: 70px 0 0;
    gap: 140px;
    row-gap: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__grid {
    margin: 60px 0 0;
    gap: 60px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__grid {
    margin: 50px 0 0;
    gap: 30px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__grid {
    grid-template-columns: 1fr;
    margin: 40px 0 0;
    row-gap: 40px;
  }
}
.characteristic__grid--full {
  grid-template-columns: 1fr;
}
.characteristic__icons-list + .characteristic__icons-list {
  margin: 84px 0 0;
}
@media screen and (max-width: 1440px) {
  .characteristic__icons-list + .characteristic__icons-list {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__icons-list + .characteristic__icons-list {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__icons-list + .characteristic__icons-list {
    margin: 50px 0 0;
  }
}
.characteristic__icons-list-text {
  max-width: 530px;
  font-size: 24px;
  font-weight: 700;
  line-height: 108%;
  text-transform: uppercase;
  margin: 30px 0 0;
}
@media screen and (max-width: 1440px) {
  .characteristic__icons-list-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__icons-list-text {
    max-width: unset;
    font-size: 20px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__icons-list-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__icons-list-text {
    font-size: 16px;
  }
}
.characteristic__icons-list-list {
  margin: 30px 0 0;
}
@media screen and (max-width: 1280px) {
  .characteristic__icons-list-list {
    margin: 20px 0 0;
  }
}
.characteristic__icons-list-list-item {
  grid-template-columns: 88px auto;
  align-items: center;
  gap: 24px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__icons-list-list-item {
    grid-template-columns: 70px auto;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__icons-list-list-item {
    grid-template-columns: 60px auto;
    gap: 20px;
  }
}
.characteristic__icons-list-list-item + .characteristic__icons-list-list-item {
  margin: 30px 0 0;
}
@media screen and (max-width: 1280px) {
  .characteristic__icons-list-list-item + .characteristic__icons-list-list-item {
    margin: 20px 0 0;
  }
}
.characteristic__icons-list-list-copy p {
  line-height: 162.5%;
}
@media screen and (max-width: 1024px) {
  .characteristic__icons-list-list-copy p {
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__icons-list-list-copy p {
    line-height: 140%;
  }
}
.characteristic__icons-list-list-copy a {
  font-weight: 700;
  text-transform: uppercase;
  color: #009982;
  margin: 5px 0 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .characteristic__icons-list-list-copy a {
    font-size: 14px;
    margin: 4px 0 0;
  }
}
.characteristic__anti-burglary {
  padding: 68px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .characteristic__anti-burglary {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__anti-burglary {
    padding: 40px 0;
  }
}
.characteristic__anti-burglary::after {
  content: "";
  background-color: #f7f7f7;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
}
.characteristic__anti-burglary-heading {
  font-size: 48px;
  line-height: 100%;
  font-weight: 400;
  margin: 0 0 24px !important;
}
@media screen and (max-width: 1440px) {
  .characteristic__anti-burglary-heading {
    font-size: 44px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__anti-burglary-heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__anti-burglary-heading {
    font-size: 36px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__anti-burglary-heading {
    font-size: 32px;
  }
}
.characteristic__anti-burglary-text {
  max-width: 738px;
  line-height: 162.5%;
  margin: 0 0 54px !important;
}
@media screen and (max-width: 1280px) {
  .characteristic__anti-burglary-text {
    max-width: unset;
    margin: 0 0 44px !important;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__anti-burglary-text {
    margin: 0 0 34px !important;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__anti-burglary-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    display: flex;
  }
}
.characteristic__anti-burglary-list-item {
  grid-template-columns: auto 450px;
  align-items: center;
  gap: 48px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__anti-burglary-list-item {
    grid-template-columns: auto 400px;
    gap: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__anti-burglary-list-item {
    grid-template-columns: auto 350px;
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__anti-burglary-list-item {
    grid-template-columns: 1fr;
  }
}
.characteristic__anti-burglary-list-item + .characteristic__anti-burglary-list-item {
  margin: 5px 0 0;
}
.characteristic__anti-burglary-list-icons {
  grid-template-columns: repeat(11, 1fr);
  align-items: center;
  gap: 15px;
  row-gap: 5px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__anti-burglary-list-icons {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__anti-burglary-list-icons {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__anti-burglary-list-icons {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .characteristic__anti-burglary-list-icons {
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
    row-gap: 5px;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__anti-burglary-list-icons {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .characteristic__anti-burglary-list-icons {
    grid-template-columns: repeat(6, 1fr);
  }
}
.characteristic__anti-burglary-list-copy p {
  line-height: 140%;
}
.characteristic__packages {
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  row-gap: 44px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__packages {
    gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__packages {
    gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__packages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .characteristic__packages {
    grid-template-columns: 1fr;
  }
}
.characteristic__packages--classificated {
  margin: 60px 0;
}
.characteristic__packages-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left-width: 5px;
  min-height: 260px;
  padding: 30px 30px 30px 15px;
}
@media screen and (max-width: 1440px) {
  .characteristic__packages-item {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__packages-item {
    min-height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__packages-item {
    min-height: unset;
  }
}
.characteristic__packages-item-header {
  text-transform: uppercase;
  margin: 0 0 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.characteristic__packages-item-header h3 {
  margin: 0;
  padding: 0;
}
.characteristic__packages-item-rating {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 106px;
  height: 16px;
}
.characteristic__packages-item-rating--1 {
  background-image: url("../img/rating-1.png");
}
.characteristic__packages-item-rating--2 {
  background-image: url("../img/rating-2.png");
}
.characteristic__packages-item-rating--3 {
  background-image: url("../img/rating-3.png");
}
.characteristic__packages-item-rating--4 {
  background-image: url("../img/rating-4.png");
}
.characteristic__packages-item-rating--5 {
  background-image: url("../img/rating-5.png");
}
.characteristic__packages-item-rating--6 {
  background-image: url("../img/rating-6.png");
}
.characteristic__packages-item-text p {
  font-size: 16px;
  line-height: 162.5%;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .characteristic__packages-item-text p {
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__packages-item-text p {
    font-size: 14px;
    line-height: 140%;
  }
}
.characteristic__packages-item-text > *:first-child {
  margin-top: 0;
}
.characteristic__packages-item-text > *:last-child {
  margin-bottom: 0;
}
.characteristic__image img {
  width: auto;
  margin: 0 auto;
}
.characteristic__guarantee-quality {
  padding: 68px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .characteristic__guarantee-quality {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__guarantee-quality {
    padding: 40px 0;
  }
}
.characteristic__guarantee-quality::after {
  content: "";
  background-color: #f7f7f7;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
}
.characteristic__guarantee-quality-header {
  margin: 0 0 60px;
  gap: 48px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .characteristic__guarantee-quality-header {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__guarantee-quality-header {
    margin: 0 0 50px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__guarantee-quality-header {
    margin: 0 0 40px;
  }
}
.characteristic__guarantee-quality-header h2 {
  flex: 0 0 33.5%;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1440px) {
  .characteristic__guarantee-quality-header h2 {
    flex: 0 0 35%;
    font-size: 44px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__guarantee-quality-header h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__guarantee-quality-header h2 {
    font-size: 36px;
    line-height: 120%;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__guarantee-quality-header h2 {
    font-size: 32px;
  }
}
.characteristic__guarantee-quality-header p {
  flex: 0 0 49.6%;
}
@media screen and (max-width: 1440px) {
  .characteristic__guarantee-quality-header p {
    flex: 0 0 calc(65% - 40px);
  }
}
.characteristic__guarantee-quality-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 95px;
  row-gap: 42px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__guarantee-quality-list {
    gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__guarantee-quality-list {
    gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__guarantee-quality-list {
    flex-direction: column;
    display: flex;
  }
}
.characteristic__guarantee-quality-list-item {
  grid-template-columns: 88px auto;
  gap: 24px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__guarantee-quality-list-item {
    grid-template-columns: 70px auto;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__guarantee-quality-list-item {
    grid-template-columns: 60px auto;
    gap: 20px;
  }
}
.characteristic__special-text {
  margin: 0 0 64px;
}
@media screen and (max-width: 1280px) {
  .characteristic__special-text {
    margin: 0 0 56px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__special-text {
    line-height: 160%;
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__special-text {
    font-size: 14px;
    line-height: 140%;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__special-text {
    margin: 0 0 40px;
  }
}
.characteristic__special-boxes {
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
  row-gap: 64px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__special-boxes {
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__special-boxes {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__special-boxes {
    grid-template-columns: 1fr;
  }
}
.characteristic__special-boxes-item {
  grid-template-columns: 250px auto;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__special-boxes-item {
    grid-template-columns: 230px auto;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__special-boxes-item {
    grid-template-columns: 210px auto;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__special-boxes-item {
    grid-template-columns: 200px auto;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__special-boxes-item {
    grid-template-columns: 180px auto;
  }
}
@media screen and (max-width: 480px) {
  .characteristic__special-boxes-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.characteristic__special-boxes-label {
  font-size: 16px;
  line-height: 162.5%;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .characteristic__special-boxes-label {
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__special-boxes-label {
    font-size: 14px;
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__special-boxes-icon img {
    max-height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .characteristic__special-boxes-icon img {
    max-height: 70px;
  }
}
.characteristic__special-boxes-main p {
  font-size: 16px;
  line-height: 162.5%;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .characteristic__special-boxes-main p {
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__special-boxes-main p {
    font-size: 14px;
    line-height: 140%;
  }
}
.characteristic__special-boxes-main > *:first-child {
  margin-top: 0;
}
.characteristic__special-boxes-main > *:last-child {
  margin-bottom: 0;
}
.characteristic__open-direction-row {
  margin: 56px 0 0;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .characteristic__open-direction-row {
    margin: 48px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__open-direction-row {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__open-direction-item {
    flex: 0 0 50%;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__open-direction-item {
    flex: 0 0 100%;
  }
}
.characteristic__open-direction-item img {
  width: auto;
  height: auto;
  max-height: 340px;
}
@media screen and (max-width: 1440px) {
  .characteristic__open-direction-item img {
    max-height: 300px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__open-direction-item img {
    max-height: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__open-direction-item img {
    max-height: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__open-direction-item img {
    height: 160px;
  }
}
.characteristic__open-direction-item--wide {
  text-align: center;
  padding: 0 160px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .characteristic__open-direction-item--wide {
    padding: 0 140px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__open-direction-item--wide {
    padding: 0 124px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__open-direction-item--wide {
    flex: 0 0 auto;
    padding: 0 110px;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__open-direction-item--wide {
    padding: 0 90px;
  }
}
.characteristic__open-direction-data {
  margin: 42px 0 0;
}
@media screen and (max-width: 1280px) {
  .characteristic__open-direction-data {
    margin: 39px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__open-direction-data {
    margin: 36px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__open-direction-data {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__open-direction-data {
    margin: 24px 0 0;
  }
}
.characteristic__open-direction-data h4 {
  font-weight: 400;
  text-transform: uppercase;
}
.characteristic__open-direction-side {
  border-bottom: 1px solid #000000;
  width: 222px;
  font-size: 20px;
  line-height: 125%;
  color: #009982;
  padding: 0 0 2px;
  position: absolute;
  top: 35%;
}
@media screen and (max-width: 1440px) {
  .characteristic__open-direction-side {
    width: 190px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__open-direction-side {
    width: 160px;
    font-size: 16px;
    top: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__open-direction-side {
    width: 140px;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__open-direction-side {
    width: 130px;
  }
}
.characteristic__open-direction-side::before {
  content: "";
  border-radius: 50%;
  background-color: #000000;
  width: 5px;
  height: 5px;
  position: absolute;
  top: calc(100% - 2px);
}
.characteristic__open-direction-side--left {
  text-align: left;
  left: 0;
}
.characteristic__open-direction-side--left::before {
  right: 0;
}
.characteristic__open-direction-side--right {
  text-align: right;
  right: 0;
}
.characteristic__open-direction-side--right::before {
  left: 0;
}
.characteristic__components-grid {
  margin: 56px 0 0;
  gap: 30px;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .characteristic__components-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__components-grid {
    margin: 48px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__components-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__components-grid {
    margin: 40px 0 0;
  }
}
.characteristic__components-component {
  max-width: 170px;
}
@media screen and (max-width: 1280px) {
  .characteristic__components-component {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__components-component {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__components-component {
    text-align: center;
  }
}
.characteristic__components-component-image {
  height: 352px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .characteristic__components-component-image {
    height: 320px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__components-component-image {
    height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__components-component-image {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__components-component-image {
    height: unset;
    display: block;
  }
}
.characteristic__components-component-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .characteristic__components-component-image img {
    height: 180px;
    margin: 0 auto;
  }
}
.characteristic__components-component-image--accessories img {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .characteristic__components-component-image--accessories img {
    height: unset;
  }
}
.characteristic__components-component-text {
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  margin: 36px 0 0 !important;
}
@media screen and (max-width: 1280px) {
  .characteristic__components-component-text {
    margin: 30px 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__components-component-text {
    margin: 24px 0 0 !important;
  }
}
.characteristic__components-sign {
  flex: 0 0 61px;
  margin: 172px 0 0;
  align-self: flex-start;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .characteristic__components-sign {
    margin: 152px 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__components-sign {
    flex: 0 0 55px;
    margin: 134px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__components-sign {
    flex: 0 0 41px;
    margin: 98px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__components-sign {
    width: 35px;
    flex: 0 0 35px;
    height: 35px;
    margin: 20px 0;
    align-self: center;
  }
}
.characteristic__components-sign::before, .characteristic__components-sign::after {
  content: "";
  background-color: #000000;
  position: absolute;
}
.characteristic__components-sign--plus::before, .characteristic__components-sign--plus::after {
  transform: translateY(-50%);
  top: 50%;
}
.characteristic__components-sign--plus::before {
  width: 100%;
  height: 1px;
  left: 0;
}
.characteristic__components-sign--plus::after {
  width: 1px;
  height: 61px;
  left: 30px;
}
@media screen and (max-width: 1280px) {
  .characteristic__components-sign--plus::after {
    height: 55px;
    left: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__components-sign--plus::after {
    height: 41px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__components-sign--plus::after {
    height: 100%;
    left: 16px;
  }
}
.characteristic__components-sign--equal-to::before, .characteristic__components-sign--equal-to::after {
  width: 100%;
  height: 1px;
  left: 0;
}
.characteristic__components-sign--equal-to::before {
  top: -12px;
}
@media screen and (max-width: 1280px) {
  .characteristic__components-sign--equal-to::before {
    top: -11px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__components-sign--equal-to::before {
    top: -9px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__components-sign--equal-to::before {
    top: 8px;
  }
}
.characteristic__components-sign--equal-to::after {
  bottom: -12px;
}
@media screen and (max-width: 1280px) {
  .characteristic__components-sign--equal-to::after {
    bottom: -11px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__components-sign--equal-to::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__components-sign--equal-to::after {
    bottom: 8px;
  }
}
.characteristic__new-door-leaf-grid {
  margin: 56px 0 0;
  align-items: flex-end;
  gap: 72px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .characteristic__new-door-leaf-grid {
    gap: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__new-door-leaf-grid {
    gap: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__new-door-leaf-grid {
    margin: 48px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__new-door-leaf-grid {
    flex-wrap: wrap;
    gap: 0;
    row-gap: 40px;
  }
}
@media screen and (max-width: 560px) {
  .characteristic__new-door-leaf-grid {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__new-door-leaf-image {
    flex: 0 0 50%;
  }
}
.characteristic__new-door-leaf-image img {
  width: auto;
  max-height: 358px;
}
@media screen and (max-width: 1440px) {
  .characteristic__new-door-leaf-image img {
    max-height: 320px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__new-door-leaf-image img {
    max-height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__new-door-leaf-image img {
    max-height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__new-door-leaf-image img {
    max-height: 200px;
  }
}
.characteristic__new-door-leaf-image--large img {
  max-height: 398px;
}
@media screen and (max-width: 1440px) {
  .characteristic__new-door-leaf-image--large img {
    max-height: 350px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__new-door-leaf-image--large img {
    max-height: 310px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__new-door-leaf-image--large img {
    max-height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__new-door-leaf-image--large img {
    max-height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__new-door-leaf-details {
    flex: 1 1 auto;
  }
}
.characteristic__new-door-leaf-icon img {
  width: 80px;
}
@media screen and (max-width: 1440px) {
  .characteristic__new-door-leaf-icon img {
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__new-door-leaf-icon img {
    width: 60px;
  }
}
.characteristic__new-door-leaf-text {
  margin: 26px 0 -6px;
}
@media screen and (max-width: 1280px) {
  .characteristic__new-door-leaf-text {
    margin: 20px 0 -6px;
  }
}
.characteristic__new-door-leaf-text p {
  line-height: 200%;
}
@media screen and (max-width: 1280px) {
  .characteristic__new-door-leaf-text p {
    line-height: 180%;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__new-door-leaf-text p {
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__new-door-leaf-text p {
    line-height: 140%;
  }
}
.characteristic__more-information {
  padding: 68px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .characteristic__more-information {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__more-information {
    padding: 40px 0;
  }
}
.characteristic__more-information::after {
  content: "";
  background-color: #f7f7f7;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
}
.characteristic__more-information-heading {
  font-size: 48px;
  line-height: 100%;
  font-weight: 400;
  margin: 0 0 60px !important;
}
@media screen and (max-width: 1440px) {
  .characteristic__more-information-heading {
    font-size: 44px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__more-information-heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__more-information-heading {
    font-size: 36px;
    line-height: 120%;
    margin: 0 0 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__more-information-heading {
    font-size: 32px;
    margin: 0 0 40px !important;
  }
}
.characteristic__more-information-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 150px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__more-information-grid {
    gap: 40px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .characteristic__more-information-grid {
    gap: 30px;
    row-gap: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__more-information-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .characteristic__more-information-grid {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
@media screen and (max-width: 480px) {
  .characteristic__more-information-grid {
    row-gap: 40px;
  }
}
.characteristic__more-information-col {
  position: relative;
}
.characteristic__more-information-col-header {
  grid-template-columns: 80px auto;
  align-items: center;
  gap: 18px;
  display: grid;
}
@media screen and (max-width: 1440px) {
  .characteristic__more-information-col-header {
    grid-template-columns: 70px auto;
  }
}
@media screen and (max-width: 1024px) {
  .characteristic__more-information-col-header {
    grid-template-columns: 60px auto;
  }
}
.characteristic__more-information-col-content {
  margin: 32px 0 0;
}
@media screen and (max-width: 768px) {
  .characteristic__more-information-col-content {
    margin: 24px 0 0;
  }
}
.characteristic__more-information-col-content p {
  margin: 0 0 12px;
}
.characteristic__more-information-col-content > *:first-child {
  margin-top: 0;
}
.characteristic__more-information-col-content > *:last-child {
  margin-bottom: 0;
}

.lp-hide__hero {
  position: relative;
  height: calc(100svh - 138px);
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .lp-hide__hero {
    height: calc(100vh - 62px);
  }
}
.lp-hide__hero__content {
  padding-block: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50vw;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1840px) {
  .lp-hide__hero__content {
    max-width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 1024px) {
  .lp-hide__hero__content {
    max-width: 100%;
  }
}
.lp-hide__hero__content > * {
  margin-top: 0;
  margin-bottom: 30px;
}
.lp-hide__hero__content > *:last-child {
  margin-bottom: 0;
}
.lp-hide__hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-hide__hero__slider {
  height: 100%;
}
.lp-hide__hero__slide {
  height: 100%;
}
.lp-hide__hero__title, .lp-hide__hero__description {
  max-width: 600px;
  font-size: clamp(1.25rem, 1.0714rem + 0.8929vi, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
}
.lp-hide__hero__slogan {
  max-width: 500px;
  font-size: clamp(2rem, 1.5rem + 2.5vi, 3.75rem);
  font-weight: 700;
  line-height: 1.2;
}
.lp-hide__hero__logo {
  max-height: 107px;
}
.lp-hide__hero .tns-item {
  transition: transform 2s, opacity 2s !important;
}
.lp-hide__hero .tns-moving {
  transition: all 2s !important;
}
.lp-hide__hero .tns-outer,
.lp-hide__hero .tns-ovh,
.lp-hide__hero .tns-inner {
  height: 100%;
}
.lp-hide__hero .tns-outer [data-action=stop],
.lp-hide__hero .tns-outer [data-action=start],
.lp-hide__hero .tns-ovh [data-action=stop],
.lp-hide__hero .tns-ovh [data-action=start],
.lp-hide__hero .tns-inner [data-action=stop],
.lp-hide__hero .tns-inner [data-action=start] {
  display: none;
}
.lp-hide__hero .tns-controls {
  padding-inline: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.lp-hide__hero .tns-controls button {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: 3px solid #ffffff;
  transition: 150ms linear all;
}
.lp-hide__hero .tns-controls button:first-child {
  left: 20px;
  transform: rotate(180deg);
}
.lp-hide__hero .tns-controls button:last-child {
  right: 20px;
}
@media only screen and (max-width: 1024px) {
  .lp-hide__hero .tns-controls button {
    display: none;
  }
}
.lp-hide__hero .tns-controls button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(35%) saturate(2%) hue-rotate(311deg) brightness(112%) contrast(101%);
}
.lp-hide__hero .tns-controls button:hover {
  background-color: #ffffff;
}
.lp-hide__hero .tns-controls button:hover img {
  filter: none;
}
.lp-hide__advantages {
  margin-block: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
}
.lp-hide__advantages__heading {
  margin-inline: auto;
  max-width: 960px;
  font-size: clamp(1.75rem, 1.3929rem + 1.7857vi, 3rem);
  line-height: 1.2;
  text-align: center;
}
.lp-hide__advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(1.25rem, 0.5357rem + 3.5714vi, 3.75rem);
  margin-top: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
}
@media only screen and (max-width: 768px) {
  .lp-hide__advantages__items {
    grid-template-columns: 1fr;
  }
}
.lp-hide__advantages__item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 150ms linear;
}
.lp-hide__advantages__item img:hover {
  scale: 1.1;
}
.lp-hide__steps {
  margin-block: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
  padding-block: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
  background-color: #f6f6f6;
}
.lp-hide__steps__heading {
  font-size: clamp(1.75rem, 1.3929rem + 1.7857vi, 3rem);
  line-height: 1.2;
  text-align: center;
}
.lp-hide__steps__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(1.25rem, 0.5357rem + 3.5714vi, 3.75rem);
  margin-top: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
}
@media only screen and (max-width: 768px) {
  .lp-hide__steps__items {
    grid-template-columns: 1fr;
  }
}
.lp-hide__steps__number {
  font-size: clamp(2rem, 0.8571rem + 5.7143vi, 6rem);
  font-weight: 700;
  color: #f6f6f6;
  text-shadow: 1px 1px 0 #1AAD9D, -1px 1px 0 #1AAD9D, -1px -1px 0 #1AAD9D, 1px -1px 0 #1AAD9D;
}
.lp-hide__steps__description {
  margin-bottom: 0;
}
.lp-hide__cta {
  margin-block: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
  padding-block: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
  padding-inline: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .lp-hide__cta {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .lp-hide__cta {
    text-align: left;
  }
}
.lp-hide__cta__heading {
  text-align: left;
}
.lp-hide__cta__description {
  max-width: 80%;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .lp-hide__cta__description {
    max-width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .lp-hide__cta__description {
    max-width: unset;
  }
}
.lp-hide__cta__heading, .lp-hide__cta__description {
  position: relative;
  z-index: 2;
}
.lp-hide__cta__image {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .lp-hide__cta__image {
    display: none;
  }
}

.lp-1gr {
  position: relative;
}
.lp-1gr__back {
  margin-block: 40px;
}
.lp-1gr__back .button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.lp-1gr__back .button img {
  filter: brightness(0) saturate(100%) invert(4%) sepia(77%) saturate(30%) hue-rotate(21deg) brightness(101%) contrast(92%);
  rotate: 180deg;
  transition: 150ms linear all;
}
.lp-1gr__back .button:hover img, .lp-1gr__back .button:active img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(99%) saturate(363%) hue-rotate(124deg) brightness(90%) contrast(89%);
}
.lp-1gr__hero__inner {
  display: flex;
  background-color: #0e4c51;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .lp-1gr__hero__inner {
    display: block;
  }
}
.lp-1gr__hero__content {
  flex: 0 0 50%;
  padding-block: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
  padding-inline: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
}
@media only screen and (max-width: 480px) {
  .lp-1gr__hero__content {
    padding-inline: 20px;
  }
}
.lp-1gr__hero__image {
  flex: 0 0 50%;
}
@media only screen and (max-width: 1024px) {
  .lp-1gr__hero__image {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-1gr__hero__image {
    min-height: 350px;
  }
}
.lp-1gr__hero__image .swiper-wrapper {
  min-width: 0;
  min-height: auto;
}
.lp-1gr__hero__image-slide {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .lp-1gr__hero__image-slide {
    height: auto;
  }
}
.lp-1gr__hero__image-slide-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.lp-1gr__hero__image-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.lp-1gr__hero__image-slide-text {
  background-color: #1aad9d;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  padding: 10px 20px;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  .lp-1gr__hero__image-slide-text {
    font-size: 16px;
    top: 20px;
    right: 20px;
  }
}
.lp-1gr__hero__image-pagination {
  width: 100%;
  justify-content: center;
  gap: 14px;
  display: flex;
  position: absolute;
  z-index: 10;
  bottom: 48px !important;
  left: 30px !important;
}
@media only screen and (max-width: 1024px) {
  .lp-1gr__hero__image-pagination {
    bottom: 36px !important;
  }
}
.lp-1gr__hero__image-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #ffffff;
  flex: 0 0 10px;
  height: 10px;
  opacity: 1 !important;
  margin: 0 !important;
  transition: background-color 0.25s ease-in-out 0s;
}
.lp-1gr__hero__image-pagination .swiper-pagination-bullet-active {
  background-color: #1aad9d;
}
.lp-1gr__hero__heading {
  margin-top: 0;
  font-size: clamp(2.25rem, 1.9457rem + 1.5217vi, 3.125rem);
  font-weight: 700;
  line-height: 1.2;
}
.lp-1gr__hero__text ul {
  padding-left: 20px;
  list-style: initial;
}
.lp-1gr__hero__buttons {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .lp-1gr__hero__buttons {
    flex-direction: column;
  }
}
.lp-1gr__hero__buttons .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.lp-1gr__hero__buttons .button img {
  rotate: 90deg;
  transition: 150ms linear all;
}
.lp-1gr__hero__buttons .button--primary {
  background-color: #FFFFFF;
  color: #161615;
  border-color: #FFFFFF;
}
.lp-1gr__hero__buttons .button--primary img {
  filter: brightness(0) saturate(100%) invert(4%) sepia(8%) saturate(349%) hue-rotate(21deg) brightness(101%) contrast(91%);
}
.lp-1gr__hero__buttons .button--primary:hover, .lp-1gr__hero__buttons .button--primary:active {
  background-color: transparent;
  color: #FFFFFF;
}
.lp-1gr__hero__buttons .button--primary:hover img, .lp-1gr__hero__buttons .button--primary:active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}
.lp-1gr__hero__buttons .button--secondary {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.lp-1gr__hero__buttons .button--secondary img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}
.lp-1gr__hero__buttons .button--secondary:hover, .lp-1gr__hero__buttons .button--secondary:active {
  background-color: #FFFFFF;
  color: #161615;
}
.lp-1gr__hero__buttons .button--secondary:hover img, .lp-1gr__hero__buttons .button--secondary:active img {
  filter: brightness(0) saturate(100%) invert(4%) sepia(8%) saturate(349%) hue-rotate(21deg) brightness(101%) contrast(91%);
}
.lp-1gr__hero__notes {
  font-size: 12px;
  text-align: center;
}
.lp-1gr__hero__notes p {
  margin-top: 1rem;
}
.lp-1gr__videos {
  margin-block: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
  padding-block: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
  background-color: #f6f6f6;
  position: relative;
}
.lp-1gr__videos__heading {
  margin-bottom: clamp(1.25rem, 0.5357rem + 3.5714vi, 3.75rem);
  font-size: clamp(1.25rem, 1.0714rem + 0.8929vi, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1840px) {
  .lp-1gr__videos__inner {
    max-width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 1024px) {
  .lp-1gr__videos__inner {
    max-width: 100%;
  }
}
.lp-1gr__videos__content {
  display: flex;
}
.lp-1gr__videos__item {
  height: auto;
}
.lp-1gr__videos__item__inner {
  padding: 32px;
  height: 100%;
  background-color: #FFFFFF;
}
.lp-1gr__videos__item__inner .button {
  width: 100%;
}
.lp-1gr__videos__item__thumbnail {
  display: block;
  height: 240px;
  position: relative;
}
.lp-1gr__videos__item__thumbnail:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Warstwa_1' x='0px' y='0px' viewBox='0 0 72 72' style='enable-background:new 0 0 72 72;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_00000028317004181515675510000009936905651943933349_);%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' width='72' height='72'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000134213488650754706480000010644456349996402817_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg style='clip-path:url(%23SVGID_00000134213488650754706480000010644456349996402817_);'%3E%3Cpath d='M36,0C16.1,0,0,16.1,0,36s16.1,36,36,36s36-16.1,36-36S55.9,0,36,0z'/%3E%3C/g%3E%3C/g%3E%3Cpolygon class='st1' points='25.7,36 25.7,19.6 39.9,27.8 54.1,36 39.9,44.2 25.7,52.4 '/%3E%3Cscript xmlns='' id='bw-fido2-page-script'/%3E%3C/svg%3E");
}
.lp-1gr__videos__item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-1gr__videos__item__title {
  font-size: clamp(1.125rem, 1.0139rem + 0.5556vi, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}
.lp-1gr__videos__item__title strong {
  font-weight: 700;
}
.lp-1gr__videos__item__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.lp-1gr__videos__item__name:before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #161615;
}
.lp-1gr__videos__video {
  width: 100vw;
  max-width: 1200px;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: -100;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 150ms linear all;
}
.lp-1gr__videos__video.is-visible {
  z-index: 5001;
  opacity: 1;
  visibility: visible;
  transition: 150ms linear all;
}
.lp-1gr__videos__video__inner {
  position: relative;
  padding-bottom: 56.25%;
}
.lp-1gr__videos__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-1gr__videos .tns-outer,
.lp-1gr__videos .tns-ovh,
.lp-1gr__videos .tns-inner {
  height: 100%;
}
.lp-1gr__videos .tns-outer [data-action=stop],
.lp-1gr__videos .tns-outer [data-action=start],
.lp-1gr__videos .tns-ovh [data-action=stop],
.lp-1gr__videos .tns-ovh [data-action=start],
.lp-1gr__videos .tns-inner [data-action=stop],
.lp-1gr__videos .tns-inner [data-action=start] {
  display: none;
}
.lp-1gr__videos .tns-outer {
  display: grid;
}
.lp-1gr__videos .tns-nav {
  order: 2;
}
.lp-1gr__videos .tns-controls {
  padding-inline: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.lp-1gr__videos .tns-controls button {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: 3px solid #1AAD9D;
  transition: 150ms linear all;
}
.lp-1gr__videos .tns-controls button:first-child {
  left: 20px;
  transform: rotate(180deg);
}
.lp-1gr__videos .tns-controls button:last-child {
  right: 20px;
}
@media only screen and (max-width: 1024px) {
  .lp-1gr__videos .tns-controls button {
    display: none;
  }
}
.lp-1gr__videos .tns-controls button[disabled] {
  pointer-events: none;
  opacity: 0.25;
}
.lp-1gr__videos .tns-controls button img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(348%) hue-rotate(124deg) brightness(91%) contrast(92%);
  transition: 150ms linear all;
}
.lp-1gr__videos .tns-controls button:hover {
  background-color: #ffffff;
  border-color: #161615;
}
.lp-1gr__videos .tns-controls button:hover img {
  filter: none;
}
.lp-1gr__faq {
  margin-block: clamp(2.5rem, 1.7857rem + 3.5714vi, 5rem);
}
.lp-1gr__faq__heading {
  margin-bottom: clamp(1.25rem, 0.5357rem + 3.5714vi, 3.75rem);
  font-size: clamp(1.25rem, 1.0714rem + 0.8929vi, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.lp-1gr__faq__content {
  max-width: 900px;
}

.lp-colors img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-colors .container {
  width: 100%;
  max-width: 1366px;
}
.lp-colors__header {
  padding: 48px 0;
}
.lp-colors__header h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .lp-colors__header h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-colors__header h1 {
    font-size: 22px;
  }
}
.lp-colors__header h1 strong {
  font-weight: 700;
}
.lp-colors__tabs-wrapper {
  overflow: auto;
  align-items: flex-start;
  gap: 17.5px;
  display: flex;
}
.lp-colors__tabs-item {
  flex: 0 0 calc(14.2857142857% - 15px);
  min-width: 150px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .lp-colors__tabs-item {
    min-width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-colors__tabs-item {
    min-width: 110px;
  }
}
.lp-colors__tabs-item::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #161615;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  opacity: 0;
  pointer-events: none;
  margin: 8px auto 0;
  display: block;
  transition: opacity 0.25s ease-in-out 0s;
}
@media only screen and (max-width: 1024px) {
  .lp-colors__tabs-item::after {
    border-top-width: 13px;
    border-left-width: 10px;
    border-right-width: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-colors__tabs-item::after {
    border-top-width: 11px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
}
.lp-colors__tabs-item.is-active .lp-colors__tabs-color img, .lp-colors__tabs-item:hover .lp-colors__tabs-color img {
  opacity: 1;
}
.lp-colors__tabs-item.is-active::after {
  opacity: 1;
}
.lp-colors__tabs-color {
  aspect-ratio: 16/16;
}
.lp-colors__tabs-color img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out 0s;
}
.lp-colors__tabs-name {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0 0;
}
.lp-colors__content {
  display: none;
}
.lp-colors__content.is-active {
  display: block;
}
.lp-colors__description-wrapper {
  margin: 48px 0 0;
  padding: 60px 0;
  align-items: center;
  gap: 40px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .lp-colors__description-wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .lp-colors__description-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-colors__description-wrapper {
    display: block;
  }
}
.lp-colors__description-name {
  font-size: clamp(0px, 9vw, 144px);
  font-weight: 100;
  line-height: 9vw;
  text-transform: uppercase;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 0;
}
.lp-colors__description-text {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}
.lp-colors__description-text > * {
  margin: 20px 0;
}
.lp-colors__description-text > *:first-child {
  margin-top: 0;
}
.lp-colors__description-text > *:last-child {
  margin-bottom: 0;
}
.lp-colors__description-photos {
  flex: 0 0 490px;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 18px;
  display: flex;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1220px) {
  .lp-colors__description-photos {
    flex: 0 0 400px;
    gap: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .lp-colors__description-photos {
    flex: 0 0 320px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-colors__description-photos {
    max-width: 320px;
    margin: 50px auto 0;
  }
}
.lp-colors__description-photos img:nth-child(1) {
  width: 80%;
  margin: 0 0 -82px;
}
@media only screen and (max-width: 1220px) {
  .lp-colors__description-photos img:nth-child(1) {
    margin: 0 0 -68px;
  }
}
@media only screen and (max-width: 1024px) {
  .lp-colors__description-photos img:nth-child(1) {
    margin: 0 0 -56px;
  }
}
.lp-colors__description-photos img:nth-child(2) {
  width: 40%;
  margin: 0 0 0 auto;
}
.lp-colors__description-photos img:nth-child(3) {
  width: 40%;
}
.lp-colors__collections {
  position: relative;
}
.lp-colors__collection--sub + .lp-colors__collection--sub {
  margin: 36px 0 0;
}
.lp-colors__collection-name {
  font-weight: 400;
  margin: 0;
  padding: 36px 0;
}
.lp-colors__collection-name--sub {
  padding: 0 0 36px;
  position: relative;
}
.lp-colors__collection-name--sub:before {
  content: "";
  background-color: #1aad9d;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 16px;
  right: calc(100% + 8px);
}
.lp-colors__collection-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  display: grid;
}
@media only screen and (max-width: 1024px) {
  .lp-colors__collection-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .lp-colors__collection-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-colors__collection-product:hover .lp-colors__collection-product-photo img {
  transform: scale(1.05);
}
.lp-colors__collection-product-photo {
  margin: 0 0 30px;
}
.lp-colors__collection-product-photo img {
  width: auto;
  max-height: 400px;
  margin: 0 auto;
  transition: transform 0.25s ease-in-out 0s;
}
.lp-colors__collection-product-collection, .lp-colors__collection-product-name {
  border-left: 1px solid rgba(22, 22, 21, 0.25);
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 0 0 12px;
}
.lp-colors__collection-product-name {
  font-weight: 400;
  padding: 2px 0 2px 12px;
}
.lp-colors__bottom-text {
  margin: 60px 0 0;
}
.lp-colors__bottom-text-inner {
  border-top: 1px solid rgba(22, 22, 21, 0.25);
  text-align: center;
  padding: 30px 0 0;
}
.lp-colors__bottom-text-inner h2, .lp-colors__bottom-text-inner h3, .lp-colors__bottom-text-inner h4, .lp-colors__bottom-text-inner h5, .lp-colors__bottom-text-inner h6 {
  font-weight: 400;
}
.lp-colors__bottom-text-inner p {
  font-size: 14px;
  line-height: 140%;
}
.lp-colors__bottom-text-inner > * {
  margin: 20px 0;
}
.lp-colors__bottom-text-inner > *:first-child {
  margin-top: 0;
}
.lp-colors__bottom-text-inner > *:last-child {
  margin-bottom: 0;
}
.lp-colors__faq-inner {
  border-top: 1px solid rgba(22, 22, 21, 0.25);
  margin: 36px 0 0;
}
.lp-colors__faq-item {
  border-bottom: 1px solid rgba(22, 22, 21, 0.25);
}
.lp-colors__faq-item.is-active .lp-colors__faq-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.lp-colors__faq-title {
  font-weight: 700;
  cursor: pointer;
  padding: 30px 50px 30px 0;
  position: relative;
}
.lp-colors__faq-title::after {
  content: "";
  background-image: url("../img/expand.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease-in-out 0s;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4px;
}
.lp-colors__faq-content {
  padding: 0 0 30px;
  display: none;
}
.lp-colors__faq-content p {
  font-size: 14px;
  line-height: 140%;
}
.lp-colors__faq-content > * {
  margin: 20px 0;
}
.lp-colors__faq-content > *:first-child {
  margin-top: 0;
}
.lp-colors__faq-content > *:last-child {
  margin-bottom: 0;
}

.lp-ebook {
  margin: 150px 0 0;
}
@media screen and (max-width: 1024px) {
  .lp-ebook {
    margin: 20px 0 0;
  }
}
.lp-ebook__hero {
  width: 100%;
  flex-flow: row wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero {
    margin: 0 0 46px;
    padding: 2rem 0 0;
    flex-flow: column wrap;
    align-items: center;
  }
}
.lp-ebook__hero::before {
  content: "";
  background: #00af90;
  width: 60%;
  height: 70%;
  opacity: 0.2;
  position: absolute;
  top: -10%;
  right: 80px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero::before {
    width: 97%;
    top: 0;
    right: unset;
  }
}
@media screen and (max-width: 768px) {
  .lp-ebook__hero::before {
    height: 50%;
  }
}
.lp-ebook__hero-left {
  width: 50%;
  padding: 0 0 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-left {
    width: 90%;
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-ebook__hero-left {
    padding: 0 0 1rem;
  }
}
.lp-ebook__hero-right {
  width: 50%;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-right {
    width: 100%;
    top: unset;
  }
}
.lp-ebook__hero-text {
  width: 100%;
  color: #161615;
  padding: 1rem 0 0 9.188rem;
}
@media screen and (max-width: 1399px) {
  .lp-ebook__hero-text {
    padding: 1rem 0 0 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-text {
    text-align: center;
    padding: 1rem 0 0;
  }
}
.lp-ebook__hero-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.224;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1399px) {
  .lp-ebook__hero-text h3 {
    font-size: 48px;
    line-height: 1.042;
  }
}
@media screen and (max-width: 1299px) {
  .lp-ebook__hero-text h3 {
    font-size: 41px;
    line-height: 1.22;
  }
}
@media screen and (max-width: 768px) {
  .lp-ebook__hero-text h3 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.lp-ebook__hero-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.919;
  letter-spacing: -2.04px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1299px) {
  .lp-ebook__hero-text p {
    font-size: 32px;
    line-height: 1.719;
    letter-spacing: -2.04px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-text p {
    font-size: 26px;
    line-height: 1.154;
    letter-spacing: unset;
  }
}
@media screen and (max-width: 768px) {
  .lp-ebook__hero-text p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.lp-ebook__hero-text p strong {
  font-weight: 800;
}
.lp-ebook__hero-text ul {
  text-align: left;
  list-style-type: square;
  margin: 0 0 5rem;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-text ul {
    padding: 0 2rem;
    margin: 0;
  }
}
.lp-ebook__hero-text ul li {
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.545;
  margin: 0;
}
.lp-ebook__hero-text ul li::marker {
  color: #1AAD9D;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-text--lower {
    display: none;
  }
}
.lp-ebook__hero-text--lower p {
  margin: 0 0 1.667rem;
}
.lp-ebook__hero-text--mobile {
  margin: 3rem 0 0;
  padding: 0 20px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-text--mobile {
    display: block;
  }
}
.lp-ebook__hero-text--mobile p {
  margin: 0 0 2rem;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-text--mobile p {
    font-size: 25px;
    line-height: 1.2;
  }
}
.lp-ebook__hero-text--bottom {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-text--bottom {
    max-width: unset;
    margin: 3rem 0 0;
  }
}
.lp-ebook__hero-text--bottom h3 {
  font-size: 41px;
  line-height: 1.22;
  text-align: center;
  margin: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .lp-ebook__hero-text--bottom h3 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 2rem;
  }
}
.lp-ebook__hero-text--bottom p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.545;
  letter-spacing: 0;
  margin: 2rem 0 0;
}
.lp-ebook__hero-text--bottom ul {
  margin: 2rem 0 0;
  padding: 0 5rem;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-text--bottom ul {
    padding: 0 2rem;
  }
}
.lp-ebook__hero-text--bottom ul li + li {
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-text--bottom ul li + li {
    margin: 0;
  }
}
.lp-ebook__hero-button {
  padding: 0 0 0 9.188rem;
}
@media screen and (max-width: 1399px) {
  .lp-ebook__hero-button {
    padding: 0 0 0 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-button {
    text-align: center;
    padding: 1rem 0 0;
    display: none;
  }
}
.lp-ebook__hero-button a {
  border: none;
  background-color: #00af90;
  max-width: 835px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  padding: 25px 60px;
  display: inline-block;
  transition: 0.3s all;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-button a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.368;
    padding: 20px 50px;
  }
}
.lp-ebook__hero-button--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lp-ebook__hero-button--mobile {
    display: block;
  }
}
.lp-ebook__hero-button--bottom {
  text-align: center;
  margin: 3rem 0 0;
  padding: 0 20px;
  display: block;
}

.lp-designer p {
  font-size: 18px;
  line-height: 140%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lp-designer p {
    font-size: 13px;
  }
}
.lp-designer__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-designer__hero {
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .lp-designer__hero {
    background: none !important;
  }
}
.lp-designer__hero .lp-designer__container {
  height: 100vh;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lp-designer__hero .lp-designer__container {
    height: auto;
    padding: 0;
    display: block;
  }
}
.lp-designer__hero-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-designer__hero-image {
    display: block;
  }
}
.lp-designer__hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-designer__hero-inner {
  background: rgba(0, 168, 142, 0.9);
  width: 100%;
  max-width: 600px;
  text-align: right;
  color: #FFFFFF;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .lp-designer__hero-inner {
    max-width: unset;
    text-align: center;
    padding: 20px;
  }
}
.lp-designer__hero-inner h1 {
  font-size: 24px;
  line-height: 140%;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .lp-designer__hero-inner h1 {
    font-size: 18px;
  }
}
.lp-designer__button {
  margin: 20px 0 0;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-designer__button {
    display: block;
  }
}
.lp-designer__button a {
  background-color: #00a88e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 0;
  padding: 10px 25px;
  display: inline-block;
  transition: background-color 0.25s ease-in-out 0s;
}
.lp-designer__button a:hover {
  background-color: #161615;
}
.lp-designer__hiw-heading {
  font-size: 28px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .lp-designer__hiw-heading {
    font-size: 18px;
    margin: 50px 0 40px;
  }
}
.lp-designer__hiw-boxes {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}
@media screen and (max-width: 768px) {
  .lp-designer__hiw-boxes {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.lp-designer__hiw-boxes-item {
  text-align: center;
}
.lp-designer__hiw-boxes-item p {
  padding: 0 18px;
}
.lp-designer__hiw-boxes-icon {
  margin: 0 0 8px;
}
.lp-designer__hiw-boxes-icon img {
  width: auto;
  height: 128px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-designer__hiw-boxes-icon img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .lp-designer__hiwl {
    margin: 60px 0;
  }
}
.lp-designer__hiwl .lp-designer__container {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lp-designer__hiwl .lp-designer__container {
    flex-direction: column-reverse;
  }
}
.lp-designer__hiwl-images {
  flex: 1 1 auto;
  margin: 80px 0 0;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .lp-designer__hiwl-images {
    flex: 0 0 auto;
    margin: 70px 0 0;
    padding: 0;
  }
}
.lp-designer__hiwl-images-item {
  display: block;
}
.lp-designer__hiwl-images-item:nth-child(1) img {
  width: calc(52% - 12px);
}
@media screen and (max-width: 768px) {
  .lp-designer__hiwl-images-item:nth-child(1) img {
    width: calc(52% - 6px);
  }
}
.lp-designer__hiwl-images-item:nth-child(2) {
  position: relative;
}
.lp-designer__hiwl-images-item:nth-child(2) img {
  width: calc(48% - 12px);
  transform: translateY(-45%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lp-designer__hiwl-images-item:nth-child(2) img {
    width: calc(48% - 6px);
  }
}
.lp-designer__hiwl-images-item:nth-child(3) {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .lp-designer__hiwl-images-item:nth-child(3) {
    margin: 12px 0 0;
  }
}
.lp-designer__hiwl-images-item:nth-child(3) img {
  width: calc(48% - 10px);
  margin: 0 0 0 4%;
}
.lp-designer__hiwl-images-item img {
  display: block;
}
.lp-designer__hiwl-text {
  flex: 0 0 320px;
  text-align: center;
  padding: 9% 0 0 40px;
}
@media screen and (max-width: 768px) {
  .lp-designer__hiwl-text {
    flex: 0 0 auto;
    padding: 0;
  }
}
.lp-designer__hiwl-text a {
  background-color: #00a88e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 0;
  padding: 10px 25px;
  display: inline-block;
  transition: background-color 0.25s ease-in-out 0s;
}
.lp-designer__hiwl-text a:hover {
  background-color: #161615;
}
.lp-designer__bottom {
  margin: 100px 0 0;
}
.lp-designer__bottom .lp-designer__container {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
}
@media screen and (max-width: 768px) {
  .lp-designer__bottom .lp-designer__container {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.lp-designer__bottom-heading {
  font-size: 28px;
  font-weight: 300;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .lp-designer__bottom-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp-designer__bottom-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lp-designer__bottom-heading br {
    display: none;
  }
}
.lp-designer__bottom-heading span {
  font-weight: 700;
  color: #1AAD9D;
}
.lp-designer__bottom-text {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .lp-designer__bottom-text {
    margin: 20px 0 0;
  }
}
.lp-designer__bottom-text p {
  margin: 0;
}
.lp-designer__bottom-email {
  font-size: 28px;
  line-height: 120%;
  margin: 24px 0 0;
  align-items: center;
  gap: 5px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .lp-designer__bottom-email {
    font-size: 22px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp-designer__bottom-email {
    font-size: 18px;
    justify-content: center;
  }
}
.lp-designer__bottom-email-icon {
  flex: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .lp-designer__bottom-email-icon {
    flex: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .lp-designer__bottom-email-icon {
    flex: 0 0 24px;
  }
}
.lp-designer__bottom-email-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-designer__bottom-sm {
  margin: 20px 0 0;
  gap: 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lp-designer__bottom-sm {
    justify-content: center;
  }
}
.lp-designer__bottom-sm-item {
  flex: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .lp-designer__bottom-sm-item {
    flex: 0 0 36px;
  }
}
.lp-designer__bottom-sm-item img {
  width: 100%;
  height: auto;
  display: block;
}

.page-template-template-hydro .grecaptcha-badge {
  pointer-events: none !important;
  opacity: 0 !important;
}

@media only screen and (width <= 1024px) {
  .lp-hydro * {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro *::-webkit-scrollbar {
    display: none;
  }
}
.lp-hydro h1, .lp-hydro h2, .lp-hydro h3, .lp-hydro h4, .lp-hydro h5, .lp-hydro h6, .lp-hydro p {
  margin: 0;
}
.lp-hydro img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-hydro sup {
  position: relative;
  bottom: 0.6em;
  font-size: 55%;
  vertical-align: unset !important;
}
.lp-hydro .container {
  width: 100%;
  max-width: 1478px;
  margin: 0 auto;
  padding-inline: 57px;
}
@media only screen and (width <= 1440px) {
  .lp-hydro .container {
    padding-inline: 40px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro .container {
    padding-inline: 20px;
  }
}
.lp-hydro .container--hero {
  max-width: 1608px;
}
.lp-hydro .container--collections {
  max-width: 1618px;
  padding-inline: 97px;
}
@media screen and (width <= 1440px) {
  .lp-hydro .container--collections {
    padding-inline: 72px;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro .container--collections {
    padding-inline: 20px;
  }
}
.lp-hydro__header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 57px;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__header {
    padding: 40px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__header {
    padding: 30px 20px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__header {
    padding: 20px;
  }
}
.lp-hydro__header img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-hydro__header-logo {
  flex: 0 0 129px;
  margin: 0 28px 0 0;
  padding: 0 24px 0 0;
  border-right: 1px solid white;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__header-logo {
    flex: 0 0 118px;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__header-logo {
    flex: 0 0 100px;
    margin: 0 16px 0 0;
    padding: 0 16px 0 0;
  }
}
@media only screen and (width <= 480px) {
  .lp-hydro__header-logo {
    flex: 0 0 90px;
  }
}
.lp-hydro__header-slogan {
  font-size: 20px;
  line-height: 110%;
  color: white;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__header-slogan {
    font-size: 18px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__header-slogan {
    font-size: 16px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__header-slogan {
    font-size: 14px;
  }
}
@media only screen and (width <= 480px) {
  .lp-hydro__header-slogan {
    font-size: 12px;
  }
}
.lp-hydro__hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100svh;
  background-position: center center;
  background-size: cover;
}
.lp-hydro__hero-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media only screen and (width <= 768px) {
  .lp-hydro__hero-slider {
    display: none !important;
  }
}
.lp-hydro__hero-slider--mobile {
  display: none !important;
}
@media only screen and (width <= 768px) {
  .lp-hydro__hero-slider--mobile {
    display: flex !important;
  }
}
.lp-hydro__hero-slider img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.lp-hydro__hero-slider .slider-container .slider-wrap .before-img {
  width: calc(100% - 20px);
}
.lp-hydro__hero-slider .slider-container .slider-wrap .before-img img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
}
.lp-hydro__hero-slider .slider-container .slider-wrap .slider-btn {
  left: calc(100% - 20px);
  width: 2px;
  background: rgb(0, 0, 0);
}
.lp-hydro__hero-slider .slider-container .slider-wrap .slider-btn::before {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  right: calc(100% + 42px);
  transform: translateY(-50%);
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  color: #000000;
  text-align: right;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__hero-slider .slider-container .slider-wrap .slider-btn::before {
    top: calc(100% - 100px) !important;
  }
}
.lp-hydro__hero-slider .slider-container .slider-wrap .slider-btn::after {
  content: "";
  left: 0;
  transform: translate(-100%, -50%);
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 26px solid transparent;
  border-right: 34px solid rgb(0, 0, 0);
  border-bottom: 26px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__hero-slider .slider-container .slider-wrap .slider-btn::after {
    top: calc(100% - 100px) !important;
  }
}
.lp-hydro__hero-slider .slider-container .slider-wrap .slider-btn:hover::after {
  width: 0;
  height: 0;
}
.lp-hydro__hero-inner {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.lp-hydro__hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 100px;
  color: white;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__hero-container {
    padding-top: 80px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__hero-container {
    padding-top: 70px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__hero-container {
    padding-top: 60px;
  }
}
.lp-hydro__hero-heading {
  max-width: 67.7083333333vw;
  font-size: 4.2708333333vw;
  font-weight: 900;
  line-height: 109%;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__hero-heading {
    max-width: 72.9166666667vw;
    font-size: 5.2083333333vw;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__hero-heading {
    max-width: 97.9166666667vw;
    font-size: 6.25vw;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__hero-heading {
    font-size: 7.1875vw;
  }
}
.lp-hydro__hero-logo img {
  width: auto;
  height: 6.0416666667vw;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__hero-logo img {
    height: 8.0729166667vw;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__hero-logo img {
    height: 10.4166666667vw;
  }
}
.lp-hydro__advantages {
  position: relative;
  z-index: 2;
  padding: 90px 0 130px;
  background-color: white;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__advantages {
    padding: 90px 0;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__advantages {
    padding: 80px 0;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__advantages {
    padding: 70px 0;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__advantages {
    padding: 46px 0 0;
  }
}
.lp-hydro__advantages-swipe {
  display: none;
  padding: 24px 0 0;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__advantages-swipe {
    display: block;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__advantages-swipe {
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
  }
}
.lp-hydro__advantages-swipe img {
  width: 39px;
  margin: 0 auto;
}
.lp-hydro__advantages-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (width <= 1024px) {
  .lp-hydro__advantages-container {
    overflow-x: auto;
    display: flex;
  }
}
.lp-hydro__advantages-col {
  padding: 0 30px;
  border-left: 1px solid #cccccc;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__advantages-col {
    padding: 0 20px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__advantages-col {
    flex: 0 0 30%;
    width: 30%;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__advantages-col {
    flex: 0 0 42.5%;
    width: 42.5%;
    text-align: center;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__advantages-col {
    flex: 0 0 100%;
    width: 100%;
    border-left: 0 none;
  }
}
.lp-hydro__advantages-col:first-child {
  border-left: 0 none;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__advantages-col:first-child {
    padding: 0 20px 0 0;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__advantages-col:first-child {
    padding: 0 20px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__advantages-col:last-child {
    padding: 0 0 0 20px;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__advantages-col:last-child {
    padding: 0 20px;
  }
}
.lp-hydro__advantages-icon {
  margin: 0 0 20px;
}
.lp-hydro__advantages-icon img {
  width: auto;
  height: 120px;
}
@media only screen and (width <= 768px) {
  .lp-hydro__advantages-icon img {
    margin: 0 auto;
  }
}
.lp-hydro__advantages-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 120%;
  color: #3a91b5;
}
.lp-hydro__advantages-text {
  font-size: 14px;
  line-height: 21.6px;
  color: #3a91b5;
}
.lp-hydro__advantages-text a {
  font-weight: 700;
  text-decoration: underline;
}
.lp-hydro__stories {
  position: relative;
  z-index: 3;
  background-color: white;
}
.lp-hydro__stories-inner {
  display: flex;
  justify-content: center;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__stories-inner {
    display: block;
  }
}
.lp-hydro__stories-heading {
  font-size: 5vw;
  line-height: 100%;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__stories-heading {
    font-size: 5.3125vw;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__stories-heading {
    font-size: 5.7291666667vw;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__stories-heading {
    font-size: 6.1458333333vw;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__stories-heading {
    padding: 56px 0 0;
    font-size: 6.5625vw;
  }
}
@media only screen and (width <= 480px) {
  .lp-hydro__stories-heading {
    font-size: 6.9791666667vw;
  }
}
.lp-hydro__stories-heading span {
  will-change: transform;
  display: block;
  white-space: nowrap;
  transition: transform 0.25s linear;
}
.lp-hydro__stories-heading span.is-bold {
  font-weight: 900;
}
.lp-hydro__stories-heading span.is-thin {
  font-weight: 300;
}
.lp-hydro__stories-heading span.is-color {
  margin: 30px 0 0;
  font-size: 3.3854166667vw;
  font-weight: 800;
  line-height: 120%;
  color: #3a91b5;
  opacity: 0.3;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__stories-heading span.is-color {
    font-size: 3.90625vw;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__stories-heading span.is-color {
    font-size: 4.5833333333vw;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__stories-heading span.is-color {
    font-size: 5.0520833333vw;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__stories-heading span.is-color {
    margin: 20px 0 0;
    font-size: 5.625vw;
  }
}
@media only screen and (width <= 480px) {
  .lp-hydro__stories-heading span.is-color {
    font-size: 6.25vw;
  }
}
.lp-hydro__stories-slider-wrapper {
  margin: 138px 0 0;
  padding: 0 0 170px;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__stories-slider-wrapper {
    margin: 120px 0 0;
    padding: 0 0 150px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__stories-slider-wrapper {
    margin: 90px 0 0;
    padding: 0 0 140px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__stories-slider-wrapper {
    margin: 80px 0 0;
    padding: 0 0 130px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__stories-slider-wrapper {
    margin: 70px 0 0;
    padding: 0 0 120px;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__stories-slider-wrapper {
    margin: 56px 0 0;
  }
}
.lp-hydro__stories-slider {
  padding: 0 126px;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__stories-slider {
    padding: 0 126px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__stories-slider {
    padding: 0 90px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__stories-slider {
    padding: 0 20px;
  }
}
.lp-hydro__stories-slide {
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease-in-out 0s;
}
@media only screen and (width <= 768px) {
  .lp-hydro__stories-slide {
    pointer-events: all;
    opacity: 1;
  }
}
.lp-hydro__stories-slide:nth-child(3n+1) {
  width: calc(30.3% - 53px) !important;
  padding: 178px 0 0;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__stories-slide:nth-child(3n+1) {
    width: calc(30.3% - 40px) !important;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__stories-slide:nth-child(3n+1) {
    width: calc(30.3% - 13.5px) !important;
    padding: 120px 0 0;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__stories-slide:nth-child(3n+1) {
    padding: 95px 0 0;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__stories-slide:nth-child(3n+1) {
    width: 50% !important;
    padding: 80px 0 0;
  }
}
@media only screen and (width <= 480px) {
  .lp-hydro__stories-slide:nth-child(3n+1) {
    width: 65% !important;
  }
}
.lp-hydro__stories-slide:nth-child(3n+1) .lp-hydro__stories-slide-photo img {
  aspect-ratio: 1/1.34;
}
.lp-hydro__stories-slide:nth-child(3n+2) {
  width: calc(30.3% - 53px) !important;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__stories-slide:nth-child(3n+2) {
    width: calc(30.3% - 40px) !important;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__stories-slide:nth-child(3n+2) {
    width: calc(30.3% - 13.5px) !important;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__stories-slide:nth-child(3n+2) {
    width: 50% !important;
  }
}
@media only screen and (width <= 480px) {
  .lp-hydro__stories-slide:nth-child(3n+2) {
    width: 64% !important;
  }
}
.lp-hydro__stories-slide:nth-child(3n+2) .lp-hydro__stories-slide-photo img {
  aspect-ratio: 1/1.34;
}
.lp-hydro__stories-slide:nth-child(3n+3) {
  width: calc(39.35% - 53px) !important;
  padding: 219px 0 0;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__stories-slide:nth-child(3n+3) {
    width: calc(39.35% - 40px) !important;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__stories-slide:nth-child(3n+3) {
    width: calc(39.35% - 13.5px) !important;
    padding: 160px 0 0;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__stories-slide:nth-child(3n+3) {
    padding: 120px 0 0;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__stories-slide:nth-child(3n+3) {
    width: 59% !important;
    padding: 98px 0 0;
  }
}
@media only screen and (width <= 480px) {
  .lp-hydro__stories-slide:nth-child(3n+3) {
    width: 73% !important;
  }
}
.lp-hydro__stories-slide:nth-child(3n+3) .lp-hydro__stories-slide-photo img {
  aspect-ratio: 1/0.745;
}
.lp-hydro__stories-slide.swiper-slide-active, .lp-hydro__stories-slide.swiper-slide-next, .lp-hydro__stories-slide.swiper-slide-next + .swiper-slide {
  pointer-events: all;
  opacity: 1;
}
.lp-hydro__stories-slide:hover .lp-hydro__stories-slide-photo img {
  transform: scale(1.1);
}
.lp-hydro__stories-slide:hover .lp-hydro__stories-slide-title {
  transform: translateY(0%);
  opacity: 1;
}
.lp-hydro__stories-slide-photo {
  position: relative;
  overflow: hidden;
}
.lp-hydro__stories-slide-photo::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  background-image: url("../../img/hydro/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (width <= 560px) {
  .lp-hydro__stories-slide-photo::before {
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
  }
}
.lp-hydro__stories-slide-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.4s ease-in-out 0s;
}
.lp-hydro__stories-slide-title {
  transform: translateY(-20%);
  margin: 27px 0 0 !important;
  padding: 27px 0 0 17px;
  font-size: 18px;
  line-height: 120%;
  color: #3a91b5;
  opacity: 0;
  border-left: 1px solid #3a91b5;
  transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__stories-slide-title {
    transform: translateY(0%);
    margin: 20px 0 0 !important;
    padding: 20px 0 0 15px;
    font-size: 16px;
    opacity: 1;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__stories-slide-title {
    padding: 0 0 0 15px;
  }
}
.lp-hydro__stories-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__stories-navigation {
    padding: 0 16px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__stories-navigation {
    display: none;
  }
}
.lp-hydro__stories-navigation-item {
  cursor: pointer;
}
.lp-hydro__stories-navigation-item img {
  width: auto;
  height: 62px;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__stories-navigation-item img {
    height: 54px;
  }
}
.lp-hydro__story {
  pointer-events: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  opacity: 0;
  background-color: white;
  transition: opacity 0.25s ease-in-out 0s;
}
.lp-hydro__story.is-active {
  pointer-events: all;
  opacity: 1;
}
.lp-hydro__story-close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 36px;
  right: 36px;
  width: 42px;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__story-close {
    top: 30px;
    right: 30px;
    width: 40px;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__story-close {
    top: 20px;
    right: 20px;
    width: 38px;
  }
}
.lp-hydro__story-container {
  overflow: auto;
  display: grid;
  grid-template-columns: 59% auto;
  gap: 78px;
  align-items: center;
  height: 100%;
  max-height: 100%;
  padding: 57px 0;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__story-container {
    gap: 48px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__story-container {
    grid-template-columns: 55% auto;
    gap: 30px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__story-container {
    gap: 20px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__story-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 78px 0;
  }
}
.lp-hydro__story-photos {
  display: grid;
  grid-template-columns: 56% auto;
  gap: 32px;
  align-items: center;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__story-photos {
    gap: 30px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__story-photos {
    gap: 20px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__story-photos {
    grid-template-columns: 1fr 1fr;
  }
}
.lp-hydro__story-photos.is-layout-01 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:first-child, .lp-hydro__story-photos.is-layout-03 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:first-child {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 262px;
  margin: 0 0 0 auto;
}
.lp-hydro__story-photos.is-layout-01 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:last-child, .lp-hydro__story-photos.is-layout-03 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:last-child {
  aspect-ratio: 16/12;
  width: 100%;
  margin: 32px 0 0;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__story-photos.is-layout-01 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:last-child, .lp-hydro__story-photos.is-layout-03 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:last-child {
    margin: 30px 0 0;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__story-photos.is-layout-01 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:last-child, .lp-hydro__story-photos.is-layout-03 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:last-child {
    margin: 20px 0 0;
  }
}
.lp-hydro__story-photos.is-layout-01 .lp-hydro__story-photos-col:last-child .lp-hydro__story-photos-item, .lp-hydro__story-photos.is-layout-03 .lp-hydro__story-photos-col:last-child .lp-hydro__story-photos-item {
  aspect-ratio: 12/16;
  width: 100%;
}
.lp-hydro__story-photos.is-layout-02 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item {
  aspect-ratio: 16/12;
  width: 100%;
}
@media only screen and (width <= 560px) {
  .lp-hydro__story-photos.is-layout-02 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item {
    aspect-ratio: 12/16;
  }
}
.lp-hydro__story-photos.is-layout-02 .lp-hydro__story-photos-col:last-child .lp-hydro__story-photos-item:first-child {
  aspect-ratio: 12/16;
  width: 100%;
}
.lp-hydro__story-photos.is-layout-02 .lp-hydro__story-photos-col:last-child .lp-hydro__story-photos-item:last-child {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 262px;
  margin: 32px 0 0;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__story-photos.is-layout-02 .lp-hydro__story-photos-col:last-child .lp-hydro__story-photos-item:last-child {
    margin: 30px 0 0;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__story-photos.is-layout-02 .lp-hydro__story-photos-col:last-child .lp-hydro__story-photos-item:last-child {
    margin: 20px 0 0;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__story-photos.is-layout-02 .lp-hydro__story-photos-col:last-child .lp-hydro__story-photos-item:last-child {
    aspect-ratio: 16/12;
  }
}
.lp-hydro__story-photos.is-layout-03 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:first-child {
  aspect-ratio: 16/12;
}
.lp-hydro__story-photos.is-layout-03 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:last-child {
  margin: 32px 0 0 auto;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__story-photos.is-layout-03 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:last-child {
    margin: 30px 0 0 auto;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__story-photos.is-layout-03 .lp-hydro__story-photos-col:first-child .lp-hydro__story-photos-item:last-child {
    margin: 20px 0 0 auto;
  }
}
.lp-hydro__story-photos-item {
  position: relative;
  overflow: hidden;
}
.lp-hydro__story-photos-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.4s ease-in-out 0s;
}
.lp-hydro__story-photos-item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  background-image: url("../../img/hydro/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (width <= 560px) {
  .lp-hydro__story-photos-item::before {
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
  }
}
.lp-hydro__story-photos-item:hover img {
  transform: scale(1.1);
}
.lp-hydro__story-name {
  font-size: 25px;
  line-height: 120%;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__story-name {
    font-size: 24px;
  }
}
.lp-hydro__story-descriptions {
  margin: 62px 0 0;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__story-descriptions {
    margin: 48px 0 0;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__story-descriptions {
    margin: 30px 0 0;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__story-descriptions {
    margin: 24px 0 0;
  }
}
.lp-hydro__story-descriptions p {
  font-size: 14px;
  line-height: 120%;
}
.lp-hydro__story-descriptions p + p {
  margin: 12px 0 0;
}
.lp-hydro__video {
  position: relative;
  height: 100vh;
  color: white;
  background: black;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__video {
    aspect-ratio: 16/11;
    height: unset;
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__video {
    aspect-ratio: 16/13;
  }
}
@media only screen and (width <= 480px) {
  .lp-hydro__video {
    aspect-ratio: 1/1;
  }
}
.lp-hydro__video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp-hydro__video-cover {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1920px;
  height: 100%;
  max-height: 1080px;
  margin-inline: auto;
}
.lp-hydro__video-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-hydro__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1920px;
  height: 100%;
  max-height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.lp-hydro__video-inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 67px;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__video-inner {
    padding: 0 40px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__video-inner {
    padding: 0 20px;
  }
}
.lp-hydro__video-header {
  position: relative;
  top: 55%;
  transform: translateY(-50%);
  font-size: 6.6145833333vw;
  line-height: 110%;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__video-header {
    top: 50%;
    line-height: 100%;
  }
}
.lp-hydro__video-header span {
  will-change: transform;
  display: block;
}
.lp-hydro__video-header span:nth-child(2n+2) {
  text-align: right;
}
.lp-hydro__design {
  margin: 130px 0;
}
@media screen and (width <= 1440px) {
  .lp-hydro__design {
    margin: 115px 0;
  }
}
@media screen and (width <= 1280px) {
  .lp-hydro__design {
    margin: 100px 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__design {
    margin: 85px 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__design {
    margin: 62px 0 80px;
  }
}
.lp-hydro__design-logo img {
  width: 211px;
  margin: 0 auto;
}
@media screen and (width <= 1280px) {
  .lp-hydro__design-logo img {
    width: 200px;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__design-logo img {
    width: 190px;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__design-logo img {
    width: 180px;
  }
}
.lp-hydro__design-copy {
  max-width: 854px;
  margin: 64px auto 0;
  text-align: center;
}
@media screen and (width <= 1280px) {
  .lp-hydro__design-copy {
    margin: 56px auto 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__design-copy {
    margin: 48px auto 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__design-copy {
    margin: 36px auto 0;
  }
}
.lp-hydro__design-copy span {
  color: #3a91b5;
}
.lp-hydro__design-heading {
  font-size: 40px;
  line-height: 120%;
}
@media screen and (width <= 1440px) {
  .lp-hydro__design-heading {
    font-size: 36px;
  }
}
@media screen and (width <= 1280px) {
  .lp-hydro__design-heading {
    font-size: 32px;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__design-heading {
    font-size: 27px;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__design-heading {
    font-size: 22px;
  }
}
.lp-hydro__design-text {
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 130%;
}
.lp-hydro__design-mobile-heading {
  display: none;
  margin: 48px 0 0 !important;
  padding: 48px 0 0;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  border-top: 1px solid #dddddd;
}
@media screen and (width <= 1024px) {
  .lp-hydro__design-mobile-heading {
    display: block;
  }
}
.lp-hydro__design-columns {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 36px;
  align-items: center;
  margin: 57px 0 0;
}
@media screen and (width <= 1280px) {
  .lp-hydro__design-columns {
    gap: 20px;
    margin: 48px 0 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__design-columns {
    align-items: flex-start;
    margin: 42px 0 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__design-columns {
    grid-template-columns: 1fr;
    margin: 36px 0 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__design-door {
    display: none;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__design-item {
    text-align: center;
  }
}
.lp-hydro__design-item + .lp-hydro__design-item {
  margin: 57px 0 0;
}
@media screen and (width <= 768px) {
  .lp-hydro__design-item + .lp-hydro__design-item {
    margin: 48px 0 0;
  }
}
.lp-hydro__design-item--to-right {
  text-align: right;
}
@media screen and (width <= 768px) {
  .lp-hydro__design-item--to-right {
    text-align: center;
  }
}
.lp-hydro__design-item--to-right .lp-hydro__design-item-icon img {
  margin: 0 0 0 auto;
}
@media screen and (width <= 768px) {
  .lp-hydro__design-item--to-right .lp-hydro__design-item-icon img {
    margin: 0 auto;
  }
}
.lp-hydro__design-item--to-right .lp-hydro__design-item-text img {
  margin: 0 0 0 auto;
}
@media screen and (width <= 768px) {
  .lp-hydro__design-item--to-right .lp-hydro__design-item-text img {
    margin: 0 auto;
  }
}
.lp-hydro__design-item-icon {
  margin: 0 0 29px;
  padding: 0 0 30px;
  border-bottom: 1px solid #3a91b5;
}
@media screen and (width <= 768px) {
  .lp-hydro__design-item-icon {
    margin: 0 0 24px;
    padding: 0;
    border-bottom: 0 none;
  }
}
.lp-hydro__design-item-icon img {
  width: auto;
  height: 120px;
}
@media screen and (width <= 768px) {
  .lp-hydro__design-item-icon img {
    margin: 0 auto;
  }
}
.lp-hydro__design-item-title {
  font-size: 18px;
  line-height: 130%;
  color: #3a91b5;
  text-transform: uppercase;
}
.lp-hydro__design-item-text {
  margin: 10px 0 0;
}
.lp-hydro__design-item-text p {
  font-size: 14px;
  line-height: 130%;
}
.lp-hydro__design-item-text p + p {
  margin: 18px 0 0;
}
.lp-hydro__design-item-text img {
  width: auto;
  max-width: 100%;
}
@media screen and (width <= 768px) {
  .lp-hydro__design-item-text img {
    margin: 0 auto;
  }
}
.lp-hydro__design-item-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 47px 0 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  color: black;
  text-align: center;
  border: 1px solid black;
  border-radius: 56px;
  transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
}
@media screen and (width <= 1280px) {
  .lp-hydro__design-item-button {
    padding: 16px 42px;
    font-size: 14px;
  }
}
.lp-hydro__design-item-button:hover {
  color: white;
  background-color: black;
}
.lp-hydro__collections {
  padding: 100px 0;
  color: white;
  background-color: black;
}
@media screen and (width <= 1440px) {
  .lp-hydro__collections {
    padding: 90px 0;
  }
}
@media screen and (width <= 1280px) {
  .lp-hydro__collections {
    padding: 80px 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__collections {
    padding: 70px 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__collections {
    padding: 56px 0;
  }
}
.lp-hydro__collections-container {
  position: relative;
}
.lp-hydro__collections-heading {
  max-width: 750px;
  font-size: 40px;
  font-weight: 300;
  line-height: 130%;
}
@media screen and (width <= 1440px) {
  .lp-hydro__collections-heading {
    max-width: 720px;
    font-size: 36px;
  }
}
@media screen and (width <= 1280px) {
  .lp-hydro__collections-heading {
    max-width: 690px;
    font-size: 32px;
    line-height: 120%;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__collections-heading {
    max-width: 560px;
    margin: 0 auto !important;
    font-size: 27px;
    text-align: center;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__collections-heading {
    max-width: unset;
    margin: 0 !important;
    font-size: 22px;
    line-height: 110%;
  }
}
.lp-hydro__collections-slider {
  padding: 100px 30px 0;
}
@media screen and (width <= 1440px) {
  .lp-hydro__collections-slider {
    padding: 90px 30px 0;
  }
}
@media screen and (width <= 1280px) {
  .lp-hydro__collections-slider {
    padding: 80px 20px 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__collections-slider {
    overflow: visible;
    padding: 70px 0 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__collections-slider {
    padding: 56px 0 0;
  }
}
.lp-hydro__collections-slide {
  height: auto !important;
}
.lp-hydro__collections-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lp-hydro__collections-slide:hover .lp-hydro__collections-slide-image img {
  transform: scale(1.08);
}
.lp-hydro__collections-slide:hover .lp-hydro__collections-slide-plus {
  border-color: #3a91b5;
}
.lp-hydro__collections-slide:hover .lp-hydro__collections-slide-plus::before, .lp-hydro__collections-slide:hover .lp-hydro__collections-slide-plus::after {
  background-color: #3a91b5;
}
.lp-hydro__collections-slide-image {
  aspect-ratio: 1/2.14;
  width: 100%;
}
.lp-hydro__collections-slide-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  transition: transform 0.4s ease-in-out 0s;
}
.lp-hydro__collections-slide-name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  margin: 24px 0 !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (width <= 1024px) {
  .lp-hydro__collections-slide-name {
    font-size: 16px;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__collections-slide-name {
    margin: 18px 0 !important;
  }
}
.lp-hydro__collections-slide-plus {
  position: relative;
  width: 43px;
  height: 43px;
  margin: auto auto 0;
  border: 1px solid white;
  border-radius: 50%;
  transition: border-color 0.4s ease-in-out 0s;
}
.lp-hydro__collections-slide-plus::before, .lp-hydro__collections-slide-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  transition: background-color 0.4s ease-in-out 0s;
}
.lp-hydro__collections-slide-plus::before {
  width: 14px;
  height: 1px;
}
.lp-hydro__collections-slide-plus::after {
  width: 1px;
  height: 14px;
}
.lp-hydro__collections-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 0 40px;
}
@media screen and (width <= 1440px) {
  .lp-hydro__collections-navigation {
    padding: 0 12px;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__collections-navigation {
    display: none;
  }
}
.lp-hydro__collections-navigation-item {
  flex: 0 0 62px;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__collections-navigation-item {
    flex: 0 0 54px;
  }
}
.lp-hydro__award {
  margin: 100px 0;
}
@media screen and (width <= 1440px) {
  .lp-hydro__award {
    margin: 90px 0;
  }
}
@media screen and (width <= 1280px) {
  .lp-hydro__award {
    margin: 80px 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__award {
    margin: 70px 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__award {
    margin: 60px 0;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__award {
    margin: 48px 0;
  }
}
.lp-hydro__award-image {
  max-width: 422px;
  margin: 0 auto;
}
@media screen and (width <= 1280px) {
  .lp-hydro__award-image {
    max-width: 390px;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__award-image {
    max-width: 340px;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__award-image {
    max-width: 290px;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__award-image {
    max-width: 238px;
  }
}
.lp-hydro__award-text {
  max-width: 814px;
  margin: 38px auto 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
@media screen and (width <= 1024px) {
  .lp-hydro__award-text {
    max-width: 760px;
    font-size: 13px;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__award-text {
    max-width: 700px;
    font-size: 12px;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__award-text {
    max-width: unset;
    font-size: 11px;
  }
}
.lp-hydro__contact {
  margin: 100px 0;
}
@media screen and (width <= 1440px) {
  .lp-hydro__contact {
    margin: 90px 0;
  }
}
@media screen and (width <= 1280px) {
  .lp-hydro__contact {
    margin: 80px 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__contact {
    margin: 70px 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__contact {
    margin: 60px 0;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__contact {
    margin: 48px 0;
  }
}
.lp-hydro__contact-inner {
  position: relative;
  padding: 170px 20px 110px;
  color: white;
  text-align: center;
  background-position: center center;
  background-size: cover;
}
@media screen and (width <= 1280px) {
  .lp-hydro__contact-inner {
    padding: 150px 20px 110px;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__contact-inner {
    padding: 100px 20px;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__contact-inner {
    padding: 80px 20px;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__contact-inner {
    padding: 64px 20px;
  }
}
.lp-hydro__contact-inner > * {
  position: relative;
  z-index: 2;
}
.lp-hydro__contact-bg-text {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0;
  width: 100%;
  font-size: 177px;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
  letter-spacing: 6px;
  opacity: 0.1;
}
@media screen and (width <= 1280px) {
  .lp-hydro__contact-bg-text {
    top: 30px;
    font-size: 140px;
  }
}
@media screen and (width <= 1280px) {
  .lp-hydro__contact-bg-text {
    display: none;
  }
}
.lp-hydro__contact-heading {
  max-width: 500px;
  margin: 0 auto !important;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (width <= 1280px) {
  .lp-hydro__contact-heading {
    font-size: 28px;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__contact-heading {
    font-size: 26px;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__contact-heading {
    font-size: 24px;
    line-height: 125%;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__contact-heading {
    font-size: 22px;
  }
}
.lp-hydro__contact-heading br {
  display: none;
}
@media screen and (width <= 560px) {
  .lp-hydro__contact-heading br {
    display: block;
  }
}
.lp-hydro__contact-text {
  max-width: 500px;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 130%;
}
@media screen and (width <= 768px) {
  .lp-hydro__contact-text {
    margin: 24px auto 0;
    line-height: 120%;
  }
}
.lp-hydro__contact-buttons {
  display: flex;
  gap: 27px;
  justify-content: center;
  margin: 68px 0 0;
}
@media screen and (width <= 768px) {
  .lp-hydro__contact-buttons {
    display: grid;
    grid-template-columns: 1fr;
    margin: 48px 0 0;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__contact-buttons {
    margin: 42px 0 0;
  }
}
.lp-hydro__contact-buttons-item {
  display: flex;
  flex: 0 0 337px;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 16.5px 38px;
  text-align: left;
  border: 1px solid white;
  border-radius: 74px;
  transition: border-color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}
@media screen and (width <= 1024px) {
  .lp-hydro__contact-buttons-item {
    flex: 0 0 320px;
    padding: 16px 30px;
  }
}
.lp-hydro__contact-buttons-item p {
  font-size: 14px;
  line-height: 130%;
}
.lp-hydro__contact-buttons-item:hover {
  background-color: #3a91b5;
  border-color: #3a91b5;
}
.lp-hydro__contact-buttons-icon img {
  width: auto;
  height: 24px;
}
.lp-hydro__faq {
  margin: 100px 0;
}
@media screen and (width <= 1440px) {
  .lp-hydro__faq {
    margin: 90px 0;
  }
}
@media screen and (width <= 1280px) {
  .lp-hydro__faq {
    margin: 80px 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__faq {
    margin: 70px 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__faq {
    margin: 60px 0;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__faq {
    margin: 48px 0;
  }
}
.lp-hydro__faq-heading {
  max-width: 600px;
  margin: 0 auto !important;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (width <= 1024px) {
  .lp-hydro__faq-heading {
    max-width: 540px;
    font-size: 26px;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__faq-heading {
    max-width: 500px;
    font-size: 24px;
    line-height: 127.27%;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__faq-heading {
    max-width: unset;
    font-size: 22px;
  }
}
.lp-hydro__faq-list {
  margin: 72px 0 0;
}
@media screen and (width <= 1024px) {
  .lp-hydro__faq-list {
    margin: 60px 0 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__faq-list {
    margin: 50px 0 0;
  }
}
@media screen and (width <= 560px) {
  .lp-hydro__faq-list {
    margin: 40px 0 0;
  }
}
.lp-hydro__faq-item {
  position: relative;
  padding: 28px 0;
  border-top: 1px solid #c3c3c3;
}
@media screen and (width <= 1024px) {
  .lp-hydro__faq-item {
    padding: 10px 0;
  }
}
.lp-hydro__faq-item:last-child {
  padding: 28px 0 0;
}
@media screen and (width <= 1024px) {
  .lp-hydro__faq-item:last-child {
    padding: 10px 0 0;
  }
}
.lp-hydro__faq-item.is-active .lp-hydro__faq-item-question::before {
  transform: translateY(-50%) rotate(180deg);
}
.lp-hydro__faq-item-question {
  cursor: pointer;
  position: relative;
  padding: 20px 48px 20px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (width <= 1024px) {
  .lp-hydro__faq-item-question {
    font-size: 16px;
  }
}
.lp-hydro__faq-item-question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 15px;
  background-image: url("../../img/hydro/faq-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.25s ease-in-out 0s;
}
.lp-hydro__faq-item-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease-in-out 0s;
}
.lp-hydro__faq-item-answer-inner {
  padding: 12px 0 10px;
}
@media screen and (width <= 1024px) {
  .lp-hydro__faq-item-answer-inner {
    padding: 0 0 20px;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__faq-item-answer-inner p {
    font-size: 14px;
    line-height: 120%;
  }
}
.lp-hydro__faq-item-answer-inner p + p {
  margin: 12px 0 0 !important;
}
@media screen and (width <= 1024px) {
  .lp-hydro__faq-item-answer-inner p + p {
    margin: 10px 0 0 !important;
  }
}
.lp-hydro__footer a {
  transition: color 0.25s ease-in-out 0s;
}
.lp-hydro__footer a:hover {
  color: #3a91b5;
}
.lp-hydro__footer-top, .lp-hydro__footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid black;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-top, .lp-hydro__footer-bottom {
    display: block;
  }
}
.lp-hydro__footer-top {
  padding: 72px 0;
}
@media screen and (width <= 1280px) {
  .lp-hydro__footer-top {
    padding: 60px 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__footer-top {
    padding: 48px 0 30px;
  }
}
.lp-hydro__footer-bottom {
  padding: 48px 0;
}
@media screen and (width <= 1280px) {
  .lp-hydro__footer-bottom {
    padding: 42px 0;
  }
}
@media screen and (width <= 1024px) {
  .lp-hydro__footer-bottom {
    padding: 36px 0;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-bottom {
    padding: 30px 0;
  }
}
.lp-hydro__footer-right--company-data {
  display: flex;
  gap: 20px;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-right--company-data {
    display: block;
  }
}
.lp-hydro__footer-menu ul li {
  font-size: 13px;
  line-height: 161.5%;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-menu ul li {
    text-align: center;
  }
}
.lp-hydro__footer-menu ul li::before {
  content: "— ";
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-menu ul li::before {
    content: unset;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-menu ul li + li {
    margin: 4px 0 0;
  }
}
.lp-hydro__footer-logo {
  flex: 0 0 57px;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-logo {
    margin: 0 0 30px;
    padding: 0 0 34px;
    border-bottom: 1px solid black;
  }
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-logo img {
    width: 57px;
    margin: 0 auto;
  }
}
.lp-hydro__footer-info {
  font-size: 13px;
  line-height: 130%;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-info {
    text-align: center;
  }
}
.lp-hydro__footer-info p + p {
  margin: 17px 0 0 !important;
}
.lp-hydro__footer-links {
  display: flex;
  gap: 30px;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-links {
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
}
.lp-hydro__footer-links li {
  font-size: 13px;
  line-height: 161.5%;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-links li {
    text-align: center;
  }
}
.lp-hydro__footer-copy {
  font-size: 13px;
  line-height: 161.5%;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-copy {
    padding: 4px 0 0;
    text-align: center;
  }
}
.lp-hydro__footer-socials {
  display: flex;
  gap: 24px;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-socials {
    display: none;
  }
}
.lp-hydro__footer-socials--mobile {
  display: none;
}
@media screen and (width <= 768px) {
  .lp-hydro__footer-socials--mobile {
    display: flex;
    justify-content: center;
    margin: 44px 0 26px;
    padding: 24px 0 0;
    border-top: 1px solid black;
  }
}
.lp-hydro__footer-socials li img {
  width: auto;
  height: 40px;
}
.lp-hydro__colors {
  pointer-events: none !important;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  opacity: 0;
  background-color: white;
  transition: opacity 0.25s ease-in-out 0s;
}
.lp-hydro__colors * {
  pointer-events: none !important;
}
.lp-hydro__colors.is-active {
  pointer-events: all !important;
  opacity: 1;
}
.lp-hydro__colors.is-active * {
  pointer-events: all !important;
}
.lp-hydro__colors-container {
  display: grid;
  grid-template-columns: 32% auto;
  gap: 122px;
  align-items: center;
  max-width: 1474px;
  height: 100%;
  padding: 57px;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__colors-container {
    grid-template-columns: 34% auto;
    gap: 100px;
  }
}
@media only screen and (width <= 1280px) {
  .lp-hydro__colors-container {
    grid-template-columns: 35% auto;
    gap: 40px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__colors-container {
    grid-template-columns: 40% auto;
    gap: 20px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__colors-container {
    display: block;
    padding: 78px;
  }
}
.lp-hydro__colors-close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 36px;
  right: 36px;
  width: 42px;
}
@media screen and (width <= 768px) {
  .lp-hydro__colors-close {
    top: 20px;
    right: 20px;
    width: 38px;
  }
}
.lp-hydro__colors-heading {
  font-size: 25px;
  font-weight: 800;
  line-height: 120%;
}
@media only screen and (width <= 1440px) {
  .lp-hydro__colors-heading {
    font-size: 24px;
  }
}
.lp-hydro__colors-heading span {
  color: #3a91b5;
}
.lp-hydro__colors-text {
  margin: 20px 0 0;
}
.lp-hydro__colors-text p {
  font-size: 14px;
  line-height: 130%;
}
.lp-hydro__colors-slider {
  overflow-y: auto;
  width: 100%;
  min-width: 0;
  height: 100%;
  max-height: 100%;
}
.lp-hydro__colors-slide {
  display: flex;
  align-items: center;
  height: auto !important;
  opacity: 0 !important;
}
.lp-hydro__colors-slide.swiper-slide-active {
  opacity: 1 !important;
}
.lp-hydro__colors-groups {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (width <= 768px) {
  .lp-hydro__colors-groups {
    margin: 36px 0 0;
  }
}
.lp-hydro__colors-group {
  width: 100%;
}
.lp-hydro__colors-group-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.lp-hydro__colors-group-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  width: 100%;
  margin: 10px 0 0;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__colors-group-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (width <= 560px) {
  .lp-hydro__colors-group-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (width <= 480px) {
  .lp-hydro__colors-group-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-hydro__colors-color-name {
  margin: 10px 0 0 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
.lp-hydro__colors-options {
  position: absolute;
  z-index: 5;
  right: 36px;
  bottom: 36px;
  left: 36px;
}
@media screen and (width <= 768px) {
  .lp-hydro__colors-options {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
.lp-hydro__colors-options-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.lp-hydro__colors-counter {
  position: absolute;
  top: 50%;
  right: 111px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 120%;
}
@media screen and (width <= 768px) {
  .lp-hydro__colors-counter {
    right: 104px;
    font-size: 14px;
  }
}
.lp-hydro__colors-navigation {
  display: flex;
  flex: 0 0 84px;
  gap: 12px;
  align-items: center;
}
.lp-hydro__colors-navigation-item {
  cursor: pointer;
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  height: 36px;
  background-color: black;
  border-radius: 50%;
  transition: background-color 0.25s ease-in-out 0s;
}
.lp-hydro__colors-navigation-item img {
  width: 14px;
}
.lp-hydro__colors-navigation-item:hover {
  background-color: #3a91b5;
}
.lp-hydro__contact-trigger {
  cursor: pointer;
  position: fixed;
  z-index: 15;
  right: 36px;
  bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background-color: black;
  border-radius: 50%;
  transition: background-color 0.25s ease-in-out 0s;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-trigger {
    right: 30px;
    bottom: 30px;
    width: 64px;
    height: 64px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-trigger {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }
}
.lp-hydro__contact-trigger::before, .lp-hydro__contact-trigger::after {
  pointer-events: none;
  content: "";
  position: absolute;
  transition: opacity 0.25s ease-in-out 0s;
}
.lp-hydro__contact-trigger::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  opacity: 0;
  background-image: url("../../img/hydro/icon-contact-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-trigger::before {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-trigger::before {
    width: 20px;
    height: 20px;
  }
}
.lp-hydro__contact-trigger::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid black;
  border-left: 20px solid transparent;
  transition: opacity 0.25s ease-in-out 0s;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-trigger::after {
    left: -3px;
    border-right-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 18px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-trigger::after {
    left: -2px;
    border-right-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 15px;
  }
}
.lp-hydro__contact-trigger img {
  pointer-events: none;
  width: auto;
  height: 41px;
  transition: opacity 0.25s ease-in-out 0s;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-trigger img {
    height: 34px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-trigger img {
    height: 28px;
  }
}
.lp-hydro__contact-trigger.is-active {
  background-color: #3a91b5;
}
.lp-hydro__contact-trigger.is-active::before {
  opacity: 1;
}
.lp-hydro__contact-trigger.is-active::after {
  opacity: 0;
}
.lp-hydro__contact-trigger.is-active img {
  opacity: 0;
}
.lp-hydro__contact-window {
  pointer-events: none;
  position: fixed;
  z-index: 14;
  right: 36px;
  bottom: 132px;
  transform: translateY(20px);
  overflow-y: auto;
  width: 462px;
  max-height: calc(100vh - 172px);
  padding: 14px 14px 30px;
  opacity: 0;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.25s ease-in-out 0s, transform 0.25s ease-in-out 0s;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-window {
    right: 30px;
    bottom: 120px;
    width: 440px;
    max-height: calc(100vh - 154px);
    padding: 14px 14px 24px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__contact-window {
    width: 420px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-window {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100svh;
    max-height: 100svh;
    padding: 20px 20px 24px;
  }
}
.lp-hydro__contact-window.is-active {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}
.lp-hydro__contact-window-heading {
  margin: 0 0 24px !important;
  padding: 10px 14px 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: white;
  text-align: center;
  background-color: #3a91b5;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-window-heading {
    margin: 0 0 20px !important;
    padding: 9px 14px 8px;
    line-height: 110%;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__contact-window-heading {
    margin: 0 0 18px !important;
    padding: 8px 14px 7px;
    font-size: 14px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-window-heading {
    padding: 8px 20px 7px;
  }
}
.lp-hydro__contact-window-header {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 24px;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-window-header {
    padding: 0 18px 18px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-window-header {
    padding: 0 0 18px;
  }
}
.lp-hydro__contact-window-header p {
  max-width: 240px;
  font-size: 14px;
  line-height: 120%;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__contact-window-header p {
    max-width: 230px;
    line-height: 110%;
  }
}
.lp-hydro__contact-window-header img {
  width: 47px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
@media only screen and (width <= 1024px) {
  .lp-hydro__contact-window-header img {
    width: 40px;
    height: 40px;
  }
}
.lp-hydro__contact-window-form {
  position: relative;
  padding: 0 24px;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-window-form {
    padding: 0 18px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-window-form {
    padding: 0;
  }
}
.lp-hydro__contact-window-form::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 25;
  top: 23px;
  right: 44px;
  width: 13px;
  height: 7px;
  background-image: url("../../img/hydro/icon-send.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-window-form::before {
    right: 38px !important;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-window-form::before {
    right: 20px !important;
  }
}
.lp-hydro__contact-window-form input {
  margin: 0 !important;
}
.lp-hydro__contact-window-form .wpcf7-submit {
  position: absolute !important;
  top: 8px !important;
  right: 32px !important;
  width: 37px !important;
  height: 37px !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border-radius: 50% !important;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-window-form .wpcf7-submit {
    right: 26px !important;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__contact-window-form .wpcf7-submit {
    right: 8px !important;
  }
}
.lp-hydro__contact-window-form .wpcf7-submit:hover {
  background-color: #3a91b5 !important;
}
.lp-hydro__contact-window-form .wpcf7-spinner {
  position: absolute !important;
  top: 50% !important;
  right: 79px !important;
  transform: translateY(-50%) !important;
}
.lp-hydro__contact-window-form .wpcf7-not-valid-tip {
  margin: 8px 0 !important;
  font-size: 12px !important;
  line-height: 120% !important;
}
.lp-hydro__contact-window-form .wpcf7-response-output {
  font-size: 12px !important;
  line-height: 120% !important;
}
.lp-hydro__contact-window-signature {
  padding: 10px 24px 30px;
  font-size: 14px;
  line-height: 120%;
  color: #3a91b5;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-window-signature {
    padding: 10px 18px 18px;
  }
}
@media only screen and (width <= 1024px) {
  .lp-hydro__contact-window-signature {
    font-size: 14px;
    line-height: 110%;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-window-signature {
    padding: 10px 0 18px;
  }
}
.lp-hydro__contact-window-policy {
  padding: 0 24px;
}
@media only screen and (width <= 1280px) {
  .lp-hydro__contact-window-policy {
    padding: 0 18px;
  }
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-window-policy {
    padding: 0 72px 0 0;
  }
}
.lp-hydro__contact-window-policy p {
  font-size: 11px;
  line-height: 120%;
}
.lp-hydro__contact-window-policy p + p {
  margin: 12px 0 0 !important;
}
@media only screen and (width <= 768px) {
  .lp-hydro__contact-window-policy p + p {
    margin: 10px 0 0 !important;
  }
}

.downloads {
  padding: 30px 0 0;
}
.downloads .container {
  width: 100%;
  max-width: 960px;
}
.downloads__heading {
  margin: 0 0 48px;
}
.downloads__heading h1 {
  font-size: 48px;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1220px) {
  .downloads__heading h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads__heading h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .downloads__heading h1 {
    font-size: 36px;
  }
}
.downloads__list {
  border-bottom: 2px solid black;
}
.downloads__list--nested {
  border-bottom: 0 none;
}
.downloads__item {
  border-top: 2px solid black;
  transition: border-top-color 0.25s ease-in-out 0s;
}
.downloads__item.is-active {
  border-top-color: rgb(0, 153, 130);
}
.downloads__item.is-active > .downloads__title {
  color: rgb(0, 153, 130);
}
.downloads__item.is-active > .downloads__title::after {
  content: "-";
  border-color: rgb(0, 153, 130);
  padding: 0 0 1px;
}
.downloads__item--nested {
  border-top-width: 1px;
}
.downloads__item--nested .downloads__title {
  padding: 24px 48px 24px 0;
}
@media only screen and (max-width: 1220px) {
  .downloads__item--nested .downloads__title {
    padding: 22px 48px 22px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads__item--nested .downloads__title {
    padding: 20px 48px 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .downloads__item--nested .downloads__title {
    padding: 18px 48px 18px 0;
  }
}
.downloads__item--nested .downloads__title::after {
  top: 25px;
}
@media only screen and (max-width: 1220px) {
  .downloads__item--nested .downloads__title::after {
    top: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads__item--nested .downloads__title::after {
    top: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .downloads__item--nested .downloads__title::after {
    top: 15px;
  }
}
.downloads__item--nested .downloads__title h5 {
  font-size: 24px;
  line-height: 120%;
}
@media only screen and (max-width: 1220px) {
  .downloads__item--nested .downloads__title h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads__item--nested .downloads__title h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .downloads__item--nested .downloads__title h5 {
    font-size: 18px;
  }
}
.downloads__item--nested .downloads__content {
  padding: 0 0 24px;
}
@media only screen and (max-width: 1220px) {
  .downloads__item--nested .downloads__content {
    padding: 0 0 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads__item--nested .downloads__content {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .downloads__item--nested .downloads__content {
    padding: 0 0 18px;
  }
}
.downloads__title {
  cursor: pointer;
  padding: 42px 48px 42px 0;
  transition: color 0.25s ease-in-out 0s;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .downloads__title {
    padding: 38px 48px 38px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads__title {
    padding: 34px 48px 34px 0;
  }
}
@media only screen and (max-width: 768px) {
  .downloads__title {
    padding: 30px 48px 30px 0;
  }
}
.downloads__title::after {
  content: "+";
  border: 2px solid black;
  width: 20px;
  height: 20px;
  font-size: 22px;
  pointer-events: none;
  padding: 2px 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 46px;
  right: 2px;
}
@media only screen and (max-width: 1220px) {
  .downloads__title::after {
    top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads__title::after {
    top: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .downloads__title::after {
    top: 30px;
  }
}
.downloads__title h5 {
  font-size: 30px;
  line-height: 120%;
  margin: 0;
}
@media only screen and (max-width: 1220px) {
  .downloads__title h5 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads__title h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .downloads__title h5 {
    font-size: 21px;
  }
}
.downloads__content {
  display: none;
}
.downloads__files {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}
.downloads__file {
  background-color: rgb(0, 153, 130);
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  white-space: no-wrap;
  padding: 12px 44px 12px 18px;
  color: white;
  transition: background-color 0.25s ease-in-out 0s;
  position: relative;
}
.downloads__file::after {
  content: "";
  background-image: url("../img/icon-download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 12px;
}
.downloads__file:hover {
  background-color: rgb(0, 137, 117);
}
.downloads__button {
  margin: 72px 0 0;
}
.downloads__link {
  background-color: rgb(0, 153, 130);
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  white-space: no-wrap;
  padding: 15px 20px;
  color: white;
  transition: background-color 0.25s ease-in-out 0s;
}
.downloads__link:hover {
  background-color: rgb(0, 137, 117);
}

.lp-acoustic__back {
  padding-block: 55px;
}
.lp-acoustic__back .button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.lp-acoustic__back .button img {
  rotate: 180deg;
  filter: brightness(0) saturate(100%) invert(4%) sepia(77%) saturate(30%) hue-rotate(21deg) brightness(101%) contrast(92%);
  transition: 150ms linear all;
}
.lp-acoustic__back .button:hover img, .lp-acoustic__back .button:active img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(99%) saturate(363%) hue-rotate(124deg) brightness(90%) contrast(89%);
}
.lp-acoustic__hero {
  padding-bottom: 55px;
}
.lp-acoustic__hero__inner {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .lp-acoustic__hero__inner {
    display: block;
  }
}
.lp-acoustic__hero__content {
  flex: 0 0 50%;
  padding: 35px;
}
@media only screen and (max-width: 480px) {
  .lp-acoustic__hero__content {
    padding-inline: 20px;
  }
}
.lp-acoustic__hero__content-inner {
  max-width: 645px;
}
.lp-acoustic__hero__image {
  flex: 0 0 50%;
}
@media only screen and (max-width: 1024px) {
  .lp-acoustic__hero__image {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-acoustic__hero__image {
    min-height: 350px;
  }
}
.lp-acoustic__hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.lp-acoustic__hero__heading {
  margin-top: 0;
  font-size: clamp(2.25rem, 1.9457rem + 1.5217vi, 3.125rem);
  font-weight: 700;
  line-height: 1.2;
}
.lp-acoustic__hero__text ul {
  padding-left: 20px;
  list-style: initial;
}
.lp-acoustic__hero__button {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .lp-acoustic__hero__button {
    flex-direction: column;
  }
}
.lp-acoustic__hero__button .button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #161615;
  background: transparent;
}
.lp-acoustic__hero__button .button img {
  rotate: 90deg;
  filter: brightness(0) saturate(100%) invert(4%) sepia(8%) saturate(349%) hue-rotate(21deg) brightness(101%) contrast(91%);
  transition: 150ms linear all;
}
.lp-acoustic__hero__button .button:hover, .lp-acoustic__hero__button .button:active {
  color: #FFFFFF;
  background-color: #161615;
}
.lp-acoustic__hero__button .button:hover img, .lp-acoustic__hero__button .button:active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}
.lp-acoustic__faq {
  scroll-margin-top: 200px;
  padding-block: 55px;
}
.lp-acoustic__faq__heading {
  margin-bottom: clamp(1.25rem, 0.5357rem + 3.5714vi, 3.75rem);
  font-size: clamp(1.25rem, 1.0714rem + 0.8929vi, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.lp-acoustic__faq__content {
  max-width: 900px;
}