/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
@font-face {
  font-family: "LetoSans";
  src: url(../js/../fonts/LetoSans-Thin.eot);
  src: local("LetoSans Thin"), local("LetoSans-Thin"), url(../js/../fonts/LetoSans-Thin.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/LetoSans-Thin.woff) format("woff"), url(../js/../fonts/LetoSans-Thin.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "LetoSans";
  src: url(../js/../fonts/LetoSans-Regular.eot);
  src: local("LetoSans Regular"), local("LetoSans-Regular"), url(../js/../fonts/LetoSans-Regular.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/LetoSans-Regular.woff) format("woff"), url(../js/../fonts/LetoSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LetoSans";
  src: url(../js/../fonts/LetoSans-Bold.eot);
  src: local("LetoSans Bold"), local("LetoSans-Bold"), url(../js/../fonts/LetoSans-Bold.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/LetoSans-Bold.woff) format("woff"), url(../js/../fonts/LetoSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url(../js/../fonts/icomoon.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:root {
  --color1: #FFC123;
  --color2: #ff9510;
  --color3: #5A4531;
  --color4: #a38d77;
  --white: #fff;
  --black: #333;
  --gray: #666;
  --lightgray: #F9F9F9;
  --radius: 12px;
  --telegram: #2aabee;
  --whatsapp: #2bb741;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
}

body {
  font-family: "LetoSans", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  color: var(--black);
}

@media (min-width: 992px) {
  h1 {
    font-size: 3.3rem;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.4rem;
  }
}

main,
section {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  main,
  section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table.big table {
  min-width: 1000px;
}
.wp-block-table table {
  font-size: 0.75rem;
  border-radius: var(--radius);
}
@media (min-width: 992px) {
  .wp-block-table table {
    font-size: 0.875rem;
  }
}
.wp-block-table table tr:hover {
  background-color: var(--lightgray);
}

.radius {
  border-radius: var(--radius);
}
.radius * {
  border-radius: var(--radius);
}

.wp-block-button__link {
  border-radius: var(--radius);
}

.wp-block-gallery .wp-block-image {
  overflow: hidden;
}
.wp-block-gallery .wp-block-image .wp-element-caption {
  font-size: 1rem !important;
  font-weight: 700;
  text-align: left !important;
  padding: 0 0 20px 10px !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: unset;
}

@media (max-width: 992px) {
  .is-layout-grid.wp-block-group-is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.wp-block-file__button {
  background-color: var(--color2);
}

.wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 992px) {
  .wp-block-post-template {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wp-block-post-template .wp-block-post {
  overflow: hidden;
  border-radius: var(--radius);
}

.wp-block-quote {
  position: relative;
  font-size: 1rem;
  background-color: #fffbf2;
  border: 1px dashed var(--color4);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}
@media (min-width: 992px) {
  .wp-block-quote {
    font-size: 1.125rem;
    padding: 20px 40px;
  }
}
.wp-block-quote:before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: -25px;
  background-image: url(../js/../images/mini-o.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 58px;
}

.wp-block-pullquote {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.4;
  background-color: var(--lightgray);
  border: 1px dashed var(--color3);
  border-radius: var(--radius);
  padding: 20px;
}
@media (min-width: 992px) {
  .wp-block-pullquote {
    font-size: 1.25rem;
    padding: 40px;
  }
}
.wp-block-pullquote blockquote cite {
  font-size: 0.875rem;
}
.wp-block-pullquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: -32px;
  background-image: url(../js/../images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
}

#map {
  width: 100%;
  height: 450px;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.header__wrap-bg {
  background-color: var(--lightgray);
}
.header__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__wrap .logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.header__wrap .logo__wrap {
  cursor: pointer;
  width: 140px;
  max-width: 45%;
}
@media (min-width: 992px) {
  .header__wrap .logo__wrap {
    width: 180px;
  }
}
.header__wrap .logo__title {
  font-size: 0.75rem;
  line-height: 1;
  margin: 0;
}
@media (min-width: 992px) {
  .header__wrap .logo__title {
    font-size: 0.875rem;
  }
}
.header__wrap .logo__title strong {
  text-decoration: underline;
}
.header__wrap .logo__img {
  width: 140px;
  height: auto;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .header__wrap .logo__img {
    margin-bottom: 10px;
    width: 180px;
  }
}
.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__contacts .phone {
  color: var(--black);
  font-weight: 700;
  font-size: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  .header__contacts .phone {
    font-size: 1.25rem;
  }
}
.header__contacts .email {
  color: var(--color2);
}
.header__timetable {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 5px;
}

.footer__bg {
  background-color: var(--color3);
}
.footer__wrap {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .footer__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
}
.footer__left .logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 40px;
}
.footer__left .logo__title {
  color: var(--white);
  font-size: 0.75rem;
}
.footer__left .logo__img {
  filter: invert(1);
  width: 160px;
  height: auto;
}
.footer__contacts {
  color: var(--white);
  margin: 40px 0;
}
.footer__contacts:first-child {
  margin-top: 0;
}
.footer__contacts:last-child {
  margin-bottom: 0;
}
.footer__contacts .phone {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.footer__contacts-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.footer__timetable {
  font-size: 0.875rem;
  font-weight: 300;
}
.footer__address, .footer__email {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer__address:before, .footer__email:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.footer__address:before {
  background-image: url(../js/../images/location.svg);
}
.footer__email:before {
  background-image: url(../js/../images/email.svg);
}
.footer__requisites {
  margin-top: 20px;
}

.btn {
  cursor: pointer;
  background-color: unset;
  border: 0;
}
.btn--default {
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: var(--radius);
  padding: 20px;
}
.btn--color3 {
  color: var(--white);
  background-color: var(--color3);
}
.btn__fly {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
@media (min-width: 992px) {
  .btn__fly {
    border-radius: var(--radius);
    width: 50px;
    height: 50px;
  }
}
.btn__fly:hover {
  opacity: 0.9;
}
.btn__fly--telegram {
  background-color: var(--telegram);
}
.btn__fly--whatsapp {
  background-color: var(--whatsapp);
}
.btn__fly img {
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  .btn__fly img {
    width: 38px;
    height: 38px;
  }
}

.menu__main-wrap {
  display: none;
}
.menu__main-wrap.active {
  display: block;
}
@media (min-width: 992px) {
  .menu__main-wrap {
    display: block;
  }
}
.menu__main {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--white);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .menu__main {
    display: flex;
    flex-direction: row;
    position: relative;
    top: unset;
    left: unset;
    background-color: unset;
  }
}
.menu__main-item {
  position: relative;
  margin: 0 10px;
}
.menu__main-item.menu-item-has-children:hover > .menu__main-submenu {
  display: block;
}
@media (min-width: 992px) {
  .menu__main-item.menu-item-has-children .menu__main-link:before {
    content: "";
    display: inline-block;
    background-image: url(../js/../images/down.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
}
.menu__main-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--black);
  padding: 10px;
}
.menu__main-submenu {
  list-style: none;
  background-color: var(--white);
  margin-left: 0;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .menu__main-submenu {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 20px;
    min-width: 300px;
  }
}
.menu__main-subitem {
  margin: 5px 0;
}
@media (min-width: 992px) {
  .menu__main-subitem:first-child {
    margin-top: 0;
  }
  .menu__main-subitem:last-child {
    margin-bottom: 0;
  }
}
.menu__main-sublink {
  color: var(--black);
}
.menu__main-burger {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: var(--color2);
  padding: 10px;
  width: 57px;
  height: 57px;
}
@media (min-width: 992px) {
  .menu__main-burger {
    display: none;
  }
}
.menu__main-burger.active > .open {
  display: none;
}
.menu__main-burger.active > .close {
  display: block;
}
.menu__main-burger > .close {
  display: none;
}
.menu__footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__footer-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu__footer-item:first-child {
  margin-top: 0;
}
.menu__footer-item:last-child {
  margin-bottom: 0;
}
.menu__footer-link {
  color: var(--white);
  text-decoration: none;
}
.menu__footer-link:hover {
  text-decoration: underline;
}

.block__section {
  background-image: url(../js/../images/block-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--radius);
  padding: 20px;
}
@media (min-width: 992px) {
  .block__section {
    padding: 40px;
  }
}
.block__item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--color1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: var(--radius);
  padding: 0;
}
.block__item-wrap:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.block__item-wrap:hover .block__item-booking {
  display: unset;
}
.block__item-wrap--min {
  min-height: 140px;
}
.block__item-wrap--min .block__item:hover {
  background-position: center;
}
.block__item-wrap--full {
  grid-column: 1/-1;
}
.block__item {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  box-sizing: border-box;
  transition: background-position 0.5s ease;
  padding: 25px;
  height: 100%;
}
.block__item:hover {
  background-position: center 30%;
}
.block__item.layout {
  min-height: 420px;
}
.block__item.layout:before {
  content: "";
  background: linear-gradient(180deg, rgba(42, 43, 48, 0) 48.92%, #2A2B30 81.35%);
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.block__item.layout .block__item-pretitle,
.block__item.layout .block__item-price {
  color: rgba(255, 255, 255, 0.8);
}
.block__item.layout .block__item-title,
.block__item.layout .block__item-desc {
  color: var(--white);
}
.block__item-space {
  flex-grow: 2;
}
.block__item-pretitle {
  z-index: 2;
  font-size: 0.875rem;
  font-family: "LetoSans", sans-serif;
}
.block__item-title {
  z-index: 2;
  font-size: 1.5rem;
  font-family: "LetoSans", sans-serif;
  line-height: 1.2;
  text-decoration: none;
}
.block__item-desc {
  z-index: 2;
}
.block__item-price {
  z-index: 2;
  margin-top: 10px;
}
.block__item-booking {
  display: none;
}
.block__item-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  padding: 20px 25px;
  min-height: 22px;
}
.block__item-footer-item {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: flex-start;
  font-size: 0.875rem;
  color: var(--color3);
}
.block__item-footer-item--square:before {
  content: "\e995";
}
.block__item-footer-item--people:before {
  content: "\ea05";
}
.block__item-footer-item--price:before {
  content: "\e951";
}
.block__item-footer-item--time:before {
  content: "\e939";
}
.block__item-footer-item:before {
  font-family: "icomoon";
  font-size: 1.125rem;
  margin-right: 4px;
}

.offer__wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .offer__wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.offer__wrap h1 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .offer__wrap h1 {
    font-size: 2.3rem;
  }
}
.offer__img img {
  border-radius: 50%;
}
.offer__yandex {
  position: absolute;
  top: 0;
  left: 0;
}
.offer__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.offer__item {
  border-radius: var(--radius);
  background-color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 5px 0;
}
.offer__item:first-child {
  margin-top: 0;
}
.offer__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .offer__item {
    padding: 10px 20px;
  }
}
.offer__item p {
  margin: 0;
}

.badge__item {
  display: inline-block;
  color: var(--color1);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: var(--white);
  border-radius: calc(var(--radius) * 3);
  padding: 7px 15px;
  margin-bottom: 10px;
  transform: rotate(-5deg);
}

.social__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--white);
  font-size: 1.125rem;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.social__item:first-child {
  margin-top: 0;
}
.social__item:last-child {
  margin-bottom: 0;
}
.social__item:hover {
  text-decoration: underline;
}
.social__item img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
.fly__buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  width: calc(100% - 57px);
  height: 57px;
}
@media (min-width: 992px) {
  .fly__buttons {
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: var(--radius);
    font-size: 0.65rem;
    width: 125px;
    height: unset;
    padding: 5px;
  }
}
.fly__buttons-qr {
  display: none;
}
@media (min-width: 992px) {
  .fly__buttons-qr {
    display: block;
  }
}
.fly__buttons-messengers {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  .fly__buttons-messengers {
    justify-content: space-between;
  }
}
.fly__video-wrap {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 3;
  overflow: hidden;
  text-align: left;
  background: var(--gray);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--color2);
  border-radius: var(--radius);
  width: 125px;
  height: 180px;
  min-width: 100px;
  transition: border-radius 0.3s ease-out, box-shadow 0.2s ease-out, background-color 0.3s ease, border-color 0.3s ease;
}
@media (min-width: 992px) {
  .fly__video-wrap {
    bottom: 350px;
  }
}
.fly__video-wrap:hover {
  border-color: var(--black);
  transform: scale(1.05);
}
.fly__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transition: opacity 0.4s ease-in-out 0s;
}
.fly__video-close {
  z-index: 4;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.form__wrap {
  display: flex;
  flex-direction: column;
}
.form__input {
  font-size: 1.125rem;
  background-color: var(--white);
  border: 1px solid var(--lightgray);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.11);
  padding: 20px;
  margin: 10px 0;
  width: 100%;
  height: 65px;
}

.popup__wrap {
  display: flex;
  flex-direction: column;
  display: none;
  background-color: var(--color1);
  border-radius: var(--radius);
}
.popup__wrap h3 {
  margin-bottom: 0;
}
.popup__tz {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup__tz-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
}
.popup__tz-link:before {
  content: "";
  display: block;
  background-image: url(../js/../images/doc.png);
  margin-right: 5px;
  width: 32px;
  height: 32px;
}
.popup__regions {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  .popup__regions {
    grid-template-columns: repeat(4, 1fr);
  }
}
