.bp-content img{width:auto;}
.st-course-row__item, .st-head-col__item{width: 200px !important;}
.st-course-row__name, .st-head-col__name{width:calc(100% - 4*200px) !important;}
.upcoming-item__info{width: 100%;}

/* --- Времено здесь, перенести в dev --- */

.block-request__inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.page-promo .block-request.block-request--video-bg .block-content {
    height: auto;
}

.block-request__bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    /* z-index: 1; */
}

/* --- Времено здесь, перенести в dev --- end */

@media screen and (max-width: 768px) {
    .contacts-left__phone-box {display: flex;}
}

@media screen and (max-width: 425px) {
    body {
        padding-bottom: 0;
    }

    /* --- Времено здесь, перенести в dev --- */

    .block-request__bg-video {
        transform: translate(-56%, -50%);
    }

    /* --- Времено здесь, перенести в dev --- end */
}
