@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("../../web/assets/fonts/MuseoSans/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

* {
  --webkey-color-primary: #1152F4;
  --webkey-color-success: #7CB342;
  --webkey-color-info: #03a9f4;
  --webkey-color-warning: #FF8833;
  --webkey-color-error: #ff1a1a;
  --webkey-color-text: #111827;
  --webkey-color-text-grey: #9ca3af;
  --webkey-font-family: 'Museo Sans Cyrl 300';
  --webkey-margin-top: 0.5rem;
  --webkey-margin-right: 0.5rem;
  --webkey-margin-end-block: 100px;
  --webkey-padding: 0.375rem;
  --webkey-border-radius: 0.375rem;
  --webkey-border: 1px solid #D1D5DB;
  --webkey-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.2);
  font-family: var(--webkey-font-family);
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-300Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-500Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-700Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-100.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-100Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("../assets/fonts/MuseoSans/MuseoSansCyrl-900Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

body {
  height: 100vh; }
  body .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
    body .wrapper .content {
      flex: 1 0 auto; }
    body .wrapper footer {
      flex: 0 0 auto; }

a, p {
  font-family: 'Museo Sans Cyrl 100', serif; }

.title {
  margin-top: 75px;
  margin-bottom: 10px;
  font-size: 65px;
  font-family: 'Museo Sans Cyrl 700', serif; }

.sub-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'Museo Sans Cyrl 300', serif; }

@media all and (max-width: 540px) {
  .title {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 35px; }
  .sub-title {
    margin-bottom: 10px;
    font-size: 20px; } }

.nav-link {
  color: white !important;
  font-size: 20px;
  font-family: 'Museo Sans Cyrl 500', serif; }
  .nav-link:hover {
    color: #F36D86 !important; }

.navbar-light .navbar-toggler-icon {
  background-image: url("../../web/assets/image/burger.svg") !important; }

.mobile-menu-container, .mobile-menu__wrapper {
  display: none; }

@media all and (max-width: 768px) {
  .navbar-expand-lg {
    display: none; }
  .nav-item a {
    margin-right: 0; }
  .nav-item:last-child {
    display: none; }
  .mobile-menu-container {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    justify-content: space-between;
    background: #0F6972;
    height: 50px; }
    .mobile-menu-container .logo {
      display: flex;
      justify-content: start; }
      .mobile-menu-container .logo a img {
        max-width: 100%;
        width: 100%; }
    .mobile-menu-container .phone a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
    .mobile-menu-container .navbar-button img {
      width: 40px; }
  .mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    background-color: #fff;
    width: 100vw;
    max-width: 100vw;
    padding: 15px 10px;
    overflow: hidden; }
    .mobile-menu img {
      width: 22px;
      height: 22px;
      display: block;
      margin: auto; }
    .mobile-menu a {
      color: #000;
      font-size: 16px;
      text-decoration: none; }
  .mobile-menu__wrapper {
    position: fixed;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.4);
    right: -100%;
    top: 0; }
    .mobile-menu__wrapper-close {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 15px;
      left: calc(75vw - 55px);
      z-index: 101;
      transition: all 1s;
      font-size: 24px; }
    .mobile-menu__wrapper li {
      display: flex;
      align-items: center;
      list-style: none;
      text-align: left;
      margin-bottom: 5px; }
      .mobile-menu__wrapper li img {
        width: 20px;
        margin-right: 1rem; }
      .mobile-menu__wrapper li .choose-language {
        display: inline; }
    .mobile-menu__wrapper a {
      display: flex;
      align-items: center;
      font-size: 24px; }
      .mobile-menu__wrapper a:hover {
        color: #000; }
    .mobile-menu__wrapper .menu {
      position: fixed;
      width: 75vw;
      height: 100vh;
      background-color: #fff;
      top: 0;
      right: -100%;
      padding: 70px 5vw 0;
      transition: all .5s; }
  .mobile-menu__wrapper_visible {
    display: flex;
    left: 0; }
    .mobile-menu__wrapper_visible .menu {
      display: flex;
      flex-direction: column;
      left: 0; }
      .mobile-menu__wrapper_visible .menu a {
        text-decoration: none;
        color: #000 !important;
        font-weight: 400;
        font-size: 20px;
        line-height: normal;
        margin-right: 15px; }
        .mobile-menu__wrapper_visible .menu a:hover {
          color: #000 !important; } }

.home {
  color: white;
  background-color: #0F6972;
  background-image: url("../../web/assets/image/bg.jpg");
  background-size: cover;
  background-position: center;
  height: 85vh; }
  .home h1 {
    font-size: 45px;
    font-family: 'Museo Sans Cyrl 500', serif;
    margin-top: 150px; }
  .home h2 {
    font-size: 20px;
    font-family: 'Museo Sans Cyrl 300', serif;
    margin-top: 10px; }

@media (max-width: 540px) {
  .home {
    background-image: url("../../web/assets/image/bg-mobile.jpg");
    background-size: cover;
    height: auto; }
    .home button {
      position: fixed;
      justify-content: end; }
    .home h1 {
      font-size: 35px;
      margin-bottom: 150px; }
    .home h2 {
      font-size: 15px;
      margin-bottom: 100px; } }

.welcome-list p {
  margin-top: 20px;
  font-family: 'Museo Sans Cyrl 500'; }

.welcome-list img {
  width: 120px;
  height: 80px; }

.aboutus {
  font-size: 30px; }

@media (max-width: 540px) {
  .aboutus p {
    font-size: 16px; } }

.rooms__block {
  cursor: pointer; }

.rooms img {
  margin-bottom: 20px;
  /*box-shadow: 0px 0px 20px 0px grey;*/ }

.rooms a {
  color: #000000;
  font-size: 30px;
  font-family: 'Museo Sans Cyrl 700', serif;
  text-decoration: none; }

.rooms-more a {
  color: #F36D86;
  font-size: 20px;
  font-style: italic;
  font-family: 'Museo Sans Cyrl 100', serif;
  text-decoration: underline; }

button.book_btn {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: white;
  background-color: #0F6972;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius); }
  button.book_btn:hover {
    cursor: pointer; }
  @media screen and (max-width: 320px) {
    button.book_btn {
      width: 100%; } }
.page-rooms {
  margin-top: 20px; }
  .page-rooms-title {
    font-size: 65px;
    font-family: 'Museo Sans Cyrl 700', serif; }
  .page-rooms-sub-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Museo Sans Cyrl 300', serif; }

.slider-rooms .slide {
  width: 640px;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff; }

.slider-nav {
  width: 100%; }
  .slider-nav .slide {
    width: 180px;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff; }

@media (max-width: 768px) {
  .rooms img {
    width: 75%;
    height: 75%; }
  .rooms a {
    color: #000000;
    font-size: 20px;
    font-family: 'Museo Sans Cyrl 700', serif;
    text-decoration: none; }
  .rooms-more a {
    color: #F36D86;
    font-size: 18px;
    font-style: italic;
    font-family: 'Museo Sans Cyrl 100', serif;
    text-decoration: underline; }
  .slider-rooms .slide {
    width: 100%; }
  .slider-nav .slide {
    width: 100%; }
  .page-rooms-title {
    margin-top: 0; }
  .page-rooms-sub-title {
    font-size: 16px; } }

@media (max-width: 540px) {
  .rooms img {
    width: 75%;
    height: 75%; }
  .rooms a {
    font-size: 20px; }
  .rooms-more a {
    font-size: 18px; }
  .slider-rooms .slide {
    width: 100%; }
  .slider-nav .slide {
    width: 100%; }
  .page-rooms-title {
    margin-top: 50px; }
  .page-rooms-sub-title {
    font-size: 16px; } }

.gallery-slider .item {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2); }
  @media (max-width: 540px) {
    .gallery-slider .item {
      height: 250px; } }
.slick-prev {
  background-image: url("../../web/assets/image/left.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important; }

.slick-next {
  background-image: url("../../web/assets/image/right.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important; }

.slick-prev:before, .slick-next:before {
  color: inherit !important; }

.contact {
  display: flex;
  flex-direction: row; }
  .contact .GoogleMaps {
    box-shadow: 0 0 20px 0 grey;
    margin-right: 50px; }
  .contact .info {
    display: flex;
    flex-direction: column; }
    .contact .info a {
      color: black;
      font-size: large;
      text-decoration: none; }
      .contact .info a:hover {
        color: #F36D86; }

@media (max-width: 1200px) {
  .contact {
    flex-direction: column-reverse; }
    .contact-book {
      display: flex;
      flex-direction: column;
      text-align: center;
      margin-bottom: 25px;
      align-content: center;
      align-items: center;
      width: 100%; }
    .contact .GoogleMaps {
      margin-right: 0; } }

.footer {
  width: 100%;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  background-color: #0F6972;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .footer__block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .footer__block__navigation {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
    .footer__block__rules {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
  .footer a {
    width: 100%;
    color: white;
    text-decoration: none; }
    .footer a:hover {
      color: #F36D86 !important; }

@media screen and (max-width: 540px) {
  .footer__block__navigation {
    flex-direction: column; }
  .footer__block__rules {
    flex-direction: column;
    margin-bottom: 1rem; } }

/*# sourceMappingURL=style.css.map */