
#rkz_header {
    background: #f8f8f8;
}

body .rkz-page {
    background-size: contain;
    background-position: center 68px;
    background-repeat: no-repeat;
}

@media all and (min-width: 768px) and (max-width: 1031px) {
    .rkz-page {
        padding-top: 180px;
    }
}

@media all and (min-width: 1032px) {
    .rkz-page {
        padding-top: 140px;
    }
}

@media all and (max-width: 767px) {
    .rkz-page-wrap,
    .page-content-wrapper {
        background: transparent !important;
    }
    .rkz-block-shadow {
        box-shadow: none;
    }
    .rkz-block-shadow .rkz-block-shadow {
        box-shadow: 0 0 20px rgba(0,0,0,.1);
    }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
    .page-content-wrapper {
        padding: 24px;
    }
}

@media all and (max-width: 767px) {
    .page-content-wrapper {
        padding: 0;
    }
    .hotel-reviews .page-content-wrapper {
        padding: 15px 15px 0;
    }
}

.hotel-header {
    color: #1d1d1d;
    /*font-family: Roboto, sans-serif;*/
}

.hotel-text,.feature-text {
    color: #636363;
}

.hotel-menu-list .item {
        flex-grow: 1;
    }

@media all and (min-width: 768px) {
    .hotel-menu-list .item {
        max-width: 100%;
    }
}
@media all and (min-width: 1200px) {
    .hotel-menu-list .item {
        /*flex-basis: 0;*/
    }
}
@media all and (max-width: 767px) {
    .hotel-menu-list .item {
        border-bottom: 1px solid #C8C8C8;
    }
    /*.hotel-menu-list .item:nth-child(n+7) {*/
    /*    border-bottom: none;*/
    /*}*/
}

@media all and (max-width: 767px) {
    .hotel-menu-list/*,
    .addit-list-mob*/ {
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
    }

    .border-top-1-grey {
        border-top: 1px solid #C8C8C8;
    }

    .hotel-menu-list .item {
        background: #fff;
        border-left: 1px solid #C8C8C8;
    }
}

.hotel-menu-list,
.addit-list-mob {
    /*border-top: 1px solid #C8C8C8;*/
    /*border-bottom: 1px solid #C8C8C8;*/
    /*border-right: 1px solid #C8C8C8;*/
}

.border-top-1-grey {
    /*border-top: 1px solid #C8C8C8;*/
}

.hotel-menu-list .item {
    background: #fff;
    /*border-left: 1px solid #C8C8C8;*/
}

.hotel-menu-list .item:hover {
    /*color: #933A4D;*/
    text-decoration: none;
    /*background: #F3F3F3;*/
}

.hotel-menu-list .item svg/*,.addit-list a img*/ {
    /*width: 16px;*/
    /*height: 16px;*/
    /*min-width: 16px;*/
    /*flex-basis: 16px;*/
    width: 50px;
    height: 50px;
    min-width: 50px;
    flex-basis: 50px;
}

.hotel-menu-list .item .addit-list a img,
.hotel-menu-list .item .addit-list a svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    flex-basis: 16px;
}

.hotel-menu-list .item div > svg path,
div.addit-list-mob > svg path,
.hotel-menu-list .item div > svg circle {
    /*fill: #C8C8C8;*/
    fill: #000;
    opacity: 1;
}

.hotel-menu-list .item div > svg circle {
    /*fill: #fff;*/
    /*stroke: #000;*/
    /*opacity: 1;*/
}

.addit-list a svg,
.addit-list a path,
.addit-list a rect {
    fill: #727272;
}

.hotel-menu-list .item:hover > svg path,
.hotel-menu-list .item:hover > svg circle,
.addit-list a:hover svg,
.addit-list a:hover path,
.addit-list a:hover rect,
.addit-list-mob .active svg,
.addit-list-mob .active path,
.addit-list-mob .active rect,
.addit-list-mob a:hover svg,
.addit-list-mob a:hover path,
.addit-list-mob a:hover rect {
    /*fill: #933A4D;*/
}

.hotel-menu-list .item.active {
    /*color: #fff;*/
    /*background: #933A4D;*/
}
@media all and (min-width: 768px) {
    .hotel-menu-list .item:hover,
    .addit-list-mob .item:hover {
        background-color: #eee;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        z-index: 5;
    }
    .hotel-menu-list .item.active,
    .addit-list-mob .item.active {
        background-color: #fff;
        box-shadow: none;
        z-index: initial;
    }
}
@media all and (max-width: 767px) {
    .hotel-menu-list .item.active .border-menu {
        position: relative;
        margin: -1px;
        padding: 1px;
        /*background: #79001e;*/
        z-index: 1;
    }
    .hotel-menu-list .item.active .border-menu > div {
        background: #fff;
    }
}

.addit-list-mob .item.active span,
.addit-list-mob .item:hover span {
    /*margin-bottom: -2px;*/
    /*border-bottom: 2px solid #79001E;*/
}

.hotel-menu-list .item:hover {
    cursor: pointer;
}

.hotel-menu-list .item.active:hover > svg path,
.hotel-menu-list .item.active:hover > svg circle,
.hotel-menu-list .item.active > svg path,
.hotel-menu-list .item.active > svg circle {
    fill: #fff;
    opacity: 1;
}

.addit-list {
    display: none;
    top: 99%;
    min-width: 133px;
    width: 100%;
    /*max-width: 148px;*/
    left: -1px;
    margin-top: 1px;
    background: #eee;
    /*border-left: 1px solid #C8C8C8;*/
    /*border-right: 1px solid #C8C8C8;*/
    /*border-bottom: 1px solid #C8C8C8;*/
    z-index: 10;
}

.hotel-menu-list .item:hover .addit-list {
    display: flex;
}

.addit-list a:hover,
.addit-list-mob .active,
.addit-list-mob a:hover {
    /*color: #933A4D;*/
}

.addit-list-mob {
    background: #fff;
}

.addit-list-mob .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border-left: 1px solid #C8C8C8;*/
}

@media all and (min-width: 1200px) {

    .hotel-menu-list .item svg {
        width: 50px;
        height: 50px;
        min-width: 50px;
        flex-basis: 50px;
    }
    .hotel-menu-list .item > div > span {
        font-size: 18px;
    }
    .hotel-menu-list .addit-list span {
        font-size: 14px;
    }
    .addit-list-mob .item {
        border-left: none;
    }
    .addit-list-mob {
        /*border-left: 1px solid #C8C8C8;*/
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .hotel-menu-list .item > div > span {
        font-size: 16px;
    }
    .hotel-menu-list .addit-list span {
        font-size: 14px;
    }
    .hotel-menu-list .item svg {
        width: 35px;
        height: 35px;
        min-width: 35px;
        flex-basis: 35px;
    }
}

@media all and (max-width: 991px) {
    .hotel-menu-list .item > div > span {
        font-size: 12px;
    }
    .hotel-menu-list .addit-list span {
        font-size: 12px;
    }
    .hotel-menu-list .item svg {
        width: 30px;
        height: 30px;
        min-width: 30px;
        flex-basis: 30px;
    }
}
@media all and (min-width: 576px) and (max-width: 767px ){
    .hotel-menu-list .item > div > span {
        font-size: 14px;
    }
    .hotel-menu-list .item svg {
        width: 50px;
        height: 50px;
        min-width: 50px;
        flex-basis: 50px;
    }
}

.addit-list-mob svg {
    width: 30px;
    height: 30px;
}

.hotel-gallery .item {
    font-weight: bold;
    color: #808080;
}

.addit-list a svg {
    display: none;
}

@media all and (min-width: 992px) {
    .addit-list a svg {
        display: inline;
    }
}

@media all and (max-width: 767px) {
    .addit-list-mob {
        background: transparent;
        box-shadow: none;
    }
    .hotel-menu-list .item svg/*, .addit-list a img*/ {
        /*width: 38px;*/
        /*height: auto;*/
        /*min-width: 38px;*/
        /*flex-basis: 38px;*/
    }
    .restaurant-block .border-right-0 {
        border-right: 1px solid #C8C8C8 !important;
        border-bottom: none !important;
    }
    .addit-list-mob,
    .addit-list-mob .item.active span,
    .addit-list-mob .item:hover span {
        border-color: transparent !important;
    }
    .addit-list-mob .item {
        flex-direction: row;
        justify-content: left;
        border-left: none;
        border-bottom: 1px solid #C8C8C8;
    }
    .addit-list-mob .item span{
        padding-left: 20px;
    }
}
@media all and (max-width: 757px) {
    .rkz-page-wrap.bg-white {
        background-color: transparent !important;
    }
    .restaurant-block .page-content-wrapper {
        background-color: #fff;
        background: #fff;
    }
}

/**/

.hotel-bottom-block {
    background: #F1F0F0;
}

.hotel-bottom-block p {
    margin-bottom: 0;
}

.hotel-bottom-block p:nth-child(n+2) {
    margin-top: 16px;
}

/**/

.right-block {
    /*padding: 45px;*/
    background: #F8F8F8;
}

.right-block .header {
    font-weight: bold;
}

.right-block .header,
.right-block .text {
    color: #636363;
}

@media all and (max-width: 767px) {
    .right-block {
        /*background: #fff;*/
    }
}

/**/

.hotel-icon svg, .feature-icon svg,
.feature-icon img {
    display: inline-block;
    width: 17px;
    height: 17px;
}

.feature-icon svg path,
.feature-icon svg rect,
.feature-icon svg circle,
.feature-icon svg polygon{
    fill: #636363;
    opacity: 1;
}

/**/

.hotel-map-wrap {
    min-height: 350px;
    overflow: hidden;
}

.review-comp-answer .answer-company-header,
.review-comp-answer .good p {
    color: #797979;
}

.hotel-conf-logo {
    max-width: 250px;
    width: 100%;
}

/* slick room */

.room-info-slider .slider-item .image {
    min-height: 230px;
}

.hotel-room-wrap .rkz-button {
    padding: 10px;
}

/**/

.description p:last-child {
    margin-bottom: 0;
}

/**/

.booking-room:hover {
    text-decoration: none;
}

.booking-room:hover {
    cursor: pointer;
}