@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:wght@300;400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

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

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

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

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

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

a {
  color: inherit;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}
@media (max-width: 1200px) {
  html {
    scroll-padding-top: 0px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  background: #FFFFFF;
  color: #000000;
  font-style: normal;
}
body.yellowbg {
  background-color: #fff7e9;
}
body.popuplock {
  overflow: hidden;
}
@media (max-width: 1200px) {
  body.lock {
    overflow: hidden;
  }
}

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

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 130px;
  padding: 140px 0 75px;
}
.main ~ .page {
  padding-top: 75px;
}
.page hr {
  height: 1px;
  background-color: #d3b37e;
  width: calc(100% - 40px);
  max-width: 160px;
  -ms-flex-item-align: center;
      align-self: center;
  margin: -40px 0;
}
@media (max-width: 1200px) {
  .page {
    padding-top: 90px;
    gap: 80px;
  }
  .main ~ .page {
    padding-top: 80px;
  }
  .page hr {
    margin: -20px 0;
  }
}
@media (max-width: 767px) {
  .page {
    gap: 60px;
  }
  .page hr {
    display: none;
  }
}

[class*=__container] {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1259px) {
  [class*=__container] {
    padding: 0 20px;
  }
}

.fancybox__container {
  max-width: 100%;
  margin: 0;
  cursor: pointer;
  padding: 0 10px;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.button {
  font-family: "Cormorant Garamond", serif;
  background-color: #d3b37e;
  color: #393638;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 60px;
  display: block;
}
.button.type2 {
  background-color: rgba(191, 160, 109, 0.35);
  border: 1px solid #d3b37e;
  color: #FFFFFF;
}
.button.black {
  background-color: #333333;
  color: #FFFFFF;
}
@media (any-hover: hover) {
  .button {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .button:hover {
    background-color: #e1b56c;
  }
  .button:hover.black {
    color: #393638;
  }
  .button.white:hover {
    background-color: #d3b37e;
  }
}
@media (max-width: 767px) {
  .button {
    padding: 18px 30px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1048;
  width: 100%;
  padding: 12px 0;
  background: rgba(255, 247, 233, 0.82);
}
html.with-fancybox .header {
  padding-right: var(--fancybox-scrollbar-compensate, 0px);
}
@media (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header.open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1200px) {
  .header__burger {
    width: 58px;
    height: 58px;
    background-color: rgba(255, 247, 233, 0.82);
    border-radius: 50%;
    position: fixed;
    z-index: 1048;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 15px;
  }
  .header__burger span {
    display: block;
    height: 2px;
    background-color: #000000;
  }
  .header__burger:before, .header__burger:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #000000;
  }
}
.header__bg {
  display: none;
}
@media (max-width: 1200px) {
  .header__bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	max-width: none;
}
@media (max-width: 1200px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    background-color: #fff7e9;
    max-width: 320px;
    overflow-y: auto;
    padding: 40px 25px;
    margin: 0;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  header.open .header__container {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.header__close {
  display: none;
}
@media (max-width: 1200px) {
  .header__close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .header__close:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
  .header__close:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  width: 52px;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 1200px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 a auto;
            flex: 0 a auto;
    width: 50px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 1300px) {
  .header__menu {
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.header__menu a {
  font-size: 1rem;
  font-weight: 600;
  color: #393638;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .header__menu a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__menu a:hover {
    color: #d3b37e;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 1300px) {
  .header__actions {
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .header__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: auto;
  }
}
.header__text {
  font-size: 12px;
  color: #393638;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .header__text {
    text-align: center;
  }
  .header__text br {
    display: none;
  }
}
.header__text a {
  color: inherit;
}
.header__button {
  padding: 12px 16px;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .header__button {
    display: none;
  }
}
.header__socials {
  display: none;
}
@media (max-width: 1200px) {
  .header__socials {
    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;
    gap: 10px;
  }
  .header__socials a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
  }
  .header__socials a img {
    width: 100%;
  }
}

.main {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  color: #fff7e9;
  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;
  padding: 150px 0;
}
.main__arrow {
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  z-index: 2;
  width: 36px;
  cursor: pointer;
  -webkit-animation: arrow-bottom 1.7s infinite ease;
          animation: arrow-bottom 1.7s infinite ease;
}
@media (max-width: 767px) {
  .main__arrow {
    bottom: 26px;
    cursor: default;
    width: 26px;
  }
}
.main__arrow img {
  width: 100%;
}
@media (max-width: 767px) {
  .main {
    padding: 120px 0 80px;
  }
}
.main__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 1023.1px) {
  .main__bg {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.main__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
html.with-fancybox .main__bg img {
  width: calc(100% - var(--fancybox-scrollbar-compensate, 0px));
}
@media (min-width: 1023.1px) {
  .main__bg img {
    position: fixed;
  }
}
.main__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
}
.main__container {
  position: relative;
  z-index: 2;
  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;
  gap: 25px;
  text-align: center;
  width: 100%;
  text-wrap: balance;
  padding: 0 40px;
}
.main__overtitle {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main__overtitle {
    font-size: 15px;
  }
}
.main__title {
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-size: 90px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .main__title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .main__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .main__title {
    font-size: 43px;
  }
}
.main .text {
  max-width: 720px;
}
.main__buttons {
  display: grid;
  max-width: 700px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  width: 100%;
}
.main__buttons .button {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .main__buttons {
    grid-template-columns: 1fr;
    width: 100%;
	max-width:210px;
    margin-top: 240px;
  }
  .main__buttons .button{
  padding:12px;font-size:14px;
  }
}

@-webkit-keyframes arrow-bottom {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  50% {
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@keyframes arrow-bottom {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  50% {
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.breadcrumbs {
  display: none;
  padding-top: 20px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  row-gap: 5px;
}
@media (max-width: 1200px) {
  .breadcrumbs__container {
    max-width: calc(100% - 60px);
    margin: 0;
  }
}

.dialog {
  display: none;
}
.dialog-book {
  background: #fff7e9;
  max-width: 560px;
  padding: 40px 45px;
}
@media (max-width: 767px) {
  .dialog-book {
    padding: 30px 20px;
  }
}
.dialog-menu {
  width: 100%;
  min-height: 90%;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .dialog-menu {
    min-height: 70%;
  }
}
.dialog-menu iframe {
  width: 100%;
  height: 100%;
}
.dialog .button {
  max-width: 300px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
    font-family: 'Roboto';
}
.dialog__text {
  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;
  font-size: 20px;font-family:"Roboto";
  text-align: center;
  gap: 25px;
}
.dialog__text u {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: under;
}
.dialog__text span {
  font-size: 18px;
}

.text {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}
.text.center {
  text-align: center;
}
.text.white {
  color: #FFFFFF;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 10px;
}
@media (max-width: 767px) {
  .pagination {
    gap: 8px;
    margin-top: 25px;
  }
}
.pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: #c7c7c7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
}
.pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

.welcome__arrows {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  padding: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.welcome__arrows .welcome__prev, .welcome__arrows .welcome__next {
  cursor: pointer;
  pointer-events: all;
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}
.welcome__arrows .welcome__prev img, .welcome__arrows .welcome__next img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.welcome__arrows .welcome__prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .welcome__arrows {
    padding: 0 10px;
  }
  .welcome__arrows .welcome__prev, .welcome__arrows .welcome__next {
    width: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
  }
}
.welcome__slider {
  max-width: 100%;
  min-width: 0;
  width: 100%;
  position: relative;
}
.welcome__swiper {
  max-width: 100%;
}
.welcome__swiper .swiper-slide {
  height: auto;
  cursor: pointer;
}
.welcome__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome__content {
  display: grid;
  grid-template-columns: 64fr 36fr;
  gap: 40px;
}
@media (max-width: 1200px) {
  .welcome__content {
    grid-template-columns: 6fr 4fr;
  }
}
@media (max-width: 991px) {
  .welcome__content {
    grid-template-columns: 1fr;
  }
}
.welcome__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .welcome__inner {
    grid-template-columns: 1fr;
  }
}
.welcome__wrapper {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 36fr 64fr;
  gap: 40px;
}
@media (max-width: 1200px) {
  .welcome__wrapper {
    grid-template-columns: 4fr 6fr;
  }
}
@media (max-width: 991px) {
  .welcome__wrapper {
    grid-template-columns: 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.welcome__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome__body {
  display: grid;
  grid-template-columns: 5fr 5fr;
  gap: 70px;
}
@media (max-width: 1200px) {
  .welcome__body {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .welcome__body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .welcome__body {
    gap: 30px;
  }
}
.welcome__left {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .welcome__left {
    padding-left: 0;
  }
}
.welcome__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  font-size: 52px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .welcome__title {
    font-size: 45px;
    margin: 0;
    width: auto;
  }
}
@media (max-width: 991px) {
  .welcome__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .welcome__title {
    font-size: 30px;
	text-align: center;
  }
}
.welcome__title span {
  
}
.welcome__interier {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .welcome__interier {
    text-align: center;
  }
}
.welcome__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.welcome__text .text {
  color: #000000;
}
.welcome__text .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.welcome__content .welcome__text .button {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .welcome__text {
    gap: 30px;
  }
  .welcome__text .button {
    width: 100%;
  }
}

.title {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.title:after {
  content: "";
  width: 100%;
  max-width: 160px;
  height: 1px;
  display: block;
  background: #d3b37e;
  margin: 30px auto 0;
}
.title.noline:after {
  display: none;
}
@media (max-width: 991px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 28px;
  }
  .title:after {
	display: none;
  }
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__container .text {
  max-width: 750px;
}
.menu__container .text.smallerwrap {
  max-width: 540px;
}
@media (max-width: 767px) {
  .menu__container {
    gap: 30px;
  }
}
.menu__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .menu__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}
.menu__arrows {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 660px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .menu__arrows {
    padding: 0 10px;
    max-width: 620px;
  }
}
.menu__prev {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  pointer-events: all;
  background-color: rgb(232, 232, 232);
  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;
}
.menu__prev img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu__next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  pointer-events: all;
  background-color: rgb(232, 232, 232);
  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;
}
.menu__next img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 9px;
}
.menu__slider {
  position: relative;
  margin: 0;
  margin-top: 40px;
  width: 100%;
}
.menu__slider .swiper-slide {
  height: auto;
  width: 100%;
  max-width: 560px;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.menu__slider .swiper-slide-active {
  cursor: default;
  opacity: 1;
}
.menu__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  width: 100%;
  max-width: 1000px;
}
.menu__items > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 25px);
          flex: 0 0 calc(50% - 25px);
}
@media (max-width: 767px) {
  .menu__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 30px;
    max-width: 400px;
  }
  .menu__items > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.menu__item {
  position: relative;
  min-height: 510px;
  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;
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .menu__item {
    min-height: 450px;
  }
}
.menu__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (any-hover: hover) {
  .menu__item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.menu__item p {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.contacts__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 991px) {
  .contacts__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.contacts__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .contacts__left {
    gap: 30px;
  }
}
.contacts__title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .contacts__title {
    text-align: center;

  }
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.contacts__block b {
  font-weight: 600;
}
.contacts__block a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts__map {
  height: 450px;
  -webkit-box-shadow: 0px 0px 50px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 50px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .contacts__map {
    height: 320px;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}

.footer {
  color: #FFFFFF;
  background-color: #393638;
  padding: 30px 0 50px;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 40px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
}
.footer__top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100vw;
  background-color: #FFFFFF;
  height: 1px;
}
@media (max-width: 767px) {
  .footer__top {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center;
  }
}
.footer__address {
  font-size: 18px;
  text-wrap: balance;
}
.footer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .footer__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: 0;
    gap: 15px;
  }
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
}
.footer__tel img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
}
@media (max-width: 767px) {
  .footer__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__button {
  font-family: "Cormorant Garamond", serif;
  background-color: transparent;
  color: #393638;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 30px;
  display: block;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media (any-hover: hover) {
  .footer__button {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .footer__button:hover {
    background-color: #FFFFFF;
    color: #000;
  }
}
.footer__bottom {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__bottom {
    gap: 15px;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__socials a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
}
.footer__socials a img {
  width: 100%;
}

.offers__date {
  font-size: 28px;
  font-weight: 700;
  color: #393638;
}
@media (max-width: 767px) {
  .offers__date {
    text-align: center;
  }
}
.offers__desc {
  font-size: 22px;
  font-weight: 700;
}
.offers__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.offers__subtitle {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .offers__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .offers__subtitle {
    font-size: 18px;
  }
}
.offers__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .offers__cards {
    margin-top: 28px;
    gap: 30px;
  }
}
.offers__card {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(150, 123, 27, 0.2);
}
.offers__card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .offers__card {
    grid-template-columns: 1fr;
    gap: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.offers__image {
  display: block;
}
.offers__image img {
  width: 100%;
  max-height: 700px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offers__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .offers__wrapper {
    gap: 22px;
  }
}
.offers__name {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .offers__name {
    font-size: 22px;
  }
}
.offers__text {
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.offers__text ul {
  margin-left: 1.2em;
}
.offers__text ul li {
  list-style: disc;
}
.offers__buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.offers__buttons .button {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .offers__buttons {
    margin-top: 0px;
    grid-template-columns: 1fr;
  }
}

.lavka__items {
  display: grid;
  gap: 40px;
  row-gap: 60px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (max-width: 767px) {
  .lavka__items {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.lavka__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lavka__image {
  position: relative;
  height: 390px;
}
@media (max-width: 767px) {
  .lavka__image {
    height: auto;
  }
}
.lavka__image img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.lavka__image img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lavka__image:hover img:nth-child(2) {
  opacity: 1;
}
.lavka__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 10px;
}
.lavka__wrapper > b {
  font-size: 18px;
  font-weight: 500;
  font-family: "Garamond", sans-serif;
}
.lavka__text {
  font-weight: 300;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.lavka__bottom {
  padding-top: 15px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lavka__bottom > b {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.lavka__bottom .button {
  padding: 12px 30px;
}

.benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.benefits__container .button {
  -ms-flex-item-align: center;
      align-self: center;
}
.benefits__container.smallerwrap {
  max-width: 950px;
}
@media (max-width: 991px) {
  .benefits__container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .benefits__container {
    gap: 30px;
  }
  .benefits__container .button {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.benefits__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .benefits__items {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.benefits__item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
}

.gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .gallery__container {
    gap: 30px;
  }
}
.gallery__container .title {
  max-width: 560px;
  margin: 0 auto;
}
.gallery__container .text {
  max-width: 520px;
  margin: 0 auto;
}
.gallery__items {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (max-width: 767px) {
  .gallery__items {
    margin-top: 10px;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    gap: 15px;
  }
}
.gallery__item {
  cursor: pointer;
  overflow: hidden;
}
.gallery__item.big {
  grid-column: span 2;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .gallery__item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.video__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .video__container {
    gap: 30px;
  }
}
.video__media {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  background-color: #000;
  height: 430px;
}
.video__media video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(33%, transparent));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, transparent 33%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(33%, transparent));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, transparent 33%);
}
.tour__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tour__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .tour__container {
    gap: 30px;
  }
}
.tour__iframe {
  height: 600px;
}
@media (max-width: 767px) {
  .tour__iframe {
    height: 500px;
  }
}
.tour__iframe iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.contacts-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 991px) {
  .contacts-page__container {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .contacts-page__container {
    gap: 40px;
  }
}
.contacts-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.contacts-page__block {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contacts-page__block .text {
  color: #5f6349;
}
.contacts-page__block .text span {
  display: block;
}
@media (max-width: 767px) {
  .contacts-page__block .footer__socials a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}
.contacts-page__yd {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  font-family: "Roboto", sans-serif;
}
.contacts-page__yd img {
  width: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
}
.contacts-page__yd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.contacts-page__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.contacts-page__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts-page__name {
  color: #393638;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.contacts-page__map {
  height: 500px;
}
.contacts-page__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .contacts-page__map {
    height: 400px;
  }
}

.page_text {
	width: 100%;
	margin-top: 30px;
}