@import url("https://fonts.googleapis.com/css?family=Roboto:regular,700&display=swap");
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-description:before {
  content: "\e90c";
}

._icon-family:before {
  content: "\e90d";
  color: #65665c;
}

._icon-house:before {
  content: "\e90e";
}

._icon-key:before {
  content: "\e90f";
}

._icon-receipt:before {
  content: "\e910";
}

._icon-payments:before {
  content: "\e911";
}

._icon-linkedin:before {
  content: "\e905";
}

._icon-arrow-down:before {
  content: "\e900";
}

._icon-bathtub:before {
  content: "\e901";
  color: #65665c;
}

._icon-bed:before {
  content: "\e902";
  color: #65665c;
}

._icon-close:before {
  content: "\e903";
}

._icon-facebook:before {
  content: "\e904";
}

._icon-place:before {
  content: "\e906";
  color: #65665c;
}

._icon-search:before {
  content: "\e907";
}

._icon-shopping-bag:before {
  content: "\e908";
}

._icon-square_foot:before {
  content: "\e909";
  color: #65665c;
}

._icon-star:before {
  content: "\e90a";
}

._icon-twitter:before {
  content: "\e90b";
}

._icon-instagram:before {
  content: "\ea92";
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

/* FORM */
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.announcement {
  max-width: 100%;
  text-align: center;
  background-color: #939878;
  min-height: 2.5rem;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 60em) {
  .announcement {
    display: none;
  }
}
.announcement p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.announcement__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (any-hover: hover) {
  .announcement__btn:hover::before {
    color: rgb(121, 200, 75);
  }
}
.announcement__btn::before {
  font-size: 0.9375rem;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header {
  z-index: 50;
  padding: 1rem 0;
  position: relative;
}
@media (max-width: 60em) {
  .header {
    padding: 0.625rem 0;
  }
}
.header__container {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2a2c1f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .header__container {
    gap: 0.9375rem;
  }
}
.logo {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.logo__item {
  width: 2rem;
  height: 2rem;
  background: rgb(207, 111, 73);
  border-radius: 0.75rem;
}

@media (max-width: 60em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: -100%;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    padding: 5rem 0.9375rem 1.875rem 0.9375rem;
    background-color: #d3d3ce;
    z-index: 1;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 3.4375rem;
    top: 0;
    left: -100%;
    z-index: 2;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    background-color: #939878;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 0.3125rem;
}
@media (max-width: 1199.98px) {
  .menu__list {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 960px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    row-gap: 1.75rem;
  }
}
@media (any-hover: hover) {
  .menu__item:hover .menu__link {
    color: rgb(207, 111, 73);
  }
}
.menu__item--position {
  position: relative;
}
@media (any-hover: hover) {
  .menu__item--position:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    visibility: visible;
    pointer-events: all;
  }
  .menu__item--position:hover .menu__link::before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(42, 44, 31);
  line-height: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu__link::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 60em) {
  .menu__link::before {
    font-size: 1.75rem;
  }
}
@media (max-width: 60em) {
  .menu__link {
    font-size: 1.75rem;
  }
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0.9375rem;
  -webkit-transform: translate(0px, -10%);
      -ms-transform: translate(0px, -10%);
          transform: translate(0px, -10%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 60em) {
  .sub-menu {
    position: relative;
    display: none;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    padding-top: 0.625rem;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; /* Smooth transition for opacity */
  }
}
.sub-menu__list {
  background-color: rgb(207, 111, 73);
  width: 9.375rem;
}
@media (max-width: 60em) {
  .sub-menu__list {
    width: 100%;
    background-color: transparent;
  }
}
.sub-menu__item:not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (any-hover: hover) {
  .sub-menu__item:hover {
    background-color: rgb(255, 171, 140);
  }
}
.sub-menu__link {
  padding: 0.5rem 0.625rem;
  width: 100%;
  color: rgb(101, 102, 92);
  font-size: 0.9375rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (max-width: 60em) {
  .sub-menu__link {
    font-size: 1.5rem;
  }
}

.sub-menu.show {
  display: block;
  opacity: 1;
}

.icon-menu {
  display: none;
}
@media (max-width: 60em) {
  .icon-menu {
    width: 1.5625rem;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5625rem;
            flex: 0 0 1.5625rem;
    height: 1.125rem;
    position: relative;
    z-index: 5;
  }
  .icon-menu::before, .icon-menu::after,
  .icon-menu span {
    content: "";
    height: 0.125rem;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgb(101, 102, 92);
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: 50%;
    margin-top: -0.0625rem;
  }
}

@media (max-width: 60em) {
  .menu-open .icon-menu span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .menu-open .icon-menu::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
    margin-top: -0.0625rem;
  }
  .menu-open .icon-menu::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 50%;
    margin-bottom: -0.0625rem;
  }
}
.menu-open body {
  overflow: hidden;
}

.action-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.action-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.action-header__search::before {
  font-size: 1rem;
}
.action-header__search::before::before {
  color: #2a2c1f;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .action-header__search:hover::before {
    color: rgb(207, 111, 73);
  }
}
.action-header__search input {
  font-size: 0.9375rem;
  padding: 0.3125rem 0.9375rem;
}
.action-header__search input::-webkit-input-placeholder {
  font-size: 0.9375rem;
  color: rgb(101, 102, 92);
}
.action-header__search input::-moz-placeholder {
  font-size: 0.9375rem;
  color: rgb(101, 102, 92);
}
.action-header__search input:-ms-input-placeholder {
  font-size: 0.9375rem;
  color: rgb(101, 102, 92);
}
.action-header__search input::-ms-input-placeholder {
  font-size: 0.9375rem;
  color: rgb(101, 102, 92);
}
.action-header__search input::placeholder {
  font-size: 0.9375rem;
  color: rgb(101, 102, 92);
}
.action-header__search input:focus {
  outline: 1px solid rgb(207, 111, 73);
  border-radius: 0.375rem;
}
.action-header__cart {
  background: rgb(255, 255, 255);
  max-width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.5625rem 1.3125rem;
  border: 0.0625rem solid rgb(231, 232, 227);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0rem 0.125rem 0.25rem 0rem rgba(0, 0, 0, 0.08);
          box-shadow: 0rem 0.125rem 0.25rem 0rem rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.action-header__cart::before {
  color: #2a2c1f;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .action-header__cart:hover::before {
    color: rgb(207, 111, 73);
  }
  .action-header__cart:hover {
    border: 0.0625rem solid rgb(207, 111, 73);
  }
}
@media (max-width: 50rem) {
  .action-header__cart {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.action-header__button, .form-footer__button, .priority__button, .show-more, .more, .hero__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid rgb(207, 111, 73);
  border-radius: 0.375rem;
  background: rgb(207, 111, 73);
  color: rgb(255, 255, 255);
  line-height: 1.5rem;
  padding: 0.5625rem 1.3125rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .action-header__button:hover, .form-footer__button:hover, .priority__button:hover, .show-more:hover, .more:hover, .hero__button:hover {
    background-color: rgb(220, 136, 105);
  }
}
@media (max-width: 50rem) {
  .action-header__button, .form-footer__button, .priority__button, .show-more, .more, .hero__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
body {
  font-family: "Roboto";
  color: #2a2c1f;
}
body.menu-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class*=__container] {
  margin: 0 auto;
  max-width: 81.875rem;
  padding: 0 0.9375rem;
}

.hero {
  background-color: #f5f5f2;
  position: relative;
}
@media (max-width: 47.99875rem) {
  .hero {
    background-color: transparent;
  }
}
.hero__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.99875rem) {
  .hero__container {
    grid-template-columns: 1fr;
  }
}
.hero__body {
  display: grid;
  z-index: 3;
  gap: 1.25rem;
}
@media (min-width: 81.875em) {
  .hero__body {
    padding-right: 10rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-right: clamp( 0.0000000625rem , -3.2323231496rem  +  16.1616160606vw , 10rem )) {
    .hero__body {
      padding-right: clamp( 0.0000000625rem , -3.2323231496rem  +  16.1616160606vw , 10rem );
    }
  }
  @supports not (padding-right: clamp( 0.0000000625rem , -3.2323231496rem  +  16.1616160606vw , 10rem )) {
    .hero__body {
      padding-right: calc(0.0000000625rem + 9.9999999375 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .hero__body {
    padding-right: 0.0000000625rem;
  }
}
@media (min-width: 81.875em) {
  .hero__body {
    padding-top: 10rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , -1.5782828283rem  +  14.1414141414vw , 10rem )) {
    .hero__body {
      padding-top: clamp( 1.25rem , -1.5782828283rem  +  14.1414141414vw , 10rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -1.5782828283rem  +  14.1414141414vw , 10rem )) {
    .hero__body {
      padding-top: calc(1.25rem + 8.75 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .hero__body {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .hero__body {
    padding-bottom: 10rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , -1.5782828283rem  +  14.1414141414vw , 10rem )) {
    .hero__body {
      padding-bottom: clamp( 1.25rem , -1.5782828283rem  +  14.1414141414vw , 10rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -1.5782828283rem  +  14.1414141414vw , 10rem )) {
    .hero__body {
      padding-bottom: calc(1.25rem + 8.75 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .hero__body {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .hero__body {
    position: relative;
  }
}
.hero__label {
  justify-self: flex-start;
}
@media (min-width: 81.875em) {
  .hero__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (font-size: clamp( 2.1875rem , 1.7632575758rem  +  2.1212121212vw , 3.5rem )) {
    .hero__title {
      font-size: clamp( 2.1875rem , 1.7632575758rem  +  2.1212121212vw , 3.5rem );
    }
  }
  @supports not (font-size: clamp( 2.1875rem , 1.7632575758rem  +  2.1212121212vw , 3.5rem )) {
    .hero__title {
      font-size: calc(2.1875rem + 1.3125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .hero__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 81.875em) {
  .hero__title {
    line-height: 4.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (line-height: clamp( 2.1875rem , 1.5410353535rem  +  3.2323232323vw , 4.1875rem )) {
    .hero__title {
      line-height: clamp( 2.1875rem , 1.5410353535rem  +  3.2323232323vw , 4.1875rem );
    }
  }
  @supports not (line-height: clamp( 2.1875rem , 1.5410353535rem  +  3.2323232323vw , 4.1875rem )) {
    .hero__title {
      line-height: calc(2.1875rem + 2 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .hero__title {
    line-height: 2.1875rem;
  }
}
.hero__text p {
  color: rgb(101, 102, 92);
  line-height: 1.875rem;
}
@media (min-width: 81.875em) {
  .hero__text p {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (font-size: clamp( 1.125rem , 1.0845959596rem  +  0.202020202vw , 1.25rem )) {
    .hero__text p {
      font-size: clamp( 1.125rem , 1.0845959596rem  +  0.202020202vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0845959596rem  +  0.202020202vw , 1.25rem )) {
    .hero__text p {
      font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .hero__text p {
    font-size: 1.125rem;
  }
}
.hero__button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  height: 100%;
}
.hero__image::before {
  content: "";
}
@media (max-width: 47.99875em) {
  .hero__image {
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  .hero__image {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.3;
    z-index: -1;
  }
}
.hero__decor-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 75em) {
  .hero__decor-top {
    width: 8.125rem;
  }
}
@media (min-width: 20em) and (max-width: 75em) {
  @supports (width: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem )) {
    .hero__decor-top {
      width: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem );
    }
  }
  @supports not (width: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem )) {
    .hero__decor-top {
      width: calc(1.25rem + 6.875 * (100vw - 20rem) / 55);
    }
  }
}
@media (max-width: 20em) {
  .hero__decor-top {
    width: 1.25rem;
  }
}
@media (min-width: 75em) {
  .hero__decor-top {
    height: 8.125rem;
  }
}
@media (min-width: 20em) and (max-width: 75em) {
  @supports (height: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem )) {
    .hero__decor-top {
      height: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem );
    }
  }
  @supports not (height: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem )) {
    .hero__decor-top {
      height: calc(1.25rem + 6.875 * (100vw - 20rem) / 55);
    }
  }
}
@media (max-width: 20em) {
  .hero__decor-top {
    height: 1.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .hero__decor-top {
    display: none;
  }
}
.hero__decor-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  z-index: 1;
}
@media (min-width: 75em) {
  .hero__decor-bottom {
    width: 8.125rem;
  }
}
@media (min-width: 20em) and (max-width: 75em) {
  @supports (width: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem )) {
    .hero__decor-bottom {
      width: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem );
    }
  }
  @supports not (width: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem )) {
    .hero__decor-bottom {
      width: calc(1.25rem + 6.875 * (100vw - 20rem) / 55);
    }
  }
}
@media (max-width: 20em) {
  .hero__decor-bottom {
    width: 1.25rem;
  }
}
@media (min-width: 75em) {
  .hero__decor-bottom {
    height: 8.125rem;
  }
}
@media (min-width: 20em) and (max-width: 75em) {
  @supports (height: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem )) {
    .hero__decor-bottom {
      height: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem );
    }
  }
  @supports not (height: clamp( 1.25rem , -1.25rem  +  12.5vw , 8.125rem )) {
    .hero__decor-bottom {
      height: calc(1.25rem + 6.875 * (100vw - 20rem) / 55);
    }
  }
}
@media (max-width: 20em) {
  .hero__decor-bottom {
    height: 1.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .hero__decor-bottom {
    display: none;
  }
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1875rem;
  z-index: 2;
}
.search__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-left: 1.1875rem;
  border: 1px solid rgb(231, 232, 227);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  background: rgb(255, 255, 255);
}
@media (any-hover: hover) {
  .search__input:hover::before {
    color: rgb(207, 111, 73);
  }
}
.search__input::before {
  font-size: 1.125rem;
}
.search__input input {
  color: rgb(101, 102, 92);
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media (min-width: 81.875em) {
  .search__input input {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (font-size: clamp( 1rem , 0.9191919192rem  +  0.404040404vw , 1.25rem )) {
    .search__input input {
      font-size: clamp( 1rem , 0.9191919192rem  +  0.404040404vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9191919192rem  +  0.404040404vw , 1.25rem )) {
    .search__input input {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .search__input input {
    font-size: 1rem;
  }
}
@media (min-width: 81.875em) {
  .search__input input {
    padding-top: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 0.625rem , 0.523989899rem  +  0.5050505051vw , 0.9375rem )) {
    .search__input input {
      padding-top: clamp( 0.625rem , 0.523989899rem  +  0.5050505051vw , 0.9375rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.523989899rem  +  0.5050505051vw , 0.9375rem )) {
    .search__input input {
      padding-top: calc(0.625rem + 0.3125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .search__input input {
    padding-top: 0.625rem;
  }
}
@media (min-width: 81.875em) {
  .search__input input {
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 0.625rem , 0.523989899rem  +  0.5050505051vw , 0.9375rem )) {
    .search__input input {
      padding-bottom: clamp( 0.625rem , 0.523989899rem  +  0.5050505051vw , 0.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , 0.523989899rem  +  0.5050505051vw , 0.9375rem )) {
    .search__input input {
      padding-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .search__input input {
    padding-bottom: 0.625rem;
  }
}
.search__input input::-webkit-input-placeholder {
  line-height: 1.875rem;
}
.search__input input::-moz-placeholder {
  line-height: 1.875rem;
}
.search__input input:-ms-input-placeholder {
  line-height: 1.875rem;
}
.search__input input::-ms-input-placeholder {
  line-height: 1.875rem;
}
.search__input input::placeholder {
  line-height: 1.875rem;
}
.search__input input:focus {
  outline: 1px solid rgb(207, 111, 73);
  border-radius: 0.375rem;
}

.label {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
  background: rgb(231, 232, 227);
}

@media (min-width: 81.875em) {
  .logoipsum {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .logoipsum {
      padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .logoipsum {
      padding-top: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .logoipsum {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .logoipsum {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .logoipsum {
      padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .logoipsum {
      padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .logoipsum {
    padding-bottom: 1.25rem;
  }
}
.logoipsum__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logoipsum__container img {
  max-width: 7.5rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 120/28;
}
@media (max-width: 72.625em) {
  .logoipsum__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 60em) {
  .logoipsum__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.logoipsum__text {
  max-width: 14.375rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
.logoipsum__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.9375rem;
}
@media (min-width: 81.875em) {
  .logoipsum__logo-wrap {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports ((-moz-column-gap: clamp( 0.9375rem , 0.5940656566rem  +  1.7171717172vw , 2rem )) or (column-gap: clamp( 0.9375rem , 0.5940656566rem  +  1.7171717172vw , 2rem ))) {
    .logoipsum__logo-wrap {
      -webkit-column-gap: clamp( 0.9375rem , 0.5940656566rem  +  1.7171717172vw , 2rem );
         -moz-column-gap: clamp( 0.9375rem , 0.5940656566rem  +  1.7171717172vw , 2rem );
              column-gap: clamp( 0.9375rem , 0.5940656566rem  +  1.7171717172vw , 2rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 0.9375rem , 0.5940656566rem  +  1.7171717172vw , 2rem )) or (column-gap: clamp( 0.9375rem , 0.5940656566rem  +  1.7171717172vw , 2rem ))) {
    .logoipsum__logo-wrap {
      -webkit-column-gap: calc(0.9375rem + 1.0625 * (100vw - 20rem) / 61.875);
         -moz-column-gap: calc(0.9375rem + 1.0625 * (100vw - 20rem) / 61.875);
              column-gap: calc(0.9375rem + 1.0625 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .logoipsum__logo-wrap {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
@media (max-width: 60em) {
  .logoipsum__logo-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 81.875em) {
  .info-work {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .info-work {
      padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .info-work {
      padding-top: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .info-work {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .info-work {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .info-work {
      padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .info-work {
      padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .info-work {
    padding-bottom: 1.25rem;
  }
}
.info-work__title {
  text-align: center;
}
.info-work__title:not(:last-child) {
  margin-bottom: 1.3125rem;
}
.info-work__text {
  text-align: center;
}
@media (min-width: 81.875em) {
  .info-work__text:not(:last-child) {
    margin-bottom: 3.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.4217171717rem  +  4.1414141414vw , 3.8125rem )) {
    .info-work__text:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.4217171717rem  +  4.1414141414vw , 3.8125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.4217171717rem  +  4.1414141414vw , 3.8125rem )) {
    .info-work__text:not(:last-child) {
      margin-bottom: calc(1.25rem + 2.5625 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .info-work__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.info-work__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.9375rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.info-work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.title {
  font-weight: 700;
  line-height: 3.625rem;
}
@media (min-width: 81.875em) {
  .title {
    font-size: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (font-size: clamp( 1.875rem , 1.5113636364rem  +  1.8181818182vw , 3rem )) {
    .title {
      font-size: clamp( 1.875rem , 1.5113636364rem  +  1.8181818182vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 1.875rem , 1.5113636364rem  +  1.8181818182vw , 3rem )) {
    .title {
      font-size: calc(1.875rem + 1.125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .title {
    font-size: 1.875rem;
  }
}
@media (min-width: 81.875em) {
  .title {
    line-height: 3.625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (line-height: clamp( 2.1875rem , 1.7228535354rem  +  2.3232323232vw , 3.625rem )) {
    .title {
      line-height: clamp( 2.1875rem , 1.7228535354rem  +  2.3232323232vw , 3.625rem );
    }
  }
  @supports not (line-height: clamp( 2.1875rem , 1.7228535354rem  +  2.3232323232vw , 3.625rem )) {
    .title {
      line-height: calc(2.1875rem + 1.4375 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .title {
    line-height: 2.1875rem;
  }
}

.text {
  color: rgb(101, 102, 92);
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 2rem);
          flex: 1 1 calc(33.333% - 2rem);
  border: 0.0625rem solid rgb(231, 232, 227);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 81.875em) {
  .item-info {
    padding-top: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , 0.6843434343rem  +  2.8282828283vw , 3rem )) {
    .item-info {
      padding-top: clamp( 1.25rem , 0.6843434343rem  +  2.8282828283vw , 3rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.6843434343rem  +  2.8282828283vw , 3rem )) {
    .item-info {
      padding-top: calc(1.25rem + 1.75 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .item-info {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .item-info {
    padding-bottom: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.6843434343rem  +  2.8282828283vw , 3rem )) {
    .item-info {
      padding-bottom: clamp( 1.25rem , 0.6843434343rem  +  2.8282828283vw , 3rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.6843434343rem  +  2.8282828283vw , 3rem )) {
    .item-info {
      padding-bottom: calc(1.25rem + 1.75 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .item-info {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .item-info {
    padding-right: 2.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-right: clamp( 1.25rem , 0.9873737374rem  +  1.3131313131vw , 2.0625rem )) {
    .item-info {
      padding-right: clamp( 1.25rem , 0.9873737374rem  +  1.3131313131vw , 2.0625rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 0.9873737374rem  +  1.3131313131vw , 2.0625rem )) {
    .item-info {
      padding-right: calc(1.25rem + 0.8125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .item-info {
    padding-right: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .item-info {
    padding-left: 2.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-left: clamp( 1.25rem , 0.9873737374rem  +  1.3131313131vw , 2.0625rem )) {
    .item-info {
      padding-left: clamp( 1.25rem , 0.9873737374rem  +  1.3131313131vw , 2.0625rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 0.9873737374rem  +  1.3131313131vw , 2.0625rem )) {
    .item-info {
      padding-left: calc(1.25rem + 0.8125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .item-info {
    padding-left: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .item-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.item-info__icon, .item-comfort__icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(250, 232, 225);
  border-radius: 0.5rem;
}
.item-info__icon::before, .item-comfort__icon::before {
  color: rgb(207, 111, 73);
  font-size: 1.5625rem;
}
.item-info__icon--size:before {
  font-size: 1rem;
}
.item-info__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
  text-align: center;
}
.item-info__text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 81.875em) {
  .comfort {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .comfort {
      padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .comfort {
      padding-top: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .comfort {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .comfort {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .comfort {
      padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .comfort {
      padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .comfort {
    padding-bottom: 1.25rem;
  }
}
.comfort__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 81.875em) {
  .comfort__wrap {
    gap: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (gap: clamp( 0.9375rem , -0.3756313131rem  +  6.5656565657vw , 5rem )) {
    .comfort__wrap {
      gap: clamp( 0.9375rem , -0.3756313131rem  +  6.5656565657vw , 5rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , -0.3756313131rem  +  6.5656565657vw , 5rem )) {
    .comfort__wrap {
      gap: calc(0.9375rem + 4.0625 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .comfort__wrap {
    gap: 0.9375rem;
  }
}
@media (max-width: 47.99875em) {
  .comfort__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.comfort__wrap--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.comfort__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32.5rem;
          flex: 1 1 32.5rem;
}
@media (min-width: 81.875em) {
  .comfort__content {
    padding-top: 8.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , -1.1742424242rem  +  12.1212121212vw , 8.75rem )) {
    .comfort__content {
      padding-top: clamp( 1.25rem , -1.1742424242rem  +  12.1212121212vw , 8.75rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -1.1742424242rem  +  12.1212121212vw , 8.75rem )) {
    .comfort__content {
      padding-top: calc(1.25rem + 7.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .comfort__content {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .comfort__content {
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , -1.1742424242rem  +  12.1212121212vw , 8.75rem )) {
    .comfort__content {
      padding-bottom: clamp( 1.25rem , -1.1742424242rem  +  12.1212121212vw , 8.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -1.1742424242rem  +  12.1212121212vw , 8.75rem )) {
    .comfort__content {
      padding-bottom: calc(1.25rem + 7.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .comfort__content {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .comfort__content--padding {
    padding-top: 3.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , 0.5429292929rem  +  3.5353535354vw , 3.4375rem )) {
    .comfort__content--padding {
      padding-top: clamp( 1.25rem , 0.5429292929rem  +  3.5353535354vw , 3.4375rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.5429292929rem  +  3.5353535354vw , 3.4375rem )) {
    .comfort__content--padding {
      padding-top: calc(1.25rem + 2.1875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .comfort__content--padding {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .comfort__content--padding {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.5429292929rem  +  3.5353535354vw , 3.4375rem )) {
    .comfort__content--padding {
      padding-bottom: clamp( 1.25rem , 0.5429292929rem  +  3.5353535354vw , 3.4375rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.5429292929rem  +  3.5353535354vw , 3.4375rem )) {
    .comfort__content--padding {
      padding-bottom: calc(1.25rem + 2.1875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .comfort__content--padding {
    padding-bottom: 1.25rem;
  }
}
.comfort__label:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (min-width: 81.875em) {
  .comfort__title:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.6748737374rem  +  1.3131313131vw , 1.75rem )) {
    .comfort__title:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.6748737374rem  +  1.3131313131vw , 1.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.6748737374rem  +  1.3131313131vw , 1.75rem )) {
    .comfort__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.8125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .comfort__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 47.99875em) {
  .comfort__title {
    text-align: center;
  }
}
.comfort__text:not(:last-child) {
  margin-bottom: 1.3125rem;
}
@media (max-width: 47.99875em) {
  .comfort__text {
    text-align: center;
  }
}
.comfort__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5rem;
          flex: 1 1 37.5rem;
}
.comfort__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 1rem;
}
.comfort__items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.comfort__items-wrap:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (max-width: 31.25rem) {
  .comfort__items-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 47.99875em) {
  .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.links__item--border, .blog__link {
  padding: 0.8125rem 1.5625rem;
  border: 0.0625rem solid rgb(231, 232, 227);
  background-color: rgb(255, 255, 255);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media (any-hover: hover) {
  .links__item--border:hover, .blog__link:hover {
    border: 0.0625rem solid rgb(207, 111, 73);
  }
}
.links__item--arrow, .item-area__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.links__item--arrow::before, .item-area__link::before {
  font-size: 1.0625rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (any-hover: hover) {
  .links__item--arrow:hover, .item-area__link:hover {
    color: rgb(207, 111, 73);
  }
}

.item-comfort {
  display: grid;
  gap: 1rem;
}
.item-comfort__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.item-comfort__text {
  font-size: 1rem;
}

.properties {
  background: rgb(245, 245, 242);
}
@media (min-width: 81.875em) {
  .properties {
    padding-top: 8rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , -0.9318181818rem  +  10.9090909091vw , 8rem )) {
    .properties {
      padding-top: clamp( 1.25rem , -0.9318181818rem  +  10.9090909091vw , 8rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.9318181818rem  +  10.9090909091vw , 8rem )) {
    .properties {
      padding-top: calc(1.25rem + 6.75 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .properties {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .properties {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .properties {
      padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .properties {
      padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .properties {
    padding-bottom: 1.25rem;
  }
}
.properties__container {
  text-align: center;
}
@media (max-width: 30em) {
  .properties__container {
    text-align: left;
  }
}
.properties__label:not(:last-child) {
  margin-bottom: 1.5625rem;
}
@media (min-width: 81.875em) {
  .properties__title:not(:last-child) {
    margin-bottom: 5.125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 1.25rem , -0.0025252525rem  +  6.2626262626vw , 5.125rem )) {
    .properties__title:not(:last-child) {
      margin-bottom: clamp( 1.25rem , -0.0025252525rem  +  6.2626262626vw , 5.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , -0.0025252525rem  +  6.2626262626vw , 5.125rem )) {
    .properties__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 3.875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .properties__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 30em) {
  .properties__title {
    text-align: center;
  }
}
.properties__area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (min-width: 81.875em) {
  .properties__area:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.0378787879rem  +  6.0606060606vw , 5rem )) {
    .properties__area:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.0378787879rem  +  6.0606060606vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.0378787879rem  +  6.0606060606vw , 5rem )) {
    .properties__area:not(:last-child) {
      margin-bottom: calc(1.25rem + 3.75 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .properties__area:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .properties__area {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 31.25em) {
  .properties__area {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    justify-items: center;
  }
}
.properties__links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-area {
  text-align: left;
  max-width: 25.3125rem;
  border: 0.0625rem solid rgb(231, 232, 227);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.item-area__image {
  max-width: 25.3125rem;
}
.item-area__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 405/268;
}
@media (min-width: 81.875em) {
  .item-area__content {
    padding: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding: clamp( 0.625rem , 0.3421717172rem  +  1.4141414141vw , 1.5rem )) {
    .item-area__content {
      padding: clamp( 0.625rem , 0.3421717172rem  +  1.4141414141vw , 1.5rem );
    }
  }
  @supports not (padding: clamp( 0.625rem , 0.3421717172rem  +  1.4141414141vw , 1.5rem )) {
    .item-area__content {
      padding: calc(0.625rem + 0.875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .item-area__content {
    padding: 0.625rem;
  }
}
.item-area__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
}
.item-area__title:not(:last-child) {
  margin-bottom: 0.1875rem;
}
.item-area__price {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
}
.item-area__price:not(:last-child) {
  margin-bottom: 1rem;
}
.item-area__place {
  color: rgb(101, 102, 92);
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.item-area__place:not(:last-child) {
  margin-bottom: 1rem;
}
.item-area__place::before {
  width: 1rem;
  height: 1.5rem;
}
.item-area__flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
}
.item-area__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media (any-hover: hover) {
  .item-area:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.show-more, .more {
  display: none;
}
@media (max-width: 31.25em) {
  .show-more, .more {
    margin: 0 auto;
    display: block;
  }
  .show-more:not(:last-child), .more:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.location {
  background: rgb(245, 245, 242);
}
@media (min-width: 81.875em) {
  .location {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .location {
      padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .location {
      padding-top: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .location {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .location {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .location {
      padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .location {
      padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .location {
    padding-bottom: 1.25rem;
  }
}
.location__title {
  text-align: center;
}
.location__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.location__text {
  text-align: center;
}
@media (min-width: 81.875em) {
  .location__text:not(:last-child) {
    margin-bottom: 4.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.1792929293rem  +  5.3535353535vw , 4.5625rem )) {
    .location__text:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.1792929293rem  +  5.3535353535vw , 4.5625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.1792929293rem  +  5.3535353535vw , 4.5625rem )) {
    .location__text:not(:last-child) {
      margin-bottom: calc(1.25rem + 3.3125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .location__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.location__flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 81.875em) {
  .location__flex-wrap:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 1.5625rem , 0.4513888889rem  +  5.5555555556vw , 5rem )) {
    .location__flex-wrap:not(:last-child) {
      margin-bottom: clamp( 1.5625rem , 0.4513888889rem  +  5.5555555556vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5625rem , 0.4513888889rem  +  5.5555555556vw , 5rem )) {
    .location__flex-wrap:not(:last-child) {
      margin-bottom: calc(1.5625rem + 3.4375 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .location__flex-wrap:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
.location__links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-location {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 1rem);
          flex: 1 1 calc(33.333% - 1rem);
  padding: 2.0625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(231, 232, 227);
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media (any-hover: hover) {
  .item-location:hover {
    border: 0.0625rem solid rgb(207, 111, 73);
  }
}
@media (max-width: 47.99875em) {
  .item-location {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1rem);
            flex: 1 1 calc(50% - 1rem);
  }
}
@media (max-width: 31.25em) {
  .item-location {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.item-location__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.item-location__link::before {
  font-size: 1.0625rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (any-hover: hover) {
  .item-location__link:hover {
    color: rgb(207, 111, 73);
  }
}
.item-location__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.item-location__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.priority {
  background: rgb(245, 245, 242);
  text-align: center;
}
@media (min-width: 81.875em) {
  .priority {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .priority {
      padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .priority {
      padding-top: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .priority {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .priority {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .priority {
      padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.4419191919rem  +  4.0404040404vw , 3.75rem )) {
    .priority {
      padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .priority {
    padding-bottom: 1.25rem;
  }
}
.priority__content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-radius: 1.5rem;
  background: rgb(101, 102, 92);
}
@media (min-width: 81.875em) {
  .priority__content {
    padding-top: 5.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , -0.2651515152rem  +  7.5757575758vw , 5.9375rem )) {
    .priority__content {
      padding-top: clamp( 1.25rem , -0.2651515152rem  +  7.5757575758vw , 5.9375rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.2651515152rem  +  7.5757575758vw , 5.9375rem )) {
    .priority__content {
      padding-top: calc(1.25rem + 4.6875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .priority__content {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .priority__content {
    padding-bottom: 5.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , -0.2651515152rem  +  7.5757575758vw , 5.9375rem )) {
    .priority__content {
      padding-bottom: clamp( 1.25rem , -0.2651515152rem  +  7.5757575758vw , 5.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -0.2651515152rem  +  7.5757575758vw , 5.9375rem )) {
    .priority__content {
      padding-bottom: calc(1.25rem + 4.6875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .priority__content {
    padding-bottom: 1.25rem;
  }
}
.priority__icon {
  padding-top: 0.5rem;
  max-width: 3rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
}
.priority__icon:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.priority__icon img {
  width: 2rem;
  height: 2rem;
}
.priority__title {
  color: rgb(255, 255, 255);
}
@media (min-width: 81.875em) {
  .priority__title:not(:last-child) {
    margin-bottom: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.8162878788rem  +  0.6060606061vw , 1.3125rem )) {
    .priority__title:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.8162878788rem  +  0.6060606061vw , 1.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.8162878788rem  +  0.6060606061vw , 1.3125rem )) {
    .priority__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.375 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .priority__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.priority__text {
  margin: 0 auto;
  max-width: 45.3125rem;
  color: rgb(255, 255, 255);
}
.priority__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (min-width: 81.875em) {
  .priority__text:not(:last-child) {
    margin-bottom: 1.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.6546717172rem  +  1.4141414141vw , 1.8125rem )) {
    .priority__text:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.6546717172rem  +  1.4141414141vw , 1.8125rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.6546717172rem  +  1.4141414141vw , 1.8125rem )) {
    .priority__text:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .priority__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 81.875em) {
  .feedback {
    padding-top: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , -0.1641414141rem  +  7.0707070707vw , 5.625rem )) {
    .feedback {
      padding-top: clamp( 1.25rem , -0.1641414141rem  +  7.0707070707vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.1641414141rem  +  7.0707070707vw , 5.625rem )) {
    .feedback {
      padding-top: calc(1.25rem + 4.375 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .feedback {
    padding-bottom: 9.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , -1.5580808081rem  +  14.0404040404vw , 9.9375rem )) {
    .feedback {
      padding-bottom: clamp( 1.25rem , -1.5580808081rem  +  14.0404040404vw , 9.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -1.5580808081rem  +  14.0404040404vw , 9.9375rem )) {
    .feedback {
      padding-bottom: calc(1.25rem + 8.6875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback {
    padding-bottom: 1.25rem;
  }
}
.feedback__title {
  text-align: center;
}
@media (min-width: 81.875em) {
  .feedback__title:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.7152777778rem  +  1.1111111111vw , 1.625rem )) {
    .feedback__title:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.7152777778rem  +  1.1111111111vw , 1.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.7152777778rem  +  1.1111111111vw , 1.625rem )) {
    .feedback__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.6875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.feedback__text {
  text-align: center;
}
@media (min-width: 81.875em) {
  .feedback__text:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , -0.3756313131rem  +  6.5656565657vw , 5rem )) {
    .feedback__text:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , -0.3756313131rem  +  6.5656565657vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , -0.3756313131rem  +  6.5656565657vw , 5rem )) {
    .feedback__text:not(:last-child) {
      margin-bottom: calc(0.9375rem + 4.0625 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 81.875em) {
  .feedback__slide {
    padding: 2.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding: clamp( 0.9375rem , 0.5738636364rem  +  1.8181818182vw , 2.0625rem )) {
    .feedback__slide {
      padding: clamp( 0.9375rem , 0.5738636364rem  +  1.8181818182vw , 2.0625rem );
    }
  }
  @supports not (padding: clamp( 0.9375rem , 0.5738636364rem  +  1.8181818182vw , 2.0625rem )) {
    .feedback__slide {
      padding: calc(0.9375rem + 1.125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback__slide {
    padding: 0.9375rem;
  }
}
.slide-feedback {
  border: 1px solid #e7e8e3;
  border-radius: 1rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
@media (min-width: 81.875em) {
  .slide-feedback {
    gap: 1.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (gap: clamp( 0.625rem , 0.2815656566rem  +  1.7171717172vw , 1.6875rem )) {
    .slide-feedback {
      gap: clamp( 0.625rem , 0.2815656566rem  +  1.7171717172vw , 1.6875rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , 0.2815656566rem  +  1.7171717172vw , 1.6875rem )) {
    .slide-feedback {
      gap: calc(0.625rem + 1.0625 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .slide-feedback {
    gap: 0.625rem;
  }
}
.slide-feedback__text {
  color: rgb(42, 44, 31);
  line-height: 27px;
}
@media (min-width: 81.875em) {
  .slide-feedback__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (font-size: clamp( 1rem , 0.9595959596rem  +  0.202020202vw , 1.125rem )) {
    .slide-feedback__text {
      font-size: clamp( 1rem , 0.9595959596rem  +  0.202020202vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9595959596rem  +  0.202020202vw , 1.125rem )) {
    .slide-feedback__text {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .slide-feedback__text {
    font-size: 1rem;
  }
}

.rating__items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4375rem;
  height: 1.25rem;
}
@media (any-hover: hover) {
  .rating--set .rating__items:hover .rating__item {
    background: url("../img/star.svg") 0 0/1.25rem no-repeat;
  }
}
.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  width: 1.25rem;
  position: relative;
  background: url("../img/star-grey.svg") 0 0/1.25rem no-repeat;
}
.rating__item.active {
  background: url("../img/star.svg") 0 0/1.25rem no-repeat;
}
.rating__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1.25rem;
  background: url("../img/star.svg") 0 0/1.25rem no-repeat;
}
.rating__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.4375rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media (any-hover: hover) {
  .rating--set .rating__item:hover ~ .rating__item {
    background: url("../img/star.svg") 0 0/1.25rem no-repeat;
  }
  .rating--set .rating__item:hover ~ .rating__item span {
    display: none;
  }
}
.rating__input {
  aspect-ratio: 1/1;
  width: 100%;
  opacity: 0;
}
.rating--set .rating__input {
  cursor: pointer;
}

.customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.customer__image img {
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.customer__name h6 {
  font-weight: 700;
  line-height: 1.5rem;
}
.customer__name span {
  color: rgb(101, 102, 92);
}

.blog {
  background: rgb(245, 245, 242);
}
@media (min-width: 81.875em) {
  .blog {
    padding-top: 7.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , -0.9116161616rem  +  10.8080808081vw , 7.9375rem )) {
    .blog {
      padding-top: clamp( 1.25rem , -0.9116161616rem  +  10.8080808081vw , 7.9375rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.9116161616rem  +  10.8080808081vw , 7.9375rem )) {
    .blog {
      padding-top: calc(1.25rem + 6.6875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .blog {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .blog {
    padding-bottom: 8.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , -0.952020202rem  +  11.0101010101vw , 8.0625rem )) {
    .blog {
      padding-bottom: clamp( 1.25rem , -0.952020202rem  +  11.0101010101vw , 8.0625rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -0.952020202rem  +  11.0101010101vw , 8.0625rem )) {
    .blog {
      padding-bottom: calc(1.25rem + 6.8125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .blog {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .blog__label:not(:last-child) {
    margin-bottom: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.8162878788rem  +  0.6060606061vw , 1.3125rem )) {
    .blog__label:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.8162878788rem  +  0.6060606061vw , 1.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.8162878788rem  +  0.6060606061vw , 1.3125rem )) {
    .blog__label:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.375 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .blog__label:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 81.875em) {
  .blog__title:not(:last-child) {
    margin-bottom: 1.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.6546717172rem  +  1.4141414141vw , 1.8125rem )) {
    .blog__title:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.6546717172rem  +  1.4141414141vw , 1.8125rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.6546717172rem  +  1.4141414141vw , 1.8125rem )) {
    .blog__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .blog__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 81.875em) {
  .blog__wrap:not(:last-child) {
    margin-bottom: 4.875rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , -0.3352272727rem  +  6.3636363636vw , 4.875rem )) {
    .blog__wrap:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , -0.3352272727rem  +  6.3636363636vw , 4.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , -0.3352272727rem  +  6.3636363636vw , 4.875rem )) {
    .blog__wrap:not(:last-child) {
      margin-bottom: calc(0.9375rem + 3.9375 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .blog__wrap:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.blog__text {
  max-width: 44.375rem;
}
.blog__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (min-width: 81.875em) {
  .blog__grid-wrapper:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.0378787879rem  +  6.0606060606vw , 5rem )) {
    .blog__grid-wrapper:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.0378787879rem  +  6.0606060606vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.0378787879rem  +  6.0606060606vw , 5rem )) {
    .blog__grid-wrapper:not(:last-child) {
      margin-bottom: calc(1.25rem + 3.75 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .blog__grid-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .blog__grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 31.25em) {
  .blog__grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    justify-items: center;
  }
}
.item-area__flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-area__flex-wrap:not(:last-child) {
  margin-bottom: 1rem;
}
.item-area__flex-wrap span {
  color: rgb(101, 102, 92);
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.item-area__category {
  font-size: 14px;
  line-height: 1.3125rem;
  text-align: left;
  padding: 0.25rem 0.5rem;
  border-radius: 32px;
  background: rgb(250, 232, 225);
}
.item-area__text {
  color: rgb(101, 102, 92);
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 81.875em) {
  .item-area__text:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.7960858586rem  +  0.7070707071vw , 1.375rem )) {
    .item-area__text:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.7960858586rem  +  0.7070707071vw , 1.375rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.7960858586rem  +  0.7070707071vw , 1.375rem )) {
    .item-area__text:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.4375 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .item-area__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.item-area__link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2.1875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 81.875em) {
  .footer__wrap {
    padding-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 1.25rem , 0.3611111111rem  +  4.4444444444vw , 4rem )) {
    .footer__wrap {
      padding-top: clamp( 1.25rem , 0.3611111111rem  +  4.4444444444vw , 4rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.3611111111rem  +  4.4444444444vw , 4rem )) {
    .footer__wrap {
      padding-top: calc(1.25rem + 2.75 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .footer__wrap {
    padding-top: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .footer__wrap {
    padding-bottom: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.3611111111rem  +  4.4444444444vw , 4rem )) {
    .footer__wrap {
      padding-bottom: clamp( 1.25rem , 0.3611111111rem  +  4.4444444444vw , 4rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.3611111111rem  +  4.4444444444vw , 4rem )) {
    .footer__wrap {
      padding-bottom: calc(1.25rem + 2.75 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .footer__wrap {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 81.875em) {
  .footer__wrap {
    -webkit-column-gap: 5.75rem;
       -moz-column-gap: 5.75rem;
            column-gap: 5.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports ((-moz-column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem )) or (column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem ))) {
    .footer__wrap {
      -webkit-column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem );
         -moz-column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem );
              column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem )) or (column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem ))) {
    .footer__wrap {
      -webkit-column-gap: calc(1.25rem + 4.5 * (100vw - 20rem) / 61.875);
         -moz-column-gap: calc(1.25rem + 4.5 * (100vw - 20rem) / 61.875);
              column-gap: calc(1.25rem + 4.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .footer__wrap {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.9375rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 81.875em) {
  .footer__navigation {
    -webkit-column-gap: 5.75rem;
       -moz-column-gap: 5.75rem;
            column-gap: 5.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports ((-moz-column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem )) or (column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem ))) {
    .footer__navigation {
      -webkit-column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem );
         -moz-column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem );
              column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem )) or (column-gap: clamp( 1.25rem , -0.2045454545rem  +  7.2727272727vw , 5.75rem ))) {
    .footer__navigation {
      -webkit-column-gap: calc(1.25rem + 4.5 * (100vw - 20rem) / 61.875);
         -moz-column-gap: calc(1.25rem + 4.5 * (100vw - 20rem) / 61.875);
              column-gap: calc(1.25rem + 4.5 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .footer__navigation {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 68.75em) {
  .footer__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 47.99875em) {
  .footer__navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 21.875em) {
  .footer__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.navigation__title, .form-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation__title:not(:last-child), .form-footer__title:not(:last-child) {
  margin-bottom: 1rem;
}
.navigation__title::before, .form-footer__title::before {
  font-size: 1.25rem;
  display: none;
}
@media (max-width: 68.75em) {
  .navigation__title::before, .form-footer__title::before {
    display: block;
  }
}
@media (max-width: 68.75em) {
  .navigation__title, .form-footer__title {
    cursor: pointer;
  }
}
@media (max-width: 68.75em) {
  .navigation__list {
    display: none;
    -webkit-transition: opacity 3s ease;
    transition: opacity 3s ease;
    opacity: 0;
  }
}
.navigation__list.show {
  display: block;
  opacity: 1;
}

.list-nav > *:not(:last-child) {
  margin-bottom: 1rem;
}
@media (any-hover: hover) {
  .list-nav__item:hover .list-nav__link {
    color: rgb(207, 111, 73);
  }
}
.list-nav__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.form-footer {
  max-width: 24rem;
}
.form-footer__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.form-footer__text {
  color: rgb(101, 102, 92);
  line-height: 1.5rem;
}
.form-footer__text:not(:last-child) {
  margin-bottom: 1rem;
}
.form-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.9375rem;
}
.form-footer__wrap:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (max-width: 29.375em) {
  .form-footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-footer__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.0625rem solid rgb(231, 232, 227);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem 0px rgba(0, 0, 0, 0.08);
  color: rgb(101, 102, 92);
  padding: 0.9375rem 0.3125rem;
}
.form-footer__input::-webkit-input-placeholder {
  line-height: 1.875rem;
}
.form-footer__input::-moz-placeholder {
  line-height: 1.875rem;
}
.form-footer__input:-ms-input-placeholder {
  line-height: 1.875rem;
}
.form-footer__input::-ms-input-placeholder {
  line-height: 1.875rem;
}
.form-footer__input::placeholder {
  line-height: 1.875rem;
}
.form-footer__input:focus {
  outline: 1px solid rgb(207, 111, 73);
  border-radius: 0.375rem;
}
@media (max-width: 29.375em) {
  .form-footer__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 29.375em) {
  .form-footer__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.form-footer span {
  color: rgb(101, 102, 92);
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media (any-hover: hover) {
  .form-footer span a:hover {
    color: rgb(207, 111, 73);
  }
}

.bottom-footer {
  background: rgb(245, 245, 242);
}
@media (min-width: 81.875em) {
  .bottom-footer {
    padding-top: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-top: clamp( 0.625rem , 0.3421717172rem  +  1.4141414141vw , 1.5rem )) {
    .bottom-footer {
      padding-top: clamp( 0.625rem , 0.3421717172rem  +  1.4141414141vw , 1.5rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.3421717172rem  +  1.4141414141vw , 1.5rem )) {
    .bottom-footer {
      padding-top: calc(0.625rem + 0.875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .bottom-footer {
    padding-top: 0.625rem;
  }
}
@media (min-width: 81.875em) {
  .bottom-footer {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports (padding-bottom: clamp( 0.625rem , 0.3421717172rem  +  1.4141414141vw , 1.5rem )) {
    .bottom-footer {
      padding-bottom: clamp( 0.625rem , 0.3421717172rem  +  1.4141414141vw , 1.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , 0.3421717172rem  +  1.4141414141vw , 1.5rem )) {
    .bottom-footer {
      padding-bottom: calc(0.625rem + 0.875 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .bottom-footer {
    padding-bottom: 0.625rem;
  }
}
.bottom-footer span {
  color: rgb(101, 102, 92);
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.bottom-footer span a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .bottom-footer span a:hover {
    color: rgb(207, 111, 73);
  }
}
.bottom-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 81.875em) {
  .social {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.875em) {
  @supports ((-moz-column-gap: clamp( 0.75rem , 1.8251262626rem  +  -1.3131313131vw , 1.5625rem )) or (column-gap: clamp( 0.75rem , 1.8251262626rem  +  -1.3131313131vw , 1.5625rem ))) {
    .social {
      -webkit-column-gap: clamp( 0.75rem , 1.8251262626rem  +  -1.3131313131vw , 1.5625rem );
         -moz-column-gap: clamp( 0.75rem , 1.8251262626rem  +  -1.3131313131vw , 1.5625rem );
              column-gap: clamp( 0.75rem , 1.8251262626rem  +  -1.3131313131vw , 1.5625rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 0.75rem , 1.8251262626rem  +  -1.3131313131vw , 1.5625rem )) or (column-gap: clamp( 0.75rem , 1.8251262626rem  +  -1.3131313131vw , 1.5625rem ))) {
    .social {
      -webkit-column-gap: calc(1.5625rem + -0.8125 * (100vw - 20rem) / 61.875);
         -moz-column-gap: calc(1.5625rem + -0.8125 * (100vw - 20rem) / 61.875);
              column-gap: calc(1.5625rem + -0.8125 * (100vw - 20rem) / 61.875);
    }
  }
}
@media (max-width: 20em) {
  .social {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
}
.social__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.social__link::before {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (any-hover: hover) {
  .social__link:hover {
    color: rgb(207, 111, 73);
  }
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  display: none;
}
@media (min-width: 47.99875em) {
  .loader-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #db7134;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body.loaded .loader-wrapper {
  display: none;
}