/* contact map blok */
.map-section {
    position: relative;
    margin-top: 2em;
}
.map-section .navigation-ymaps {
    position: absolute;
    right: 16px;
    background: #fff;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 8px;
    -webkit-box-shadow: 0px 8px 24px rgba(42, 65, 100, 0.15);
    box-shadow: 0px 8px 24px rgba(42, 65, 100, 0.15);
    display: none !important;
}

.map-section .navigation-ymaps .nav-ymaps {
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
}

.map-section .navigation-ymaps .nav-ymaps {
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
}

.map-section .map_content {
    height: 83vw;
    max-height: 373px;
}

.map-section .navigation-ymaps .nav-ymaps:before {
    content: '';
    background: #44542a;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 10px;
}

.map-section .navigation-ymaps #zoom-in:after {
    content: '';
    width: 2px;
    border-radius: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    height: 10px;
}

.no-touch .map-section .navigation-ymaps .nav-ymaps:hover:after {
    background: #44542a91;
}
.map-section .navigation-ymaps .nav-ymaps:after {
    background: #44542a;
}