@font-face {
    font-family: 'Futuris';
    src: url('/assets/tpl/fonts/subset-futuriscyrillic.eot');
    src: url('/assets/tpl/fonts/subset-futuriscyrillic.eot?#iefix') format('embedded-opentype'),
        url('/assets/tpl/fonts/subset-futuriscyrillic.woff2') format('woff2'),
        url('/assets/tpl/fonts/subset-futuriscyrillic.woff') format('woff'),
        url('/assets/tpl/fonts/subset-futuriscyrillic.ttf') format('truetype'),
        url('/assets/tpl/fonts/subset-futuriscyrillic.svg#futuriscyrillic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT Book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Book'), url('/assets/tpl/fonts/futuracyrillicbook.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Light';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Light'), url('/assets/tpl/fonts/futuracyrilliclight.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('/assets/tpl/fonts/futuracyrillicmedium.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Demi'), url('/assets/tpl/fonts/futuracyrillicdemi.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Heavy'), url('/assets/tpl/fonts/futuracyrillicheavy.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Bold'), url('/assets/tpl/fonts/futuracyrillicbold.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Extra Bold'), url('/assets/tpl/fonts/futuracyrillicextrabold.woff') format('woff');
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
   scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Futuris', sans-serif;
  background: #ffffff;
  color: #000000;
  line-height: 1.4;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; 
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; 
}
audio:not([controls]) {
  display: none;
  height: 0; 
}
[hidden],
template,
.hidden,
.hide {
  display: none; 
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0; 
}
abbr[title] {
  border-bottom: 1px dotted; 
}
b,
strong {
  font-weight: bold; 
}
dfn {
  font-style: italic; 
}
h1, h2, h3, h4, h5 {
  margin: 20px 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0 0 10px 0; 
}
ul {
  margin: 0;
  padding: 0;
  list-style: none; 
}
mark {
  background: #ff0;
  color: #000; 
}
small {
  font-size: 80%; 
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; 
}
sup {
  top: -0.5em; 
}
sub {
  bottom: -0.25em; 
}
img {
  border: 0; 
}
svg:not(:root) {
  overflow: hidden; 
}
hr {
  box-sizing: content-box;
  height: 0; 
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; 
}
button,
select {
  text-transform: none; 
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; 
}
button[disabled],
html input[disabled] {
  cursor: default; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; 
}
input {
  line-height: normal; 
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; 
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; 
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; 
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; 
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.container {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1360px;
    margin: 0 auto;
}
.main_title {
   font-family: 'Futura PT Book', sans-serif;
   font-weight: 400;
   font-size: 50px;
   line-height: 110%;
   text-align: center;
   color: #1A304F;
   margin-bottom: 50px;
}
section {
   margin-top: 100px;
}

/*--------------------Slider---------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; 
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; 
}
.slick-list:focus {
    outline: none; 
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; 
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; 
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table; 
}
.slick-track:after {
    clear: both; 
}
.slick-loading .slick-track {
    visibility: hidden; 
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; 
}
[dir="rtl"] .slick-slide {
    float: right; 
}
.slick-slide img {
    display: block; 
}
.slick-slide.slick-loading img {
    display: none; 
}
.slick-slide.dragging img {
    pointer-events: none; 
}
.slick-initialized .slick-slide {
    display: block; 
}
.slick-loading .slick-slide {
    visibility: hidden; 
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; 
}
.slick-arrow.slick-hidden {
  display: none; 
}
/*--------------------Slider---------------------*/

/*--------------------Header--------------------*/
.header {
  width: 100%;
  height: 81px;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(119, 119, 119, 0.5);
  z-index: 100;
}
.header_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    height: 81px;
    align-items: center;
}
.logo {
  max-width: 200px;
}
.main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 500px;
    justify-content: space-between;
}
.main-nav a {
  font-family: 'Futura PT', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.main-nav a:hover {
  color: #874591;
}
/*--------------------Header--------------------*/

/*--------------------Banner + Booking form--------------------*/
.main_banner {
    height: 500px;
    margin-top: 0;
}
#_bn_widget_ {
    top: 350px;
    z-index: 9;
}
/*--------------------Banner + Booking form--------------------*/

/*--------------------Hotels section--------------------*/
.hotels-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.hotel-card {
    width: 460px;
    border-radius: 6px;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    border: 1px solid #777777;
}
.hotel-card .stars {
    display: flex;
    gap: 1.38px;
    width: 100%;
}
.star {
    width: 18px;
    height: 18px;
}
.hotel-title {
    font-family: 'Futura PT Book', sans-serif;
    font-size: 28px;
    line-height: 36px;
    color: #1A304F;
    margin: 0;
    width: 100%;
}
.hotel-info {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
}
.metro-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 15px;
}
.metro-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}
.metro-item span {
  font-size: 14px;
  line-height: 16px;
  color: #777777;
}
.btn-detail {
    width: 128px;
    height: 42px;
    background: #874591;
    border-radius: 6px;
    border: none;
    color: white;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.btn-detail:hover, .btn-detail:focus, .btn-detail:active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
/*--------------------Hotels section--------------------*/

/*--------------------Advantages--------------------*/
.advantages-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.advantage-item {
    max-width: 300px;
    width: calc((100% - 120px)/4);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.advantage-item .icon.metro-big {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: relative;
}
.advantage-item .icon.metro-big img {
    width: 100%;
}
.advantage-item span {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 24px;
  line-height: 120%;
  color: #1A304F;
}
/*--------------------Advantages--------------------*/

/*--------------------Map--------------------*/
.ya-map {
    height: 600px;
    margin-top: 40px;
    width: 100% !important;
}
.imap {
    position: relative;
}
.imap__content {
    position: absolute;
    width: 580px;
    top: 60px;
    padding: 20px;
    background: #fff;
    z-index: 1;
}
.imap_hm {
    left: calc(50% - 600px);
}
.imap_tg {
    right: calc(50% - 600px);
}
.imap__logotype {
    margin-bottom: 10px;
}
.imap__points {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0;
}
.imap__point__item {
    padding: 10px;
    width: 50%;
}
.imap__point {
    padding: 12px;
    background: rgba(249, 188, 21, 0.1);
    border: 1px solid rgba(249, 188, 21, 0.1);
    display: flex;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.imap__point.active {
    border-color: red;
}
.imap__point__icon {
    flex-shrink: 0;
}
.imap__point__content {
    flex: 1;
    padding-left: 10px;
}
.imap__point__title {
    color: #547DBF;
    line-height: 1;
    font-size: 16px;
    padding-top: 2px;
}
.imap__point__distance {
    font-size: 14px;
}
.imap__point__time {
    margin-top: 10px;
    display: flex;
    font-size: 14px;
    color: #547DBF;
}
.imap__point__time img {
    flex-shrink: 0;
    margin-right: 10px;
}
.imap_met_tg {
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 20px;
}
.imap_met_hm {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    left: 20px;
}
/*--------------------Map--------------------*/

/*--------------------Footer--------------------*/
.footer {
    background: #874591;
    color: white;
    padding-top: 100px;
    position: relative;
}
.logo-footer {
  width: 300px;
  margin: 0 auto 40px;
  text-align: center;
}
.contacts-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.contacts-block {
  max-width: 325px;
  width: calc(100% - 40px);
  border: 1px solid white;
  padding: 19px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact_title {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 24px;
  line-height: 31px;
  color: white;
}
.contacts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.contact-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Futura PT Book', sans-serif;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
}
.contact-item a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.icon_contact {
    margin-right: 7px;
}
.text_contact {
    font-size: 12px;
}
.socs_btns {
    width: 100%;
}
.socs_btns a {
    margin-right: 10px;
}
.footer-bottom {
    position: relative;
    height: 48px;
    background: rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    margin-top: 80px;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  line-height: 120%;
  text-transform: uppercase;
  color: white;
}
.footer-bottom a {
    font-size: 12px;
    color: #fff;
}
/*--------------------Footer--------------------*/

/*--------------------Mob menu--------------------*/
.burger {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  display: none;    
  z-index: 1100;
}

.burger span {
  display: block;
  position: absolute;
  width: 21px;
  height: 2px;
  background: #1A304F;
  border-radius: 2px;
  left: 5px;
  transition: all 0.3s ease;
}

.burger span:nth-child(1) { top: 8px; }
.burger span:nth-child(2) { top: 15px; }
.burger span:nth-child(3) { top: 22px; }

/* Анимация крестика */
.menu-toggle:checked + .burger span:nth-child(1) {
  transform: rotate(45deg);
  top: 15px;
}
.menu-toggle:checked + .burger span:nth-child(2) {
  opacity: 0;
}
.menu-toggle:checked + .burger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
}

/* Мобильное меню */
.mobile-menu {
  position: absolute;
  -inset: 0;
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 900;
  pointer-events: none;
  padding: 20px;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}

.mobile-nav a {
  color: #1A304F;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 500;
}
/*--------------------Mob menu--------------------*/

@media (max-width: 1200px) {
  .map_section .main_title {
    margin-bottom: 0;
  }
  .imap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .imap_met_hm {
    top: 400px;
  }
  .imap_met_tg {
    top: 60px;
  }
  .imap_hm {
    position: relative;
    left: 0;
    order: 2;
    top: 0;
    margin-top: 20px;
    width: 50%;
  }
  .imap_tg {
    position: relative;
    right: 0;
    order: 2;
    top: 0;
    margin-top: 20px;
    width: 50%;
  }
  .imap__map {
    width: 100%;
  } 
}
@media (max-width: 992px) {
  section {
    margin-top: 60px;
  }    
  .main-nav {
    width: 450px;
  }
  .advantage-item {
    width: calc((100% - 60px)/2);
  }
  .imap_hm, .imap_tg {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header {
    height: 60px;
    position: fixed;
  }
 .header_wrap {
    height: 60px;
    justify-content: flex-start;
  }
  .logo {
    height: 23px;
    margin-left: 20px;
  }
  .burger {
    display: block;
  }
  .main-nav {
    display: none;  
  }
  .mobile-menu {
    pointer-events: auto;
  }
  .header:has(#menu-toggle:checked) .mobile-menu {
    transform: translateX(0);
  }
}
@media (max-width: 667px) {
  .main_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .advantage-item span {
    font-size: 20px;
  }
  .hotel-title {
    font-size: 22px;
  }
  .hotel-card {
    max-width: 460px;
    width: calc(100% - 40px);
    padding: 20px 30px;
  }
  .main_banner {
    max-height: 100vh;
    height: 400px;
  }
  #_bn_widget_ {
    top: 200px;
  }
  .ya-map {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .ya-map {
    height: 480px;
  }
} 
@media (max-width: 430px) {
  .ya-map {
    height: 430px;
  }
  .imap_met_hm {
    top: 300px;
  }
  .imap__point__title {
    font-size: 13px;
  }
  .imap__point__distance {
    font-size: 11px;
  }
  section {
    margin-top: 40px;
  }
  .advantage-item {
    width: 100%;
    margin-bottom: 0;
  }
  .footer {
    padding-top: 60px;
  }
  .logo-footer {
    margin: 0 auto 20px;
  }
  .footer-bottom {
    height: 58px;
    margin-top: 40px;
  }
  .footer-bottom .container {
    flex-wrap: wrap;
  }
  .footer-bottom div {
    width: 100%;
    text-align: center;
  }
  .footer-bottom a {
    width: 100%;
    margin-top: 5px;
  }
  .hotel-card {
    width: 100%;
    padding: 20px;
   }
   .contacts-block {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .ya-map {
    height: 414px;
  }
  .imap__point__item {
    padding: 5px;
  }
  .imap_met_hm {
    top: 300px;
  }
  .imap__point__icon {
    width: 24px;
  }
  .imap__point__time img {
    width: 12px;
  }
  .imap__point__distance {
    font-size: 8px;
  }
  .imap__point__title {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .ya-map {
    height: 375px;
  }
  .imap_met_hm {
    top: 220px;
  }
}
@media (max-width: 360px) {
  .ya-map {
    height: 360px;
  }
  .imap_met_hm {
    top: 200px;
  }
}
@media (max-width: 320px) {
  .ya-map {
    height: 320px;
  }
  .imap_met_hm {
    top: 150px;
  }
  .imap__point__item {
    -width: 100%;
  }
} 