.afisha {
    padding: 0;
    margin: 0;
    background-image: radial-gradient(circle, #d7e8f4, #c0eaed, #b9e9d5, #f1ffde, #f9f9f9);
}

.demi--carousel-info {
    bottom: 3% !important;
    right: 50% !important;
    transform: translate(50%, 0) !important;
}

.demi--carousel-caption {

    background-color: #00000054;
}

.demi--carousel-header {
    font-size: 30px;
}

.title-divider {
    height: 100px;
    width: 100%;
    position: relative;
}

.title-divider__center {
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
}

.title-divider__text {
    font-family: RobotoBold;
    text-align: center;
    width: 100%;
    font-size: 36px;
    color: #616161;
    font-weight: 700;
    margin: 0 auto;
    line-height: 1;
    text-transform: uppercase;
}

.title-divider__stripe {
    height: 2px;
    width: 250px;
    margin: 5px auto 0;
    background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, rgb(185, 233, 213) 50%, rgba(242, 242, 242, 0) 100%);
}

.demi--slider__item {
    height: 450px;
}

.demi--slider__item img {
    background: #f9f9f9;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
