

/* Start:/local/sections/cookies/styles.css?17495413452306*/
.cookies-modal {
    box-sizing: border-box;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 40px;
    background-color: #0a2896;
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    z-index: 50;
}

@media screen and (max-width: 1200px) {
    .cookies-modal {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
}

.cookies-modal.is-visible {
    display: flex;
}

.cookies-modal-text {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .cookies-modal-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 350px) {
    .cookies-modal-text {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


.cookies-modal-controls {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1200px) {
    .cookies-modal-controls {
        width: 100%;
        gap: 10px;
    }
}

@media screen and (max-width: 350px) {
    .cookies-modal-controls {
        flex-direction: column;
        align-items: stretch;
    }
}

.cookies-modal-controls__link {
    margin-left: 46px;
}

@media screen and (max-width: 1200px) {
    .cookies-modal-controls__link {
        margin-left: auto;
    }
}

@media screen and (max-width: 350px) {
    .cookies-modal-controls__link {
        margin-right: auto;
    }
}

@media screen and (max-width: 1200px) {
    .cookies-modal__control {
        margin-right: 0;
    }
}

.modal-cookies-link {
    display: inline-block;
    padding-bottom: 3px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 1200px) {
    .modal-cookies-link {
        font-size: 14px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .modal-cookies-link:hover {
        border-color: transparent;
        color: #ffffff;
    }
}


.cookies-modal-control {
    padding: 9px 16px;
    line-height: 1;
    min-height: 38px;
}
/* End */


/* Start:/local/templates/main/styles.css?1654263635542*/
.map-zoom-control {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.map-zoom-control_zoom-in {
    background-image: url('/images/icons/map-zoom-in.png');
}

.map-zoom-control_zoom-out {
    background-image: url('/images/icons/map-zoom-out.png');
}
@media screen and (max-width: 1200px) {
    .map-zoom-control {
        width: 50px;
        height: 50px;
    }
}
/* End */
/* /local/sections/cookies/styles.css?17495413452306 */
/* /local/templates/main/styles.css?1654263635542 */
