.search-page > a, .search-page > small >a{
    text-decoration: none;
    color: #6f7794;
}
.main{
    overflow: hidden;
}
.video, .video_phone {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 0;
    position: absolute;

}
@media (min-width: 1024px) {
    .video {
        max-width: 100%;
    }
    .main {
        position: relative;
        margin: 17px 22px 0;
        padding: 50px 0 75px;

        background-repeat: no-repeat;
        background-size:  100% auto;
        background-position: center;
    }

}
@media (max-width: 1024px) {
    .main {
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
    }
}
.about__img-logo{
    z-index: 2;
}
@media (min-width: 1024px) {
    .address_container {
        display: flex;
        justify-content: space-between;
    }

}
@media (max-width: 1023px) {
    .bx-yandex-map{
        height: 400px !important;
    }
}
@media (min-width: 426px) {
    .video{
        display: block;
    }
    .video_phone{
        display: none;

    }
}
@media (max-width: 426px) {
    .video{
        display: none;
    }
    .video_phone{
        display: block;
        width: auto;
        height: 100%;
    }
}