@charset "UTF-8";
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&display=swap');

/* *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
} */

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
}

/* reset default text opacity of input placeholder */
::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

:root {
  --index: (1vw + 1vh);
  --main-font: "Manrope", sans-serif;
  --font-16: 1rem;
  --font-18: 1.25rem;
  --accent-color: #D7273C;
  --accent-color-hover: #DB3D50;
  --white: #fff;
  --border-color-light: #EBEBEB;
  --line-height: 22.4px;
  --main-color: #1A1A1A;
  --secondary-color: #808080;
  --secondary-bg: #F9D5D3;
  --radius-border-24: 24px;
  --radius-border-16: 16px;
  --shadow-box: 0px 14px 20px rgba(33, 33, 33, 0.2);
  --shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10), 0px -25px 50px 0px rgba(255, 255, 255, 0.50);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--main-font);
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.uk-container {
  max-width: 1416px;
}

@media (max-width: 760px) {
  .uk-container {
    overflow-x: hidden;
  }
}
::-moz-selection {
  background-color: var(--accent-color);
  color: var(--white);
}
::selection {
  background-color: var(--accent-color);
  color: var(--white);
}

input, textarea {
  outline: none;
  caret-color: var(--accent-color);
}
input:focus-visible, textarea:focus-visible {
  outline: none;
}
/* body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
} */
body {
  font-family: var(--main-font) !important;
  font-size: var(--font-16);
  line-height: var(--line-height);
  color: var(--main-color);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  background-color: #F7F7F7;
  text-wrap: balance;
}
.container {
  max-width: 100%;
  overflow: hidden;
}

img {
    /* max-height: 650px; */
    vertical-align: bottom;
}

.radius-24 {
    border-radius: 24px;
}
.radius-16 {
    border-radius: 16px;
    overflow: hidden;
}
.romanovo__title-h2 {
  font-weight: 600;
  font-size: 3rem;
}


.mini-foto{
    position: absolute;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translate(0%, 0%) !important;
    height: 100% !important;

}
.text-white { color: #fff; }


.mini-vert-foto{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    max-width: 406px;
    width: 100% !important;
    height: auto !important;

}

.big-vert-foto{
    position:absolute;
    top: 0%;
    transform: translate(-50%, 0%) !important;
    /* object-fit:none !important; */
    width:140% !important;
    height:140% !important;
    filter: brightness(40%) blur(10px);
}

.slider-news{
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 600px){
    .slider-news{
        min-height:300px !important;
    }
    .mini-foto{
        filter: brightness(40%);
    }
}


.big-foto{
    width:140% !important;
    height:140% !important;
    filter: brightness(40%) blur(10px);
}


@media (max-width: 1000px) {
  .mini-foto{
        position: absolute;
        top: 0%;
        left: auto;
        right: 0%;
        transform: translate(0%, 0%) !important;
        max-width: 906px;
        width: 100% !important;
        height: auto !important;
        display:none !important;
    }
    .mini-vert-foto{
        top: 0%;
        right: 0%;
        filter: brightness(40%);
    
    }
    .big-foto{
        filter: brightness(40%) blur(2px);
        transform: translate(-55%, -50%) !important;
    }
}

.romanovo__title-h2-slider{
    font-weight: 600;
    font-size: 2rem;
    text-align:center;
}

.romanovo__title-h3 {
  font-size: 2rem;
  font-weight: 600;
}

.romanovo__text {
  color: var(--secondary-color);
}
.romanovo__text p {
  margin: 5px 0;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.uk-drop.uk-open {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.booking-page h1 {
  font-size: 48px;
  font-weight: 600;
}

.irritation-modal {
    width: 960px;
}

@media (max-width: 640px) {
    .booking-page h1 {
        font-size: 40px;    
    }
    .bronirovanie {
        display: block;
    }
    .bronirovanie .uk-card-media-top img {
        height: auto;
    }
}

.uk-card-media-top a {
    display: block;
}

.ai-grid-two-columns .bottom-part-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-grid-two-columns .bottom-part-card .ai-icons-info {
  -ms-flex-preferred-size: 100vw;
      flex-basis: 100vw;
}

.romanovo-contacts address {
  margin-top: 20px;
  padding: 0;
}
.romanovo-contacts address span, .romanovo-contacts address a {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.romanovo-contacts address a {
  color: var(--main-color);
}
.romanovo-contacts .romanovo-social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.romanovo-contacts .romanovo-social-btns a {
  padding: 0;
  margin: 0;
}
.romanovo-contacts .romanovo-social-btns a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.romanovo-contacts .romanovo-social-btns a img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.romanovo-contacts .romanovo-social-btns li {
  margin-right: 24px;
}

.documents-page {
  color: var(--secondary-color);
  line-height: 1.5;
}
.documents-page h3 {
  font-weight: 600;
  color: var(--main-color);
}
.documents-page ul {
  padding-left: 0;
}

.main-section {
  padding-top: 30px;
}
.main-section__title {
  font-size: clamp(1rem, calc(var(--index) * 2.95), 72px);
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
}
.main-section__subtitle {
  text-align: center;
  font-size: var(--font-18);
  color: var(--secondary-color);
  font-weight: 400;
  margin-top: 24px;
}
.main-section__video-wrap,
.main-section__video-wrap_1{
  position: relative;
  border-radius: var(--radius-border-24);
  margin-top: 60px;
  min-height: 740px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
.main-section__video-wrap_1 {
    align-items: center;
}
@media (max-width: 960px) {
/*     header {
    position: sticky;
    top: 0;
    z-index: 3;
} */
    header .uk-logo img {
        width: 140px;
    }
    .main-header .navIcon {
        margin-top: 3px;
        transform: scale(0.8);
    }
     .main-header .uk-section {
        padding: 18px 0 17px!important;
    } 
    .main-section__video-wrap {
        min-height: 500px;
    }
    .uk-card-media-top a {
        display: block;
        max-height: 300px;
    }
    .uk-card-media-top.unique-offer a{
        max-height: 100%;
        height: 100%;
    }
    .news-page .uk-card-media-top img {
        height: auto!important;
    }
    .news-page .uk-card {
        display: block!important;
    }
}
@media (max-width: 574px) {
    .main-section__video-wrap {
        /* min-height: auto; */
    }
}
.main-section__video {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-border-24, 24px);
}
.main-section .video-wrp {
  border-radius: var(--radius-border-24, 24px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 960px) {
  .main-section__title {
    font-size: 36px;
  }
  .romanovo__title-h2 {
    font-size: 2rem;
  }
  .romanovo__title-h2-slider{
    font-size: 1rem;
  }
}
.main-section__reservations {
  background: var(--white);
  position: relative;
  padding: 24px;
  border-radius: var(--radius-border-16);
  border: 1px solid var(--border-color-light);
  z-index: 3;
  text-align: center;
  margin-inline: auto;
  color: var(--secondary-color);
  transition: all .3s ease-in-out;
}
.main-section__reservations2 {
  background: var(--white);
  position: fixed;
  padding: 24px;
  border-radius: var(--radius-border-16);
  border: 1px solid var(--border-color-light);
  z-index: 3;
  text-align: center;
  margin-inline: auto;
  color: var(--secondary-color);
  transition: all .3s ease-in-out;
  width: 100%;
  left: 0;
  bottom: 0;
}


.main-section__reservations.show {
    background: var(--white);
    border: 1px solid var(--border-color-light);
    padding: 40px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  border-radius: 5px;
}

@media (max-width: 640px) {
    .main-section__reservations {
        background: none;
        padding: 0;
        border: none;
        max-width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
    .main-section__video-wrap {
        margin-top: 40px;
        padding: 10px;
    }
}

.reservation__list {
  background: var(--white);
  border-radius: 8px;
  padding: 0;
}
.reservation__list li {
  padding: 16px 25px;
}
.reservation__list li:hover {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.guests-list-counter.uk-open {
  padding: 24px !important;
  border-radius: 8px;
  background: var(--white);
}

.reservation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.reservation-wrap img {
  display: block;
}

.reservations-field input[type=text] {
  background: var(--white) url(../../assets/images/dist/calendar.svg) no-repeat;
  background-size: 24px;
  background-position: calc(100% - 20px) center;
  width: 100%;
}

.reservations-field input,
.reservation-room .reservation-wrap,
.reservation-guests .reservation-wrap {
  border: 1px solid var(--border-color-light);
  border-radius: 8px;
  background: var(--white);
  padding: 12px 24px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
}
.reservations-field input:hover,
.reservation-room .reservation-wrap:hover,
.reservation-guests .reservation-wrap:hover {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  border-color: var(--white);
}
.reservations-field input .right-arrow-btn,
.reservation-room .reservation-wrap .right-arrow-btn,
.reservation-guests .reservation-wrap .right-arrow-btn {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.reservations-field input:hover .right-arrow-btn,
.reservation-room .reservation-wrap:hover .right-arrow-btn,
.reservation-guests .reservation-wrap:hover .right-arrow-btn {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}
.reservations-field input input:focus,
.reservation-room .reservation-wrap input:focus,
.reservation-guests .reservation-wrap input:focus {
  outline: none;
}
.reservations-field input .uk-drop.uk-open,
.reservation-room .reservation-wrap .uk-drop.uk-open,
.reservation-guests .reservation-wrap .uk-drop.uk-open {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 0;
}

.title-container {
  margin-inline: auto;
  /* max-width: calc((1vh + 1vw) * 30); */
}

@media (max-width: 960px) {
  .title-container {
    max-width: 100%;
  }
}


.input-total {
  font-family: var(--main-font);
  font-weight: 600;
  color: var(--main-color);
  width: 15px;
  margin-inline: 10px;
  text-align: center;
}

.children-inputs input {
  border: 1px solid #F7F7F7;
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
.children-inputs input:focus-visible {
  border: 1px solid #F7F7F7;
}

.romanovo-hotel-info img {
    border-radius: 24px;
}

/*******************************************
* premium-rest
*******************************************/
.premium-rest .uk-subnav-pill a{border-radius: 7px; overflow: hidden; display: flex;}
.premium-rest .uk-subnav-pill>.uk-active>a {
    background-color: var(--accent-color);
    color: #fff;
}
.premium-restoran .swiper-slide {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    & > div {
        min-height: 164px;
    }
}

.ai-info-card {
  height: 600px;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-border-24);
  overflow: hidden;
  background-color: var(--white);
  color: var(--secondary-color);
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, .2);
}


.ai-info-card:hover {
  /* -webkit-box-shadow: var(--shadow); */
          box-shadow: 0 3vw 7vh rgba(0, 0, 0, .2);
}

.uk-card-body {
  height: 100%;
}

.uk-card-body {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  position: relative;
  padding: 32px 40px;
}

.ai-card-text {
    height: 0;
    margin: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    
      display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ai-info-card:hover .ai-card-text {
    height: 67px;
    opacity: 1;
    margin-bottom: 10px;
}

.ai-info-card .uk-card-media-top {
    transition: all .5s ease-in-out;
    height: 650px;
    display: block;
}

.ai-info-card:hover .uk-card-media-top {
    height: 450px;
}

.uk-card-title {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
    .my-grid {
        display: block!important;
    }
    .ai-info-card {
        height: auto;
        display: block;
    }
    .uk-card-body {
        padding: 30px 20px;
        display: block;
        height: auto;
    }
    .ai-card-text {
        height: auto;
        opacity: 1;
        margin-bottom: 15px;
        text-align: left;
    }
    .ai-info-card .uk-card-media-top {
        transition: all .5s ease-in-out;
        height: auto;
        display: block;
        max-height: 300px;
    }
    .premium-rest .uk-card-media-top img {
        height: auto!important;
    }
    .ai-info-card:hover .uk-card-media-top {
            height: auto;
        }
    .ai-info-card:hover .ai-card-text {
        height: auto;
        /* margin-bottom: 0; */
    }
}



.uk-card-media-top {
  height: 387px;
  overflow: hidden;
  /* background: var(--main-color); */
  -webkit-transition: height 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: height 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: height 0.5s, opacity 0.5s, transform 0.5s;
  transition: height 0.5s, opacity 0.5s, transform 0.5s;
  transition: height 0.5s, opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.uk-card-media-top img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom-part-card {
  margin-top: auto;
}

.ai-icons-info {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, auto));
  gap: 17px;
}
.ai-icons-info .ai-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ai-icons-info .ai-icon img {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .ai-grid-two-columns {
    display: block;
  }
  .ai-info-card {
    margin-bottom: 24px;
  }
  .bottom-part-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .uk-card-body {
    padding: 30px 20px;
  }

  .uk-card-title {
    font-size: 20px;
  }
}
/*******************************************
* current-offers
*******************************************/
.current-offers .uk-card,
.services-page .uk-card{
  border-radius: var(--radius-border-24);
  overflow: hidden;
  background-color: var(--white);
  color: var(--main-color);
  transition: box-shadow .5s ease;
  height: 520px;
}

.current-offers .uk-card:hover,
.services-page .uk-card:hover {
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10), 0px -25px 50px 0px rgba(255, 255, 255, 0.50);
}

.current-offers .uk-card .uk-card-title {
    color: var(--main-color);
}

.current-offers .uk-card .card-body-text,
.services-page .uk-card .uk-card-body p{
    max-height: 0;
    opacity: 0;
    margin: 0;
 /*    transform: translateY(40px); */
    transition: all .4s ease-in-out;
    
        display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.current-offers .uk-card:hover .card-body-text,
.services-page .uk-card:hover .uk-card-body p {
    max-height: 500px;
    opacity: 1;
    /* transform: translateY(0); */
}

.current-offers .uk-card .uk-card-media-top,
.services-page .uk-card .uk-card-media-top{
    transition: height .4s ease-in-out;
}

.current-offers .uk-card:hover .uk-card-media-top,
.services-page .uk-card:hover .uk-card-media-top {
    height: calc(100% - 45%);
}


/*******************************************
* slider-section-romanovo
*******************************************/

.uk-slideshow-items img,
.uk-slideshow-items li {
    border-radius: var(--radius-border-24);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.romanovo-grid-components .romanovo-component {
  padding: 30px;
  border-radius: var(--radius-border-24);
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.romanovo-grid-components .romanovo-component img {
  margin-right: 20px;
}
.romanovo-grid-components .romanovo-component h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.romanovo-grid-components .romanovo-component p {
  color: var(--secondary-color);
  margin: 0;
}

@media (max-width: 768px) {
  .romanovo-grid-components {
    display: block;
  }
  .romanovo-component {
    margin-bottom: 25px;
  }
}
/*******************************************
* testimonials
*******************************************/
.ai-grid-testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 24px 1fr;
  grid-template-columns: 2fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.ai-grid-testimonials .uk-slider-items .uk-card {
  border-radius: var(--radius-border-24);
}
.ai-grid-testimonials .testimonials-flex-title {
  color: var(--main-color);
  margin: 0 0 0 12px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .ai-grid-testimonials {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.testimonials-flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.romanovo-testimonials :where(input, textarea) {
  margin-top: 12px;
}

.romanovo-form-wrapper {
  background-color: #fff;
  border-radius: var(--radius-border-24);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.romanovo-form-wrapper .romanovo-form .uk-legend {
  font-size: 18px;
  font-weight: 600;
}
.romanovo-form-wrapper .romanovo-form :where(input, textarea) {
  border-radius: 8px;
  padding: 16px 24px;
  height: auto;
}

/*******************************************
* romanovo-contacts-section
*******************************************/
.romanovo-contacts-section .romanovo-form-wrapper .uk-legend {
  font-size: 32px;
  font-weight: 600;
}
.romanovo-contacts-section .romanovo-form-wrapper p {
  color: var(--secondary-color);
}
.romanovo-contacts-section .romanovo-form-wrapper .agreement {
  color: var(--secondary-color);
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
}
.romanovo-contacts-section .romanovo-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.romanovo-contacts-section .romanovo-form .ai-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
.romanovo-contacts-section .romanovo-form .ai-phone {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
.romanovo-contacts-section .romanovo-form .ai-textarea {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.romanovo-contacts-section .romanovo-form button {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding: 16px 24px;
}

.romanovo-contacts-grid {
/*   display: -ms-grid;
display: grid;
-ms-grid-columns: auto 850px;
grid-template-columns: auto 850px; */
}

@media (max-width: 1200px) {
  .romanovo-contacts-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
/*   .romanovo-form-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 30px;
} */
}
#map {
  height: 566px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-border-24);
}

@media (max-width: 960px) {
  .romanovo-contacts-section .romanovo-form .ai-phone {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
  .romanovo-form-wrapper {
    padding: 30px;
  }
}
[class*=ymaps-2][class*=-ground-pane] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.romanovo-footer-section {
  background: var(--main-color);
  min-height: 430px;
}

/*******************************************
* footer
*******************************************/
.contacts-columns .footer-column h6,
.contacts-columns .footer-column h6 a{
  color: var(--white);
  font-weight: 600;
}
.contacts-columns .footer-column a, .contacts-columns .footer-column p {
  font-weight: 600;
  color: var(--secondary-color);
  display: block;
  margin-bottom: 16px;
}

#layer-bg {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#layer-bg.is-open {
  opacity: 1;
  visibility: visible;
}

.right-side-section {
  height: 100%;
  transform: translateX(100%);
  max-width: 400px;
  /* width: 600px; */
  padding: 30px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  background-color: #f7f7f7;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-box-shadow: 0px 14px 20px rgba(33, 33, 33, 0.2);
          box-shadow: 0px 14px 20px rgba(33, 33, 33, 0.2);
  overflow-y: auto;
  max-height: 100vh;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.right-side-section::-webkit-scrollbar {
  width: 4px;
}
.right-side-section.is-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.right-side-section .romanovo-form .ai-phone,
.right-side-section .romanovo-form .ai-mail {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}

.WidgetApp_container label,
.WidgetApp_container button,
.WidgetApp_container label span {
    border-radius: 5px;
}

.WidgetApp_container button {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--white);
}

.WidgetApp_container button:hover {
    background-color: var(--accent-color-hover);
    border-color: var(--accent-color-hover);
}

/*  .react-ui .Counter_button,
.react-ui button
{
   background: var(--accent-color);
   color: var(--white);
   border-radius: 5px;
   border-color: var(--accent-color);
}

.react-ui:not(:nth-of-type(4)) .Counter_button:hover,
.react-ui:not(:nth-of-type(4)) button:hover {
   background-color: var(--accent-color-hover);
   border-color: var(--accent-color-hover);
}  */


@media (max-width: 600px) {
/*   .right-side-section {
  width: 100%;
  padding: 20px;
} */
  .right-side-section .romanovo-form .ai-phone,
  .right-side-section .romanovo-form .ai-mail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .right-side-section .romanovo-progress-bar__steps .progress-bar {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .right-side-section .romanovo-progress-bar__step {
    -ms-flex-preferred-size: 24px;
        flex-basis: 24px;
  }
  .right-side-section .romanovo-progress-bar__step span {
    display: none;
  }
  .right-side-section .checkbox-sections {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .right-side-section .checkbox-sections label {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .right-side-section .getPersonInputs > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .right-side-section .infoOrder__details span {
    font-size: 14px;
  }
}
.romanovo-bronirovanie-side {
  overflow-y: auto;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
  height: 100%;
  color: var(--secondary-color);
  & .uk-offcanvas-close {
      top: 20px;
      right: 20px;
  }
}
.romanovo-bronirovanie-side::-webkit-scrollbar {
  width: 0;
}
.romanovo-bronirovanie-side h3 {
  color: var(--main-color);
}
.romanovo-bronirovanie-side .ai-phone {
  position: relative;
}
.romanovo-bronirovanie-side .ai-phone::before {
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  background: url(../../assets/images/dist/icons/call.svg) no-repeat center;
  opacity: 0.4;
  top: 17px;
  left: 17px;
}
.romanovo-bronirovanie-side .ai-phone input {
  text-indent: 25px;
}
.romanovo-bronirovanie-side .ai-mail {
  position: relative;
}
.romanovo-bronirovanie-side .ai-mail::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: url(../../assets/images/dist/icons/sms.svg) no-repeat center;
  opacity: 0.4;
  top: 17px;
  left: 17px;
}
.romanovo-bronirovanie-side .ai-mail input {
  text-indent: 25px;
}

.romanovo-progress-bar {
  margin-bottom: 48px;
}

.romanovo-progress-bar__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.romanovo-progress-bar__steps span {
  font-size: 14px;
}
.romanovo-progress-bar__steps .step-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid var(--accent-color);
  background: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.romanovo-progress-bar__steps .step-circle.active {
  background: var(--accent-color) url(../../assets/images/dist/icons/bird.svg) no-repeat center;
}
.romanovo-progress-bar__steps .progress-bar {
  position: absolute;
  height: 4px;
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d9d9d9;
  bottom: 10px;
  left: 42px;
}
.romanovo-progress-bar__steps .progress-bar .indicator {
  position: absolute;
  height: 100%;
  width: 0%;
  background: var(--accent-color);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  left: 0;
}

.romanovo-progress-bar__step {
  -ms-flex-preferred-size: 68px;
      flex-basis: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-section {
  display: none;
}
.step-section h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--secondary-color);
}
.step-section.active {
  display: block;
}

.tarif-title {
  font-size: 18px;
  font-weight: 600;
}

.choose-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.choose-number > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 130px;
          flex: 1 0 130px;
}
.choose-number .reservations-field input[type=text] {
  width: 100%;
}

.checkbox-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
.checkbox-sections label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--secondary-color);
  cursor: pointer;
}
.checkbox-sections .checkbox-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid;
  display: block;
  margin-right: 8px;
}
.checkbox-sections input[type=checkbox]:checked + label {
  color: var(--main-color);
}
.checkbox-sections input[type=checkbox]:checked + label .checkbox-icon {
  border-color: var(--accent-color);
  background: var(--accent-color) url(../../assets/images/dist/icons/bird.svg) no-repeat center;
}

.total-sum {
  margin-top: 48px;
}
.total-sum strong {
  color: var(--main-color);
}

.steps-section-container .default-outline-btn.next {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gettingInfo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-left: 0;
  margin-bottom: 32px;
  overflow-x: auto;
  white-space: nowrap;
}
.gettingInfo-block::-webkit-scrollbar {
  height: 5px; /* Set the height of the scrollbar */
}
.gettingInfo-block::-webkit-scrollbar-thumb {
  background-color: var(--accent-color); /* Set the color of the scrollbar thumb */
  border-radius: 4px; /* Set the border radius of the scrollbar thumb */
}
.gettingInfo-block::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Set the color of the scrollbar track */
}

.gettingInfoAdult,
.gettingInfoChildren {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-left: 0;
  margin-top: 20px;
}
.gettingInfoAdult li,
.gettingInfoChildren li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white) url(../../assets/images/dist/icons/man.svg) no-repeat 15px center;
  text-indent: 20px;
  padding: 20px;
  border-radius: 8px;
  font-weight: 600;
  color: var(--main-color);
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.gettingInfoAdult li.fullfilled,
.gettingInfoChildren li.fullfilled {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.getPersonInputsAdult div,
.getPersonInputsChildren div {
  display: none;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
.getPersonInputsAdult div.active,
.getPersonInputsChildren div.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.getPersonInputsAdult div input,
.getPersonInputsChildren div input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 170px;
          flex: 1 1 170px;
  border: none;
  padding: 16px 24px;
  background: var(--white);
  border-radius: 8px;
  margin-bottom: 10px;
}

.infoOrder {
  margin-bottom: 32px;
}
.infoOrder__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  background: var(--white);
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}
.infoOrder__details span {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  display: block;
}

.info-guests {
  margin-bottom: 32px;
}
.info-guests__adult-details, .info-guests__children-details {
  text-align: left;
  display: block;
}
.info-guests__adult-details div, .info-guests__children-details div {
  background: var(--white);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.info-guests__adult-details div p, .info-guests__children-details div p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}

.costInfo {
  margin-bottom: 32px;
}
.costInfo__details {
  padding: 20px;
  background: var(--white);
  border-radius: 8px;
  color: var(--main-color);
}

.contacInfo form {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  grid-gap: 10px;
  padding-left: 0;
}
.contacInfo form .ai-textarea {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}
.contacInfo form input,
.contacInfo form textarea {
  border-radius: 8px;
}
.contacInfo .agreement {
  font-size: 14px;
}

.news-page .uk-card {
    display: flex;
    flex-direction: column;
    transition: box-shadow .5s ease-in-out;
    height: 600px;
    background: var(--white);
}
.news-page .uk-card:hover {
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10), 0px -25px 50px 0px rgba(255, 255, 255, 0.50);
}

.news-page .uk-card-media-top {
    height: 850px;
}
.news-page .uk-card:hover .uk-card-media-top {
    height: 750px;
}

.news-page .uk-card-body {
  color: var(--secondary-color);
}
.news-page .uk-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.news-page .default-outline-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


.news-page .uk-card p {
    height: 0;
    margin: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.news-page .uk-card:hover p {
    height: 67px;
    opacity: 1;
}

.news-page .uk-card .uk-card-media-top {
    transition: height .4s ease-in-out;
}

.news-page .uk-card:hover .uk-card-media-top{
    height: 100%;
}

.photootchet-page,
.single-news-page {
  padding-bottom: 0;
}
.photootchet-page h2,
.single-news-page h2 {
  font-size: 32px;
  font-weight: 600;
}
.photootchet-page p,
.single-news-page p {
  color: var(--secondary-color);
}
.photootchet-page .default-outline-btn,
.single-news-page .default-outline-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Masonry image gallery styling */
.romanovo-photogallery {
  padding-top: 48px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.romanovo-photogallery .grid-container {
  -webkit-columns: 3 310px;
     -moz-columns: 3 310px;
          columns: 3 310px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 0;
}

.romanovo-photogallery .grid-container .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
}

.romanovo-photogallery .grid-container img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.romanovo-photogallery .grid-container .img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.romanovo-news-singlepage img{
    border-radius: var(--radius-border-16);
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* .romanovo-news-singlepage .uk-slideshow-items img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: unset;
} */

/* .romanovo-news-singlepage .uk-slideshow-items {
    min-height: 355px!important;
} */

.romanovo-news-singlepage h1 {
    font-weight: 700;
}

.romanovo-news-singlepage .content {
    color: var(--secondary-color);
}

.hotel-room-page__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.hotel-room-page__flex h1 {
  font-weight: 600;
  font-size: 32px;
  margin: 0;
}
.hotel-room-page__flex > div {
  margin-left: auto;
}
.hotel-room-page__flex .hotel-room-page__price {
  font-weight: 600;
  font-size: 24px;
  margin: 0 20px 0 0;
}

.room-descriptions-section {
  padding: 0;
}

.room-descriptions {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, auto));
  gap: 40px;
}
.room-descriptions h3 {
  font-weight: 600;
  font-size: 24px;
}
.room-descriptions p {
  color: var(--secondary-color);
  line-height: 1.5;
}
.room-descriptions .ai-icons-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.room-descriptions .ai-icons-info .ai-icon {
  -webkit-box-flex: 1;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
}
.room-descriptions .ai-icons-info .ai-icon img {
  width: 24px;
  height: 24px;
}

.additional-amenities-section {
  padding-bottom: 0;
}

.conveniences {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: start;
    div {
        padding: 24px;
        background: var(--white);
        border-radius: 8px;
        color: var(--secondary-color);
        cursor: pointer;
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
        font-size: var(--font-18, 18px);
        font-weight: 600;
        flex: 1 0 0;
    }
    p {
        font-size: 1.125rem;
        color: #000;
    }
}

.additional-amenities {
  padding-bottom: 30px;
}
.additional-amenities h3 {
  font-weight: 600;
  font-size: 24px;
}
.additional-amenities p {
  color: var(--secondary-color);
  line-height: 1.5;
}
.additional-amenities__btns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  gap: 24px;
}
.additional-amenities__btns input[type=checkbox] {
  display: none;
}
.additional-amenities__btns label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 24px;
  background: var(--white);
  border-radius: 8px;
  color: var(--secondary-color);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  font-size: var(--font-18, 18px);
  font-weight: 600;
}
.additional-amenities__btns label img {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}
.additional-amenities__btns label:hover {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.additional-amenities__btns input[type=checkbox]:checked + label {
  color: var(--main-color);
}
.additional-amenities__btns input[type=checkbox]:checked + label img {
  -webkit-filter: grayscale(0) opacity(1);
          filter: grayscale(0) opacity(1);
}

@media (max-width: 640px) {
  .additional-amenities__btns label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .hotel-room-page__flex h1 {
    margin-bottom: 20px;
  }
  .hotel-room-page__flex .hotel-room-page__price {
    font-size: 16px;
  }
}
.romanovo-accordion-info > ul > li {
  position: relative;
  padding: 20px;
  border-top: 1px solid var(--border-color-light);
  border-bottom: 1px solid var(--border-color-light);
  margin-top: -1px !important;
  margin-left: 30px;
  text-indent: 30px;
}
.romanovo-accordion-info > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../../assets/images/dist/icons/check.svg) no-repeat;
  width: 32px;
  height: 37px;
  top: 30px;
}
.romanovo-accordion-info > ul > li ul {
  padding-left: 0;
  color: var(--secondary-color);
}
.romanovo-accordion-info .uk-accordion-title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 35px 10px 0px;
}
.romanovo-accordion-info .uk-accordion-title:hover::after {
  background-color: var(--secondary-bg);
}
.romanovo-accordion-info .uk-accordion-title::before {
  display: none;
}
.romanovo-accordion-info .uk-accordion-title::after {
  content: "";
  right: 0;
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../../assets/images/dist/icons/plus.svg) no-repeat center/70%;
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.romanovo-accordion-info .uk-open > .uk-accordion-title::after {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
  background-color: var(--secondary-bg);
  color: var(--accent-color);
}

.special-offers .uk-card-body {
  height: auto;
}

.services-page .uk-card-body {
  height: auto;
  color: var(--secondary-color);
}
.services-page .ai-card-title {
  font-size: 32px;
  font-weight: 600;
}
.services-page .uk-card-title {
  font-size: 18px;
}
.services-page .uk-card-paragraph {
  color: var(--secondary-color);
}

.ai-filter-romanovo .uk-active a {
  padding: 16px 48px;
  background: var(--main-color) !important;
  border-radius: 8px;
  -webkit-box-shadow: 0px -25px 50px rgba(255, 255, 255, 0.5), 0px 25px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -25px 50px rgba(255, 255, 255, 0.5), 0px 25px 50px rgba(0, 0, 0, 0.1);
}

.ai-grid-card-body {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, auto));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-grid-card-body h3, .ai-grid-card-body button {
  margin: 0;
}

@media (max-width: 996px) {
  .ai-grid-card-body {
    display: block;
  }
  .ai-grid-card-body > button {
    margin-top: 20px;
  }
}
.single-news-page a {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.single-news-page img {
  max-height: 500px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-page-title-block {
  margin-top: 48px;
  margin-bottom: 48px;
}
.grid-container-news li {
    margin: none;
}
.grid-container-news .img {
    max-height: 500px;
}
.grid-container-news .img a {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.grid-container-news .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.hide {
  overflow: hidden;
  padding-right: 11px;
}

/*******************************************
* header
*******************************************/
.main-header {
  background: var(--main-color);
}
.main-header a {
  color: var(--white);
  font-weight: 600;
}
.main-header a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}
.main-header li.active a {
    color: var(--secondary-color);
}
.main-header .uk-section {
  padding: 22px 0 22px 0;
}
/* .main-header .main-header__nav {
  margin-left: 64px;
} */

@media(max-width:1395px) {
    .main-header .top-menu-container {
        padding-bottom: 20px;
    }
}
.main-header .main-header__nav li:not(:last-child) {
  margin-right: 32px;
}

.main-header__menu-icon {
  display: block;
  margin-left: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.main-header__menu-icon:hover path {
  stroke: var(--accent-color);
}
.main-header__menu-icon.show {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}
.main-header__menu-icon.show path {
  stroke: var(--accent-color);
}

.main-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
}
.main-header__menu.is-open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  height: 58px;

  opacity: 1;
  visibility: visible;
}

.main-header__menu .transform-y-top {
    transform: translateY(20px);
}

@media (max-width: 1200px) {

  .main-header__menu .transform-y-top {
    transform: translateY(0);
  }   
        
  .main-header .navIcon {
    display: block;
  }
  .main-header__menu {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 0;
    overflow: hidden;
  }
  .main-header .main-header__nav {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .main-header__menu a {
    font-size: 14px;
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .main-header__menu.is-open {
    display: block;
    height: auto;
    text-align: center;
  }
  .main-header__menu.is-open .main-header__nav {
    margin-top: 40px;
    line-height: 2.5;
    display: block;
  }
  .main-header__menu.is-open .main-header__nav a {
    font-size: 20px;
  }
  .main-header .main-header__nav li:not(:last-child) {
    margin: 0;
  }
  .main-header__phone {
    margin-top: 50px;
  }
  .main-header__menu-icon {
    display: none;
  }
}
.main-header__nav {
  margin: 0;
  margin-right: 40px;
/*   margin-top: 40px; */
}

.main-header__phone {
  padding: 10px 20px;
  border: 2px solid var(--white);
  border-radius: 8px;

  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
  display: inline-block;
  margin-bottom: 10px;
/*   margin-top: 10px; */
}
.main-header__phone:hover {
  text-decoration: none;
  color: var(--accent-color);
  border-color: var(--accent-color);
}

/* .top-menu-container {
  height: 0;
  -webkit-transform: translateY(-80px) translateZ(0);
          transform: translateY(-80px) translateZ(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: transform, height;
}
.top-menu-container.show {
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  height: 80px;
} */
.top-menu-container {
    overflow-x: auto;
}

.top-hidden-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  
  
    overflow-x: auto; /* горизонтальная прокрутка */
  overflow-y: hidden; /* убираем вертикальную прокрутку */
  white-space: nowrap; /* запрещаем перенос элементов */
  
  /* Скрываем скроллбар для всех браузеров */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE и Edge */
}
.top-hidden-menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
/* .top-hidden-menu li {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
  min-width: 100px; 
} */
.top-hidden-menu a {
  margin-right: 1.5rem;
    font-weight: 600;
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
/*   min-width: 100px; */
}
.top-hidden-menu li:not(:first-child) a{
    padding-left: 0;
}
.top-hidden-menu a.active {
  color: var(--accent-color);
}

.ai-title-h3 {
  font-weight: 600;
  color: var(--main-color);
}

.ai-romanovo-list {
  list-style: disc;
  color: var(--secondary-color);
  line-height: 1.5;
}

.uk-dotnav > * > * {
  background-color: var(--white);
  border-color: var(--white);
  border-radius: 50%;
}

.uk-dotnav > .uk-active > * {
  background-color: var(--white);
  outline: 3px solid var(--accent-color);
  border-radius: 50%;
}

.uk-card {
  border-radius: var(--radius-border-24);
  overflow: hidden;
}

.ai-section-title {
  font-size: 32px;
  font-weight: 600;
}

.outline-link {
  display: block;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  cursor: pointer;
  padding: 16px;
  border-radius: 8px;
  font-weight: 600;
  width: 100%;
  align-self: end;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  -o-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.outline-link:hover {
  border-color: var(--accent-color-hover);
  color: var(--accent-color-hover);
  text-decoration: none;
}

/*******************************************
* hamburger menu
*******************************************/
.navIcon {
  position: relative;
  display: none;
  width: 32px;
  height: 32px;
  margin-left: auto;
  text-align: center;
  top: -5px;
}

.navIcon .bar {
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: inherit;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: top 0.3s ease, left 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, left 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
  -moz-transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
}

.navIcon .bar:nth-child(1) {
  top: 5px;
}

.navIcon .bar:nth-child(2) {
  opacity: 1;
  -o-transition: opacity 0.1s ease 0.125s, left 0.2s ease;
  transition: opacity 0.1s ease 0.125s, left 0.2s ease;
  -webkit-transition: opacity 0.1s ease 0.125s, left 0.2s ease;
  -moz-transition: opacity 0.1s ease 0.125s, left 0.2s ease;
}

.navIcon .bar:nth-child(3) {
  top: 25px;
}

.navIcon.is-open .bar:nth-child(1) {
  top: 15px;
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
}

.navIcon.is-open .bar:nth-child(2) {
  opacity: 0;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
}

.navIcon.is-open .bar:nth-child(3) {
  top: 15px;
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
}

.navIcon:hover .bar:nth-child(2) {
  left: 5px;
}

.default-outline-btn {
  display: block;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  cursor: pointer;
  padding: 16px;
  border-radius: 8px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  -o-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.default-outline-btn:hover {
  border-color: var(--accent-color-hover);
  color: var(--accent-color-hover);
  text-decoration: none;
}

.default-red-btn {
  background: var(--accent-color);
  padding: 12px 32px;
  border-radius: 8px;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.default-red-btn:hover {
  background: var(--accent-color-hover);
  text-decoration: none;
  color: #fff;
}

.romanovo-modal-window .uk-modal-dialog {
  border-radius: var(--radius-border-24);
  padding: 40px;
}
.romanovo-modal-window .uk-modal-dialog h4 {
  font-size: 32px;
  font-weight: 600;
}
.romanovo-modal-window .uk-modal-dialog p {
  color: var(--secondary-color);
}

.romanovo-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.romanovo-form .ai-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
.romanovo-form .ai-phone {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
.romanovo-form .ai-textarea {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.romanovo-form button {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding: 16px 24px;
}
.romanovo-form :where(input, textarea) {
  border-radius: 8px;
  padding: 16px 24px;
  height: auto;
}

.agreement {
  font-size: 14px;
}

.agreement a {
    color: var(--main-color);
}

.romanovo-tag {
    background: #e4e4e4;
    padding: 5px 10px;
    border-radius: 5px;
    align-self: flex-start;
    font-size: 14px;
}

.date {
    color: var(--secondary-color);
}

[class*=uk-modal-close-] {
  top: 20px;
  right: 20px;
}

/* Webkit scrollbar */
::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
  border-radius: 5px;
}

.social-footer a{
   transition: transform .3s ease-in-out;
   filter: grayscale(1);
}

.social-footer a:hover{
   transform: scale(1.2);
}

.soon {
    background: var(--accent-color);
    border-radius: 50px;
    color: var(--white);
    padding: 0px 9px 2px;
    position: absolute;
    top: 0;
    right: -29px;
    font-size: 12px;
}

.widget-btn {
    position: fixed;
    bottom: 35px;
    right: 30px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    /* background: rgb(255, 202, 67); */
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1.5s ease 0s infinite pulse;
    cursor: pointer;
}


.masonry {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 350px;
}

.masonry a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .5s ease-in-out;
}

.masonry a:hover{
    box-shadow: var(--shadow-box);
}

.masonry img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.masonry :nth-child(3n) {
    grid-row: span 2;
}

.masonry img :only-child {
    width: 100%;
    grid-column: 1 / -1;
}


.romanovo-documents p {
    line-height: 1.7;
}


@media (max-width: 960px) {
    .masonry :nth-child(3n) {
      grid-row: span 1;
  }
  .testimonials-widget__inner-block {
    width: 100%!important;
 }
 
   .swiper {
      width: 100%;
      padding-bottom: 60px;
    }
 
 .uk-grid.swiper-wrapper {
    display: flex !important;
     flex-wrap: nowrap;
 }
 .swiper-slide {
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative;
      transition-property: transform;
      display: block;
    }
}


/* @media (max-width: 640px) {
    
} */




@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



@media (max-width: 960px) {
   /* .premium-rest .ai-card-text, */
   .current-offers .uk-card .card-body-text, .services-page .uk-card .uk-card-body p,
   /* .booking-page .ai-card-text, */
   .news-page .uk-card p{
        max-height: none;
        height: auto;
        transform: translateY(0);
        opacity: 1;

        display: -webkit-box;
        -webkit-line-clamp: initial;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .news-page .uk-card:hover p {
        height: auto;
    }
    
    .current-offers .uk-card, .services-page .uk-card,
    /* .booking-page .ai-info-card, */
    /* .booking-page .ai-info-card .uk-card-media-top, */
    .news-page .uk-card-media-top,
    .news-page .uk-card{
        height: max-content;
    }
    
    .news-page .uk-card:hover .uk-card-media-top {
        height: auto;
    }
    
    .current-offers .uk-card:hover .uk-card-media-top, .services-page .uk-card:hover .uk-card-media-top {
        height: 387px;
    }
}

@media (max-width: 530px) {
    .DatesPeriodControl_placeholder{
        pointer-events: none !important;
    }
}


.brightness{
    filter: brightness(40%)
}

.link_event{
    text-decoration:none !important;
    padding:10px 20px;
}

.link_event a:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

.good_place_wrapp{
    width: 100%;
    display: flex;
    /* margin-top: -80px; */
}

@media (max-width: 767px) {
    .good_place_wrapp{
        /* margin-top: 0px; */
    }
}

.good_place{
    margin-left: auto;
}

.social-header {
    display: flex;
    gap: 10px;
    & a {position: relative; z-index: 10;}
    a:last-child:hover {
            filter: drop-shadow(0 0px 6px #24D366);
    }
    a:first-child:hover {
        filter: drop-shadow(0 0px 6px #36AEE1);
    }
}

@media (max-width: 1200px) {
.social-header {
    margin: 0 15px;
}
}
@media (max-width: 768px) {
.social-header {
    justify-content: center;
}
}
.weekend-btn {
    display: inline-block;
    padding: 20px;
    &:hover {
        color: #fff;
    }
}
.weekend-cards {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    text-wrap: balance;
    .card-footer {
        color: #fff;
        margin-top: auto;
    }
    .uk-card {
        text-align: left;
        h4{ font-weight: bold; color: #fff; font-size:34px;}
        h5{ font-weight: bold; color: #fff; font-size:34px;}
        height: 550px;
        position: relative;
        display: flex!;
        &:before {
            content:'';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #00000050;
            z-index: 2;
        }
    &:hover .weekend-card-bg {
        transform: scale(1.1);
    }
    h4{position: relative; z-index: 2; margin-top: 0;}
    .card-footer{position: relative; z-index: 2;}
    }

}
.weekend-card-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .3s;
}
.tree-form {
    border-radius: 20px;
    padding: 50px 0;
    background: url(../../assets/images/dist/tree-form.webp) no-repeat center / cover;
}
.fir-forma {
    margin: 0 auto;
    max-width: 576px;
    width: 100%;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    h3 {
        text-align: center;
        font-weight: bold;
        font-size: 32px;
    }
    p {
        text-align: center;
        color: gray;
    }
}
@media (max-width: 768px) {
    .fir-forma{padding: 20px;}
    
    .weekend-cards {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
    .uk-card h4, .uk-card h5{font-size: 26px;}
    
    .fir-forma h3 {font-size: 23px};
}

/* стили для новогоднего баннера */

.weekend-wrapper {
   width: 100%;
   max-width: 1200px!important;
   max-height: 700px;
   height: 100%;
}

.weekend-text {
    position: relative;
    text-align: center;
    background: radial-gradient(circle, #00000094, transparent);
    
    h3 {font-weight: bold; line-height: 1.2; text-wrap: balance;}
    h3 span {
      display: block;
      color: var(--accent-color);
      text-wrap: balance;
    }
    p {
        font-weight: bold;
        color: #fff;
        text-wrap: balance;
    }
    .default-red-btn {
        margin-top: 30px;
        display: inline-flex;
        gap: 10px;
        font-weight: bold;
    }
}
.weekend-wrapper-bg {
    height: 100%;
}
@media (max-width: 768px) {
    .weekend-wrapper {
        padding: 0;
    }
}


/* valentin */

.section_love {
    display: grid;
    grid-template-columns: 20% auto 20%;
}
@media (max-width: 768px) {
    .section_love {
        display: block;
    }
}
.fit-content {
    max-width: fit-content;
    width: 100%;
    object-fit: cover;
}
.heart-1 {
    min-width: 320px;
    top: -47px;
}
.heart-2 {
    min-width: 420px;
    top: 80px;
}

.valentin-btn {
    padding-inline:2rem;
}
.key-heart {
    width: 80px;
    height: 80px;
}
.heart-1-svg { right: -135px;
top: -115px;
}
.valentin-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.valentin-grid img {
    width: 50%; 
    height: auto; 
    display: block;
}
.valentin-skate .uk-position-absolute {
    position: absolute;
    left: -235px;
    top: 242px;
}
.heart-3 {
    position: absolute;
    right: -345px;
    top: -100px;
}
.qtickets-button {
    background: var(--accent-color) !important;
    border: none !important;
    border-radius: 5px !important;
}
.poster-wrap {
    border-radius: var(--radius-border-24);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.my-top-slider .uk-slideshow-items{
    min-height: auto!important;
    height: 160px!important;
}

 .custom-list .swiper-pagination-bullet-active {
    outline: 3px solid var(--accent-color);
} 

.my-top-slider .swiper-slide {display: flex}

.my-top-slider .swiper-slide p{ order: 0}
.my-top-slider .swiper-slide img{ order: 1}

@media (max-width: 768px) {
.my-top-slider .swiper-slide p{ order: 1}
.my-top-slider .swiper-slide img{ order: 0}
}









.main-header__nav {
    position: relative;
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
}

.main-header__nav li {
    display: flex;
    align-items: center;
}

.main-header__nav a {
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

/* Стили для выпадающего меню */
.dropdown-menu {
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
    position: relative;
}

.dots {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    border-radius: 4px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    margin-top: 10px;
}

.dropdown-content li {
    width: 100%;
}

.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

/* .dropdown-content a:hover {
    background-color: #f5f5f5;
} */

.dropdown-content li:last-child a {
    border-bottom: none;
}

/* Показать выпадающее меню */
.dropdown-menu.active .dropdown-content {
    display: block;
}

/* Активное состояние для элементов выпадающего меню */
.dropdown-content li.active a {
    color: var(--secondary-color);
}

@media (max-width: 1200px) {
    .main-header__nav .dots{display: none;}
    .main-header__nav .dropdown-content {
        display: block;
        position: relative;
        background: none;
        border: none;
        box-shadow: unset;
        & a {
            color: #fff;
            padding: 0;
        }
    }
}

/* Стили для мобильных устройств */
@media (max-width: 768px) {
    .dropdown-content {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 100%;
        max-height: 50vh;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: 0 -4px 16px rgba(0,0,0,0.2);
    }
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 105px;
}


/* sticky-header */

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

header.sticky-header {
    position: sticky;
    top: 0;
}

header.sticky-visible {
    transform: translateY(0);
}

header.sticky-hidden {
    transform: translateY(-100%);
}




/* cookie_note */
.cookie-alert {
    position: fixed;
    bottom: 116px;
    left: 0;
    right: 0;
    padding: 1.2rem;
    border-radius: 15px;
    background: #fff;
    max-width: 70%;
    margin: auto;;
}
 .cookie-alert__innner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    font-size:.8rem;
}
 .cookie-alert__innner p {margin: 0;}
 button.cookie_accept {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 18px!important;
    margin-left: auto;
 }

.menu-link {
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    &::before{
        content:'';
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid var(--secondary-color);
        background-color: white;
        flex-shrink: 0;
    }
    &.active::before {
        border-color: var(--accent-color);
        background-color: var(--accent-color);
    }
}
.side-menu {
    max-width: 48px;
    overflow: hidden;
    transition: all .5s ease-out;
    span {opacity: 0; transition: opacity .5s ease-out;}
    &:hover {
        max-width: 500px;
    }
    &:hover span {
        opacity: 1;
    }
}
.tree-toy {
    position: fixed;
    bottom: -50px;
    right: -30px;
    width: 500px;
    height: 500px;
    z-index: 10;
    animation: 2s ease 0s infinite bounce;
    @media (width <= 460px) {
        width: 250px;
        height: 250px;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.booking-warn {
    display: flex;
    align-items: start;
    justify-content: center;
    font-size: 14px;
    margin-top: 15px;
    & div {margin-left: 10px; text-align: left;}
    & svg {
     width: 25px;
    flex-shrink: 0;
    }
    & b {
        font-size: 18px;
        color: #000;
    }
    & span {
        display: block;
    }
}

#canv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}