body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(255, 248, 238, 1);
  color: #131313;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  font-family: "Montserrat Alternates", sans-serif;
  text-align: center;
  margin-bottom: 80px;
}

h2,
h3 {
  font-family: "Montserrat Alternates", sans-serif;
  margin: 0 0 30px;
  text-align: center;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

a:hover {
  transition-duration: 0.3s;
}

.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: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 16px;
  background: rgba(176, 176, 176, 0.55);
  backdrop-filter: blur(6px);
  z-index: 1005;
}

.modalMain__inner .green-btn a {
  width: 100%;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: "Montserrat Alternates", sans-serif;
  margin-bottom: 30px;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  justify-content: center;
}

.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 {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  max-width: 1920px;
  padding: 0 40px;
  height: auto;
  max-height: calc(100vh - 400px);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 126px;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 20px 40px;
  background-color: #164235;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.menu-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.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;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ------- */

.shapka {
  position: fixed;
  top: 0;
  left: 0;
  transform: none;
  width: 100% !important;
  z-index: 900;
  /* padding: 0 40px; */
}

.header-inner @media (min-width: 1921px) {
  .shapka {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 900;
    max-width: 1920px;
  }
}

.shapka-stick {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
}

.is-sticky .shapka-stick {
  background: #164235;
  margin-top: 20px;
}
.shapka-logo img {
  height: 64px;
}

.shapka-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 52px;
}

.shapka-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.shapka-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff2de;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.shapka-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}

.shapka-btn a {
  border-radius: 16px;
  border: 1px solid #fff2de;
  padding: 18px 38px;
  color: #fff2de;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  justify-content: center;
  white-space: nowrap;
}

.shapka-btn a:hover {
  color: #f8e5c9;
  border-color: #f8e5c9;
}

.shapka-btn a:active {
  color: #edd4ae;
  border-color: #edd4ae;
}

.bej-btn a {
  border-radius: 16px;
  background: #fff2de;
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 40px;
  border: 1px solid #fff2de;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  justify-content: center;
}

.mini-form .bej-btn a {
  border: 1px solid #131313;
}

.bej-btn a:hover {
  background: #f8e5c9;
}

.bej-btn a:active {
  background: #edd4ae;
}

.line-top__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  border-radius: 16px;
  background: #fff2de;
  padding: 16.5px 40px;
  cursor: pointer;
  user-select: none;
}

.line-top__icon img {
  width: 15px;
}

.slider-item {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-image: attr(data-image-src url);
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
}

.slider-item1 {
  background-image: url(/content/img/slider/01.jpg);
}

.shapka-info {
  width: 100%;
}

.shapka-btns {
  width: 100%;
}

.shapka-logo {
  width: 224px;
}

.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}

.sticky-wrapper {
  height: 0 !important;
}

.slider-gen {
  position: relative;
  margin-bottom: 20px;
}

.slider-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}

.slider-title {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Montserrat Alternates", sans-serif;
}

.slider-text {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

.shapka-form {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 40px;
  z-index: 500;
  width: 100%;
}

.shapka-form__inner {
  border-radius: 16px;
  background: rgba(176, 176, 176, 0.55);
  backdrop-filter: blur(6px);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.formMain__row {
  width: 100%;
}

.formMain__row a {
  display: block;
  width: 100% !important;
}

.green-btn a {
  border-radius: 16px;
  background: #164235;
  color: #fff2de;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 20px 40px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  justify-content: center;
}

.green-btn a:hover {
  background-color: #0a3629;
}

.green-btn a:active {
  background-color: #043225;
}

.formMain__input {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  background: #fff2de;
  padding: 16px 28px;
  outline-style: none;
}

.formMain__input::placeholder {
  color: #404040;
}

.formMain__input:hover {
  border-color: #404040;
}

.formMain__input:focus {
  border-color: #404040;
  color: #131313;
}

.warning {
  border-color: #e70000;
}

.warning::placeholder {
  color: #e70000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

select {
  background-image: url(/content/img/select.svg) !important;
  background-position: right 30px center !important;
  background-repeat: no-repeat !important;
}

.data-form {
  background-image: url(/content/img/data.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
}

.data-form.warning {
  background-image: url(/content/img/data-wrong.svg);
}

.white-block {
  margin-bottom: 160px;
}

.four-plitka {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.plusi-item {
  padding: 16px 32px;
  border-radius: 16px;
  background: #fff2de;
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plusi-title {
  color: #164235;
  font-size: 40px;
  font-weight: 400;
  line-height: 135%;
}

.text-18 {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-18 ul li::before {
  content: "•";
  margin-right: 4px;
}

.text-18 ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
}

.gen-title {
  color: #131313;
  text-align: center;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 80px;
}

.title-26 {
  color: #131313;
  font-size: 26px;
  font-weight: 400;
  line-height: 135%;
}

.tree-plitka {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card-item {
  border-radius: 16px;
  background: #fff2de;
  overflow: hidden;
}

.card-info {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-img img {
  width: 100%;
}

.rel-block {
  position: relative;
}

.absol-btn {
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
  gap: 40px;
  align-items: center;
}

.two-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.akciya-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.akciya-left {
  background-size: cover;
  background-position: center center;
  min-height: 470px;
  background-image: attr(data-image-src url);
  border-radius: 16px;
}

.akciya-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.akciya-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.title-32 {
  color: #131313;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
}

.mini-form {
  margin-top: 80px;
  padding: 40px 80px;
  border-radius: 16px;
  background: #fff2de;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-form-btns {
  display: flex;
  gap: 40px;
}

.mini-form-btns a {
  white-space: nowrap;
}

.room-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.room-img {
  margin-bottom: 30px;
  position: relative;
}

.room-dop {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dop-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dop-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #164235;
  width: 60px;
  height: 60px;
}

#formCallbackSend {
  cursor: pointer;
}

.slider-btn {
  border-radius: 16px;
  border: 1px solid #fff2de;
  background: rgba(81, 81, 81, 0.25);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  user-select: none;
}

.slider-btn:hover {
  border-color: #f8e5c9;
}

.gen-left,
.gal-left1,
.gal-left2,
.gal-left3,
.gal-left4 {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  cursor: pointer;
}

.gen-rght,
.gal-rght1,
.gal-rght2,
.gal-rght3,
.gal-rght4 {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  cursor: pointer;
}

.room-item {
  margin-bottom: 40px;
}

.room-img {
  width: 100%;
}

.tovary-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.tovary-tab__link,
.tovary-tab__link1 {
  border-radius: 16px;
  background: #fff2de;
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  padding: 18px 40px;
  border: 1px solid #fff2de;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  justify-content: center;
}

.active-tab__link,
.active-tab__link1 {
  border-radius: 16px;
  background: #164235;
  color: #fff2de;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 20px 40px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  justify-content: center;
}

.active-tab__link:focus,
.active-tab__link1:focus {
  color: #fff2de;
}

.tovary-tabs,
.tovary-tabs1 {
  display: none;
}

.active-tab,
.active-tab1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.owl-carousel img {
  border-radius: 16px;
}

.fish-info {
  border-radius: 16px;
  background: #fff2de;
  min-height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 20px 80px;
  text-align: center;
}

.tovary-tabs .title-26,
.tovary-tabs1 .title-26 {
  text-align: center;
}

.faq-sum {
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}

.faq-det {
  border-radius: 16px;
  border: 1px solid #f4e3c8;
  background: #fff2de;
  padding: 32px 40px;
}

.faq-inn p {
  margin-bottom: 0;
  padding-top: 20px;
}

.faq-inn {
  color: #404040;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: url(/content/img/plus.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

details[open] summary:after {
  content: url(/content/img/minus.svg);
}

details[open] {
  animation: slide 0.5s ease-in-out;
  animation-duration: 1s;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ya-block {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}

.ya-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.otziv-item {
  border-radius: 16px;
  border: 1px solid #f4e3c8;
  background: #fff2de;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.otziv-top {
  display: flex;
  align-items: center;
  gap: 32px;
}

.otziv-mid {
  display: flex;
  align-items: center;
  gap: 16px;
}

.map-inner {
  position: relative;
  margin-bottom: 192px;
}

#map {
  width: 100%;
  height: 536px;
  border-radius: 32px;
  border: 1px solid #fff2de;
  overflow: hidden;
}

.map-info {
  position: absolute;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: auto;
  min-width: 30%;
  border-radius: 32px;
  background: var(--Color-2, #fff2de);
  padding: 20px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  z-index: 300;
}

.map-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.map-sub {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.map-link a {
  color: #131313;
}

.map-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-inner {
  border-radius: 16px;
  background: #164235;
  margin-bottom: 20px;
}

.footer-item {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 80px 40px;
}

.footer-title {
  color: #fff2de;
  margin-bottom: 32px;
}

.footer-ul {
  display: flex;
  flex-direction: column;
  color: #fff2de;
  gap: 12px;
}

.footer-ul a {
  color: #fff2de;
  display: flex;
  align-items: center;
  gap: 8px;
}

.foot-fl {
  display: flex;
  align-items: center;
  gap: 8px;
}

.aloc {
  align-items: flex-start !important;
}

.footer-bot {
  border-radius: 16px;
  background: #164235;
}

.footer-bot__item {
  padding: 20px 40px;
  color: #fff2de;
}

.footer-bot__item a {
  color: #fff2de;
}

.phone-mob {
  display: none !important;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: rgba(81, 81, 81, 0.25);
  backdrop-filter: blur(3px);
  margin: 0;
  border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #164235;
}

.header-inner {
  margin-bottom: 80px;
  margin-top: 20px;
}

.header-inner .shapka-stick {
  background: #164235;
}

.shapka-inner {
  z-index: 900;
  margin-bottom: 12px;
}

.header-inner .sticky-wrapper {
  height: auto !important;
}

.room-row__item .room-info {
  justify-content: space-between;
  height: 100%;
}

.rooms-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.rooms-block .room-img {
  margin-bottom: 0;
}

.grid-room {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.grid-room__slider,
.grid-room__info {
  width: 50%;
}

.fotorama img {
  border-radius: 12px !important;
}

.fotorama__thumb-border,
.fotorama__thumb {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.fotorama__arr {
  position: absolute;
  width: 48px;
  height: 48px;
}

/* .fotorama__arr--next {
  right: 40px;
  background-position: -48px -160px;
}

.fotorama__arr--prev {
  left: 40px;
  background-position: 0 -160px;
} */

.fotorama__arr--next {
  right: 40px;
  background-image: url(/content/img/rght.svg);
  background-size: contain;
  background-position: center;
}

.fotorama__arr--prev {
  left: 40px;
  background-image: url(/content/img/left.svg);
  background-size: contain;
  background-position: center;
}

.mobl-menu {
  display: none;
}

.akcii-colum {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.akcii-colum .akciya-item {
  align-items: center;
  width: 100%;
  min-width: 0;
}

.form-rel {
  position: relative;
  bottom: 0;
  padding: 0;
}

.brown-block {
  background-color: #fff2de;
  padding: 40px 80px;
  border-radius: 16px;
  color: #404040;
  margin-bottom: 30px;
}

.brown-block p a {
  color: #404040;
  text-decoration: underline;
}

.akciya-left__inner img {
  width: 100%;
  border-radius: 16px;
}

.contakt-ul a {
  color: #131313;
}

.tree-slider {
  margin: 30px 0;
  position: relative;
}

.tree-left,
.tree-rght {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  cursor: pointer;
}

.tree-left {
  left: 20px;
}
.tree-rght {
  right: 20px;
}

.ryba-img {
  background-color: #fff2de;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 234px;
  border-radius: 16px;
  margin-bottom: 12px;
}

.ryba-title {
  text-align: center;
}

.ryba-img img {
  width: 60% !important;
}

.temp-title {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 135%;
  letter-spacing: 0%;
}

.mb160 {
  margin-bottom: 160px;
}

.mb80 {
  margin-bottom: 80px;
}

.ryba-slider {
  position: relative;
}

.ryba-left,
.ryba-rght {
  position: absolute;
  top: 96px;
  z-index: 300;
  cursor: pointer;
}

.ryba-left {
  left: 20px;
}
.ryba-rght {
  right: 20px;
}

.price-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #164235;
  background: rgba(176, 176, 176, 0.1);
  backdrop-filter: blur(6px);
}

.price-table tr td {
  padding: 4px 6px;
  border: 1px solid #f4e3c8;
  text-align: center;
}

.price-table tr th {
  padding: 4px 6px;
  border: 1px solid #164235;
  background-color: #164235;
  color: #fff;
  text-align: center;
}

.fl30-colum {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.two-block__img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 16px;
}

.two-block__img img {
  /* width: 100%; */
}

.logo-small {
  display: none;
}

.news-data {
  color: #404040;
  font-size: 12px;
}

@media (max-width: 1440px) {
  .shapka-mail {
    display: none;
  }

  .ya-info {
    max-width: 440px;
  }

  .mini-form {
    flex-direction: column;
    gap: 40px;
  }

  .brown-block {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  h1 {
    margin-bottom: 60px;
  }

  .slider-text {
    max-width: 820px;
  }

  .shapka-btns {
    gap: 20px;
  }

  .mini-form {
    padding: 40px;
  }

  .rel-block .gen-title {
    text-align: left;
  }

  .scroll-block {
    display: flex;
    overflow: auto;
  }

  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .akciya-item {
    min-width: 100vw;
  }

  .white-block {
    margin-bottom: 120px;
  }

  .ya-block {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 60px;
  }

  .ya-info {
    width: 100%;
  }

  .gen-title {
    margin-bottom: 60px;
  }

  .mobile-menu__inner {
    grid-template-columns: repeat(3, 1fr);
    overflow-y: auto;
    max-height: 80vh;
  }

  .footer-inner .four-plitka {
    grid-template-columns: repeat(2, 1fr);
  }

  .shapka-form {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .shapka .container-fluid {
    padding: 0;
  }
  .shapka-btns .shapka-btn {
    display: none;
  }

  .phone-desc {
    display: none !important;
  }

  .phone-mob {
    display: flex !important;
  }

  .phone-mob img {
    height: 24px;
  }

  .shapka-link {
    gap: 20px;
  }

  .shapka-info {
    order: 2;
    justify-content: center;
  }

  .shapka-logo {
    order: 1;
    width: 100%;
  }

  .shapka-btns {
    order: 3;
  }

  .slider-title br {
    display: none;
  }

  .slider-title,
  .gen-title {
    font-size: 40px;
  }

  .slider-text {
    font-size: 18px;
    margin: 0 100px;
    max-width: 100%;
  }

  .four-plitka {
    grid-template-columns: repeat(2, 1fr);
  }

  .shapka-form__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .green-btn a,
  .bej-btn a,
  .tovary-tab__link,
  .tovary-tab__link1 {
    font-size: 14px;
    padding: 16px 30px;
    height: 48px;
  }

  .formMain__input {
    font-size: 14px;
    padding: 15px 30px;
  }

  .plusi-title {
    font-size: 32px;
  }

  .text-18 {
    font-size: 14px;
  }

  .tree-plitka {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .white-block {
    margin-bottom: 80px;
  }

  .two-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .title-26 {
    font-size: 22px;
  }

  .map-info {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding: 40px;
    margin-bottom: 20px;
  }

  .map-inner {
    margin-bottom: 80px;
  }

  .gen-title {
    margin-bottom: 40px;
  }

  .faq-det {
    padding: 32px 20px;
  }

  .faq-sum {
  }

  .mobl-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-item {
    gap: 40px;
    padding: 40px 20px;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .footer-inner .four-plitka {
    gap: 0;
  }

  .shapka-link img {
    height: 24px;
  }

  .grid-room {
    display: flex;
    flex-direction: column;
  }

  .grid-room__slider,
  .grid-room__info {
    width: 100%;
  }

  .shapka,
  .mobile-menu {
    padding: 0 20px;
  }

  .mobl-flex__rev {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  h1 {
    margin-bottom: 40px;
  }

  .absol-btn {
    position: relative;
    top: 0;
    margin-bottom: 40px;
    justify-content: center;
  }

  .rel-block .gen-title {
    text-align: center;
  }

  .footer-inner .four-plitka {
    grid-template-columns: repeat(1, 1fr);
  }

  /* .footer-item,
  .footer-ul {
    align-items: center;
    text-align: center;
    justify-content: center;
  } */

  .shapka-logo img {
    height: 50px;
  }

  .plusi-item {
    padding: 16px 24px;
  }

  .line-top__icon span {
    display: none;
  }

  .line-top__icon {
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .akciya-left {
    min-height: 323px;
  }

  .four-plitka {
    gap: 20px;
  }

  .room-dop {
    overflow: scroll;
  }

  .fish-info {
    padding: 20px 40px;
  }

  .fish-info {
    min-height: 0;
  }

  .otziv-block {
    padding-bottom: 80px;
    position: relative;
  }

  .otziv-block .absol-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 100;
    margin-bottom: 0;
    width: 100%;
  }

  .map-item .text-18 {
    font-size: 18px;
  }

  .aloc {
    display: inline-block !important;
  }

  .aloc img {
    margin-right: 8px;
  }

  .mobile-menu__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-list .footer-ul {
    align-items: flex-start;
    text-align: left;
  }

  .slider-text {
    margin: 0 auto;
  }

  .desc-menu,
  .menu-mobl__menu {
    display: none;
  }

  .mobl-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    min-height: 80vh;
  }

  .active-menu-mobl {
    display: flex;
  }

  .foot-fl {
    justify-content: center;
  }

  .mobl-menu__top {
    width: 100%;
    text-align: center;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .mobl-menu__top .shapka-btn a {
    width: 100%;
  }

  .mobl-menu__top a {
    color: #fff2de;
  }

  .menu-mobl__menu {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .menu-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .menu-mobl__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .nazad-btn a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 29px;
    width: 100%;
    color: #fff2de;
  }

  .menu-mobl__link {
    color: #fff2de;
  }

  .shapka-form {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin-top: 20px;
  }

  .gen-left,
  .gen-rght {
    display: none;
  }

  .akcii-colum .akciya-item {
    display: flex;
    flex-direction: column;
  }

  .akcii-colum .akciya-left {
    order: 1;
  }

  .akcii-colum .akciya-right {
    order: 2;
  }

  .akcii-colum .akciya-left {
    width: 100%;
  }

  .brown-block {
    padding: 20px;
  }

  .logo-big {
    display: none;
  }

  .logo-small {
    display: block;
  }
}

@media (max-width: 450px) {
  .owl-dots {
    bottom: 12px;
  }

  .gen-title,
  .slider-title {
    font-size: 28px;
  }

  .shapka-logo img {
    height: 27px;
  }

  .tree-plitka {
    grid-template-columns: repeat(1, 1fr);
  }

  .akciya-item {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .akciya-left {
    min-height: 240px;
  }

  .green-btn a,
  .absol-btn {
    width: 100%;
  }

  .plusi-title {
    font-size: 22px;
  }

  .plusi-item {
    gap: 12px;
    padding: 12px;
  }

  .shapka-form__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .slider-text {
    font-size: 14px;
    width: 100%;
  }

  .slider-info {
    padding: 0 20px;
  }

  .slider-btns {
    display: none;
  }

  .slider-item {
    justify-content: flex-end;
    padding: 40px 0;
  }
  .slider-gen {
    margin-bottom: 80px;
  }

  .mini-form {
    padding: 20px;
    text-align: center;
  }

  .title-32 {
    font-size: 22px;
  }

  .mini-form-btns {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .bej-btn a,
  .green-btn {
    width: 100%;
  }

  .fish-info {
    padding: 20px;
  }

  .four-plitka {
    grid-template-columns: repeat(1, 1fr);
  }

  .tovary-tab {
    overflow: scroll;
    justify-content: flex-start;
  }

  .ya-block {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .ya-info {
    align-items: center;
    text-align: center;
  }

  .faq-sum {
    font-size: 18px;
    padding-right: 0;
    padding-bottom: 60px;
    text-align: center;
  }

  summary:after {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0px;
    right: auto;
  }

  .faq-inn {
    font-size: 14px;
  }

  .map-item {
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    text-align: center;
  }

  .map-right {
    align-items: center;
    text-align: center;
  }

  .map-info {
    gap: 20px;
  }

  .footer-bot {
    padding: 20px;
  }

  .footer-bot__item {
    padding: 0;
    text-align: center;
  }

  .footer-inner {
    padding: 40px 20px;
  }

  .footer-item {
    padding: 0;
  }

  .plusi-block .four-plitka {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-menu__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .shapka,
  .mobile-menu {
    padding: 0;
  }

  .mobile-menu__inner {
    padding: 20px;
    overflow-x: clip;
  }
}

@media (max-width: 350px) {
  .plusi-block .four-plitka {
    grid-template-columns: repeat(1, 1fr);
  }
}
