html, body {
    height: 100%;
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #141618;
    scroll-behavior: smooth;
}

body.active {
    overflow:hidden;
}

* {
    margin:0;
    padding:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

.fade-wrap {
    position: fixed;
    display: flex;
    height:100vh;
    width:100%;
    left:0;
    top:0;
    z-index: 99;
    background-color:rgba(0,0,0,0.7);
    display:none;
}

.fade-wrap.active {
    display:flex;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

a {
    text-decoration:udnerline;
    color:inherit;
}

a:hover {
    text-decoration: none;
}

.page-wrapper {
    width:100%;
    max-width: 1340px;
    margin:0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 10px;
}

@media screen and (max-width:991px) {
    /* .page-wrapper {
        padding-left:22px;
        padding-right: 22px;
    } */
}

.top-header-row {
    padding: 32px 24px 80px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color:#fff;
    display:flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}

.header-phone-lang-choose-block {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.header-phone-link {
    color:#fff;
    font-weight:400;
    font-size:16px;
    position: relative;
    padding-left:30px;
    margin-right: 46px;
    text-decoration: none;
}

.header-lang-chooser-block {
    color:#fff;
    margin-right: 23px;
}

.header-lang-chooser-block a{
    text-decoration: none;
    color:#D09800;
    transition:0.2s;
}

.header-lang-chooser-block a.active {
    pointer-events: none;
    color:#fff;
}

.header-lang-chooser-block a:hover{
    color:#fff;
}

.header-phone-link::after {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    background:url(../img/header-phone-ico.svg)no-repeat;
    background-size:contain;
    width:18px;
    height:26px;
    background-position:center;
    margin:auto;
}

.header-main-menu-list ul {
    list-style: none;
    align-items:center;
    justify-content: flex-end;
    display: flex;
    flex-flow:row wrap;
}

.header-main-menu-list ul li {
    margin-left:35px;
    margin:15px 0 15px 35px;
}

.header-main-menu-list ul li a {
    text-decoration: none;
}

.header-main-menu-list ul li a:hover {
    text-decoration: underline;
}

.main-header-chooser-panel {
    height:100vh;
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    min-height:566px;
}

.main-hcp-unit {
    width:33.3333333333333333333333333%;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.hcp-hotel {
    background:url(../img/image-25.png)no-repeat;
    background-size: cover;
    background-position: center;
}
.hcp-rest {
    background:url(../img/image-26.png)no-repeat;
    background-size: cover;
    background-position: center;
}
.hcp-hall {
    background:url(../img/image-27.png)no-repeat;
    background-size: cover;
    background-position: center;
}

.btn {
    border:1px solid #fff;
    border-radius: 100px;
    padding:12px 30px;
    font-size:17px;
    color:#fff;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.2s;
}


.btn:hover{
    background-color:#fff;
    color: #141618;
}

.btn-b-black {
    border:1px solid #141618;
    color:#141618;
    background-color:#fff;
}

.btn-b-black:hover {
    background-color:#141618;
    color: #fff;
}

.btn-row {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.main-hcp-unit {

}

.hcp-unit-cont-block {
    padding:10px 10px 42px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: flex-end;
}

.hcp-unit-cont-block img {
    margin-bottom:30px;
}



.index-intro-text-section {
    padding-top:42px;
    box-sizing: border-box;
    background:url(../img/pattern.png) no-repeat;
    background-position: top center;
    background-size:100% auto;
    margin-top:60px;
    margin-bottom: 60px;
}

.star-row {
    display:flex;
    justify-content: center;
    align-items: center;
}


.room-list {
    display: flex;
    flex-direction: column;
}

.room-list-item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
    display: flex;
    transition: 0.3s ease-in-out;
    border: 1px solid #CED4DA;
    box-shadow: 0 0 0 2px transparent;
    overflow: hidden;
}




.room-image-slider {
    width: 34%;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.room-swiper {
    transition: 0.3s ease-in-out;
}



.room-image-square {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 0 1px #FFFFFF;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
}



.swiper {
    width: 100%;
    height: 100%;
    z-index: unset;
    position: relative;
}

.room-image-slider .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-room-button-next, .swiper-room-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));  
    opacity: 0;
}



.swiper-room-button-prev {
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transition: 0.3s ease-in-out;
}

.swiper-room-button-next {
    width: 24px;
    height: 24px;
    top: 50%;
    right: 0;
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
}

.room-list-item-text {
    width: 66%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    padding: 26px 45px 40px 48px;
    align-items: flex-start;
}

.room-list-item-title {
    font-family: Lora;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 12px;
}

.room-list-item-description {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #49525C;
    margin-bottom: 26px;
}

.room-prop-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 30px;
}

.room-prop-list-price {
    font-family: Lora;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #D09800;
}

.room-prop-list-square {
    display: inline-flex;
    align-items: center;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 153%;
    letter-spacing: 0%; 
}

.room-prop-list-square svg,
.room-prop-list-capacity svg {
    margin-right: 8px;
}

.room-prop-list-capacity {
    display: inline-flex;
    align-items: center;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 153%;
    letter-spacing: 0%; 
}

.room-item-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.room-item-btn-wrapper a {
    border: 1px solid #141618;
    border-radius: 65px;
    padding: 13px 33px;
    font-family: Lora;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #141618;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

@media (min-width: 1440px) {

    .room-list-item:hover .room-swiper {
        scale: 1.1;
    }

    .room-list-item:hover {
        border: 1px solid #E9DDD1;
        box-shadow: 0 0 0 4px #E9DDD1;
    }

    .room-list-item:hover .room-image-square {
        box-shadow: 0 0 0 1px #FFFFFF;
        scale: 0.85;
    }

    .room-list-item:hover .swiper-room-button-prev {
        width: 24px;
        height: 24px;
        top: 50%;
        left: 35px;
        opacity: 1;
    }

    .room-list-item:hover .swiper-room-button-next {
        width: 24px;
        height: 24px;
        top: 50%;
        right: 35px;
        opacity: 1;
        transform: rotate(180deg);
    }

    .room-list-item:hover .room-item-btn-wrapper .room-item-btn__second {
        background: #141618;
        color: #FFFFFF;
    }
}

@media (max-width: 1439px) {

    .swiper-room-button-next, .swiper-room-button-prev {
        opacity: 1;
    }

    .room-list-item {
        flex-direction: column;
    }

    .room-image-slider {
        width: 100%;
    }
}

.h1 {
    font-weight: normal;
    font-size: 42px;
    margin-bottom: 35px;
    font-family: Lora;
}

.index-intro-text-block {
    width:950px;
    margin:0 auto;
    padding:0 10px;
    box-sizing: border-box;
    text-align: center;
}

.index-intro-text-block h1 {
    font-weight: normal;
    font-size:42px;
}

.index-intro-text-block p {
    font-size:16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 36px;
    line-height:30px;
}

.intro-video-block {
    position: relative;
    margin-bottom: 60px;
    margin-top:40px;
}

.intro-video-blanket {
    position: absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 1;
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}

.intro-video-blanket::after{
    content:'';
    position: absolute;
    left:10px;
    top:10px;
    bottom:10px;
    right:10px;
    margin:auto;
    border:1px solid rgba(255,255,255,0.5);
    pointer-events:none;
}

.play-video-block {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.play-video-block-pic {
    filter:brightness(0.5);
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    overflow: hidden;
}

.play-video-block-pic img {
    float:left;
    height:100%;
}

.play-btn {
    width:80px;
    height:80px;
    border:1px solid #fff;
    border-radius: 100px;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.play-video-block span {
    font-size:17px;
    color:#fff;
    text-align: center;
    z-index: 1;
    margin-top:14px;
}

.subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size:20px;
    line-height: 32px;
}




.advantages-section {
    margin:0 0 60px;
}

.advantages-list {
    border:10px solid #E9DCD0;
    box-sizing: border-box;
    display:flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.advantages-unit {
    padding:60px 30px;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    cursor:pointer;
    background-color:transparent;
    flex: 1 0;
}

.advantages-unit::after {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    width:1px;
    height:130px;
    margin:auto;
    background-color:#F1F3F5;
}

.advantages-unit:last-child::after  {
    display:none;
}

.advantages-unit img {
    margin-bottom: 20px;
}

.advantages-unit span {
    font-size:15px;
    line-height: 26px;
    max-width: 196px;
    width: 100%;
    display:block;
}

.hh-text {
    opacity: 0;
    pointer-events: none;
    font-size:14px;
    color:#141618;
    position: absolute;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding:16px 16px 24px;
    box-sizing: border-box;
    width:100%;
    left:0;
    right:0;
    margin:auto;
    background-color:#E9DDD1;
}


.hh-text::before {
    content:'';
    position:absolute;
    height:50px;
    width:100%;
    bottom:-49px;
    margin:auto;
    left:0;
    right:0;
    background:url(../img/triangle.svg)no-repeat;
    background-size:contain;
    opacity: 0;
    z-index: 1;
    box-sizing:border-box;
}

.advantages-unit:hover {
    background-color:#E9DDD1;
}

.advantages-unit:hover .hh-text::before {
    opacity: 1;
}

.advantages-unit:hover::after {
    opacity: 0;
}

.advantages-unit:hover .hh-text {
    opacity: 1;
    font-size:14px;
    line-height: 24px;
}





.footer {
    padding:50px 0 30px;
}

.footer-unit-panel {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    width:100%;
    padding-bottom: 36px;
}

.footer-unit {
    margin:0 40px;
    max-width: 270px;
}

.footer-unit ul{
    list-style: none;
}

.footer-unit-title {
    font-weight:bold;
    margin-bottom: 12px;
    font-size:17px;
}

.footer-unit ul a {
    text-decoration: none;
}

.footer-unit ul li {
    margin-bottom: 8px;
    font-size:17px;
    line-height: 24px;
}

.footer-unit ul a:hover {
    text-decoration: underline;
}


.footer-bot-row-wrap {
    border-top:1px solid #E9ECEF;
    box-sizing: border-box;
}

.footer-cont-info-row {
    width:100%;
    justify-content: center;
    align-items:center;
    display:flex;
    margin: 35px 0 10px;
}

.f-contact-unit {
    font-size:17px;
    color: #141619;
    line-height:24px;
    display:flex;
    align-items:center;
    justify-content: flex-start;
    margin:0 20px;
}

.f-contact-unit img {
    margin-right:20px;
}

a.f-contact-unit  {
    text-decoration: none;
}

a.f-contact-unit:hover{
    text-decoration: underline;
}

.info-copyrtight-block {
    text-align: center;
    font-size:14px;
    line-height:26px;
    font-family: 'Open Sans', sans-serif;
    width:100%;
    margin:0 auto;
    max-width: 930px;
}

.footer-res-link-pic {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin:40px 0;
}

.footer-res-link-pic a {
    text-decoration: none;
    margin:0 20px;
}

.madeby {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.madeby img {
    margin-left:8px;
}





.big-carousel-item img {
    width:100%;
}

.preview-carousel-item img {
    width:100%;
}

.preview-carousel {
    width:calc(100% - 130px);
    margin:0 auto;
    position: relative;
    margin-top:-90px;
}

.preview-carousel-item {
    margin:0 15px;
}

.slick-arrow {
    position:absolute;
    margin:auto;
    top:auto;
    bottom:0;
    border:none;
    width:34px;
    height:20px;
    background-color:none;
    font-size:0;
    cursor:pointer;
    outline:none;
}

.slick-arrow.slick-prev {
    background:url(../img/icon-23.svg)no-repeat;
    left:-50px;
    background-position: center;
}

.slick-arrow.slick-prev::after  {
    content:'';
    margin:auto;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:34px;
    height:20px;
    background-image:url(../img/icon-22.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    opacity: 0;
    transition:0.2s;
    background-position: center;
}

.slick-arrow.slick-prev:hover::after {
    opacity: 1;
}

.slick-arrow.slick-next {
    background:url(../img/icon-23.svg)no-repeat;
    transform:rotate(180deg);
    right:-50px;
    background-position: center;
}



.slick-arrow.slick-next::after {
    content:'';
    margin:auto;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:34px;
    height:20px;
    background-image:url(../img/icon-22.svg);
    background-repeat: no-repeat;
    transform:rotate(180deg);
    opacity: 0;
    transition:0.2s;
    background-position: center;

}

.slick-arrow.slick-next:hover::after {
    opacity: 1;
}

.preview-carousel-item {
    border:12px solid #E9DCD0;
    box-sizing: border-box;
    transition:0.2s;
}

.slick-current.preview-carousel-item {
    border:12px solid #b9a797;
}

.big-carousel {
    box-shadow: 0 10px 90px -10px rgba(0,0,0,0.7);
}

.preview-carousel {
    margin-bottom: 30px;
}

.double-car-panel {
    margin:30px 0 40px;
}







.main-event-chooser-block {
    display:flex;
    align-items:flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width:auto;
    max-width:240px;
    min-width: 240px;
}

.main-event-chooser-block a {
    color:#495057;
    font-size:16px;
    font-weight: 300;
    font-family:'Open Sans', sans-serif;
    text-decoration: none;
    border-bottom:2px solid transparent;
    transition:0.2s;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    white-space:nowrap;
}

.main-event-chooser-block a:last-child {
    margin-bottom: 0;
}


.main-event-chooser-block a.active {
    color:#141618;
    font-weight: 600;
    border-bottom: 1px solid #D09800;
}

.main-event-slider.slick-initialized {
    position: relative;
}

.main-event-slider.slick-initialized::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    width: 70px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.72), rgba(255,255,255,1));
}

.main-event-slider-block {
    width: calc(100% - 240px);
}

.main-event-block {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
    flex-flow:row nowrap;
}

.main-event-card-wrap {
    margin:15px;
}

.main-event-card-link {
    text-decoration: none;
    outline:none;
}

.main-event-pic-wrap {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.0);
}

.main-event-pic-wrap img {
    width:100%;
}

.h-btn-wrap {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    background:transparent;
    transition:0.2s;
    opacity: 0;
    display:flex;
    align-items:center;
    justify-content: center;
}


.main-event-card-link:hover .h-btn-wrap {
    background-color:rgba(0,0,0,0.2);
    opacity: 1;
}

.main-event-card-link:hover .main-event-pic-wrap {
    box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.77);
}

.i-event-time {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    color:#141618;
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
    font-size:12px;
    margin:6px 0;
}

.i-event-time span {
    width:7px;
    height:7px;
    border-radius: 100px;
    background-color:#141618;
    margin-right: 5px;
}

.i-event-time.avail-soon span {
    background-color:#82C91D;
}

.i-event-time.avail-soon {
    color:#82C91D;
}

.i-event-time.avail-tomorrow {
    color:#F59F00;
}
.i-event-time.avail-tomorrow span {
    background-color:#F59F00;
}

.i-event-time.avail-done{
    color:#ADB5BD
}

.i-event-time.avail-done span {
    background-color:#ADB5BD;
}

.mei-text {
    font-weight: 400;
    font-size:15px;
    color: #141618;
    text-align: center;
}

.main-event-slider .slick-arrow{
    top: -68px;
    bottom: auto;
}

.main-event-slider .slick-arrow.slick-next {
    right:0;
}

.main-event-slider .slick-arrow.slick-prev {
    right:60px;
    left:auto;
}

.advantages-list .slick-dots, .services-list .slick-dots, .pic-pano .slick-dots{
    display:flex;
    align-items:center;
    justify-content: center;
    list-style: none;
    width:100%;
    margin:30px;
}

.pic-pano .slick-dots {
    margin:14px;
}

.advantages-list .slick-dots button, .services-list .slick-dots button, .pic-pano .slick-dots button {
    font-size:0;
    width:7px;
    height:7px;
    border-radius: 100px;
    background-color:#CED4DA;
    border:none;
    position: absolute;

}

.advantages-list .slick-dots li, .services-list .slick-dots li, .pic-pano .slick-dots li  {
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 3px;
    width:7px;
}

.advantages-list .slick-dots li.slick-active button, .services-list .slick-dots li.slick-active button, .pic-pano .slick-dots li.slick-active button{
    width:8px;
    height:8px;
    background-color:#D09800;
}

.mobile-burger {
    display:none;
    justify-content: center;
    align-items:center;
    width:30px;
    flex-direction: column;
    position: relative;
    height: 24px;
    z-index: 102;
    cursor:pointer;
}

.services-list .slick-dots{
    margin:10px;
}

.mobile-burger:hover span {
    background-color:#D09800;
}

.mobile-burger span {
    height:2px;
    background-color:#fff;
    width:100%;
    margin:3px 0;
    transition: 0.2s;
}

.mobile-burger.active span:nth-child(2) {
    display:none;
}

.mobile-burger.active span:nth-child(1) {
    display:block;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:0;
    bottom:0;
    transform: rotate(45deg);
}

.mobile-burger.active span:nth-child(3) {
    display:block;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:0;
    bottom:0;
    transform: rotate(-45deg);
}











.inner-header {
    position: relative;
    width:100%;
}

.inner-header .header-inners-logo-block {
    width:33.3333%;
}

.inner-header .top-header-row {
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding:20px;
    position: relative;
    background:none;

}

.hotel-header {
    background:url(../img/hotel-header.png)no-repeat;
    background-size:cover;
}

.inner-header .header-phone-lang-choose-block {
    width:33.3333%;
    display:flex;
    align-items:center;
}

.inner-header .header-main-menu-list {
    width:33.3333%;
}

.inner-header .header-inners-logo-block a {
    width:100%;
    display:flex;
    align-items:center;
    width:100%;
    justify-content: center;
}

.inner-header .header-main-menu-list {
    position: fixed;
    right:-100%;
    top:0;
    bottom:0;
    margin:auto;
    background-color: rgba(33, 37, 41, 0.9);
    width:100%;
    max-width: 400px;
    padding-top:100px;
    z-index:100;
    transition: 0.2s;
    border-top:4px solid #D09800;
}

.inner-header .header-main-menu-list.active {
    right:0;
}

.inner-header .mobile-burger {
    display:flex;
    margin-left:40px;
}

.inner-header .header-main-menu-list ul {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.inner-burger-lang-block {
    display:flex;
    align-items:center;
    justify-content: flex-end;
    width:33.3333%;
}

.header-inners-logo-block img {
    max-height:140px;
}


.mobile-logo {
    display:none;
}



.services-section{
    margin-bottom: 3em;
}

.about-intro-text-section {
    margin-top:50px;
}

.about-intro-text-block .h1{
    text-align: center;
    line-height:1.3;
}

.about-intro-text-block p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom:20px;
}

.about-intro-text-block {
    max-width:870px;
    margin:0 auto 42px;
    text-align: center;
    font-size:16px;
    line-height: 30px;

}

.about-intro-text-block.wide{
    max-width: 1440px;
}




.text-page-single.about-intro-text-block {text-align:left;}

.advantages-about-panel .hh-text {
    display:none;
}

.advantages-about-panel .advantages-unit:hover {
    background:transparent;
}

.advantages-about-panel .advantages-unit span {
    font-size: 17px;
    line-height: 26px;
    max-width: 236px;
}

.advantages-about-panel .advantages-list {
    border:none;
    background:url(../img/pattern.png)no-repeat;
    background-size:cover;
}




.advan-about-text  {
    max-width:870px;
    text-align: center;
    margin:40px auto;
    font-size: 16px;
    line-height: 30px;

}

.advantages-about-section p {
    font-family: 'Open Sans', sans-serif;
}

.services-panel {
    border: 10px solid #E9DDD1;
    padding:40px;
}



.services-title {
    text-align: center;
}

.services-panel p {
    font-size:16px;
    line-height:30px;
    max-width:646px;
    width:100%;
    margin:0 auto;
    text-align: center;
    font-family:'Open Sans', sans-serif;
}

.services-list {
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow:row wrap;
    margin-top:50px;
}

.services-unit {
    display:flex;
    width:40%;
    margin:0 2% 40px 2%;
    align-items:center;
}

.services-unit span {
    font-size:17px;
    line-height: 26px;
}

.services-unit img {
    width:44px;
    margin-right:20px;
}










.room-list-panel {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
}

.room-list-unit {
    width:32%;
    margin-right:2%;
    margin-bottom:30px;
    position: relative;
    height:360px;
    text-decoration: none;
}

.room-list-unit:nth-child(3n) {
    margin-right:0;
}

.room-pic-wrap {
    position: relative;
    overflow:hidden;
    width:100%;
    height:100%;
    display:flex;
    transition: 0.2s;
}

.room-list-unit img {
    position: absolute;
    height:100%;
    width:auto;
    margin:auto;
    top:0;
    bottom:0;
    left:-100%;
    right:-100%;
    min-height:100%;
    transition: 0.2s;
}

.room-list-unit:hover .room-pic-wrap {
    transform:scale(1.06);
}



.room-list-unit::after {
    content:'';
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:0;
    bottom:0;
    border:1px solid #fff;
    transition: 0.2s;
    pointer-events:none;
    background:transparent;
    opacity: 0;
}

.room-list-unit:hover::after {
    opacity:0.4;
}

.room-list-unit-text {
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: center;
    text-align: center;
    padding-bottom: 16px;
    box-sizing: border-box;
}

.room-list-unit-title {
    color:#fff;
    font-size:20px;
    list-style: 24px;
    transition:0.2s;
}

.rli-app-count {
    color:#fff;
    opacity: 0.6;
    font-size:14px;
    line-break: 24px;
    font-family: 'Open Sans';
    margin-top:4px;
}

.rli-price {
    color: #FFD43B;
    font-family: Lora;
    font-size: 18px;
    letter-spacing: 0.44px;
    line-height: 24px;
    margin-top:4px;
}

.room-list-unit:hover .room-list-unit-title {
    color:#F7C853;
}

.room-list-section  {
    margin-bottom: 50px;
}

.room-unit-price-row {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin-bottom: 44px;
}

.room-unit-price-block {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.room-unit-price-block img {
    margin-right:15px;
}

.room-unit-price-block span {
    font-size:32px;
    line-height:1.3;
    color:#D09800;
    font-family: Lora;
}




.pic-pano{
    margin:40px auto;
    width:100%;
    max-width: 952px;
    padding:0 10px;
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    box-sizing: border-box;
}

.pic-pano a{
    width:23%;
    display:block;
    margin:0 1% 20px 1%;
}

.pic-pano a img {
    width:100%;
    margin:0 auto;
}


.room-option-panel {
    border: 10px solid #E9DDD1;
    padding:40px 120px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.room-option-panel .h1 {
    text-align:center;
    margin-bottom: 60px;
}

.room-option-list {
    display:flex;
    justify-content: flex-start;
    width:100%;
    flex-flow:row wrap;
}

.room-option-list > div {
    width:25%;
    font-family: Lora;
    font-size: 17px;
    line-height: 22px;
    color:#141619;
    margin-bottom: 24px;
}

.inner-room-title-block {
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-intro-text-section {
    position: relative;
}


.get-back-link {
    font-size:17px;
    color:#868E96;
    line-height: 26px;
    margin-right:auto;
    position: absolute;
    left:10px;
    top:40px;
    height:26px;
    margin:auto;
    transition: 0.2s;
    display:flex;
    align-items:center;
    text-decoration: none;
}

.get-back-link:hover {
    color:#141618;
}

.get-back-link img {
    margin-right:15px;
}



.add-info-row-head-block-unit {
    display:flex;
    align-items:center;
    justify-content: center;
    width:100%;
    margin-bottom:33px;
    margin-top:37px;
}

.add-info-row-head-block-unit .header-phone-link {
    color:#141619;
}

.thunder-car {
    margin-top:50px;
}

.dinner-btn-row {
    margin:50px 0 0;
}

.dinner-btn-row a {
    margin:0 10px;
}

.dinner-btn-row a svg {
    align-items:center;
    margin-right: 10px;
}

.dinner-btn-row a svg path {
    transition:0.2s;
}

.dinner-btn-row a:hover svg path {
    fill:#ffffff;
}

.double-car-rest-wrap {
    background:url(../img/pattern.png)no-repeat;
    background-size:100%;
    background-position: bottom center;
    padding-bottom: 50px;

}

.dcr-rest-section {
    margin-bottom:50px;
}

.thunder-car {
    max-width:870px;
    margin:0 auto;
}

.rest-event-section .h1 {
    text-align: center;
}

.rest-event-section .main-event-block {
    display:flex;
    flex-direction: column;
    align-items:center;
}

.rest-event-section .main-event-chooser-block {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 30px;
}

.rest-event-section .main-event-chooser-block a {
    margin:0 10px;
}

.rest-event-section .main-event-slider.slick-initialized::after {
    display:none;
}

.rest-event-section .main-event-slider .slick-arrow {
    top:-18px;
}







.form-panel {
    max-width:870px;
    padding:0 10px;
    box-sizing:border-box;
    margin:0 auto;
    width:100%;
}

.form-panel form {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    width:100%;
}

.input-row-wide {
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}

.input-row {
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom:20px;

}

.input-row-wide .input-row {
    margin-right:30px;
    flex:1 0 auto;
}

.input-row-wide .input-row:last-child {
    margin-right: 0;
}

.input-row input, select {
    width:100%;
    border:none;
    border-bottom: 1px solid #343A40;
    font-size:14px;
    height:48px;
    line-height: 48px;
}

.input-row textarea {
    width:100%;
    border:none;
    border-bottom: 1px solid #343A40;
    font-size:14px;
    height:80px;
    line-height: 1.6;
}






.form-title {
    columns: #141619;
    text-align:center;
    width:100%;
    margin-bottom: 35px;
}

.from-announce {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    max-width:500px;
    margin:0 auto 35px;
}

form .btn-row {
    margin:24px 0;
}

.agree-form-block {
    max-width:348px;
    text-align: center;
    width:100%;
    font-size:12px;
    line-height: 24px;
    color:#ADB5BD;
    margin:0 auto;
}

.agree-form-block a {
    color:#d09800;
}

.form-section {
    margin:50px 0;
}







.present-hall-btn-row {
    margin:40px 0;
}

.intro-hall-text p {
    margin-bottom: 30px;
}

.inner-footer {
    background-color:#F8F9FA;
}




.contact-map {
    margin-bottom:50px;
    background: url(../img/pattern.png)no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding-bottom: 50px;
}

.c-phone-link-row {
    display:flex;
    justify-content: center;
    align-items:center;
    width:100%;
    max-width:768px;
    flex-flow:row wrap;
    margin:10px auto;
}

.c-phone-link-block {
    margin:10px 40px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.c-phone-link-block a {
    text-decoration: none;

}

.c-phone-link-block span {
    opacity: 0.6;
    margin-left:8px;
    display:block;
}

.c-mail-link {
    color:#D09800;
    text-decoration: none;
}

.map-text-block p {
    max-width:870px;
    width:100%;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    line-height: 32px;
    margin:40px auto;
}









.wrapper404 {
    height:100vh;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background:url(../img/404-bg.png)no-repeat;
    background-size:cover;
    padding:50px 0;
    box-sizing: border-box;
    color:#fff;

}

.cont404 {
    width:100%;
    max-width: 720px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#fff;
    height:100%;
    position: relative;
}

.cont404::after {
    content: '404';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    font-size: 320px;
    text-align: center;
    line-height: 1.35;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}

.cont404 .btn-row{
    margin-top:36px;
}


.logo-block404 {
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cont404 p {
    font-size:15px;
    line-height: 1.6;
    text-align: center;
    max-width: 583px;
    font-family: 'Open Sans', sans-serif;
}

.cont404 p.title404 {
    font-size:36px;
    text-align:center;
    line-height: 1.6;
    font-family: 'Lora';
    margin-bottom: 24px;
}















.events-page-panel {
    position: relative;
}

.events-page-panel .main-event-chooser-block {
    width:100%;
    display:flex;
    flex-flow:row nowrap;
    justify-content: center;
    align-items:center;
    max-width: 100%;
    margin:50px 0 40px;
}

.events-page-panel .main-event-chooser-block a{
    margin:0 30px;
}

.event-page-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.event-page-list .main-event-card-wrap {
    width: 32%;
    margin: 0 2% 30px 0;
}

.event-page-list .main-event-card-wrap:nth-child(3n) {
    margin-right: 0;
}

.event-page-list .i-event-time {
    margin:12px 0;
}


.event-page-list .mei-text {
    text-align: left;
}



.paginator-row {
    display:flex;
    justify-content: center;
    align-items:center;
    width:100%;
    margin:30px 0 50px;
}

.paginator {
    width:100%;
    display:flex;
    justify-content: center;
    align-content: center;
    width:100%;
}

.paginator li {
    display:flex;
    align-items:center;
    justify-content: center;
    width:40px;
    height: 40px;
    border-radius: 100px;
    border:1px solid transparent;
    margin: 0 3px;
    transition:0.2s;
    position: relative;
}

.paginator li:hover {
    border:1px solid #cccccc
}

.paginator li.active {
    border:1px solid #141619;
}

.paginator li a{
    display:flex;
    height: 100%;
    align-items:center;
    justify-content: center;
    width:100%;
    font-size:17px;
    text-align: center;
    text-decoration: none;
}

.pag-prev::after {
    content:'';
    position: absolute;
    left:3px;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    width:6px;
    height:6px;
    border-top:1px solid #141619;
    border-left:1px solid #141619;
    transform:rotate(-45deg);
}

.pag-next::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    right:3px;
    bottom:0;
    margin:auto;
    width:6px;
    height:6px;
    border-top:1px solid #141619;
    border-left:1px solid #141619;
    transform:rotate(135deg);
}



.mb-50{
    margin-bottom: 50px;
}
.nothing-here {    font-size: 28px;
    margin: 50px auto 100px;
    color: #afafaf;}


.wt-panel {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
    max-width:870px;
    margin:40px auto;
}

.wt-p-unit {
    position: relative;
    padding-left:40px;
}

.wt-p-unit span {
    font-size:15px;
    font-weight: 400;
    line-height:24px;
    margin-bottom:4px;
    display:block;
    text-align: left;
}

.wt-p-unit p {
    font-weight: 600;
    font-size:17px;
    line-height:30px;
    text-align: left;
    font-family: Lora, serif;
}
.fitness-page-panel{
    text-align: left;
}

.wt-p-unit::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    margin: auto;
    width: 27px;
    height: 27px;
    background: url(../img/icon-12.svg)no-repeat;
}

.mini-page-wrapper {
    width:100%;
    margin:0 auto;
    max-width:870px;
}

.mini-page-wrapper p {
    margin-bottom: 20px;
    font-size:16px;
    line-height: 24px;
}

.fl-unit {
    display:flex;
    justify-content: flex-start;
    align-items:flex-start;
    margin-bottom: 30px;
}

.fl-unit img {
    margin-right: 20px;
}

.fl-unit p {
    font-size:16px;
    font-weight:300;
}

.fitness-btn  {
    margin-bottom:20px;
    background-color:transparent;
}

.fitness-btn img {
    margin-right: 20px;
    transition: 0.2s;
}

.fitness-list {
    margin-bottom: 80px;
    margin-top:40px;
}

.fitness-btn:hover img {
    filter:invert(100%);
}
.main-map-section  {margin-top:40px;}
a.get-back-link.get-back-link-events {
    align-items: flex-start;
    text-align:left ;
}

a.get-back-link.get-back-link-events img {
    margin-top:8px
}


.f-soc-row {
    margin-left:10px;
}

.f-soc-row a {
    text-decoration: none;
    margin:0 4px;
}

.events-slicer-w-100 .main-event-slider-block{
    width: 100%;
}

.padding-top-room{
    margin-top: 2em;
}

.delivery-btn{
    margin-top: 20px;
}

.width-fix{
    min-width: 25%;
    height: 90px;
}

.img-fix{
  margin-right: 25px;
}

.info-panel{
    width: 100%;
}

.info-panel .info-element{
    background: url(../img/mr-background.jpg) right center no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 0;
    margin-bottom: 50px;
    text-decoration: none;
    transition: opacity 0.3s;

}

.info-panel .info-element:hover{
   
   opacity: 0.7;
}

.info-panel .info-element .info-image img{
    box-shadow: 0px 41px 27px -26px rgba(32, 29, 26, 0.38); 
    border: 15px solid #E7DBCF;
    box-sizing: border-box;
}



.info-panel .info-element:nth-child(2n){
    background: url(../img/mr-background.jpg) left center no-repeat;
}

.info-panel .info-element:nth-child(2n) .info-description{
    order: -1;
}

.info-panel .info-element .info-description{
    width: 100%;
}

.info-panel .info-element .info-name{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    text-decoration: none;
    display: block;
}


.info-panel .info-element .info-content{
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width:1400px) {
    .index-intro-text-section {
        margin:25px;
        width:calc(100% - 50px);
    }
}

@media screen and (max-width:991px) {
    .rest-event-section .main-event-slider-block {
        width:100%;
    }

    /*.hcp-unit-cont-block img {*/
    /*    height: 120px!important;*/
    /*}*/
    
    .hcp-unit-cont-block img {
        height:auto;
        width:100%;
    }

    .main-header-chooser-panel {
        height: auto;
    }

    .get-back-link {
        font-size:0;
        top:-7px;
    }

    .room-option-list > div {
        width:33%;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .room-option-panel {
        padding:40px 50px;
    }

    .services-panel {
        padding:30px 10px;
        margin: auto;
        max-width: 95%;
        box-sizing: border-box;
    }

    .services-unit {
        align-items:flex-start;
    }

    .advantages-list2 .advantages-unit {
        width: 100%;
        justify-content: center;
        align-items: center;
        flex: none;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .advantages-list2 .advantages-unit span {
        margin-left:0;
        margin-top:24px;
        max-width:100%;
    }

    .header-inners-logo-block img {
        max-height: 120px;
        max-width:100%;
    }

    .mobile-burger {
        display:flex;
    }

    .header-main-menu-list {
        position: fixed;
        right:-100%;
        top:0;
        bottom:0;
        margin:auto;
        background-color:#212529;
        width:100%;
        max-width: 400px;
        padding-top:100px;
        z-index:100;
        transition: 0.2s;
        border-top:4px solid #D09800;
        box-sizing:border-box;
    }

    .header-main-menu-list.active {
        right:0;
    }

    .header-main-menu-list ul {
        display:flex;
        flex-direction: column;
        align-items:center;
        justify-content: center;
    }

    .header-phone-link {
        z-index: 102;
    }

    header .header-main-menu-list li  {
        margin:0 0 15px 0;
    }

    .header-main-menu-list li:last-child {
        margin-bottom: 0;
    }

    .header-main-menu-list li a {
        color:#fff;

    }

    .preview-carousel {
        margin-top:-70px;
    }

    .main-header-chooser-panel {
        display:flex;
        flex-direction: column;
        align-items:center;
    }

    .main-hcp-unit {
        width:100%;
        height: 375px;
        padding: 40px 10px;
        box-sizing: border-box;
    }

    .hcp-unit-cont-block {
        padding:0;
        height: 100%;
        max-width: 285px;
    }

    .hcp-unit-cont-block img {
        max-height:50%;
        height: 100%;
    }

    .index-intro-text-block {
        width:100%;
    }

    .intro-video-block iframe {
        width:100%;
    }

    .advantages-list {
        flex-flow:row wrap;
        justify-content: flex-start;
    }

    .advantages-unit {
        padding:30px;
    }

    .advantages-unit::after {
        display:none;
    }

    .advantages-unit {
        flex-flow:row nowrap;
        width:50%;
        flex: 0 1 auto;
        justify-content: flex-start;
        align-items: center;
    }

    .advantages-unit span {

        max-width: 70%;
        width: 100%;
        display: block;
        margin-left: 50px;
    }

    .hh-text::before {
        display:none;
    }

    .advantages-unit:hover {
        background-color:transparent;
    }
    .advantages-unit .hh-text {
        opacity: 1;
        background:none;
        position: relative;
        display: none;
    }

    .advantages-unit:hover .hh-text {
        background-color:#fff;
        padding-bottom: 0;
    }

    .advantages-unit img {
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) {

    .info-panel .info-element .info-image img{
        max-width: 100%;
    }

    .info-panel .info-element, .info-panel .info-element:nth-child(2n){
        display: block;
        background: url(../img/mr-background.jpg);
        background-size: cover;
    }



    .events-page-panel .main-event-chooser-block a{
        margin:0 10px;
    }

    .event-page-list .main-event-card-wrap:nth-child(3n) {
        margin-right:4%;
    }

    .event-page-list .main-event-card-wrap {
        width: 48%;
        margin: 0 4% 30px 0;
    }

    .event-page-list .main-event-card-wrap:nth-child(2n) {
        margin-right: 0;
    }


    .cont404::after  {
        font-size:200px;
        left:-100%;
        right:-100%;
        margin:auto;
    }

    .contact-map {
        background:none;
    }

    .input-row-wide {
        flex-direction: column;
    }

    .input-row-wide .input-row {
        width:100%;
        flex:auto;
        margin-bottom: 30px;
    }

    .room-option-list > div {
        width:100%;
        padding-right: 0;
        text-align: center;
    }

    .room-list-unit:nth-child(3n) {
        margin-right: 4%;
    }

    .room-list-unit  {
        width:48%;
        margin-right:4%;
        height:300px;
    }

    .room-option-panel .h1 {
        margin-bottom:40px;
    }

    .room-list-unit:nth-child(2n) {
        margin-right: 0%;
    }

    .services-panel p {
        font-size:12px;
        line-height:22px;
    }

    .services-unit {
        width:100%;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .services-unit img {
        margin:0 auto 30px;
    }

    .services-unit span {
        display:block;
        margin:0 auto;
        text-align:center;
    }

    .inner-header .header-inners-logo-block {
        width:auto;
    }

    .inner-header .top-header-row > * {
        order:2;
    }

    .inner-header .top-header-row .header-inners-logo-block {
        order:1;
    }

    .inner-header .header-phone-lang-choose-block a::after {
        background:url(../img/header-phone-ico-w.svg)
    }

    .inner-header .top-header-row .header-inners-logo-block img {
        display:none;
    }

    .inner-header .header-phone-lang-choose-block {
        margin-left: auto;
        display: flex;
        width: 20px;
    }

    .inner-header .mobile-burger {
        display: flex;
        margin-left: 26px;
    }

    .inner-burger-lang-block {
        width:auto;
    }

    .inner-header .top-header-row .header-inners-logo-block img.mobile-logo {
        display:flex;
    }

    .inner-header .header-phone-lang-choose-block a {
        font-size:0;
    }


    .main-event-block {
        margin-bottom: 50px;
    }

    .inner-header .header-lang-chooser-block {
        position: fixed;
        top:-40px;
        transition:0.2s;
        right:80px;
        z-index: 103;
    }

    .inner-header .header-lang-chooser-block.active{
        top: 24px;
    }

    .inner-header .header-lang-chooser-block {
        position: fixed;
        top:-40px;
        transition:0.2s;
        right:80px;
    }

    .inner-header .header-phone-link {
        z-index: 1;
    }

    .index-intro-text-section {
        width:100%;
        margin:0;
    }

    .double-car-panel {
        margin-bottom: 60px;
    }

    .big-carousel .slick-arrow {
        bottom:-50px;
    }

    .big-carousel .slick-arrow.slick-prev {
        left:0;
    }

    .big-carousel .slick-arrow.slick-next {
        right:0;
    }


    .preview-carousel {
        display:none;
    }

    .preview-carousel {
        margin-top:-40px;
    }

    .main-event-chooser-block, .rest-event-section .main-event-chooser-block {
        min-width:200px;
    }

    .main-event-slider-block {
        width: calc(100% - 200px);
    }

    .footer-wrap {
        position: relative;
    }

    .footer-wrap-o {
        position: relative;
        overflow:scroll;

    }

    .footer-wrap-o::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background-color: #fff; /* or add it to the track */
      }

      .footer-wrap-o::-webkit-scrollbar-thumb {
          background-color:#aaa;
          border-radius: 4px;
      }

    .footer-wrap::after {
        content:'';
        position: absolute;
        top:0;
        bottom:0;
        right:0;
        width:80px;
        pointer-events: none;
        height:100%;
        background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.8), #fff);
    }

    .inner-footer .footer-wrap::after {
        background: linear-gradient(to right, rgba(248, 249, 250, 0), rgba(248, 249, 250, 0.8), #F8F9FA);
    }

    .footer-unit-panel {
        min-width:768px;
    }

    .map-text-block p  {
        font-size:14px;
        line-height: 24px;
    }

    .h1, .index-intro-text-block h1 {
        font-size:24px;
        line-height: 38px;
        font-family: Lora;
    }

    .about-intro-text-block .h1 {
        margin-top:30px;
        font-family: Lora;
    }
    .footer-cont-info-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .f-contact-unit {
        margin:0 0 20px 0;
    }
    .f-soc-row{
        margin-left: 0;
    }

    .margin-fix {
        margin: 0px;
    }
}

@media screen and (max-width:650px) {
    .events-page-panel .main-event-chooser-block {
        flex-direction: column;
    }

    .events-page-panel .main-event-chooser-block a{
        margin:10px;
    }


    .advantages-unit {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding:10px;
    }

    .advantages-unit img {
        margin:15px auto 20px;
    }

    .advantages-unit span {
        width:100%;
        max-width:100%;
        margin:0;
    }

    .advantages-unit .hh-text {
        display:block;
        opacity:1;
    }





    .add-info-row-head-block-unit {
        flex-direction: column;
        align-items: center;
    }

    .add-info-row-head-block-unit .header-phone-link {
        margin-bottom: 20px;
    }

    .add-info-row-head-block-unit .header-phone-link:last-child {
        margin-bottom:0;
    }
}

@media screen and (max-width:480px) {
    .width-fix {
        height: unset;
    }

    .events-page-panel .main-event-chooser-block {
        margin:0;
    }

    .events-page-panel .main-event-chooser-block a{
        margin: 0 0 10px 0;
    }

    .event-page-list .main-event-card-wrap {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }

    .paginator li {
        margin:0 2px;
    }


    .cont404 p.title404 {
        font-size:26px;
    }

    .wrapper404 {
        padding:10px 0;
    }

    .logo-block404 img {
        width:140px;
    }

    .cont404  {
        padding:10px;
        box-sizing: border-box;
    }

    .cont404 p {
        font-size:14px;
    }

    .cont404::after {
        font-size:180px;
    }

    .c-phone-link-block {
        flex-direction: column;
    }

    .c-phone-link-block span {
        margin-left:0;
    }

    .double-car-rest-wrap {
        background:none;
    }

    .dinner-btn-row {
        flex-direction: column;
        align-items:center;
    }

    .dinner-btn-row a {
        margin:10px 0;
        width:100%;
    }

    .room-option-panel {
        padding: 30px 10px;
    }

    .about-intro-text-section {
        margin-top:43px;
    }

    .room-list-unit {
        width:100%;
        margin:0 0 30px 0 !important;
        height:auto;
        text-decoration: none;
    }

    .room-pic-wrap  {
        height:auto;
    }

    .room-pic-wrap img {
        position: relative;
        left:auto;
        right:auto;
        width:100%;
        margin-bottom: 10px;
    }

    .rli-app-count {
        width: 40%;
        min-width: 100px;
        color:#212529;
        opacity: 0.6;
        text-align: right;
    }

    .room-list-unit-text {
        position: relative;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
        height:auto;
        display:flex;
        flex-flow:row wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .room-list-unit-title {
        color:#212529;
        width:60%;
        text-align: left;
        margin-bottom: 2px;
    }

    .room-list-unit:hover .room-pic-wrap {
        transform: none;
    }

    .footer-wrap::after {
        width:30%;
    }

    .main-event-block {
        display:flex;
        flex-direction: column;
        align-items:center;
    }

    .main-event-slider-block {
        width:100%;
    }

    .main-event-slider.slick-initialized::after {
        display:none;
    }

    .main-event-chooser-block {
        align-items:center;
        justify-content: center;
    }

    .btn {
        text-align: center;
    }

    .top-header-row {
        padding: 15px 12px 30px;
    }

    .main-event-block, .rest-event-section .main-event-block {
        padding-top:50px;
        box-sizing: border-box;
        position: relative;
    }

    .events-page-panel .main-event-chooser-block, .main-event-chooser-block, .rest-event-section .main-event-chooser-block {
        position: absolute;
        height:32px;
        overflow:hidden;
        flex-direction: column;
        justify-content: flex-start;
        top:0;
        max-width: 200px;
    }

    .events-page-panel .main-event-chooser-block {
        left:0;
        right:0;
        margin:auto;
        top:-50px;
    }

    .events-page-panel {
        margin-top:70px;
    }

    .main-event-chooser-block a, .rest-event-section .main-event-chooser-block a {
        z-index: 2;
        order:2;
        margin:0 0 10px 0;

    }

    .main-event-chooser-block a:last-child  {
        margin-bottom: 10px;
    }

    .main-event-chooser-block a.active {
        order:1
    }



    .main-event-chooser-block a.active::after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border-right: 2px solid #141618;
        border-bottom: 2px solid #141618;
        transform: rotate(45deg);
        display: inline-block;
        box-sizing: border-box;
        top: 7px;
        margin: auto;
        right: 8px;
    }

    .main-event-chooser-block:hover a.active::after {
        transform:rotate(-45deg);
        top:8px;
    }

    .main-event-chooser-block:hover {
        background-color:#fff;
        height:auto;
        z-index: 2;
        padding-bottom:20px;
    }

    .header-phone-link {
        margin-right:26px;
    }

    .footer-res-link-pic a {
        margin:0 10px;
    }

    .footer-res-link-pic a img {
        max-width: 100%;
    }

    .index-intro-text-block p {
        font-size:14px;
        text-align: left;
        line-height: 26px;
    }

    .index-intro-text-section {
        margin:0;
        width:100%;
    }

    .subtitle {
        margin:32px 0;
    }

    .footer-unit {
        margin: 0 10px;
    }

    .brfix{
        display: none;
    }

    .img-fix{
        margin-right: 0px;
    }

}

@media screen and (max-width:380px) {
    .hcp-unit-cont-block img {
        height: 65px!important;
    }
    .btn {
        padding: 6px 17px;
        font-size: 15px;
    }

    .inner-header .top-header-row .header-inners-logo-block {
        max-width:150px;
    }
    .hcp-unit-cont-block img {
        max-height:50%;
        height: 50%;
        max-width:100px;
    }
    .main-hcp-unit {
        width:100%;
        height: 33.3333333%;
        padding: 40px 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1160px) {

    .thunder-car-room{
        margin-top: 2em;
    }

    .about-intro-text-block .h1 {
        text-align: center;
        line-height: 1.3;
        max-width: 600px;
        margin: 0 auto;
    }
}


.mb-tmp{
    margin-bottom: 2em;
}

.fl-unit img {
    margin-top: 8px;
}

.golden-ring {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 768px) {
    .footer-cont-info-row .link-tg {
        margin-bottom: 20px;
    }
}

.footer-cont-info-row .link-tg img{
    height: 32px;
    width: 216px;
}

.blog-text {
    margin-top: 12px;
    margin-bottom: 12px;
}

.weather-link a {
    pointer-events: none;
}

.text-center {
    text-align: center !important;
}

.inv-field {
    width: 65px;
    height: 50px;
    position: absolute;
    left: 290px;
}

@media (max-width: 480px) {
    .inv-field {
        left: 270px;
    }
}