@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol {
  padding-left: 1.3em;
}

ul {
  padding-left: 1.5em;
}

img {
  vertical-align: top;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=tel]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input[type=tel]::-webkit-textfield-decoration-container {
  display: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

@font-face {
  font-family: "DaxlinePro";
  src: url("../fonts/daxlinepro_extrabold.otf") format("opentype");
  font-style: normal;
  font-weight: 750;
}
html {
  scroll-padding-top: 94px;
  scroll-behavior: smooth;
}
@media (max-width: 1700px) {
  html {
    scroll-padding-top: 108px;
  }
}
@media (max-width: 1500px) {
  html {
    scroll-padding-top: 102px;
  }
}
@media (max-width: 1400px) {
  html {
    scroll-padding-top: 80px;
  }
}
@media (max-width: 1023px) {
  html {
    scroll-padding-top: 75px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 59px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  background: #ffffff;
  color: #19171a;
  font-style: normal;
}
@media (max-width: 1400px) {
  body {
    font-size: 16px;
  }
  body.lock {
    overflow: hidden;
  }
}

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

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0;
  gap: 200px;
}
.page.gray {
  background-color: #f0f0f0;
}
@media (max-width: 1440px) {
  .page {
    gap: 160px;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .page {
    padding: 50px 0;
    gap: 100px;
  }
}

[class*=__container] {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 1700px) {
  [class*=__container] {
    padding: 0 30px;
  }
}
@media (max-width: 1300px) {
  [class*=__container] {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  [class*=__container] {
    padding: 0 20px;
  }
}

h1 {
  font-family: "DaxlinePro";
  font-size: 70px;
  font-weight: 750;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 1400px) and (min-width: 1023.1px) {
  .main:not(.full-height) h1 {
    font-size: 42px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 54px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 36px;
  }
}

.main {
  position: relative;
  color: #ffffff;
  padding: 194px 0 70px;
}
.main.full-height {
  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;
  min-height: 100vh;
  min-height: 100vh;
}
@media (max-width: 1700px) {
  .main {
    padding-top: 178px;
  }
}
@media (max-width: 1500px) {
  .main {
    padding-top: 172px;
  }
}
@media (max-width: 1400px) {
  .main {
    padding: 115px 0 40px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 135px 0 65px;
  }
}
@media (max-width: 500px) {
  .main {
    padding: 100px 0 50px;
  }
}
.main__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
}
.main__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(122.74% 83.83% at 86.2% 74.68%, #19171a 0%, rgba(25, 23, 26, 0) 100%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 800px) {
  .main__bg:after {
    background: radial-gradient(167.41% 110.28% at 86.2% 74.68%, #19171a 0%, rgba(25, 23, 26, 0) 100%);
  }
}
.main__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main__container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.main__container h1 {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .main__container h1 {
    padding-right: 0px;
  }
}
.main__arrow__container {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}
@media (max-width: 500px) {
  .main__arrow__container {
    bottom: 10px;
  }
}
.main__arrow {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main__arrow img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 15px;
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
@media (max-width: 500px) {
  .main__arrow {
    width: 40px;
    height: 40px;
  }
  .main__arrow img {
    width: 12px;
  }
}
@media (any-hover: hover) {
  .main__arrow:hover {
    background-color: #ab9e69;
  }
  .main__arrow:hover img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.header {
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  padding-top: 40px;
  -webkit-transition: padding-top 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: padding-top 0.3s ease 0s, background-color 0.3s ease 0s;
  width: calc(100% - var(--fancybox-scrollbar-compensate, 0px));
}
.header.show {
  padding-top: 25px;
  background-color: #19171a;
}
@media (max-width: 1700px) {
  .header {
    padding-top: 25px;
  }
}
@media (max-width: 1400px) {
  .header:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    background-color: #19171a;
    pointer-events: none;
    opacity: 0;
    z-index: 7;
    visibility: hidden;
  }
  body.lock .header:after {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    left: 0;
  }
}
@media (max-width: 767px) {
  .header.show {
    padding-top: 15px;
  }
}
.header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 40px;
  -webkit-transition: padding-bottom 0.3s ease 0s;
  transition: padding-bottom 0.3s ease 0s;
}
@media (max-width: 1700px) {
  .header__wrapper {
    padding-bottom: 25px;
  }
}
@media (max-width: 1500px) {
  .header__wrapper {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .header__wrapper {
    font-size: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .header__wrapper {
    gap: 20px;
  }
}
.header__wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.21;
  width: 100vw;
  z-index: 8;
  background-color: #ffffff;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.header.show .header__wrapper {
  padding-bottom: 25px;
}
.header.show .header__wrapper:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
body.lock .header.show .header__wrapper:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 767px) {
  .header__wrapper {
    padding-bottom: 15px;
  }
  .header.show .header__wrapper {
    padding-bottom: 15px;
  }
}
.header__logo {
  font-size: 41.48px;
  font-family: "DaxlinePro";
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  position: relative;
  z-index: 8;
}
.header__logo p {
  height: 32px;
}
.header__logo img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  width: 44px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (any-hover: hover) {
  .header__logo:hover {
    color: #ab9e69;
  }
}
@media (max-width: 1400px) {
  .header__logo {
    gap: 13px;
    font-size: 27.65px;
  }
  .header__logo p {
    height: 22px;
  }
  .header__logo img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.33px;
            flex: 0 0 29.33px;
    width: 29.33px;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  text-transform: uppercase;
}
@media (max-width: 1700px) {
  .header__actions {
    -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;
    gap: 4px;
  }
}
@media (max-width: 1400px) {
  .header__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    position: relative;
    z-index: 8;
    margin-left: auto;
  }
}
@media (max-width: 1100px) {
  .header__actions {
    margin-left: 0;
  }
}
@media (max-width: 650px) {
  .header__actions {
    display: none;
  }
}
.header__actions a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__actions a:hover {
    color: #ab9e69;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1400px) {
  .header__burger {
    display: block;
    position: relative;
    z-index: 8;
    width: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    height: 18px;
    cursor: pointer;
  }
  .header__burger:after, .header__burger:before, .header__burger span {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #ab9e69;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger span {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__burger:after {
    width: 40%;
    bottom: 0;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .header__burger.active:before {
    top: calc(50% - 0.5px);
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
  }
  .header__burger.active span {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header__burger.active:after {
    width: 0;
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .header__burger {
    width: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 13px;
  }
}

@media (max-width: 1400px) {
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow-y: auto;
    background-color: #19171a;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    padding: 125px 30px 50px;
  }
  .menu::-webkit-scrollbar {
    width: 0;
  }
  .header.show .menu {
    padding-top: 120px;
  }
  .menu.open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    left: 0;
  }
}
@media (max-width: 1300px) {
  .menu {
    padding: 125px 24px 50px;
  }
}
@media (max-width: 1023px) {
  .menu {
    padding: 125px 24px 50px;
  }
}
@media (max-width: 767px) {
  .menu {
    padding: 110px 20px 50px;
  }
  .header.show .menu {
    padding-top: 90px;
  }
}
.menu__list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 50px;
  }
}
.menu__item {
  list-style: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .menu__item:hover {
    color: #ab9e69;
  }
}
@media (max-width: 1400px) {
  .menu__link {
    display: block;
  }
}

.footer {
  padding: 100px 0;
  background-color: #f0f0f0;
}
.page.gray + .footer {
  border-top: 1px solid rgba(167, 167, 167, 0.5);
}
@media (max-width: 1400px) {
  .footer {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  row-gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  }
  .footer__container > .footer__wrapper {
    display: none;
  }
}
.footer__container > * {
  min-width: 440px;
}
@media (max-width: 1500px) {
  .footer__container > * {
    min-width: 300px;
  }
}
.footer__left {
  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;
  gap: 50px;
}
.footer__left .footer__wrapper a, .footer__left .footer__wrapper span {
  display: none;
}
@media (max-width: 1400px) {
  .footer__left .footer__wrapper a, .footer__left .footer__wrapper span {
    display: block;
  }
}
.footer__logo {
  font-size: 41.48px;
  font-family: "DaxlinePro";
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  position: relative;
  z-index: 8;
}
.footer__logo p {
  height: 32px;
}
.footer__logo img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  width: 44px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (any-hover: hover) {
  .footer__logo:hover {
    color: #ab9e69;
  }
}
@media (max-width: 1300px) {
  .footer__logo {
    font-size: 27.65px;
    gap: 13px;
  }
  .footer__logo p {
    height: 22px;
  }
  .footer__logo img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.33px;
            flex: 0 0 29.33px;
    width: 29.33px;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer__wrapper a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__wrapper a:hover {
    color: #ab9e69;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer__list a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__list a:hover {
    color: #ab9e69;
  }
}

.categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 10px;
}
@media (max-width: 1023px) {
  .categories {
    grid-template-columns: 1fr;
  }
}
.categories__item {
  position: relative;
  color: #ffffff;
  font-size: 28px;
  font-family: "DaxlinePro";
  font-weight: 750;
  line-height: 1.3;
  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;
  gap: 20px;
  padding: 100px 10px 10px 100px;
  min-height: 370px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .categories__item {
    padding-top: 50px;
    padding-left: 36px;
    min-height: 300px;
  }
}
@media (max-width: 1300px) {
  .categories__item {
    min-height: 246px;
    padding-top: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 1100px) {
  .categories__item {
    padding-left: 24px;
  }
}
@media (max-width: 1023px) {
  .categories__item {
    padding-top: 80px;
    min-height: 350px;
  }
}
@media (max-width: 500px) {
  .categories__item {
    min-height: 200px;
    padding-top: 20px;
    padding-left: 20px;
  }
}
.categories__item p {
  position: relative;
  z-index: 2;
}
.categories__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.categories__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(72.4% 55.32% at 14.52% 24.89%, #19171a 0%, rgba(25, 23, 26, 0) 100%);
}
.categories__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (any-hover: hover) {
  .categories__item:hover .categories__bg img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.categories__btn {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.categories__btn img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 15px;
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
@media (any-hover: hover) {
  .categories__item:hover .categories__btn {
    background-color: #ab9e69;
  }
  .categories__item:hover .categories__btn img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.fr__items {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  height: calc(100vh - 114px);
  max-height: 800px;
  min-height: 347px;
  position: sticky;
  top: 104px;
}
@media (max-width: 1700px) {
  .fr__items {
    height: calc(100vh - 128px);
    top: 118px;
  }
}
@media (max-width: 1500px) {
  .fr__items {
    height: calc(100vh - 122px);
    top: 112px;
  }
}
@media (max-width: 1400px) {
  .fr__items {
    max-height: 650px;
    height: calc(100vh - 100px);
    top: 90px;
  }
}
@media (max-width: 1023px) {
  .fr__items {
    position: static;
    max-height: 828px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .fr__items {
    max-height: 500px;
  }
}
@media (max-width: 500px) {
  .fr__items {
    max-height: 347px;
  }
}
.fr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  padding: 10px;
  position: relative;
  height: 100%;
}
.fr__item:nth-child(2) {
  height: 68.1609195402%;
}
.fr__item:nth-child(3) {
  height: 88.5057471264%;
}
@media (max-width: 500px) {
  .fr__item {
    padding: 5px;
  }
}
.fr__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.fr__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (any-hover: hover) {
  .fr__item:hover .fr__bg img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fr__button {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.fr__button img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 15px;
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
@media (max-width: 500px) {
  .fr__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .fr__button img {
    width: 12px;
  }
}
@media (any-hover: hover) {
  .fr__item:hover .fr__button {
    background-color: #ab9e69;
  }
  .fr__item:hover .fr__button img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.fancybox__container {
  padding: 0;
  max-width: 100%;
}

.fancybox__backdrop {
  background-color: rgba(102, 102, 102, 0.5);
}

.fancybox__nav {
  opacity: 1 !important;
}

.fancybox__slide {
  padding: 20px;
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: 20px;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: 20px;
}

.fancybox__nav .f-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .fancybox__nav .f-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    width: 45px;
    height: 45px;
  }
}
.fancybox__nav .f-button svg {
  -webkit-filter: none;
          filter: none;
  stroke: #19171a;
  -webkit-transition: stroke 0.3s ease 0s;
  transition: stroke 0.3s ease 0s;
  stroke-width: 1.5px;
}
@media (any-hover: none) {
  .fancybox__nav .f-button:active:not([disabled]) {
    background-color: #ffffff;
  }
}
@media (any-hover: hover) {
  .fancybox__nav .f-button:active:not([disabled]) {
    background-color: #ab9e69;
  }
  .fancybox__nav .f-button:active:not([disabled]) svg {
    stroke: #ffffff;
  }
  .fancybox__nav .f-button:hover:not([disabled]) {
    background-color: #ab9e69;
  }
  .fancybox__nav .f-button:hover:not([disabled]) svg {
    stroke: #ffffff;
  }
}
.fancybox__nav .f-button:before {
  display: none;
}

.fr__container {
  display: grid;
  gap: 100px;
  grid-template-columns: 640px 1fr;
}
@media (min-width: 1023.1px) {
  .fr__container {
    padding-left: 0;
  }
}
@media (max-width: 1400px) {
  .fr__container {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .fr__container {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .fr__container {
    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;
    gap: 80px;
  }
}
.fr__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  max-width: 760px;
}
@media (max-width: 1100px) {
  .fr__body {
    max-width: 100%;
  }
}
.fr__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.fr__title {
  font-size: 42px;
  font-weight: 750;
  line-height: 1.3;
  font-family: "DaxlinePro";
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .fr__title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .fr__title {
    font-size: 28px;
  }
}
.fr__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: relative;
}
.fr__steps:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 84px;
}
@media (max-width: 767px) {
  .fr__steps:after {
    left: 48px;
  }
}
.fr__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
@media (max-width: 767px) {
  .fr__step {
    gap: 40px;
  }
}
.fr__step p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  padding-top: 7px;
}
.fr__count {
  font-size: 28px;
  font-weight: 750;
  line-height: 1.3;
  font-family: "DaxlinePro";
  color: #ab9e69;
}

.contacts {
  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: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.contacts:after {
  content: "";
  position: absolute;
  background-color: #19171a;
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .contacts:after {
    display: none;
  }
}
.contacts__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .contacts__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.contacts__body {
  padding: 50px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.contacts__body > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.contacts__body > * img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 5.5px;
}
.contacts__body a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts__body a:hover {
    color: #ab9e69;
  }
}
@media (max-width: 1400px) {
  .contacts__body {
    padding: 36px 24px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contacts__body {
    padding: 0;
    padding-top: 50px;
  }
  .contacts__body:has(.contacts__text) {
    gap: 30px;
  }
}
.contacts__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contacts__form {
  padding: 50px;
  padding-right: 0;
  background-color: #19171a;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.contacts__form button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 16px 32px;
  text-align: center;
  color: #19171a;
  font-size: inherit;
  background-color: #ab9e69;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts__form button:hover {
    background-color: #ffffff;
  }
}
@media (max-width: 1400px) {
  .contacts__form {
    gap: 20px;
    padding: 36px 24px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .contacts__form {
    gap: 30px;
    padding: 50px 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .contacts__form button {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.contacts__name {
  font-size: 28px;
  font-weight: 750;
  line-height: 1.3;
  font-family: "DaxlinePro";
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .contacts__name {
    font-size: 24px;
    line-height: 1.5;
  }
}
.contacts__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.contacts__inputs input {
  min-width: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  background: transparent;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.contacts__inputs input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.contacts__inputs input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  -moz-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.contacts__inputs input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.contacts__inputs input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.contacts__inputs input::placeholder {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.contacts__inputs input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contacts__inputs input:focus::-moz-placeholder {
  opacity: 0;
}
.contacts__inputs input:focus:-ms-input-placeholder {
  opacity: 0;
}
.contacts__inputs input:focus::-ms-input-placeholder {
  opacity: 0;
}
.contacts__inputs input:focus::placeholder {
  opacity: 0;
}
.contacts__map {
  height: 391px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.contacts__map iframe {
  height: 100%;
  width: 100%;
}

.about__container {
  display: grid;
  gap: 100px;
  grid-template-columns: 47fr 53fr;
}
@media (max-width: 1400px) {
  .about__container {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .about__container {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .about__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .about__container {
    gap: 50px;
  }
}
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.about__title {
  font-size: 42px;
  font-weight: 750;
  line-height: 1.3;
  font-family: "DaxlinePro";
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .about__title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .about__title {
    font-size: 28px;
  }
}
.about__content {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}
@media (max-width: 1400px) and (min-width: 1100.1px) {
  .about__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding: 40px;
  background-color: #f0f0f0;
}
@media (max-width: 1650px) {
  .about__inner {
    padding: 25px;
  }
}
@media (max-width: 1400px) {
  .about__inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .about__inner {
    padding-right: 20px;
  }
}
.about__top {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 24px;
  font-weight: 750;
  line-height: 1.5;
  font-family: "DaxlinePro";
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .about__top:hover {
    color: #ab9e69;
  }
}
@media (max-width: 1650px) {
  .about__top {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about__top {
    gap: 20px;
  }
}
.about__top img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  width: 54px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 16px;
}
.about__list a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .about__list a:hover {
    color: #ab9e69;
  }
}

.portfolio__container {
  display: grid;
  gap: 10px;
  row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  .portfolio__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .portfolio__container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.portfolio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 24px;
  font-weight: 750;
  font-family: "DaxlinePro";
  line-height: 1.5;
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .portfolio__item:hover {
    color: #ab9e69;
  }
}
.portfolio__image {
  height: 375px;
  position: relative;
}
@media (max-width: 1400px) {
  .portfolio__image {
    height: 270px;
  }
}
@media (max-width: 1023px) {
  .portfolio__image {
    height: 300px;
  }
}
@media (max-width: 800px) {
  .portfolio__image {
    height: 236px;
  }
}
@media (max-width: 500px) {
  .portfolio__image {
    height: 200px;
  }
}
.portfolio__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.portfolio__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(171, 158, 105, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio__bg button {
  background-color: #ffffff;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio__bg button img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 15px;
  height: auto;
}
@media (any-hover: hover) {
  .portfolio__item:hover .portfolio__bg {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}
.portfolio__text {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-column: span 2;
}
@media (max-width: 1023px) {
  .portfolio__text {
    grid-column: -1/1;
  }
}
.portfolio__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: calc(50% - 5px);
}
@media (max-width: 1023px) {
  .portfolio__inner {
    max-width: 100%;
  }
}

.multiroom__container {
  display: grid;
  gap: 10px;
  row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1400px) {
  .multiroom__container {
    row-gap: 20px;
  }
}
@media (max-width: 1023px) {
  .multiroom__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .multiroom__container {
    grid-template-columns: 1fr;
  }
}
.multiroom__item {
  height: 425px;
  position: relative;
}
@media (max-width: 1400px) {
  .multiroom__item {
    height: 303px;
  }
}
@media (max-width: 800px) {
  .multiroom__item {
    height: 266px;
  }
}
@media (max-width: 500px) {
  .multiroom__item {
    height: 210px;
  }
}
.multiroom__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.multiroom__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(171, 158, 105, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.multiroom__bg button {
  background-color: #ffffff;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.multiroom__bg button img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 15px;
  height: auto;
}
@media (any-hover: hover) {
  .multiroom__item:hover .multiroom__bg {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}

.articles__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media (max-width: 1400px) {
  .articles__container {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
    row-gap: 80px;
  }
}
@media (max-width: 767px) {
  .articles__container {
    row-gap: 50px;
  }
}
.articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media (max-width: 1400px) {
  .articles__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .articles__item {
    gap: 30px;
  }
}
.articles__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  width: 340px;
  height: 300px;
}
.articles__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1400px) {
  .articles__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: 335px;
  }
}
@media (max-width: 767px) {
  .articles__image {
    height: 240px;
  }
}
.articles__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 853px;
}
@media (max-width: 1400px) {
  .articles__wrapper {
    gap: 20px;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.articles__name {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 750;
  font-family: "DaxlinePro";
}
@media (min-width: 1400.1px) {
  .articles__name {
    height: auto !important;
  }
}
@media (max-width: 1090px) {
  .articles__name {
    height: auto !important;
  }
}
@media (max-width: 1400px) {
  .articles__name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .articles__name {
    font-size: 20px;
  }
}
.articles__more {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 16px 32px;
  text-align: center;
  background-color: #ab9e69;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .articles__more:hover {
    background-color: #19171a;
  }
}
@media (max-width: 500px) {
  .articles__more {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding: 16px 10px;
  }
}

.project__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1100px) {
  .project__container {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .project__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
@media (max-width: 767px) {
  .project__container {
    gap: 50px;
  }
}
@media (max-width: 500px) {
  .project__container {
    gap: 30px;
  }
}
.project__aside {
  position: sticky;
  top: 120px;
  left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 440px;
          flex: 0 1 440px;
  min-width: 280px;
}
@media (max-width: 1400px) {
  .project__aside {
    min-width: 237px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 1023px) {
  .project__aside {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 0;
    white-space: nowrap;
    border-bottom: 1px solid #ab9e69;
  }
}
.project__aside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .project__aside-wrapper {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -24px;
    width: calc(100% + 48px);
    padding: 0 24px 30px;
  }
}
@media (max-width: 767px) {
  .project__aside-wrapper {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 0 20px 20px;
  }
}
.project__aside a {
  padding: 30px 0;
  font-size: 24px;
  font-weight: 750;
  color: #000;
  line-height: 1.5;
  font-family: "DaxlinePro";
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 500px) {
  .project__aside a {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .project__aside a:hover {
    color: #ab9e69;
    border-color: #ab9e69;
  }
}
.project__aside a.active {
  color: #ab9e69;
  border-color: #ab9e69;
}
.project__aside a:first-child {
  padding-top: 0;
}
.project__aside a:last-child {
  padding-bottom: 0;
  border: none;
}
@media (max-width: 1023px) {
  .project__aside a {
    padding: 0;
    border: none;
  }
}
.project__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  max-width: 1080px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.project__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
}
.project__slider {
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 700px) {
  .project__slider {
    overflow: visible;
  }
  .project__slider .arrows {
    display: none;
  }
}
.project__slider .swiper-slide {
  height: auto;
  max-height: calc(100vh - 50px - 150px);
}
@media (max-width: 1400px) {
  .project__slider .swiper-slide {
    max-height: calc(100vh - 50px - 110px);
  }
}
@media (max-width: 1023px) {
  .project__slider .swiper-slide {
    max-height: calc(100vh - 50px - 110px);
  }
}
@media (max-width: 767px) {
  .project__slider .swiper-slide {
    max-height: calc(100vh - 50px - 80px);
  }
}
@media (max-width: 700px) {
  .project__slider .swiper-slide {
    max-height: calc(100vh - 70px);
  }
}
.project__slider .swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__navslider {
  max-width: 100%;
  min-width: 0;
  margin: 0;
}
.project__navslider .swiper-slide {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: relative;
}
.project__navslider .swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__navslider .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(171, 158, 105, 0.6);
  border: 2px solid #ab9e69;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.project__navslider .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 1;
}
@media (max-width: 700px) {
  .project__navslider {
    display: none;
  }
}
.project__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.project__title {
  font-size: 42px;
  font-weight: 750;
  line-height: 1.3;
  font-family: "DaxlinePro";
  text-transform: uppercase;
  color: #ab9e69;
}
@media (max-width: 1400px) {
  .project__title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .project__title {
    font-size: 28px;
  }
}
.project__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.project__text b {
  font-weight: 600;
}

.article__body {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media (max-width: 1400px) {
  .article__body {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .article__body {
    gap: 50px;
  }
}
.article__title {
  font-size: 42px;
  line-height: 1.3;
  font-family: "DaxlinePro";
  font-weight: 750;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .article__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .article__title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .article__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.article__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.article__name {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "DaxlinePro";
  line-height: 1.5;
  font-weight: 750;
}
@media (max-width: 767px) {
  .article__name {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .article__name {
    font-size: 16px;
  }
}
.article__bigname {
  text-transform: uppercase;
  font-size: 28px;
  font-family: "DaxlinePro";
  line-height: 1.3;
  font-weight: 750;
}
@media (max-width: 767px) {
  .article__bigname {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .article__bigname {
    font-size: 18px;
    line-height: 1.5;
  }
}
.article__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.article__row .article__text {
  max-width: 540px;
}
@media (max-width: 1023px) {
  .article__row {
    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;
    gap: 30px;
  }
  .article__row .article__text {
    max-width: 100%;
  }
}
.article__wrapper > .article__image {
  height: calc(100vh - 114px);
  max-height: 800px;
  min-height: 347px;
}
@media (max-width: 1700px) {
  .article__wrapper > .article__image {
    height: calc(100vh - 128px);
  }
}
@media (max-width: 1500px) {
  .article__wrapper > .article__image {
    height: calc(100vh - 122px);
  }
}
@media (max-width: 1400px) {
  .article__wrapper > .article__image {
    max-height: 650px;
    height: calc(100vh - 100px);
  }
}
@media (max-width: 1023px) {
  .article__wrapper > .article__image {
    max-height: 828px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .article__wrapper > .article__image {
    max-height: 500px;
  }
}
@media (max-width: 500px) {
  .article__wrapper > .article__image {
    max-height: 347px;
  }
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.suggests__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media (max-width: 1400px) {
  .suggests__container {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .suggests__container {
    gap: 65px;
  }
}
@media (max-width: 500px) {
  .suggests__container {
    gap: 50px;
  }
}
.suggests__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  max-width: 1080px;
}
@media (max-width: 767px) {
  .suggests__top {
    gap: 30px;
  }
}
.suggests__title {
  font-size: 42px;
  font-weight: 750;
  line-height: 1.3;
  font-family: "DaxlinePro";
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .suggests__title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .suggests__title {
    font-size: 28px;
  }
}
.suggests__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media (max-width: 1400px) {
  .suggests__items {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .suggests__items {
    gap: 65px;
  }
}
@media (max-width: 500px) {
  .suggests__items {
    gap: 50px;
  }
}

.suggests__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media (max-width: 1400px) {
  .suggests__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .suggests__item {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .suggests__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .suggests__item {
    gap: 30px;
  }
}
.suggests__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  width: 540px;
  overflow: hidden;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1400px) {
  .suggests__image {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.suggests__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.suggests__image button {
  right: 10px;
  bottom: 10px;
  position: absolute;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.suggests__image button img {
  width: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
@media (any-hover: hover) {
  .suggests__image:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .suggests__image:hover button {
    background-color: #ab9e69;
  }
  .suggests__image:hover button img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.suggests__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .suggests__texts {
    gap: 20px;
  }
}
.suggests__name {
  font-size: 28px;
  color: #ab9e69;
  font-weight: 750;
  line-height: 1.3;
  font-family: "DaxlinePro";
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .suggests__name {
    font-size: 24px;
    line-height: 1.5;
  }
}

.solutions__container {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 640px;
}
@media (max-width: 1400px) {
  .solutions__container {
    gap: 50px;
    grid-template-columns: 1fr 450px;
  }
}
@media (max-width: 1100px) {
  .solutions__container {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .solutions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .solutions__container {
    gap: 50px;
  }
}
.solutions__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .solutions__body {
    gap: 30px;
  }
}
.solutions__title {
  font-size: 42px;
  font-weight: 750;
  line-height: 1.3;
  font-family: "DaxlinePro";
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .solutions__title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .solutions__title {
    font-size: 28px;
  }
}
.solutions__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: relative;
}
.solutions__items:after {
  content: "";
  width: 1px;
  height: calc(100% + 100px);
  background-color: #d9d9d9;
  position: absolute;
  left: 64px;
}
@media (max-width: 1100px) {
  .solutions__items:after {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .solutions__items:after {
    left: 34px;
  }
}
@media (max-width: 767px) {
  .solutions__items {
    gap: 30px;
  }
}
.solutions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
@media (max-width: 767px) {
  .solutions__row {
    gap: 40px;
  }
}
.solutions__row p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.solutions__dec {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-color: #ab9e69;
  margin-top: 4px;
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 17px;
  left: 20px;
  z-index: 10;
}

.arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow svg {
  -webkit-filter: none;
          filter: none;
  stroke: #19171a;
  -webkit-transition: stroke 0.3s ease 0s;
  transition: stroke 0.3s ease 0s;
  stroke-width: 1.5px;
  fill: none;
  width: 26px;
  height: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.arrow.swiper-button-disabled {
  cursor: default;
}
@media (any-hover: hover) {
  .arrow.swiper-button-disabled:hover {
    background-color: #f0f0f0;
  }
  .arrow.swiper-button-disabled:hover svg {
    stroke: #19171a;
  }
}
@media (any-hover: hover) {
  .arrow:hover {
    background-color: #ab9e69;
  }
  .arrow:hover svg {
    stroke: #ffffff;
  }
}

@media (any-hover: hover) {
  a[href^="tel:"] {
    cursor: default;
  }
  a[href^="tel:"]:hover {
    color: inherit;
  }
}