@charset "UTF-8";
*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --Black: #130B02;
  --White: #FFF;
  --Light-red: #FE6148;
}

body {
  background: var(--Black, #130B02);
}

@font-face {
  font-family: "Agency FB Cyrillic";
  src: url("../fonts/AgencyFBCyrillic/AgencyFBCyrillic.woff") format("woff"), 
  url("../fonts/AgencyFBCyrillic/AgencyFBCyrillic.ttf") format("truetype"), 
  url("../fonts/AgencyFBCyrillic/AgencyFBCyrillic.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* tez fallback qilish */
}
.wrapper {
  overflow: hidden;
}

a,
ul,
ol {
  list-style: none;
  text-decoration: none !important;
}

.container {
  width: 1820px !important;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 20px !important;
  }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 100% !important;
}

.main-page_main {
  width: 100%;
  background-image: url("../imgs/main-page-background-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-page_main.booking {
  background: var(--Black, #130B02);
}
.main-page_main.pb-55 {
  padding-bottom: 55px;
}
.main-page_main nav {
  padding-top: 20px;
  font-family: "Jura" !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main-page_main nav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 730px) {
  .main-page_main nav.active {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: var(--Black, #130B02);
  }
  .main-page_main nav.active .hamburger {
    background: #FFF;
    transition: all 0.5s ease;
  }
  .main-page_main nav.active .hamburger span {
    background-color: #9D0300;
  }
  .main-page_main nav.active .mobile-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: -10px;
    left: 0;
  }
  .main-page_main nav.active .mobile-menu ul li {
    padding-top: 10px;
  }
  .main-page_main nav.active .mobile-menu ul li a {
    color: var(--White, #FFF);
    /* Desktop/menu */
    font-family: Jura;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
  }
}
.main-page_main nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-page_main nav .container .logo img {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 376px) {
  .main-page_main nav .container .logo img {
    width: 50px;
    height: 50px;
  }
}
.main-page_main nav .nav_item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width: 730px) {
  .main-page_main nav .nav_item {
    display: none;
  }
}
.main-page_main nav .nav_item li a {
  color: #FFF !important;
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 1100px) {
  .main-page_main nav .nav_item li a {
    font-size: 16px;
  }
}
.main-page_main nav .main_nav-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-page_main nav .main_nav-btns .nav_btn a {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--White, #FFF);
  color: #FFF;
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  transition: all 0.3s ease;
}
.main-page_main nav .main_nav-btns .nav_btn a:hover {
  border: 2px solid var(--White, #FFF);
  background: var(--White, #FFF);
  color: var(--Black, #130B02);
}
@media screen and (max-width: 768px) {
  .main-page_main nav .main_nav-btns .nav_btn a {
    padding: 11px 12px;
  }
}
@media screen and (max-width: 730px) {
  .main-page_main nav .main_nav-btns .nav_btn a {
    padding: 11px 35px;
  }
}
@media screen and (max-width: 426px) {
  .main-page_main nav .main_nav-btns .nav_btn a {
    padding: 11px 25px;
  }
}
@media screen and (max-width: 376px) {
  .main-page_main nav .main_nav-btns .nav_btn a {
    padding: 12px 25px;
  }
}
@media screen and (max-width: 366px) {
  .main-page_main nav .main_nav-btns .nav_btn a {
    padding: 12px 12px;
    font-size: 14px;
  }
}
.main-page_main nav .hamburger {
  display: none;
  transition: all 0.5s ease;
}
@media screen and (max-width: 730px) {
  .main-page_main nav .hamburger {
    width: 50px;
    height: 48px;
    display: flex;
    background: transparent;
    border: 1px solid #FFF;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    cursor: pointer;
  }
}
@media screen and (max-width: 376px) {
  .main-page_main nav .hamburger {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 730px) {
  .main-page_main nav .hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 2px;
  }
}
.main-page_main nav .mobile-menu {
  position: absolute;
  transition: all 0.3s ease;
  left: -100%;
}
.main-page_main nav .mobile-menu a {
  color: white !important;
}
.main-page_main .hero {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero {
    margin-bottom: 60px;
  }
}
.main-page_main .hero.special-space {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero.special-space {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero.special-space {
    margin-bottom: 32px;
  }
}
.main-page_main .hero.specialOffers_hero {
  margin-bottom: 50px;
}
.main-page_main .hero.cottages-description_hero {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero.cottages-description_hero {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero.cottages-description_hero {
    margin-bottom: 32px;
  }
}
.main-page_main .hero.booking {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .main-page_main .hero.booking {
    margin-bottom: 32px;
  }
}
.main-page_main .hero .container .block {
  width: 100%;
  margin: 0 auto;
  color: var(--Black, #130B02);
  font-family: "Agency FB Cyrillic";
}
.main-page_main .hero .container .block .block_text {
  text-align: center;
  margin-bottom: 60px;
}
.main-page_main .hero .container .block .block_text.specialOffers_block-text {
  margin-bottom: 0;
}
.main-page_main .hero .container .block .block_text.block-text_special-space {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .block_text.block-text_special-space {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .block_text.block-text_special-space {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .block_text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .block_text {
    margin-bottom: 20px;
  }
}
.main-page_main .hero .container .block .block_text.booking_block-text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .block_text.booking_block-text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .block_text.booking_block-text {
    margin-bottom: 32px;
  }
}
.main-page_main .hero .container .block .block_text h3 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Agency FB Cyrillic";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 768px) {
  .main-page_main .hero .container .block .block_text h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .main-page_main .hero .container .block .block_text h3 {
    font-size: 36px;
  }
}
.main-page_main .hero .container .block .block_text .services-text {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main-page_main .hero .container .block .block_text .services-text {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .main-page_main .hero .container .block .block_text .services-text {
    font-size: 45px;
  }
}
.main-page_main .hero .container .block .block_text .cottages-description {
  color: var(--White, #FFF);
  font-family: "Jura";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .block_text .cottages-description {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .block_text .cottages-description {
    font-size: 19px;
    font-weight: 400;
    line-height: 120%;
  }
}
.main-page_main .hero .container .block .block_text .service-description {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: start;
  color: var(--White, #FFF);
  font-family: "Jura";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .block_text .service-description {
    font-size: 22px !important;
    line-height: 120%;
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .block_text .service-description {
    font-size: 19px !important;
    line-height: 120%;
    padding-top: 10px;
  }
}
.main-page_main .hero .container .block .block_text h2 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Agency FB Cyrillic";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-page_main .hero .container .block .block_text h2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .main-page_main .hero .container .block .block_text h2 {
    font-size: 45px;
  }
}
.main-page_main .hero .container .block .block_text h1 {
  align-self: stretch;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Agency FB Cyrillic";
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-page_main .hero .container .block .block_text h1 {
    font-size: 120px;
  }
}
@media (max-width: 480px) {
  .main-page_main .hero .container .block .block_text h1 {
    font-size: 65px;
  }
}
@media (max-width: 320px) {
  .main-page_main .hero .container .block .block_text h1 {
    font-size: 32px;
    word-break: break-word;
  }
}
.main-page_main .hero .container .block .custom-select {
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-page_main .hero .container .block .custom-select svg {
  display: none;
}
.main-page_main .hero .container .block .custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: none;
  z-index: 10;
  display: none;
}
.main-page_main .hero .container .block .custom-select .option {
  padding: 10px 12px;
  cursor: pointer;
}
.main-page_main .hero .container .block .custom-select .option:hover {
  background: #f2f2f2;
}
.main-page_main .hero .container .block .data-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: Jura !important;
}
.main-page_main .hero .container .block .data-boxes.main-page_data-boxes {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .data-boxes.main-page_data-boxes {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes.main-page_data-boxes {
    margin-bottom: 60px;
  }
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-family: Jura !important;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box {
  width: calc(25% - 4px);
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1067px) {
  .main-page_main .hero .container .block .data-boxes.booking_data-boxes .box {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 423px) {
  .main-page_main .hero .container .block .data-boxes.booking_data-boxes .box {
    width: calc(100% - 5px);
  }
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .code-input {
  width: 100%;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .code-input input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid black;
  outline: none;
  /* Chrome, Safari, Edge */
  /* Firefox */
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .code-input input[type=number]::-webkit-inner-spin-button, .main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .code-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .code-input input[type=number] {
  -moz-appearance: textfield;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box h4 {
  color: var(--Black, #130B02);
  font-family: Jura;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  align-self: stretch;
  padding-bottom: 5px;
}
@media screen and (max-width: 464px) {
  .main-page_main .hero .container .block .data-boxes.booking_data-boxes .box h4 {
    font-size: 14px;
  }
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box h2 {
  color: var(--Black, #130B02);
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media screen and (max-width: 464px) {
  .main-page_main .hero .container .block .data-boxes.booking_data-boxes .box h2 {
    font-size: 14px;
  }
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input {
  border: none;
  background: transparent;
}
@media screen and (max-width: 464px) {
  .main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input {
    font-size: 12px;
  }
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input-wrapper svg {
  position: absolute;
  left: 96%;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input-wrapper .date-input {
  width: 90%;
  border: none;
  background: transparent;
  border-radius: 5px;
  outline: none;
  color: var(--Black, #130B02);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 464px) {
  .main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input-wrapper .date-input {
    font-size: 14px;
  }
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input-wrapper .date-input:focus {
  border-color: #007bff;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input-wrapper .date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input-wrapper .custom-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #666;
  pointer-events: none;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .date-input-wrapper:hover .custom-icon {
  fill: #007bff;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector {
  position: relative;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .selector-btn {
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-left: 5px;
  color: var(--Black, #130B02);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 464px) {
  .main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .selector-btn {
    font-size: 14px;
    gap: 30px;
    width: 100%;
  }
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .selector-btn.active .arrow {
  transform: rotate(180deg);
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .dropdown.show {
  display: block;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .dropdown .counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .dropdown .counter:last-child {
  margin-bottom: 0;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .dropdown .counter span {
  font-size: 13px;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .dropdown .counter .controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .dropdown .counter .controls .btn {
  width: 25px;
  padding: 1px 1px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 3px;
  cursor: pointer;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .dropdown .counter .controls .btn:hover {
  background: #f5f5f5;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box .custom-selector .dropdown .counter .controls .btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box-btn {
  display: flex;
  width: 230px;
  height: 100px;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Yellow, #FF9122);
}
.main-page_main .hero .container .block .data-boxes.booking_data-boxes .box-btn button {
  color: #FFF;
  background: transparent;
  border: none;
  /* Desktop/Button large */
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 374px) {
  .main-page_main .hero .container .block .data-boxes {
    flex-direction: column;
  }
}
.main-page_main .hero .container .block .data-boxes .box {
  width: 230px;
  height: 100px;
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes .box {
    width: calc(50% - 5px);
    height: 81px;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 480px) and (max-width: 375px) {
  .main-page_main .hero .container .block .data-boxes .box {
    width: 230px;
  }
}
.main-page_main .hero .container .block .data-boxes .box .code-input {
  width: 100%;
}
.main-page_main .hero .container .block .data-boxes .box .code-input input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid black;
  outline: none;
  /* Chrome, Safari, Edge */
  /* Firefox */
}
.main-page_main .hero .container .block .data-boxes .box .code-input input[type=number]::-webkit-inner-spin-button, .main-page_main .hero .container .block .data-boxes .box .code-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-page_main .hero .container .block .data-boxes .box .code-input input[type=number] {
  -moz-appearance: textfield;
}
.main-page_main .hero .container .block .data-boxes .box h4 {
  color: var(--Black, #130B02);
  font-family: "Jura";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  align-self: stretch;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes .box h4 {
    font-size: 17px;
    margin-bottom: 12px !important;
  }
}
.main-page_main .hero .container .block .data-boxes .box .date-input {
  border: none;
  background: transparent;
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes .box .date-input {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 375px) {
  .main-page_main .hero .container .block .data-boxes .box .date-input {
    width: 100%;
  }
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  max-width: 400px;
}
@media screen and (max-width: 375px) {
  .main-page_main .hero .container .block .data-boxes .box .date-input-wrapper {
    width: 95%;
    justify-content: space-between;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes .box .date-input-wrapper {
    font-size: 16px;
  }
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input {
  background: transparent;
  outline: none;
  color: var(--Black, #130B02);
  font-size: 19px;
  font-family: "Jura", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.36px;
  flex: 1;
  min-width: 0;
  cursor: pointer;
  border: 1px solid transparent !important;
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input::-moz-placeholder {
  color: #999;
  font-weight: 400;
  opacity: 1;
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input::placeholder {
  color: #999;
  font-weight: 400;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 0;
    font-size: 16px;
    min-width: 150px;
  }
}
@media screen and (max-width: 375px) {
  .main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input {
    font-size: 15px;
    min-width: 120px;
  }
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input::-moz-focus-inner {
  border: 0;
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input::-ms-clear {
  display: none;
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input::-webkit-inner-spin-button, .main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .date-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .calendar-icon {
  position: absolute;
  right: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}
.main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .calendar-icon rect {
  fill: #FF9122;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes .box .date-input-wrapper .calendar-icon {
    width: 18px;
    height: 18px;
    right: 10px;
  }
}
@keyframes spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.main-page_main .hero .container .block .data-boxes .box .date-error-message {
  color: #dc3545;
  font-size: 12px;
  font-family: "Jura", sans-serif;
  margin-top: 5px;
  margin-left: 15px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.main-page_main .hero .container .block .data-boxes .box .date-error-message.show {
  opacity: 1;
  transform: translateY(0);
}
.main-page_main .hero .container .block .data-boxes .box .date-success-message {
  color: #28a745;
  font-size: 12px;
  font-family: "Jura", sans-serif;
  margin-top: 5px;
  margin-left: 15px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.main-page_main .hero .container .block .data-boxes .box .date-success-message.show {
  opacity: 1;
  transform: translateY(0);
}
.main-page_main .hero .container .block .data-boxes .box .date-input-group {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .data-boxes .box .date-input-group {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
}
.main-page_main .hero .container .block .data-boxes .box .date-input-group .date-separator {
  font-size: 18px;
  font-weight: 700;
  color: #666;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .data-boxes .box .date-input-group .date-separator {
    display: none;
  }
}
.main-page_main .hero .container .block .data-boxes .box .style-1 .date-input {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
}
.main-page_main .hero .container .block .data-boxes .box .style-2 .date-input {
  border-radius: 25px;
  padding: 12px 45px 12px 15px;
}
.main-page_main .hero .container .block .data-boxes .box .style-3 .date-input {
  border: none;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  background: transparent;
}
.main-page_main .hero .container .block .data-boxes .box .style-3 .date-input:focus {
  border-bottom-color: #007bff;
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector {
  position: relative;
}
@media screen and (max-width: 375px) {
  .main-page_main .hero .container .block .data-boxes .box .custom-selector {
    width: 95%;
  }
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .selector-btn {
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 5px;
  color: var(--Black, #130B02);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes .box .custom-selector .selector-btn {
    justify-content: space-between;
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .main-page_main .hero .container .block .data-boxes .box .custom-selector .selector-btn {
    justify-content: space-between;
  }
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .selector-btn.active .arrow {
  transform: rotate(180deg);
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  display: none;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown.show {
  display: block;
}
@media screen and (max-width: 481px) {
  .main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown {
    width: 200px;
  }
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown .counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown .counter:last-child {
  margin-bottom: 0;
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown .counter span {
  font-size: 13px;
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown .counter .controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown .counter .controls .btn {
  width: 25px;
  padding: 1px 1px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 3px;
  cursor: pointer;
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown .counter .controls .btn:hover {
  background: #f5f5f5;
}
.main-page_main .hero .container .block .data-boxes .box .custom-selector .dropdown .counter .controls .btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes .box-btn {
    font-size: 13px;
    width: calc(50% - 5px);
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .main-page_main .hero .container .block .data-boxes .box-btn.booking_box-btn {
    width: 100%;
  }
}
.main-page_main .hero .container .block .data-boxes .box-btn button,
.main-page_main .hero .container .block .data-boxes .box-btn a {
  width: 230px;
  height: 100px;
  color: #FFF;
  background: transparent;
  border: none;
  /* Desktop/Button large */
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Yellow, #FF9122);
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .data-boxes .box-btn button,
  .main-page_main .hero .container .block .data-boxes .box-btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .data-boxes .box-btn button,
  .main-page_main .hero .container .block .data-boxes .box-btn a {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .main-page_main .hero .container .block .data-boxes .box-btn button,
  .main-page_main .hero .container .block .data-boxes .box-btn a {
    width: 230px;
  }
}
.main-page_main .hero .container .block .data-boxes .box-btn button:hover,
.main-page_main .hero .container .block .data-boxes .box-btn a:hover {
  background: #FFAB57;
}
.main-page_main .hero .container .block .end-img {
  width: auto !important;
  flex-shrink: 0;
  aspect-ratio: 4/1;
}
.main-page_main .hero .container .block .end-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-page_main .hero .container .block .end-img img {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .hero .container .block .end-img img {
    transform: scale(2.1);
    margin-top: 60px;
  }
}
.main-page_main .hero .shadow {
  width: 100%;
  height: 100px;
  flex-shrink: 0;
  background: linear-gradient(349deg, #130B02 81.13%, rgba(19, 11, 2, 0) 94.08%);
  margin-top: -30px;
}
.main-page_main .location_hero {
  margin-bottom: 160px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .main-page_main .location_hero {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .location_hero {
    margin-bottom: 60px;
  }
}
.main-page_main .location_hero .container .header {
  text-align: center;
}
.main-page_main .location_hero .container .header h1 {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 90px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  padding: 0 !important;
  margin-bottom: 50px !important;
}
@media (max-width: 768px) {
  .main-page_main .location_hero .container .header h1 {
    font-size: 60px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 480px) {
  .main-page_main .location_hero .container .header h1 {
    font-size: 45px !important;
    margin-bottom: 32px !important;
  }
}
.main-page_main .location_hero .container .map-section {
  position: relative;
  height: 700px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .main-page_main .location_hero .container .map-section {
    transform: scaleY(0.8);
    margin-top: -70px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_main .location_hero .container .map-section {
    margin-bottom: -100px;
  }
  .main-page_main .location_hero .container .map-section iframe {
    max-height: 600px;
    transform: scale(1);
  }
}
.main-page_main .location_hero .container .map-section .map-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-page_main .location_hero .container .map-section .map-container #map {
  width: 100%;
}
.main-page_main .location_hero .container .map-section .map-container #map iframe {
  width: 100%;
  height: 700px;
}
.main-page_main .location_hero .container .map-section .info-overlay {
  width: 840px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 40px;
  border-radius: 8px;
  border: 2px solid var(--line-red, #470601);
  background: var(--Black, #130B02);
}
@media screen and (max-width: 768px) {
  .main-page_main .location_hero .container .map-section .info-overlay {
    width: 451px;
  }
}
.main-page_main .location_hero .container .map-section .info-overlay .info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.main-page_main .location_hero .container .map-section .info-overlay .info-item:last-child {
  margin-bottom: 0;
}
.main-page_main .location_hero .container .map-section .info-overlay .info-item .info-label {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .main-page_main .location_hero .container .map-section .info-overlay .info-item .info-label {
    font-size: 18px;
  }
}
.main-page_main .location_hero .container .map-section .info-overlay .info-item .info-value {
  width: 250px;
  color: var(--Yellow, #FF9122);
  font-family: Jura;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .main-page_main .location_hero .container .map-section .info-overlay .info-item .info-value {
    font-size: 18px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .main-page_main .location_hero .container .map-section .info-overlay {
    bottom: 10px;
    left: 10px;
    right: 10px;
    min-width: auto;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .main-page_main .location_hero .container .map-section .info-overlay {
    width: 100%;
    position: static;
  }
  .main-page_main .location_hero .container .map-section .info-overlay .info-label {
    width: 170px;
  }
}

.main-page_client-stories {
  margin-bottom: 160px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .main-page_client-stories {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_client-stories {
    margin-bottom: 60px;
  }
}
.main-page_client-stories .container h1 {
  opacity: 1;
  color: var(--White);
  font-family: "Agency FB Cyrillic", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 90px;
  margin-bottom: 164px;
}
@media (max-width: 1279px) {
  .main-page_client-stories .container h1 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .main-page_client-stories .container h1 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .main-page_client-stories .container h1 {
    font-size: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .main-page_client-stories .container h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.main-page_client-stories .container .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 769px) {
  .main-page_client-stories .container .boxes {
    margin-left: 35%;
  }
}
@media screen and (max-width: 481px) {
  .main-page_client-stories .container .boxes {
    flex-direction: column;
    gap: 0;
  }
}
.main-page_client-stories .container .boxes .box {
  width: calc(50% - 10px);
  display: flex;
  align-items: flex-end;
  gap: 24px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .main-page_client-stories .container .boxes .box {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_client-stories .container .boxes .box:last-child {
    margin-bottom: 0;
  }
}
.main-page_client-stories .container .boxes .box h1 {
  color: var(--Light-red, #FE6148);
  font-family: "Jura";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  text-transform: none;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .main-page_client-stories .container .boxes .box h1 {
    width: 90px;
    color: var(--Light-red, #FE6148);
    leading-trim: both;
    text-edge: cap;
    font-family: "Jura";
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
  }
}
@media screen and (max-width: 480px) {
  .main-page_client-stories .container .boxes .box h1 {
    width: 70px;
    color: var(--Light-red, #FE6148);
    leading-trim: both;
    text-edge: cap;
    font-family: Jura;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
  }
}
.main-page_client-stories .container .boxes .box p {
  max-width: 320px;
  font-size: 24px;
  color: var(--White);
  font-family: "Jura";
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.48px;
  flex: 1 0 0;
}
@media screen and (max-width: 768px) {
  .main-page_client-stories .container .boxes .box p {
    color: var(--White, #FFF);
    font-family: Jura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_client-stories .container .boxes .box p {
    max-width: 250px;
    color: var(--White, #FFF);
    font-family: Jura;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
  }
}

.main-page_prices {
  background: var(--Black);
  margin-bottom: 160px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .main-page_prices {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_prices {
    margin-bottom: 60px;
  }
}
.main-page_prices.cottages {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main-page_prices.cottages {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_prices.cottages {
    margin-bottom: 30px;
  }
}
.main-page_prices .container h1 {
  color: var(--White);
  text-align: justify;
  font-family: "Agency FB Cyrillic";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main-page_prices .container h1 {
    font-size: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 480px) {
  .main-page_prices .container h1 {
    font-size: 45px !important;
    margin-bottom: 32px !important;
  }
}
.main-page_prices .container .boxes {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.main-page_prices .container .boxes .box {
  width: calc(50% - 10px);
  padding: 40px;
  margin: 0;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--line-red, #470601);
  background: var(--Black);
}
@media screen and (max-width: 769px) {
  .main-page_prices .container .boxes .box {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_prices .container .boxes .box {
    padding: 16px 20px;
    gap: 20px;
    flex-shrink: 0;
  }
}
.main-page_prices .container .boxes .box:hover {
  background-image: url(../imgs/main-page_prices_bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-page_prices .container .boxes .box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 60/19;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main-page_prices .container .boxes .box img {
    transform: scale(1.1);
  }
}
.main-page_prices .container .boxes .box .box_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 653px) {
  .main-page_prices .container .boxes .box .box_item {
    align-items: start;
  }
}
.main-page_prices .container .boxes .box .box_item .text {
  flex: 1;
  min-width: 200px;
}
.main-page_prices .container .boxes .box .box_item .text h2 {
  color: var(--White);
  font-family: "Agency FB Cyrillic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .main-page_prices .container .boxes .box .box_item .text h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_prices .container .boxes .box .box_item .text h2 {
    font-size: 36px;
  }
}
.main-page_prices .container .boxes .box .box_item .text p {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .main-page_prices .container .boxes .box .box_item .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_prices .container .boxes .box .box_item .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_prices .container .boxes .box .box_item .btn {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.main-page_prices .container .boxes .box .box_item .btn a {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Accent-red, #D00);
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  transition: all 0.3s ease;
}
.main-page_prices .container .boxes .box .box_item .btn a:hover {
  background: #FF0F0F;
}
@media screen and (max-width: 768px) {
  .main-page_prices .container .boxes .box .box_item .btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_prices .container .boxes .box .box_item .btn a {
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
 
  .main-page_prices .container .boxes .box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .main-page_prices .container .boxes {
    gap: 20px;
  }
  .main-page_prices .container .boxes .box {
    width: calc(50% - 10px);
    max-width: 600px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-page_prices .container h1 {
    font-size: 45px;
  }
  .main-page_prices .container .boxes {
    gap: 20px;
  }
  .main-page_prices .container .boxes .box {
    width: 100%;
    padding: 35px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .main-page_prices .container h1 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .main-page_prices .container .boxes {
    gap: 20px;
  }
  .main-page_prices .container .boxes .box {
    width: 100%;
    padding: 32px 25px;
  }
  .main-page_prices .container .boxes .box .box_item {
    gap: 25px;
  }
  .main-page_prices .container .boxes .box .box_item .text {
    min-width: auto;
  }
  .main-page_prices .container .boxes .box .box_item .btn button {
    padding: 14px 28px;
    font-size: 18px;
    min-width: 220px;
  }
}
@media (max-width: 480px) and (min-width: 375px) {
  .main-page_prices .container .boxes {
    gap: 15px;
  }
  .main-page_prices .container .boxes .box .box_item .text h2 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .main-page_prices .container .boxes .box .box_item .text p {
    font-size: 18px;
  }
  .main-page_prices .container .boxes .box .box_item .btn button {
    padding: 11px 22px;
    font-size: 15px;
    width: 100%;
    max-width: 260px;
    border-radius: 8px;
    letter-spacing: 0.1px;
    margin-left: -20px;
  }
}

.main-page_about {
  width: 100%;
  align-self: stretch;
  background: var(--Black, #130B02);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main-page_about {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_about {
    margin-bottom: 30px;
  }
}
.main-page_about .container .main-text {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.main-page_about .container .boxes .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-page_about .container .boxes .box .img {
  width: 500px;
  height: 700px;
  flex-shrink: 0;
}
.main-page_about .container .boxes .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.main-page_about .container .boxes .box .box_item {
  width: calc(60% - 25px);
}
.main-page_about .container .boxes .box .box_item .item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--Dark-red, #9D0300);
}
.main-page_about .container .boxes .box .box_item .item:hover {
  border-bottom: 1px solid var(--Dark-red, #9D0300);
  background: var(--Dark-red, #9D0300);
}
.main-page_about .container .boxes .box .box_item .item h1 {
  width: 374px;
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  min-width: 400px;
  flex-shrink: 0;
}
.main-page_about .container .boxes .box .box_item .item p {
  color: var(--White, #FFF);
  text-align: justify;
  font-family: "Jura";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  flex: 1;
}

/* 1024px dan 1450px gacha bo'lgan qurilmalar uchun */
@media (min-width: 1025px) and (max-width: 1450px) {
  .main-page_about {
    height: auto;
  }
  .main-page_about .container .main-text {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .main-page_about .container .boxes .box .img {
    width: 450px;
    height: 650px;
  }
  .main-page_about .container .boxes .box .box_item {
    width: calc(58% - 25px);
  }
  .main-page_about .container .boxes .box .box_item .item {
    gap: 25px;
  }
  .main-page_about .container .boxes .box .box_item .item h1 {
    font-size: 40px;
    width: 350px;
    min-width: 350px;
  }
  .main-page_about .container .boxes .box .box_item .item p {
    font-size: 17px;
  }
}
/* Responsive Design */
@media (max-width: 1200px) {
  .main-page_about .container .main-text {
    font-size: 60px;
  }
  .main-page_about .container .boxes .box .img {
    width: 400px;
    height: 600px;
  }
  .main-page_about .container .boxes .box .box_item {
    width: calc(65% - 25px);
  }
  .main-page_about .container .boxes .box .box_item .item h1 {
    font-size: 38px;
    min-width: 320px;
  }
  .main-page_about .container .boxes .box .box_item .item p {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .main-page_about .container .main-text {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .main-page_about .container .boxes .box {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .main-page_about .container .boxes .box .img {
    width: 100%;
    max-width: 500px;
    height: 400px;
  }
  .main-page_about .container .boxes .box .box_item {
    width: 100%;
  }
  .main-page_about .container .boxes .box .box_item .item h1 {
    font-size: 36px;
    min-width: 280px;
  }
  .main-page_about .container .boxes .box .box_item .item p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .main-page_about .container .main-text {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .main-page_about .container .boxes .box .img {
    display: none;
  }
  .main-page_about .container .boxes .box .img img {
    display: none;
  }
  .main-page_about .container .boxes .box .box_item .item h1 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .main-page_about .container .main-text {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .main-page_about .container .boxes .box .img {
    height: 250px;
  }
  .main-page_about .container .boxes .box .box_item {
    display: flex;
    align-items: center;
    gap: 50px;
    overflow-y: scroll;
  }
  .main-page_about .container .boxes .box .box_item .item {
    width: 100%;
    border-right: 1px solid var(--Dark-red, #9D0300);
    border-bottom: none;
    flex-direction: column;
    padding-right: 40px;
  }
  .main-page_about .container .boxes .box .box_item .item h1 {
    font-size: 30px;
  }
  .main-page_about .container .boxes .box .box_item .item p {
    font-size: 17px;
  }
}
.main-page_leisure-services {
  width: 100%;
  background: var(--Black, #130B02);
  margin-bottom: 160px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .main-page_leisure-services {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_leisure-services {
    margin-bottom: 60px;
  }
}
.main-page_leisure-services .container .swiper-slide {
  height: auto;
}
.main-page_leisure-services .container .mobile-main-text {
  display: none;
}
@media screen and (max-width: 755px) {
  .main-page_leisure-services .container .mobile-main-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.main-page_leisure-services .container .mobile-main-text h1 {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 755px) {
  .main-page_leisure-services .container .mobile-main-text h1 {
    font-size: 60px;
  }
}
.main-page_leisure-services .container .mobile-main-text a {
  display: inline-flex;
  height: 70px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: var(--Accent-red, #D00);
  color: var(--White, #FFF);
  font-family: "Jura", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 755px) {
  .main-page_leisure-services .container .mobile-main-text a {
    height: 63px;
    padding: 20px 40px;
    font-size: 17px;
  }
}
.main-page_leisure-services .container .mobile-main-text a:hover {
  background: #ff1a1a;
}
@media screen and (max-width: 480px) {
  .main-page_leisure-services .container .mobile-main-text a {
    width: 100% !important;
  }
}
.main-page_leisure-services .container .boxes {
  display: flex;
  align-items: stretch !important;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 755px) {
  .main-page_leisure-services .container .boxes {
    display: flex;
    flex-wrap: nowrap;
  }
}
.main-page_leisure-services .container .boxes .box {
  position: relative;
  transition: all 0.3s ease;
  flex: 0 0 auto;
  width: calc(25% - 7.5px);
}
.main-page_leisure-services .container .boxes .box:nth-child(1) {
  width: calc(30% - 6.6666666667px);
}
@media screen and (max-width: 755px) {
  .main-page_leisure-services .container .boxes .box:nth-child(1) {
    display: none !important;
  }
}
.main-page_leisure-services .container .boxes .box:nth-child(1) h1 {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  margin: 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(1) a {
  display: inline-flex;
  height: 70px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: var(--Accent-red, #D00);
  color: var(--White, #FFF);
  font-family: "Jura", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-page_leisure-services .container .boxes .box:nth-child(1) a:hover {
  background: #FF0F0F;
}
.main-page_leisure-services .container .boxes .box:nth-child(2) {
  background-image: url(../imgs/leisure-section-image1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(25% - 6.6666666667px);
  padding: 400px 30px 30px 30px;
  border: 1px solid var(--line-red, #470601);
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.main-page_leisure-services .container .boxes .box:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
  z-index: 1;
}
.main-page_leisure-services .container .boxes .box:nth-child(2):hover:before {
  background: none;
}
.main-page_leisure-services .container .boxes .box:nth-child(2) h2,
.main-page_leisure-services .container .boxes .box:nth-child(2) p {
  position: relative;
  z-index: 2;
}
.main-page_leisure-services .container .boxes .box:nth-child(2) h2 {
  align-self: stretch;
  font-family: "Agency FB Cyrillic", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(2) p {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(3) {
  background-image: url(../imgs/leisure-section-image2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(45% - 6.6666666667px);
  padding: 380px 30px 30px 30px;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .main-page_leisure-services .container .boxes .box:nth-child(3) {
    padding: 400px 30px 30px 30px;
  }
}
@media screen and (min-width: 1700px) {
  .main-page_leisure-services .container .boxes .box:nth-child(3) {
    padding: 400px 30px 30px 30px;
  }
}
@media screen and (min-width: 1800px) {
  .main-page_leisure-services .container .boxes .box:nth-child(3) {
    padding: 400px 30px 30px 30px;
  }
}
.main-page_leisure-services .container .boxes .box:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
  z-index: 1;
}
.main-page_leisure-services .container .boxes .box:nth-child(3):hover:before {
  background: none;
}
.main-page_leisure-services .container .boxes .box:nth-child(3) h2,
.main-page_leisure-services .container .boxes .box:nth-child(3) p {
  position: relative;
  z-index: 2;
}
.main-page_leisure-services .container .boxes .box:nth-child(3) h2 {
  align-self: stretch;
  font-family: "Agency FB Cyrillic", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(3) p {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(4) {
  background-image: url(../imgs/leisure-section-image3.png);
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: center;
  height: 500px;
  padding: 0 20px;
  border: 1px solid var(--line-red, #470601);
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.main-page_leisure-services .container .boxes .box:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
  z-index: 1;
}
.main-page_leisure-services .container .boxes .box:nth-child(4):hover:before {
  background: none;
}
.main-page_leisure-services .container .boxes .box:nth-child(4) h2,
.main-page_leisure-services .container .boxes .box:nth-child(4) p {
  position: relative;
  z-index: 2;
}
.main-page_leisure-services .container .boxes .box:nth-child(4) h2 {
  align-self: stretch;
  font-family: "Agency FB Cyrillic", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(4) p {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(5) {
  background-image: url(../imgs/leisure-section-image4.png);
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: center;
  height: 500px;
  padding: 0 20px;
  border: 1px solid var(--line-red, #470601);
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.main-page_leisure-services .container .boxes .box:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
  z-index: 1;
}
.main-page_leisure-services .container .boxes .box:nth-child(5):hover:before {
  background: none;
}
.main-page_leisure-services .container .boxes .box:nth-child(5) h2,
.main-page_leisure-services .container .boxes .box:nth-child(5) p {
  position: relative;
  z-index: 2;
}
.main-page_leisure-services .container .boxes .box:nth-child(5) h2 {
  align-self: stretch;
  font-family: "Agency FB Cyrillic", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(5) p {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(6) {
  background-image: url(../imgs/leisure-section-image5.png);
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: center;
  height: 500px;
  padding: 0 20px;
  border: 1px solid var(--line-red, #470601);
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.main-page_leisure-services .container .boxes .box:nth-child(6)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
  z-index: 1;
}
.main-page_leisure-services .container .boxes .box:nth-child(6):hover:before {
  background: none;
}
.main-page_leisure-services .container .boxes .box:nth-child(6) h2,
.main-page_leisure-services .container .boxes .box:nth-child(6) p {
  position: relative;
  z-index: 2;
}
.main-page_leisure-services .container .boxes .box:nth-child(6) h2 {
  align-self: stretch;
  font-family: "Agency FB Cyrillic", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(6) p {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(7) {
  background-image: url(../imgs/leisure-section-image6.png);
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: center;
  width: calc(25% - 10px);
  height: 500px;
  padding: 0 20px;
  border: 1px solid var(--line-red, #470601);
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.main-page_leisure-services .container .boxes .box:nth-child(7)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
  z-index: 1;
}
.main-page_leisure-services .container .boxes .box:nth-child(7):hover:before {
  background: none;
}
.main-page_leisure-services .container .boxes .box:nth-child(7) h2,
.main-page_leisure-services .container .boxes .box:nth-child(7) p {
  position: relative;
  z-index: 2;
}
.main-page_leisure-services .container .boxes .box:nth-child(7) h2 {
  align-self: stretch;
  font-family: "Agency FB Cyrillic", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.main-page_leisure-services .container .boxes .box:nth-child(7) p {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

/* TABLET RESPONSIVE - 1024px */
@media (max-width: 1024px) {
  .main-page_leisure-services {
    padding: 80px 0;
  }
  .main-page_leisure-services .container .boxes {
    gap: 15px;
    justify-content: space-between;
  }
  .main-page_leisure-services .container .boxes .box {
    width: 48%;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(1) h1 {
    font-size: 60px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(1) button {
    height: 60px;
    padding: 15px 35px;
    font-size: 17px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2) {
    width: calc(50% - 7.5px);
    margin-left: 0;
    padding: 300px 25px 25px 25px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2) h2 {
    font-size: 38px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2) p {
    font-size: 15px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(3) {
    width: calc(50% - 7.5px);
    padding: 300px 25px 25px 25px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(3) h2 {
    font-size: 38px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(3) p {
    font-size: 15px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4), .main-page_leisure-services .container .boxes .box:nth-child(5), .main-page_leisure-services .container .boxes .box:nth-child(6), .main-page_leisure-services .container .boxes .box:nth-child(7) {
    width: calc(50% - 7.5px);
    height: 400px;
    padding: 0 15px 25px 15px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4) h2, .main-page_leisure-services .container .boxes .box:nth-child(5) h2, .main-page_leisure-services .container .boxes .box:nth-child(6) h2, .main-page_leisure-services .container .boxes .box:nth-child(7) h2 {
    font-size: 35px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4) p, .main-page_leisure-services .container .boxes .box:nth-child(5) p, .main-page_leisure-services .container .boxes .box:nth-child(6) p, .main-page_leisure-services .container .boxes .box:nth-child(7) p {
    font-size: 14px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(6) h2 {
    font-size: 28px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2), .main-page_leisure-services .container .boxes .box:nth-child(3) {
    padding: 250px 20px 20px 20px;
    margin-left: 0;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2) h2, .main-page_leisure-services .container .boxes .box:nth-child(3) h2 {
    font-size: 28px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2) p, .main-page_leisure-services .container .boxes .box:nth-child(3) p {
    font-size: 14px;
    line-height: 1.3;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4), .main-page_leisure-services .container .boxes .box:nth-child(5), .main-page_leisure-services .container .boxes .box:nth-child(6), .main-page_leisure-services .container .boxes .box:nth-child(7) {
    height: 350px;
    padding: 0 15px 20px 15px;
    background-size: cover;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4) h2, .main-page_leisure-services .container .boxes .box:nth-child(5) h2, .main-page_leisure-services .container .boxes .box:nth-child(6) h2, .main-page_leisure-services .container .boxes .box:nth-child(7) h2 {
    font-size: 24px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4) p, .main-page_leisure-services .container .boxes .box:nth-child(5) p, .main-page_leisure-services .container .boxes .box:nth-child(6) p, .main-page_leisure-services .container .boxes .box:nth-child(7) p {
    font-size: 13px;
    line-height: 1.3;
  }
}
/* MOBILE RESPONSIVE - 768px */
@media (max-width: 768px) {
  .main-page_leisure-services {
    padding: 50px 0;
  }
  .main-page_leisure-services .container .boxes {
    gap: 15px;
    padding-bottom: 10px;
  }
  .main-page_leisure-services .container .boxes .box {
    flex-shrink: 0;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(1) {
    display: flex;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2), .main-page_leisure-services .container .boxes .box:nth-child(3) {
    width: 360px;
    padding: 250px 20px 20px 20px;
    margin-left: 0;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2) h2, .main-page_leisure-services .container .boxes .box:nth-child(3) h2 {
    font-size: 28px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2) p, .main-page_leisure-services .container .boxes .box:nth-child(3) p {
    font-size: 14px;
    line-height: 1.3;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4), .main-page_leisure-services .container .boxes .box:nth-child(5), .main-page_leisure-services .container .boxes .box:nth-child(6), .main-page_leisure-services .container .boxes .box:nth-child(7) {
    width: 360px;
    height: 350px;
    padding: 0 15px 20px 15px;
    background-size: cover;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4) h2, .main-page_leisure-services .container .boxes .box:nth-child(5) h2, .main-page_leisure-services .container .boxes .box:nth-child(6) h2, .main-page_leisure-services .container .boxes .box:nth-child(7) h2 {
    font-size: 24px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4) p, .main-page_leisure-services .container .boxes .box:nth-child(5) p, .main-page_leisure-services .container .boxes .box:nth-child(6) p, .main-page_leisure-services .container .boxes .box:nth-child(7) p {
    font-size: 13px;
    line-height: 1.3;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(6) h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 755px) {
  .main-page_leisure-services .container .boxes {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
  }
  .main-page_leisure-services .container .boxes.swiper {
    overflow: visible;
  }
  .main-page_leisure-services .container .boxes.swiper .swiper-wrapper {
    display: flex;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2) {
    order: 2;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(3) {
    order: 1;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4) {
    order: 3;
    height: 400px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(5) {
    order: 4;
    height: 400px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(6) {
    order: 5;
    height: 400px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(7) {
    order: 6;
    height: 400px;
  }
}
/* SMALL MOBILE - 480px */
@media (max-width: 480px) {
  .main-page_leisure-services {
    padding: 30px 0;
  }
  .main-page_leisure-services .container .mobile-main-text h1 {
    font-size: 45px;
  }
  .main-page_leisure-services .container .mobile-main-text button {
    width: 100%;
  }
  .main-page_leisure-services .container .boxes .box h2 {
    font-size: 30px;
  }
  .main-page_leisure-services .container .boxes .box p {
    font-size: 17px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(2), .main-page_leisure-services .container .boxes .box:nth-child(3) {
    width: 280px;
    padding: 200px 15px 15px 15px;
  }
  .main-page_leisure-services .container .boxes .box:nth-child(4), .main-page_leisure-services .container .boxes .box:nth-child(5), .main-page_leisure-services .container .boxes .box:nth-child(6), .main-page_leisure-services .container .boxes .box:nth-child(7) {
    width: 250px;
    height: 331px;
    padding: 0 12px 15px 12px;
  }
}
.gallery-section {
  position: relative;
  min-height: 250vh;
  background: var(--Black, #130B02);
  overflow: visible;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .gallery-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .gallery-section {
    min-height: auto;
    border: 1px solid #000;
    background: var(--Black, #130B02);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 60px;
  }
}

.gallery-bg {
  position: sticky;
  width: 800px;
  height: 800px;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 0;
  cursor: pointer;
}

.gallery {
  position: sticky;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: url("../imgs/main-animation_bg-image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (min-width: 1558px) {
  .gallery {
    scale: 1.1;
    transform: translateX(-45%);
  }
}

.gallery a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-out;
  cursor: pointer;
  transition: transform 0.4s ease-in-out, padding-bottom 0.3s ease;
}
.gallery img.animating {
  padding-bottom: 20px;
}

.mobile-slider {
  display: none;
}

@media (max-width: 1024px) {
  .gallery-section {
    overflow: clip;
  }
  .gallery {
    width: 385px;
    height: 385px;
  }
  .gallery-bg {
    width: 385px;
    height: 385px;
  }
}
/* Mobile Styles */
/* Mobile Styles */
@media (max-width: 480px) {
  .gallery {
    display: none;
  }
  .mobile-slider {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile-slider .swiper {
    width: 95%;
  }
  .mobile-slider .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-slider .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .mobile-slider .swiper .swiper-slide img:hover {
    transform: scale(1.02);
  }
  .mobile-slider .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
  }
  .mobile-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00bfff;
  }
  .mobile-slider .swiper .swiper-button-next,
  .mobile-slider .swiper .swiper-button-prev {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }
  .mobile-slider .swiper .swiper-button-next:after,
  .mobile-slider .swiper .swiper-button-prev:after {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .main-page_testimonial-section.testimonial-section .testimonial-wrapper {
    grid-template-columns: 1fr !important;
    gap: 50px !important;
  }
  .main-page_testimonial-section.testimonial-section .testimonial-wrapper .left-content h1 {
    width: 600px;
    font-size: 40px;
  }
  .main-page_testimonial-section.testimonial-section .testimonial-wrapper .title {
    font-size: 36px;
  }
  .main-page_testimonial-section.testimonial-section .testimonial-wrapper .slider-controls {
    justify-content: center !important;
    margin-top: 20px !important;
  }
  .main-page_testimonial-section.testimonial-section .testimonial-wrapper .testimonial-slider {
    height: 350px !important;
  }
}
@media (max-width: 768px) {
  .main-page_testimonial-section.testimonial-section .testimonial-wrapper {
    margin-left: -40px;
  }
  .main-page_testimonial-section.testimonial-section .left-content {
    margin-left: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-page_testimonial-section.testimonial-section .left-content h1 {
    font-size: 30px;
    text-align: start;
    margin-bottom: 20px;
  }
  .main-page_testimonial-section.testimonial-section .left-content button {
    font-size: 16px !important;
  }
  .main-page_testimonial-section.testimonial-section .left-content .testimonial-slider {
    padding: 30px 25px;
    height: 320px;
  }
  .main-page_testimonial-section.testimonial-section .left-content .testimonial-slider .testimonial-item {
    top: 30px;
    left: 25px;
    right: 25px;
    bottom: 30px;
  }
  .main-page_testimonial-section.testimonial-section .left-content .testimonial-slider .testimonial-text {
    font-size: 15px;
  }
  .main-page_testimonial-section.testimonial-section .left-content .cta-button {
    padding: 14px 28px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .main-page_testimonial-section.testimonial-section .title {
    font-size: 24px;
  }
  .main-page_testimonial-section.testimonial-section .testimonial-slider {
    padding: 25px 20px;
    height: 300px;
  }
  .main-page_testimonial-section.testimonial-section .testimonial-slider .testimonial-item {
    top: 25px;
    left: 20px;
    right: 20px;
    bottom: 25px;
  }
  .main-page_testimonial-section.testimonial-section .testimonial-slider .testimonial-avatar {
    width: 50px;
    height: 50px;
  }
  .main-page_testimonial-section.testimonial-section .testimonial-slider .testimonial-info h3 {
    font-size: 16px;
  }
  .main-page_testimonial-section.testimonial-section .testimonial-slider .testimonial-text {
    font-size: 14px;
  }
}
.main-page_testimonial-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main-page_testimonial-section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-page_testimonial-section {
    margin-bottom: 30px;
  }
}
.main-page_testimonial-section.testimonial-section {
  position: relative;
  background: var(--Black, #130B02);
  display: flex;
  align-items: center;
  padding: 0;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 80px;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content {
  z-index: 2;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .title {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .title {
    width: 600px;
    font-size: 30px;
    transform: scale(2);
    padding-left: 140px;
    margin-top: -40px;
  }
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .cta-button {
  display: inline-flex;
  height: 70px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: var(--Accent-red, #D00);
  border: none;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  margin-top: 20px;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .cta-button:hover {
  background: #FF0F0F;
}
@media screen and (max-width: 768px) {
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .cta-button {
    margin-left: -50px;
  }
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content {
  position: relative;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider {
  position: relative;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  height: 400px;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item.active {
  opacity: 1;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-avatar {
  display: flex;
  width: 74px;
  height: 74px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  padding: 3px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid var(--Dark-red, #9D0300);
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-info h3 {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 49.5px */
  text-transform: uppercase;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-info p {
  color: var(--White, #FFF);
  /* Desktop/menu */
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators .indicator {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators .indicator.active {
  background: #e31e24;
  transform: scale(1.2);
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn {
  width: 50px;
  height: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: transparent;
  border: 1px solid gray;
  color: #fff;
  font-size: 35px;
  padding: 0 0 60px 0;
  transform: scaleY(0.9);
  margin: 0 5px;
  transition: all 0.5s ease;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn:hover {
  background: #D00;
  border-color: transparent !important;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn:hover svg path {
  fill: var(--Black, #130B02) !important;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn:focus {
  background: Darkred !important;
  border-color: transparent !important;
}
.main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn:focus svg path {
  fill: var(--Black, #130B02) !important;
}

@media screen and (max-width: 768px) {
  .main-page_testimonial-section .slider-controls .slider-btn {
    margin-top: 80px !important;
  }
  .main-page_testimonial-section .testimonial-slider .testimonial-item .testimonial-text {
    font-size: 18px !important;
  }
  .main-page_testimonial-section .testimonial-header .testimonial-info h3 {
    font-size: 40px !important;
  }
  .main-page_testimonial-section .testimonial-header .testimonial-info p {
    font-size: 16px !important;
  }
  .main-page_testimonial-section .testimonial-avatar {
    width: 74px !important;
    height: 74px !important;
    flex-shrink: 0;
    display: flex;
    padding: 3px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Dark-red, #9D0300);
  }
  .main-page_testimonial-section .testimonial-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 740px) {
  .main-page_testimonial-section.testimonial-section {
    min-height: auto !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    margin-left: 0 !important;
    min-height: auto !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content {
    display: block !important;
    z-index: 2;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .title {
    width: auto !important;
    font-size: 50px !important;
    transform: none !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    line-height: 100% !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .cta-button {
    margin-left: 0 !important;
    width: 100%;
    max-width: 320px;
    height: 50px !important;
    padding: 15px 20px !important;
    font-size: 12px !important;
    margin-top: 15px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content {
    position: relative;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider {
    position: relative;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 25px 20px 60px 20px !important;
    height: auto !important;
    min-height: 320px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 0;
    display: none;
    transform: none !important;
    transition: opacity 0.6s ease;
    flex-direction: column;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item.active {
    opacity: 1;
    display: flex;
    transform: none !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-info {
    flex: 1;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-info h3 {
    color: var(--White, #FFF);
    font-family: "Agency FB Cyrillic";
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-info p {
    color: var(--White, #FFF);
    font-family: Jura;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    opacity: 0.8;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px !important;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators .indicator {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators .indicator.active {
    background: #e31e24;
    transform: scale(1.2);
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls {
    text-align: start !important;
    position: static !important;
    transform: none !important;
    justify-content: space-between !important;
    display: flex;
    margin: 0 auto;
    align-items: center;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn {
    width: 35px !important;
    height: 35px !important;
    margin: 0 30px !important;
    background: transparent;
    padding: 0 10px !important;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn:nth-child(2) {
    scale: 1.4;
    text-align: end;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn:nth-child(1) {
    scale: 1.4;
    text-align: end;
    margin-left: 300px;
  }
}
@media (max-width: 600px) {
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper {
    gap: 25px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .title {
    font-size: 32px !important;
    margin-bottom: 18px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .cta-button {
    height: 48px !important;
    max-width: 300px;
    font-size: 15px !important;
    padding: 12px 18px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider {
    padding: 20px 15px 55px 15px !important;
    min-height: 300px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header {
    gap: 12px;
    margin-bottom: 18px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-avatar {
    width: 50px !important;
    height: 50px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-info h3 {
    font-size: 20px !important;
    margin-bottom: 4px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-info p {
    font-size: 13px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-text {
    font-size: 13px !important;
    line-height: 1.4;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators {
    bottom: -30px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators .indicator {
    width: 5px;
    height: 5px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls {
    margin-top: 20px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn {
    width: 35px !important;
    height: 35px !important;
    margin: 0 6px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn svg {
    width: 8px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper {
    gap: 20px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content {
    margin-left: 10px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .title {
    font-size: 60px !important;
    margin-bottom: 15px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .left-content .cta-button {
    display: flex !important;
    max-width: 100% !important;
    height: 70px !important;
    padding: 20px 40px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
    font-size: 18px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider {
    padding: 18px 12px 50px 0px !important;
    min-height: 280px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header {
    gap: 10px;
    margin-bottom: 15px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-avatar {
    width: 54px !important;
    height: 54px !important;
    flex-shrink: 0 !important;
    aspect-ratio: 1/1 !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-info h3 {
    font-size: 30px !important;
    margin-bottom: 4px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-header .testimonial-info p {
    font-size: 16px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .testimonial-item .testimonial-text {
    font-size: 17px !important;
    line-height: 1.3;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators {
    bottom: -25px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .testimonial-slider .slider-indicators .indicator {
    width: 4px;
    height: 4px;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls {
    margin-top: 18px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn {
    width: 32px !important;
    height: 32px !important;
    margin: 0 5px !important;
  }
  .main-page_testimonial-section.testimonial-section .container .testimonial-wrapper .right-content .slider-controls .slider-btn svg {
    width: 7px;
    height: 14px;
  }
}
.total-recall-footer-wrapper {
  overflow: hidden;
}
.total-recall-footer-wrapper .footer {
  background: var(--Black, #130B02);
  position: relative;
  padding: 120px 0 80px;
}
@media screen and (max-width: 768px) {
  .total-recall-footer-wrapper .footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .total-recall-footer-wrapper .footer {
    padding-top: 30px;
  }
}
.total-recall-footer-wrapper .footer .mobile-menu {
  display: none;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid var(--line-red, #470601);
  border-bottom: 2px solid var(--line-red, #470601);
  background: var(--line-red, #470601);
  margin-bottom: 30px;
  height: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .total-recall-footer-wrapper .footer .mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .total-recall-footer-wrapper .footer .mobile-menu {
    display: none;
  }
}
.total-recall-footer-wrapper .footer .mobile-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-recall-footer-wrapper .footer .mobile-menu ul a {
  color: var(--White, #FFF);
  /* Tablet/menu */
  font-family: Jura;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  color: white;
}
.total-recall-footer-wrapper .footer .container {
  position: relative;
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .footer .container {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .total-recall-footer-wrapper .footer .container {
    padding: 0 15px;
  }
}
.total-recall-footer-wrapper .footer .container .footer_big_logo {
  position: absolute;
  right: -90px;
  bottom: -185px;
  max-width: 700px;
  z-index: 1;
}
@media (max-width: 1559px) {
  .total-recall-footer-wrapper .footer .container .footer_big_logo {
    max-width: 600px;
  }
}
@media (max-width: 1399px) {
  .total-recall-footer-wrapper .footer .container .footer_big_logo {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .footer .container .footer_big_logo {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .total-recall-footer-wrapper .footer .container .footer_big_logo {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .total-recall-footer-wrapper .footer .container .footer_big_logo {
    max-width: 413px;
    bottom: -209px;
    right: -60px;
  }
}
@media (max-width: 650px) {
  .total-recall-footer-wrapper .footer .container .footer_big_logo {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .total-recall-footer-wrapper .footer .container .footer_big_logo {
    max-width: 320px;
    bottom: -235px;
    right: -30px;
  }
}
@media (max-width: 350px) {
  .total-recall-footer-wrapper .footer .container .footer_big_logo {
    max-width: 260px;
    bottom: -200px;
    right: -50px;
  }
}
.total-recall-footer-wrapper .footer-content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  max-width: calc(100% - 700px);
}
@media (max-width: 1399px) {
  .total-recall-footer-wrapper .footer-content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .total-recall-footer-wrapper .footer-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .total-recall-footer-wrapper .footer-content {
    flex-direction: column;
  }
}
.total-recall-footer-wrapper .footer-section {
  flex: 1;
  min-width: 250px;
}
.total-recall-footer-wrapper .footer-section:last-child {
  min-width: 300px;
  max-width: none;
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .footer-section {
    min-width: calc(50% - 20px);
  }
  .total-recall-footer-wrapper .footer-section:first-child {
    display: none;
  }
  .total-recall-footer-wrapper .footer-section:last-child {
    min-width: 100%;
    max-width: 400px;
  }
}
.total-recall-footer-wrapper .footer-section h3 {
  align-self: stretch;
  color: var(--Yellow, #FF9122);
  font-family: "Agency FB Cyrillic";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .total-recall-footer-wrapper .footer-section h3 {
    font-size: 36px;
    margin-bottom: 26px;
    text-transform: none;
  }
}
.total-recall-footer-wrapper .footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.total-recall-footer-wrapper .footer-section ul li {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .footer-section ul li {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .total-recall-footer-wrapper .footer-section ul li {
    margin-bottom: 10px;
  }
}
.total-recall-footer-wrapper .footer-section ul li a {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .footer-section ul li a {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .total-recall-footer-wrapper .footer-section ul li a {
    font-size: 12px;
  }
}
.total-recall-footer-wrapper .footer-section ul li a:hover, .total-recall-footer-wrapper .footer-section ul li a:focus {
  color: #ff8c42;
  transform: translateX(5px);
}
.total-recall-footer-wrapper .contact-info {
  color: #cccccc;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .contact-info {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .total-recall-footer-wrapper .contact-info {
    font-size: 12px;
  }
}
.total-recall-footer-wrapper .contact-info .phone {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .total-recall-footer-wrapper .contact-info .phone {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .total-recall-footer-wrapper .contact-info .phone {
    font-size: 22px;
  }
}
.total-recall-footer-wrapper .contact-info .phone_description {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.total-recall-footer-wrapper .contact-info .email {
  font-family: Jura;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  margin: 20px 0;
  display: block;
  color: #FFFFFF;
  outline: none !important;
}
.total-recall-footer-wrapper .social-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .social-buttons {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .total-recall-footer-wrapper .social-buttons {
    gap: 8px;
  }
}
.total-recall-footer-wrapper .social-btn {
  display: flex;
  height: 60px;
  padding: 5px 20px 5px 5px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border: 2px solid var(--White, #FFF);
  color: var(--White, #FFF);
  font-family: "Jura";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  transition: all 0.3s ease;
}
.total-recall-footer-wrapper .social-btn:hover {
  background: var(--White, #FFF);
  color: var(--Black, #130B02);
}
@media screen and (max-width: 768px) {
  .total-recall-footer-wrapper .social-btn {
    width: 313px;
    font-size: 18px;
    letter-spacing: 0.36px;
    padding: 5px 20px 5px 3px;
  }
}
@media screen and (max-width: 480px) {
  .total-recall-footer-wrapper .social-btn {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.total-recall-footer-wrapper .social-btn svg {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
}
.total-recall-footer-wrapper .subscription-form {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .subscription-form {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .total-recall-footer-wrapper .subscription-form {
    width: 100%;
    max-width: 100%;
  }
}
.total-recall-footer-wrapper .subscription-form .email-input {
  display: flex;
  width: 305px;
  padding: 10px 0 20px 0;
  align-items: center;
  gap: 10px;
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFF;
  margin-bottom: 30px;
  color: white;
  outline: none;
  padding-top: 0 !important;
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .subscription-form .email-input {
    padding: 12px 0;
    margin-bottom: 18px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .total-recall-footer-wrapper .subscription-form .email-input {
    width: 220px;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .total-recall-footer-wrapper .subscription-form .email-input {
    width: 100%;
    font-size: 18px;
  }
}
.total-recall-footer-wrapper .subscription-form .email-input::-moz-placeholder {
  color: white;
}
.total-recall-footer-wrapper .subscription-form .email-input::placeholder {
  color: white;
}
.total-recall-footer-wrapper .subscription-form .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 12px;
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .subscription-form .checkbox-wrapper {
    margin-bottom: 20px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .total-recall-footer-wrapper .subscription-form .checkbox-wrapper {
    margin-bottom: 18px;
    gap: 8px;
  }
}
@media (max-width: 500px) {
  .total-recall-footer-wrapper .subscription-form .checkbox-wrapper {
    gap: 15px;
    align-items: center;
  }
}
.total-recall-footer-wrapper .subscription-form .checkbox-wrapper .custom-checkbox {
  appearance: none;
  /* Default style'ni olib tashlash */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 34px;
  height: 34px;
  opacity: 1;
  gap: 10px;
  border-radius: 2px;
  border-width: 1px;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 2px solid white;
}
.total-recall-footer-wrapper .subscription-form .checkbox-wrapper .custom-checkbox:checked::after {
  content: "";
  width: 14px;
  height: 11px;
  flex-shrink: 0;
  aspect-ratio: 14/11;
  background-image: url(../imgs/done.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 17px;
  font-weight: bold;
}
.total-recall-footer-wrapper .subscription-form .checkbox-wrapper .checkbox-text {
  font-family: Jura;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
  line-height: 1.4;
}
.total-recall-footer-wrapper .subscription-form .subscribe-btn {
  display: flex;
  width: 305px;
  height: 64px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Yellow, #FF9122);
  border: none;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  transition: all 0.3s ease;
}
.total-recall-footer-wrapper .subscription-form .subscribe-btn:hover {
  background: #FFAB57;
}
@media screen and (max-width: 768px) {
  .total-recall-footer-wrapper .subscription-form .subscribe-btn {
    display: flex;
    max-width: 100%;
    height: 64px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 480px) {
  .total-recall-footer-wrapper .subscription-form .subscribe-btn {
    width: 100%;
    margin-bottom: 25px;
  }
}
.total-recall-footer-wrapper .footer-bottom {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: calc(100% - 700px);
}
@media (max-width: 1559px) {
  .total-recall-footer-wrapper .footer-bottom {
    max-width: calc(100% - 600px);
  }
}
@media (max-width: 1399px) {
  .total-recall-footer-wrapper .footer-bottom {
    max-width: calc(100% - 500px);
  }
}
@media (max-width: 1199px) {
  .total-recall-footer-wrapper .footer-bottom {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .total-recall-footer-wrapper .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 5px;
    margin-top: 100px;
  }
}
@media (max-width: 500px) {
  .total-recall-footer-wrapper .footer-bottom {
    margin-top: 0;
    font-size: 46px;
    margin-bottom: 80px !important;
  }
}
.total-recall-footer-wrapper .footer-bottom .copyright {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 480px) {
  .total-recall-footer-wrapper .footer-bottom .copyright {
    font-size: 16px;
  }
}
.total-recall-footer-wrapper .footer-bottom .privacy-policy {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 768px) {
  .total-recall-footer-wrapper .footer-bottom .privacy-policy {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 480px) {
  .total-recall-footer-wrapper .footer-bottom .privacy-policy {
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 320px) {
  .total-recall-footer-wrapper .footer-content {
    gap: 20px;
  }
  .total-recall-footer-wrapper .social-btn {
    min-width: 120px;
    font-size: 10px;
    padding: 6px 10px;
  }
}

.booking-page_about {
  width: 100%;
  background: var(--Black, #130B02);
  margin-bottom: 120px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .booking-page_about {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .booking-page_about {
    margin-bottom: 32px;
  }
}
.booking-page_about .hotel-booking-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px !important;
}
.booking-page_about .hotel-booking-wrapper .booking-card {
  width: calc(50% - 20px);
  background: transparent;
  border: 2px solid var(--line-red, #470601);
  overflow: hidden;
  position: relative;
}
.booking-page_about .hotel-booking-wrapper .booking-card .image-slider {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.booking-page_about .hotel-booking-wrapper .booking-card .image-slider .slider-container {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}
.booking-page_about .hotel-booking-wrapper .booking-card .image-slider .slider-container .slide {
  min-width: 100%;
  height: 103%;
}
.booking-page_about .hotel-booking-wrapper .booking-card .image-slider .slider-container .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper-button-prev:after,
.booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper-button-next:after {
  display: none;
}
.booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper_btn {
  width: 50px;
  height: 50px;
  z-index: 999;
  border: 2px solid #DD0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper_btn svg {
  width: 11.667px;
  height: 21.667px;
  flex-shrink: 0;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content {
  color: white;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content {
    padding-bottom: 16px;
  }
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .item {
  padding: 0px 40px 30px 40px;
}
@media screen and (max-width: 480px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .item {
    padding: 0px 20px 16px 20px;
  }
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .item2 {
  padding: 10px 40px 0 40px;
  border-top: 2px solid var(--line-red, #470601);
}
@media screen and (max-width: 480px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .item2 {
    padding: 10px 20px 16px 20px;
  }
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item {
  width: 100%;
  padding: 16px 25px;
  background: var(--Light-red, #FE6148);
  margin-bottom: 30px;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item span {
  color: var(--Black, #130B02);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 60px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
    font-size: 40px !important;
    line-height: 135% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
    font-size: 36px !important;
    line-height: 125% !important;
  }
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .about-link {
  color: var(--Yellow, #FF9122);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .about-link:hover {
  color: #FFAB57;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .about-link:hover svg {
  stroke: #FFAB57;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #999;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item span {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item .info-icon {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules {
  margin-bottom: 30px !important;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-title {
  align-self: stretch;
  color: var(--Gray, #756E67);
  font-family: "Agency FB Cyrillic";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #999;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item svg {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info {
  display: flex;
  flex-direction: column;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .price {
  color: var(--White, #FFF);
  font-family: "Jura";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .duration {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .book-btn {
  display: flex;
  padding: 30px 75px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Accent-red, #D00);
  border: none;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .book-btn:hover {
  background: #FF0F0F;
}
@media (max-width: 1100px) {
  .booking-page_about {
    padding: 15px 0;
  }
  .booking-page_about .hotel-booking-wrapper {
    gap: 20px;
    justify-content: center;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card {
    width: calc(50% - 10px);
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider {
    height: 280px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper_btn {
    width: 45px;
    height: 45px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item {
    padding: 14px 20px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item span {
    font-size: 17px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
    font-size: 50px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .about-link {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info {
    gap: 25px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item span {
    font-size: 17px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item svg {
    width: 28px;
    height: 28px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules {
    margin-bottom: 25px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-title {
    font-size: 30px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item {
    gap: 10px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item svg {
    width: 28px;
    height: 28px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item span {
    font-size: 13px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .price {
    font-size: 45px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .duration {
    font-size: 18px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .book-btn {
    padding: 25px 60px;
    font-size: 17px;
  }
}
@media (max-width: 900px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
    font-size: 45px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-title {
    font-size: 28px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item span {
    font-size: 12px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .book-btn {
    padding: 20px 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .booking-page_about .hotel-booking-wrapper {
    flex-direction: column;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card {
    width: 100%;
    max-width: 600px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider {
    height: 250px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper_btn {
    width: 40px;
    height: 40px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper_btn svg {
    width: 10px;
    height: 18px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item {
    padding: 12px 16px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item span {
    font-size: 16px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text {
    align-items: center;
    gap: 15px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
    font-size: 40px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .about-link {
    margin-bottom: 0;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info {
    gap: 20px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item span {
    font-size: 16px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item svg {
    width: 26px;
    height: 26px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-title {
    font-size: 30px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item {
    gap: 8px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item svg {
    width: 26px;
    height: 26px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item span {
    font-size: 14px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .price {
    font-size: 40px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .duration {
    font-size: 17px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .book-btn {
    width: 100%;
    padding: 20px 40px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider {
    height: 220px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
    font-size: 35px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-title {
    font-size: 24px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .price {
    font-size: 36px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .duration {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider {
    height: 200px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper_btn {
    width: 35px;
    height: 35px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper_btn svg {
    width: 8px;
    height: 16px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item {
    padding: 10px 12px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item span {
    font-size: 15px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
    font-size: 30px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .about-link {
    font-size: 12px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item span {
    font-size: 15px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item svg {
    width: 24px;
    height: 24px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-title {
    font-size: 22px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list {
    gap: 12px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item svg {
    width: 24px;
    height: 24px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item span {
    font-size: 13px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .price {
    font-size: 32px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .duration {
    font-size: 15px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .book-btn {
    padding: 18px 30px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider {
    height: 180px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
    font-size: 26px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-title {
    font-size: 20px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .price {
    font-size: 28px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .duration {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider {
    height: 160px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper_btn {
    width: 30px;
    height: 30px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .image-slider .swiper_btn svg {
    width: 6px;
    height: 14px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item {
    padding: 8px 10px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .img-item span {
    font-size: 14px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .card-title {
    font-size: 24px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .main-text .about-link {
    font-size: 11px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item span {
    font-size: 14px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .card-info .info-item svg {
    width: 22px;
    height: 22px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-title {
    font-size: 18px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list {
    gap: 10px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item svg {
    width: 22px;
    height: 22px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-rules .rules-list .rule-item span {
    font-size: 12px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer {
    gap: 15px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .price {
    font-size: 26px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .price-info .duration {
    font-size: 13px;
  }
  .booking-page_about .hotel-booking-wrapper .booking-card .card-content .booking-footer .book-btn {
    padding: 15px 25px;
    font-size: 15px;
  }
}

.booking2-page_about {
  background: var(--Black, #130B02);
  color: white;
}
@media screen and (max-width: 769px) {
  .booking2-page_about .main_services-section {
    order: 2;
  }
}
.booking2-page_about .services-section {
  padding-top: 40px;
  gap: 30px;
  border: 2px solid var(--Dark-red, #9D0300);
}
.booking2-page_about .services-section .services-header .services-title {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  padding: 0 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .booking2-page_about .services-section .services-header .services-title {
    font-size: 40px !important;
    line-height: 135%;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .services-header .services-title {
    font-size: 36px !important;
    line-height: 125% !important;
  }
}
.booking2-page_about .services-section .nav-pills {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 40px;
}
.booking2-page_about .services-section .nav-pills .nav-link {
  display: flex;
  padding: 12px 24px;
  height: auto !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--White, #FFF);
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  border-radius: none;
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .nav-pills .nav-link {
    font-size: 18px !important;
    letter-spacing: 0.36px !important;
  }
}
.booking2-page_about .services-section .nav-pills .nav-link.active {
  border: 2px solid var(--White, #FFF);
  background: var(--White, #FFF);
  color: var(--Accent-red, #D00);
}
.booking2-page_about .services-section .service-card {
  display: flex;
  padding: 20px;
  align-items: flex-start;
  gap: 40px;
  border-top: 2px solid var(--Dark-red, #9D0300);
  border-bottom: 2px solid var(--Dark-red, #9D0300);
  margin-top: 30px;
}
.booking2-page_about .services-section .service-card .main_calculation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.booking2-page_about .services-section .service-card .main_calculation .main-calc_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.booking2-page_about .services-section .service-card .service-image {
  width: 250px;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.booking2-page_about .services-section .service-card .services_item {
  display: flex;
  align-items: start;
  gap: 16px;
}
.booking2-page_about .services-section .service-card .services_item.services_item2 {
  width: 100%;
  flex-wrap: nowrap;
}
.booking2-page_about .services-section .service-card .services_item .text1 {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .services-section .service-card .services_item .text1 {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .service-card .services_item .text1 {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .services-section .service-card .services_item .text2 {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-left: 77px;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .services-section .service-card .services_item .text2 {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 130% !important;
    padding-left: 0 !important;
    display: block;
    justify-content: end;
    margin-left: 45px;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .service-card .services_item .text2 {
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .services-section .service-card .service-name {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 135% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .service-card .service-name {
    color: var(--White, #FFF) !important;
    font-family: "Agency FB Cyrillic";
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 135% !important;
  }
}
.booking2-page_about .services-section .service-card .service-duration {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .services-section .service-card .service-duration {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .service-card .service-duration {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .services-section .service-card .service-duration span {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .services-section .service-card .service-duration span {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .service-card .service-duration span {
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .services-section .service-card .service-capacity {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .services-section .service-card .service-capacity {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .service-card .service-capacity {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .services-section .service-card .service-features {
  list-style: none;
  margin-left: 15px;
  padding: 0 !important;
}
.booking2-page_about .services-section .service-card .service-features li {
  font-size: 19px;
  margin-bottom: 10px;
  position: relative;
  margin-left: 10px;
  list-style: initial;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .services-section .service-card .service-features li {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .service-card .service-features li {
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .services-section .service-card .service-price {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 135% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 135% !important;
  }
}
.booking2-page_about .services-section .service-card .service-unit {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .services-section .service-card .service-unit {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .services-section .service-card .service-unit {
    font-size: 17px !important;
  }
}
.booking2-page_about .services-section .service-card .control-btn {
  width: 50px !important;
  height: 50px !important;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 2px solid #D00;
  background: transparent;
}
.booking2-page_about .services-section .service-card .quantity {
  width: 50px !important;
  height: 50px !important;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 2px solid #D00;
  background: transparent;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 769px) {
  .booking2-page_about .main_booking-section {
    order: 1;
  }
}
.booking2-page_about .booking-section {
  border: 2px solid var(--Dark-red, #9D0300);
  height: -moz-fit-content;
  height: fit-content;
}
.booking2-page_about .booking-section .item {
  padding: 40px !important;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .item {
    padding: 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .item {
    padding: 20px !important;
  }
}
.booking2-page_about .booking-section .booking-title {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .booking-title {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 135% !important;
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .booking-title {
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
}
.booking2-page_about .booking-section .date_item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 !important;
}
.booking2-page_about .booking-section .date-card span {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.booking2-page_about .booking-section .date-card .data-card_item {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.booking2-page_about .booking-section .date-card .data-card_item .date-number {
  color: var(--White, #FFF);
  font-family: Jura !important;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 50px !important;
    line-height: 135% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 36px !important;
    line-height: 135% !important;
  }
}
.booking2-page_about .booking-section .date-card .data-card_item .date-info {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .date-card .data-card_item .date-info {
    font-size: 18px !important;
    line-height: 135% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .date-card .data-card_item .date-info {
    font-size: 17px !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .booking-section .room-selection {
  display: flex;
  height: 92px;
  padding: 10px 40px;
  justify-content: space-between;
  align-items: center;
  background: var(--line-red, #470601);
}
.booking2-page_about .booking-section .room-selection .room-title {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Agency FB Cyrillic";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 36px !important;
    line-height: 110% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 18px !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .booking-section .room-selection .room-occupancy {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.booking2-page_about .booking-section .cost-breakdown {
  padding: 35px 40px !important;
  padding-bottom: 0 !important;
}
.booking2-page_about .booking-section .cost-breakdown .cost-breakdown_item {
  border-bottom: 1px solid var(--line-red, #470601);
  padding-bottom: 10px;
}
.booking2-page_about .booking-section .cost-breakdown .cost-item {
  font-size: 16px;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .cost-breakdown .cost-item {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .cost-breakdown .cost-item {
    margin-bottom: 12px !important;
  }
}
.booking2-page_about .booking-section .cost-breakdown .cost-item:last-child {
  margin-bottom: 0 !important;
}
.booking2-page_about .booking-section .cost-breakdown .cost-item .cost-label {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Jura;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-label {
    font-size: 22px !important;
    line-height: 120% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-label {
    font-size: 16px !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .booking-section .cost-breakdown .cost-item .cost-value {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Jura;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-value {
    font-size: 22px !important;
    line-height: 120% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-value {
    font-size: 16px !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .booking-section .total-cost {
  display: flex;
  align-items: center;
  padding: 35px 40px !important;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .total-cost {
    padding: 20px 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .total-cost {
    padding: 16px 20px !important;
  }
}
.booking2-page_about .booking-section .total-cost .total-label {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .total-cost .total-label {
    font-size: 22px !important;
    line-height: 120% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .total-cost .total-label {
    font-size: 16px !important;
    line-height: 130% !important;
  }
}
.booking2-page_about .booking-section .total-cost .total-amount {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 50px !important;
    line-height: 135% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 30px !important;
    line-height: 135% !important;
  }
}
.booking2-page_about .booking-section .total-cost .book-btn {
  display: flex;
  width: 327px;
  height: 90px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #FFF);
  background: var(--Accent-red, #D00);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .booking2-page_about .booking-section .total-cost .book-btn {
    display: flex !important;
    width: 327px !important;
    height: auto !important;
    padding: 20px 40px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    transform: none;
    font-size: 19px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking2-page_about .booking-section .total-cost .book-btn {
    width: 100% !important;
    display: flex !important;
    height: 60px !important;
    padding: 20px 40px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    align-self: stretch !important;
    font-size: 19px !important;
  }
}
.booking2-page_about .booking-section .total-cost .book-btn:hover {
  background: #FF0F0F;
}
@media (min-width: 1200.1px) {
  .booking2-page_about .booking-section-sticky {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
  }
  .booking2-page_about .booking-section-bottom-stuck {
    position: absolute !important;
  }
}
.booking2-page_about .animate-scale {
  transform: scale(1.2);
}
.booking2-page_about .animate-total {
  transform: scale(1.05);
}
@media (max-width: 1600px) {
  .booking2-page_about .services-section .services-title {
    font-size: 58px !important;
  }
  .booking2-page_about .services-section .service-card .service-image {
    width: 240px;
    height: 305px;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 48px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 58px;
  }
  .booking2-page_about .services-title {
    font-size: 48px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 48px;
  }
}
@media (max-width: 1500px) {
  .booking2-page_about .services-section .services-title {
    font-size: 55px !important;
    padding: 0 35px;
  }
  .booking2-page_about .services-section .nav-pills {
    padding-left: 35px;
    gap: 18px;
  }
  .booking2-page_about .services-section .nav-pills .nav-link {
    height: 58px;
    padding: 11px 22px;
    font-size: 17px;
  }
  .booking2-page_about .services-section .service-card {
    padding: 18px;
    gap: 35px;
  }
  .booking2-page_about .services-section .service-card .service-image {
    width: 230px;
    height: 295px;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 46px;
  }
  .booking2-page_about .services-section .service-card .service-duration,
  .booking2-page_about .services-section .service-card .service-capacity,
  .booking2-page_about .services-section .service-card .services_item .text1,
  .booking2-page_about .services-section .service-card .services_item .text2 {
    font-size: 18px;
  }
  .booking2-page_about .services-section .service-card .services_item .text2 {
    padding-left: 80px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 55px;
  }
  .booking2-page_about .services-section .service-card .service-unit {
    font-size: 18px;
  }
  .booking2-page_about .services-section .service-card .control-btn,
  .booking2-page_about .services-section .service-card .quantity {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .booking2-page_about .services-title {
    font-size: 46px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 46px;
    padding-left: 28px;
    padding-top: 28px;
  }
  .booking2-page_about .booking-section .date_item {
    padding: 28px;
    gap: 35px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item {
    gap: 14px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 46px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-info {
    font-size: 13px;
  }
  .booking2-page_about .booking-section .room-selection {
    height: 86px;
    padding: 9px 35px;
  }
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 32px;
  }
  .booking2-page_about .booking-section .room-selection .room-occupancy {
    font-size: 18px;
  }
  .booking2-page_about .booking-section .cost-breakdown {
    padding: 28px;
  }
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-label,
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-value {
    font-size: 19px;
  }
  .booking2-page_about .booking-section .total-cost {
    padding: 28px;
    gap: 55px;
  }
  .booking2-page_about .booking-section .total-cost .total-label {
    font-size: 19px;
  }
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .booking2-page_about .services-section .services-title {
    font-size: 52px !important;
    padding: 0 32px;
  }
  .booking2-page_about .services-section .nav-pills {
    padding-left: 32px;
    gap: 16px;
  }
  .booking2-page_about .services-section .nav-pills .nav-link {
    height: 56px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .booking2-page_about .services-section .service-card {
    padding: 16px;
    gap: 32px;
  }
  .booking2-page_about .services-section .service-card .service-image {
    width: 220px;
    height: 280px;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 44px;
  }
  .booking2-page_about .services-section .service-card .service-duration,
  .booking2-page_about .services-section .service-card .service-capacity,
  .booking2-page_about .services-section .service-card .services_item .text1,
  .booking2-page_about .services-section .service-card .services_item .text2 {
    font-size: 17px;
  }
  .booking2-page_about .services-section .service-card .services_item .text2 {
    padding-left: 75px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 52px;
  }
  .booking2-page_about .services-section .service-card .service-unit {
    font-size: 17px;
  }
  .booking2-page_about .services-section .service-card .control-btn,
  .booking2-page_about .services-section .service-card .quantity {
    width: 46px;
    height: 46px;
    font-size: 17px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 44px;
    padding-left: 26px;
    padding-top: 26px;
  }
  .booking2-page_about .booking-section .date_item {
    padding: 26px;
    gap: 32px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 44px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-info {
    font-size: 12px;
  }
  .booking2-page_about .booking-section .room-selection {
    height: 82px;
    padding: 8px 32px;
  }
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 30px;
  }
  .booking2-page_about .booking-section .room-selection .room-occupancy {
    font-size: 17px;
  }
  .booking2-page_about .booking-section .cost-breakdown {
    padding: 26px;
  }
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-label,
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-value {
    font-size: 18px;
  }
  .booking2-page_about .booking-section .total-cost {
    padding: 26px;
    gap: 50px;
  }
  .booking2-page_about .booking-section .total-cost .total-label {
    font-size: 14px;
  }
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 24px;
  }
}
@media (max-width: 1300px) {
  .booking2-page_about .services-section .service-card {
    gap: 30px;
  }
  .booking2-page_about .services-section .service-card .service-image {
    width: 210px;
    height: 265px;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 42px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 50px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 42px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 42px;
  }
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 28px;
  }
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .booking2-page_about .booking-section-sticky,
  .booking2-page_about .booking-section-bottom-stuck {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    z-index: auto !important;
  }
  .booking2-page_about .container .row {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }
  .booking2-page_about .services-section {
    order: 2;
  }
  .booking2-page_about .services-section .services-title {
    font-size: 48px;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
  }
  .booking2-page_about .services-section .nav-pills {
    flex-wrap: wrap;
    gap: 14px;
  }
  .booking2-page_about .services-section .nav-pills .nav-link {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0 !important;
  }
  .booking2-page_about .services-section .service-card {
    gap: 28px;
  }
  .booking2-page_about .services-section .service-card .service-image {
    width: 200px;
    height: 250px;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 40px;
  }
  .booking2-page_about .services-section .service-card .service-duration,
  .booking2-page_about .services-section .service-card .service-capacity,
  .booking2-page_about .services-section .service-card .services_item .text1,
  .booking2-page_about .services-section .service-card .services_item .text2 {
    font-size: 16px;
  }
  .booking2-page_about .services-section .service-card .services_item .text2 {
    padding-left: 70px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 48px;
  }
  .booking2-page_about .services-section .service-card .control-btn,
  .booking2-page_about .services-section .service-card .quantity {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
  .booking2-page_about .booking-section {
    order: 1;
    margin-bottom: 30px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 40px;
  }
  .booking2-page_about .booking-section .total-cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    gap: 20px;
  }
}
@media (max-width: 1025px) {
  .booking2-page_about {
    padding: 35px 0;
  }
  .booking2-page_about .services-section {
    padding-top: 35px;
  }
  .booking2-page_about .services-section .services-title {
    font-size: 44px !important;
    padding: 0 25px;
  }
  .booking2-page_about .services-section .nav-pills {
    padding-left: 25px;
    padding-right: 25px;
  }
  .booking2-page_about .services-section .nav-pills .nav-link {
    height: 52px;
    font-size: 14px;
    min-width: 120px;
  }
  .booking2-page_about .services-section .service-card {
    padding: 15px;
    gap: 25px;
  }
  .booking2-page_about .services-section .service-card .service-image {
    width: 190px;
    height: 235px;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 38px;
  }
  .booking2-page_about .services-section .service-card .service-duration,
  .booking2-page_about .services-section .service-card .service-capacity,
  .booking2-page_about .services-section .service-card .services_item .text1,
  .booking2-page_about .services-section .service-card .services_item .text2 {
    font-size: 15px;
  }
  .booking2-page_about .services-section .service-card .services_item .text2 {
    padding-left: 60px;
  }
  .booking2-page_about .services-section .service-card .service-features li {
    font-size: 13px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 45px;
  }
  .booking2-page_about .services-section .service-card .service-unit {
    font-size: 16px;
    padding-left: 18px;
  }
  .booking2-page_about .services-section .service-card .control-btn,
  .booking2-page_about .services-section .service-card .quantity {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
  .booking2-page_about .services-title {
    font-size: 50px !important;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 50px;
    padding-left: 25px;
    padding-top: 25px;
  }
  .booking2-page_about .booking-section .date_item {
    padding: 25px;
    gap: 28px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 40px;
  }
  .booking2-page_about .booking-section .room-selection {
    height: 78px;
  }
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 26px;
  }
  .booking2-page_about .booking-section .room-selection .room-occupancy {
    font-size: 16px;
  }
  .booking2-page_about .booking-section .cost-breakdown {
    padding: 25px;
  }
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-label,
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-value {
    font-size: 17px;
  }
  .booking2-page_about .booking-section .total-cost {
    padding: 25px;
  }
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .booking2-page_about .services-section .service-card {
    width: 100%;
    height: 440px;
    position: relative;
  }
  .booking2-page_about .services-section .service-card .service-image {
    width: 195px;
    height: 270px;
    order: -1;
  }
  .booking2-page_about .services-section .service-card .main_calculation {
    width: calc(100% - 20px);
    position: absolute;
    align-items: unset;
    top: 310px;
    left: 10px;
    margin-top: 50px !important;
  }
  .booking2-page_about .services-section .service-card .flex-grow-1 {
    width: 100%;
  }
  .booking2-page_about .services-section .service-card .service-features {
    text-align: left;
    max-width: 400px;
    margin: 15px auto;
  }
}
@media (max-width: 640px) {
  .booking2-page_about .services-section .services-title {
    font-size: 36px !important;
  }
  .booking2-page_about .services-section .nav-pills .nav-link {
    height: 45px;
    font-size: 12px;
    min-width: 90px;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 30px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 38px;
  }
  .booking2-page_about .services-section .service-card .control-btn,
  .booking2-page_about .services-section .service-card .quantity {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 40px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 32px;
  }
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 22px;
  }
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .booking2-page_about {
    padding: 25px 0;
  }
  .booking2-page_about .services-section {
    padding-top: 25px;
  }
  .booking2-page_about .services-section .services-title {
    font-size: 32px !important;
    padding: 0 15px;
  }
  .booking2-page_about .services-section .nav-pills {
    padding-left: 15px;
    padding-right: 15px;
    gap: 8px;
  }
  .booking2-page_about .services-section .nav-pills .nav-link {
    height: 42px;
    padding: 6px 10px;
    font-size: 11px;
    min-width: 80px;
  }
  .booking2-page_about .services-section .service-card {
    padding: 10px;
    gap: 15px;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 26px;
  }
  .booking2-page_about .services-section .service-card .service-duration,
  .booking2-page_about .services-section .service-card .service-capacity,
  .booking2-page_about .services-section .service-card .services_item .text1,
  .booking2-page_about .services-section .service-card .services_item .text2 {
    font-size: 13px;
  }
  .booking2-page_about .services-section .service-card .service-features li {
    font-size: 11px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 34px;
  }
  .booking2-page_about .services-section .service-card .service-unit {
    font-size: 14px;
  }
  .booking2-page_about .services-section .service-card .control-btn,
  .booking2-page_about .services-section .service-card .quantity {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 40px;
    padding: 18px;
  }
  .booking2-page_about .booking-section .date_item {
    padding: 18px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 28px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-info {
    font-size: 11px;
  }
  .booking2-page_about .booking-section .room-selection {
    padding: 12px 25px;
  }
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 20px;
  }
  .booking2-page_about .booking-section .room-selection .room-occupancy {
    font-size: 14px;
  }
  .booking2-page_about .booking-section .cost-breakdown {
    padding: 18px;
  }
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-label,
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-value {
    font-size: 15px;
  }
  .booking2-page_about .booking-section .total-cost {
    padding: 18px;
  }
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .booking2-page_about {
    padding: 20px 0;
  }
  .booking2-page_about .services-section {
    padding-top: 20px;
  }
  .booking2-page_about .services-section .services-title {
    font-size: 28px !important;
    padding: 0 12px;
  }
  .booking2-page_about .services-section .nav-pills {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    display: block;
    flex-direction: column;
  }
  .booking2-page_about .services-section .nav-pills .nav-item {
    margin-bottom: 10px;
  }
  .booking2-page_about .services-section .nav-pills .nav-link {
    height: 40px;
    padding: 5px 8px;
    font-size: 10px;
    min-width: 70px;
  }
  .booking2-page_about .services-section .service-card {
    height: 650px;
    padding: 20px;
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
  .booking2-page_about .services-section .service-card .main_calculation {
    flex-direction: column;
    top: 500px;
    margin-top: 40px !important;
  }
  .booking2-page_about .services-section .service-card .main_calculation .calc_item {
    order: 2;
  }
  .booking2-page_about .services-section .service-card .main_calculation .main-calc_item {
    order: 1;
    justify-content: end;
    align-items: end !important;
  }
  .booking2-page_about .services-section .service-card .service-image {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 40px;
  }
  .booking2-page_about .services-section .service-card .service-duration,
  .booking2-page_about .services-section .service-card .service-capacity,
  .booking2-page_about .services-section .service-card .services_item .text1,
  .booking2-page_about .services-section .service-card .services_item .text2 {
    font-size: 12px;
  }
  .booking2-page_about .services-section .service-card .services_item {
    flex-wrap: wrap;
    margin: 0;
  }
  .booking2-page_about .services-section .service-card .service-features {
    margin-left: 0;
  }
  .booking2-page_about .services-section .service-card .service-features li {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 30px;
  }
  .booking2-page_about .services-section .service-card .service-unit {
    font-size: 13px;
    padding-left: 12px;
  }
  .booking2-page_about .services-section .service-card .control-btn,
  .booking2-page_about .services-section .service-card .quantity {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }
  .booking2-page_about .services-section .service-card .d-flex.gap-2 {
    gap: 8px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 34px;
    padding: 15px;
  }
  .booking2-page_about .booking-section .date_item {
    padding: 15px;
    gap: 12px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item {
    gap: 10px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 25px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-info {
    font-size: 10px;
  }
  .booking2-page_about .booking-section .room-selection {
    padding: 10px 20px;
  }
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 18px;
  }
  .booking2-page_about .booking-section .room-selection .room-occupancy {
    font-size: 13px;
  }
  .booking2-page_about .booking-section .cost-breakdown {
    padding: 15px;
  }
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-label,
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-value {
    font-size: 14px;
  }
  .booking2-page_about .booking-section .total-cost {
    padding: 15px;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    text-align: end;
  }
  .booking2-page_about .booking-section .total-cost .total-label {
    font-size: 17px;
  }
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 25px;
  }
}
@media (max-width: 420px) {
  .booking2-page_about .services-section .services-title {
    font-size: 26px !important;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 22px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 28px;
  }
  .booking2-page_about .services-section .service-card .control-btn,
  .booking2-page_about .services-section .service-card .quantity {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 32px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 23px;
  }
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 16px;
  }
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 23px;
  }
}
@media (max-width: 376px) {
  .booking2-page_about .services-section .services-title {
    font-size: 24px !important;
    padding: 0 10px;
  }
  .booking2-page_about .services-section .nav-pills {
    padding-left: 10px;
    padding-right: 10px;
  }
  .booking2-page_about .services-section .nav-pills .nav-link {
    height: 38px;
    font-size: 9px;
    min-width: 60px;
  }
  .booking2-page_about .services-section .service-card .main_calculation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
  }
  .booking2-page_about .services-section .service-card .main_calculation .main-calc_item {
    margin-left: 100px;
  }
  .booking2-page_about .services-section .service-card .service-image {
    height: 160px;
  }
  .booking2-page_about .services-section .service-card .service-name {
    font-size: 20px;
  }
  .booking2-page_about .services-section .service-card .service-duration,
  .booking2-page_about .services-section .service-card .service-capacity,
  .booking2-page_about .services-section .service-card .services_item .text1,
  .booking2-page_about .services-section .service-card .services_item .text2 {
    font-size: 11px;
  }
  .booking2-page_about .services-section .service-card .service-features li {
    font-size: 9px;
  }
  .booking2-page_about .services-section .service-card .service-price {
    font-size: 26px;
  }
  .booking2-page_about .services-section .service-card .service-unit {
    font-size: 12px;
  }
  .booking2-page_about .services-section .service-card .control-btn,
  .booking2-page_about .services-section .service-card .quantity {
    width: 30px;
    height: 30px;
    font-size: 9px;
  }
  .booking2-page_about .booking-section .booking-title {
    font-size: 30px;
    padding: 12px;
  }
  .booking2-page_about .booking-section .date_item {
    padding: 12px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-number {
    font-size: 21px;
  }
  .booking2-page_about .booking-section .date-card .data-card_item .date-info {
    font-size: 9px;
  }
  .booking2-page_about .booking-section .room-selection {
    padding: 8px 15px;
  }
  .booking2-page_about .booking-section .room-selection .room-title {
    font-size: 15px;
  }
  .booking2-page_about .booking-section .room-selection .room-occupancy {
    font-size: 12px;
  }
  .booking2-page_about .booking-section .cost-breakdown {
    padding: 12px;
  }
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-label,
  .booking2-page_about .booking-section .cost-breakdown .cost-item .cost-value {
    font-size: 13px;
  }
  .booking2-page_about .booking-section .total-cost {
    padding: 12px;
  }
  .booking2-page_about .booking-section .total-cost .total-label {
    font-size: 16px;
  }
  .booking2-page_about .booking-section .total-cost .total-amount {
    font-size: 21px;
  }
}
@media (max-height: 480px) and (min-width: 768px) {
  .booking2-page_about {
    padding: 20px 0;
  }
  .booking2-page_about .services-section {
    padding-top: 20px;
  }
  .booking2-page_about .booking-section .booking-title {
    padding: 15px 30px 10px;
  }
  .booking2-page_about .booking-section .date_item {
    padding: 15px;
    gap: 20px;
  }
}

.booking3-page_about {
  background: var(--Black, #130B02);
  color: white;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .booking3-page_about {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about {
    margin-bottom: 30px;
  }
}
.booking3-page_about .main_booking-section {
  border: 2px solid var(--Dark-red, #9D0300);
  height: -moz-fit-content;
  height: 100%;
  min-height: 830px;
  background: var(--Black, #130B02);
}
@media screen and (max-width: 768px) {
  .booking3-page_about .main_booking-section {
    padding-bottom: 20px;
  }
}
.booking3-page_about .booking-details .booking-title {
  color: #FFF;
  font-family: "Agency FB Cyrillic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .booking-title {
    font-size: 40px !important;
    line-height: 135% !important;
    padding-bottom: 16px;
    margin-bottom: 0 !important;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .booking-title {
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 125% !important;
    padding-left: 20px !important;
  }
}
.booking3-page_about .booking-details .date_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
  padding: 0 40px !important;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .date_item {
    padding: 0 30px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .date_item {
    padding: 0 20px !important;
    margin-bottom: 16px;
  }
}
.booking3-page_about .booking-details .date_item .item1 {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .date_item .item1 {
    margin-bottom: 0;
    gap: 16px;
  }
}
.booking3-page_about .booking-details .date_item .date_items {
  display: flex;
  justify-content: center;
}
.booking3-page_about .booking-details .date_item .date-card span {
  font-family: "Jura";
  color: var(--Gray, #756E67);
  font-size: 19px !important;
  font-weight: 400;
  line-height: 130%;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .date_item .date-card span {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 130%;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .date_item .date-card span {
    font-size: 17px !important;
    margin-bottom: 4px;
  }
}
.booking3-page_about .booking-details .date_item .date-card .data-card_item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.booking3-page_about .booking-details .date_item .date-card .data-card_item .date-number {
  color: var(--White, #FFF);
  font-size: 60px !important;
  font-family: "Jura";
  font-weight: 700;
  line-height: 135%;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .date_item .date-card .data-card_item .date-number {
    font-size: 50px !important;
    line-height: 130%;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .date_item .date-card .data-card_item .date-number {
    font-size: 36px !important;
  }
}
.booking3-page_about .booking-details .date_item .date-card .data-card_item .date-info {
  color: var(--White, #FFF);
  font-size: 14px !important;
  font-weight: 400;
  line-height: 130%;
  font-family: "Jura";
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .date_item .date-card .data-card_item .date-info {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .date_item .date-card .data-card_item .date-info {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
  }
}
.booking3-page_about .booking-details .date_item .data_items a {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  color: var(--White, #FFF);
  font-family: "Jura";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  border: 2px solid var(--White, #FFF);
}
.booking3-page_about .booking-details .date_item .data_items a:hover {
  background: var(--White, #FFF);
  color: var(--Accent-red, #D00);
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .date_item .data_items a {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--White, #FFF);
  }
}
.booking3-page_about .booking-details .date_item .divider-line {
  stroke: var(--Gray, #756E67);
}
.booking3-page_about .booking-details .room-selection {
  display: flex;
  height: 92px;
  padding: 10px 40px;
  justify-content: space-between;
  align-items: center;
  background: var(--line-red, #470601);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .room-selection {
    padding: 10px 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .room-selection {
    padding: 10px 20px;
  }
}
.booking3-page_about .booking-details .room-selection .room-title {
  color: #FFF;
  text-align: center;
  font-family: "Agency FB Cyrillic";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .room-selection .room-title {
    font-size: 36px !important;
    line-height: 110% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .room-selection .room-title {
    font-size: 30px !important;
  }
}
.booking3-page_about .booking-details .room-selection .room-details {
  position: relative;
}
.booking3-page_about .booking-details .room-selection .room-details .room-occupancy {
  color: #FFF;
  text-align: center;
  font-family: "Jura";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .room-selection .room-details .room-occupancy {
    font-size: 17px !important;
  }
}
.booking3-page_about .booking-details .cost-breakdown {
  margin-bottom: 30px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .cost-breakdown {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .cost-breakdown {
    padding: 0 20px;
  }
}
.booking3-page_about .booking-details .cost-breakdown .cost-breakdown_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-red, #470601);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.booking3-page_about .booking-details .cost-breakdown .cost-breakdown_item .cost-label,
.booking3-page_about .booking-details .cost-breakdown .cost-breakdown_item .cost-value {
  color: var(--Gray, #756E67);
  text-align: center;
  font-family: "Jura";
  font-size: 30px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .cost-breakdown .cost-breakdown_item .cost-label,
  .booking3-page_about .booking-details .cost-breakdown .cost-breakdown_item .cost-value {
    color: var(--White, #FFF);
    font-family: "Jura";
    font-size: 22px !important;
    font-weight: 400;
    line-height: 120%;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .cost-breakdown .cost-breakdown_item .cost-label,
  .booking3-page_about .booking-details .cost-breakdown .cost-breakdown_item .cost-value {
    font-family: "Jura";
    font-size: 16px !important;
    font-weight: 400;
    line-height: 130%;
  }
}
.booking3-page_about .booking-details .mobile-total-cost_h2 {
  display: none;
  font-family: "Jura";
  color: var(--Gray, #756E67);
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .mobile-total-cost_h2 {
    display: flex;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: absolute;
    padding: 0;
    left: 66%;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .mobile-total-cost_h2 {
    font-size: 16px !important;
    line-height: 130%;
    margin-top: -10px;
    left: 45%;
  }
}
.booking3-page_about .booking-details .total-cost {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 60px;
  padding: 0 40px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .total-cost {
    gap: 10px;
    align-items: end;
    padding: 0 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .total-cost {
    flex-direction: column;
    align-items: end;
    justify-content: end;
    padding: 0 20px;
  }
}
.booking3-page_about .booking-details .total-cost .total-cost_item2 {
  position: relative;
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .total-cost .total-cost_item2 {
    order: 2;
  }
}
.booking3-page_about .booking-details .total-cost .total-cost_item2 h2 {
  color: var(--Gray, #756E67);
  font-family: "Jura";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .total-cost .total-cost_item2 h2 {
    display: none;
  }
}
.booking3-page_about .booking-details .total-cost .total-cost_item1 .total-amount {
  color: var(--White, #FFF);
  font-size: 60px;
  font-weight: 700;
  line-height: 75%;
  font-family: "JURA";
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .total-cost .total-cost_item1 .total-amount {
    leading-trim: both;
    text-edge: cap;
    font-size: 50px !important;
    line-height: 135% !important;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .total-cost .total-cost_item1 .total-amount {
    font-size: 30px !important;
    line-height: 130% !important;
  }
}
.booking3-page_about .booking-details .total-cost_frame {
  width: 326px;
  color: var(--Light-red, #FE6148);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.38px;
  border: 1px solid var(--Light-red, #FE6148);
  display: flex;
  padding: 10px 20px 10px 10px;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Jura";
}
@media screen and (max-width: 768px) {
  .booking3-page_about .booking-details .total-cost_frame {
    width: auto;
    padding: 10px 20px 10px 10px;
    align-items: flex-start;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .total-cost_frame {
    display: none;
    width: 265px;
    padding: 10px 20px 10px 10px;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
  }
}
.booking3-page_about .booking-details .mobile_total-cost_frame {
  display: none;
  width: 326px;
  color: var(--Light-red, #FE6148);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.38px;
  border: 1px solid var(--Light-red, #FE6148);
  padding: 10px 20px 10px 10px;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Jura";
}
@media screen and (max-width: 480px) {
  .booking3-page_about .booking-details .mobile_total-cost_frame {
    display: flex;
    width: 100% !important;
    padding: 10px 20px 10px 10px;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    margin: 0;
  }
}
.booking3-page_about .guest-details {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .guest-details {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .guest-details {
    padding: 20px;
  }
}
.booking3-page_about .guest-details .section-title {
  color: var(--White, #FFF);
  font-family: "Agency FB", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .guest-details .section-title {
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .guest-details .section-title {
    font-size: 36px !important;
  }
}
.booking3-page_about .guest-details .booking-type {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .guest-details .booking-type {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.booking3-page_about .guest-details .booking-type .booking-label {
  color: var(--White, #FFF);
  font-family: "Jura";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .guest-details .booking-type .booking-label {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .guest-details .booking-type .booking-label {
    font-size: 22px !important;
  }
}
.booking3-page_about .guest-details .booking-type .booking-type-buttons {
  display: flex;
  gap: 10px;
}
.booking3-page_about .guest-details .booking-type .booking-type-buttons .type-btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--White, #FFF);
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Jura";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .guest-details .booking-type .booking-type-buttons .type-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .guest-details .booking-type .booking-type-buttons .type-btn {
    letter-spacing: 0.32px;
  }
}
.booking3-page_about .guest-details .booking-type .booking-type-buttons input[type=radio]:checked + .type-btn {
  background-color: white;
  color: red;
  border-color: white;
}
.booking3-page_about .guest-details .booking-type .booking-type-buttons.active {
  background-color: white;
  color: red;
  border-color: white;
}
.booking3-page_about .guest-details form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}
.booking3-page_about .guest-details form .form-row .form-group {
  flex: 1;
}
.booking3-page_about .guest-details form .form-row .form-group .form-input {
  width: 100%;
  padding: 20px 0 30px 0;
  border: none;
  border-bottom: 1px solid var(--Gray, #756E67);
  background: transparent;
  color: var(--White, #FFF);
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
  transition: border-bottom-color 0.3s ease;
  font-family: "Jura";
}
.booking3-page_about .guest-details form .form-row .form-group .form-input::-moz-placeholder {
  font-family: "Jura";
  color: var(--White, #FFF);
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
}
.booking3-page_about .guest-details form .form-row .form-group .form-input::placeholder {
  font-family: "Jura";
  color: var(--White, #FFF);
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
}
.booking3-page_about .guest-details form .form-row .form-group .form-input:focus {
  outline: none;
  border-bottom-color: var(--Light-red, #FE6148);
}
.booking3-page_about .guest-details form .form-row .form-group .form-input.error {
  border-bottom-color: var(--Light-red, #FE6148);
  background: rgba(254, 97, 72, 0.1);
}
.booking3-page_about .guest-details form .form-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--Gray, #756E67);
  background: transparent;
  color: var(--White, #FFF);
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
  transition: border-bottom-color 0.3s ease;
  margin-bottom: 60px;
  resize: none;
  width: 100%;
}
.booking3-page_about .guest-details form .form-textarea::-moz-placeholder {
  color: var(--White, #FFF);
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
}
.booking3-page_about .guest-details form .form-textarea::placeholder {
  color: var(--White, #FFF);
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
}
.booking3-page_about .guest-details form .form-textarea:focus {
  outline: none;
  border-bottom-color: var(--Light-red, #FE6148);
}
.booking3-page_about .guest-details form .form-textarea.error {
  border-bottom-color: var(--Light-red, #FE6148);
  background: rgba(254, 97, 72, 0.1);
}
.booking3-page_about .guest-details form .btn_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.booking3-page_about .guest-details form .btn_item .agreement-section {
  display: flex;
  align-items: center;
}
.booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-wrapper {
    margin-bottom: 20px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-wrapper {
    margin-bottom: 18px;
    gap: 8px;
  }
}
@media (max-width: 500px) {
  .booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-wrapper {
    gap: 15px;
    align-items: center;
  }
}
.booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-wrapper .custom-checkbox {
  appearance: none;
  /* Default style'ni olib tashlash */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 44px;
  height: 44px;
  opacity: 1;
  gap: 10px;
  border-radius: 2px;
  border-width: 1px;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 2px solid white;
}
.booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-wrapper .custom-checkbox:checked::after {
  content: "";
  width: 26px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 14/11;
  background-image: url(../imgs/done.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 17px;
  font-weight: bold;
}
.booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-wrapper .checkbox-text {
  color: var(--White, #FFF);
  font-family: "Jura";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  flex: 1 0 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-wrapper .checkbox-text {
    font-size: 16px !important;
    letter-spacing: 0.32px !important;
  }
}
@media screen and (max-width: 480px) {
  .booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-wrapper .checkbox-text {
    line-height: 130% !important;
  }
}
.booking3-page_about .guest-details form .btn_item .reserve-btn {
  display: flex;
  width: 257px;
  height: 70px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  background: var(--Accent-red, #D00);
  color: var(--White, #FFF);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.38px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.booking3-page_about .guest-details form .btn_item .reserve-btn:hover {
  background: #FF0F0F;
}
@media (max-width: 1200px) {
  .booking3-page_about .main_booking-section {
    min-height: auto;
  }
  .booking3-page_about .guest-details form .btn_item .reserve-btn {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .booking3-page_about .booking-details .date_item {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .booking3-page_about .booking-details .room-selection {
    height: auto;
    gap: 10px;
  }
  .booking3-page_about .guest-details .booking-type {
    align-items: flex-start;
  }
  .booking3-page_about .guest-details form .btn_item .reserve-btn {
    width: 100%;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .booking3-page_about .booking-details .date_item .data_items a {
    display: none;
  }
  .booking3-page_about .booking-details .room-selection {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding-left: 45px;
  }
  .booking3-page_about .booking-details .room-selection .room-title {
    font-size: 20px;
  }
  .booking3-page_about .booking-details .total-cost .total-cost_item1 .total-amount {
    font-size: 24px;
  }
  .booking3-page_about .guest-details .booking-type {
    flex-direction: column;
  }
  .booking3-page_about .guest-details form .form-row {
    flex-direction: column;
    gap: 20px;
  }
  .booking3-page_about .guest-details form .btn_item {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .booking3-page_about .guest-details form .btn_item .agreement-section .checkbox-container .agreement-text {
    width: auto;
  }
  .booking3-page_about .guest-details .section-title {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .booking3-page_about .booking-details .booking-title {
    font-size: 26px;
  }
  .booking3-page_about .booking-details .date_item .date-card .data-card_item .date-number {
    font-size: 26px;
  }
  .booking3-page_about .booking-details .room-selection .room-title {
    font-size: 18px;
  }
  .booking3-page_about .booking-details .total-cost {
    gap: 0;
    flex-direction: column;
  }
  .booking3-page_about .booking-details .total-cost .total-cost_item1 .total-amount {
    font-size: 22px;
  }
  .booking3-page_about .guest-details .section-title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .booking3-page_about .booking-details,
  .booking3-page_about .guest-details {
    padding: 10px;
  }
  .booking3-page_about .booking-details .booking-title {
    font-size: 24px;
  }
  .booking3-page_about .booking-details .date_item .date-card .data-card_item .date-number {
    font-size: 24px;
  }
  .booking3-page_about .booking-details .room-selection .room-title {
    font-size: 16px;
  }
  .booking3-page_about .booking-details .total-cost .total-cost_item1 .total-amount {
    font-size: 20px;
  }
  .booking3-page_about .guest-details .section-title {
    font-size: 28px;
  }
  .booking3-page_about .guest-details form .btn_item .reserve-btn {
    height: 55px;
    font-size: 13px;
  }
}
.booking3-page_about .animate-scale {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.booking3-page_about .animate-total {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.booking3-page_about .form-input.error {
  border-bottom-color: var(--Light-red, #FE6148) !important;
  background: rgba(254, 97, 72, 0.1);
}
.booking3-page_about .form-input:focus {
  outline: none;
  border-bottom-color: var(--Light-red, #FE6148);
}
.booking3-page_about .type-btn:hover {
  background: var(--White, #FFF);
  color: var(--Accent-red, #D00);
}
.booking3-page_about .reserve-btn:hover {
  background: var(--Light-red, #FE6148);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(208, 0, 0, 0.3);
}
.booking3-page_about .data_items a:hover {
  background: var(--White, #FFF);
  color: var(--Accent-red, #D00);
}
.booking3-page_about .total-cost_frame:hover {
  background: var(--Light-red, #FE6148);
  color: var(--White, #FFF);
}

.services-page_about {
  background: #130B02;
  color: white;
  padding: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .services-page_about {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .services-page_about {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .services-page_about .main_services-section {
    order: 2;
  }
}
.services-page_about .services-section {
  gap: 30px;
}
.services-page_about .services-section .services-header .services-title {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  margin: 0 40px;
}
.services-page_about .services-section .nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.services-page_about .services-section .nav-pills .nav-link {
  display: flex;
  height: 60px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--White, #FFF);
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  border-radius: 0 !important;
}
.services-page_about .services-section .nav-pills .nav-link.active {
  background: var(--White, #FFF);
  color: var(--Accent-red, #D00);
}
.services-page_about .services-section .nav-pills .nav-link:hover {
  background: var(--White, #FFF) !important;
  color: var(--Black, #130B02) !important;
}
.services-page_about .services-section .service-card {
  display: flex;
  border: 2px solid var(--line-red, #470601);
  padding: 20px !important;
  align-items: flex-start;
  gap: 100px;
  margin-top: 30px;
  min-height: 680px;
}
@media screen and (max-width: 1565px) {
  .services-page_about .services-section .service-card {
    min-height: 720px;
  }
}
@media screen and (max-width: 1276px) {
  .services-page_about .services-section .service-card {
    min-height: 920px;
  }
}
@media screen and (max-width: 1100px) {
  .services-page_about .services-section .service-card {
    min-height: 1220px;
  }
}
.services-page_about .services-section .service-card:hover {
  transition: all 0.3s ease;
}
.services-page_about .services-section .service-card:hover .main_service-card_item {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.services-page_about .services-section .service-card:hover .hover_service-card_item {
  visibility: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .services-page_about .services-section .service-card .main_img {
    width: 100%;
  }
}
.services-page_about .services-section .service-card .main_img .service-image {
  width: 565px;
  height: 400px;
}
@media screen and (max-width: 1100px) {
  .services-page_about .services-section .service-card .main_img .service-image {
    max-width: 100% !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    align-self: stretch;
  }
}
@media screen and (max-width: 768px) {
  .services-page_about .services-section .service-card .main_img .service-image {
    max-width: 650px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    align-self: stretch;
  }
}
.services-page_about .services-section .service-card .services_item {
  display: flex;
  width: 340px;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.services-page_about .services-section .service-card .services_item .text1 {
  width: 100px;
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.services-page_about .services-section .service-card .services_item .text2 {
  width: 100px;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.services-page_about .services-section .service-card .services_item .text2.fixed_text {
  width: 115px;
}
.services-page_about .services-section .service-card .first {
  padding-top: 0;
  margin-bottom: 30px;
  font-size: 17px !important;
}
@media screen and (max-width: 768px) {
  .services-page_about .services-section .service-card .first {
    font-size: 18px;
    line-height: 130%;
  }
}
@media screen and (max-width: 480px) {
  .services-page_about .services-section .service-card .first {
    font-size: 17px;
    line-height: 130%;
  }
}
.services-page_about .services-section .service_infos{

}
.services-page_about .services-section .service-card p {
  align-self: stretch;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.services-page_about .services-section .service-card .main-text {
  color: var(--White, #FFF);
  font-family: "Jura";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}
.services-page_about .services-section .service-card .advantage {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.services-page_about .services-section .service-card .service-card_main_item {
  position: relative;
}
.services-page_about .services-section .service-card .service-name {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .services-page_about .services-section .service-card .service-name {
    font-size: 40px !important;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .services-page_about .services-section .service-card .service-name {
    font-size: 36px !important;
    line-height: 125%;
  }
}
.services-page_about .services-section .service-card .main_service-card_item {
  visibility: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  display: flex;
}
.services-page_about .services-section .service-card .hover_service-card_item {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  display: none;
}
.services-page_about .services-section .service-card .hover_service-card_item a {
  width: 399px;
  display: flex;
  padding: 20px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Accent-red, #D00);
  color: var(--White, #FFF);
  font-family: "Jura";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-top: 40px;
}
.services-page_about .services-section .service-card .hover_service-card_item a:hover {
  background: #FF0F0F;
}
@media screen and (max-width: 768px) {
  .services-page_about .services-section .service-card .hover_service-card_item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .services-page_about .services-section .service-card .hover_service-card_item a {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .services-page_about .services-section .service-card .hover_service-card_item a {
    font-size: 12px;
  }
}
.services-page_about .services-section .service-card .service-duration {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.services-page_about .services-section .service-card .service-duration span {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-left: 10px;
}
.services-page_about .services-section .service-card .service-capacity {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 10px;
}
.services-page_about .services-section .service-card .service-features {
  list-style: none;
  margin: 15px 0;
}
.services-page_about .services-section .service-card .service-features li {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  margin-left: -10px;
}
.services-page_about .services-section .service-card .service-features li:before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
}
.services-page_about .services-section .service-card .service-price {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.services-page_about .services-section .service-card .service-unit {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-left: 20px;
}
.services-page_about .services-section .service-card .control-btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 2px solid #D00;
  background: transparent;
}
.services-page_about .services-section .service-card .quantity {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 2px solid #D00;
  background: transparent;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.services-page_about .animate-scale {
  transform: scale(1.2);
}
.services-page_about .animate-total {
  transform: scale(1.05);
}
@media (max-width: 1100px) {
  .services-page_about .services-section .services-title {
    font-size: 48px !important;
    text-align: center;
  }
  .services-page_about .services-section .nav-pills .nav-link {
    height: 50px;
    font-size: 16px;
    flex: 1;
    min-width: 140px;
  }
  .services-page_about .services-section .service-card {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .services-page_about .services-section .service-card .flex-grow-1 {
    width: 100%;
  }
  .services-page_about .services-section .service-card p {
    text-align: left;
    max-width: 600px;
  }
  .services-page_about .services-section .service-card .first {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .services-page_about .services-section .services-title {
    font-size: 40px !important;
  }
  .services-page_about .services-section .nav-pills {
    gap: 10px;
    flex-wrap: nowrap;
  }
  .services-page_about .services-section .nav-pills .nav-link {
    height: 45px;
    padding: 8px 16px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
  }
  .services-page_about .services-section .service-card {
    gap: 20px;
    min-height: 1120px;
  }
  .services-page_about .services-section .service-card .service-image {
    align-self: stretch;
  }
  .services-page_about .services-section .service-card .service-duration,
  .services-page_about .services-section .service-card .service-capacity,
  .services-page_about .services-section .service-card .services_item .text1,
  .services-page_about .services-section .service-card .services_item .text2,
  .services-page_about .services-section .service-card p {
    font-size: 16px;
  }
  .services-page_about .services-section .service-card .service-price {
    font-size: 45px;
  }
  .services-page_about .services-section .service-card .control-btn,
  .services-page_about .services-section .service-card .quantity {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .services-page_about .services-section .service-card {
    min-height: 1250px;
  }
}
@media (max-width: 576px) {
  .services-page_about .services-section .services-title {
    font-size: 32px !important;
  }
  .services-page_about .services-section .nav-pills {
    width: 100%;
    display: inline-block;
    justify-content: center;
    gap: 8px;
  }
  .services-page_about .services-section .nav-pills .nav-link {
    height: 40px;
    font-size: 12px;
    min-width: 100px;
  }
  .services-page_about .services-section .service-card .service-duration,
  .services-page_about .services-section .service-card .service-capacity,
  .services-page_about .services-section .service-card .services_item .text1,
  .services-page_about .services-section .service-card .services_item .text2,
  .services-page_about .services-section .service-card p {
    font-size: 14px;
  }
  .services-page_about .services-section .service-card .service-price {
    font-size: 36px;
  }
  .services-page_about .services-section .service-card .control-btn,
  .services-page_about .services-section .service-card .quantity {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .services-page_about .services-section .services-title {
    font-size: 28px !important;
  }
  .services-page_about .services-section .nav-pills {
    gap: 6px;
    margin-left: 20px;
  }
  .services-page_about .services-section .nav-pills .nav-link {
    height: 38px;
    padding: 5px 10px;
    font-size: 11px;
    min-width: 80px;
  }
  .services-page_about .services-section .service-card {
    padding: 10px;
    gap: 12px;
  }
  .services-page_about .services-section .service-card .service-image {
    width: 100%;
  }
  .services-page_about .services-section .service-card .service-duration,
  .services-page_about .services-section .service-card .service-capacity,
  .services-page_about .services-section .service-card .services_item .text1,
  .services-page_about .services-section .service-card .services_item .text2,
  .services-page_about .services-section .service-card p {
    font-size: 13px;
  }
  .services-page_about .services-section .service-card .service-price {
    font-size: 32px;
  }
  .services-page_about .services-section .service-card .control-btn,
  .services-page_about .services-section .service-card .quantity {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
@media (max-width: 376px) {
  .services-page_about .services-section .services-title {
    font-size: 24px !important;
  }
  .services-page_about .services-section .nav-pills {
    margin-left: auto;
    gap: 5px;
  }
  .services-page_about .services-section .nav-pills .nav-link {
    height: 35px;
    padding: 4px 8px;
    font-size: 10px;
  }
  .services-page_about .services-section .service-card {
    padding: 8px;
    gap: 10px;
  }
  .services-page_about .services-section .service-card .service-image {
    height: 230px;
  }
  .services-page_about .services-section .service-card .services_item {
    width: 300px;
  }
  .services-page_about .services-section .service-card .service-duration,
  .services-page_about .services-section .service-card .service-capacity,
  .services-page_about .services-section .service-card .services_item .text1,
  .services-page_about .services-section .service-card .services_item .text2,
  .services-page_about .services-section .service-card p {
    font-size: 12px;
  }
  .services-page_about .services-section .service-card .service-price {
    font-size: 28px;
  }
  .services-page_about .services-section .service-card .control-btn,
  .services-page_about .services-section .service-card .quantity {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .services-page_about .services-section .services-title {
    font-size: 20px !important;
  }
  .services-page_about .services-section .nav-pills .nav-link {
    height: 32px;
    padding: 3px 6px;
    font-size: 9px;
    min-width: 60px;
  }
  .services-page_about .services-section .service-card .service-image {
    height: 200px;
  }
  .services-page_about .services-section .service-card .services_item {
    width: 280px;
  }
  .services-page_about .services-section .service-card .service-duration,
  .services-page_about .services-section .service-card .service-capacity,
  .services-page_about .services-section .service-card .services_item .text1,
  .services-page_about .services-section .service-card .services_item .text2,
  .services-page_about .services-section .service-card p {
    font-size: 11px;
  }
  .services-page_about .services-section .service-card .service-price {
    font-size: 24px;
  }
  .services-page_about .services-section .service-card .control-btn,
  .services-page_about .services-section .service-card .quantity {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
}

.specialOfferDirect-page_hero {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_hero {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .specialOfferDirect-page_hero {
    margin-bottom: 60px;
  }
}
.specialOfferDirect-page_hero .service-card {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_hero .service-card {
    gap: 20px;
  }
}
.specialOfferDirect-page_hero .service-card .service-image {
  width: 585px !important;
  height: 700px !important;
  flex-shrink: 0;
}
.specialOfferDirect-page_hero .service-card p {
  align-self: stretch;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 33px;
  text-align: start !important;
}
.specialOfferDirect-page_hero .service-card .icon-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_hero .service-card .icon-box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .specialOfferDirect-page_hero .service-card .icon-box {
    margin-bottom: 0;
  }
}
.specialOfferDirect-page_hero .service-card .icon-box:last-child {
  margin-bottom: 0;
}
.specialOfferDirect-page_hero .service-card .icon-box p {
  margin-bottom: 0;
}
.specialOfferDirect-page_hero .service-card .btn {
  display: flex;
  width: 327px;
  height: 90px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: var(--Accent-red, #D00);
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  margin-top: 90px;
  transition: all 0.3s ease;
  border-radius: 0;
}
.specialOfferDirect-page_hero .service-card .btn:hover {
  background: #FF0F0F;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_hero .service-card .btn {
    display: none;
  }
}
.specialOfferDirect-page_hero .service-card .mobile_btn {
  width: 300px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: var(--Accent-red, #D00);
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  display: none;
  transition: all 0.3s ease;
  border-radius: 0;
}
.specialOfferDirect-page_hero .service-card .mobile_btn:hover {
  background: #FF0F0F;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_hero .service-card .mobile_btn {
    width: 300px;
    height: 90px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .specialOfferDirect-page_hero .service-card .mobile_btn {
    width: 100%;
  }
}
.specialOfferDirect-page_hero .service-card .service-name {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 90px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_hero .service-card .service-name {
    font-size: 60px !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .specialOfferDirect-page_hero .service-card .service-name {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .specialOfferDirect-page_hero .service-card .service-name {
    font-size: 45px !important;
  }
}
.specialOfferDirect-page_hero .service-card .service-duration {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.specialOfferDirect-page_hero .service-card .service-duration span {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-left: 10px;
}
.specialOfferDirect-page_hero .service-card .service-capacity {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 10px;
}
.specialOfferDirect-page_hero .service-card .service-features {
  list-style: none;
  margin: 15px 0;
}
.specialOfferDirect-page_hero .service-card .service-features li {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  margin-left: -10px;
}
.specialOfferDirect-page_hero .service-card .service-features li:before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
}
.specialOfferDirect-page_hero .service-card .service-price {
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.specialOfferDirect-page_hero .service-card .service-unit {
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-left: 20px;
}
.specialOfferDirect-page_hero .service-card .control-btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 2px solid #D00;
  background: transparent;
}
.specialOfferDirect-page_hero .service-card .quantity {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 2px solid #D00;
  background: transparent;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1400px) {
  .specialOfferDirect-page_hero .service-card .service-name {
    font-size: 75px;
  }
}
@media (max-width: 1200px) {
  .specialOfferDirect-page_hero .service-card .service-name {
    font-size: 65px;
  }
  .specialOfferDirect-page_hero .service-card p {
    font-size: 17px;
  }
  .specialOfferDirect-page_hero .service-card .btn {
    width: 280px;
    height: 80px;
    font-size: 17px;
    margin-top: 70px;
  }
}
@media (max-width: 992px) {
  .specialOfferDirect-page_hero .service-card .service-name {
    font-size: 55px;
  }
  .specialOfferDirect-page_hero .service-card .icon-boxes {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .specialOfferDirect-page_hero .service-card .icon-box {
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .specialOfferDirect-page_hero .service-card .service-image {
    width: 300px !important;
    height: 400px !important;
  }
  .specialOfferDirect-page_hero .service-card .service-name {
    font-size: 45px;
    line-height: 100%;
  }
  .specialOfferDirect-page_hero .service-card p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .specialOfferDirect-page_hero .service-card .icon-box {
    gap: 10px;
    text-align: left;
  }
  .specialOfferDirect-page_hero .service-card .icon-box svg {
    margin-top: 0;
  }
  .specialOfferDirect-page_hero .service-card .icon-box p {
    padding-top: 0;
    margin: 0;
  }
  .specialOfferDirect-page_hero .service-card .btn {
    width: 100%;
    max-width: 300px;
    height: 70px;
    font-size: 16px;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .specialOfferDirect-page_hero .service-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .specialOfferDirect-page_hero .service-card .service-name {
    font-size: 35px;
    line-height: 95%;
  }
  .specialOfferDirect-page_hero .service-card p {
    font-size: 15px;
  }
  .specialOfferDirect-page_hero .service-card .icon-box p {
    font-size: 14px;
  }
  .specialOfferDirect-page_hero .service-card .btn {
    height: 60px;
    font-size: 15px;
    padding: 15px 30px;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .specialOfferDirect-page_hero .service-card .img {
    width: 100%;
  }
  .specialOfferDirect-page_hero .service-card .service-image {
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    justify-content: center;
  }
  .specialOfferDirect-page_hero .service-card .service-name {
    font-size: 32px;
  }
  .specialOfferDirect-page_hero .service-card p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .specialOfferDirect-page_hero .service-card .service-name {
    font-size: 28px;
    line-height: 90%;
  }
  .specialOfferDirect-page_hero .service-card .btn {
    width: 100%;
    height: 55px;
    font-size: 14px;
    padding: 12px 25px;
  }
}

.specialOfferDirect-page_about {
  background: var(--Black, #130B02);
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_about {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .specialOfferDirect-page_about {
    margin-bottom: 60px;
  }
}
.specialOfferDirect-page_about.specialOffer-page_about {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_about.specialOffer-page_about {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .specialOfferDirect-page_about.specialOffer-page_about {
    margin-bottom: 32px;
  }
}
.specialOfferDirect-page_about .section-title {
  width: 988px;
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 90px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_about .section-title {
    width: auto;
    font-size: 60px !important;
  }
}
@media screen and (max-width: 480px) {
  .specialOfferDirect-page_about .section-title {
    font-size: 45px !important;
  }
}
.specialOfferDirect-page_about .section-title2 {
  width: 708px;
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_about .section-title2 {
    width: 100%;
    font-size: 60px;
    letter-spacing: -0.45px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 480px) {
  .specialOfferDirect-page_about .section-title2 {
    font-size: 45px;
    letter-spacing: -0.45px;
    text-transform: uppercase;
  }
}
.specialOfferDirect-page_about .btn {
  display: inline-flex;
  height: 70px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: var(--Accent-red, #D00);
  border: none;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.specialOfferDirect-page_about .btn:hover {
  background: #FF0F0F;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_about .btn {
    display: none;
  }
}
.specialOfferDirect-page_about .mobile-btn {
  width: 100%;
  height: 70px;
  padding: 20px 40px;
  gap: 10px;
  flex-shrink: 0;
  background: var(--Accent-red, #D00);
  border: none;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
}
.specialOfferDirect-page_about .mobile-btn:hover {
  background: #FF0F0F;
}
@media screen and (max-width: 768px) {
  .specialOfferDirect-page_about .mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .specialOfferDirect-page_about .mobile-btn {
    font-size: 15px;
  }
}
.specialOfferDirect-page_about .slider_icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .specialOfferDirect-page_about .slider_icons {
    position: absolute;
    width: 100% !important;
    top: 101%;
    left: 0;
    justify-content: space-between;
  }
  .specialOfferDirect-page_about .slider_icons .swiper-button-next {
    left: initial;
    right: 0;
  }
}
.specialOfferDirect-page_about .swiper-container {
  position: relative;
}
.specialOfferDirect-page_about .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.specialOfferDirect-page_about .swiper-slide {
  display: flex;
  height: auto;
}
.specialOfferDirect-page_about .card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--line-red, #470601);
  background: transparent;
}
.specialOfferDirect-page_about .card:hover .card-content {
  background: var(--Dark-red, #9D0300);
}
.specialOfferDirect-page_about .card-image {
  height: 506px;
  align-self: stretch;
}
.specialOfferDirect-page_about .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.specialOfferDirect-page_about .card-content {
  padding: 0 30px 30px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding-top: 26px;
}
.specialOfferDirect-page_about .card-title {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}
.specialOfferDirect-page_about .card-description {
  align-self: stretch;
  color: var(--White, #FFF);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.specialOfferDirect-page_about .card-link {
  color: var(--Yellow, #FF9122);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  margin-top: 12px;
  transition: all 0.3s ease;
}
.specialOfferDirect-page_about .card-link:hover {
  color: #FFAB57;
}
.specialOfferDirect-page_about .card-link:hover svg {
  stroke: #FFAB57 !important;
}
.specialOfferDirect-page_about .card-link:hover {
  color: #ff8c5a;
}
.specialOfferDirect-page_about .swiper-navigation {
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.specialOfferDirect-page_about .swiper-button-prev::after,
.specialOfferDirect-page_about .swiper-button-next::after {
  display: none;
}
.specialOfferDirect-page_about .swiper-button-prev,
.specialOfferDirect-page_about .swiper-button-next {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 2px solid var(--Accent-red, #D00);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  left: 0;
}
.specialOfferDirect-page_about .swiper-button-prev svg,
.specialOfferDirect-page_about .swiper-button-next svg {
  width: 28px;
  height: 28px;
}
@media (min-width: 1024px) {
  .specialOfferDirect-page_about .swiper-slide {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .specialOfferDirect-page_about .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1023px) and (min-width: 767px) {
  .specialOfferDirect-page_about .swiper-slide {
    width: 280px;
    margin-right: 20px;
  }
  .specialOfferDirect-page_about .swiper-container {
    overflow: visible;
  }
}
@media (max-width: 769px) {
  .specialOfferDirect-page_about .section-title {
    margin-bottom: 42px;
    font-size: 60px;
  }
  .specialOfferDirect-page_about .swiper-slide {
    width: 260px;
    margin-right: 15px;
  }
  .specialOfferDirect-page_about .card-content {
    padding: 26px 20px 30px 20px;
  }
  .specialOfferDirect-page_about .card-title {
    font-size: 36px;
  }
  .specialOfferDirect-page_about .card-description {
    font-size: 18px;
  }
  .specialOfferDirect-page_about .card-link {
    font-size: 18px;
  }
  .specialOfferDirect-page_about .card-image {
    height: 440px;
    align-self: stretch;
  }
}
@media screen and (max-width: 650px) {
  .specialOfferDirect-page_about .card-image {
    height: 350px;
    align-self: stretch;
  }
}
@media (max-width: 600px) {
  .specialOfferDirect-page_about .section-title {
    width: 100%;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .specialOfferDirect-page_about .swiper-navigation {
    gap: 20px;
    margin-bottom: 30px;
  }
  .specialOfferDirect-page_about .slider_icons {
    width: 140px;
    gap: 20px;
  }
  .specialOfferDirect-page_about .swiper-button-prev,
  .specialOfferDirect-page_about .swiper-button-next {
    width: 40px;
    height: 40px;
    border-width: 1px;
  }
  .specialOfferDirect-page_about .swiper-button-prev svg,
  .specialOfferDirect-page_about .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
  .specialOfferDirect-page_about .swiper-slide {
    width: 220px;
    margin-right: 10px;
  }
  .specialOfferDirect-page_about .card {
    border-width: 1px;
  }
  .specialOfferDirect-page_about .card-image {
    height: 250px;
  }
  .specialOfferDirect-page_about .card-content {
    padding: 15px;
  }
  .specialOfferDirect-page_about .card-title {
    font-size: 20px;
    line-height: 100%;
  }
  .specialOfferDirect-page_about .card-description {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .specialOfferDirect-page_about .card-link {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .specialOfferDirect-page_about .section-title {
    font-size: 28px;
  }
  .specialOfferDirect-page_about .swiper-slide {
    width: 200px;
    margin-right: 8px;
  }
  .specialOfferDirect-page_about .card-image {
    height: 350px;
  }
  .specialOfferDirect-page_about .card-content {
    padding: 12px;
  }
  .specialOfferDirect-page_about .card-title {
    font-size: 30px;
  }
  .specialOfferDirect-page_about .card-description {
    font-size: 17px;
  }
  .specialOfferDirect-page_about .card-link {
    font-size: 18px;
  }
}

.modern-house-about {
  background: var(--Black, #130B02);
}
.modern-house-about .hero-section {
  position: relative;
  width: 100%;
  margin-bottom: 55px;
  display: block;
}
@media screen and (max-width: 768px) {
  .modern-house-about .hero-section {
    margin-bottom: 20px;
  }
}
.modern-house-about .hero-section .swiper-container {
  width: 100%;
  height: 100%;
}
.modern-house-about .hero-section .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 539px;
}
@media screen and (max-width: 768px) {
  .modern-house-about .hero-section .swiper-container .swiper-slide {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .modern-house-about .hero-section .swiper-container .swiper-slide {
    height: 300px;
  }
}
.modern-house-about .hero-section .swiper-container .swiper-slide .slide-image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 425px) {
  .modern-house-about .hero-section .swiper-container .swiper-slide .slide-image {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
    margin-top: 40px;
  }
}
.modern-house-about .hero-section .swiper-container .swiper-pagination {
  bottom: 30px !important;
}
.modern-house-about .hero-section .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  opacity: 1;
}
.modern-house-about .content-section {
  padding: 0 !important;
}
.modern-house-about .content-section .container .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.modern-house-about .content-section .container .content-grid .description-block {
  padding-right: 40px;
  opacity: 1;
  gap: 40px;
  border-width: 2px;
  padding: 40px;
  border: 2px solid #470601;
}
@media screen and (max-width: 768px) {
  .modern-house-about .content-section .container .content-grid .description-block {
    padding: 20px;
  }
}
.modern-house-about .content-section .container .content-grid .description-block .section-title {
  font-family: "Agency FB Cyrillic";
  font-weight: 400;
  font-style: Regular;
  font-size: 60px !important;
  line-height: 135%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .modern-house-about .content-section .container .content-grid .description-block .section-title {
    font-size: 40px !important;
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  .modern-house-about .content-section .container .content-grid .description-block .section-title {
    font-size: 36px !important;
  }
}
.modern-house-about .content-section .container .content-grid .description-block .section-title.amenities-title {
  font-size: 45px !important;
  margin-bottom: 0 !important;
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .modern-house-about .content-section .container .content-grid .description-block .section-title.amenities-title {
    margin-top: 20px !important;
  }
}
.modern-house-about .content-section .container .content-grid .description-block .module-info_item {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 480px) {
  .modern-house-about .content-section .container .content-grid .description-block .module-info_item {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 425px) {
  .modern-house-about .content-section .container .content-grid .description-block .module-info_item {
    display: block;
    flex-direction: column;
    align-self: start;
  }
}
.modern-house-about .content-section .container .content-grid .description-block .module-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.modern-house-about .content-section .container .content-grid .description-block .module-info .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modern-house-about .content-section .container .content-grid .description-block .module-info .info-text {
  font-family: "Jura";
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.modern-house-about .content-section .container .content-grid .description-block .description-text {
  font-family: "Jura";
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.modern-house-about .content-section .container .content-grid .description-block .amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 20px;
}
.modern-house-about .content-section .container .content-grid .description-block .amenities-grid .amenity-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modern-house-about .content-section .container .content-grid .description-block .amenities-grid .amenity-item .amenity-text {
  font-family: Jura;
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.modern-house-about .content-section .container .content-grid .conditions-block {
  opacity: 1;
  gap: 40px;
  top: 1044px;
  left: 970px;
  border-width: 2px;
  padding: 40px;
  border: 2px solid #470601;
}
@media screen and (max-width: 768px) {
  .modern-house-about .content-section .container .content-grid .conditions-block {
    padding: 20px;
  }
}
.modern-house-about .content-section .container .content-grid .conditions-block .section-title {
  font-family: "Agency FB Cyrillic";
  font-weight: 400;
  font-style: Regular;
  font-size: 60px !important;
  line-height: 135%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .modern-house-about .content-section .container .content-grid .conditions-block .section-title {
    font-size: 40px !important;
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  .modern-house-about .content-section .container .content-grid .conditions-block .section-title {
    font-size: 36px !important;
  }
}
.modern-house-about .content-section .container .content-grid .conditions-block .time-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modern-house-about .content-section .container .content-grid .conditions-block .time-info .time-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.modern-house-about .content-section .container .content-grid .conditions-block .time-info .time-item:last-child {
  margin-bottom: 0;
}
.modern-house-about .content-section .container .content-grid .conditions-block .time-info .time-item .time-label {
  font-size: 16px;
  color: #FFFFFF;
  font-family: Jura;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
}
.modern-house-about .content-section .container .content-grid .conditions-block .time-info .time-item .time-value {
  font-family: Jura;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FF9122;
}
.modern-house-about .content-section .container .content-grid .conditions-block .additional-info {
  font-family: "Jura";
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.modern-house-about .content-section .container .content-grid .conditions-block .additional-info span {
  font-size: 19px;
  color: #FF9122;
}
.modern-house-about .content-section .container .content-grid .conditions-block .info-block {
  margin-bottom: 50px;
}
.modern-house-about .content-section .container .content-grid .conditions-block .info-block .info-block-title {
  font-family: Agency FB Cyrillic;
  font-weight: 400;
  font-style: Regular;
  font-size: 45px !important;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px !important;
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .modern-house-about .content-section .container .content-grid .conditions-block .info-block .info-block-title {
    margin-top: 20px !important;
    margin-bottom: 12px !important;
    font-size: 30px !important;
  }
}
.modern-house-about .content-section .container .content-grid .conditions-block .info-block .info-block-text {
  font-family: Jura;
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .modern-house-about .content-section .container .content-grid {
    gap: 80px;
  }
}
@media (max-width: 968px) {
  .modern-house-about .content-section .container .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .section-title {
    font-size: 40px;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .modern-house-about .content-section .container .content-grid .description-block .section-title {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .section-title.amenities-title {
    font-size: 40px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .description-text {
    font-size: 14px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .module-info .info-text {
    font-size: 14px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .amenities-grid .amenity-item .amenity-text {
    font-size: 14px;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .section-title {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .time-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .time-info .time-item {
    gap: 5px;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .additional-info {
    font-size: 13px;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .info-block .info-block-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .modern-house-about .hero-section .swiper-container .swiper-pagination {
    bottom: 20px !important;
  }
  .modern-house-about .hero-section .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .section-title.amenities-title {
    font-size: 16px;
    margin-top: 30px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .module-info {
    margin-bottom: 15px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .module-info .info-icon {
    width: 20px;
    height: 20px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .amenities-grid {
    grid-template-columns: 1fr;
  }
  .modern-house-about .content-section .container .content-grid .description-block .amenities-grid .amenity-item {
    gap: 20px;
  }
  .modern-house-about .content-section .container .content-grid .description-block .amenities-grid .amenity-item .amenity-icon {
    width: 20px;
    height: 20px;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .time-info .time-item span {
    font-size: 15px !important;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .info-block {
    margin-bottom: 35px;
  }
  .modern-house-about .content-section .container .content-grid .conditions-block .info-block .info-block-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.booking-page_main {
  padding-bottom: 60px;
}

.location-about {
  background: var(--Black, #130B02);
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .location-about {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .location-about {
    margin-bottom: 60px;
  }
}
.location-about .main-text {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 52px;
  margin-top: -18px;
}
@media screen and (max-width: 768px) {
  .location-about .main-text {
    font-size: 60px;
    margin-top: -78px;
  }
}
@media screen and (max-width: 480px) {
  .location-about .main-text {
    font-size: 45px;
  }
}
.location-about .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.location-about .boxes .item {
  border: 2px solid var(--dark-red);
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border: 2px solid var(--Dark-red, #9D0300);
  transition: 0.5s all;
  margin-bottom: 20px;
}
.location-about .boxes .item:last-child {
  margin-bottom: 0;
}
.location-about .boxes .item:hover {
  background: var(--Dark-red, #9D0300);
}
.location-about .boxes .item .contend {
  padding: 20px;
  width: 100%;
}
.location-about .boxes .item .contend h2 {
  color: var(--White, #FFF);
  font-family: "Agency FB Cyrillic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 19px;
}
@media screen and (max-width: 480px) {
  .location-about .boxes .item .contend h2 {
    margin-bottom: 16px;
  }
}
.location-about .boxes .item .contend .chekbox_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.location-about .boxes .item .contend .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
  justify-content: flex-start;
}
.location-about .boxes .item .contend .checkbox-wrapper .item_icon{
  width: 35px;
  height: 35px;
  display: flex;
}
.location-about .boxes .item .contend .checkbox-wrapper .item_icon svg{ 
  
}
.location-about .boxes .item .contend .checkbox-wrapper .checkbox-text {
  font-family: "Jura";
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.4;
  color: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .location-about .boxes .item .contend .checkbox-wrapper .checkbox-text {
    font-size: 18px !important;
    line-height: 130%;
  }
}
@media screen and (max-width: 480px) {
  .location-about .boxes .item .contend .checkbox-wrapper .checkbox-text {
    font-size: 17px !important;
    line-height: 130%;
  }
}
.location-about .boxes .item .contend .checkbox-wrapper:hover .checkbox-text {
  color: #f0f0f0;
}
.location-about .boxes .item .contend .step {
  flex: 1;
  display: flex;
  gap: 20px;
  color: var(--White, #FFF);
  font-family: Jura;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .location-about .boxes .item .contend .step {
    gap: 10px;
  }
}
.location-about .boxes .item .contend .step.red {
  color: var(--Light-red, #FE6148);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.location-about .boxes .item .contend .step.red span {
  color: var(--Light-red, #FE6148);
}
.location-about .boxes .item .contend .step p {
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
}
.location-about .boxes .item .contend .step .step-label {
  width: 68px;
  flex-shrink: 0;
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 480px) {
  .location-about .boxes .item .contend .step .step-label {
    width: auto;
  }
}
.location-about .boxes .item .contend .step .step-label2 {
  width: 125px;
  flex-shrink: 0;
  color: var(--Gray, #756E67);
  font-family: Jura;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 480px) {
  .location-about .boxes .item .contend .step .step-label2 {
    width: auto;
  }
}
.location-about .boxes .item1 {
  background-image: url("../imgs/taxi.png");
  background-repeat: no-repeat;
  background-size: 630px;
  background-position: left;
  margin-bottom: 0;
}
.location-about .boxes .item1:hover {
  background: url("../imgs/taxi.png"), var(--Dark-red, #9D0300);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 630px;
}
.location-about .boxes .item1 .contend {
  margin-left: auto;
  width: 60%;
  padding: 40px 30px;
}
@media (max-width: 1199px) {
  .location-about .boxes .item .contend h2 {
    font-size: 50px;
  }
  .location-about .checkbox-text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .location-about .boxes {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .location-about .boxes .item:first-child {
    background-size: contain;
  }
  .location-about .boxes .item .contend h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .location-about {
    margin-top: 230px;
  }
  .location-about .boxes {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .location-about .boxes .item1 {
    background-position: top left;
  }
  .location-about .boxes .item1:hover {
    background-position: top left;
  }
  .location-about .boxes .item1 .contend {
    padding-top: 230px;
  }
  .location-about .boxes .item .step {
    flex-direction: column;
  }
  .location-about .boxes .item:first-child {
    min-height: 400px;
    background-size: 200px auto;
  }
  .location-about .boxes .item:first-child .contend {
    width: 100%;
    margin-left: 0;
  }
  .location-about .boxes .item .contend h2 {
    font-size: 40px;
  }
}/*# sourceMappingURL=index.css.map */