.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%;
}

@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;
    }
}

.products-tabcontent .exchange-tabs__content-block:not(.active) {
    display: block;
}

.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;
}

.products-tabcontent.inner-tab-content.exchange_business {
    padding-top: 0;
}

.products-tabcontent.inner-tab-content.exchange_business .change-money__office-curency {
    max-width: 265px;
    margin-left: 30px
}
@media screen and (max-width: 1366px) {
    .products-tabcontent.inner-tab-content.exchange_business .change-money__office-curency {
        max-width: 250px;
    }
}

.change-money__office-curency .units, .change-money__office-curency .prices {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.products-tabcontent.inner-tab-content.exchange_business .change-money__office-curency .unit {
    width: 50%;
    display: flex;
    align-items: center;
}

.products-tabcontent.inner-tab-content.exchange_business .change-money__office-curency .unit img {
    margin-left: 0;
}

.products-tabcontent.inner-tab-content.exchange_business .change-money__office-calculate {
    margin-top: 25px;
}