.contacts__map {
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.contacts__map-frame {
    width: 100%;
    height: 335px;
}

@media (min-width: 768px) {
    .contacts__map-frame {
        height: 410px;
    }
}
