@font-face {
  font-family: "DMSans-Medium";
  src: url("../fonts/DMSans24pt-Medium.woff2") format("woff2"), url("../fonts/DMSans24pt-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Regular";
  src: url("../fonts/DMSans24pt-Regular.woff2") format("woff2"), url("../fonts/DMSans24pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSerifText";
  src: url("../fonts/DMSerifText-Regular.woff2") format("woff2"), url("../fonts/DMSerifText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpecialGothic";
  src: url("../fonts/SpecialGothicSemiCondensed-Bold.woff2") format("woff2"), url("../fonts/SpecialGothicSemiCondensed-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input,
select,
textarea,
button {
  font-family: "DMSans-Regular", sans-serif;
}

body {
  font-family: "DMSans-Regular", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  line-height: 1.36;
  color: #8d3f1c;
}
@media (min-width: 1080px) {
  body {
    line-height: 1.31;
  }
}

* {
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}

h1,
.h1 {
  font-family: "SpecialGothic", sans-serif;
  font-size: clamp(2.8125rem, 3.8541666667vw, 4.625rem);
  line-height: 1;
}
@media (min-width: 1080px) {
  h1,
  .h1 {
    line-height: 0.92;
  }
}

h2,
.h2 {
  font-family: "SpecialGothic", sans-serif;
  font-size: clamp(2.25rem, 3.8541666667vw, 4.625rem);
  line-height: 1;
}
@media (min-width: 1080px) {
  h2,
  .h2 {
    line-height: 0.92;
  }
}

h3,
.h3 {
  font-family: "DMSerifText", serif;
  font-size: clamp(1.25rem, 1.3541666667vw, 1.625rem);
  line-height: 1.2;
}
@media (min-width: 1080px) {
  h3,
  .h3 {
    line-height: 1.35;
  }
}

h4,
.h4 {
  font-family: "DMSerifText", serif;
  font-size: clamp(1.0625rem, 1.0416666667vw, 1.25rem);
  line-height: 1.35;
}
@media (min-width: 1080px) {
  h4,
  .h4 {
    line-height: 1.3;
  }
}

.subtitle {
  font-family: "DMSans-Medium", sans-serif;
  font-size: 11px;
  line-height: 118%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #8d3f1c;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 13px;
    line-height: 123%;
  }
}

strong {
  font-family: "DMSans-Medium", sans-serif;
}

p,
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

em {
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: unset !important;
  width: 100%;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*::-moz-selection {
  background-color: #f0e8df;
  color: #8d3f1c;
}
*::selection {
  background-color: #f0e8df;
  color: #8d3f1c;
}
*::-moz-selection {
  background-color: #f0e8df;
  color: #8d3f1c;
}

body {
  background-color: #f0e8df;
}

button {
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  border-radius: 0;
  cursor: pointer;
}

.global-wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: clip;
  padding-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global-wrapper .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.global-wrapper .footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 1080px) {
  .global-wrapper {
    padding-top: 82px;
  }
}

.container {
  --container-spacer: 1.5rem;
  width: 100%;
  margin: auto;
  padding-left: calc(var(--container-spacer) * 0.5);
  padding-right: calc(var(--container-spacer) * 0.5);
  max-width: 1920px;
}

figure {
  margin: 0;
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: underline;
  color: inherit;
}
a:hover {
  color: inherit;
}

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

.swiper-slide {
  height: auto;
}

.img-parallax {
  overflow: hidden;
}
.img-parallax img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.fade-in {
  opacity: 0;
  -webkit-transition: all 450ms linear 0.25s;
  transition: all 450ms linear 0.25s;
}
.fade-in.in-view {
  opacity: 1;
}

.fade-in-wrapper > *:not(h2) {
  opacity: 0;
  -webkit-transition: all 450ms linear 0.25s;
  transition: all 450ms linear 0.25s;
}
.fade-in-wrapper > *:not(h2).in-view {
  opacity: 1;
}

h1,
h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
h1 .single-word,
h2 .single-word {
  position: relative;
  overflow: hidden;
  margin: 0 0 -0.1em;
  padding: 0 0.1em 0.1em 0;
}
h1 .single-word-inner,
h2 .single-word-inner {
  position: relative;
  -webkit-transform: translateY(120%) rotate(6deg);
          transform: translateY(120%) rotate(6deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.img-parallax img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

a,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  border-radius: 0;
  cursor: pointer;
}
a:focus,
button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

button,
.button {
  text-decoration: none;
}
button:hover,
.button:hover {
  text-decoration: none;
}

.button {
  --btn-hight: 42px;
  --btn-border-width: 1px;
  font-family: "DMSans-Medium", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: var(--btn-hight);
  white-space: nowrap;
  padding: 0 23px;
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border);
  color: var(--btn-color);
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button__text {
  position: relative;
  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;
  overflow: hidden;
  line-height: 1;
  height: 1em;
}
.button__text span {
  -webkit-transform: translateY(0%) rotate(0.001deg);
          transform: translateY(0%) rotate(0.001deg);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  transition: color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1), color 0.2s ease;
  transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1), color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  display: inline-block;
  position: relative;
  color: var(--btn-color);
}
.button__text span.duplicate {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(101%) rotate(-12deg);
          transform: translateY(101%) rotate(-12deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  color: var(--btn-color-hover);
}
.button--primary {
  --btn-bg: #8d3f1c;
  --btn-border: #8d3f1c;
  --btn-color: #f0e8df;
  --btn-bg-hover: #592812;
  --btn-border-hover: #592812;
  --btn-color-hover: #f0e8df;
}
.button--primary-outlined {
  --btn-bg: transparent;
  --btn-border: #8d3f1c;
  --btn-color: #8d3f1c;
  --btn-bg-hover: #8d3f1c;
  --btn-border-hover: #8d3f1c;
  --btn-color-hover: #f0e8df;
}
.button--light {
  --btn-bg: #f0e8df;
  --btn-border: #f0e8df;
  --btn-color: #8d3f1c;
  --btn-bg-hover: #fff9f2;
  --btn-border-hover: #fff9f2;
  --btn-color-hover: #8d3f1c;
}
.button--light-outlined {
  --btn-bg: transparent;
  --btn-border: #f0e8df;
  --btn-color: #f0e8df;
  --btn-bg-hover: #f0e8df;
  --btn-border-hover: #f0e8df;
  --btn-color-hover: #8d3f1c;
}
@media (max-width: 1079.98px) {
  .button {
    font-size: 14px;
  }
  .button:hover {
    background-color: var(--btn-bg);
    border-color: var(--btn-border);
  }
}
@media (max-width: 575.98px) {
  .button {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .button:hover {
    background-color: var(--btn-bg-hover);
    border-color: var(--btn-border-hover);
  }
  .button:hover .button__text span {
    -webkit-transform: translateY(-101%) rotate(-12deg);
            transform: translateY(-101%) rotate(-12deg);
  }
  .button:hover .button__text span.duplicate {
    -webkit-transform: translateY(0%) rotate(0.001deg);
            transform: translateY(0%) rotate(0.001deg);
  }
}

@media (max-width: 1079.98px) {
  .header__nav {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 12px;
    padding: 58px 12px 20px;
    width: 231px;
    background-color: #8d3f1c;
    color: #f0e8df;
  }
  .header__nav ul {
    margin: 0 0 19px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 136%;
    opacity: 0;
    -webkit-transition: opacity 1s linear 0.2s;
    transition: opacity 1s linear 0.2s;
  }
  .header__nav ul li {
    margin: 0 0 8px;
  }
  .header__nav ul a {
    text-decoration: none;
  }
  .header__nav ul a span.duplicate {
    display: none;
  }
  .header__nav ul a.current {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .header__nav-buttons {
    opacity: 0;
    -webkit-transition: opacity 1s linear 0.2s;
    transition: opacity 1s linear 0.2s;
  }
  .header__nav-buttons p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 136%;
  }
  .header__nav-buttons p a {
    font-family: "DMSans-Medium", sans-serif;
    text-underline-offset: 4px;
  }
  .header__nav-buttons .button {
    margin: 18px 0 0;
  }
  .header__nav.active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .header__nav.active ul,
  .header__nav.active .header__nav-buttons {
    opacity: 1;
  }
}
@media (min-width: 1080px) {
  .header__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 131%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav ul li {
    margin: 0 16px;
  }
  .header__nav ul .link {
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .header__nav ul .link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #f0e8df;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header__nav ul .link__text {
    position: relative;
    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;
    overflow: hidden;
    line-height: 1;
    height: 1em;
    white-space: nowrap;
  }
  .header__nav ul .link__text span {
    -webkit-transform: translateY(0%) rotate(0.001deg);
            transform: translateY(0%) rotate(0.001deg);
    -webkit-transition: color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
    transition: color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1), color 0.2s ease;
    transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1), color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    display: inline-block;
  }
  .header__nav ul .link__text span.duplicate {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(101%) rotate(-12deg);
            transform: translateY(101%) rotate(-12deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .header__nav ul .link:hover .link__text span {
    -webkit-transform: translateY(-101%) rotate(-12deg);
            transform: translateY(-101%) rotate(-12deg);
  }
  .header__nav ul .link:hover .link__text span.duplicate {
    -webkit-transform: translateY(0%) rotate(0.01deg);
            transform: translateY(0%) rotate(0.01deg);
  }
  .header__nav ul .link.current::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .header__nav-buttons {
    display: none;
  }
}

.navbar-toggler {
  --toggler-spacer-init: 5px;
  --toggler-spacer: 4px;
  --toggler-color-active: #f0e8df;
  width: 52px;
  height: 26px;
  background-color: transparent;
  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;
}
.navbar-toggler__icon {
  display: block;
  padding: 0;
  width: 32px;
  height: 0;
  position: relative;
}
.navbar-toggler__icon:before, .navbar-toggler__icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: var(--header-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.navbar-toggler__icon:before {
  top: calc(var(--toggler-spacer-init) * -1);
}
.navbar-toggler__icon:after {
  bottom: calc(var(--toggler-spacer-init) * -1);
}
.navbar-toggler.active .navbar-toggler__icon:before, .navbar-toggler.active .navbar-toggler__icon:after {
  width: 25px;
  background-color: var(--toggler-color-active);
}
.navbar-toggler.active .navbar-toggler__icon:before {
  -webkit-transform: translateY(var(--toggler-spacer)) rotate(45deg);
          transform: translateY(var(--toggler-spacer)) rotate(45deg);
}
.navbar-toggler.active .navbar-toggler__icon:after {
  -webkit-transform: translateY(calc(var(--toggler-spacer) * -1)) rotate(-45deg);
          transform: translateY(calc(var(--toggler-spacer) * -1)) rotate(-45deg);
}
@media (min-width: 1080px) {
  .navbar-toggler {
    display: none;
  }
}

.header {
  --header-bg: transparent;
  --header-color: #8d3f1c;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 1936px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: var(--header-color);
  padding: 8px;
}
.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 8px);
  left: 0;
  top: 0;
  background-color: #f0e8df;
  border-radius: 0 0 20px 20px;
}
.header__main {
  background-color: var(--header-bg);
  padding: 12px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.header__buttons-phone {
  margin: 0 5px 0 0;
}
.header__buttons-phone-text {
  display: none;
}
.header__buttons-phone-icon svg {
  width: 22px;
  margin: -2px 0 0;
}
.header__buttons-phone-icon svg path {
  stroke: var(--header-color);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.header__buttons .button {
  display: none;
}
.header__logo a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-image svg {
  width: 80px;
}
.header__logo-image svg path {
  fill: var(--header-color);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.header__logo .subtitle {
  font-size: 11px;
  line-height: 118%;
  letter-spacing: 0.03em;
  margin-left: 10px;
  color: var(--header-color);
}
.header.headroom--not-top {
  --header-bg: #8d3f1c;
  --header-color: #f0e8df;
}
.header.headroom--not-top .header__main {
  border: 1px solid var(--header-color);
  border-width: 0 0 1px;
  border-radius: 12px;
  margin: 0 1px;
  padding-left: 9px;
}
.header.headroom--not-top .header__buttons .button {
  --btn-bg: #f0e8df;
  --btn-border: #f0e8df;
  --btn-color: #8d3f1c;
  --btn-bg-hover: #fff9f2;
  --btn-border-hover: #fff9f2;
  --btn-color-hover: #8d3f1c;
}
.header.headroom--not-top.headroom--pinned {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.header.headroom--not-top.headroom--unpinned {
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
@media (max-width: 1079.98px) {
  .header.nav-opened .header__buttons .header__buttons-phone .header__buttons-phone-icon svg path {
    stroke: #f0e8df;
  }
}
@media (min-width: 1080px) {
  .header__logo .subtitle {
    font-size: 13px;
    line-height: 123%;
    margin-left: 12px;
  }
  .header__buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__buttons-phone {
    margin: 0 24px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header__buttons .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header.headroom--not-top .header__main {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1080px) and (max-width: 1399.98px) {
  .header__logo, .header__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 1400px) {
  .header__main {
    padding: 12px 22px;
  }
  .header.headroom--not-top .header__main {
    padding: 12px 22px;
  }
  .header__logo {
    width: 100%;
  }
  .header__logo-image svg {
    width: 128px;
  }
  .header__buttons {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__buttons-phone {
    margin: 0 24px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  .header__buttons-phone-text {
    display: block;
    position: relative;
  }
  .header__buttons-phone-text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #8d3f1c;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header__buttons-phone-icon svg {
    width: 18px;
    margin: 0 10px 0 0;
  }
  .header__buttons-phone:hover .header__buttons-phone-text::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .header__buttons .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header.headroom--not-top .header__buttons-phone-text::after {
    background-color: #f0e8df;
  }
}

.hero {
  padding: 0 0 8px;
}
.hero__slider {
  padding-top: 57%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.hero .slides {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 102%;
  height: 102%;
  overflow: hidden;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
}
.hero .slides .slide {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  will-change: transform, opacity;
}
.hero .slides .slide--current {
  pointer-events: auto;
  opacity: 1;
}
.hero .slides .slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  will-change: transform, opacity, filter;
}
.hero .slides .deco {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  position: relative;
  opacity: 0;
  background: #8d3f1c;
  will-change: transform, opacity;
}
.hero__text {
  background-color: #fff9f2;
  border-radius: 12px;
  padding: 24px 12px;
  margin: 8px 0 0;
}
.hero__text .subtitle {
  margin: 20px 0 10px;
}
.hero__text p {
  max-width: 17.5em;
  margin: 0;
}
.hero__buttons {
  padding: 20px 0 0;
  display: grid;
  gap: 12px;
}
@media (max-width: 1079.98px) {
  .hero .container {
    padding: 0 8px;
  }
}
@media (min-width: 576px) {
  .hero__text h1 {
    max-width: 9em;
  }
  .hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .hero__buttons .button + .button {
    margin-left: 12px;
  }
}
@media (min-width: 1080px) {
  .hero {
    height: calc(100vh - 82px);
    padding: 0 10px 9.46vh;
  }
  .hero .container {
    --container-spacer: 100px;
    height: 100%;
    position: relative;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__slider {
    padding-top: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
  }
  .hero__text {
    margin: 0;
    width: 45%;
    max-width: 700px;
    position: relative;
    z-index: 2;
    padding: 24px 20px;
  }
  .hero__text .subtitle {
    margin: 28px 0 12px;
  }
  .hero__text p {
    max-width: 26em;
  }
  .hero__buttons {
    padding: 32px 0 0;
  }
}
@media (min-width: 1400px) {
  .hero .container {
    --container-spacer: 148px;
  }
  .hero__text {
    width: 40%;
  }
}
@font-face {
  font-family: "DMSans-Medium";
  src: url("../fonts/DMSans24pt-Medium.woff2") format("woff2"), url("../fonts/DMSans24pt-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Regular";
  src: url("../fonts/DMSans24pt-Regular.woff2") format("woff2"), url("../fonts/DMSans24pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSerifText";
  src: url("../fonts/DMSerifText-Regular.woff2") format("woff2"), url("../fonts/DMSerifText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpecialGothic";
  src: url("../fonts/SpecialGothicSemiCondensed-Bold.woff2") format("woff2"), url("../fonts/SpecialGothicSemiCondensed-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input,
select,
textarea,
button {
  font-family: "DMSans-Regular", sans-serif;
}

body {
  font-family: "DMSans-Regular", sans-serif;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  line-height: 1.36;
  color: #8d3f1c;
}
@media (min-width: 1080px) {
  body {
    line-height: 1.31;
  }
}

* {
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}

h1,
.h1 {
  font-family: "SpecialGothic", sans-serif;
  font-size: clamp(2.8125rem, 3.8541666667vw, 4.625rem);
  line-height: 1;
}
@media (min-width: 1080px) {
  h1,
  .h1 {
    line-height: 0.92;
  }
}

h2,
.h2 {
  font-family: "SpecialGothic", sans-serif;
  font-size: clamp(2.25rem, 3.8541666667vw, 4.625rem);
  line-height: 1;
}
@media (min-width: 1080px) {
  h2,
  .h2 {
    line-height: 0.92;
  }
}

h3,
.h3 {
  font-family: "DMSerifText", serif;
  font-size: clamp(1.25rem, 1.3541666667vw, 1.625rem);
  line-height: 1.2;
}
@media (min-width: 1080px) {
  h3,
  .h3 {
    line-height: 1.35;
  }
}

h4,
.h4 {
  font-family: "DMSerifText", serif;
  font-size: clamp(1.0625rem, 1.0416666667vw, 1.25rem);
  line-height: 1.35;
}
@media (min-width: 1080px) {
  h4,
  .h4 {
    line-height: 1.3;
  }
}

.subtitle {
  font-family: "DMSans-Medium", sans-serif;
  font-size: 11px;
  line-height: 118%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #8d3f1c;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 13px;
    line-height: 123%;
  }
}

strong {
  font-family: "DMSans-Medium", sans-serif;
}

p,
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

em {
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: unset !important;
  width: 100%;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*::-moz-selection {
  background-color: #f0e8df;
  color: #8d3f1c;
}
*::selection {
  background-color: #f0e8df;
  color: #8d3f1c;
}
*::-moz-selection {
  background-color: #f0e8df;
  color: #8d3f1c;
}

body {
  background-color: #f0e8df;
}

button {
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  border-radius: 0;
  cursor: pointer;
}

.global-wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: clip;
  padding-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global-wrapper .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.global-wrapper .footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 1080px) {
  .global-wrapper {
    padding-top: 82px;
  }
}

.container {
  --container-spacer: 1.5rem;
  width: 100%;
  margin: auto;
  padding-left: calc(var(--container-spacer) * 0.5);
  padding-right: calc(var(--container-spacer) * 0.5);
  max-width: 1920px;
}

figure {
  margin: 0;
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: underline;
  color: inherit;
}
a:hover {
  color: inherit;
}

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

.swiper-slide {
  height: auto;
}

.img-parallax {
  overflow: hidden;
}
.img-parallax img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.fade-in {
  opacity: 0;
  -webkit-transition: all 450ms linear 0.25s;
  transition: all 450ms linear 0.25s;
}
.fade-in.in-view {
  opacity: 1;
}

.fade-in-wrapper > *:not(h2) {
  opacity: 0;
  -webkit-transition: all 450ms linear 0.25s;
  transition: all 450ms linear 0.25s;
}
.fade-in-wrapper > *:not(h2).in-view {
  opacity: 1;
}

h1,
h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
h1 .single-word,
h2 .single-word {
  position: relative;
  overflow: hidden;
  margin: 0 0 -0.1em;
  padding: 0 0.1em 0.1em 0;
}
h1 .single-word-inner,
h2 .single-word-inner {
  position: relative;
  -webkit-transform: translateY(120%) rotate(6deg);
          transform: translateY(120%) rotate(6deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.img-parallax img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

a,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  border-radius: 0;
  cursor: pointer;
}
a:focus,
button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

button,
.button {
  text-decoration: none;
}
button:hover,
.button:hover {
  text-decoration: none;
}

.button {
  --btn-hight: 42px;
  --btn-border-width: 1px;
  font-family: "DMSans-Medium", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: var(--btn-hight);
  white-space: nowrap;
  padding: 0 23px;
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border);
  color: var(--btn-color);
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button__text {
  position: relative;
  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;
  overflow: hidden;
  line-height: 1;
  height: 1em;
}
.button__text span {
  -webkit-transform: translateY(0%) rotate(0.001deg);
          transform: translateY(0%) rotate(0.001deg);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  transition: color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1), color 0.2s ease;
  transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1), color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  display: inline-block;
  position: relative;
  color: var(--btn-color);
}
.button__text span.duplicate {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(101%) rotate(-12deg);
          transform: translateY(101%) rotate(-12deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  color: var(--btn-color-hover);
}
.button--primary {
  --btn-bg: #8d3f1c;
  --btn-border: #8d3f1c;
  --btn-color: #f0e8df;
  --btn-bg-hover: #592812;
  --btn-border-hover: #592812;
  --btn-color-hover: #f0e8df;
}
.button--primary-outlined {
  --btn-bg: transparent;
  --btn-border: #8d3f1c;
  --btn-color: #8d3f1c;
  --btn-bg-hover: #8d3f1c;
  --btn-border-hover: #8d3f1c;
  --btn-color-hover: #f0e8df;
}
.button--light {
  --btn-bg: #f0e8df;
  --btn-border: #f0e8df;
  --btn-color: #8d3f1c;
  --btn-bg-hover: #fff9f2;
  --btn-border-hover: #fff9f2;
  --btn-color-hover: #8d3f1c;
}
.button--light-outlined {
  --btn-bg: transparent;
  --btn-border: #f0e8df;
  --btn-color: #f0e8df;
  --btn-bg-hover: #f0e8df;
  --btn-border-hover: #f0e8df;
  --btn-color-hover: #8d3f1c;
}
@media (max-width: 1079.98px) {
  .button {
    font-size: 14px;
  }
  .button:hover {
    background-color: var(--btn-bg);
    border-color: var(--btn-border);
  }
}
@media (max-width: 575.98px) {
  .button {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .button:hover {
    background-color: var(--btn-bg-hover);
    border-color: var(--btn-border-hover);
  }
  .button:hover .button__text span {
    -webkit-transform: translateY(-101%) rotate(-12deg);
            transform: translateY(-101%) rotate(-12deg);
  }
  .button:hover .button__text span.duplicate {
    -webkit-transform: translateY(0%) rotate(0.001deg);
            transform: translateY(0%) rotate(0.001deg);
  }
}

.gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme form label,
.gform_wrapper.gravity-theme form select {
  cursor: pointer;
}
.gform_wrapper.gravity-theme form input:focus,
.gform_wrapper.gravity-theme form select:focus,
.gform_wrapper.gravity-theme form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 1080px) {
  .gform_wrapper.gravity-theme form input[type=number] {
    -webkit-appearance: textfield;
            appearance: textfield;
    -moz-appearance: textfield;
  }
  .gform_wrapper.gravity-theme form input[type=number]::-webkit-outer-spin-button,
  .gform_wrapper.gravity-theme form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}
.gform_wrapper.gravity-theme form .gfield_label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 0;
  color: #f0e8df;
  line-height: 1.31;
}
@media (max-width: 1079.98px) {
  .gform_wrapper.gravity-theme form .gfield_label {
    font-size: 11px;
    line-height: 136%;
    margin-bottom: 6px;
  }
}
.gform_wrapper.gravity-theme form .gfield_label .gfield_required {
  font-size: 13px;
  font-weight: 400;
  color: #f0e8df;
  line-height: 1.31;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
@media (max-width: 1079.98px) {
  .gform_wrapper.gravity-theme form .gfield_label .gfield_required {
    font-size: 11px;
    line-height: 136%;
    margin-bottom: 6px;
  }
}
.gform_wrapper.gravity-theme form input,
.gform_wrapper.gravity-theme form input.large,
.gform_wrapper.gravity-theme form textarea.large,
.gform_wrapper.gravity-theme form .gfield_select,
.gform_wrapper.gravity-theme form .filter-select {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-family: "DMSans-Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #f0e8df;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: solid #f0e8df;
  border-width: 0 0 1px;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.gform_wrapper.gravity-theme form input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form input.large::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form textarea.large::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form .gfield_select::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form .filter-select::-webkit-input-placeholder {
  color: #f0e8df;
  opacity: 0.5;
}
.gform_wrapper.gravity-theme form input:-moz-placeholder,
.gform_wrapper.gravity-theme form input.large:-moz-placeholder,
.gform_wrapper.gravity-theme form textarea.large:-moz-placeholder,
.gform_wrapper.gravity-theme form .gfield_select:-moz-placeholder,
.gform_wrapper.gravity-theme form .filter-select:-moz-placeholder {
  color: #f0e8df;
  opacity: 0.5;
}
.gform_wrapper.gravity-theme form input::-moz-placeholder,
.gform_wrapper.gravity-theme form input.large::-moz-placeholder,
.gform_wrapper.gravity-theme form textarea.large::-moz-placeholder,
.gform_wrapper.gravity-theme form .gfield_select::-moz-placeholder,
.gform_wrapper.gravity-theme form .filter-select::-moz-placeholder {
  color: #f0e8df;
  opacity: 0.5;
}
.gform_wrapper.gravity-theme form input:-ms-input-placeholder,
.gform_wrapper.gravity-theme form input.large:-ms-input-placeholder,
.gform_wrapper.gravity-theme form textarea.large:-ms-input-placeholder,
.gform_wrapper.gravity-theme form .gfield_select:-ms-input-placeholder,
.gform_wrapper.gravity-theme form .filter-select:-ms-input-placeholder {
  color: #f0e8df;
  opacity: 0.5;
}
.gform_wrapper.gravity-theme form input,
.gform_wrapper.gravity-theme form input.large,
.gform_wrapper.gravity-theme form textarea.large,
.gform_wrapper.gravity-theme form .gfield_select,
.gform_wrapper.gravity-theme form .filter-select {
  height: 48px;
  margin: 0;
}
.gform_wrapper.gravity-theme form input:focus,
.gform_wrapper.gravity-theme form input.large:focus,
.gform_wrapper.gravity-theme form textarea.large:focus,
.gform_wrapper.gravity-theme form .gfield_select:focus,
.gform_wrapper.gravity-theme form .filter-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #f0e8df;
  border-color: #f0e8df;
  background-color: transparent;
}
@media (max-width: 1079.98px) {
  .gform_wrapper.gravity-theme form input,
  .gform_wrapper.gravity-theme form input.large,
  .gform_wrapper.gravity-theme form textarea.large,
  .gform_wrapper.gravity-theme form .gfield_select,
  .gform_wrapper.gravity-theme form .filter-select {
    font-size: 18px;
    height: 42px;
  }
}
.gform_wrapper.gravity-theme form .gfield.gfield--type-name {
  border: none;
  margin: 0;
  grid-column: auto;
}
.gform_wrapper.gravity-theme form .gfield.gfield--type-captcha {
  display: none;
}
.gform_wrapper.gravity-theme form .gform-field-label--type-sub {
  display: none;
}
.gform_wrapper.gravity-theme form .gfield_select {
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.75 0.75L4.75 4.75L0.75 0.749999' stroke='%23F0E8DF' stroke-width='1.5' stroke-linecap='round' /%3e%3c/svg%3e");
  background-size: 10px auto;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.gform_wrapper.gravity-theme form .gfield_select.is-placeholder {
  color: rgba(240, 232, 223, 0.5) !important;
}
.gform_wrapper.gravity-theme form .gfield_select option {
  color: #8d3f1c;
  background-color: #fff;
}
.gform_wrapper.gravity-theme form textarea.large {
  resize: none;
  height: 130px;
}
@media (min-width: 1080px) {
  .gform_wrapper.gravity-theme form textarea.large {
    height: 150px;
  }
}
.gform_wrapper.gravity-theme form .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 23px 16px;
  grid-template-columns: repeat(2, 1fr);
}
.gform_wrapper.gravity-theme form .gform_fields .gfield {
  width: 100%;
  padding: 0;
}
.gform_wrapper.gravity-theme form .gform_fields .gfield::before {
  display: none;
}
.gform_wrapper.gravity-theme form .gform_fields .gfield:not(.gfield--width-half) {
  grid-column: -1/1;
}
@media (min-width: 1080px) {
  .gform_wrapper.gravity-theme form .gform_fields {
    gap: 32px;
  }
  .gform_wrapper.gravity-theme form .gform_fields .gfield {
    width: 100%;
    padding: 0;
  }
  .gform_wrapper.gravity-theme form .gform_fields .gfield::before {
    display: none;
  }
  .gform_wrapper.gravity-theme form .gform_fields .gfield.gfield--width-half {
    grid-column: auto;
  }
}
.gform_wrapper.gravity-theme form .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 0 0;
}
.gform_wrapper.gravity-theme form .gform_footer .button {
  font-size: 16px;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme form .gform_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 26px 0 0;
  }
}
.gform_wrapper.gravity-theme form .gfield_description.validation_message {
  color: red;
  margin-top: 10px;
}
.gform_wrapper.gravity-theme form .gfield--type-captcha {
  visibility: hidden !important;
}
.gform_wrapper.gravity-theme .gform_submission_error {
  font-size: 1rem;
  font-family: "DMSans-Regular", sans-serif;
  color: red;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .gform-loader {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-animation: gformLoader 1.1s infinite linear;
          animation: gformLoader 1.1s infinite linear;
  height: 8em;
  border-bottom: 1.1em solid #000;
  border-top: 1.1em solid #fff;
  border-right: 1.1em solid #fff;
  border-left: 1.1em solid #000;
  border-radius: 50%;
  display: inline-block;
  font-size: 2px;
  width: 8em;
  margin-left: 2em;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  vertical-align: middle;
}
@-webkit-keyframes gformLoader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes gformLoader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.gform_confirmation_message {
  font-size: 18px;
  line-height: 24px;
  color: #f0e8df;
  overflow: hidden;
}

@media (max-width: 1079.98px) {
  .header__nav {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 12px;
    padding: 58px 12px 20px;
    width: 231px;
    background-color: #8d3f1c;
    color: #f0e8df;
  }
  .header__nav ul {
    margin: 0 0 19px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 136%;
    opacity: 0;
    -webkit-transition: opacity 1s linear 0.2s;
    transition: opacity 1s linear 0.2s;
  }
  .header__nav ul li {
    margin: 0 0 8px;
  }
  .header__nav ul a {
    text-decoration: none;
  }
  .header__nav ul a span.duplicate {
    display: none;
  }
  .header__nav ul a.current {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .header__nav-buttons {
    opacity: 0;
    -webkit-transition: opacity 1s linear 0.2s;
    transition: opacity 1s linear 0.2s;
  }
  .header__nav-buttons p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 136%;
  }
  .header__nav-buttons p a {
    font-family: "DMSans-Medium", sans-serif;
    text-underline-offset: 4px;
  }
  .header__nav-buttons .button {
    margin: 18px 0 0;
  }
  .header__nav.active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .header__nav.active ul,
  .header__nav.active .header__nav-buttons {
    opacity: 1;
  }
}
@media (min-width: 1080px) {
  .header__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 131%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav ul li {
    margin: 0 16px;
  }
  .header__nav ul .link {
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .header__nav ul .link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #f0e8df;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header__nav ul .link__text {
    position: relative;
    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;
    overflow: hidden;
    line-height: 1;
    height: 1em;
    white-space: nowrap;
  }
  .header__nav ul .link__text span {
    -webkit-transform: translateY(0%) rotate(0.001deg);
            transform: translateY(0%) rotate(0.001deg);
    -webkit-transition: color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
    transition: color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1), color 0.2s ease;
    transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1), color 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    display: inline-block;
  }
  .header__nav ul .link__text span.duplicate {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(101%) rotate(-12deg);
            transform: translateY(101%) rotate(-12deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .header__nav ul .link:hover .link__text span {
    -webkit-transform: translateY(-101%) rotate(-12deg);
            transform: translateY(-101%) rotate(-12deg);
  }
  .header__nav ul .link:hover .link__text span.duplicate {
    -webkit-transform: translateY(0%) rotate(0.01deg);
            transform: translateY(0%) rotate(0.01deg);
  }
  .header__nav ul .link.current::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .header__nav-buttons {
    display: none;
  }
}

.navbar-toggler {
  --toggler-spacer-init: 5px;
  --toggler-spacer: 4px;
  --toggler-color-active: #f0e8df;
  width: 52px;
  height: 26px;
  background-color: transparent;
  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;
}
.navbar-toggler__icon {
  display: block;
  padding: 0;
  width: 32px;
  height: 0;
  position: relative;
}
.navbar-toggler__icon:before, .navbar-toggler__icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: var(--header-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.navbar-toggler__icon:before {
  top: calc(var(--toggler-spacer-init) * -1);
}
.navbar-toggler__icon:after {
  bottom: calc(var(--toggler-spacer-init) * -1);
}
.navbar-toggler.active .navbar-toggler__icon:before, .navbar-toggler.active .navbar-toggler__icon:after {
  width: 25px;
  background-color: var(--toggler-color-active);
}
.navbar-toggler.active .navbar-toggler__icon:before {
  -webkit-transform: translateY(var(--toggler-spacer)) rotate(45deg);
          transform: translateY(var(--toggler-spacer)) rotate(45deg);
}
.navbar-toggler.active .navbar-toggler__icon:after {
  -webkit-transform: translateY(calc(var(--toggler-spacer) * -1)) rotate(-45deg);
          transform: translateY(calc(var(--toggler-spacer) * -1)) rotate(-45deg);
}
@media (min-width: 1080px) {
  .navbar-toggler {
    display: none;
  }
}

.testimonial {
  height: 100%;
  border: 1px solid #8d3f1c;
  border-radius: 12px;
  padding: 20px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial__rating {
  width: 80px;
  height: 14px;
  background: url(../images/bg/star-empty.svg) 0 0/16px 13px repeat-x;
  position: relative;
  margin: 0 0 11px;
}
.testimonial__rating::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg/star-filled.svg) 0 0/16px 13px repeat-x;
}
.testimonial__rating[data-rate="5"]::after {
  width: 100%;
}
.testimonial__rating[data-rate="4.5"]::after {
  width: 90%;
}
.testimonial__rating[data-rate="4"]::after {
  width: 80%;
}
.testimonial__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 71px;
}
.testimonial__name {
  font-family: "DMSerifText", serif;
  font-size: 17px;
  line-height: 135%;
  margin-top: auto;
}
@media (min-width: 1400px) {
  .testimonial {
    padding: 26px 24px;
  }
  .testimonial__rating {
    width: 94px;
    height: 16px;
    margin: 0 0 24px;
    background-size: 19px 16px;
  }
  .testimonial__rating::after {
    background-size: 19px 16px;
  }
  .testimonial__text {
    -webkit-line-clamp: 6;
    margin: 0 0 106px;
  }
  .testimonial__name {
    font-size: 18px;
    line-height: 133%;
  }
}

.socials {
  --link-size: 42px;
  --ico-size: 16px;
  --s-bg: #f0e8df;
  --s-color: #f0e8df;
  --s-color-hover: #8d3f1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials__link {
  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;
  border: 1px solid var(--s-bg);
  width: var(--link-size);
  height: var(--link-size);
  margin: 0 8px 0 0;
  border-radius: 100%;
}
.socials__link-content {
  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;
  overflow: hidden;
  position: relative;
}
.socials__link-icon {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1.33, 0.25, 1);
  -webkit-transform: translateY(0%) rotate(0.001deg);
          transform: translateY(0%) rotate(0.001deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.socials__link-icon svg {
  width: var(--ico-size);
  height: auto;
}
.socials__link-icon svg path {
  fill: var(--s-color);
}
.socials__link-icon--duplicate {
  position: absolute;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: translateY(101%) rotate(-12deg);
          transform: translateY(101%) rotate(-12deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.socials__link-icon--duplicate svg path {
  fill: var(--s-color-hover);
}
@media (min-width: 1080px) {
  .socials__link:hover {
    background-color: var(--s-bg);
  }
  .socials__link:hover .socials__link-icon {
    -webkit-transform: translateY(-101%) rotate(-12deg);
            transform: translateY(-101%) rotate(-12deg);
  }
  .socials__link:hover .socials__link-icon--duplicate {
    -webkit-transform: translateY(0%) rotate(0.001deg);
            transform: translateY(0%) rotate(0.001deg);
  }
}

.header {
  --header-bg: transparent;
  --header-color: #8d3f1c;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 1936px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: var(--header-color);
  padding: 8px;
}
.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 8px);
  left: 0;
  top: 0;
  background-color: #f0e8df;
  border-radius: 0 0 20px 20px;
}
.header__main {
  background-color: var(--header-bg);
  padding: 12px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.header__buttons-phone {
  margin: 0 5px 0 0;
}
.header__buttons-phone-text {
  display: none;
}
.header__buttons-phone-icon svg {
  width: 22px;
  margin: -2px 0 0;
}
.header__buttons-phone-icon svg path {
  stroke: var(--header-color);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.header__buttons .button {
  display: none;
}
.header__logo a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-image svg {
  width: 80px;
}
.header__logo-image svg path {
  fill: var(--header-color);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.header__logo .subtitle {
  font-size: 11px;
  line-height: 118%;
  letter-spacing: 0.03em;
  margin-left: 10px;
  color: var(--header-color);
}
.header.headroom--not-top {
  --header-bg: #8d3f1c;
  --header-color: #f0e8df;
}
.header.headroom--not-top .header__main {
  border: 1px solid var(--header-color);
  border-width: 0 0 1px;
  border-radius: 12px;
  margin: 0 1px;
  padding-left: 9px;
}
.header.headroom--not-top .header__buttons .button {
  --btn-bg: #f0e8df;
  --btn-border: #f0e8df;
  --btn-color: #8d3f1c;
  --btn-bg-hover: #fff9f2;
  --btn-border-hover: #fff9f2;
  --btn-color-hover: #8d3f1c;
}
.header.headroom--not-top.headroom--pinned {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.header.headroom--not-top.headroom--unpinned {
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
@media (max-width: 1079.98px) {
  .header.nav-opened .header__buttons .header__buttons-phone .header__buttons-phone-icon svg path {
    stroke: #f0e8df;
  }
}
@media (min-width: 1080px) {
  .header__logo .subtitle {
    font-size: 13px;
    line-height: 123%;
    margin-left: 12px;
  }
  .header__buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__buttons-phone {
    margin: 0 24px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header__buttons .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header.headroom--not-top .header__main {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1080px) and (max-width: 1399.98px) {
  .header__logo, .header__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 1400px) {
  .header__main {
    padding: 12px 22px;
  }
  .header.headroom--not-top .header__main {
    padding: 12px 22px;
  }
  .header__logo {
    width: 100%;
  }
  .header__logo-image svg {
    width: 128px;
  }
  .header__buttons {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__buttons-phone {
    margin: 0 24px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  .header__buttons-phone-text {
    display: block;
    position: relative;
  }
  .header__buttons-phone-text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #8d3f1c;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header__buttons-phone-icon svg {
    width: 18px;
    margin: 0 10px 0 0;
  }
  .header__buttons-phone:hover .header__buttons-phone-text::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .header__buttons .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header.headroom--not-top .header__buttons-phone-text::after {
    background-color: #f0e8df;
  }
}

.hero {
  padding: 0 0 8px;
}
.hero__slider {
  padding-top: 57%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.hero .slides {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 102%;
  height: 102%;
  overflow: hidden;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
}
.hero .slides .slide {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  will-change: transform, opacity;
}
.hero .slides .slide--current {
  pointer-events: auto;
  opacity: 1;
}
.hero .slides .slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  will-change: transform, opacity, filter;
}
.hero .slides .deco {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  position: relative;
  opacity: 0;
  background: #8d3f1c;
  will-change: transform, opacity;
}
.hero__text {
  background-color: #fff9f2;
  border-radius: 12px;
  padding: 24px 12px;
  margin: 8px 0 0;
}
.hero__text .subtitle {
  margin: 20px 0 10px;
}
.hero__text p {
  max-width: 17.5em;
  margin: 0;
}
.hero__buttons {
  padding: 20px 0 0;
  display: grid;
  gap: 12px;
}
@media (max-width: 1079.98px) {
  .hero .container {
    padding: 0 8px;
  }
}
@media (min-width: 576px) {
  .hero__text h1 {
    max-width: 9em;
  }
  .hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .hero__buttons .button + .button {
    margin-left: 12px;
  }
}
@media (min-width: 1080px) {
  .hero {
    height: calc(100vh - 82px);
    padding: 0 10px 9.46vh;
  }
  .hero .container {
    --container-spacer: 100px;
    height: 100%;
    position: relative;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__slider {
    padding-top: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
  }
  .hero__text {
    margin: 0;
    width: 45%;
    max-width: 700px;
    position: relative;
    z-index: 2;
    padding: 24px 20px;
  }
  .hero__text .subtitle {
    margin: 28px 0 12px;
  }
  .hero__text p {
    max-width: 26em;
  }
  .hero__buttons {
    padding: 32px 0 0;
  }
}
@media (min-width: 1400px) {
  .hero .container {
    --container-spacer: 148px;
  }
  .hero__text {
    width: 40%;
  }
}

.offers {
  padding: 88px 0 32px;
  position: relative;
}
.offers__mark {
  position: absolute;
  top: 0;
  left: 50%;
  width: 122.7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.offers__mark svg {
  width: 100%;
}
.offers .container {
  position: relative;
  z-index: 1;
}
.offers__wrapper {
  border-radius: 12px;
  padding: 24px 12px;
  background-color: #fff9f2;
  max-width: 1456px;
  margin: auto;
}
.offers__header {
  margin: 0 0 24px;
}
.offers__header .subtitle {
  margin: 0 0 17px;
}
.offers__header h2 {
  margin: 0 0 15px;
  max-width: 13em;
}
.offers__header p {
  margin: 0;
  max-width: 25em;
}
.offers__list {
  display: grid;
  gap: 14px;
}
.offers__list-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border-top: 1px solid #8d3f1c;
  padding: 16px 0 0;
}
.offers__list-row:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.offers__list-row:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.offers__list-row:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.offers__list-row:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.offers__list-row:nth-child(5) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.offers__list-row:nth-child(6) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.offers__list-row:nth-child(7) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.offers__list-row:nth-child(8) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.offers__list-row:nth-child(9) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.offers__list-row:nth-child(10) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.offers__list-row:nth-child(11) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.offers__list-row:nth-child(12) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.offers__list-row:nth-child(13) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.offers__list-row:nth-child(14) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.offers__list-row:nth-child(15) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.offers__list-row:nth-child(16) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.offers__list-row:nth-child(17) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.offers__list-row:nth-child(18) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.offers__list-row:nth-child(19) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.offers__list-row:nth-child(20) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.offers__list-item figure {
  display: block;
  position: relative;
  padding-top: 66.7%;
}
.offers__list-item figure img,
.offers__list-item figure video,
.offers__list-item figure iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.offers__list-item figure {
  border-radius: 8px;
  margin: 0 0 7px;
}
@media (max-width: 1079.98px) {
  .offers .container {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .offers__header {
    margin: 0 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .offers__header h2 {
    margin: 0;
  }
  .offers__header-left {
    padding-right: 80px;
  }
  .offers__header-right {
    width: 315px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .offers__list {
    gap: 26px;
  }
  .offers__list-row {
    gap: 26px;
    padding: 26px 0 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1080px) {
  .offers {
    padding: 16px 0 84px;
  }
  .offers__mark {
    top: 50%;
    width: 134.6%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .offers .container {
    --container-spacer: 160px;
  }
}
@media (min-width: 1400px) {
  .offers__wrapper {
    padding: 52px 20px;
  }
  .offers__header {
    margin: 0 0 51px;
  }
  .offers__header .subtitle {
    margin: 0 0 33px;
  }
  .offers__header-left {
    padding-right: 136px;
  }
  .offers__list {
    gap: 26px;
  }
  .offers__list-row {
    gap: 52px;
    padding: 31px 0 0;
  }
  .offers__list-item figure {
    padding-top: 56.2%;
    margin: 0 0 12px;
  }
}

.why .container {
  background-color: #fff9f2;
}
.why__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 42px 0 20px;
}
.why__visual figure {
  border-radius: 500px 500px 12px 12px;
}
.why__visual figure img {
  width: 100%;
}
.why__main .subtitle {
  margin: 0 0 17px;
}
.why__main h2 {
  max-width: 9.5em;
  margin: 0 0 15px;
}
.why__main h2 ~ p {
  max-width: 44em;
  margin: 0 0 25px;
}
.why__list {
  display: grid;
  gap: 21px;
  margin: 0 0 26px;
}
.why__item {
  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;
}
.why__item h3 {
  margin: 0 0 4px;
}
.why__item p {
  margin: 0;
}
.why__item-icon {
  width: 74px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 20px;
}
.why__item-text {
  width: 100%;
}
@media (min-width: 768px) {
  .why__wrapper {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 32px;
    padding: 42px 0;
  }
  .why__visual figure {
    position: sticky;
    top: 20px;
  }
  .why__list {
    margin: 0;
  }
}
@media (min-width: 1080px) {
  .why {
    padding: 0 10px;
  }
  .why .container {
    border-radius: 12px;
  }
  .why__wrapper {
    grid-template-columns: 400px auto;
  }
  .why__visual figure {
    position: static;
    height: 100%;
  }
  .why__visual figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .why__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .why__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .why__item-icon {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1400px) {
  .why__wrapper {
    padding: 110px 62px 84px;
    gap: 52px;
  }
  .why__main .subtitle {
    margin: 0 0 33px;
  }
  .why__main h2 {
    margin: 0 0 25px;
  }
  .why__main h2 ~ p {
    margin: 0 0 53px;
  }
  .why__list {
    gap: 32px 52px;
  }
  .why__item-icon {
    width: 100px;
    margin: 0 32px 0 0;
  }
  .why__item h3 {
    margin: 0 0 8px;
  }
}
@media (min-width: 1900px) {
  .why__wrapper {
    grid-template-columns: 500px auto;
    gap: 84px;
  }
}

.brands {
  padding: 42px 0 4px;
}
.brands__header {
  margin: 0 auto 24px;
  max-width: 1456px;
}
.brands__header h2 {
  margin: 0 0 15px;
  max-width: 7.1em;
}
.brands__header p {
  margin: 0;
  max-width: 25em;
}
.brands__slider {
  position: relative;
}
.brands__slider figure {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 0 24px;
  height: 58px;
  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;
}
.brands__slider figure img {
  max-height: 20px;
  max-width: none;
  width: auto;
  height: auto;
}
.brands__slider:before, .brands__slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52px;
  z-index: 9;
  background: -webkit-gradient(linear, right top, left top, from(rgba(240, 232, 223, 0)), to(#f0e8df));
  background: linear-gradient(270deg, rgba(240, 232, 223, 0) 0%, #f0e8df 100%);
}
.brands__slider:before {
  left: 0;
}
.brands__slider:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 232, 223, 0)), to(#f0e8df));
  background: linear-gradient(90deg, rgba(240, 232, 223, 0) 0%, #f0e8df 100%);
}
.brands__slider .swiper {
  margin: 0 0 8px;
}
.brands__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.brands__slider .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .brands__header {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brands__header h2 {
    margin: 0;
    max-width: 8.1em;
  }
  .brands__header-left {
    padding-right: 80px;
  }
  .brands__header-right {
    width: 315px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .brands__slider:before, .brands__slider:after {
    content: "";
    width: 84px;
  }
  .brands__slider .swiper {
    margin: 0 0 10px;
  }
  .brands__slider .swiper:last-child {
    display: none;
  }
}
@media (min-width: 1080px) {
  .brands {
    padding: 84px 0 4px;
  }
  .brands__slider:before, .brands__slider:after {
    content: "";
    width: 184px;
  }
  .brands__slider figure {
    border-radius: 12px;
    padding: 0 32px;
    height: 84px;
  }
  .brands__slider figure img {
    max-height: none;
  }
  .brands__slider .swiper {
    margin: 0 0 16px;
  }
}
@media (min-width: 1400px) {
  .brands__header {
    margin-bottom: 67px;
  }
  .brands__header-right {
    width: 423px;
  }
}

.trade-accounts {
  padding: 42px 0 20px;
  color: #f0e8df;
  background-color: #8d3f1c;
}
.trade-accounts__header {
  margin: 0 0 32px;
  padding: 0 8px;
}
.trade-accounts__header .subtitle {
  margin: 0 0 17px;
  color: #f0e8df;
}
.trade-accounts__header h2 {
  margin: 0 0 15px;
  max-width: 13em;
}
.trade-accounts__header p {
  margin: 0 0 24px;
  max-width: 25em;
}
.trade-accounts__list {
  margin: 0 0 42px;
  padding: 0 8px;
}
.trade-accounts__list ol {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
}
.trade-accounts__list ol li {
  position: relative;
  counter-increment: item;
  line-height: 0;
}
.trade-accounts__list ol li::before {
  content: counter(item, decimal-leading-zero);
  display: block;
  font-family: "DMSans-Medium", sans-serif;
  font-size: 11px;
  line-height: 118%;
  letter-spacing: 0.03em;
}
.trade-accounts__list ol li::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 6px;
  right: 0;
  height: 1px;
  background-color: rgba(240, 232, 223, 0.3);
}
.trade-accounts__list ol li h3 {
  margin: 16px 0 11px;
}
.trade-accounts__list ol li p {
  line-height: 1.36;
  margin: 0;
}
.trade-accounts__panel {
  background-color: #f0e8df;
  color: #8d3f1c;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.trade-accounts__panel-text {
  padding: 24px 12px 20px;
}
.trade-accounts__panel-text .subtitle {
  max-width: 18.2em;
  margin: 0 0 16px;
}
.trade-accounts__panel-text .text-animated {
  font-size: clamp(1.5rem, 1.875vw, 2.25rem);
  line-height: 125%;
  margin: 0 0 16px;
}
.trade-accounts__panel-text p {
  max-width: 36.25em;
  margin: 0 0 24px;
}
.trade-accounts__panel-visual {
  padding: 12px 12px 0px;
}
.trade-accounts__panel-visual figure {
  border-radius: 8px 300px 300px 8px;
}
@media (max-width: 1079.98px) {
  .trade-accounts .container {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .trade-accounts__header {
    margin: 0 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .trade-accounts__header p {
    margin: 0;
  }
  .trade-accounts__header-left {
    width: 62%;
  }
  .trade-accounts__list ol {
    gap: 32px 8px;
  }
  .trade-accounts__list ol li {
    padding: 0 24px 0 0;
  }
  .trade-accounts__list ol li::before {
    font-size: 13px;
    line-height: 123%;
  }
  .trade-accounts__list ol li::after {
    left: 25px;
    top: 6px;
  }
  .trade-accounts__panel {
    display: grid;
    grid-template-columns: auto 400px;
  }
  .trade-accounts__panel-text {
    padding: 24px 20px;
  }
  .trade-accounts__panel-text .subtitle {
    max-width: 15.5em;
  }
  .trade-accounts__panel-visual {
    padding: 20px;
  }
  .trade-accounts__panel-visual figure {
    border-radius: 500px 500px 8px 8px;
    height: 100%;
  }
  .trade-accounts__panel-visual figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1080px) {
  .trade-accounts {
    padding: 0 10px;
    background-color: transparent;
  }
  .trade-accounts .container {
    background-color: #8d3f1c;
    border-radius: 12px;
    padding-top: 110px;
    padding-bottom: 84px;
    --container-spacer: 160px;
  }
  .trade-accounts__header {
    margin: 0 auto 32px;
    padding: 0;
    max-width: 1456px;
  }
  .trade-accounts__list {
    margin: 0 auto 84px;
    padding: 0;
    max-width: 1456px;
  }
  .trade-accounts__panel {
    margin: 0 auto;
    max-width: 1456px;
  }
}
@media (min-width: 1400px) {
  .trade-accounts__header {
    margin-bottom: 53px;
  }
  .trade-accounts__header .subtitle {
    margin: 0 0 33px;
  }
  .trade-accounts__header h2 {
    margin: 0 0 25px;
  }
  .trade-accounts__header p {
    max-width: 47em;
  }
  .trade-accounts__list {
    margin-bottom: 110px;
  }
  .trade-accounts__list ol {
    gap: 43px 8px;
  }
  .trade-accounts__list ol li {
    padding: 0 124px 0 0;
  }
  .trade-accounts__list ol li h3 {
    margin: 20px 0 7px;
  }
  .trade-accounts__list ol li p {
    line-height: 1.31;
  }
  .trade-accounts__panel {
    grid-template-columns: auto 525px;
  }
  .trade-accounts__panel-text .subtitle {
    margin: 0 0 30px;
  }
  .trade-accounts__panel-text .text-animated {
    line-height: 117%;
    margin: 0 84px 26px 0;
  }
  .trade-accounts__panel-text p {
    margin: 0 0 32px;
  }
}

.showroom {
  padding: 44px 0 32px;
}
.showroom__header {
  text-align: center;
  margin: 0 0 20px;
}
.showroom__header h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 15px;
  max-width: 7em;
}
.showroom__header p {
  margin: auto;
}
.showroom__slider {
  margin: 0 -12px;
}
.showroom__slider .swiper {
  padding: 0 8px 4px;
}
.showroom__slider .swiper-slide {
  width: 315px;
}
.showroom__slider .swiper-arrow {
  display: none;
}
.showroom__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 16px 0 0;
}
.showroom__rating-stars {
  width: 55px;
  height: 10px;
  background: url(../images/bg/star-empty.svg) 0 0/11px 10px repeat-x;
  position: relative;
}
.showroom__rating-stars::after {
  content: "";
  height: 100%;
  width: 94%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg/star-filled.svg) 0 0/11px 10px repeat-x;
}
.showroom__rating-text {
  font-family: "DMSans-Medium", sans-serif;
  font-size: 11px;
  line-height: 118%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 0 4px;
}
.showroom__rating-note {
  width: 100%;
  font-size: 11px;
  line-height: 136%;
}
@media (min-width: 768px) {
  .showroom__header h2 {
    max-width: none;
  }
  .showroom__header p {
    max-width: 22.5em;
  }
  .showroom__rating {
    margin: 27px 0 0;
  }
  .showroom__rating-stars {
    width: 72px;
    height: 13px;
    background-size: 15px 13px;
  }
  .showroom__rating-stars::after {
    background-size: 15px 13px;
  }
  .showroom__rating-text {
    font-size: 13px;
    line-height: 123%;
    margin: 0 4px 0 10px;
  }
  .showroom__rating-note {
    width: auto;
    font-size: 13px;
    line-height: 131%;
  }
}
@media (min-width: 1080px) {
  .showroom {
    padding: 84px 0;
  }
  .showroom .container {
    --container-spacer: 180px;
  }
  .showroom__header {
    margin: 0 0 42px;
  }
  .showroom__header h2 {
    margin: 0 auto 24px;
  }
  .showroom__slider {
    --swiper-navigation-size: 42px;
    --swiper-navigation-sides-offset: -60px;
    margin: 0 auto;
    position: relative;
    max-width: 1456px;
  }
  .showroom__slider .swiper {
    padding: 0 1px 4px;
  }
  .showroom__slider .swiper-arrow {
    display: block;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    border-radius: 100%;
    border: 1px solid #8d3f1c;
    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;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .showroom__slider .swiper-arrow::after {
    display: none;
  }
  .showroom__slider .swiper-arrow svg {
    width: 21px;
  }
  .showroom__slider .swiper-arrow svg path {
    stroke: #8d3f1c;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .showroom__slider .swiper-arrow:hover {
    background-color: #8d3f1c;
  }
  .showroom__slider .swiper-arrow:hover svg path {
    stroke: #f0e8df;
  }
}
@media (min-width: 1900px) {
  .showroom__slider {
    --swiper-navigation-size: 52px;
    --swiper-navigation-sides-offset: -94px;
  }
}

.about {
  padding: 0 0 32px;
}
.about__header {
  margin: 0 0 -12px;
  padding: 24px 12px 28px;
  background-color: #fff9f2;
  border-radius: 12px;
  position: relative;
}
.about__header .subtitle {
  margin: 0 0 17px;
}
.about__header h2 {
  margin: 0 0 15px;
  max-width: 6em;
}
.about__header p {
  margin: 0;
  max-width: 25em;
}
.about__header .socials {
  display: none;
}
.about__form {
  background-color: #8d3f1c;
  border-radius: 0 0 12px 12px;
  padding: 38px 12px 24px;
}
.about__form h3 {
  color: #f0e8df;
  margin: 0 0 23px;
}
.about__meet {
  background-color: #fff9f2;
  border-radius: 12px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.about__meet figure {
  width: 78px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 2/3;
  border-radius: 8px;
}
.about__meet figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__meet figure ~ div {
  padding: 8px 12px 12px 16px;
}
.about__meet p {
  margin: 8px 0;
}
.about__grid {
  display: grid;
  gap: 10px;
  padding: 10px 0 0;
}
.about__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff9f2;
  border-radius: 12px;
  padding: 16px 12px;
}
.about__contacts {
  margin: 0 0 -5px;
}
.about__contacts .subtitle {
  margin: 0 0 16px;
}
.about__contacts p {
  margin: 0 0 5px;
}
.about__contacts p:last-child {
  margin: 0;
}
.about__contacts-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 133%;
  text-decoration: none;
}
.about__contacts-link-icon {
  width: 24px;
  height: 24px;
  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;
  padding: 2px 0 0;
}
.about__contacts-link-icon svg {
  width: 18px;
}
.about__contacts-link-text {
  margin-left: 8px;
  display: block;
  position: relative;
}
.about__contacts-link-text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #8d3f1c;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.about__address {
  position: relative;
}
.about__address .subtitle {
  margin: 0 0 16px;
}
.about__address address {
  font-family: "DMSerifText", serif;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
}
.about__address a {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
}
.about__address a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #8d3f1c;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.about__hours .subtitle {
  margin: 0 0 13px;
}
.about__hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #8d3f1c;
}
.about__hours ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 32px;
  border-bottom: 1px solid #8d3f1c;
  font-size: 13px;
}
.about__hours ul li span {
  width: 50%;
}
@media (max-width: 1079.98px) {
  .about .container {
    padding: 0 8px;
  }
}
@media (max-width: 767.98px) {
  .about__meet .button,
  .about__meet .button.button--primary {
    height: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #8d3f1c;
    width: auto;
  }
  .about__meet .button .button__text,
  .about__meet .button.button--primary .button__text {
    text-decoration: underline !important;
    text-underline-offset: 4px;
    color: #8d3f1c;
  }
  .about__meet .button .button__text span,
  .about__meet .button.button--primary .button__text span {
    color: #8d3f1c;
  }
}
@media (min-width: 768px) {
  .about__wrapper {
    border-radius: 12px;
    background-color: #fff9f2;
    max-width: 1456px;
    margin: auto;
  }
  .about__header {
    padding: 52px 24px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about__header h2 {
    margin: 0;
    max-width: 7em;
  }
  .about__header p {
    max-width: 19em;
  }
  .about__header-left {
    padding-right: 80px;
  }
  .about__header-right {
    width: 40%;
    max-width: 399px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .about__main {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__form {
    border-radius: 8px;
    padding: 24px 20px;
    margin-right: 20px;
    width: 100%;
  }
  .about__meet {
    width: 40%;
    max-width: 403px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border: 1px solid #8d3f1c;
    border-radius: 8px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .about__meet figure {
    width: auto;
    aspect-ratio: unset;
    border-radius: 8px 8px 0 0;
    display: block;
    position: relative;
    padding-top: 93%;
  }
  .about__meet figure img,
  .about__meet figure video,
  .about__meet figure iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .about__meet figure ~ div {
    padding: 20px 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .about__meet .button {
    margin-top: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .about__grid {
    max-width: 1456px;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .about__contacts {
    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;
    height: 100%;
    margin: 0;
  }
  .about__contacts .subtitle {
    margin-bottom: auto;
  }
  .about__address {
    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;
    height: 100%;
  }
  .about__address .subtitle {
    margin: 0;
  }
  .about__address a {
    position: relative;
    display: inline-block;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1080px) {
  .about {
    padding: 0 0 84px;
  }
  .about .container {
    --container-spacer: 160px;
  }
  .about__header .socials {
    --s-bg: #8d3f1c;
    --s-color: #8d3f1c;
    --s-color-hover: #f0e8df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0 0;
  }
  .about__grid {
    padding: 20px 0 0;
    gap: 20px;
  }
  .about__col {
    border-radius: 12px;
    padding: 20px;
  }
  .about__contacts {
    margin: 0;
  }
  .about__contacts p {
    margin: 0 0 8px;
  }
  .about__contacts-link {
    font-size: 20px;
  }
  .about__contacts-link-icon {
    height: 32px;
    padding: 2px 0 0;
  }
  .about__contacts-link-icon svg {
    width: auto;
  }
  .about__contacts-link-text {
    margin-left: 12px;
  }
  .about__contacts-link:hover .about__contacts-link-text::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left 0;
            transform-origin: left 0;
  }
  .about__address address {
    font-size: 22px;
    line-height: 135%;
  }
  .about__address a:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left 0;
            transform-origin: left 0;
  }
  .about__hours ul li {
    font-size: 14px;
    height: 31px;
  }
}
@media (min-width: 1400px) {
  .about__header {
    padding-bottom: 43px;
  }
  .about__header .subtitle {
    margin: 0 0 33px;
  }
  .about__header .socials {
    padding: 24px 0 0;
  }
  .about__form h3 {
    margin: 0 0 32px;
  }
  .about__contacts {
    margin: 0;
  }
  .about__contacts p {
    margin: 0 0 8px;
  }
  .about__contacts-link {
    font-size: 24px;
  }
  .about__address address {
    font-size: 26px;
  }
}

.terms-page {
  padding: 100px 0 80px;
}
@media (min-width: 768px) {
  .terms-page {
    padding: 120px 0 120px;
  }
}

.terms-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
  padding: 0 20px;
}
.terms-header h1 {
  margin: 0 0 12px;
  display: block;
}

.terms-updated {
  font-size: 14px;
  opacity: 0.6;
  margin: 0;
}

.terms-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.terms-content h2 {
  margin: 40px 0 16px;
}
.terms-content h3 {
  margin: 32px 0 12px;
}
.terms-content p {
  margin: 0 0 16px;
  line-height: 1.7;
}
.terms-content ul,
.terms-content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.terms-content ul li,
.terms-content ol li {
  margin: 0 0 8px;
  line-height: 1.7;
}
.terms-content a {
  text-decoration: underline;
}

.error-404 {
  padding: 100px 0 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .error-404 {
    padding: 120px 0 120px;
  }
}
.error-404__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.error-404 h1 {
  margin: 0 0 16px;
  display: block;
}
.error-404 p {
  margin: 0 0 32px;
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.footer {
  color: #f0e8df;
}
.footer .subtitle {
  color: inherit;
}
.footer .container {
  background-color: #8d3f1c;
  border-radius: 12px;
}
.footer__wrapper {
  max-width: 1456px;
  margin: auto;
  padding: 24px 0;
  display: grid;
  gap: 26px;
}
.footer__main, .footer__bottom {
  display: grid;
  gap: 26px;
}
.footer__logo a {
  display: block;
  width: 97px;
}
.footer__logo a svg path {
  fill: #f0e8df;
}
.footer__logo p {
  font-size: 13px;
  line-height: 138%;
  margin: 16px 0 0;
}
.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav {
  width: 50%;
}
.footer__nav ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.footer__nav ul li {
  margin: 0 0 5px;
}
.footer__nav ul li:last-child {
  margin: 0;
}
.footer__nav a {
  text-decoration: none;
}
.footer__contacts {
  display: grid;
  gap: 8px;
  font-family: "DMSans-Medium", sans-serif;
}
.footer__contacts p {
  margin: 0;
}
.footer__contacts a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.footer__contacts a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #f0e8df;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__info {
  font-size: 11px;
  line-height: 136%;
  display: grid;
  gap: 3px;
  font-family: "DMSans-Medium", sans-serif;
}
.footer__info-dev a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.footer__info-dev svg {
  width: 59px;
  margin: 1px 0 0 3px;
}
.footer__info-dev svg path {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.footer__info-legals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__info-legals li + li::before {
  content: "|";
  margin: 0 8px;
}
.footer__info-legals a {
  text-decoration: none;
}
@media (max-width: 1079.98px) {
  .footer {
    padding: 0 8px 8px;
  }
}
@media (min-width: 768px) {
  .footer__wrapper {
    padding: 52px 0 32px;
    gap: 52px;
  }
  .footer__main {
    grid-template-columns: 1fr 300px 1fr;
  }
  .footer__bottom {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .footer__center {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__logo p {
    max-width: 22.8em;
  }
  .footer__nav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .footer .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer .socials a {
    margin: 0 0 8px;
  }
  .footer__info {
    text-align: right;
    font-size: 13px;
    line-height: 131%;
  }
  .footer__info-legals {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1080px) {
  .footer {
    padding: 0 10px 10px;
  }
  .footer__nav a,
  .footer .footer__info-legals a {
    display: inline-block;
    position: relative;
  }
  .footer__nav a::after,
  .footer .footer__info-legals a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f0e8df;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .footer__nav a:hover::after,
  .footer .footer__info-legals a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .footer__contacts a:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .footer__info-dev a:hover svg path {
    fill: #ffb3cc;
  }
}
@media (min-width: 1400px) {
  .footer__wrapper {
    padding: 84px 0 32px;
    gap: 84px;
  }
  .footer__main {
    grid-template-columns: 1fr 392px 1fr;
  }
  .footer__logo a {
    width: 127px;
  }
  .footer__logo p {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 136%;
  }
  .footer__nav ul {
    margin: 17px 0 0;
  }
  .footer .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer .socials a {
    margin: 0 0 8px;
  }
  .footer__contacts a::after {
    bottom: -2px;
  }
  .footer__info-dev svg {
    width: 74px;
    margin: -2px 0 0 4px;
  }
}
/*# sourceMappingURL=main.css.map */
