@font-face {
  font-family: Gilroy;
  src: url(https://public-crm-catalog.tipscrm.ru/fonts/Gilroy/Gilroy-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Gilroy;
  src: url(https://public-crm-catalog.tipscrm.ru/fonts/Gilroy/Gilroy-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Gilroy;
  src: url(https://public-crm-catalog.tipscrm.ru/fonts/Gilroy/Gilroy-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Gilroy;
  src: url(https://public-crm-catalog.tipscrm.ru/fonts/Gilroy/Gilroy-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Gilroy;
  src: url(https://public-crm-catalog.tipscrm.ru/fonts/Gilroy/Gilroy-ExtraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Novoposelensky;
  src: url(../fonts/Novoposelensky.otf) format("truetype");
  font-style: normal;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Gilroy', sans-serif !important;
  color: #FFF;
}
.hidden-mobile {
  display: block;
}
.hidden-desktop {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  padding: 10px 0;
  backdrop-filter: blur(21px);
}
.logo img {
  height: 50px;
  width: auto;
}
.phone-block a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.main-screen {
  background-image: url(/img/arhyz/lunnaya-polyana-main-comp.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 357px;
  width: 100vw;
  position: relative;
  padding-bottom: 80px;
  text-align: center;
  color: #FFF;
}
.main-screen h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}
.main-screen p {
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}
.invest-features-block {
  background-color: #001b3f;
  background-image: url(/img/arhyz/line-bg.webp);
  background-size: cover;
  padding: 70px 0;
  color: #FFF;
}
.invest-features-block .invest-features-block-item {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
}
.invest-features-block .invest-features-block-item .investfeature-digit-block {
  min-width: 125px;
  text-align: right;
}
.invest-features-block .invest-features-block-item .investfeature-digit-block .big-digits {
  font-family: 'Novoposelensky', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}
.invest-features-block .invest-features-block-item .investfeature-desc-block {
  opacity: 0.7;
}
.why-arhyz-block {
  background-color: #aabcd9;
  padding: 40px 0;
  color: #1e293b;
  max-width: 100%;
}
.arhyz-views-slider {
    overflow: hidden;
}
.why-arhyz-block .stats-blocks {
  width: 48%;
}
.why-arhyz-block .stats-blocks .stat-block:first-child {
  margin-bottom: 15px;
}
.why-arhyz-block .ski-block {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #96a5c1;
}
.why-arhyz-block .full-year-block {
  width: 50%;
  margin-top: 0;
}
.why-arhyz-block .desc-block {
  opacity: 0.7;
}
.why-arhyz-block .ski-img {
  width: 48%;
}
.why-arhyz-block .ski-description-block {
  width: 50%;
}
.why-arhyz-block .ski-description-block .ski-description {
  text-align: left;
}
.why-arhyz-block .walking-routes-img {
  margin-top: 0;
}
.why-arhyz-block .walking-routes-desc-block {
  width: 48%;
}
.why-arhyz-block .walking-routes-img {
  width: 50%;
}
.why-arhyz-block .walking-routes-desc-block,
.why-arhyz-block .ski-description-block {
  padding: 30px;
}
.why-arhyz-block .walking-routes-block {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #96a5c1;
}
.why-arhyz-items {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.stat-block {
  border-radius: 30px;
  padding: 30px;
  flex: 1;
  min-width: 300px;
  text-align: center;
  border: 1px solid rgba(30, 41, 59, 0.15);
}
.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1;
  margin-bottom: 15px;
}
.stat-text {
  font-size: 16px;
  font-weight: 400;
  color: #1e293b;
  opacity: 0.7;
  line-height: 1.5;
}
.stat-item-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid rgba(30, 41, 59, 0.15);
  margin-top: 15px;
  padding-top: 15px;
}
.stat-item-inner .icon-block {
  width: 24px;
  height: 24px;
}
.stat-item-inner .icon-block svg path {
  stroke: #1e293b;
}
.stat-item-inner .text-block {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #1e293b;
  opacity: 0.7;
}
.sticky-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(21px);
  z-index: 100;
  padding: 10px 0;
}
.sticky-block .btn-consultation {
  background-color: #41d563;
  color: #FFF;
  border: none;
  cursor: pointer;
}
.sticky-block .btn-consultation:hover {
  background-color: #29ba4a;
}
.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0px 49px 85px -39px rgba(0, 0, 0, 0.4);
}
.arhyz-digit-bullets h2 {
  position: relative;
}
.arhyz-digit-bullet {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.arhyz-digit-bullet .digit-value {
  display: flex;
  align-items: center;
  min-width: 110px;
  justify-content: flex-end;
  position: relative;
}
.arhyz-digit-bullet .digit-value .big-digits {
  font-family: 'Novoposelensky', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}
.arhyz-digit-bullet .digit-value .three-digits {
  font-size: 33px;
}
.arhyz-digit-bullet .digit-value svg {
  width: 48px;
  height: 48px;
}
.arhyz-digit-bullet .digit-value svg path {
  stroke: #1e293b;
}
.arhyz-digit-bullet .text-value {
  font-size: 16px;
  font-weight: 400;
  color: #1e293b;
  opacity: 0.7;
}
.about-hotel {
  background: #001b3f;
  padding: 40px 0;
  color: #FFF;
}
.about-hotel .desc-block {
  opacity: 0.7;
}
.about-hotel .about-project-block {
  width: 48%;
}
.about-hotel .about-partners-block {
  width: 50%;
  border-left: 1px solid #ffffff1f;
  padding-left: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2c60b5 !important;
  width: 25px;
}
.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.hotel-block {
  background-color: #001b3f;
  padding: 40px 0;
  color: #FFF;
  position: relative;
}
.hotel-block .hotel-cover {
  /* padding-top: 240px; */
  display: flex;
  gap: 30px;
}
.hotel-block .desc-block {
  opacity: 0.7;
  position: relative;
  z-index: 5;
}
.hotel-block h2 {
  position: relative;
  z-index: 5;
}
.hotel-block .hotel-bullets {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
.hotel-block .hotel-bullets .hotel-bullet {
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFF;
  border-radius: 8px;
  padding: 7px 15px;
  opacity: 0.7;
}
.cover-block {
  position: relative;
  max-width: 35%;
  border-radius: 30px;
  overflow: hidden;
}
.cover-block img {
  width: 100%;
}
.cover-block .gradient-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #001b3f 0%, rgba(0, 27, 63, 0) 70%);
}
.hotel-description {
  margin-top: 20px;
}
.hotel-description .hotel-description-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hotel-description .hotel-description-item .icon-block {
  width: 24px;
  height: 24px;
}
.hotel-description .hotel-description-item .icon-block svg path {
  stroke: #FFF;
}
.hotel-description .hotel-description-item .text-block {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  opacity: 0.7;
}
.hotel-description .hotel-description-item .pre-desc {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  opacity: 0.7;
}
.hotel-description .hotel-description-item .hotel-decs-value {
  font-size: 16px;
}
.project-bullets .project-bullet {
  display: flex;
  gap: 15px;
}
.project-bullets .project-bullet .project-bullet-icon {
  width: 24px;
  height: 24px;
}
.project-bullets .project-bullet .project-bullet-icon svg path {
  stroke: #FFF;
}
.project-bullets .project-bullet .project-bullet-text .project-bullet-header {
  font-weight: 600;
  color: #FFF;
  margin-bottom: 5px;
}
.project-bullets .project-bullet .project-bullet-desc {
  color: #FFF;
  opacity: 0.7;
}
.ski-img img,
.walking-routes-img img {
  width: 100%;
}
.walking-routes-img {
  margin-top: -100px;
}
.full-year-block {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #96a5c1;
  margin-top: 20px;
}
.full-year-block img {
  width: 100%;
}
.full-year-block p {
  padding: 20px;
  opacity: 0.7;
}
.hotel-photo-block-outter {
  margin-top: 20px;
  overflow: scroll;
  height: 130px;
}
.hotel-photo-block-outter .hotel-photo-block-inner {
  height: 100%;
  display: flex;
  gap: 15px;
}
.hotel-photo-block-outter .hotel-photo-block-inner img {
  height: 100%;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hotel-photo-block-outter .hotel-photo-block-inner img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.hotel-photo-block-outter .hotel-photo-block-inner a {
  display: block;
  text-decoration: none;
  width: fit-content;
  height: 100%;
}
.hotel-photo-block-outter .hotel-photo-block-inner a:hover {
  text-decoration: none;
}
.hotel-photo-block-header {
  padding-left: 15px;
}
.hotel-photo-block-outter {
  padding: 0 15px;
}
.hotel-photo-block-header {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hotel-photo-block-header h3 {
  font-size: calc(1.1rem + 0.6vw) !important;
}
.about-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  align-items: center;
  margin-bottom: 15px;
}
.about-block .pre-block {
  font-size: 16px;
  color: #FFF;
  opacity: 1;
  font-weight: 600;
  background: none;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 7px;
  width: fit-content;
}
.about-block .about-desc-block {
  font-size: 16px;
  text-align: left;
  opacity: 0.7;
}
.about-block .logo-block {
  width: 20%;
  text-align: right;
}
.about-block .about-text-block {
  width: 70%;
}
.about-block.mantera {
  background: url(/img/arhyz/glow-1.png) no-repeat center left;
  background-size: contain;
}
.about-block.mantera .logo-block img {
  width: 100%;
}
.about-block.blank {
  background: url(/img/arhyz/glow-2.png) no-repeat center left;
  background-size: contain;
}
.about-block.blank .logo-block img {
  width: 70%;
}
.about-block.dom {
  background: url(/img/arhyz/glow-3.png) no-repeat center left;
  background-size: contain;
}
.about-block.dom .logo-block img {
  width: 40%;
}
footer {
  height: 100px;
  background-color: #001b3f;
}
.compare-block {
  margin: 40px 0;
  max-width: 100%;
  overflow: hidden;
}
.compare-block .overflow-x-auto {
  overflow-x: auto;
  overflow-y: visible;
  position: relative;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.compare-block .overflow-x-auto::-webkit-scrollbar {
  height: 8px;
}
.compare-block .overflow-x-auto::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.compare-block .overflow-x-auto::-webkit-scrollbar-thumb {
  background: #2c60b5;
  border-radius: 4px;
}
.compare-block .overflow-x-auto::-webkit-scrollbar-thumb:hover {
  background: #224a8c;
}
.compare-block table {
  width: 100%;
  min-width: 600px;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.05);
}
.compare-block table thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.compare-block table thead tr {
  background: #001b3f !important;
}
.compare-block table thead tr th {
  padding: 20px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  border-bottom: 2px solid #9fb3cc;
  position: sticky;
  background: #001b3f;
}
.compare-block table thead tr th:first-child {
  left: 0;
  z-index: 11;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 120px;
}
.compare-block table thead tr th:not(:first-child) {
  min-width: 150px;
  text-align: center;
}
.compare-block table tbody tr {
  background: rgba(255, 255, 255, 0.02);
  transition: background-color 0.3s ease;
}
.compare-block table tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
}
.compare-block table tbody tr:nth-child(even) {
  background: #183153;
}
.compare-block table tbody tr:nth-child(even):hover {
  background: #122b4e;
}
.compare-block table tbody tr td {
  padding: 15px;
  font-size: 14px;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
}
.compare-block table tbody tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 12;
  background: inherit;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 120px;
}
.compare-block table tbody tr td:not(:first-child) {
  min-width: 150px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .main-screen {
    background-image: url(/img/arhyz/main-img-mob.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 317px;
    width: 100vw;
    position: relative;
    padding-top: 120px;
    text-align: left;
  }
  .main-screen h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
  }
  .main-screen p {
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
  }
  .invest-features-block {
    padding: 40px 0;
    background-image: url(/img/arhyz/line-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .invest-features-block .invest-features-block-item {
    width: 100%;
    padding: 0;
  }
  .invest-features-block .big-digits {
    font-family: 'Novoposelensky', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
  }
  .why-arhyz-items {
    flex-direction: column;
    gap: 20px;
  }
  .stat-block {
    padding: 20px;
    width: 95%;
  }
  .why-arhyz-block .stats-blocks {
    width: 100%;
  }
  .why-arhyz-block .full-year-block {
    width: 95%;
  }
  .why-arhyz-block .ski-block {
    border-radius: 0;
    border: none;
    margin-left: -0.75rem;
  }
  .why-arhyz-block .ski-img {
    width: 100%;
  }
  .why-arhyz-block .ski-description-block {
    width: 100%;
    padding: 20px 20px 0 20px;
    margin-top: -70px;
  }
  .why-arhyz-block .ski-description-block .ski-description {
    text-align: center;
  }
  .why-arhyz-block .ski-description-block .ski-description p {
    font-size: 18px;
    opacity: 0.7;
  }
  .why-arhyz-block .walking-routes-block {
    border-radius: 0;
    border: none;
    margin-left: -0.75rem;
    flex-direction: column;
    gap: 0 !important;
  }
  .why-arhyz-block .walking-routes-block .walking-routes-desc-block {
    width: 100%;
    order: 2;
  }
  .why-arhyz-block .walking-routes-block .walking-routes-img {
    order: 1;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #1e293b30;
  }
  .why-arhyz-block .walking-routes-block .walking-routes-img h2 {
    padding: 0 0.75rem;
    z-index: 2;
    position: relative;
  }
  .why-arhyz-block .walking-routes-block .walking-routes-img img {
    margin-top: -70px;
    z-index: 1;
    position: relative;
  }
  .why-arhyz-block .walking-routes-block .walking-routes-desc-block {
    padding-top: 0px;
  }
  .about-block {
    padding: 30px 0;
  }
  .about-block .logo-block {
    width: 100%;
    text-align: center;
  }
  .about-block .about-text-block {
    width: 100%;
    text-align: center;
  }
  .about-block .pre-block {
    font-size: 16px;
    opacity: 0.7;
    background: #a9c7d92e;
    padding: 10px 20px;
    border-radius: 10px;
    width: fit-content;
    margin: 12px auto;
  }
  .about-block .about-desc-block {
    font-size: 18px;
    text-align: center;
    opacity: 0.7;
  }
  .stat-number {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .stat-number .big-digits {
    font-family: 'Novoposelensky', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
  }
  .stat-number .small-symbols {
    font-size: 30px;
    opacity: 0.7;
    font-weight: 400;
  }
  .about-block.mantera {
    background: url(/img/arhyz/glow-1.png) no-repeat center center;
    background-size: cover;
  }
  .about-block.mantera .logo-block img {
    width: 70%;
  }
  .about-block.blank {
    background: url(/img/arhyz/glow-2.png) no-repeat center center;
    background-size: cover;
  }
  .about-block.blank .logo-block img {
    width: 45%;
  }
  .about-block.dom {
    background: url(/img/arhyz/glow-3.png) no-repeat center center;
    background-size: cover;
  }
  .about-block.dom .logo-block img {
    width: 20%;
  }
  .about-hotel .about-project-block {
    width: 100%;
  }
  .about-hotel .about-partners-block {
    width: 110%;
    border-left: none;
    padding-left: 0px;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .about-hotel .about-block {
    padding: 30px 0.75rem;
  }
  .hotel-block .hotel-cover {
    flex-wrap: wrap;
  }
  .hotel-block .cover-block {
    max-width: 110%;
    min-width: 100%;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .hotel-block .cover-text {
    margin-top: -55px;
  }
  .compare-block {
    margin: 20px 0;
  }
  .compare-block .overflow-x-auto {
    border-radius: 10px;
    margin: 0 5px;
  }
  .compare-block .overflow-x-auto::-webkit-scrollbar {
    height: 6px;
  }
  .compare-block table {
    min-width: 500px;
  }
  .compare-block table thead th {
    padding: 15px 10px;
    font-size: 14px;
  }
  .compare-block table thead th:first-child {
    min-width: 100px;
  }
  .compare-block table thead th:not(:first-child) {
    min-width: 120px;
  }
  .compare-block table tbody td {
    padding: 12px 10px;
    font-size: 13px;
  }
  .compare-block table tbody td:first-child {
    min-width: 100px;
  }
  .compare-block table tbody td:not(:first-child) {
    min-width: 120px;
  }
}
.underline {
  position: relative;
  text-decoration: none;
}
.underline::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #001b3f;
  transform-origin: left;
  transition: transform 0.3s ease;
}
