.cooperation {
    padding: 200px 0 0;
    position: relative;
    overflow: hidden;
    color: #eaeaf2;
    min-height: 100vh;
    background: #020639;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/genpass.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(100%) contrast(130%) brightness(90%);
}

.cooperation__content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    background-color: inherit;
}

.cooperation__title {
    display: block;
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 96px;
    font-weight: 700;
    line-height: 1.1;
    color: #FDCC68;
}

.cooperation__text p {
    font-size: 30px;
    line-height: 1.6;
    color: #e6e7ec;
    margin-bottom: 60px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    font-weight: 400;
}



/* Slider */
.genpass-slider { 
    position: relative; 
    z-index: 20; 
    margin: 40px auto 80px; 
    max-width: 1100px; 
    padding: 0 20px; 
    display: flex;
    align-items: center;
    min-height: 60vh;
}

.genpass-slider__image {
    display: flex;
    max-height: 410px;
    max-width: 290px;
    margin: 0 auto;
    align-self: center;
}

@media (max-width: 768px) {
    .genpass-slider { margin: 30px auto 60px; }
    .slider__btn { width: 40px; height: 40px; }
}

@media (max-width: 480px) {
    .genpass-slider { margin: 24px auto 48px; }
    .slider__btn { width: 36px; height: 36px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cooperation {
        padding: 150px 0 0;
    }
    .title {
        font-size: 60px;
        line-height: 1.15;
        margin-bottom: 30px;
    }
    .text p {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 40px;
    }
    .info {
        margin-bottom: 160px;
    }
}

@media (max-width: 480px) {
    .cooperation__bg-image {
        height: 40vh;
    }
    .cooperation {
        padding: 100px 0 0;
    }
}