.contacts-map {
    position: relative;
    width: 100%;
    padding-top: 100vh;
}

.contacts-map__container {
    position: absolute;
    width: 100%;
    height: 70vh;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mfp-close-btn-in .contacts-map + .mfp-close {
    color: #fff;
    font-size: 50px;
    left: 100%;
    top: 5vh;
}


.mfp-map .container {
    position: relative;
}

.change-money__office-adress.js-modal-map {
    cursor: pointer;
    line-height: 150%;
}

.change-money__office-adress.js-modal-map:hover {
    text-decoration: underline;
}

.change-money__office-curency.display.mobile{
    max-width: calc(33.33% - 50px);
    flex: 0 0 33.33%;
}
.change-money__office-curency .course-tooltip{
    margin-left: 10px;
}

@media (max-width: 768px) {
    .mfp-close-btn-in .contacts-map + .mfp-close {
        top: 15%;
        left: calc(100% - 50px);
    }
    .change-money__office-curency.display.mobile{
        max-width: 150px;
        flex: auto;
    }

    .change-money__office-curency .course-tooltip{
        margin-left: 5px;
    }
}

.exchange-tabs__content-block.active {
    position: relative;
}

.exchange-closet-banner_wrapp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff66;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchange-closet-banner_wrapp ~ .filter, .exchange-closet-banner_wrapp ~ .change-money {
    filter: blur(2px);
}

.exchange-closet-banner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exchange-closet-banner_content p {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 12px 19px;
    text-align: center;
    border-radius: 5px;
    background-color: #88C437;
    color: white;
}