

/* Start:/include/booking/style.css?17346372953605*/
.hotel-class {
    font-size: 16px;
    font-family: "MontserratAlternates", sans-serif;
    line-height: 1.25;
    text-align: center;
    color: rgb(68, 66, 66);
    margin: 0;
    padding: 10px 20px;
    border-radius: 29px;
}

.clearfix:after {
    clear: both;
}

.tl-container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.bookmarks {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bookmarks li.active {
    text-decoration: none;
    cursor: default;
    border-radius: 29px;
    border-width: 1px;
    border-color: rgb(159, 177, 58);
    border-style: solid;
    background-color: rgb(159, 177, 58);
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.bookmarks li.active .hotel-class,
.bookmarks li:hover .hotel-class {
    font-size: 16px;
    font-family: "MontserratAlternates", sans-serif;
    line-height: 1.25;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
}


.bookmarks li {
    margin-bottom: 10px;
    border-width: 1px;
    border-color: rgb(159, 177, 58);
    border-style: solid;
    border-radius: 29px;
    background-color: rgb(227, 227, 227);
    float: left;
    cursor: pointer;
    text-align: center;
    color: rgb(68, 66, 66);
    font: bold 14px/16px Raleway;
    margin-right: 0;
    transition: 0.5s;
    margin-left: 23px;
    /*max-width: 380px;*/
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bookmarks li:last-child {
    margin-right: 0;
}

#hotel-fires {
    margin-left: 0;
}

.bookmarks li:hover {
    background-color: rgb(159, 177, 58);
    color: rgb(255, 255, 255)!important;
    border-width: 1px;
    border-color: rgb(159, 177, 58);
    border-style: solid;
}

#tl-block-select {
    margin-bottom: 24px;
    color: #FFFFFF;
}

#tl-hotel-select {
    display: none;
}

#tl-anchor {
    font-size: 16px;
    font-family: "MontserratAlternates", sans-serif;
    color: rgb(68, 66, 66);
    line-height: 1.063;
    margin-bottom: 30px;
}

@media(max-width: 767px) {
    .bookmarks li {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .bookmarks {
        flex-wrap: wrap;
    }
}

.info-box {
    margin: 0 auto;
    /*max-width: 820px;*/
    padding: 40px 0;
    display: block;
}
.info-box__container {
    box-shadow: 0 0 0 1px #00000033;
}
.info-box__header {
    display: flex;
    padding: 2rem 3rem;
    background: #a4b7da;
    color: #fff;
    font-size: 1.2em;
}
.info-box__header::before {
    content: 'i';
    margin-right: 1rem;
    font-family: initial;
    font-style: italic;
    font-weight: bold;
    font-size: 1.3em;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #829dcd;
    display: inline-flex;
    flex-shrink: 0;
}
.info-box__content {
    padding: 1.5rem 3rem;
    font-weight: initial;
    font-size: 1.1em;
}
.info-box.active {
    display: block;
}
.info-box.active ~ #tl-booking-form {
    display: none;
    pointer-events: none;
    visibility: hidden;
}
.info-box__link {
    color: #9eb13a;
    font-weight: bold;
    white-space: nowrap;
}

@media screen and (max-width: 640px) {
    .info-box__header {
        padding: 2rem;
        font-size: 1em;
    }
    .info-box__header::before {
        width: 3rem;
        height: 3rem;
    }
    .info-box__content {
        padding: 1rem;
        font-size: 1em;
    }
}
/* End */


/* Start:/map-booking/assets/src/css/style.css?17479018159215*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans:wght@300;400;500;600;700&display=swap');
@import "/map-booking/assets/src/css/style-setting.css";


:root {
    --basic: #9fb13a;


    --background: #FFFFFF;
    --border: rgba(119, 119, 119, 0.4667);
    --text: #000000;
    --text-active: #FFFFFF;
    --text-marker: var(--basic);

    --button-background: var(--basic);

    --background-not-active: #5C5550;
    --text-not-active: #FFFFFF;

    --title-ballun-color: var(--basic);
    --text-ballun: #777777;
    --price-ballun: var(--basic);

    --loader: var(--basic);
    --loader-two: #f3f3f3;

    --active-mark-main: #FFFFFF;
    --active-mark-inner: var(--basic);
}

body {
    margin: 0;
    padding: 0;
}


.accordion-map {
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    background: var(--button-background);
    color: #FFFFFF;
    float: right;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    padding: 10px 45px 10px 15px;
    margin-bottom: 10px;
    z-index: 1;
    min-width: 170px;
    height: 38px;
}

.accordion-map:hover,
.accordion-map:focus {
    opacity: 0.8;
}

/*.accordion-map:hover svg {
    fill: #9CAC5899;
}*/

.accordion-map svg {
    margin-left: 15px;
    transform: rotate(180deg)
}

.map-booking.map-show .accordion-map svg {
    transform: rotate(0deg)
}


.accordion-map::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 7px;
    transition: background 0.5s ease;
    background: rgba(255, 255, 255, 0) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDI0KSIgZmlsbD0iI0Y5RjVGMSIvPgo8cGF0aCBkPSJNMTEuNDE0MyAxNi44NTA2TDUuNSAxMC44NzIzQzUuMTggMTAuNTUyMyA1LjE4IDEwLjA0MDMgNS41IDkuNjg4MjlMNi4xMDggOS4xNDQyOUM2LjQyOCA4LjgyNDI5IDYuOTQgOC44MjQyOSA3LjI2IDkuMTQ0MjlMMTEuOTkwMyAxMy45Mzg2TDE2LjcyMDYgOS4xNDQyOUMxNy4wNDA2IDguODI0MjkgMTcuNTUyNiA4LjgyNDI5IDE3Ljg3MjYgOS4xNDQyOUwxOC40NDg2IDkuNzIwMjlDMTguNzY4NiAxMC4wNDAzIDE4Ljc2ODYgMTAuNTUyMyAxOC40NDg2IDEwLjkwNDNMMTIuNTY2MyAxNi44ODI2QzEyLjI0NjMgMTcuMTcwNiAxMS43MzQzIDE3LjE3MDYgMTEuNDE0MyAxNi44NTA2WiIgZmlsbD0iIzdGNzE2NSIvPgo8L3N2Zz4K") no-repeat ;

}

.map-booking.map-show .accordion-map::before {
    transform: rotate(180deg)
}


.map__wrapper {
    position: relative;
    margin-bottom: 10px;
}


.map__mobile-text {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    line-height: normal;
    z-index: 1;
}



.map__wrapper .map {
    margin: 0 !important;

    position: relative;
    display: none;
    overflow: hidden;
    transition: height 0.5s ease;

    height: 0;
    max-height: 500px;
    width: 100%;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.map__wrapper .map:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.map-booking.map-show .map {
    height: 500px;
    display: block;
}

@media (min-width: 420px) {
    .map__mobile-text{
        display: none;
    }
}
@media (max-width: 419px) {
    .map-booking.map-show .map__mobile-text {
        display: flex;
    }
}

.map__wrapper [class*="hint"] {
    box-shadow: none !important;
}

.map__wrapper [class*="with-content"] {
    width: auto!important;
}


.map__wrapper [class*="hint__text"] {
    border-radius: 15px;
    border: 1px solid rgba(127, 113, 101, 0.45);
    background: rgba(255, 255, 255, 0.75) !important;
    padding: 0 10px 0 5px!important;
    cursor: pointer !important;
}



.map__hint {
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 1px solid var(--border) !important;
    background: var(--background) !important;
    padding: 2px 10px 3px 5px!important;
    box-sizing: content-box;
    color: var(--textBallun);
    text-align: center;

}

.map__hint.active {
    background: var(--basic) !important;
}

.map__hint.active-check .map__hint-price {
    color: rgba(0, 0, 0, 0.5);
}

.map__hint-icon {
    margin-right: 5px;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: var(--basic);
}

.map__hint-icon::after {
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 10px;
    height: 10px;
    border: 3px solid #FFFFFF;
    border-radius: 50px;
}

.map__hint.active .map__hint-icon {
    background: var(--active-mark-main);
}

.map__hint.active .map__hint-icon::after {
    border-color: var(--active-mark-inner);
}

.map__hint.no-rooms {
    background: var(--background-not-active) !important;
}

.map__hint.no-rooms .map__hint-icon {
    background: #7F7165;
}

.map__hint.no-rooms .map__hint-icon::after {
    border-color: var(--background-not-active);
}

.map__hint.no-rooms .map__hint-price {
    color: var(--text-not-active);
}

.map__hint.no-rooms.active {
    background: #988c81 !important;
}

.map__hint.no-rooms.active .map__hint-icon {
    /*background: var(--basic);*/
}

.map__hint.active .map__hint-price {
    color: var(--text-active);
}

.map__hint-data {
    display: flex;
    flex-direction: column;
    text-align: start;
}

.hint-block:not(:last-child) {
    margin-bottom: 5px;
}

.map__hint-price {
    color: var(--text);
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.map__hint-price .loader {
    position: relative;
    border: 3px solid var(--loader-two);
    border-top: 3px solid var(--loader);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
    opacity: 1;
}

[class*="balloon__content"] ymaps{
    width: 270px !important;
    cursor: auto;
    background: none !important;
}

.map__balloon {
    color: var(--text);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.map__balloon ymaps {
    padding: 0;
    background: none !important;
    border-top: 1px solid var(--basic);
    margin-top: 10px;
}

.map__balloon-room {
    display: flex;
    justify-content: space-between;

    cursor: pointer;
}

.map__balloon-room:hover .map__balloon-room-name {
    color: var(--title-ballun-color);
    text-decoration-color: var(--title-ballun-color);
    cursor: pointer;
}

.map__balloon-address {
    color: var(--title-ballun-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}


.map__balloon-room-name {
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration-line: underline;
    text-decoration-color: var(--title-ballun-color);
    text-decoration-style: dotted;
    text-underline-offset: 4px;
}

.map__balloon-room-status {
    color: var(--title-ballun-color);
    font-weight: 600;
    white-space: nowrap;
}

.map__balloon-room-status.false {
    color: var(--title-ballun-color);
}

.map__cluster {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border: 2px solid var(--title-ballun-color);
    border-radius: 50%;

}
.map__cluster-in {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--title-ballun-color);
    color: #FFF;
}

.balloon-hotel {
    cursor: pointer;
    color: var(--title-ballun-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 5px;
    text-decoration-line: underline;
    text-decoration-color: var(--title-ballun-color);
    text-decoration-style: dotted;
    text-underline-offset: 4px;
    /*border-bottom: 1px dashed var(--basic);*/
}

.balloon-address {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}


.balloon-room-status {
    color: var(--basic);
    font-weight: 600;
    white-space: nowrap;
}

.balloon-price {
    color: var(--price-ballun);
    font-weight: 700;
}

.balloon-button {
    margin-top: 10px;
    display: inline-block;
    padding: 8px 15px;
    text-align: center;
    line-height: normal;
    background-color: var(--basic);
    border-radius: 15px;
}

.balloon-button__link {
    color: var(--text-marker) !important;
    text-decoration: none;
}

.map__cluster {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border: 2px solid #E6750B;
    border-radius: 50%;

}
.map__cluster-in {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #E6750B;
    color: #FFF;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* End */
/* /include/booking/style.css?17346372953605 */
/* /map-booking/assets/src/css/style.css?17479018159215 */
