@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  src: url("/public/index/css/fonts/Manrope/Manrope-Regular.eot?") format("eot"), url("/public/index/css/fonts/Manrope/Manrope-Regular.ttf") format("truetype"), url("/public/index/css/fonts/Manrope/Manrope-Regular.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("/public/index/css/fonts/Manrope/Manrope-Medium.eot?") format("eot"), url("/public/index/css/fonts/Manrope/Manrope-Medium.ttf") format("truetype"), url("/public/index/css/fonts/Manrope/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("/public/index/css/fonts/Manrope/Manrope-Bold.eot?") format("eot"), url("/public/index/css/fonts/Manrope/Manrope-Bold.ttf") format("truetype"), url("/public/index/css/fonts/Manrope/Manrope-Bold.woff") format("woff");
}
@font-face {
  font-family: "SweetMavkaScript";
  src: url("./fonts/SweetMavkaScript/SweetMavkaScript.svg#SweetMavkaScript") format("svg"), url("./fonts/SweetMavkaScript/SweetMavkaScript.ttf") format("truetype"), url("./fonts/SweetMavkaScript/SweetMavkaScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/public/index/css/fonts/Manrope/Manrope-SemiBold.svg#SweetMavkaScript") format("svg"), url("/public/index/css/fonts/Manrope/Manrope-SemiBold.ttf") format("truetype"), url("/public/index/css/fonts/Manrope/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
:root {
  --ff-base: Manrope, Arial, Helvetica, sans-serif;
  --index: calc(1vw + 1vh);
}

.ng {
  font-family: var(--ff-base);
  max-width: 1920px;
  margin: -19px auto 0 auto;
  background: #fff url("../img/ng-show-bg2.svg") 0 0 repeat-y;
}
@media (max-width: 575.96px) {
  .ng .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 991.98px) {
  .ng .container {
    max-width: 990px;
  }
}
@media (min-width: 1199.98px) {
  .ng .container {
    max-width: 1170px;
  }
}
.ng .b-top {
  position: relative;
  margin-bottom: 50px;
  background-position: top right 30%;
  background-repeat: no-repeat;
  background-image: url("../img/b-top.jpg");
  background-size: cover;
}
@media (min-width: 991.98px) {
  .ng .b-top {
    background-position: top right 30%;
  }
}
@media (min-width: 1300px) {
  .ng .b-top {
    background-position: top center;
  }
}
.ng .b-top__item {
  position: relative;
  color: #fff;
  min-height: 268px;
}
@media (min-width: 767.98px) {
  .ng .b-top__item {
    min-height: 300px;
  }
}
@media (min-width: 991.98px) {
  .ng .b-top__item {
    min-height: 488px;
  }
}
.ng .b-top__text-position {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 280px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
  background-image: url("../img/b-top_plashka.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 767.98px) {
  .ng .b-top__text-position {
    width: 573px;
    height: 363px;
  }
}
.ng .b-top__name {
  font-family: SweetMavkaScript;
  font-weight: 500;
  max-width: 315px;
  font-size: 35px;
  line-height: 84%;
  text-align: center;
  color: #FE0119;
  padding-bottom: 20px;
}
@media (min-width: 767.98px) {
  .ng .b-top__name {
    font-size: 40px;
  }
}
.ng .b-top__region {
  font-family: Manrope;
  font-weight: 600;
  font-size: 42px;
  font-size: calc(14px + 4 * ((100vw) / 820));
  line-height: 136%;
  text-align: center;
  text-transform: uppercase;
  color: #618AB0;
}

.catalog__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: -0.03em;
  color: #343A40;
  padding-bottom: 35px;
}
.catalog__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 575.98px) {
  .catalog__row {
    margin: 0 -15px;
  }
}
.catalog__item {
  --width: 100%;
  --gap: 20px;
  flex: 0 0 auto;
  width: calc(var(--width) - var(--gap));
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
  box-shadow: 0px 25px 50px rgba(22, 25, 79, 0.05);
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 575.98px) {
  .catalog__item {
    --gap: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 767.98px) {
  .catalog__item {
    --width: 50%;
  }
}
@media (min-width: 991.98px) {
  .catalog__item {
    --width: 33.33%;
  }
}
.catalog__img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #343A40;
  padding-bottom: 4px;
}
.catalog__location {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: rgba(52, 58, 64, 0.6);
}
.catalog__hotel-info-item {
  position: relative;
  padding: 18px 20px 8px 20px;
}
.catalog__hotel-info-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background-color: #EEEEF2;
}
.catalog__link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 20px 20px 20px;
  padding: 8px 16px;
  background: #5554C1;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  color: #FFFFFF;
  transition: background-color 0.4s;
}
.catalog__link-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6867c8;
}

.catalog-menu {
  color: #343A40;
  padding-bottom: 35px;
}
.catalog-menu__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.catalog-menu__item {
  flex: 0 0 auto;
  padding: 0 15px;
}
.catalog-menu__link {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #343A40;
  padding: 8px 16px;
  background: rgba(85, 84, 193, 0.05);
  border-radius: 6px;
  transition: all 0.4s;
}
.catalog-menu__link--active, .catalog-menu__link:hover {
  text-decoration: none;
  background: #5554C1;
  color: #fff;
}

.hotel-star__row {
  display: inline-flex;
  margin: 0 -2px;
}
.hotel-star__item {
  flex: 0 0 12px;
  height: 12px;
  margin: 0 2px;
  background: transparent url("../img/star.svg") 0 0 no-repeat;
}
.hotel-star.d-none {
  display: block !important;
}
.hotel-star.d-none .hotel-star__item {
  background: transparent;
}

.hotel-tours__item {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 143%;
  color: rgba(52, 58, 64, 0.6);
  padding: 8px 20px;
}
.hotel-tours__item:hover {
  text-decoration: none;
  color: rgba(52, 58, 64, 0.6);
  background-color: #EEEEF2;
}
.hotel-tours__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: transparent url("../img/arrow-link.svg") 0 0 no-repeat;
  background-size: cover;
}
.hotel-tours__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background-color: #EEEEF2;
}
.hotel-tours__dates {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #343A40;
}
.hotel-tours__price {
  padding-top: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 133%;
  color: #5554C1;
}
.hotel-tours__price span {
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */