/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a, input, button, textarea {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

input[readonly], textarea[readonly] {
  cursor: default;
}

textarea {
  resize: none;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  animation: fadeIn 400ms ease-in-out;
}

.fadeOut {
  animation: fadeOut 400ms ease-in-out;
}

/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
html.fixed {
  overflow: hidden;
}

body {
  font-family: "OpenSans", sans-serif;
  color: #2C3C4A;
  line-height: 1.45;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Mulish", sans-serif;
  color: #040B11;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 800;
}

h1,
.h1 {
  font-size: 35px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 25px;
  line-height: 1.1;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.1;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 1.25;
}

h6,
.h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
}

a.h1:hover, a.h1:focus, a.h2:hover, a.h2:focus, a.h3:hover, a.h3:focus, a.h4:hover, a.h4:focus, a.h5:hover, a.h5:focus, a.h6:hover, a.h6:focus {
  color: #235784;
}

.theme-element {
  background: #DDEAF6;
  color: #235784;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mulish", sans-serif;
}
.theme-element.btn {
  height: 48px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  padding: 0 20px;
}
.theme-element.btn:hover {
  transform: scale(1.1);
}
.theme-element--accent {
  color: #fff;
  background: #235784;
}
.theme-element--accent .icon {
  color: #fff;
}
.theme-element--light {
  color: #235784;
}

.brand_logo {
  padding: 10px;
  margin-right: 10px;
  border-radius: 4px;
}
.brand_name {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 30px;
}

.socials .list-item {
  margin-right: 30px;
}
.socials .list-item:last-of-type {
  margin-right: 0;
}
.socials .list-item .link {
  display: inline-block;
  font-size: 24px;
}
.socials .list-item .link:hover {
  transform: scale(1.1);
}

.section {
  padding: 60px 0;
}
.section--nopb {
  padding: 60px 0 0;
}

.linebreak {
  display: block;
}

.accent {
  background: #235784;
  color: #fff;
}

.icon {
  color: #235784;
}

.video-play {
  color: #fff;
  font-size: 30px;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-play .icon {
  color: #fff;
}

.link--arrow {
  color: #235784;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.link--arrow .icon {
  margin-left: 10px;
  transition: margin-left 0.3s ease-in-out;
}
.link--arrow:hover .icon, .link--arrow:focus .icon {
  margin-left: 15px;
}

.underlined {
  display: inline-block;
  position: relative;
  transition: text-shadow 0.3s ease-in-out;
  padding-bottom: 0;
}
.underlined:after {
  content: "";
  transition: width 0.3s ease-in-out;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.underlined--white:after {
  background: #fff;
}
.underlined--white:hover, .underlined--white:focus, .underlined--white.active, .underlined--white.current {
  text-shadow: 0 0 0 #fff;
}
.underlined--accent:after {
  background: #235784;
}
.underlined--accent:hover, .underlined--accent:focus, .underlined--accent.active, .underlined--accent.current {
  text-shadow: 0 0 0 #235784;
}
.underlined:hover:after, .underlined:focus:after, .underlined.active:after, .underlined.current:after {
  width: 100%;
}

.field {
  transition: all 0.3s ease-in-out;
}
.field:not(.field.booking_group-field) {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #808385;
  height: 56px;
  padding: 0 20px;
}
.field:not(.field.booking_group-field):focus {
  border-color: #235784;
}
.field-wrapper .icon {
  color: #808385;
}
.field[data-type=date] {
  cursor: pointer;
}
.field.error {
  border-color: red !important;
}
.field::-moz-placeholder {
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}
.field::placeholder {
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}
.field:focus::-moz-placeholder {
  opacity: 0;
}
.field:focus::placeholder {
  opacity: 0;
}
.field::-moz-placeholder {
  color: #808385;
}
.field::placeholder,
.field .icon {
  color: #808385;
}

.booking_group-wrapper {
  position: relative;
}
.booking_group-wrapper .icon {
  display: block;
  position: absolute;
  top: 12px;
}
.booking_group-wrapper .icon.icon-calendar {
  left: 0;
}
.booking_group-wrapper .icon.icon-chevron_down {
  right: 0;
}
.booking_group-field::-moz-placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2C3C4A;
}
.booking_group-field, .booking_group-field::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2C3C4A;
}

.media {
  position: relative;
  overflow: hidden;
}
.media img {
  position: relative;
  z-index: 1;
}
.media_label {
  position: absolute;
  height: 40px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  z-index: 10;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  color: #235784;
  top: 0;
  right: 0;
  border-radius: 8px 0 0 8px;
}
.media_label--left {
  right: unset;
  left: 0;
  border-radius: 0 8px 8px 0;
}
.media_label--pricing {
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  color: #2C3C4A;
}
.media_label--pricing .price {
  margin-right: 5px;
}

.container {
  max-width: 1170px;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 20000;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
}
.offcanvas-end {
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.offcanvas.show {
  transform: none;
}

.fade {
  transition: opacity 0.02s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

@media screen and (min-width: 767.98px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 1;
  }
  h2,
  .h2 {
    font-size: 35px;
    line-height: 1;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 22px;
    line-height: 1.2;
  }
  h6,
  .h6 {
    line-height: 1.25;
  }
  .section {
    padding: 90px 0;
  }
  .section--blockbg {
    position: relative;
  }
  .section--blockbg .block {
    background: #F7FAFD;
    height: 395px;
    width: 70%;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .section--nopb {
    padding: 90px 0 0;
  }
}
@media screen and (min-width: 991.98px) {
  h1,
  .h1 {
    font-size: 52px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  .section {
    padding: 120px 0;
  }
  .section--blockbg .block {
    height: 425px;
  }
  .section--nopb {
    padding: 120px 0 0;
  }
}
@media screen and (min-width: 1199.98px) {
  .section--blockbg .block {
    height: 476px;
    width: calc(50vw + 180px + 10px);
    left: 0;
  }
}
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  background-color: #fff;
  z-index: 100000;
  will-change: transform;
  transition: all 0.4s ease-in-out;
}
.header.sticky {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
}
.header--pinned {
  transform: translateY(0%);
}
.header--unpinned {
  transform: translateY(-100%);
}
.header .brand {
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
@media (min-width: 990px) {
  .header .brand-c {
    display: none;
  }
}
.header .brand img {
  height: 3.5rem;
  width: auto;
  margin-bottom: -7px;
  margin-top: -5px;
}
.header .brand_name {
  color: #235784;
}
.header_offcanvas {
  padding: 20px 12px;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
}
.header_offcanvas-header {
  margin-bottom: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.header_offcanvas-header .close {
  font-size: 30px;
}
.header_trigger {
  font-size: 30px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #235784;
}
.header_nav-list {
  display: flex;
  flex-direction: column;
  font-family: "Mulish", sans-serif;
}
.header_nav-list .nav-item {
  font-size: 20px;
  transition: color 0.3s ease-in-out;
}
.header_nav-list .nav-item.current, .header_nav-list .nav-item:focus, .header_nav-list .nav-item:hover {
  color: #235784;
}
.header_nav-list .nav-link {
  line-height: 1;
}
.header_nav-list_item {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #040B11;
}
.header_nav-list_item:last-of-type {
  margin-bottom: 0;
}
.header_nav-list_item .icon {
  position: relative;
  top: 2px;
  margin-left: 5px;
  font-size: 22px;
}
.header_nav-list_item .dropdown-list {
  margin-top: 20px;
  margin-left: 10px;
  font-weight: 600;
}
.header_nav-list_item .dropdown-list .list-item {
  margin-bottom: 20px;
}
.header_nav-list_item .dropdown-list .list-item .nav-item {
  font-size: 18px;
}
.header_nav-list_item .dropdown-list .list-item:last-of-type {
  margin-bottom: 0;
}
.header .socials {
  color: #235784;
  margin-top: 40px;
}
.header .socials .list-item .link {
  font-size: 30px;
}

@media screen and (min-width: 991.98px) {
  .header {
    height: 108px;
  }
  .header.sticky {
    height: 100px;
  }
  .header_offcanvas {
    padding: 0;
    height: unset;
    overflow-y: unset;
  }
  .header_offcanvas .socials, .header_offcanvas-header,
  .header_offcanvas .close {
    display: none !important;
  }
  .header_nav {
    order: 2;
  }
  .header_nav .nav-item,
  .header_nav .nav-link {
    font-size: 18px;
    margin-inline: auto;
    position: relative;
  }
  .header_nav .nav-item:after,
  .header_nav .nav-link:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #235784;
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease-in-out;
  }
  .header_nav .nav-item:hover, .header_nav .nav-item:focus, .header_nav .nav-item.current,
  .header_nav .nav-link:hover,
  .header_nav .nav-link:focus,
  .header_nav .nav-link.current {
    text-shadow: 0 0 0 #235784;
  }
  .header_nav .nav-item:hover:after, .header_nav .nav-item:focus:after, .header_nav .nav-item.current:after,
  .header_nav .nav-link:hover:after,
  .header_nav .nav-link:focus:after,
  .header_nav .nav-link.current:after {
    width: 100%;
  }
  .header_nav-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .header_nav-list_item {
    font-weight: 500;
    margin: 0;
  }
  .header_nav-list_item .nav-link {
    margin-bottom: 0;
  }
  .header_nav-list_item .nav-link .icon {
    display: none;
  }
  .header_nav-list_item .nav-link--contacts {
    padding: 10px 25px;
    background: #DDEAF6;
    color: #235784;
    border-radius: 8px;
    font-weight: 700;
    margin-right: 0;
  }
  .header_nav-list_item .nav-link--contacts:hover, .header_nav-list_item .nav-link--contacts:focus, .header_nav-list_item .nav-link--contacts:active {
    text-shadow: none;
  }
  .header_nav-list_item .nav-link--contacts:after {
    display: none;
  }
  .header_nav .dropdown-menu {
    position: absolute;
    opacity: 0;
    max-height: unset;
    text-align: left;
    visibility: hidden;
    padding-top: 10px;
    transition: opacity 0.3s ease;
    z-index: 3;
  }
  .header_nav .dropdown-menu .dropdown-list {
    background: #fff;
    box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
    border-radius: 8px;
    padding: 20px;
    margin: 0;
    z-index: 3;
  }
  .header_nav .dropdown-menu .dropdown-list .list-item[data-main=true] {
    display: none;
  }
  .header_nav .dropdown-menu .dropdown-list .nav-item {
    font-size: 16px;
    margin-bottom: 30px;
    transition: color 0.3s ease;
  }
  .header_nav .dropdown-menu .dropdown-list .nav-item:hover, .header_nav .dropdown-menu .dropdown-list .nav-item:focus, .header_nav .dropdown-menu .dropdown-list .nav-item.current {
    text-shadow: none;
  }
  .header_nav .dropdown-menu .dropdown-list .nav-item:hover:after, .header_nav .dropdown-menu .dropdown-list .nav-item:focus:after, .header_nav .dropdown-menu .dropdown-list .nav-item.current:after {
    display: none;
  }
  .header_nav .dropdown-menu .dropdown-list .nav-item:last-of-type {
    margin-bottom: 0;
  }
  .header_nav .dropdown-menu .dropdown-list .nav-item:hover:before, .header_nav .dropdown-menu .dropdown-list .nav-item.active:before {
    display: none;
  }
  .header_nav .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.logos {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.brand-computer {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .brand-computer {
    display: none;
  }
}
.brand-computer-1 {
  position: absolute;
  top: -2rem;
  right: 13%;
  transform: translateX(50%);
}
@media (max-width: 1200px) {
  .brand-computer-1 {
    right: 12%;
  }
}
.brand-computer-1 img {
  width: auto;
  height: 7rem !important;
}
@media (max-width: 1200px) {
  .brand-computer-1 img {
    height: 5rem !important;
  }
}
.brand-computer-2 {
  position: absolute;
  top: -2rem;
  left: 13%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .brand-computer-2 {
    left: 10%;
  }
}
.brand-computer-2 img {
  width: auto;
  height: 7rem !important;
}
@media (max-width: 1200px) {
  .brand-computer-2 img {
    height: 5rem !important;
  }
}
.brand-computer img {
  width: auto;
  height: 10rem;
}
.brand-mobile {
  padding: 6rem 0 3rem 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: none;
  height: 60vh;
  background-image: linear-gradient(rgba(74, 116, 255, 0.4), rgba(74, 116, 255, 0.3)), url("../../../img/own/Etusivu.jpg");
  background-size: cover;
  color: #fff;
  text-shadow: -3px 3px 6px #333;
  font-weight: 600;
  position: relative;
}
@media (max-width: 991px) {
  .brand-mobile {
    display: flex;
  }
}
.brand-mobile-1 {
  padding: 0;
  top: 1rem;
  right: 3%;
  position: absolute;
  background-image: none;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.brand-mobile-1 img {
  width: auto;
  height: 5rem;
}
.brand-mobile-2 {
  padding: 0;
  top: 1rem;
  left: 3%;
  position: absolute;
  background-image: none;
  height: -moz-fit-content;
  height: fit-content;
}
.brand-mobile-2 img {
  width: auto;
  height: 5rem;
}

.hero {
  background: #F7FAFD;
}
.hero_main-title {
  margin-bottom: 20px;
}
.hero_main-content {
  margin-bottom: 30px;
}
.hero_main-content .line {
  border-left: 3px solid #235784;
  margin-right: 17px;
}
.hero_main .booking {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
}
.hero_main .booking_group-label, .hero_main .booking_group-field {
  cursor: pointer;
}
.hero_main .booking_group:last-of-type .booking_group-wrapper {
  margin-bottom: 0;
}
.hero_main .booking_group-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.hero_main .booking_group-wrapper .icon-user {
  top: 9px;
}
.hero_main .booking_group-wrapper .icon-chevron_down {
  color: #0c2a37;
}
.hero_main .booking_group-dropdown {
  width: 100%;
  background: #fff;
}
.hero_main .booking_group-dropdown_wrapper .field {
  padding: 0;
  border: 0;
  max-width: 40px;
  text-align: center;
  font-weight: 600;
}
.hero_main .booking_group-dropdown_wrapper .qty-changer {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  border: 1.5px solid #808385;
  color: #808385;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.hero_main .booking_group-dropdown_wrapper .qty-changer[data-disabled=true] {
  pointer-events: none;
}
.hero_main .booking_group-dropdown_wrapper .qty-changer.qty_minus {
  position: relative;
}
.hero_main .booking_group-dropdown_wrapper .qty-changer.qty_minus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.5px;
  width: 12px;
  background: #808385;
  transition: all 0.3s ease-in-out;
}
.hero_main .booking_group-dropdown_wrapper .qty-changer:hover, .hero_main .booking_group-dropdown_wrapper .qty-changer:not([data-disabled=true]) {
  border-color: #235784;
  color: #235784;
}
.hero_main .booking_group-dropdown_wrapper .qty-changer:hover:after, .hero_main .booking_group-dropdown_wrapper .qty-changer:not([data-disabled=true]):after {
  background: #235784;
}
.hero_main .booking_group-field {
  border-bottom: 1px solid #DDEAF6;
  padding: 10px 0 14px 30px;
  width: 100%;
}
.hero_main .booking_btn {
  margin-top: 30px;
  width: 100%;
}
.hero_media {
  display: none;
}

@media screen and (min-width: 575.98px) {
  .hero_main .booking {
    padding: 60px;
  }
  .hero_main .booking .item-wrapper {
    margin: 0 -15px;
  }
  .hero_main .booking_group {
    width: 50%;
    padding: 0 15px;
  }
  .hero_main .booking_group-wrapper {
    position: relative;
  }
  .hero_main .booking_group-dropdown {
    position: absolute;
    top: 100%;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  }
  .hero_main .booking_group-dropdown .content {
    padding: 20px;
  }
  .hero_main .booking_btn {
    margin: 20px 15px 0;
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 767.98px) {
  .hero {
    background: transparent;
  }
  .hero_main {
    position: relative;
  }
  .hero_main-title {
    margin-bottom: 30px;
  }
  .hero_main-content {
    margin-bottom: 40px;
    width: 520px;
  }
  .hero_main:before {
    content: "";
    position: absolute;
    top: -90px;
    left: -12px;
    width: 1000px;
    height: 500px;
    background: #F7FAFD;
    z-index: -1;
  }
  .hero_main-title, .hero_main-content {
    max-width: 570px;
  }
  .hero_main .booking .item-wrapper {
    margin: 0 -30px;
  }
  .hero_main .booking_group {
    padding: 0 30px;
  }
  .hero_main .booking_group-dropdown {
    width: 100%;
  }
  .hero_main .booking_btn {
    margin: 20px 30px 0;
    width: calc(50% - 60px);
  }
}
@media screen and (min-width: 991.98px) {
  .hero {
    padding: 40px 0 120px;
  }
  .hero .container--hero {
    padding-right: 0;
  }
  .hero_main {
    width: 570px;
  }
  .hero_main-content {
    width: 480px;
  }
  .hero_main:before {
    top: 50%;
    width: 1157px;
    height: 574px;
    transform: translateY(-50%);
  }
  .hero_main .booking {
    padding: 0;
    min-width: 968px;
  }
  .hero_main .booking .item-wrapper {
    margin: 0;
    height: 90px;
    justify-content: right;
  }
  .hero_main .booking_group {
    padding: 0 30px;
  }
  .hero_main .booking_group:first-of-type {
    padding-left: 60px;
    border-right: 2px solid #DDEAF6;
  }
  .hero_main .booking_group:last-of-type {
    padding-right: 0;
    width: calc(50% + 60px);
    border-left: 2px solid #DDEAF6;
  }
  .hero_main .booking_group-wrapper {
    margin-bottom: 0;
  }
  .hero_main .booking_group-field {
    border-bottom: none;
    padding-bottom: 0;
  }
  .hero_main .booking_group-dropdown {
    width: 250px;
    top: calc(100% + 15px);
  }
  .hero_main .booking_btn {
    padding: 0;
    margin: 0;
    height: 90px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 170px;
    max-width: 170px;
  }
  .hero_main .booking_btn:hover, .hero_main .booking_btn:focus {
    transform: none;
    background: #F7FAFD;
    color: #235784;
  }
  .hero_media {
    display: block;
    width: calc(100% - 680px);
    height: 734px;
    position: relative;
    z-index: -1;
  }
  .hero_media img {
    height: 100%;
  }
}
@media screen and (min-width: 1199.98px) {
  .hero .container--hero {
    max-width: unset;
    margin-right: 0;
    margin-left: calc(50vw - 570px);
    padding: 0;
  }
  .hero_main:before {
    left: -30px;
    border-radius: 8px;
  }
  .hero_main .booking {
    min-width: 850px;
  }
  .hero_main .booking .item-wrapper {
    justify-content: flex-start;
  }
  .hero_main .booking_group {
    width: 200px;
  }
  .hero_main .booking_group:first-of-type {
    width: 230px;
  }
  .hero_main .booking_group:last-of-type {
    width: 260px;
  }
  .hero_main .booking_group:last-of-type .booking_group-wrapper {
    width: unset;
  }
  .hero_main .booking_group-wrapper {
    width: 140px;
  }
}
@media screen and (min-width: 1399.98px) {
  .hero_main:before {
    left: -100px;
  }
}
@media screen and (min-width: 1599.98px) {
  .hero_main:before {
    left: -190px;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.rooms_header {
  text-align: center;
  margin-bottom: 30px;
}
.rooms_header-title {
  margin-bottom: 15px;
}
.rooms_header .btn {
  width: 100%;
}
.rooms_list-item {
  margin-bottom: 30px;
}
.rooms_list-item:last-of-type {
  margin-bottom: 0;
}
.rooms_list-item .item-wrapper {
  background: #fff;
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  border-radius: 8px;
}
.rooms_list-item .item-wrapper .media {
  border-radius: 8px 8px 0 0;
  height: 225px;
}
.rooms_list-item .item-wrapper .media img {
  height: 100%;
}
.rooms_list-item .item-wrapper .media_label {
  bottom: 30px;
  top: unset;
}
.rooms_list-item .item-wrapper .main {
  padding: 20px;
}
.rooms_list-item .item-wrapper .main_title {
  display: inline-block;
  margin-bottom: 15px;
}
.rooms_list-item .item-wrapper .main_amenities {
  margin-bottom: 20px;
}
.rooms_list-item .item-wrapper .main_amenities-item {
  margin-right: 20px;
}
.rooms_list-item .item-wrapper .main_amenities-item:last-of-type {
  margin-top: 0;
}
.rooms_list-item .item-wrapper .main_amenities-item .icon {
  margin-right: 5px;
}

@media screen and (min-width: 575.98px) {
  .rooms_header-title {
    margin-bottom: 0;
  }
  .rooms_list-item .item-wrapper .main {
    padding: 30px;
  }
  .rooms_list-item .item-wrapper .media {
    height: 350px;
  }
}
@media screen and (min-width: 767.98px) {
  .rooms_list {
    margin: 0 -15px;
  }
  .rooms_list-item {
    padding: 0 15px;
  }
  .rooms_list-item .item-wrapper {
    height: 100%;
  }
  .rooms_list-item .item-wrapper .media {
    height: 225px;
  }
  .rooms_list-item .item-wrapper .main_title {
    max-width: 350px;
  }
  .rooms_list-item .item-wrapper .main_amenities {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1199.98px) {
  .rooms_list-item {
    margin-bottom: 0;
  }
  .rooms_list-item .item-wrapper .media {
    height: 280px;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.rooms {
  margin-bottom: 5rem;
}
.rooms_list-item .card {
  border-radius: 8px;
  padding: 20px;
}
.rooms_list-item .card .title {
  color: #fff;
  margin-bottom: 15px;
}
.rooms_list-item .card .content {
  margin-top: 20px;
  padding-left: 13px;
  border-left: 2px solid #fff;
}
.rooms_list-item .card .content_info {
  text-align: center;
}
.rooms_list-item .card .content .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.rooms_list-item .card .content .text b {
  font-weight: 700;
}
.rooms_list-item .card .content .text:last-of-type {
  margin-bottom: 0;
}
.rooms_list-item .card .btn {
  margin-top: 30px;
  width: 100%;
}
.rooms .content_info {
  margin-top: 3rem;
}
.rooms .content_info .text {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 575.98px) {
  .rooms_list-item .card {
    padding: 30px;
  }
  .rooms_list-item .card .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1199.98px) {
  .rooms_list-item .card {
    padding: 50px;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.about_main {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.about_main-header {
  text-align: center;
  margin-bottom: 15px;
}
.about_main-text {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
  max-width: 70%;
}
.about_main-list {
  display: grid;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  justify-items: center;
  align-items: start;
  width: 100%;
  grid-auto-flow: row;
}
.about_main-list_item {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 40px 30px 30px 30px;
  border-radius: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-color: #F7FAFD;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.about_main-list_item h4 {
  margin-bottom: 15px;
}
.about_main-list_item .text {
  width: 100%;
}
.about_main-list_item:last-of-type {
  margin-bottom: 0;
}
.about_main-list_item .icon {
  margin-bottom: 5px;
}
.about_main-action .wrapper, .about_main-action_item {
  width: 100%;
}
.about_main-action_item--sauna.theme-element--accent.btn {
  display: inline-flex;
}
.about_main-action_item.theme-element--accent {
  margin-top: 30px;
  margin-bottom: 2rem;
}
.about_main-action_item.link--arrow {
  justify-content: center;
}
.about_media {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.about_media img {
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.about_media:hover img {
  transform: scale(1.1);
}

@media screen and (min-width: 575.98px) {
  .about_main {
    text-align: left;
  }
  .about_main-list_item .icon {
    margin-bottom: 0;
  }
  .about_main-action .wrapper, .about_main-action_item {
    width: -moz-fit-content;
    width: fit-content;
  }
  .about_main-action_item--sauna.theme-element--accent.btn {
    display: none;
  }
  .about_main-action_item.theme-element--accent {
    margin-top: 0;
    margin-right: 30px;
  }
  .about_main-action_item.link--arrow {
    justify-content: flex-start;
  }
  .about_media {
    height: 350px;
  }
}
@media screen and (min-width: 991.98px) {
  .about_media {
    height: 450px;
  }
}
@media screen and (min-width: 1199.98px) {
  .about_main {
    margin-bottom: 0;
  }
  .about_media {
    height: 580px;
    width: 50vw;
  }
  .about_media img {
    width: 100%;
  }
  .about .container--about {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.rating {
  padding: 60px 0;
  background: #F7FAFD;
}
.rating_list-item {
  text-align: center;
  margin-bottom: 40px;
}
.rating_list-item:last-of-type {
  margin-bottom: 0;
}
.rating_list-item .main {
  margin-bottom: 20px;
}
.rating_list-item .main_rating {
  margin-bottom: 5px;
}
.rating_list-item .media {
  height: 32px;
  overflow: visible;
}

@media screen and (min-width: 575.98px) {
  .rating_list-item[data-order="1"] {
    order: 1;
  }
  .rating_list-item[data-order="2"] {
    order: 3;
    margin-bottom: 0;
  }
  .rating_list-item[data-order="3"] {
    margin-bottom: 0;
    order: 2;
  }
  .rating_list-item[data-order="4"] {
    order: 4;
  }
}
@media screen and (min-width: 1199.98px) {
  .rating_list-item.col-xl-3 {
    margin-bottom: 0;
    order: unset !important;
    text-align: left;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.reviews_header {
  margin-bottom: 30px;
}
.reviews_slider--main {
  overflow: hidden;
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  background: #fff;
  border-radius: 8px;
  border-left: 3px solid #DDEAF6;
  margin-bottom: 30px;
}
.reviews_slider--main .swiper-slide {
  height: auto;
  padding: 20px;
  background: #fff;
}
.reviews_slider--media {
  display: none;
}
.reviews_slider-slide_stars {
  margin-bottom: 15px;
}
.reviews_slider-slide_stars .icon {
  color: #F7AA00;
  font-size: 22px;
  margin-right: 10px;
}
.reviews_slider-slide_stars .icon:last-of-type {
  margin-right: 0;
}
.reviews_slider-slide_date {
  font-size: 16px;
  line-height: 1.4;
}
.reviews_slider-slide_date .h4 {
  margin-right: 5px;
}
.reviews_slider-slide_main {
  flex-grow: 1;
  margin: 30px 0;
}
.reviews_slider-slide_main .title {
  margin-bottom: 5px;
}
.reviews_slider-slide_main .text {
  font-size: 16px;
  line-height: 1.4;
}
.reviews_slider-slide_guest .avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
}
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.reviews .swiper-button-next .icon,
.reviews .swiper-button-prev .icon {
  transition: color 0.3s ease-in-out;
}
.reviews .swiper-button-next:hover, .reviews .swiper-button-next:focus,
.reviews .swiper-button-prev:hover,
.reviews .swiper-button-prev:focus {
  background: #235784;
}
.reviews .swiper-button-next:hover .icon, .reviews .swiper-button-next:focus .icon,
.reviews .swiper-button-prev:hover .icon,
.reviews .swiper-button-prev:focus .icon {
  color: #fff;
}
.reviews .swiper-button-prev {
  margin-right: 15px;
}

@media screen and (min-width: 575.98px) {
  .reviews_slider--main .swiper-slide {
    padding: 60px;
  }
}
@media screen and (min-width: 991.98px) {
  .reviews .main {
    margin-left: 60px;
  }
  .reviews_slider-slide_guest .avatar {
    display: none;
  }
  .reviews_slider--media {
    display: flex;
  }
  .reviews_slider--media .swiper-slide {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
  }
  .reviews_slider--media .swiper-slide img {
    height: 100%;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.promo {
  background: #F7FAFD;
}
.promo_info {
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo_info p {
  max-width: 70%;
}
.promo_media {
  border-radius: 8px;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.promo_media img {
  height: 100%;
  width: 100%;
}
.promo_media a span {
  display: none;
}
.promo .media_card {
  background: #fff;
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  border-radius: 8px;
  padding: 1rem;
  display: block;
  position: absolute;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
}
.promo .media_card--top {
  width: -moz-fit-content;
  width: fit-content;
  height: 60%;
  top: 60px;
  right: 0;
}
.promo .media_card--bottom {
  width: -moz-fit-content;
  width: fit-content;
  height: 60%;
  bottom: 60px;
  right: 40%;
}
.promo .media_card .avatar {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 15px;
}
.promo .media_card .avatar img {
  width: 100%;
  height: 100%;
}
.promo .media_card-text {
  margin-bottom: 15px;
}
.promo .media_card-btn {
  margin-top: 20px;
}
.promo .media_card-footer .stars {
  margin-bottom: 5px;
}
.promo .media_card-footer .stars .icon {
  margin-right: 10px;
  font-size: 24px;
  color: #F7AA00;
}
.promo .media_card-footer .stars .icon:last-of-type {
  margin-right: 0;
}
.promo .info_header {
  margin-bottom: 15px;
}
.promo .info_text {
  margin-bottom: 30px;
}
.promo .info_list .list-item {
  margin-bottom: 30px;
}
.promo .info_list .list-item:last-of-type {
  margin-bottom: 0;
}
.promo .info_list .list-item .media {
  height: 80px;
  width: 80px;
  margin-right: 20px;
}
.promo .info_list .list-item .main {
  width: calc(100% - 100px);
}
.promo .info_list .list-item .main_title {
  margin-bottom: 5px;
}
.promo .info_list .list-item .main_text {
  max-width: 180px;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 575.98px) {
  .promo_media a {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
  }
  .promo_media a span {
    color: aliceblue;
    font-size: x-large;
    position: absolute;
    align-self: center;
    display: block;
  }
  .promo .media {
    width: 100%;
    height: 614px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    border-radius: unset;
  }
  .promo .media_card {
    display: block;
    position: absolute;
    z-index: 5;
    width: -moz-fit-content;
    width: fit-content;
  }
  .promo .media_card--top {
    width: -moz-fit-content;
    width: fit-content;
    height: 70%;
    top: 60px;
    right: 0;
  }
  .promo .media_card--bottom {
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
    height: 70%;
    bottom: 60px;
    right: 40%;
  }
}
@media screen and (min-width: 767.98px) {
  .promo_info {
    margin-bottom: 30px;
  }
  .promo_media {
    width: 100%;
    height: 614px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    border-radius: unset;
  }
  .promo .media_card {
    display: block;
    position: absolute;
    z-index: 5;
    width: -moz-fit-content;
    width: fit-content;
  }
  .promo .media_card--top {
    right: 0;
    left: unset;
  }
  .promo .media_card--bottom {
    left: 0;
    right: unset;
  }
}
@media screen and (min-width: 991.98px) {
  .promo_media img {
    width: 570px;
    margin: 0 auto;
  }
  .promo .media_card--bottom {
    left: 0;
    right: unset;
  }
  .promo .media_card--top {
    right: 0;
    left: unset;
  }
}
@media screen and (min-width: 1199.98px) {
  .promo_info {
    margin-bottom: 30px;
  }
  .promo_media {
    width: 100%;
    margin: 0;
  }
  .promo .media_card--bottom {
    right: 40%;
    left: unset;
  }
  .promo .media_card--top {
    left: 40%;
    right: unset;
  }
}
@media screen and (min-width: 1399.98px) {
  .promo .media_card--bottom {
    right: 53%;
  }
  .promo .media_card--top {
    left: 53%;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.gallery {
  padding-bottom: 0;
}
.gallery_header {
  text-align: center;
  margin-bottom: 30px;
}
.gallery_header-title {
  margin-bottom: 15px;
}
.gallery_header .btn {
  width: 100%;
}
.gallery_grid {
  grid-gap: 30px;
}
.gallery_grid-item_img {
  transition: all 0.4s ease-in;
  height: 100%;
  z-index: -1;
  position: relative;
}
.gallery_grid-item [data-role=gallery-link] {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.gallery_grid-item [data-role=gallery-link]:hover .overlay, .gallery_grid-item [data-role=gallery-link]:focus .overlay {
  opacity: 1;
}
.gallery_grid-item [data-role=gallery-link]:hover .gallery_grid-item_img, .gallery_grid-item [data-role=gallery-link]:focus .gallery_grid-item_img {
  transform: scale(1.1);
}
.gallery_grid-item .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(35, 87, 132, 0.5);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.gallery_grid-item .overlay_focus {
  color: #fff;
}

@media screen and (min-width: 575.98px) {
  .gallery_header {
    text-align: left;
  }
  .gallery_header-title {
    margin-bottom: 0;
  }
  .gallery_header .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .gallery_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 767.98px) {
  .gallery {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 991.98px) {
  .gallery {
    padding-bottom: 120px;
  }
  .gallery_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 245px);
  }
  .gallery_grid-item--left {
    grid-area: 1/1/3/2;
  }
  .gallery_grid-item--right {
    grid-area: 1/3/3/4;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.latest .block {
  height: 443px;
  display: none;
}
.latest_header {
  text-align: center;
  margin-bottom: 30px;
}
.latest_header-title {
  margin-bottom: 15px;
}
.latest_header .btn {
  width: 100%;
}
.latest_list-item {
  margin-bottom: 30px;
}
.latest_list-item:last-of-type {
  margin-bottom: 0;
}
.latest_list-item .item-wrapper {
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  border-radius: 8px;
}
.latest_list-item .item-wrapper .media {
  border-radius: 8px 8px 0 0;
  height: 225px;
}
.latest_list-item .item-wrapper .media img {
  height: 100%;
}
.latest_list-item .item-wrapper .media_label {
  top: 30px;
}
.latest_list-item .item-wrapper .main {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.latest_list-item .item-wrapper .main_title {
  margin-bottom: 15px;
  display: inline-block;
}
.latest_list-item .item-wrapper .main_preview {
  margin-bottom: 20px;
}
.latest_list-item .item-wrapper .main_metadata-item {
  font-size: 16px;
  line-height: 1.4;
  margin-right: 20px;
}
.latest_list-item .item-wrapper .main_metadata-item:last-of-type {
  margin-right: 0;
}
.latest_list-item .item-wrapper .main_metadata-item .icon {
  margin-right: 5px;
  font-size: 16px;
}
.latest_list-item .item-wrapper .main_metadata-item .icon-eye, .latest_list-item .item-wrapper .main_metadata-item .icon-comment {
  font-size: 14px;
}
.latest_list-item .item-wrapper .main_metadata-item .icon-calendar {
  margin-right: 7px;
}
.latest_list-item .item-wrapper .main_metadata-item .text {
  display: none;
}

@media screen and (min-width: 575.98px) {
  .latest_header-title {
    margin-bottom: 0;
  }
  .latest_header .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .latest_list-item .item-wrapper .main {
    padding: 30px;
  }
  .latest_list-item .item-wrapper .main_metadata .text {
    display: inline;
    margin-left: 5px;
  }
  .latest_list-item .item-wrapper .media {
    height: 350px;
  }
}
@media screen and (min-width: 767.98px) {
  .latest .block {
    display: block;
  }
  .latest_list {
    margin: 0 -15px;
  }
  .latest_list-item {
    padding: 0 15px;
  }
  .latest_list-item .item-wrapper {
    height: 100%;
  }
  .latest_list-item .item-wrapper .media {
    height: 245px;
  }
}
@media screen and (min-width: 1199.98px) {
  .latest_list-item {
    margin-bottom: 0;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.contacts {
  padding-bottom: 0;
}
.contacts_info {
  margin-bottom: 40px;
}
.contacts_info-header {
  margin-bottom: 30px;
}
.contacts_info-header_title {
  margin-bottom: 15px;
}
.contacts_info-list_item {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.4;
}
.contacts_info-list_item:last-of-type {
  margin-bottom: 0;
}
.contacts_info-list_item .media {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  font-size: 30px;
}
.contacts_info-list_item .main_title {
  margin-bottom: 5px;
}
.contacts_map {
  height: 400px;
  margin: 0 -12px;
}
.contacts_map #map {
  height: 100%;
}

@media screen and (min-width: 767.98px) {
  .contacts_info-header_text {
    max-width: 430px;
  }
  .contacts_info-list_item[data-order="3"] {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1199.98px) {
  .contacts {
    padding-bottom: 120px;
  }
  .contacts .container--contacts {
    margin-right: 0;
    margin-left: calc(50vw - 570px);
    max-width: unset;
    padding: 0;
  }
  .contacts_info {
    margin-bottom: 0;
    width: 600px;
  }
  .contacts_info-list {
    width: 100%;
    margin: 0 -10px;
  }
  .contacts_info-list_item {
    min-width: 280px;
    padding: 0 10px;
  }
  .contacts_map {
    margin: 0 0 0 60px;
    height: 620px;
    width: 50vw;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.contacts {
  padding: 0 !important;
}

/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.footer_main {
  padding: 20px 0;
}
.footer_main-block {
  margin-bottom: 30px;
}
.footer_main-block--nav {
  flex-direction: row !important;
}
.footer_main-block .icon {
  color: #fff;
}
.footer_main-block--about a + p {
  margin-bottom: -20px;
}
.footer_main-block .brand {
  margin-bottom: 15px;
}
.footer_main-block:last-of-type {
  margin-bottom: 0;
}
.footer_main-block_header {
  color: #fff;
  margin-bottom: 15px;
}
.footer_main-block_nav .list-item {
  margin-right: 20px;
}
.footer_main-block_nav .list-item:last-of-type {
  margin-right: 0;
}
.footer_main-block_contacts .list-item {
  margin-bottom: 20px;
}
.footer_main-block_contacts .list-item:last-of-type {
  margin-bottom: 0;
}
.footer_main-block_contacts .list-item .icon {
  font-size: 24px;
  margin: 5px 20px 0 0;
}
.footer_main-block_contacts .list-item .icon-call {
  width: 24px;
}
.footer_main-block_contacts .list-item .icon-call svg {
  width: 20px;
}
.footer_copyright {
  font-size: 16px;
  line-height: 1.4;
  padding: 30px 0;
  text-align: center;
  background: #F7FAFD;
  color: #2C3C4A;
}

@media screen and (min-width: 575.98px) {
  .footer_main {
    margin: 0 -15px;
  }
  .footer_main-block {
    padding: 0 15px;
  }
  .footer_main-block--about {
    order: 1;
  }
  .footer_main-block--contacts {
    order: 2;
    margin-top: 10px;
  }
  .footer_main-block--follow {
    order: 4;
  }
  .footer_main-block--nav {
    order: 3;
  }
}
@media screen and (min-width: 767.98px) {
  .footer_main {
    padding: 40px 0;
  }
  .footer_main-block_header {
    margin-bottom: 30px;
  }
  .footer_main-block_nav .list-item {
    margin-bottom: 10px;
  }
  .footer_main-block_nav .list-item:last-of-type {
    margin-bottom: 0;
  }
  .footer_copyright .linebreak {
    display: inline;
  }
}
@media screen and (min-width: 991.98px) {
  .footer_main {
    margin: 0;
  }
  .footer_main-block {
    padding: 0;
    margin-bottom: 0;
  }
  .footer_main-block_header {
    margin-top: 8px;
  }
  .footer_main-block--about {
    max-width: 280px;
  }
  .footer_main-block--nav {
    order: 2;
  }
  .footer_main-block--contacts {
    margin-top: 0;
    order: 3;
  }
  .footer_main-block--follow {
    max-width: 180px;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.modal {
  z-index: 1000000;
}
.modal.swal2-backdrop-show {
  background: rgba(35, 87, 132, 0.6);
}
.modal_popup {
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.modal_popup--promo {
  overflow: hidden;
}
.modal_popup--promo .modal_popup-close {
  position: absolute;
  font-size: 32px;
  top: 20px;
  right: 20px;
  color: #000;
}
.modal_popup--promo .main {
  padding: 30px;
}
.modal_popup--promo .main_subtitle {
  color: #235784;
  margin-bottom: 30px;
  height: 46px;
  border-left: 3px solid #235784;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.modal_popup--promo .main_title {
  font-size: 25px;
}
.modal_popup--promo .main_text {
  font-size: 17px;
  margin: 15px 0 20px;
}
.modal_popup--promo .main_btn {
  margin-top: 30px;
  width: 100%;
}
.modal_popup--promo .main .timer_block {
  height: 55px;
  width: 55px;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
.modal_popup--promo .main .timer_block:last-of-type {
  margin-right: 0;
}
.modal_popup--promo .main .timer_block .full {
  display: none;
}
.modal_popup--promo .main .timer_block-number {
  color: #235784;
}
.modal_popup--promo .media {
  display: none;
}

.alert_popup {
  background: #fff;
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  border-radius: 8px;
  min-width: 280px;
  max-width: 360px;
  display: flex !important;
  flex-direction: column;
  padding: 30px;
  position: relative;
  z-index: 1000000;
}
.alert_popup-close {
  justify-content: flex-end;
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
}
.alert_popup-close:hover, .alert_popup-close:focus {
  color: #235784;
}

@media screen and (min-width: 575.98px) {
  .modal_popup--promo .modal_popup-close {
    top: 30px;
    right: 30px;
  }
  .modal_popup--promo .main {
    padding: 60px;
  }
  .modal_popup--promo .main_btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .modal_popup--promo .main .timer_block {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
  .modal_popup--promo .main .timer_block .short {
    display: none;
  }
  .modal_popup--promo .main .timer_block .full {
    display: block;
  }
  .modal_popup--promo .main .timer_block-number {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 767.98px) {
  .modal_popup--promo .main_title {
    font-size: 40px;
    line-height: 44px;
  }
  .modal_popup--promo .main_text {
    margin: 20px 0 30px;
  }
  .modal_popup--promo .main_btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 991.98px) {
  .modal_popup--promo {
    max-height: 600px;
    max-width: 970px;
  }
  .modal_popup--promo .main_title {
    font-size: 40px;
    line-height: 44px;
  }
  .modal_popup--promo .main_text {
    margin: 20px 0 30px;
  }
  .modal_popup--promo .main_btn {
    margin-top: 40px;
  }
  .modal_popup--promo .media {
    display: block;
  }
  .modal_popup--promo .media img {
    height: 100%;
  }
}
/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.video {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(35, 87, 132, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400000;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.video.visible {
  visibility: visible;
}
.video_frame {
  position: relative;
}
.video_frame-close {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.video_frame iframe {
  border: none;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 575.98px) {
  .video_frame {
    height: 500px;
  }
}
@media screen and (min-width: 991.98px) {
  .video_frame {
    height: 700px;
  }
}/*# sourceMappingURL=index.css.map */