/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

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

a:hover {
  text-decoration: none;
}

/* Common */

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Inter';
  src: url('/fontsRLKiM0rtI/inter-variableRLKiM0rtI.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/fontsRLKiM0rtI/lato-boldRLKiM0rtI.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.headerRLKiM0rtI {
  background: #141414;
}

.headerInnerRLKiM0rtI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  position: relative;
}

.logoRLKiM0rtI {
  width: 40px;
}

.navRLKiM0rtI {
  flex: 1;
  display: flex;
  justify-content: center;
}

.navListRLKiM0rtI {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navLinkRLKiM0rtI {
  color: #fff;
  font-family: Inter;
  font-size: 17px;
  line-height: 130%;
  text-decoration: none;
}

.btnRLKiM0rtI {
  max-width: 329px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b6ab3;
  border-radius: 10px;
  color: #fff;
  font-family: 'League Spartan', Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.burgerRLKiM0rtI {
  display: none;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.burgerRLKiM0rtI span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0b6ab3;
  border-radius: 2px;
  transition: 0.3s;
}

.burgerRLKiM0rtI span:nth-child(1) {
  top: 0;
}
.burgerRLKiM0rtI span:nth-child(2) {
  top: 10px;
}
.burgerRLKiM0rtI span:nth-child(3) {
  top: 20px;
}

.burgerRLKiM0rtI.is-open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.burgerRLKiM0rtI.is-open span:nth-child(2) {
  opacity: 0;
}

.burgerRLKiM0rtI.is-open span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.mobileOverlayRLKiM0rtI {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 1000;
}

.mobileOverlayRLKiM0rtI.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobileMenuRLKiM0rtI {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 360px;
  height: 100%;
  background: #141414;
  transform: translateX(100%);
  transition: 0.35s;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mobileOverlayRLKiM0rtI.is-open .mobileMenuRLKiM0rtI {
  transform: translateX(0);
}

.mobileNavListRLKiM0rtI {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1024px) {
  .navRLKiM0rtI,
  .btnRLKiM0rtI {
    display: none;
  }

  .burgerRLKiM0rtI {
    display: block;
  }

  .mobileOverlayRLKiM0rtI.is-open .btnRLKiM0rtI {
    display: flex;
  }
}

.heroRLKiM0rtI {
  width: 100%;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.3) 55%,
      rgba(0, 0, 0, 0) 100%
    ),
    url('/imagesRLKiM0rtI/place1RLKiM0rtI.webp') center / cover no-repeat;
  padding: 110px 0 100px;
}

.heroInnerRLKiM0rtI {
  display: flex;
}

.heroContentRLKiM0rtI {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.heroTitleRLKiM0rtI {
  margin: 0;
  color: #fff;
  font-family: Lato;
  font-size: 38px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}

.heroBtnRLKiM0rtI {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 329px;
  height: 56px;
  padding: 0 24px;
  border-radius: 10px;
  background: #0b6ab3;
  color: #fff;
  text-align: center;
  font-family: 'League Spartan', Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 137.5%;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .heroRLKiM0rtI {
    padding: 20px 0 32px;
  }

  .heroInnerRLKiM0rtI {
    width: 100%;
  }

  .heroContentRLKiM0rtI {
    max-width: 100%;
    gap: 24px;
    border-radius: 12px;
  }

  .heroTitleRLKiM0rtI {
    font-size: 32px;
    line-height: 36px;
  }

  .heroBtnRLKiM0rtI {
    max-width: 100%;
  }
}
.topBarsRLKiM0rtI {
  padding: 80px 0;
  background: #141414;
}

.topBarsTitleRLKiM0rtI {
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

.topBarsListRLKiM0rtI {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: stretch;
}

.topBarsItemRLKiM0rtI {
  width: calc(33.333% - 16px);
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 685px;

  border-radius: 18px;
  border: 1px solid #33374f;
  background: #252525;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.1);
}

.topBarsImgRLKiM0rtI {
  width: 100%;
  height: 238px;
  object-fit: cover;
  border-radius: 14px;
}

.topBarsContentRLKiM0rtI {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  flex: 1;
}

.topBarsHeaderRLKiM0rtI {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.topBarsNameRLKiM0rtI {
  margin: 0;
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 29px;
}

.topBarsRatingRLKiM0rtI {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #c5c5c5;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}

.topBarsStarRLKiM0rtI {
  width: 12px;
  height: 12px;
}

.topBarsTagsRLKiM0rtI {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topBarsTagsRLKiM0rtI li {
  padding: 6px 12px;
  border-radius: 9px;
  background: linear-gradient(113deg, #08416d 28.86%, #063355 112.65%);
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

.topBarsTextRLKiM0rtI {
  margin: 0;
  color: #c4c4c4;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}

.topBarsBtnRLKiM0rtI {
  margin-top: auto;
  width: 100%;
  height: 56px;
  border-radius: 10px;
  background: #0b6ab3;
  color: #fff;
  font-family: 'League Spartan', Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 137.5%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .topBarsItemRLKiM0rtI {
    width: calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  .topBarsItemRLKiM0rtI {
    width: 100%;
  }
}

.aboutRLKiM0rtI {
  padding: 80px 0;
  background: #141414;
}

.aboutTitleRLKiM0rtI {
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

.aboutInnerRLKiM0rtI {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.aboutImageWrapRLKiM0rtI {
  flex-shrink: 0;
  width: 610px;
}

.aboutImageRLKiM0rtI {
  width: 100%;
  height: 448px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.aboutContentRLKiM0rtI {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aboutSubtitleRLKiM0rtI {
  margin: 0 0 8px;
  color: #fff;
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
}

.aboutTextRLKiM0rtI {
  margin: 0;
  color: #c4c4c4;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .aboutInnerRLKiM0rtI {
    gap: 32px;
  }

  .aboutImageWrapRLKiM0rtI {
    width: 480px;
  }

  .aboutImageRLKiM0rtI {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .aboutRLKiM0rtI {
    padding: 48px 0;
  }

  .aboutInnerRLKiM0rtI {
    flex-direction: column;
    gap: 24px;
  }

  .aboutImageWrapRLKiM0rtI {
    width: 100%;
  }

  .aboutImageRLKiM0rtI {
    width: 100%;
    height: auto;
    aspect-ratio: 610 / 448;
  }

  .aboutSubtitleRLKiM0rtI {
    font-size: 22px;
    line-height: 26px;
  }
}

.whyRLKiM0rtI {
  padding: 80px 0;
  background: #141414;
}

.whyTitleRLKiM0rtI {
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

.whyListRLKiM0rtI {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.whyItemRLKiM0rtI {
  flex: 1;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #33374f;
  background: #252525;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.1);

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.whyItemTitleRLKiM0rtI {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 29px;
}

.whyItemTextRLKiM0rtI {
  margin: 0;
  color: #c4c4c4;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .whyListRLKiM0rtI {
    flex-wrap: wrap;
  }

  .whyItemRLKiM0rtI {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  .whyRLKiM0rtI {
    padding: 48px 0;
  }

  .whyListRLKiM0rtI {
    flex-direction: column;
  }

  .whyItemRLKiM0rtI {
    flex: 1;
  }
}

.reviewsRLKiM0rtI {
  padding: 80px 0;
  background: #141414;
}

.reviewsTitleRLKiM0rtI {
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

.reviewsListRLKiM0rtI {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.reviewsItemRLKiM0rtI {
  flex: 1;
  min-height: 377px;
  padding: 16px;

  border-radius: 18px;
  border: 1px solid #33374f;
  background: #252525;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.1);

  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviewsAvatarRLKiM0rtI {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.reviewsStarsRLKiM0rtI {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.reviewsStarsRLKiM0rtI img {
  width: 20px;
  height: 20px;
}

.reviewsStarsRLKiM0rtI .big-starRLKiM0rtI {
  width: 26px;
  height: 26px;
}

.reviewsTextRLKiM0rtI {
  margin: 0;
  color: #c4c4c4;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;

  flex: 1;
  display: flex;
  align-items: center;
}

.reviewsNameRLKiM0rtI {
  margin-top: 16px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 29px;
}

@media (max-width: 1024px) {
  .reviewsListRLKiM0rtI {
    flex-wrap: wrap;
  }

  .reviewsItemRLKiM0rtI {
    flex: 0 0 calc(50% - 12px);
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .reviewsRLKiM0rtI {
    padding: 48px 0;
  }

  .reviewsListRLKiM0rtI {
    flex-direction: column;
  }

  .reviewsItemRLKiM0rtI {
    min-height: auto;
  }
}
.footerRLKiM0rtI {
  padding: 64px 0;
  background: linear-gradient(0deg, #2b2a28 0%, #141414 100%);
}

.footerRowRLKiM0rtI {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footerLogoWrapRLKiM0rtI {
  flex-shrink: 0;
}

.footerLogoRLKiM0rtI {
  width: 100px;
  height: 122.607px;
  object-fit: contain;
}

.footerRightRLKiM0rtI {
  display: flex;
  gap: 64px;
}

.footerNavRLKiM0rtI {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footerTitleRLKiM0rtI {
  margin: 0;
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 29px;
}

.footerListRLKiM0rtI {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footerListRLKiM0rtI a {
  color: #fff;
  text-decoration: none;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}

.footerContactsRLKiM0rtI {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footerContactsListRLKiM0rtI {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footerContactsListRLKiM0rtI li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}

.footerContactsListRLKiM0rtI a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .footerRightRLKiM0rtI {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .footerRowRLKiM0rtI {
    flex-direction: column;
    gap: 32px;
  }

  .footerLogoWrapRLKiM0rtI {
    display: none;
  }

  .footerRightRLKiM0rtI {
    flex-direction: column;
    gap: 32px;
  }
}

.topBarsItemRLKiM0rtI {
  position: relative;
}

.topBarsBadgeRLKiM0rtI {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);

  padding: 15px 24px;
  border-radius: 9px;
  background: #f4cb45;
  width: 219px;
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  z-index: 2;
  white-space: nowrap;
}

.topBarsItemRLKiM0rtI {
  display: flex;
  flex-direction: column;
}

.topBarsList--featuredPageRLKiM0rtI {
  padding-top: 60px;
}

.topBarsItemRLKiM0rtI.topBarsItem--featuredRLKiM0rtI {
  position: relative;
  height: 700px;
  transform: translateY(-50px);
}

.topBarsList--featuredPageRLKiM0rtI
  .topBarsItemRLKiM0rtI.topBarsItem--featuredRLKiM0rtI {
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .topBarsItemRLKiM0rtI.topBarsItem--featuredRLKiM0rtI {
    height: auto;
    transform: none;
  }

  .topBarsList--featuredPageRLKiM0rtI {
    flex-direction: column;
    align-items: center;
  }

  .topBarsList--featuredPageRLKiM0rtI
    .topBarsItemRLKiM0rtI.topBarsItem--featuredRLKiM0rtI {
    margin-top: 20px;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .topBarsItemRLKiM0rtI.topBarsItem--featuredRLKiM0rtI {
    margin-top: 0;
  }
  .topBarsList--featuredPageRLKiM0rtI {
    padding-top: 20px;
  }
}

.contactRLKiM0rtI {
  padding: 80px 0;
  background: radial-gradient(60% 60% at 50% 50%, #1e1e1e 0%, #141414 100%);
}

.containerRLKiM0rtI {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.contactTitleRLKiM0rtI {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
}

.contactGridRLKiM0rtI {
  display: flex;
  gap: 48px;
  align-items: stretch;
}

.contactImageRLKiM0rtI {
  flex: 1;
  display: flex;
}

.contactImageRLKiM0rtI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.contactFormRLKiM0rtI {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactFormRLKiM0rtI label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  font-family: Inter;
  font-size: 17px;
}

.contactFormRLKiM0rtI input,
.contactFormRLKiM0rtI select,
.contactFormRLKiM0rtI textarea {
  height: 48px;
  padding: 10px 12px;
  border-radius: 3px;
  border: none;
  background: #d8d8d8;
  color: #000;
  font-family: Inter;
  font-size: 17px;
}

.contactFormRLKiM0rtI textarea {
  height: auto;
  resize: none;
}

.contactBtnRLKiM0rtI {
  margin-top: 16px;
  height: 56px;
  border-radius: 10px;
  background: #0b6ab3;
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .contactGridRLKiM0rtI {
    flex-direction: column;
  }

  .contactImageRLKiM0rtI {
    display: none;
  }
}

.contactSuccessRLKiM0rtI {
  margin-top: 16px;
  color: #c4c4c4;
  font-family: Inter;
  font-size: 17px;
  line-height: 130%;
}

.terms {
  color: var(--white, #fff);
  background: #141414;
  padding: 40px 0;
}

.terms h1 {
  margin-bottom: 32px;
  color: var(--white, #fff);
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
}

.terms h2 {
  margin-bottom: 32px;
  color: var(--white, #fff);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
}

.terms p {
  margin-bottom: 32px;
  color: var(--white, #fff);
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.terms ul {
  margin-bottom: 32px;
  padding-left: 24px;
  list-style: disc;
}

.terms ul li {
  color: var(--white, #fff);
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.terms ul {
  list-style: disc;
}

.terms ul li {
  color: #fff;
  list-style-type: disc;
}

.terms ul li::marker {
  color: #fff;
}
