
#rkz_header {
    z-index: 999;
}
.hotel-page .rkz-page {
    background-color: #F8F8F8;
}

.rule_bg_color .time svg path {
    fill: #E9E9E9;
}

.rule_bg_color svg path,
.rule_bg_color svg polygon {
    fill: #666666;
}

.ruleblock a {
    text-decoration: underline;
}

/**/

#hotels-sidebar form{
    border-top: 1px solid #d3d2d2;
    border-right: 1px solid #d3d2d2;
    border-left: 1px solid #d3d2d2;
    padding: 0;
}

#hotels-sidebar div.hotels-sidebar-title {
    border-bottom: 1px solid #d3d2d2;
}

#hotels-sidebar div.hotels-sidebar-body{
    border-bottom: 1px solid #d3d2d2;
    color: #231f20;
}

#hotels-sidebar label {
    /*font-weight: 300;*/
    cursor: pointer;
}

#hotels-sidebar div.hotels-sidebar-title:last-of-type {
    border-bottom: none;
}

#hotels-sidebar div.hotels-sidebar-body {
  padding: 1.2em;
  cursor: pointer;
}

.main-hotel-photo {
    min-height: 200px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

@media all and (max-width: 767px) {
    .main-hotel-photo {
        min-height: 300px;
    }
}

#rkz-restaurants-page div.width.hotels-page-content {
    padding-top: 2em;
    padding-bottom: 10em;
}

.hotels-sidebar-body input {
    margin-right: 1em;
}

.hotels-page-content h1 {
    font-size: 40px;
    /*font-weight: 100;*/
    margin: 0;
    margin-bottom: 20px;
}

div.hotels-elements-info {
    padding-right: 1em;
    padding-left: 1em;
}

.hotels-elements-info p:not[class^=info-] {
    margin: 0;
    padding-bottom: 0.5em;
}

#hotels-elements{
    margin-left:9px
}

p.search-ctrl-text {
    display: inline-block;
    white-space: pre-wrap;
    margin: 0;
}

.hotel-star-color {
    white-space: nowrap;
}

.hotel-star-color .oi-star {
    font-size: 30px;
}

/* svg */
.container_map {
     width: 100%;
}

.map_city_name{
    fill: #281e05;
}
.map_city_name, .ap_hotel_name_bg, .map_city_name_bg {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    /*font-weight: bold;*/
}

.map_hotel_name, .map_hotel_name_bg {
    font-family: Roboto, sans-serif;
    font-size: 20px;
}

div.container_map.interactive_map .map_city_name,
div.container_map.interactive_map .ap_hotel_name_bg,
div.container_map.interactive_map .map_city_name_bg,
div.container_map.interactive_map g.informer_country text.brand_description,
div.container_map.interactive_map .map_hotel_name,
div.container_map.interactive_map .map_hotel_name_bg {
    font-size: 30px;
}

#map_UKR .map_city_name,
#map_UKR .ap_hotel_name_bg,
#map_UKR .map_city_name_bg,
#map_UKR g.informer_country text.brand_description,
#map_UKR .map_hotel_name,
#map_UKR .map_hotel_name_bg {
    font-size: 15px;
}

.map_city_name_bg {
    display: inline;
}

a:hover > .map_city_name_bg {
    fill: none;
    stroke-width: 4px;
}

.map_hotel{
    fill: #281e05;
}
.map_hotel .map_hotel_image{
    transform: translate(-9px, -9px);
    width: 18px;
    height: 18px;
    transition: 500ms;
}
.map_hotel:hover .map_hotel_image {
    transform: translate(-13px, -13px);
    width: 26px;
    height: 26px;
}
.map_hotel .map_hotel_name_bg, .map_city_name_bg{
    opacity: .2;
    fill: none;
    stroke-width: 0;
    transition: 500ms;
}
.map_hotel:hover .map_hotel_name_bg{
    fill: none;
    stroke-width: 3px;
}
.map_hotel:hover .map_hotel_name{
    fill: #000;
}
.added_text{
    font-size: 42px;
    font-family: RobotoLight, sans-serif;
    fill: grey;
}

.c_pointer:hover {
    cursor: pointer;
}

@media(hover: hover) and (pointer: fine) {
    svg g.fed_region.region_hover:hover path.cls-2,
    #map_UKR svg g.fed_region.region_hover:hover path {
        fill:#D8E3EB !important;
        opacity: 1 !important;
        cursor: pointer;
    }
}
#map_UKR svg g.fed_region path {
    fill:#EDEDED !important;
}

svg g.fed_region.active path.cls-2,
#map_UKR svg g.fed_region.active path {
    fill:#D8E3EB !important;
    opacity: 1 !important;
    cursor: default;
}

div.map_close {
    position: absolute;
    top: 15%;
    right: 5%;
    height: 40px;
    width: 40px;
    background-color: #fff;
    outline: 1px solid black;
}

a.not_active {
    pointer-events: none;
}

div.map_close:hover {
    cursor: pointer;
}

/* html */
#map_bg {
    background: url('/static/img/bg_2.5.png');
    position: relative;
}
.hr-line{
    margin-bottom: 0;
    height: 0;
}
body.page-slider .rkz-page {
    padding: 0;
}

.map_informer{
    bottom: 0;
    user-select: none;
}
.map_informer_country{
    margin-bottom: 10px;
}

.svg_map{
    width: 100%;
    height: 100vh;
    /*overflow:hidden;*/
    overflow:auto;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.svg_map::-webkit-scrollbar { width: 0; }
.svg_map>svg {
    height: 97vh;
    /*width: auto;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*position: static!important;*/
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

@media all and (min-width: 1311px) {
    .svg_map>svg {
        width: 100%;
    }
}

@media all and (max-width: 1310px) {
    .svg_map>svg {
        width: auto;
    }
}

.brands_icon{
    width: 26px;
    height:26px;
    margin-right: 5px;
}
.brand_description *{
    display: inline;
    margin:0;
    padding: 0;
}

@media all and (max-width: 575px) {
    .description img {
        width: 100% !important;
        height: auto !important;
    }
}

.choosecity .select2-container .select2-selection--single {
    height: auto;
    border-radius: 0;
}

#scroll-content-tab .choosecity-label,
.choosecity .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
}
.choosecity span.select2-selection__arrow {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
#map_bg .select2.select2-container.select2-container--default {
    min-width: 130px;
}

.rule_bg_color .time {
    background: url("../../static/images/time.svg") 100% 50% no-repeat;
    background-size: 73px;
}

@media all and (min-width: 992px) {
    .room-border-left {
        /*border-left: 1px solid #C8C8C8;*/
    }
}

.sales-leader svg {
    fill: #ffffff;
}

.sales-leader {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    padding: 4px 10px;
    color: #ffffff;
    background-color: #af2323;
    z-index: 1;
}

.frame-btn {
    /*border: 1px solid #000000;*/
}

.frame-btn.active {
    background-color: rgba(121,9,32,.3);
}

/**/

.addit-image-wrap {
    overflow: hidden;
    display: block;
}

.addit-image-wrap img {
    transition: transform .5s ease;
}

.addit-image-wrap:hover img {
    transform: scale(1.05);
    backface-visibility: hidden;
}

@media all and (min-width: 576px) and (max-width: 767px) {
    .addit-image-wrap {
        width: 48.5%;
    }
    .addit-image-wrap:nth-child(2) {
        margin-left: auto;
    }
}