/* Верхнее меню, отмена старых стилей, прописываем свои */
.cinema-header__nav-link:first-child {
    background: unset;
    color: unset;
}

.cinema-header__nav-link:first-child:hover {
    background: rgba(255, 255, 255, 0.1);
}

.cinema-header__nav-link.active {
    background: #00dff0;
    color: #000;
}

.cinema-header__nav-link.active:hover {
    background: #B2F5FA;
}



.cinema-top__bg2 {
    padding-top: 230px;
    position: relative;
}

.cinema-top__bg2 a:nth-child(1) {
    display: block;
}

.cinema-top__bg2 a:nth-child(1) img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    top: 0;
}
.cinema-top__bg2 a:nth-child(2) {
    display: none;
}



@media (max-width: 1200px) {
    .cinema-top__bg2 {
        padding: 0;
    }
    .cinema-top__bg2 a:nth-child(1) {
        display: none;
    }

    .cinema-top__bg2 a:nth-child(2) {
        display: block;
    }

    .cinema-top__bg2 a:nth-child(2) img {
        width: 100%;
        height: auto;
        display: block;
    }
}




.cinema-bonus2 {
/*     position: relative; */
    overflow: hidden;
/*     padding: 33px 30px; */
/*     height: 232px; */
    border-radius: 20px;
    font-family: "Bounded", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 90%;
    color: #fff;
}

.cinema-bonus__img2 {
/*     position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cinema-bonus__img2 {
/*     position: absolute; */
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cinema-bonus__mobile2 {
    display: none;
}


@media (max-width: 1200px) {
    .cinema-bonus2 {
        padding: 0;
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .cinema-bonus2 {
        padding: 0;
        border-radius: 20px;
    }

/*    .cinema-bonus__img2 {
        left: auto;
        right: 0;
        width: 120%;
    }*/
}

@media (max-width: 576px) {
    .cinema-bonus__img2 {
        display: none;
    }

    .cinema-bonus__mobile2 {
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
