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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
a,
textarea {
  outline: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

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

img, svg {
  max-width: 100%;
}

h1, h2, h3 {
  font-weight: bold;
}

/* /reset */
@font-face {
  font-family: "Intro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/intro/Intro-Book.eot?") format("eot"), url("../fonts/intro/Intro-Book.woff2") format("woff2"), url("../fonts/intro/Intro-Book.woff") format("woff"), url("../fonts/intro/Intro-Book.ttf") format("truetype"), url('../fonts/intro/Intro-Book.svg#str-replace("Intro", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/intro/Intro-Regular.eot?") format("eot"), url("../fonts/intro/Intro-Regular.woff2") format("woff2"), url("../fonts/intro/Intro-Regular.woff") format("woff"), url("../fonts/intro/Intro-Regular.ttf") format("truetype"), url('../fonts/intro/Intro-Regular.svg#str-replace("Intro", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/intro/Intro-Regular-Italic.eot?") format("eot"), url("../fonts/intro/Intro-Regular-Italic.woff2") format("woff2"), url("../fonts/intro/Intro-Regular-Italic.woff") format("woff"), url("../fonts/intro/Intro-Regular-Italic.ttf") format("truetype"), url('../fonts/intro/Intro-Regular-Italic.svg#str-replace("Intro", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/intro/Intro-Bold.eot?") format("eot"), url("../fonts/intro/Intro-Bold.woff2") format("woff2"), url("../fonts/intro/Intro-Bold.woff") format("woff"), url("../fonts/intro/Intro-Bold.ttf") format("truetype"), url('../fonts/intro/Intro-Bold.svg#str-replace("Intro", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/intro/Intro-Black.eot?") format("eot"), url("../fonts/intro/Intro-Black.woff2") format("woff2"), url("../fonts/intro/Intro-Black.woff") format("woff"), url("../fonts/intro/Intro-Black.ttf") format("truetype"), url('../fonts/intro/Intro-Black.svg#str-replace("Intro", " ", "_")') format("svg");
  font-display: swap;
}
/* settings */
a {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none;
}

button,
input,
textarea {
  font-family: "Intro", Arial, sans-serif;
  font-size: 16px;
  color: #4C4449;
}

body {
  min-width: 319px;
  background-color: #f7f3f0;
  font-family: "Intro", Arial, sans-serif;
  font-size: 16px;
  color: #4C4449;
}
body.lock {
  overflow: hidden;
}

@media (max-width: 500px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 501px) {
  .mobile-visible {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .tablet-visible {
    display: none !important;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}
.row > * {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.row.gy {
  margin-top: -10px;
}
.row.gy > * {
  padding-top: 10px;
}

.wrapper {
  width: 100%;
  max-width: 1330px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-right: 10px;
  }
}

*:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

*::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.navpage {
  padding: 200px 0 100px;
}
.navpage h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.navpage ul {
  font-size: 18px;
}
.navpage ul li {
  margin: 10px 0;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #dad3cf;
}

.rub {
  font-family: Arial, "Helvetica Neue", Helvetica, "Arial Rub", sans-serif;
}

/* /settings */
/* btn */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 15px 14px;
  background: transparent;
  border-width: 3px;
  border-style: solid;
  outline: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn--white {
  background-color: rgba(50, 45, 41, 0.6);
  border-color: #fff;
  color: #fff;
  fill: #fff;
}
.btn--white:hover {
  background-color: #fff;
  color: #4C4449;
  fill: #4C4449;
}
.btn--brown {
  border-color: #8f7865;
  color: #fff;
  fill: #fff;
  opacity: 0.7;
}
.btn--brown:hover {
  opacity: 1;
}
.btn--red {
  padding: 24px 20px;
  border-color: #aa181b;
  color: #aa181b;
  font-weight: 900;
  text-transform: uppercase;
}
.btn--red:hover {
  border-color: #00A859;
  color: #00A859;
}
@media (max-width: 500px) {
  .btn {
    font-size: 16px;
  }
}

/* /btn */
/* head */
.head {
  padding: 20px 0 50px;
}
.head .wrapper {
  position: relative;
}
.head__title {
  padding: 0 200px;
  font-size: 50px;
  font-weight: normal;
  color: #4C4449;
  text-align: center;
}
.head__title-italic {
  display: inline;
  font-style: italic;
}
.head__title-brown {
  color: #8f7865;
}
.head__divider {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  fill: #8f7865;
}
.head__divider svg {
  width: 100%;
  height: 30px;
}
.head__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  fill: #8f7865;
  color: #4C4449;
  position: absolute;
  top: 20px;
  right: 20px;
}
.head__more span {
  text-decoration: underline;
}
.head__more svg {
  width: 60px;
  height: 20px;
  opacity: 0.4;
  margin-left: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head__more:hover svg {
  opacity: 1;
}
@media (max-width: 1050px) {
  .head__title {
    padding: 0;
  }
  .head__more {
    position: static;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .head__title {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .head {
    padding: 20px 0 30px;
  }
  .head__title {
    font-size: 30px;
  }
}

/* /head */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.air-datepicker {
  border: none;
}

.air-datepicker-nav {
  padding: 12px;
  border: none;
}

.air-datepicker-nav--title {
  font-size: 20px;
}

.air-datepicker--content {
  padding-bottom: 12px;
}

.air-datepicker-body--day-names {
  font-size: 16px;
}

.air-datepicker-body--day-name {
  color: #dad3cf;
}

.air-datepicker-body--cells.-days- {
  grid-auto-rows: 40px;
  font-size: 14px;
}

.air-datepicker-cell.-day-.-focus- {
  background-color: transparent;
  color: #8f7865;
}

.air-datepicker-cell.-day-.-selected- {
  position: relative;
  background-color: transparent;
  color: #4C4449;
}
.air-datepicker-cell.-day-.-selected-:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #aa181b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
}

.air-datepicker-cell.-day-.-current- {
  color: #aa181b;
  font-weight: 500;
}

.air-datepicker-nav--action {
  width: 45px;
  opacity: 0.7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.air-datepicker-nav--action svg {
  width: 60px;
  height: 20px;
}
.air-datepicker-nav--action:hover {
  background-color: transparent;
  opacity: 1;
}

.air-datepicker-cell.-month-.-current-.-selected- {
  background-color: #aa181b;
}

.air-datepicker-cell.-year-.-current-.-selected- {
  background-color: #aa181b;
}

/* subtitle */
.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  fill: #8f7865;
}
.subtitle__text {
  margin-right: 15px;
  font-size: 35px;
  font-weight: normal;
  font-style: italic;
  color: #4C4449;
}
.subtitle__text span {
  color: #8f7865;
}
.subtitle svg {
  max-width: 178px;
  max-height: 7px;
}
@media (max-width: 500px) {
  .subtitle__text {
    font-size: 30px;
  }
  .subtitle svg {
    display: none;
  }
}

/* /subtitle */
/* counter */
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  height: 50px;
  background: #FFFFFF;
}
.counter__btn {
  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: 90px;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 30px;
  fill: #4C4449;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.counter__btn svg {
  width: 12px;
  height: 12px;
}
.counter__btn:hover {
  fill: #8f7865;
}
.counter__input {
  width: 78px;
  height: 100%;
  position: relative;
}
.counter__input input {
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  border: none;
  outline: none;
}

/* /counter */
/* header */
.header {
  width: 100%;
  color: #fff;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
}
.header a {
  color: #fff;
}
.header__top {
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1500px;
}
.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  font-size: 14px;
  fill: #fff;
  white-space: nowrap;
}
.header__address svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__address a {
  margin-left: 10px;
  border-bottom: 1px solid #fff;
}
.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__items li {
  margin-left: 30px;
}
.header__items li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  font-size: 16px;
  fill: #fff;
  white-space: nowrap;
}
.header__items li a svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1051px) {
  .header__items li a {
    position: relative;
  }
  .header__items li a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__items li a:hover:after {
    width: 100%;
  }
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__social--mobile {
  display: none;
}
.header__social-icon {
  margin-left: 12px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__social-icon svg {
  display: block;
  width: 15px;
  height: 15px;
}
@media (min-width: 1051px) {
  .header__social-icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.header__bottom {
  padding: 28px 0;
}
.header__bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}
.header__logo-link {
  display: block;
  max-width: 200px;
  margin-right: 16px;
}
.header__logo-text {
  font-size: 14px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -14px;
  font-size: 18px;
}
.header__list li {
  margin: 0 14px;
}
.header__list li a {
  display: inline-block;
  padding: 5px 0;
}
@media (min-width: 1051px) {
  .header__list li a {
    position: relative;
  }
  .header__list li a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__list li a:hover:after {
    width: 100%;
  }
}
.header__hamburger {
  display: none;
}
.header__close-menu {
  display: none;
}
.header__buttons {
  display: none;
}
.header--dark {
  background-color: rgba(0, 0, 0, 0.35);
}
@media (min-width: 1051px) {
  .header__has-children {
    position: relative;
  }
  .header__has-children:hover .header__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header__submenu {
    width: 200px;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #dad3cf;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    right: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  .header__submenu li {
    margin: 0;
  }
  .header__submenu li a {
    color: #4C4449;
  }
  .header__submenu li a:after {
    background-color: #4C4449;
  }
}
@media (max-width: 1400px) {
  .header__logo {
    display: block;
  }
}
@media (max-width: 1200px) {
  .header__list {
    font-size: 16px;
  }
  .header__list li {
    margin: 0 10px;
  }
}
@media (max-width: 1050px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }
  .header__top {
    display: none;
  }
  .header__bottom {
    width: 100%;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
  }
  .header__address {
    -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;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-shadow: 0px 1px 1px #000;
    margin-bottom: 30px;
  }
  .header__address a {
    margin-top: 10px;
  }
  .header__address svg {
    display: none;
  }
  .header__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__items li {
    margin-left: 0;
    text-align: center;
  }
  .header__items li a {
    display: inline-block;
    font-size: 24px;
    text-shadow: 0px 1px 1px #000;
  }
  .header__items li a svg {
    width: 18px;
    height: 18px;
  }
  .header__price {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .header__tel {
    width: 100%;
    margin-bottom: 30px;
  }
  .header__tel a {
    font-size: 28px !important;
  }
  .header__tel svg {
    width: 20px !important;
    height: 20px !important;
  }
  .header__whatsapp {
    width: 50%;
    margin-bottom: 30px;
  }
  .header__whatsapp a {
    color: #00A859;
    fill: #00A859 !important;
  }
  .header__callback {
    width: 50%;
    margin-bottom: 30px;
  }
  .header__callback a {
    fill: #00A859 !important;
  }
  .header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__buttons .btn {
    min-width: 300px;
    margin: 8px;
  }
  .header__buttons .btn:nth-child(2) {
    background-color: #00A859;
    border-color: #00A859;
  }
  .header__buttons .btn:nth-child(2):hover {
    color: #fff;
  }
  .header__hamburger {
    display: block;
    padding-right: 0;
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    padding: 70px 20px 20px;
    background-color: #dad3cf;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: -500px;
    z-index: 12;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav.open {
    left: 0;
  }
  .header__list {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 25px;
    overflow-y: auto;
  }
  .header__list li {
    margin: 0;
  }
  .header__list li a {
    display: block;
    padding: 10px 0;
    color: #4C4449;
  }
  .header__close-menu {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .header__close-menu:after, .header__close-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #4C4449;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .header__close-menu:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__close-menu:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header__social {
    padding-top: 10px;
  }
  .header__social--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__social--desktop {
    display: none;
  }
  .header__social-icon {
    margin-left: 0;
    margin-right: 10px;
  }
  .header__social-icon svg {
    width: 24px;
    height: 24px;
    fill: #4C4449;
  }
  .header__has-children {
    position: relative;
    padding-right: 40px;
  }
  .header__has-children:after {
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%234C4449'%3E%3Cpath d='M2.56178229,2.33146284 C5.27213047,4.48900759 7.46971008,7.14997944 9.88704764,9.66711498 C11.0590901,10.8897237 12.2311325,12.1123324 13.622933,13.1191866 C14.9414807,14.1260408 16.5530391,14.9171405 17.6518289,16.1397492 C18.2378501,16.8589308 19.1901346,17.2185216 20.1424191,16.8589308 C20.8749457,16.5712582 21.3144616,15.6363221 20.7284403,14.9890587 C19.4831452,13.6226137 17.9448395,12.6876776 16.4797864,11.6089052 C15.0147334,10.5301329 13.7694383,9.30752418 12.5241432,8.01299734 C10.1068056,5.4958618 7.83597334,2.69105363 5.05237251,0.53350889 C4.39309863,0.0300817833 3.29430883,-0.257590849 2.48852964,0.317754416 C1.75600311,0.821181523 1.90250841,1.82803574 2.56178229,2.33146284 L2.56178229,2.33146284 Z'%3E%3C/path%3E%3Cpath d='M17.0865323,15.3944728 C12.1516816,21.3511548 4.52509408,24.5528713 0.188407069,31.0307629 C-0.70883852,32.3710163 1.83335732,35.0515232 2.88014384,33.5623527 C7.21683085,27.0844611 14.8434184,23.8082861 19.7782691,17.9260627 C20.7502852,16.7347263 18.2828598,13.9797609 17.0865323,15.3944728 L17.0865323,15.3944728 Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__has-children.active:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header__submenu {
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 10px;
  }
}
@media (max-width: 500px) {
  .header__nav {
    max-width: none;
    left: -600px;
  }
  .header__items li a {
    font-size: 16px;
  }
  .header__buttons .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (min-width: 1051px) {
  #headerSticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: showStyky 0.5s;
    animation: showStyky 0.5s;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #headerSticky.sticky .header__top {
    margin-top: -50px;
  }
  #headerSticky.sticky .header__bottom {
    padding: 15px 0;
  }
}

@-webkit-keyframes showStyky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes showStyky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* /header */
/* welcome */
.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 200px 0 90px;
  position: relative;
}
.welcome .wrapper {
  margin-top: auto;
}
.welcome__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.welcome__video:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.46);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.welcome__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.welcome__buttons {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -20px;
}
.welcome__buttons .btn {
  min-width: 308px;
  margin: 20px 8px 0;
  font-size: 20px;
  text-transform: uppercase;
}
.welcome__smoke {
  height: 260px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.welcome__smoke img {
  max-width: none;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.welcome__mobile {
  display: none;
}
@media (max-width: 1050px) {
  .welcome {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .welcome .wrapper {
    margin-top: 0;
  }
  .welcome__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .welcome__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-shadow: 0px 1px 1px #000;
    margin-bottom: 30px;
    color: #fff;
  }
  .welcome__address a {
    margin-top: 10px;
    color: #fff;
    text-decoration: underline;
  }
  .welcome__address svg {
    display: none;
  }
  .welcome__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .welcome__items li {
    margin-left: 0;
    text-align: center;
  }
  .welcome__items li a {
    display: inline-block;
    font-size: 24px;
    text-shadow: 0px 1px 1px #000;
    color: #fff;
  }
  .welcome__items li a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .welcome__tel {
    width: 100%;
    margin-bottom: 30px;
    fill: #fff;
  }
  .welcome__tel a {
    font-size: 28px !important;
  }
  .welcome__tel svg {
    width: 20px !important;
    height: 20px !important;
  }
  .welcome__whatsapp {
    width: 50%;
    margin-bottom: 30px;
  }
  .welcome__whatsapp a {
    color: #00A859 !important;
    fill: #00A859 !important;
  }
  .welcome__callback {
    width: 50%;
    margin-bottom: 30px;
  }
  .welcome__callback a {
    fill: #00A859 !important;
  }
  .welcome__buttons {
    margin-top: 100px;
  }
  .welcome__buttons .btn:nth-child(2) {
    background-color: #00A859;
    border-color: #00A859;
  }
  .welcome__buttons .btn:nth-child(2):hover {
    color: #fff;
  }
}
@media (max-width: 500px) {
  .welcome__items li a {
    font-size: 16px;
  }
  .welcome__buttons .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    font-size: 18px;
  }
}

/* /welcome */
/* bathhouse */
.bathhouse {
  margin-bottom: 35px;
}
.bathhouse__slider {
  position: relative;
}
.bathhouse__slider #bathhouseSlider {
  padding: 10px;
  margin: -10px;
  overflow: hidden;
}
.bathhouse__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 610px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bathhouse__item:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000), to(transparent));
  background: -o-linear-gradient(bottom, #000 10%, transparent);
  background: linear-gradient(to top, #000 10%, transparent);
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.bathhouse__item:hover {
  -webkit-box-shadow: 0 0 0 10px #dad3cf;
  box-shadow: 0 0 0 10px #dad3cf;
}
.bathhouse__item:hover .bathhouse__parameters > .row {
  margin-bottom: 0;
}
.bathhouse__item:hover .bathhouse__img img:nth-child(2) {
  opacity: 1;
}
.bathhouse__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bathhouse__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.bathhouse__img img:nth-child(2) {
  opacity: 0;
}
.bathhouse__content {
  padding: 20px;
  margin-top: auto;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.bathhouse__title {
  font-size: 35px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
}
.bathhouse__persons {
  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;
  font-size: 14px;
  fill: #fff;
  margin-bottom: 17px;
}
.bathhouse__persons svg {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.bathhouse__parameters {
  overflow: hidden;
}
.bathhouse__parameters > .row {
  padding: 10px 0 20px;
  margin-bottom: -150px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bathhouse__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.bathhouse__time .row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bathhouse__time-btn {
  width: 100%;
}
.bathhouse__time-btn .btn {
  width: 100%;
  font-size: 14px;
  padding: 2px 10px;
}
.bathhouse__time-btn .btn svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bathhouse__time-btn input {
  visibility: hidden;
  position: absolute;
}
.bathhouse__time-btn input:checked ~ .btn {
  background-color: #aa181b;
  border-color: #aa181b;
  opacity: 1;
}
.bathhouse__price {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  width: 50%;
  font-size: 18px;
  font-weight: 500;
}
.bathhouse__price.active {
  display: block;
}
.bathhouse__buttons {
  font-size: 18px;
}
.bathhouse__btn {
  width: 50%;
}
.bathhouse__btn .btn {
  width: 100%;
  padding: 10px 15px;
}
.bathhouse__btn .btn:nth-child(1) {
  margin-right: 12px;
}
.bathhouse__arrow {
  fill: #8f7865;
}
.bathhouse__arrow svg {
  width: 27px;
  height: 43px;
}
.bathhouse__arrow:after {
  display: none;
}
.bathhouse__arrow--prev {
  left: -50px;
}
.bathhouse__arrow--next {
  right: -50px;
}
@media (max-width: 1400px) {
  .bathhouse__arrow {
    fill: #fff;
  }
  .bathhouse__arrow--prev {
    left: 10px;
  }
  .bathhouse__arrow--next {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .bathhouse__item {
    height: 500px;
  }
  .bathhouse__title {
    font-size: 26px;
  }
  .bathhouse__parameters > .row {
    margin-bottom: 0;
  }
  .bathhouse__time .btn {
    font-size: 12px;
  }
  .bathhouse__time .btn svg {
    width: 10px;
    height: 10px;
  }
  .bathhouse__price {
    font-size: 14px;
  }
  .bathhouse__btn .btn {
    font-size: 16px;
  }
}

/* /bathhouse */
/* sales */
.sales {
  margin-bottom: 30px;
}
.sales__slider {
  width: 66.6666666667%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .sales__slider {
    width: 100%;
  }
}
.sales__banner {
  height: 420px;
  position: relative;
}
.sales__content {
  max-width: 340px;
  height: 100%;
  padding: 30px 10px 60px 50px;
  background-color: #aa181b;
  color: #fff;
  position: relative;
  z-index: 2;
}
.sales__content:after {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #aa181b), color-stop(50.5%, transparent));
  background: -o-linear-gradient(left top, #aa181b 50%, transparent 50.5%);
  background: linear-gradient(to right bottom, #aa181b 50%, transparent 50.5%);
  position: absolute;
  top: 0;
  left: 100%;
}
.sales__title {
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 17px;
}
.sales__text {
  font-size: 25px;
  margin-bottom: 20px;
}
.sales__link {
  display: block;
  font-size: 35px;
  text-decoration: underline;
  color: #fff;
}
.sales__link:hover {
  color: #dad3cf;
}
.sales__banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 330px;
  right: 0;
}
.sales__banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sales__pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #dad3cf;
}
.sales__pagination .swiper-pagination-bullet-active {
  background-color: #4C4449;
}
.sales__images {
  width: 33.3333333333%;
}
.sales__images-col {
  width: 100%;
  height: 50%;
}
.sales__images-col:nth-child(1) {
  padding-bottom: 10px;
}
.sales__img {
  width: 100%;
  height: 100%;
}
.sales__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sales__img--sertificate {
  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-color: #679faf;
  font-size: 35px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  .sales__banner {
    height: 350px;
  }
  .sales__content {
    width: 300px;
  }
  .sales__content:after {
    width: 150px;
  }
  .sales__title {
    font-size: 80px;
  }
  .sales__text {
    font-size: 20px;
  }
  .sales__link {
    font-size: 26px;
  }
  .sales__banner-img {
    left: 200px;
  }
}
@media (max-width: 1050px) {
  .sales__banner-img {
    left: 10%;
  }
  .sales__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .sales__images-col {
    height: 100%;
    width: 50%;
  }
  .sales__images-col:nth-child(1) {
    padding-bottom: 0;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .sales__img--sertificate {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .sales__banner {
    height: 270px;
  }
  .sales__banner-img {
    left: 40%;
  }
  .sales__content {
    width: 200px;
    padding: 20px 10px 20px 30px;
  }
  .sales__content:after {
    width: 100px;
  }
  .sales__title {
    font-size: 50px;
  }
  .sales__text {
    font-size: 16px;
  }
  .sales__link {
    font-size: 20px;
  }
  .sales__images {
    display: block;
  }
  .sales__images-col {
    height: 270px;
    width: 100%;
  }
  .sales__images-col:nth-child(1) {
    padding-right: 0;
    padding-bottom: 10px;
  }
}

/* /sales */
/* services */
.services {
  margin-bottom: 50px;
}
.services__container {
  height: 416px;
}
.services__grid {
  display: grid;
  height: 100%;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  grid-auto-rows: 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas: "services__col1 services__col2 services__col4" "services__col1 services__col3 services__col5";
}
.services__col1 {
  grid-area: services__col1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services__col1 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .services__col1 {
    width: 100%;
  }
}
.services__col2 {
  grid-area: services__col2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services__col2 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .services__col2 {
    width: 100%;
  }
}
.services__col3 {
  grid-area: services__col3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services__col3 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .services__col3 {
    width: 100%;
  }
}
.services__col4 {
  grid-area: services__col4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services__col4 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .services__col4 {
    width: 100%;
  }
}
.services__col5 {
  grid-area: services__col5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services__col5 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .services__col5 {
    width: 100%;
  }
}
.services__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.services__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.services__img:after {
  content: "";
  display: block;
  border: 10px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 769px) {
  .services__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .services__img:hover:after {
    border-color: #dad3cf;
  }
}
.services__title {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  z-index: 2;
}
.services__title span {
  padding: 3px 10px;
  background-color: #6b0f11;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .services__container {
    height: auto;
  }
  .services__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    margin-top: -10px;
  }
  .services__grid > * {
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .services__grid > * {
    padding-top: 10px;
  }
  .services__img {
    height: 200px;
    position: static;
  }
  .services__img img {
    display: block;
  }
  .services__title span {
    font-size: 20px;
  }
}

/* /services */
/* about */
.about {
  padding-top: 15px;
  margin-bottom: 80px;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 16px;
}
.about__title {
  font-size: 50px;
  color: #554639;
  margin-bottom: 20px;
  letter-spacing: -1.11px;
  fill: #8f7865;
}
.about__title svg {
  display: inline-block;
  vertical-align: middle;
  width: 178px;
  height: 10px;
  margin-left: 20px;
}
.about__sub {
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
  text-align: justify;
  color: rgba(50, 41, 47, 0.85);
}
.about__subtitle {
  font-size: 30px;
  color: #554639;
  margin-bottom: 16px;
}
.about__subtitle span {
  font-style: italic;
  color: #8f7865;
}
.about__text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-weight: 300;
  line-height: 1.25;
  text-align: justify;
  margin-bottom: 25px;
  color: rgba(50, 41, 47, 0.85);
}
.about__img {
  width: 33.3333333333%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.about__img:after {
  content: "";
  display: block;
  border: 10px solid #dad3cf;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about__img img {
  width: 100%;
}
@media (max-width: 1050px) {
  .about {
    margin-bottom: 50px;
  }
  .about__img {
    display: none;
  }
}
@media (max-width: 768px) {
  .about__title {
    font-size: 40px;
  }
  .about__title svg {
    display: none;
  }
}
@media (max-width: 500px) {
  .about {
    margin-bottom: 20px;
  }
  .about__text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .about__title {
    font-size: 30px;
  }
  .about__subtitle {
    font-size: 24px;
  }
}

/* /about */
/* gallery */
.gallery {
  margin-bottom: 105px;
}
.gallery__grid {
  display: grid;
  height: 513px;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  grid-auto-rows: 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas: "gallery__col--1 gallery__col--3 gallery__col--5 gallery__col--6" "gallery__col--2 gallery__col--4 gallery__col--5 gallery__col--7";
}
.gallery__col {
  position: relative;
}
@media screen and (max-width: 768px) {
  .gallery__col {
    width: 50%;
  }
}
.gallery__col--1 {
  grid-area: gallery__col--1;
}
.gallery__col--2 {
  grid-area: gallery__col--2;
}
.gallery__col--3 {
  grid-area: gallery__col--3;
}
.gallery__col--4 {
  grid-area: gallery__col--4;
}
.gallery__col--5 {
  grid-area: gallery__col--5;
}
.gallery__col--6 {
  grid-area: gallery__col--6;
}
.gallery__col--7 {
  grid-area: gallery__col--7;
}
@media screen and (max-width: 768px) {
  .gallery__col--7 {
    width: 100%;
  }
}
.gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1050px) {
  .gallery {
    margin-bottom: 60px;
  }
  .gallery__grid {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .gallery__grid {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    gap: 0;
  }
  .gallery__grid > * {
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .gallery__grid > * {
    padding-top: 10px;
  }
  .gallery__img {
    height: 250px;
    position: static;
  }
}
@media (max-width: 500px) {
  .gallery__img {
    height: 200px;
  }
}

/* /gallery */
/* contact */
.contact {
  padding-top: 20px;
}
.contact__head {
  margin-bottom: 22px;
}
.contact__row {
  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;
}
.contact__title {
  font-size: 50px;
  color: #554639;
}
.contact__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #554639;
}
.contact__address svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact__link {
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact__link:hover {
  text-decoration: none;
}
.contact__map {
  height: 420px;
  border-top: 10px solid #dad3cf;
  border-bottom: 10px solid #dad3cf;
}
.contact__map #contactMap {
  height: 100%;
}
@media (max-width: 1050px) {
  .contact__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact__title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .contact__address {
    margin-left: 50px;
  }
  .contact__link {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .contact__title {
    font-size: 40px;
  }
  .contact__address {
    margin-left: 20px;
  }
  .contact__link {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .contact__title {
    font-size: 30px;
  }
  .contact__address {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .contact__link {
    margin-left: auto;
    margin-right: auto;
  }
}

/* /contact */
/* page-head */
.page-head {
  min-height: 393px;
  padding-top: 175px;
  position: relative;
  margin-bottom: 20px;
}
.page-head__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.page-head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-head__smoke {
  height: 260px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
}
.page-head__smoke img {
  max-width: none;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.page-head__title {
  font-size: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  z-index: 3;
}
.page-head__mobile {
  display: none;
}
@media (max-width: 1050px) {
  .page-head {
    padding-top: 120px;
  }
  .page-head__mobile {
    display: block;
    position: relative;
    z-index: 2;
  }
  .page-head__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-head__items li {
    margin-left: 0;
    text-align: center;
  }
  .page-head__items li a {
    display: inline-block;
    font-size: 24px;
    text-shadow: 0px 1px 1px #000;
    color: #fff;
  }
  .page-head__items li a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .page-head__tel {
    width: 100%;
    margin-bottom: 20px;
    fill: #fff;
  }
  .page-head__tel a {
    font-size: 28px !important;
  }
  .page-head__tel svg {
    width: 20px !important;
    height: 20px !important;
  }
  .page-head__whatsapp {
    width: 50%;
    margin-bottom: 20px;
  }
  .page-head__whatsapp a {
    color: #00A859 !important;
    fill: #00A859 !important;
  }
  .page-head__callback {
    width: 50%;
    margin-bottom: 20px;
  }
  .page-head__callback a {
    fill: #00A859 !important;
  }
}
@media (max-width: 768px) {
  .page-head__title {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .page-head__title {
    font-size: 30px;
  }
  .page-head__items li a {
    font-size: 16px;
  }
}

/* /page-head */
/* form */
.form {
  margin-bottom: 70px;
}
.form .wrapper > .row {
  margin-left: -30px;
  margin-top: -34px;
}
.form .wrapper > .row > * {
  padding-top: 30px;
  padding-left: 34px;
}
.form__col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form__col {
    width: 100%;
  }
}
.form__col > .row {
  margin-top: -34px;
  margin-left: -20px;
}
.form__col > .row > * {
  padding-top: 34px;
  padding-left: 20px;
}
.form__col-inner-6 {
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .form__col-inner-6 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form__col-inner-6 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .form__col-inner-6 {
    width: 100%;
  }
}
.form__col-inner-12 {
  width: 100%;
}
.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.form__input input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  margin-top: auto;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 20px;
}
.form__input input::-webkit-input-placeholder {
  color: #4C4449;
}
.form__input input::-moz-placeholder {
  color: #4C4449;
}
.form__input input:-ms-input-placeholder {
  color: #4C4449;
}
.form__input input::-ms-input-placeholder {
  color: #4C4449;
}
.form__input input::placeholder {
  color: #4C4449;
}
.form__label {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
}
.form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}
.form__flex .counter {
  margin-left: 10px;
}
.form__radio {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  fill: #8f7865;
  color: #8f7865;
  font-size: 16px;
}
.form__radio svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form__radio label {
  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: 100%;
  height: 50px;
  padding: 0 5px;
  background-color: #fff;
  border: 2px solid transparent;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__radio input {
  visibility: hidden;
  position: absolute;
}
.form__radio input:checked ~ label {
  border-color: #8f7865;
}
.form__textarea textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: none;
  outline: none;
  padding: 12px;
  font-size: 20px;
  resize: none;
}
.form__calendar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.form__calendar {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.form__calendar input {
  visibility: hidden;
  position: absolute;
}
.form__calendar .air-datepicker {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .form {
    margin-bottom: 50px;
  }
  .form__calendar .air-datepicker {
    width: 100%;
  }
}

/* /form */
/* select-bathhouse */
.select-bathhouse {
  margin-bottom: 80px;
}
.select-bathhouse .subtitle {
  margin-bottom: 40px;
}
.select-bathhouse .wrapper > .row {
  margin-left: -30px;
  margin-top: -30px;
}
.select-bathhouse .wrapper > .row > * {
  padding-left: 30px;
  padding-top: 30px;
}
.select-bathhouse__col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .select-bathhouse__col {
    width: 100%;
  }
}
.select-bathhouse__items > .row {
  margin-left: -20px;
  margin-top: -20px;
}
.select-bathhouse__items > .row > * {
  padding-left: 20px;
  padding-top: 20px;
}
.select-bathhouse__col-item {
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .select-bathhouse__col-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .select-bathhouse__col-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .select-bathhouse__col-item {
    width: 100%;
  }
}
.select-bathhouse__item {
  height: 100%;
}
.select-bathhouse__item label {
  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;
  height: 100%;
  padding: 13px;
  border: 4px solid #ece6e1;
  background-color: transparent;
  text-align: center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-bathhouse__item label:hover {
  border-color: #dad3cf;
}
.select-bathhouse__item input {
  visibility: hidden;
  position: absolute;
}
.select-bathhouse__item input:checked ~ label {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(62, 27, 4, 0.5);
  box-shadow: 0 2px 10px 0 rgba(62, 27, 4, 0.5);
}
.select-bathhouse__item input:checked ~ label .select-bathhouse__name {
  color: #331408;
}
.select-bathhouse__item input:checked ~ label .select-bathhouse__price {
  font-weight: 900;
  color: #aa181b;
}
.select-bathhouse__name {
  display: block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.select-bathhouse__price {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.select-bathhouse__slider {
  margin-top: 20px;
  border: 10px solid #dad3cf;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.select-bathhouse__img {
  height: 400px;
}
.select-bathhouse__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.select-bathhouse__img-footer {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select-bathhouse__img-name {
  font-size: 18px;
  text-transform: uppercase;
}
.select-bathhouse__img-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4C4449;
  fill: #8f7865;
}
.select-bathhouse__img-more span {
  text-decoration: underline;
  margin-right: 10px;
}
.select-bathhouse__img-more svg {
  width: 50px;
  height: 20px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select-bathhouse__img-more:hover svg {
  opacity: 1;
}
.select-bathhouse__pagination {
  bottom: 30px !important;
}
.select-bathhouse__pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.select-bathhouse__pagination .swiper-pagination-bullet-active {
  background-color: #aa181b;
}
@media (max-width: 500px) {
  .select-bathhouse {
    margin-bottom: 60px;
  }
  .select-bathhouse__img {
    height: 300px;
  }
  .select-bathhouse__img-name {
    font-size: 16px;
  }
  .select-bathhouse__img-more {
    font-size: 14px;
  }
  .select-bathhouse__img-more svg {
    width: 30px;
  }
  .select-bathhouse__slider {
    margin-top: 0;
  }
}

/* /select-bathhouse */
/* select-services */
.select-services {
  margin-bottom: 70px;
  padding-bottom: 20px;
  overflow: hidden;
}
.select-services .subtitle {
  margin-bottom: 35px;
}
.select-services__slider {
  position: relative;
}
.select-services__slider .swiper-slide {
  height: auto;
}
.select-services__slider #selectServicesSlider {
  overflow: hidden;
  padding: 10px;
  margin: -10px;
}
.select-services__arrow {
  fill: #8f7865;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select-services__arrow svg {
  width: 20px;
  height: 44px;
}
.select-services__arrow:after {
  display: none;
}
.select-services__arrow--prev {
  margin-left: -50px;
}
.select-services__arrow--next {
  margin-right: -50px;
}
.select-services__arrow:hover {
  opacity: 1;
}
.select-services__arrow.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 1400px) {
  .select-services__arrow--prev {
    margin-left: -25px;
  }
  .select-services__arrow--next {
    margin-right: -25px;
  }
}
@media (max-width: 768px) {
  .select-services__arrow--prev {
    margin-left: -20px;
  }
  .select-services__arrow--next {
    margin-right: -20px;
  }
}
@media (max-width: 500px) {
  .select-services {
    margin-bottom: 30px;
  }
}

/* /select-services */
/* result-form */
.result-form {
  margin-bottom: 110px;
}
.result-form .subtitle {
  margin-bottom: 35px;
}
.result-form__text {
  margin-bottom: 30px;
}
.result-form__text p {
  margin: 6px 0;
}
.result-form__price {
  font-weight: bold;
  margin-bottom: 65px;
}
.result-form__btn {
  margin-bottom: 20px;
}
.result-form__btn .btn {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 500px) {
  .result-form {
    margin-bottom: 60px;
  }
  .result-form__btn .btn {
    max-width: none;
  }
}

/* /result-form */
/* bathhouse-gallery */
.bathhouse-gallery {
  margin-top: -135px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.bathhouse-gallery__gallery {
  display: grid;
  height: 640px;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas: "bathhouse-gallery__col1 bathhouse-gallery__col2 bathhouse-gallery__col3" "bathhouse-gallery__col1 bathhouse-gallery__col4 bathhouse-gallery__col5";
  margin-bottom: 30px;
}
.bathhouse-gallery__col {
  position: relative;
}
.bathhouse-gallery__col1 {
  grid-area: bathhouse-gallery__col1;
}
.bathhouse-gallery__col2 {
  grid-area: bathhouse-gallery__col2;
}
.bathhouse-gallery__col3 {
  grid-area: bathhouse-gallery__col3;
}
.bathhouse-gallery__col4 {
  grid-area: bathhouse-gallery__col4;
}
.bathhouse-gallery__col5 {
  grid-area: bathhouse-gallery__col5;
}
.bathhouse-gallery__img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bathhouse-gallery__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bathhouse-gallery__hidden {
  display: none;
}
.bathhouse-gallery__more {
  padding: 4px 12px 8px;
  font-size: 20px;
  color: #fff;
  opacity: 0.85;
  background-color: #382117;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.bathhouse-gallery__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bathhouse-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}
.bathhouse-gallery__list > * {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.bathhouse-gallery__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .bathhouse-gallery__list li {
    width: 50%;
  }
}
.bathhouse-gallery__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4C4449;
  text-decoration: underline;
}
.bathhouse-gallery__list li a:hover {
  color: #aa181b;
}
.bathhouse-gallery__list li a:hover svg {
  fill: #aa181b;
}
.bathhouse-gallery__list li svg {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  fill: #4C4449;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.bathhouse-gallery__reservation {
  margin-left: 20px;
}
.bathhouse-gallery__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.bathhouse-gallery__radio {
  margin: 0 5px;
}
.bathhouse-gallery__radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 15px;
  border: 2px solid #8f7865;
  opacity: 0.5;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  fill: #8f7865;
  color: #8f7865;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bathhouse-gallery__radio label svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bathhouse-gallery__radio input {
  visibility: hidden;
  position: absolute;
}
.bathhouse-gallery__radio input:checked ~ label {
  opacity: 1;
}
.bathhouse-gallery__price {
  font-size: 32px;
  text-align: center;
  color: #aa181b;
  margin-bottom: 20px;
}
.bathhouse-gallery__price-bold {
  display: inline;
  font-weight: 900;
}
.bathhouse-gallery__price-small {
  display: inline;
  font-size: 22px;
  font-weight: 700;
}
.bathhouse-gallery__btn .btn {
  min-width: 300px;
}
@media (max-width: 1050px) {
  .bathhouse-gallery {
    margin-top: -80px;
  }
  .bathhouse-gallery__gallery {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .bathhouse-gallery__gallery {
    height: 700px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr;
    grid-template-areas: "bathhouse-gallery__col1 bathhouse-gallery__col1" "bathhouse-gallery__col2 bathhouse-gallery__col3" "bathhouse-gallery__col4 bathhouse-gallery__col5";
  }
  .bathhouse-gallery__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bathhouse-gallery__list {
    width: 100%;
    margin-bottom: 20px;
  }
  .bathhouse-gallery__reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .bathhouse-gallery__time-price {
    margin-right: 20px;
  }
  .bathhouse-gallery__btn {
    margin-left: auto;
  }
  .bathhouse-gallery__btn .btn {
    min-width: 250px;
  }
}
@media (max-width: 500px) {
  .bathhouse-gallery {
    margin-bottom: 30px;
  }
  .bathhouse-gallery__reservation {
    display: block;
  }
  .bathhouse-gallery__btn {
    text-align: center;
  }
}

/* /bathhouse-gallery */
/* bathhouse-description */
.bathhouse-description {
  margin-bottom: 60px;
  padding-top: 20px;
}
.bathhouse-description .row {
  margin-left: -50px;
  margin-top: -30px;
}
.bathhouse-description .row > * {
  padding-left: 50px;
  padding-top: 30px;
}
.bathhouse-description__title {
  font-size: 35px;
  color: #331408;
  font-style: italic;
  position: relative;
  margin-bottom: 17px;
}
.bathhouse-description__title:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #E0D8D3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  z-index: -1;
}
.bathhouse-description__title span {
  padding-right: 5px;
  background-color: #f7f3f0;
}
.bathhouse-description__col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bathhouse-description__col {
    width: 100%;
  }
}
.bathhouse-description__text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 70px;
}
.bathhouse-description__video {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.bathhouse-description__video:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.bathhouse-description__video .video__play {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bathhouse-description__video .video__prev {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.bathhouse-description__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bathhouse-description__ps {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.bathhouse-description__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.bathhouse-description__list {
  width: 50%;
}
.bathhouse-description__list li {
  padding-left: 40px;
  position: relative;
}
.bathhouse-description__list li:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 20 5' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%233c1e0e'%3E%3Cpath d='M19.5417788,0 C14.4528301,0.0615384615 9.37998568,0.369230769 4.29103696,0.923076923 C2.87386137,1.10769231 1.45668577,1.23076923 0.0395101815,1.47692308 C-0.0732196952,1.47692308 0.0878229858,2.46153846 0.120031522,2.58461538 C0.168344326,2.89230769 0.345491275,4 0.458221152,4 C5.5310656,3.32307692 10.6200143,2.83076923 15.708963,2.64615385 C17.1261386,2.58461538 18.5433142,2.58461538 19.9604898,2.52307692 C20.0732197,2.52307692 19.912177,1.53846154 19.8799685,1.41538462 C19.8155514,1.04615385 19.6545087,0 19.5417788,0 L19.5417788,0 Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 1050px) {
  .bathhouse-description__lists {
    display: block;
  }
}
@media (max-width: 768px) {
  .bathhouse-description__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 500px) {
  .bathhouse-description {
    margin-bottom: 30px;
  }
  .bathhouse-description__lists {
    display: block;
    margin-bottom: 20px;
  }
  .bathhouse-description__title {
    font-size: 30px;
  }
  .bathhouse-description__text {
    margin-bottom: 30px;
  }
}

/* /bathhouse-description */
/* item-links */
.item-links {
  margin-bottom: 140px;
}
.item-links .row {
  margin-top: -20px;
  margin-left: -20px;
}
.item-links .row > * {
  padding-top: 20px;
  padding-left: 20px;
}
.item-links__col {
  width: 25%;
}
@media screen and (max-width: 1050px) {
  .item-links__col {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .item-links__col {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .item-links__col {
    width: 100%;
  }
}
.item-links__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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 13px;
  border: 4px solid #ece6e1;
  background-color: transparent;
  text-align: center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.item-links__item:hover, .item-links__item.active {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(62, 27, 4, 0.5);
  box-shadow: 0 2px 10px 0 rgba(62, 27, 4, 0.5);
}
.item-links__item:hover .item-links__name, .item-links__item.active .item-links__name {
  color: #3e1b04;
}
.item-links__name {
  font-size: 18px;
  font-weight: 900;
  color: #554639;
  text-transform: uppercase;
}
.item-links__text {
  color: rgba(50, 41, 47, 0.7);
}
@media (max-width: 500px) {
  .item-links {
    margin-bottom: 50px;
  }
}

/* /item-links */
/* footer */
.footer {
  border-top: 1px solid #dad3cf;
}
.footer__top {
  padding: 40px 0 35px;
}
.footer__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .footer__col {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer__col {
    width: 100%;
  }
}
.footer__logo {
  max-width: 300px;
  margin-bottom: 12px;
}
.footer__logo-link {
  display: block;
  max-width: 200px;
  margin-bottom: 5px;
}
.footer__logo-text {
  font-size: 14px;
}
.footer__social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-top: -10px;
}
.footer__social-icon {
  max-width: 30px;
  max-height: 30px;
  margin-left: 27px;
  margin-top: 10px;
  fill: #8f7865;
}
.footer__social-icon svg {
  max-height: 100%;
}
.footer__social-icon:hover {
  fill: #4C4449;
}
.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__list {
  margin-right: 60px;
  font-size: 20px;
}
.footer__list:last-child {
  margin-right: 0;
}
.footer__list li {
  margin-bottom: 8px;
}
.footer__list li a {
  color: #4C4449;
}
.footer__list li a:hover {
  color: #8f7865;
}
.footer__btn {
  margin-bottom: 20px;
}
.footer__btn .btn {
  padding: 13px 15px 10px;
  color: #4C4449;
}
.footer__tel {
  font-size: 24px;
  margin-bottom: 13px;
}
.footer__tel a {
  color: #4C4449;
}
.footer__tel a:hover {
  color: #8f7865;
}
.footer__links a {
  margin: 0 6px;
  color: #4C4449;
  text-decoration: underline;
}
.footer__links a:hover {
  color: #8f7865;
}
.footer__bottom {
  padding: 5px 0;
  background-color: #382117;
  font-size: 14px;
  text-decoration: underline;
}
.footer__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -23px;
}
.footer__bottom-row a {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 23px;
  color: rgba(255, 255, 255, 0.85);
}
.footer__bottom-row a:hover {
  color: #fff;
}
@media (max-width: 1050px) {
  .footer__top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -20px;
  }
  .footer__top .wrapper > * {
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .footer__top .wrapper > * {
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .footer {
    text-align: center;
  }
  .footer__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__list {
    width: 100%;
    margin-right: 0;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__logo-link {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__social-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__bottom-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* /footer */