@font-face {
  font-family: Arial;
  font-display: swap;
  src: url("../fonts/Arial-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Arial;
  font-display: swap;
  src: url("../fonts/Arial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Kanit;
  font-display: swap;
  src: url("../fonts/Kanit Cyrillic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Involve;
  font-display: swap;
  src: url("../fonts/Involve-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: LTRemark;
  font-display: swap;
  src: url("../fonts/LTRemark.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: LTRemark;
  font-display: swap;
  src: url("../fonts/LTRemark-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: LTRemark;
  font-display: swap;
  src: url("../fonts/LTRemark-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Web_ibm_mda;
  font-display: swap;
  src: url("../fonts/Web_ibm_mda.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

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

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: "Kanit",sans-serif;
  font-size: inherit;
  color: #f3eee7;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
  line-height: 1.05;
}

body {
  font-family: "Kanit",sans-serif;
  font-weight: 400;
  color: #f3eee7;
  font-size: 1rem;
  background-color: #120b0a;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

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

.wrapper {
  position: relative;
  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: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

.title {
  display: inline-block;
  background: #2a1f1b;
  font-size: 1.3125rem;
  color: #f2ece6;
  padding: 0.375rem 1.625rem;
  text-align: center;
}

.header {
  position: absolute;
  top: 4.875rem;
  left: 0.75rem;
  width: calc(100% - 1.5rem);
}

.header__container {
  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;
  gap: 1.25rem;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.1875rem;
          flex: 0 0 9.1875rem;
  width: 9.1875rem;
}

.header__logo img {
  max-width: 100%;
}

.header__link {
  font-size: 1.125rem;
  text-align: center;
  color: #f3eee7;
  border: 0.125rem solid #f3eee7;
  border-radius: 2.125rem;
  padding: 0.625rem 0.9375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.625rem;
          flex: 0 0 18.625rem;
  width: 18.625rem;
  min-height: 3.875rem;
  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 .3s;
  transition: all .3s;
}

.hero {
  background: url("../img/hero-image.webp") center/cover no-repeat;
  min-height: 58.875rem;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 2.5rem;
  padding-top: 12.5rem;
  border-radius: 1.875rem;
  margin-top: 1.375rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.hero__container {
  width: 100%;
}

.hero__row {
  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;
  gap: 0.875rem;
  align-items: center;
}

.hero__row:not(:last-child) {
  margin-bottom: 1.75rem;
}

.hero__title {
  font-size: 2.8125rem;
  max-width: 43.125rem;
}

.hero__text {
  font-family: "LTRemark",serif;
  font-size: 2.0625rem;
  color: #c8bbb0;
  max-width: 31.25rem;
  margin-right: 1.25rem;
}

.hero__link {
  width: 100%;
  min-height: 4.6875rem;
  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;
  background: #c8742a;
  border-radius: 1.6875rem;
  font-size: 1.6875rem;
  text-align: center;
  color: #efe1d1;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0.3125rem 0.625rem;
}

.about {
  padding-top: 5.8125rem;
  padding-bottom: 3.4375rem;
  text-align: center;
}

.about__title:not(:last-child) {
  margin-bottom: 4.6875rem;
}

.about__text {
  font-family: "LTRemark",serif;
  font-size: 2.3125rem;
  text-align: center;
  color: rgba(200,187,176,.9);
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 120%;
}

.about__text:not(:last-child) {
  margin-bottom: 4.6875rem;
}

.about__link {
  padding: 0.46875rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-family: "Web_ibm_mda",sans-serif;
  font-size: 1.3125rem;
  color: #2a1f1b;
  background-color: #fff;
  border: 0.0625rem solid #fff;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about__link path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.about__link .svg-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
}

.about__link .svg-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.75rem;
          flex: 0 0 0.75rem;
}

.about__link:not(:last-child) {
  margin-bottom: 5.8125rem;
}

.about__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.1875rem;
}

.about__image {
  width: 100%;
  position: relative;
  aspect-ratio: 303/437;
  border-radius: 3.375rem;
  overflow: hidden;
}

.about__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages {
  padding-top: 3.4375rem;
  padding-bottom: 3.25rem;
  text-align: center;
}

.advantages__title:not(:last-child) {
  margin-bottom: 6.5rem;
}

.advantages__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.advantages__item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 3.125rem 0.625rem;
  aspect-ratio: 411/562;
}

.advantages__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
}

.advantages__content {
  position: relative;
  z-index: 2;
}

.advantages__caption {
  font-size: 1.75rem;
  text-align: center;
}

.advantages__caption:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.advantages__text {
  font-size: 1.1875rem;
  text-align: center;
  color: #c8bbb0;
  line-height: 120%;
  font-family: "LTRemark",serif;
  max-width: 21.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
  min-height: 4.6875rem;
  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;
}

.marquee {
  overflow: hidden;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 4.0625rem;
}

.marquee__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.marquee__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 2.125rem;
  white-space: nowrap;
  font-family: "LTRemark",serif;
  font-size: 4.375rem;
  text-transform: uppercase;
  text-align: center;
  color: rgba(203,191,180,.9);
}

.marquee__item img {
  max-height: 7.125rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu {
  padding-top: 4.0625rem;
  padding-bottom: 5.9375rem;
}

.menu__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-line-pack: end;
      align-content: end;
}

.menu__content {
  padding: 0 1.875rem;
  position: relative;
}

.menu__title {
  font-size: 2.8125rem;
  text-align: center;
}

.menu__title--mobile {
  display: none;
}

.menu__title:not(:last-child) {
  margin-bottom: 3.4375rem;
}

.menu__text {
  line-height: 117%;
  font-family: "LTRemark",serif;
  max-width: 21.875rem;
  font-size: 1.4375rem;
  text-align: center;
  color: rgba(255,255,255,.9);
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: 3.3125rem;
  width: 100%;
}

.menu__image {
  border-radius: 0.625rem;
  border-radius: 3.375rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 474/519;
  max-width: 29.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.menu__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__column {
  border-radius: 2.6875rem;
  background-color: #dacab7;
  padding: 2.5rem 2.375rem;
  max-width: 35.75rem;
  width: 100%;
}

.menu__link {
  margin-top: 2.6875rem;
  width: 100%;
  min-height: 4.625rem;
  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;
  gap: 0.625rem;
  background: #120b0a;
  border-radius: 1.0625rem;
  padding: 0.625rem 2rem;
  font-family: "LTRemark",serif;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 120%;
  color: #c8bbb0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu__link img {
  width: 1.6875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.6875rem;
          flex: 0 0 1.6875rem;
}

.mixteria {
  padding-top: 5.9375rem;
  padding-bottom: 4.375rem;
}

.mixteria__body {
  display: -ms-grid;
  display: grid;
  gap: 8.75rem;
}

.mixteria__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.mixteria__item:first-child .mixteria__text {
  max-width: 21.875rem;
}

.mixteria__item:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.mixteria__content {
  padding: 0 7rem;
  position: relative;
}

.mixteria__title:not(:last-child) {
  margin-bottom: 6rem;
}

.mixteria__text {
  font-size: 2.0625rem;
  color: rgba(200,187,176,.9);
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
}

.mixteria__media {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.mixteria__image {
  border-radius: 1.5625rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}

.mixteria__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mixteria__img {
  position: relative;
  aspect-ratio: 659/380;
  border-radius: 1.875rem;
  overflow: hidden;
}

.mixteria__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mixteria__img-2 {
  position: relative;
  aspect-ratio: 659/545;
  border-radius: 1.875rem;
  overflow: hidden;
}

.mixteria__img-2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.bot {
  padding-top: 4.375rem;
  padding-bottom: 3.1875rem;
}

.bot__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 0 7.75rem;
}

.bot__block {
  max-width: 26.5rem;
  width: 100%;
}

.bot__title {
  font-size: 2.4375rem;
}

.bot__title:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.bot__items {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 2.1875rem;
  padding-top: 3.75rem;
}

.bot__items:not(:last-child) {
  margin-bottom: 2.6875rem;
}

.bot__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.25rem;
  background: #7d7373;
  border-radius: 2.1875rem;
}

.bot__item {
  position: relative;
  font-size: 1.1875rem;
  color: #c8bbb0;
  padding-left: 2.875rem;
}

.bot__item:last-child p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(50% - 0.1875rem);
  width: 0.25rem;
  background: #120b0a;
}

.bot__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 1rem;
  height: 0.375rem;
  background: #7d7373;
}

.bot__item::after {
  content: "";
  position: absolute;
  left: 0.5625rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background: #7d7373;
}

.bot__link {
  width: 100%;
  min-height: 4.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background: #14aaff;
  border-radius: 1.75rem;
  padding: 0.625rem 2.125rem;
  font-size: 1.375rem;
  text-align: center;
  color: #efe1d1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.bot__link:not(:last-child) {
  margin-bottom: 2.625rem;
}

.bot__link img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.375rem;
          flex: 0 0 1.375rem;
  width: 1.375rem;
}

.bot__caption {
  font-size: 1.875rem;
}

.bot__caption:not(:last-child) {
  margin-bottom: 1.375rem;
}

.bot__text {
  font-size: 1.1875rem;
  color: #c8bbb0;
  max-width: 21.875rem;
}

.bot__text:not(:last-child) {
  margin-bottom: 2rem;
}

.bot__image {
  width: 100%;
}

.bot__image img {
  max-width: 100%;
}

.bot__column {
  border-radius: 1.75rem;
  -webkit-box-shadow: -0.3125rem 0.25rem 1rem -0.0625rem rgba(0,0,0,.12);
          box-shadow: -0.3125rem 0.25rem 1rem -0.0625rem rgba(0,0,0,.12);
  background: #fff;
  padding: 1.5625rem;
  max-width: 27.75rem;
}

.bot__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.bot__top:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.bot__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bot__map {
  font-family: "Arial",sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 90%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.bot__map:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.bot__map svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9375rem;
          flex: 0 0 0.9375rem;
  width: 0.9375rem;
}

.bot__heading {
  font-family: "Arial",sans-serif;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 90%;
  color: #000;
}

.bot__heading:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.bot__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bot__rating {
  font-family: "Arial",sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  background: #35b648;
  border-radius: 0.5625rem;
  padding: 0.3125rem 0.4375rem 0.1875rem 0.4375rem;
}

.bot__value {
  font-family: "Arial",sans-serif;
  font-size: 1.125rem;
  line-height: 90%;
  color: #4a4a4a;
}

.bot__label {
  font-family: "Arial",sans-serif;
  font-size: 1.125rem;
  line-height: 90%;
  color: #4a4a4a;
  position: relative;
}

.bot__icon {
  width: 7.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.375rem;
          flex: 0 0 7.375rem;
}

.bot__icon img {
  max-width: 100%;
}

.bot__profile {
  font-family: "Arial",sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 92%;
  text-align: center;
  color: #2191d8;
  display: inline-block;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.bot__profile:not(:last-child) {
  margin-bottom: 1.625rem;
}

.reviews-body {
  display: -ms-grid;
  display: grid;
  gap: 1.4375rem;
}

.reviews-body__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
}

.reviews-body__top:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.reviews-body__avatar {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.reviews-body__avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-body__name {
  font-family: "Arial",sans-serif;
  font-size: 1.3125rem;
  color: #333;
}

.reviews-body__name:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.reviews-body__post {
  font-family: "Arial",sans-serif;
  font-size: 1.125rem;
  color: #333;
}

.reviews-body__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}

.reviews-body__row:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.reviews-body__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.reviews-body__rating svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.3125rem;
          flex: 0 0 1.3125rem;
}

.reviews-body__date {
  font-family: "Arial",sans-serif;
  font-size: 1.125rem;
  color: #333;
}

.reviews-body__text {
  font-family: "Arial",sans-serif;
  font-size: 1.125rem;
  line-height: 115%;
  color: #333;
  display: -ms-grid;
  display: grid;
  gap: 0.3125rem;
  justify-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.location {
  padding-top: 3.1875rem;
  padding-bottom: 5.6875rem;
}

.location__title {
  font-size: 2.4375rem;
  text-align: center;
  color: #f3eee7;
}

.location__title:not(:last-child) {
  margin-bottom: 6.25rem;
}

.location__top {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: start;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.location__top:not(:last-child) {
  margin-bottom: 6.5rem;
}

.location__map {
  border-radius: 1.875rem;
  width: 100%;
  overflow: hidden;
  -webkit-filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
          filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
  position: relative;
  aspect-ratio: 645/482;
}

.location__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.location__content {
  max-width: 26.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.location__caption {
  font-size: 2.0625rem;
  color: #c8bbb0;
}

.location__caption:not(:last-child) {
  margin-bottom: 4.0625rem;
}

.location__wrap {
  display: -ms-grid;
  display: grid;
  gap: 0.8125rem;
}

.location__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.location__value {
  border: 0.125rem solid #7d7373;
  border-radius: 0.9375rem;
  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;
  gap: 0.3125rem;
  padding: 0.3125rem 1.4375rem 0.3125rem 0.875rem;
  justify-content: space-between;
  min-height: 3.375rem;
  font-size: 1.125rem;
  color: #c8bbb0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.location__value svg {
  width: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
}

.location__link {
  background: #fff;
  width: 100%;
  border-radius: 0.9375rem;
  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: 0.3125rem 0.625rem;
  gap: 0.5625rem;
  min-height: 3.875rem;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Involve",sans-serif;
  text-align: center;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.location__link svg {
  width: 2.8125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.8125rem;
          flex: 0 0 2.8125rem;
}

.location__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.location__block {
  position: relative;
  width: 100%;
  aspect-ratio: 648/458;
  padding: 2.9375rem 1.875rem;
  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;
}

.location__block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4375rem;
}

.location__heading {
  position: relative;
  z-index: 2;
  font-size: 2.25rem;
  text-align: center;
  color: #f3eee7;
}

.fixed-form {
  width: 100%;
  max-width: 26.5rem;
  width: 100%;
  background: #c8742a;
  border-radius: 1.25rem;
  padding-top: 3.75rem;
  padding-bottom: 1.75rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.fixed-form.form-close {
  opacity: 0;
  visibility: hidden;
}

.fixed-form__block {
  width: 100%;
}

.thanks .fixed-form__block {
  display: none;
}

.fixed-form__thanks {
  padding: 0 1.125rem;
  display: none;
}

.thanks .fixed-form__thanks {
  display: block;
}

.fixed-form__caption {
  font-family: "Involve",sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  color: #f3eee7;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

.fixed-form__caption:not(:last-child) {
  margin-bottom: 2.5rem;
}

.fixed-form__link {
  min-height: 3.9375rem;
  border-radius: 0.9375rem;
  background: #fff;
  font-family: "Involve",sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  color: #000;
  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 .3s;
  transition: all .3s;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

.fixed-form__close-thanks {
  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: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  will-change: transform;
}

.fixed-form__close-thanks path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.fixed-form__close {
  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: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  will-change: transform;
}

.fixed-form__close path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.fixed-form__title {
  font-family: "Involve",sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 157%;
  text-align: center;
  color: #f3eee7;
}

.fixed-form__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.fixed-form__input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.fixed-form__input::-webkit-inner-spin-button,
.fixed-form__input::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

.fixed-form__input {
    appearance: none;
    -moz-appearance: textfield;
}

.fixed-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.fixed-form__row--1 {
  border-bottom: 0.0625rem solid rgba(255,255,255,.3);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.fixed-form__icon {
  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-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  width: 2rem;
}

.fixed-form__input {
  font-family: "Involve",sans-serif;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 157%;
  background-color: rgba(0,0,0,0);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 0.0625rem solid rgba(0,0,0,0);
}

.fixed-form__input.error {
  color: red;
}

.fixed-form__bottom {
  padding: 0 1.75rem;
}

.fixed-form__submit {
  min-height: 3.9375rem;
  border-radius: 0.9375rem;
  background: #fff;
  font-family: "Involve",sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  color: #000;
  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 .3s;
  transition: all .3s;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

.footer {
  padding-top: 6.25rem;
  padding-bottom: 10.625rem;
}

.footer__container {
  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;
}

.footer__logo {
  max-width: 11.875rem;
  width: 100%;
}

.footer__logo img {
  width: 100%;
}

body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease 0s;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: visibility .8s ease 0s;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background-color: #fff;
  padding: 3.875rem 1.5rem 2.125rem 1.5rem;
  width: 100%;
  max-width: 26.5rem;
  border-radius: 2.1875rem;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  cursor: pointer;
  top: 1.375rem;
  right: 1.875rem;
  width: 1.125rem;
  height: 1.125rem;
  background: rgba(0,0,0,0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.popup__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.09375rem;
  width: 100%;
  background-color: #646464;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 1.875rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.09375rem;
  width: 100%;
  background-color: #646464;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1.875rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.popup__caption {
  font-family: "LTRemark",serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0,0,0,.65);
}

.popup__caption:not(:last-child) {
  margin-bottom: 1.375rem;
}

.popup__title {
  font-size: 1.75rem;
  text-align: center;
  color: #000;
}

.popup__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.popup__image {
  text-align: center;
}

.popup__image:not(:last-child) {
  margin-bottom: 2rem;
}

.popup__image img {
  max-width: 100%;
}

.popup__text {
  font-family: "Involve",sans-serif;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 115%;
  color: rgba(0,0,0,.65);
}

.popup__text:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.popup__button {
  background: #000;
  font-family: "Involve",sans-serif;
  width: 100%;
  min-height: 4.625rem;
  padding: 0.3125rem 0.625rem;
  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;
  border-radius: 5.25rem;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.popup__button:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.popup__label {
  font-family: "Involve",sans-serif;
  font-size: 0.9375rem;
  line-height: 115%;
  color: rgba(0,0,0,.65);
  text-align: center;
}

[data-spollers] [data-spoller]+* {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

._spoller-init [data-spoller]+* {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.spollers__item {
  border-bottom: 0.0625rem solid rgba(255,255,255,.3);
  -webkit-transition: border .3s;
  transition: border .3s;
}

.spollers__item.error .spollers__value {
  color: red;
}

.spollers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  position: relative;
  padding: 0.625rem 3.75rem 0.625rem 1.75rem;
}

._spoller-init .spollers__title {
  cursor: pointer;
}

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 1.75rem;
  top: 50%;
  background-color: #fff;
  height: 0.125rem;
  width: 0.625rem;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
      -ms-transform: translate(-75%, -50%) rotate(40deg);
          transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
      -ms-transform: translate(0, -50%) rotate(-40deg);
          transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
      -ms-transform: translateX(-75%) rotate(-40deg);
          transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.spollers__icon {
  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-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  width: 2rem;
}

.spollers__value {
  font-family: "Involve",sans-serif;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 157%;
  color: #f3eee7;
}

.spollers__body {
  padding: 0.3125rem 1.75rem 0.625rem 1.75rem;
}

.tabs__navigation {
  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;
  gap: 0.625rem;
}

.tabs__navigation:not(:last-child) {
  margin-bottom: 2.8125rem;
}

.tabs__title {
  font-family: "LTRemark",serif;
  font-weight: 900;
  font-size: 1.5625rem;
  color: #120b0a;
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.tabs__title._tab-active {
  opacity: 1;
  font-size: 1.75rem;
}

.tabs__items {
  display: -ms-grid;
  display: grid;
  gap: 1.375rem;
}

.tabs__item {
  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;
}

.tabs__text {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #120b0a;
  max-width: 88%;
}

.tabs__text span {
  display: block;
  font-size: 1.0625rem;
}

.tabs__icon {
  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: 2.8125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.8125rem;
          flex: 0 0 2.8125rem;
}

.tabs__icon img {
  max-width: 100%;
}

[data-showmore-button] {
  font-family: "Arial",sans-serif;
  font-size: 1.125rem;
  line-height: 115%;
  color: #a9a8a8;
  -webkit-transition: color .3s;
  transition: color .3s;
}

[data-showmore-button] span:last-child {
  display: none;
}

._showmore-active [data-showmore-button] span {
  display: none;
}

._showmore-active [data-showmore-button] span:last-child {
  display: block;
}

.options {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
}

.options__item {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.options__input:checked+.options__label {
  background-color: #fff;
  color: #000;
}

.options__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  gap: 0.625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  border: 0.0625rem solid #fff;
  width: 100%;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.625rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 157%;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 84rem) {
  .hero__text {
    margin-right: 0;
  }

  .about__body {
    gap: 1.25rem;
  }
}

@media (max-width: 75rem) {
  .advantages__body {
    gap: 1.25rem;
  }

  .advantages__text {
    font-size: 1rem;
    max-width: 18.125rem;
  }

  .mixteria__content {
    padding: 0 1.875rem;
  }

  .bot__container {
    padding: 0 0.75rem;
  }
}

@media (max-width: 61.99875rem) {
  .title {
    font-size: 1.125rem;
    padding: 0.3125rem 1.25rem;
  }

  .header {
    top: 3.75rem;
  }

  .header__container {
    padding: 0 1.0625rem;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
    width: 6.25rem;
  }

  .header__link {
    font-size: 0.875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5rem;
            flex: 0 0 12.5rem;
    width: 12.5rem;
    min-height: 3.125rem;
  }

  .hero {
    min-height: 50rem;
  }

  .hero__container {
    padding: 0 1.0625rem;
  }

  .hero__title {
    font-size: 2.25rem;
    max-width: 25rem;
  }

  .hero__text {
    max-width: 21.25rem;
    font-size: 1.625rem;
  }

  .hero__link {
    min-height: 4.0625rem;
    font-size: 1.375rem;
    border-radius: 1.5rem;
  }

  .about__container {
    padding: 0 1.25rem;
  }

  .about__title:not(:last-child) {
    margin-bottom: 3rem;
  }

  .about__text {
    font-size: 2rem;
  }

  .about__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .about__link {
    font-size: 1.125rem;
  }

  .about__link:not(:last-child) {
    margin-bottom: 4.6875rem;
  }

  .about__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.1875rem;
  }

  .about__image {
    border-radius: 1.875rem;
  }

  .advantages {
    padding: 1.875rem 0;
  }

  .advantages__title:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .advantages__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .advantages__caption:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .marquee {
    padding: 1.875rem 0;
  }

  .marquee__item {
    font-size: 3.4375rem;
    padding: 0 1.375rem;
  }

  .marquee__item img {
    max-height: 6.25rem;
  }

  .menu {
    padding: 1.875rem 0;
  }

  .menu__content {
    padding-right: 1.25rem;
    padding-left: 0;
  }

  .menu__title {
    font-size: 2.1875rem;
  }

  .menu__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .menu__image {
    max-width: 100%;
    border-radius: 1.875rem;
  }

  .menu__column {
    max-width: 100%;
    border-radius: 1.875rem;
    padding: 1.875rem 1.25rem;
  }

  .menu__link {
    min-height: 3.75rem;
    font-size: 1.25rem;
    padding: 0.625rem 1.5625rem;
    border-radius: 0.9375rem;
    margin-top: 2.0625rem;
  }

  .menu__link img {
    width: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
  }

  .mixteria {
    padding: 1.875rem 0;
  }

  .mixteria__body {
    gap: 6.25rem;
  }

  .mixteria__content {
    padding-right: 1.25rem;
    padding-left: 0;
  }

  .mixteria__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .mixteria__text {
    font-size: 1.875rem;
    gap: 2.5rem;
  }

  .bot {
    padding: 1.875rem 0;
  }

  .bot__title {
    font-size: 2.125rem;
  }

  .bot__items {
    gap: 1.5625rem;
    padding-top: 2.8125rem;
  }

  .bot__items::before {
    width: 0.1875rem;
    border-radius: 1.5625rem;
  }

  .bot__item {
    font-size: 1rem;
    padding-left: 2.0625rem;
  }

  .bot__item:last-child p::before {
    height: calc(50% - 0.125rem);
  }

  .bot__item::before {
    height: 0.25rem;
  }

  .bot__item::after {
    width: 0.5625rem;
    height: 0.5625rem;
  }

  .bot__link {
    min-height: 4.0625rem;
    border-radius: 1.25rem;
    font-size: 1.1875rem;
    padding: 0.625rem 1.75rem;
  }

  .bot__link:not(:last-child) {
    margin-bottom: 2.125rem;
  }

  .bot__link img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.25rem;
            flex: 0 0 1.25rem;
    width: 1.25rem;
  }

  .bot__caption {
    font-size: 1.625rem;
  }

  .bot__caption:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .bot__text {
    font-size: 1.0625rem;
    max-width: 18.75rem;
  }

  .bot__column {
    max-width: 25rem;
  }

  .bot__top {
    gap: 0.1875rem;
  }

  .bot__map {
    font-size: 0.9375rem;
    gap: 0.5625rem;
  }

  .bot__map:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .bot__map svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.6875rem;
            flex: 0 0 0.6875rem;
    width: 0.6875rem;
  }

  .bot__heading {
    font-size: 1.6875rem;
  }

  .bot__rating {
    font-size: 0.9375rem;
    border-radius: 0.4375rem;
    padding: 0.1875rem 0.4375rem 0.1875rem 0.4375rem;
  }

  .bot__value {
    font-size: 0.9375rem;
  }

  .bot__label {
    font-size: 0.9375rem;
  }

  .bot__icon {
    width: 6.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
  }

  .bot__profile {
    font-size: 0.9375rem;
  }

  .bot__profile:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .reviews-body {
    gap: 1rem;
  }

  .reviews-body__top {
    gap: 0.75rem;
  }

  .reviews-body__top:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .reviews-body__avatar {
    width: 2.875rem;
    height: 2.875rem;
  }

  .reviews-body__name {
    font-size: 1.125rem;
  }

  .reviews-body__name:not(:last-child) {
    margin-bottom: 0.1875rem;
  }

  .reviews-body__post {
    font-size: 0.9375rem;
  }

  .reviews-body__row {
    gap: 0.625rem;
  }

  .reviews-body__row:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .reviews-body__rating {
    gap: 0.25rem;
  }

  .reviews-body__rating svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.9375rem;
            flex: 0 0 0.9375rem;
    width: 0.9375rem;
  }

  .reviews-body__date {
    font-size: 0.9375rem;
  }

  .location {
    padding: 1.875rem 0;
  }

  .location__title {
    font-size: 2.125rem;
  }

  .location__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .location__top {
    gap: 1.25rem;
  }

  .location__top:not(:last-child) {
    margin-bottom: 4.375rem;
  }

  .location__caption {
    font-size: 1.5625rem;
    max-width: 15.625rem;
  }

  .location__caption:not(:last-child) {
    margin-bottom: 2.9375rem;
  }

  .location__value {
    font-size: 0.875rem;
    min-height: 2.8125rem;
  }

  .location__value svg {
    width: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
  }

  .location__link {
    gap: 0.4375rem;
    font-size: 1.125rem;
    min-height: 3.625rem;
  }

  .location__link svg {
    width: 2.125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.125rem;
            flex: 0 0 2.125rem;
  }

  .location__bottom {
    gap: 1.25rem;
  }

  .location__block {
    aspect-ratio: 366/350;
    padding: 2.5rem 1.25rem;
  }

  .location__heading {
    font-size: 1.875rem;
  }

  .fixed-form {
    border-radius: 0.9375rem;
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
  }

  .fixed-form__caption {
    font-size: 1.125rem;
  }

  .fixed-form__link {
    min-height: 3.4375rem;
    font-size: 1.0625rem;
    border-radius: 0.6875rem;
  }

  .fixed-form__close-thanks {
    top: 1.125rem;
    right: 1.125rem;
  }

  .fixed-form__close-thanks svg {
    width: 1rem;
  }

  .fixed-form__close {
    top: 1.125rem;
    right: 1.125rem;
  }

  .fixed-form__close svg {
    width: 1rem;
  }

  .fixed-form__title {
    font-size: 1.125rem;
  }

  .fixed-form__row {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .fixed-form__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
            flex: 0 0 1.75rem;
    width: 1.75rem;
  }

  .fixed-form__input {
    font-size: 1.125rem;
  }

  .fixed-form__bottom {
    padding: 0 1.375rem;
  }

  .fixed-form__submit {
    min-height: 3.4375rem;
    border-radius: 0.6875rem;
    font-size: 1.0625rem;
  }

  .footer {
    padding-top: 1.875rem;
    padding-bottom: 3.4375rem;
  }

  .footer__logo {
    max-width: 8.75rem;
  }

  .popup__caption {
    font-size: 1rem;
  }

  .popup__title {
    font-size: 1.625rem;
  }

  .popup__text {
    font-size: 0.875rem;
  }

  .popup__button {
    font-size: 1.0625rem;
    min-height: 4.375rem;
  }

  .popup__label {
    font-size: 0.875rem;
  }

  .spollers__title {
    padding: 0.625rem 3.4375rem 0.625rem 1.375rem;
  }

  ._spoller-init .spollers__title::before,
  ._spoller-init .spollers__title::after {
    right: 1.375rem;
  }

  .spollers__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
            flex: 0 0 1.75rem;
    width: 1.75rem;
  }

  .spollers__value {
    font-size: 1.125rem;
  }

  .spollers__body {
    padding: 0.3125rem 1.375rem 0.625rem 1.375rem;
  }

  .tabs__navigation:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .tabs__title {
    font-size: 1.375rem;
  }

  .tabs__title._tab-active {
    font-size: 1.5rem;
  }

  .tabs__items {
    gap: 0.9375rem;
  }

  .tabs__text {
    font-size: 1.0625rem;
  }

  .tabs__text span {
    font-size: 0.9375rem;
  }

  .tabs__icon {
    width: 2.375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.375rem;
            flex: 0 0 2.375rem;
  }

  .options__label {
    font-size: 1rem;
  }
}

@media (max-width: 61.99875rem)and (max-width: 47.99875rem) {
  .menu__column {
    padding: 1.875rem;
  }
}

@media (max-width: 47.99875rem) {
  .title {
    font-size: 0.875rem;
    padding: 0.25rem 1.0625rem;
  }

  .header {
    top: 2.6875rem;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.0625rem;
            flex: 0 0 4.0625rem;
    width: 4.0625rem;
  }

  .header__link {
    font-size: 0.6875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.6875rem;
            flex: 0 0 8.6875rem;
    width: 8.6875rem;
    min-height: 2.3125rem;
  }

  .hero {
    background: url("../img/hero-image.webp") center right 20%/cover no-repeat;
    padding-bottom: 1.4375rem;
    margin-top: 1.6875rem;
    min-height: 41.0625rem;
  }

  .hero__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__title {
    font-size: 1.75rem;
    text-align: center;
    max-width: 100%;
  }

  .hero__text {
    text-align: center;
    font-size: 1.25rem;
    max-width: 100%;
  }

  .hero__link {
    min-height: 3.4375rem;
    font-size: 1rem;
    border-radius: 1.25rem;
  }

  .about {
    padding-top: 1.625rem;
    padding-bottom: 1.875rem;
  }

  .about__text {
    font-size: 1.4375rem;
  }

  .about__link .svg-arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5625rem;
            flex: 0 0 1.5625rem;
  }

  .about__link .svg-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5rem;
            flex: 0 0 0.5rem;
  }

  .about__link {
    font-size: 0.875rem;
    padding: 0.34375rem 0.9375rem;
    gap: 0.75rem;
  }

  .about__body {
    gap: 0.875rem;
  }

  .advantages__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.1875rem;
  }

  .advantages__item {
    aspect-ratio: auto;
    min-height: 31.25rem;
    padding: 1.875rem 0.625rem;
  }

  .advantages__caption:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .advantages__text {
    font-size: 0.875rem;
    min-height: auto;
    font-family: "Involve",sans-serif;
    max-width: 19.0625rem;
  }

  .marquee__item {
    font-size: 2.1875rem;
    padding: 0 0.875rem;
  }

  .marquee__item img {
    max-height: 4.75rem;
  }

  .menu__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.4375rem;
  }

  .menu__content {
    padding: 0;
  }

  .menu__title--pc {
    display: none;
  }

  .menu__title--mobile {
    display: block;
  }

  .menu__title {
    font-size: 1.75rem;
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    bottom: 1.875rem;
    width: 100%;
  }

  .menu__title:not(:last-child) {
    margin-bottom: 0;
  }

  .menu__text {
    color: rgba(200,187,176,.9);
    position: static;
    margin-top: 3.4375rem;
    -webkit-transform: translate(0rem, 0rem);
        -ms-transform: translate(0rem, 0rem);
            transform: translate(0rem, 0rem);
    margin-left: auto;
    margin-right: auto;
  }

  .menu__image {
    aspect-ratio: auto;
    min-height: 31.25rem;
  }

  .menu__link {
    min-height: 3.25rem;
    font-size: 1rem;
    padding: 0.625rem 1.0625rem;
    border-radius: 0.75rem;
  }

  .menu__link img {
    width: 1.1875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.1875rem;
            flex: 0 0 1.1875rem;
  }

  .mixteria__body {
    gap: 4.375rem;
  }

  .mixteria__item:first-child .mixteria__text img {
    width: 1.5625rem;
  }

  .mixteria__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4.0625rem;
  }

  .mixteria__content {
    padding: 0 1.25rem;
  }

  .mixteria__title:not(:last-child) {
    margin-bottom: 1.75rem;
  }

  .mixteria__text {
    line-height: 121%;
    font-size: 1.375rem;
    gap: 0;
  }

  .mixteria__media {
    margin: 0 -4.5625rem;
  }

  .mixteria__image {
    border-radius: 1.875rem;
  }

  .mixteria__image:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }

  .mixteria__image:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .mixteria__image:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .mixteria__img {
    margin: 0 -0.75rem;
  }

  .mixteria__img-2 {
    margin: 0 -0.75rem;
  }

  .bot__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.9375rem;
    padding: 0 1.875rem;
  }

  .bot__block {
    max-width: 100%;
  }

  .bot__title {
    font-size: 1.75rem;
    text-align: center;
  }

  .bot__title:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .bot__item {
    font-size: 0.875rem;
  }

  .bot__link {
    min-height: 3.4375rem;
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }

  .bot__link img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
            flex: 0 0 1.125rem;
    width: 1.125rem;
  }

  .bot__caption {
    text-align: center;
    font-size: 1.375rem;
  }

  .bot__text {
    max-width: 13.75rem;
    font-size: 0.875rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .bot__image {
    max-width: 17.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .bot__column {
    padding: 0.9375rem;
    max-width: 100%;
    border-radius: 1.25rem;
  }

  .bot__top:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .bot__map {
    font-size: 0.75rem;
  }

  .bot__heading {
    font-size: 1.375rem;
  }

  .bot__heading:not(:last-child) {
    margin-bottom: 0.6875rem;
  }

  .bot__rating {
    font-size: 0.75rem;
  }

  .bot__value {
    font-size: 0.75rem;
  }

  .bot__label {
    font-size: 0.75rem;
  }

  .bot__icon {
    width: 5.1875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.1875rem;
            flex: 0 0 5.1875rem;
  }

  .bot__profile {
    font-size: 0.75rem;
  }

  .reviews-body__avatar {
    width: 2.3125rem;
    height: 2.3125rem;
  }

  .reviews-body__name {
    font-size: 0.9375rem;
  }

  .reviews-body__post {
    font-size: 0.75rem;
  }

  .reviews-body__date {
    font-size: 0.75rem;
  }

  .reviews-body__text {
    font-size: 0.8125rem;
  }

  .location__title {
    font-size: 1.75rem;
  }

  .location__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.6875rem;
  }

  .location__content {
    max-width: 100%;
    max-width: 20.625rem;
  }

  .location__caption {
    font-size: 1.125rem;
    text-align: center;
    max-width: 100%;
  }

  .location__wrap {
    gap: 0.5625rem;
  }

  .location__row {
    gap: 0.3125rem;
  }

  .location__value {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    font-size: 0.6875rem;
    min-height: 2.1875rem;
    padding: 0.3125rem 0.875rem 0.3125rem 0.625rem;
    border-radius: 1rem;
  }

  .location__value svg {
    width: 1.125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
            flex: 0 0 1.125rem;
  }

  .location__link {
    gap: 0.3125rem;
    font-size: 0.9375rem;
    min-height: 3.4375rem;
    border-radius: 1.25rem;
  }

  .location__link svg {
    width: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
  }

  .location__bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }

  .location__block {
    padding: 2rem 0.625rem;
  }

  .location__heading {
    font-size: 1.75rem;
  }

  .fixed-form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .fixed-form {
    padding-top: 2.5rem;
    max-width: 100%;
  }

  .fixed-form__caption {
    font-size: 1rem;
  }

  .fixed-form__caption:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .fixed-form__link {
    min-height: 3.0625rem;
    font-size: 1rem;
  }

  .fixed-form__close-thanks {
    top: 1rem;
    right: 0.875rem;
  }

  .fixed-form__close-thanks svg {
    width: 0.875rem;
  }

  .fixed-form__close {
    top: 1rem;
    right: 0.875rem;
  }

  .fixed-form__close svg {
    width: 0.875rem;
  }

  .fixed-form__title {
    font-size: 1rem;
  }

  .fixed-form__row {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .fixed-form__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
    width: 1.5rem;
  }

  .fixed-form__input {
    font-size: 1rem;
  }

  .fixed-form__bottom {
    padding: 0 1.125rem;
  }

  .fixed-form__submit {
    min-height: 3.0625rem;
    font-size: 1rem;
  }

  .footer__logo {
    max-width: 6.25rem;
  }

  .popup__caption {
    font-size: 0.9375rem;
  }

  .popup__caption:not(:last-child) {
    margin-bottom: 1.1875rem;
  }

  .popup__title {
    font-size: 1.5rem;
  }

  .popup__title:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .popup__image:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .popup__text {
    font-size: 0.8125rem;
  }

  .popup__button {
    font-size: 1rem;
    min-height: 3.9375rem;
    border-radius: 4.5rem;
  }

  .popup__button:not(:last-child) {
    margin-bottom: 1.75rem;
  }

  .popup__label {
    font-size: 0.8125rem;
  }

  .spollers__title {
    padding: 0.5rem 3.125rem 0.5rem 1.125rem;
  }

  ._spoller-init .spollers__title::before,
  ._spoller-init .spollers__title::after {
    right: 1.125rem;
  }

  .spollers__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
    width: 1.5rem;
  }

  .spollers__value {
    font-size: 1rem;
  }

  .spollers__body {
    padding: 0.3125rem 1.125rem 0.625rem 1.125rem;
  }

  .tabs__title {
    font-size: 1.125rem;
  }

  .tabs__title._tab-active {
    font-size: 1.25rem;
  }

  .tabs__text {
    font-size: 0.9375rem;
  }

  .tabs__text span {
    font-size: 0.8125rem;
  }

  .tabs__icon {
    width: 1.875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
            flex: 0 0 1.875rem;
  }

  [data-showmore-button] {
    font-size: 0.75rem;
  }

  .options__label {
    font-size: 0.9375rem;
  }
}

@media (max-width: 29.99875rem) {
  .advantages__item {
    min-height: 24.6875rem;
  }

  .advantages__item:first-child .advantages__caption {
    max-width: 13.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .menu__image {
    min-height: 24.6875rem;
  }

  .bot__container {
    max-width: 23.125rem;
  }

  .footer__logo {
    max-width: 4.125rem;
  }

  .popup__wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .popup__content {
    padding: 3.3125rem 1.25rem 1.75rem 1.25rem;
    border-radius: 1.875rem 1.875rem 0 0;
    max-width: 100%;
  }
}

@media (any-hover: hover) {
  .header__link:hover {
    background-color: #fff;
    color: #c8742a;
    border: 0.125rem solid #c8742a;
  }

  .hero__link:hover {
    background-color: #fff;
    color: #c8742a;
  }

  .about__link:hover {
    background-color: #c8742a;
    color: #fff;
  }

  .about__link:hover .svg-arrow path {
    fill: #fff;
  }

  .menu__link:hover {
    background-color: #c8742a;
    color: #fff;
  }

  .bot__link:hover {
    background-color: #c8742a;
    color: #fff;
  }

  .bot__profile:hover {
    color: #c8742a;
  }

  .location__link:hover {
    background-color: #c8742a;
    color: #fff;
  }

  .fixed-form__link:hover {
    background-color: #000;
    color: #fff;
  }

  .fixed-form__close-thanks:hover path {
    fill: #000;
  }

  .fixed-form__close:hover path {
    fill: #000;
  }

  .fixed-form__submit:hover {
    background-color: #000;
    color: #fff;
  }

  .popup__close:hover::before,
  .popup__close:hover::after {
    background-color: #c8742a;
  }

  .popup__button:hover {
    background-color: #c8742a;
  }

  .spollers__item:hover {
    border-bottom: 0.0625rem solid #fff;
  }

  .tabs__title:hover {
    opacity: 1;
  }

  [data-showmore-button]:hover {
    color: #c8742a;
  }

  .options__label:hover {
    background-color: rgba(255,255,255,.2);
  }
}