.homepage__slider{
    position: relative;
}
.homepage__slider-item > .flex > div.left-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url(/static/img/back.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 650px;
}
.homepage__slider-container {
    max-width: 585px;
    margin: 25px auto;
}
.homepage__slider-title{
    color: #fff;
    font-family: "basebloom";
    text-transform: uppercase;
    font-size: 68px;
    line-height: 72px;
    max-width: 500px;
}
.homepage__slider-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.homepage__slider-element {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
    margin-bottom: 45px;
    margin-top: 35px;
}
.slider_element .num {
    color: #fff;
    font-family: "basebloom";
    font-size: 66px;
    line-height: 50px;
}
.slider_element .city,
.slider_element .month {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.slider_element .text {
    font-size: 10px;
    color: #fff;
    line-height: 11px;
    text-transform: uppercase;
}
.slider_element .logo {
    background-image: url(/static/img/logo-white.svg);
    padding-top: 50px;
    background-repeat: no-repeat;
    width: 79px;
}
.homepage__slider-element > .flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.homepage__slider-element .age {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 27px;
    text-align: center;
    margin-left: 23px;
    height: 27px;
}
.slider_element:first-child {
    margin-right: 50px;
}

.b-event.b-event-back.bg-grey .progress {
    margin-top: 0;
    margin-bottom: 0;
}
.b-event__slide-image {
    height: auto !important;
}
.b-inst__item{
    margin: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
}

.b-inst__item a,
.b-inst__item a img {
    display: block;
}
.b-inst__item a img{
    width: 100%;

    transition: all .2s linear;
}
.b-inst__item a img:hover {
    transform: scale(1.025);
}
.b-inst__item {
    margin: 1px;
}
.b-inst__container > .flex{
    margin: -1px;
}
.b-inst {
    padding-bottom: 93px;
}

@media (max-width: 1300px) {
    .homepage__slider-container {
        margin: 25px;
    }
}
@media (max-width: 1200px) {
    .homepage__slider-title {
        font-size: 46px;
    }
}
@media (max-width: 1070px) {
    .homepage__slider-item .right-column {
        flex: 0 0 50%;
        background-image: url(/static/img/back.png);
    }

    .homepage__slider-item > .flex > div.left-column {
        max-height: 341px;
    }
    .homepage__slider-element {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .homepage__slider-item > .flex > .right-column img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 1000px) {

    .homepage__slider-title {
        font-size: 46px;
        line-height: 50px;
    }
    .slider_element .num {
        font-size: 61px;
    }
    .slider_element .logo {
        padding-top: 45px;
        width: 69px;
        background-size: 69px;
    }
    .homepage__slider-element {
        margin-bottom: 15px;
        margin-top: 15px;
        padding-bottom: 5px;
    }
    .homepage__slider-subtitle {
        font-size: 12px;
        line-height: 13px;
    }

}
@media (max-width: 680px) {
    .homepage__slider-item .right-column {
        flex: 0 0 100%;
        background-image: url(/static/img/back.png);
    }
    .homepage__slider-title {
        max-width: 100%;
    }
    .homepage__slider-container {
        margin: 25px;
        text-align: center;
        max-width: 100%;
    }
    .homepage__slider-item > .flex > .right-column img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 290px;
    }
}
@media (max-width: 420px) {
    .homepage__slider-title {
        font-size: 32px;
        line-height: 40px;
        margin: auto;
    }
    .slider_element .num {
        font-size: 45px;
        line-height: 1;
    }
    .header__top-visually {
        padding-left: 23px;
        font-size: 10px;
        background-size: 18px;
    }

}
@media (max-width: 370px) {
    a.m-header__logo {
        max-width: 50px;
    }
    a.hc-nav-trigger {
        right: 20px;
        top: 20px;
        width: 35px;
    }
    .header__top-visually {
        margin-left: -30px;
    }

}