.wrapper_google_map{
    position: relative;
}
.google_map_scale{
    position: absolute;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    top: 25px;
    left: 25px;
    z-index: 10;
}
.zoom-control-in{
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}
.zoom-control-in:after{
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 4px;right: 5px;
    border-bottom: 1px solid #e3e3e3;
}

.zoom-control-out{
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.google_map{
    width: 100%;
    height: 577px;
    border-radius: 40px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .google_map{
        height: 497px;
    }
}

.google_map .gm-style-iw-chr{
    display: none;
}
.google_map .gm-style-iw.gm-style-iw-c{
    position: absolute;
    top: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: none!important;
    overflow: initial!important;
}
.google_map .gm-style-iw-d{
    padding: 12px!important;
    overflow: visible!important;
}
.google_map .gm-style-iw-tc{
    display: none;
}


.info_address{
    padding: 4px 12px 6px;
    font-size: 14px;
    color: #2A0C20;
    background: #FCF9FF;
    border-radius: 8px;
    box-shadow: 4px 4px 9.2px 0px #1F091733;
    margin-left: -9px;
    margin-top: -9px;
    position: relative;
    transform: translate(0px, 12px);
}
.info_address:before{
    content:'';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    bottom: 0;
    margin-bottom: -6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTE0MjEgMTEuMjMyOEM3LjEzMzE3IDEyLjAxMzggNS44NjY4NCAxMi4wMTM4IDUuMDg1NzkgMTEuMjMyOEwwLjE3NjQ5IDYuMzIzNDZMNi41IC00LjYxMjEzZS0wNUwxMi44MjM1IDYuMzIzNDZMNy45MTQyMSAxMS4yMzI4WiIgZmlsbD0iI0ZDRjlGRiIvPgo8L3N2Zz4K)
}
.info_address._bottom{
    transform: translate(0px, 130px);
}
.info_address._bottom:before{
    bottom: initial;
    top: 0;
    margin-bottom: initial;
    margin-top: -6px;
}
.wrap_map_buttons{
    display: none;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    .wrap_map_buttons {
        display: flex;
    }
}

.map_button {
    width: 50%;
}
.map_button_info {
    margin-left: 6px;
    margin-right: 6px;
    height: 41px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 15px;
    border: 1px solid #871C53;
    color: #320825;
    box-sizing: border-box;
    transition: .2s;
    cursor: pointer;
}
.map_button.active .map_button_info {
    background: #871C53;
    color: #fff;
}

.hotel_caption{
    text-align: left;
    font-size: 32px;
    color: #2a0c20;
    line-height: 0.9em;
    font-weight: 700;
}
@media (max-width: 599px) {
    .hotel_caption{
        font-size: 22px;
        line-height: 1.2em;
    }
}
.hotel_caption:hover{
    color: #C285C8;
}
#step1::before {
    content: var(--text, "Крок 1")!important;
}
#step2::before {
    content: var(--text, "Крок 2")!important;
}
#step3::before {
    content: var(--text, "Крок 1")!important;
}
#step4::before {
    content: var(--text, "Крок 2")!important;
}
.single_hotel_caption{
    line-height: 0.9em;
    font-size: 42px;
    padding-top: 11px!important;
    margin-bottom: 30px!important;
}
@media (max-width: 599px) {
    .single_hotel_caption{
        line-height: 1em;
        font-size: 34px;
        margin-bottom: 20px!important;
    }
}
.single_hotel_caption .hotel_caption2{
    font-weight: 600;
}
.room_details .room_caption2{
    font-weight: 600;
}
#mainfooter .menu .menu-item{
    min-height: 45px;
}

