body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Inter", serif;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  color: #bb6a19;
}

h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 20px;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1005;
  border-radius: 16px;
  border: 1px solid #f5f5f5;
  background: #fffbf6;
  padding: 60px 40px;
  text-align: center;
}

.modalMain__title {
  color: #bb6a19;
  font-family: "Playfair Display";
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 32px;
}

.modalMain__sub {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 32px;
}

.modalMain__row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 44px;
}

.modalMain__input {
  border-radius: 12px;
  border: 1px solid #bb6a19;
  background: #fffbf6;
  padding: 12px 24px;
  width: 100%;
  color: #bb6a19;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.modalMain__input::placeholder {
  color: #bb6a19;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.modalMain__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #6c6c6c;
  font-weight: 400;
  font-size: 12px;
}

.modalYesright a {
  color: #6c6c6c;
}

.modalMain__btn {
  border-radius: 12px;
  border: 1px solid #bb6a19;
  background: #bb6a19;
  color: #f5d9bd;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 12px 24px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  border-radius: 16px;
  background: rgba(31, 31, 31, 0.3);
  backdrop-filter: blur(5px);
  margin: 10px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo img,
.mobile-menu__logo img {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  border-radius: 0px 0px 12px 12px;
  background: rgba(31, 31, 31, 0.35);
  backdrop-filter: blur(11px);
  border-radius: 16px 16px 0px 0px;
}

.mobile-menu__line-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgba(245, 217, 189, 0.3);
  overflow: auto;
  position: relative;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.mobile-menu__phone {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(245, 217, 189, 0.3);
}

.mobile-menu__phone .shapka-lang,
.mobile-menu__phone .shapka-info__btn {
  width: fit-content;
  margin: 0 auto;
}

.mobile__phone {
  color: #f5d9bd;
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.mobile__phone a {
  color: #f5d9bd;
}

.mobile-menu__item a {
  color: #f5d9bd;
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

.castomcheck {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  line-height: 130%;
  font-weight: 300;
  color: #bb6a19;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 35px;
  margin-bottom: 20px;
  text-align: left;
}

.castomcheck a {
  color: #bb6a19;
}

.castomcheck:last-child {
  margin-bottom: 0;
}

.castomcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 25px;
  width: 25px;
  background: #f8f8f8;
  border: 1px solid #bb6a19;
  border-radius: 5px;
}

.castomcheck:hover input ~ .checkmark {
  background-color: #f5d9bd;
}

.castomcheck input:checked ~ .checkmark {
  background-color: #f5d9bd;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.castomcheck input:checked ~ .checkmark:after {
  display: block;
}

.castomcheck .checkmark:after {
  left: 7px;
  top: 3px;
  content: "✓";
  color: #bb6a19;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1740px) {
  .container {
    width: 1710px;
  }
}

.shapka-info__inner {
  border-radius: 12px;
  background: #000;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
  padding: 10px 40px;
  margin: 20px 0 8px;
  color: #f5d9bd;
  font-size: 16px;
}

.shapka-info__call {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.shapka-info__soc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.shapka-info__phone a {
  color: #f5d9bd;
}

.shapka-info__btn a {
  color: #f5d9bd;
  border-radius: 12px;
  border: 1px solid #f5d9bd;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}

.shapka-info__btn span {
  content: url(/img/taxi.svg);
  vertical-align: middle;
}

.shapka__inner {
  background-image: url(/img/slide.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  min-height: 895px;
  padding: 20px 40px;
}

.shapka-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.shapka-nav {
  border-radius: 12px;
  border: 1px solid #f5d9bd;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.shapka-nav__item a {
  color: #f5d9bd;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 16px 0;
  white-space: nowrap;
}

.shapka-btn a {
  border-radius: 12px;
  padding: 16px 28px;
  border: 1px solid #f5d9bd;
  color: #f5d9bd;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  display: inline-block;
  text-align: center;
}

.shapka-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 0 28px;
  border: 1px solid #f5d9bd;
}

.shapka-lang a {
  color: #f5d9bd;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 16px 0;
}

.shapka-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.drop-link,
.drop-lang {
  position: relative;
}

.drop-link {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.drop-link:after,
.shapka-lang::after {
  content: url(/img/down.svg);
  padding-top: 6px;
  cursor: pointer;
}

.dropdrop-down {
  border-radius: 12px;
  border: 1px solid #f5d9bd;
  background: rgba(31, 31, 31, 0.35);
  backdrop-filter: blur(11px);
  padding: 20px 40px;
  display: none;
}

.drop-link:hover .dropdrop-down {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  right: -40px;
  top: 52px;
}

.drop-lang:hover .dropdrop-down {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  left: 0;
  top: 52px;
}

.dropdrop-down a {
  padding: 0;
}

.slide-info {
  margin-top: 196px;
  padding: 0 115px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.slide-title {
  color: #f5d9bd;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.27);
  font-family: "Playfair Display";
  font-size: 120px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3.6px;
}

.slide-text {
  color: #f5d9bd;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 840px;
  margin-bottom: 40px;
}

.gen-flex {
  display: flex;
  flex-direction: column;
  gap: 160px;
}

.two-block {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.fb-item {
  border-radius: 16px;
  background: #fbfbfb;
}

.two-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  min-height: 540px;
}

.two-img img {
  width: 100%;
  border-radius: 16px;
}

.about-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
}

.about-text {
  max-width: 567px;
  margin-bottom: 40px;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.about-btn a {
  border-radius: 12px;
  border: 1px solid #bb6a19;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #bb6a19;
  display: inline-block;
  padding: 12px 24px;
}

.about-btn a:hover {
  border-color: #e77a0d;
  color: #e77a0d;
}

.about-btn a:focus {
  border-color: #ab5b0a;
  color: #ab5b0a;
}

.about-bot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.about-bot__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 10px;
  border-left: 1px solid #bb6a19;
}

.about-bot__title {
  color: #bb6a19;
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.about-bot__text {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.f9-block {
  border-radius: 16px;
  border: 1px solid #efefef;
  background: #f9f9f9;
  padding: 20px;
}

.f9-block img {
  border-radius: 16px;
  width: 100%;
}

.f9__text {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.gen-title {
  color: #bb6a19;
  font-family: "Playfair Display";
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.fl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}

.fl-title__btn a {
  border-radius: 12px;
  border: 1px solid #bb6a19;
  color: #bb6a19;
  display: inline-block;
  padding: 16px 28px;
}

.fl-title__btn a:hover {
  border-color: #e77a0d;
  color: #e77a0d;
}

.fl-title__btn a:focus {
  border-color: #ab5b0a;
  color: #ab5b0a;
}

.oklube__inner {
  background-image: url(/img/oklube.jpg);
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  margin: 0 20px;
}

.oklube-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  color: #f5d9bd;
  padding: 40px 0;
  min-height: 880px;
}

.oklube__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.oklube__title {
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.oklube__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 986px;
  max-width: 100%;
}

.oklube__btn a {
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid #f5d9bd;
  color: #f5d9bd;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  display: inline-block;
}

.oklube__bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.oklube__bot-item {
  border-radius: 15px;
  border: 0.9px solid var(--Color-3, #f5d9bd);
  background: rgba(20, 20, 20, 0.48);
  backdrop-filter: blur(8.999999046325684px);
  padding: 30px;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  gap: 20px;
}

.oklube__bot-title {
  font-family: "Playfair Display";
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
}

.oklube__bot-text {
  color: #afafaf;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.afisha-inner {
  display: flex;
}

.afisha-new img {
  width: 100%;
  border-radius: 16px;
}

.afisha__item {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #f5d9bd;
  background: #f9f9f9;
  padding: 40px 20px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* justify-content: flex-end; */
  color: #bb6a19;
  transition-duration: 0.6s;
}

.afisha-active {
  width: 200%;
}

.afisha-date {
  border-radius: 12px;
  border: 1px solid #bb6a19;
  color: #bb6a19;
  background: #fffaf6;
  margin-bottom: 20px;
  padding: 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: fit-content;
}

.afisha-title {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.afisha-text {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.afisha-active {
  color: #f5d9bd;
  transition-duration: 0.5s;
}

.afisha-active .afisha-text {
  color: #f5d9bd;
}

.afisha-active .about-btn a {
  border: 1px solid #f5d9bd;
  background: #f5d9bd;
}

.afisha__item1.afisha-active {
  background-image: url(/img/afisha/1.jpg);
  background-size: cover;
  background-position: center;
}

.afisha__item2.afisha-active {
  background-image: url(/img/afisha/2.jpg);
  background-size: cover;
  background-position: center;
}

.afisha__item3.afisha-active {
  background-image: url(/img/afisha/3.jpg);
  background-size: cover;
  background-position: center;
}

.afisha__item.afisha-active .afisha-title {
  display: none;
}

.dbl-block {
  border-radius: 16px;
  background: #fbfbfb;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #f5d9bd;
}

.two-img,
.about-item {
  width: 100%;
}

.gal-item {
  position: relative;
}

.gal-item img {
  border-radius: 16px;
  filter: brightness(0.5);
}

.center .gal-item img {
  filter: brightness(1);
}

.gallery-info {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.gallery-btn a {
  display: inline-block;
}

.gallery__title {
  color: #f5d9bd;
  font-family: "Playfair Display";
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
}

.owl-carouselGal .active {
  width: 150%;
}

.gallery-slider {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.slider-left,
.slider-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 12px;
  border: 1px solid #bb6a19;
  background: rgba(255, 255, 255, 0.62);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  cursor: pointer;
}

.slider-left {
  left: 27%;
}

.slider-right {
  right: 27%;
}

.form-inner {
  border-radius: 16px;
  border: 1px solid #f5d9bd;
  background: #fbfbfb;
  padding: 80px;
  text-align: center;
}

.forma__title {
  color: #bb6a19;
  font-family: "Playfair Display";
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}

.forma-sub {
  margin-bottom: 80px;
  color: #6c6c6c;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.formMain__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.form-col {
  width: 100%;
}

.form-btn {
  width: fit-content;
}

.formMain__input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #bb6a19;
  background: #fffbf6;
  color: #bb6a19;
  padding: 16px 28px;
  outline-style: none;
}

.formMain__input::placeholder {
  color: #bb6a19;
}

.warning {
  border-color: #dd180c;
  background: #fff1ec;
}

.btn-callback {
  border-radius: 12px;
  border: 1px solid #bb6a19;
  background: #bb6a19;
  display: inline-block;
  white-space: nowrap;
  color: #f5d9bd;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 16px 28px;
  cursor: pointer;
}

.btn-callback:hover {
  color: #fff;
}

.insta-gal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.insta-gal__item img {
  width: 100%;
  border-radius: 12px;
}

.insta2 {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.insta6 {
  grid-column: 3 / 5;
}

.footer-bot__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 40px;
  border-radius: 16px;
  background: #000;
  color: #aca39a;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.footer-bot__inner a {
  color: #aca39a;
}

.footer-top {
  margin-bottom: 8px;
}

.footer-top__inner {
  border-radius: 16px;
  background: #000;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.footer-top__left {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.footer-info {
  gap: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer-info__adress,
.footer-info__phone a {
  color: #aca39a;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.footer-fl {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.footer-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-list a {
  color: #aca39a;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.footer-totle {
  color: #f5d9bd;
  font-family: "Playfair Display";
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 32px;
}

.shapka__inner .sticky,
.shapka__stati .sticky {
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  background-color: #000;
  padding: 10px 40px;
  border-radius: 16px;
  z-index: 899;
  transform: translateX(-50%);
}

.mobile-menu__phone .dropdrop-down {
  top: auto !important;
  right: 0;
}

.vid {
  display: none;
}

.mobl {
  display: none;
}

.shapka__stati {
  border-radius: 12px;
  background: #000;
  padding: 10px 40px;
}

.content-block {
  padding-top: 40px;
}

.bread {
  text-align: center;
  margin-bottom: 80px;
}

.bread__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #bb6a19;
  font-family: "Playfair Display";
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.bread__list a {
  color: #bb6a19;
}

.bread__list li::after {
  content: "/";
  margin-left: 12px;
}

.bread__list li:last-child:after {
  content: none;
}

.gen-sub {
  color: #6c6c6c;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  width: 953px;
  max-width: 100%;
  margin: 0 auto;
}

.owl-carouselAuto img {
  border-radius: 16px;
}

.mb8 {
  margin-bottom: 80px;
}

.carrot__item {
  border-radius: 15px;
  border: 0.9px solid #efefef;
  background: #fff6ed;
  backdrop-filter: blur(8.999999046325684px);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.carrot__img img {
  width: 280px;
  max-width: 100%;
  border-radius: 16px;
}

.carrot__title {
  color: #bb6a19;
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

.carrot-text {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.mission-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.mission-bot {
  margin-top: 30px;
}

.mission__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.mission-gal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mission-gal img {
  width: 100%;
  border-radius: 16px;
}

.mission-text {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.mission-text p {
  margin-bottom: 20px;
}

.kontakty-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.kontakty-three__item {
  border-radius: 8px;
  border: 1px solid #f9f9f9;
  padding: 30px;
  background: #efefef;
}

.kontakty-three__sub {
  color: #6c6c6c;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}

.kontakty-three__link a {
  color: #bb6a19;
  font-size: 22px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.kontakty-three__link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.map-block {
  border-radius: 8px;
  border: 1px solid #f9f9f9;
  padding: 20px;
  background: #efefef;
}

.gen-sub14 {
  width: 1440px;
}

.vakant-item {
  background-color: rgba(245, 217, 189, 0.5);
}

.shapka-korp {
  background-image: url(/img/korp.jpg);
  height: 100%;
  position: relative;
}

.slide-info__inn {
  text-align: center;
  top: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 0 100px 80px;
}

.slide-mtitle {
  color: #f5d9bd;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.27);
  font-family: "Playfair Display";
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  margin-bottom: 40px;
}

.slide-mtext {
  color: #f5d9bd;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}

.tri-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.shapka-stag {
  background-image: url(/img/stag.jpg);
  height: 100%;
  position: relative;
}

.about-date {
  background-color: #fffaf6;
  border: 1px solid #bb6a19;
  color: #bb6a19;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 12px;
  width: fit-content;
}

.sml {
  display: none;
}

@media (max-width: 1470px) {
  .novid {
    display: none;
  }

  .vid {
    display: block;
  }

  .shapka__inner {
    padding: 18px 34px;
  }

  .slide-info {
    padding: 0 50px;
  }
}

@media (max-width: 1270px) {
  .shapka-nav,
  .shapka-btns,
  .shapka-info__btn {
    display: none;
  }

  .container-fluid {
    padding: 0;
  }

  .shapka__inner {
    background-image: url(/img/slide-m.jpg);
  }

  .mobl {
    display: block;
  }
}

@media (max-width: 992px) {
  .shapka-info,
  .shapka-menu,
  .shapka-inn {
    display: none;
  }

  .content-block {
    padding-top: 120px;
  }

  .container-fluid {
    padding: 0;
  }

  .slide-title {
    font-size: 48px;
  }

  .slide-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .dbl-block {
    flex-direction: column;
  }

  .two-img {
    min-height: 340px;
  }

  .two-img-450 {
    min-height: 450px;
  }

  .gen-title {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .afisha-inner {
    flex-direction: column;
  }

  .afisha__item {
    min-height: 300px;
  }

  .afisha-active {
    width: 100%;
    min-height: 600px;
  }

  .oklube__bot {
    grid-template-columns: repeat(1, 1fr);
  }

  .gen-flex {
    gap: 80px;
  }

  .slider-left {
    left: 40px;
  }

  .slider-right {
    right: 40px;
  }

  .forma__title {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .forma-sub {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .form-inner {
    padding: 40px;
  }

  .formMain__row {
    flex-direction: column;
  }

  .form-btn {
    width: 100%;
  }

  .btn-callback {
    width: 100%;
    display: block;
  }

  .insta-gal {
    grid-template-columns: repeat(2, 1fr);
  }

  .insta1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .insta2 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .insta5 {
    grid-column: 1 / 2;
    grid-row: 2 / 2;
  }

  .insta3 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .insta4 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .insta6 {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }

  .kontakty-three {
    grid-template-columns: repeat(1, 1fr);
  }

  .tri-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .big {
    display: none;
  }

  .sml {
    display: block;
  }

  .slide-info {
    padding: 0;
    margin-top: 241px;
  }

  .two-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-top__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-fl {
    justify-content: center;
    text-align: center;
  }

  .footer-totle {
    text-align: center;
  }

  .fl-title {
    margin-bottom: 40px;
    display: block;
  }

  .title-rel {
    padding-bottom: 94px;
    position: relative;
  }

  .fl-title__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }

  .fl-title__btn a {
    display: block;
    width: max-content;
    width: 100%;
    text-align: center;
  }

  .footer-bot__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }

  .oklube__title {
    font-size: 36px;
  }

  .oklube__text {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
  }

  .gallery-info {
    flex-direction: column;
    left: 20px;
    bottom: 20px;
    right: 20px;
    align-items: flex-start;
  }

  .owl-carouselGal .owl-item img {
    min-height: 300px;
    width: auto;
  }

  .mission-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .mission-bot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .mission-gal:first-child {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column: 1 / 2;
  }

  .mission-gal:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 550px) {
  .about-bot {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-fl {
    flex-direction: column;
    gap: 12px;
  }

  .insta-gal {
    grid-template-columns: repeat(1, 1fr);
  }

  .insta-gal__item {
    grid-column: auto;
    grid-row: auto;
  }

  .about-item {
    padding: 20px;
  }

  .shapka__inner {
    padding-bottom: 95px;
  }

  .shapka__inner {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 812px;
  }

  .oklube__inner {
    background-image: none;
    margin: 0;
  }

  .oklube-info {
    padding: 0;
  }

  .oklube__top {
    background-image: url(/img/oklube.jpg);
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    margin: 0 -15px;
    padding: 40px 20px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 30px;
  }

  .oklube__title {
    font-size: 30px;
  }

  .oklube__bot-item {
    border-radius: 15px;
    border: 0.9px solid var(--Color-3, #f5d9bd);
    background: rgba(20, 20, 20, 0.87);
    backdrop-filter: blur(8.999999046325684px);
  }

  .gallery-slider__btns {
    display: none;
  }

  .mission-bot {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .mission-gal:first-child {
    display: block;
  }

  .mission-gal:last-child {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.enter-btn a {
  background-color: #f5d9bd;
  color: #000;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
}

.banner-enter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.banner-enter__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  background-color: #fff;
}

.price-table {
  width: 100%;
  margin: 30px 0;
  border-radius: 16px;
  background: #fbfbfb;
  border: 1px solid #f5d9bd;
}

.price-table tr td {
  padding: 10px 20px;
  color: #bb6a19;
  font-size: 20px;
  border-bottom: 1px solid #f5d9bd;
}

.price-table tr td:nth-child(2) {
  white-space: nowrap;
  text-align: right;
}

.price-table tr td:nth-child(2)::after {
  content: "₽";
  margin-left: 4px;
}

.footer-right {
  flex-direction: column;
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }

  .banner-enter {
    top: 0;
    bottom: auto;
  }

  .slide-info__inn {
    padding: 0 10px 30px;
  }
}

@media (max-width: 450px) {
  .slide-mtitle,
  .gen-title {
    font-size: 32px;
  }

  .slide-mtext {
    font-size: 16px;
  }

  h2 {
    font-size: 24px;
  }
}
