.art-news-title-main {
    height: 33em;
    background: url(/ru/static/images/news/indebate-restart/bg.png);
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 4em;
}

.main-logo-img {
    width: 220px;
    filter: drop-shadow(2px 2px 2px #000);
}

.main-h2 {
    font-size: 54px;
    filter: drop-shadow(2px 2px 2px #000);
}

.gen-section {
    margin-bottom: 6em;
}

.main-text {
    color: rgb(0, 0, 0);
}

.main-text a {
    font-size: 22px;
}

#leaders {
    padding: 4em 12em;
}

.gen-info-title {
    margin-top: 0em;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leaders {
    height: 25em;
    width: 25em;
    border-radius: 3%;
}

.leaders:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(255, 255, 255, 0) 100%);
}

.leader-text-block {
    padding: 1em;
    position: absolute;
    bottom: 0;
}

.leader-text {
    font-size: 18px;
}

.leader1 {
    background-image: url(/ru/static/images/debaters/zhdanov-nikita.png);
    background-size: cover;
    background-position: center;
}

.leader2 {
    background-image: url(/ru/static/images/debaters/alex-fedoseev.jpg);
    background-size: cover;
    background-position: center;
}

.leader3 {
    background-image: url(/ru/static/images/debaters/panamareva-angelina.jpg);
    background-size: cover;
    background-position: center;
}

.leader4 {
    background-image: url(/ru/static/images/debaters/isataev-askat.jpg);
    background-size: cover;
    background-position: center;
}

.leader5 {
    background-image: url(/ru/static/images/debaters/valeriya-grineva.JPG);
    background-size: cover;
    background-position: center;
}

@media (max-width: 1280px) {
    .art-news-title-main {
        height: 32em;
        background-size: cover;
    }

    .more-tour-info {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 900px) {
    .gen-section {
        padding-left: 1em;
        padding-right: 1em;
    }

    .gen-info-title>h1 {
        font-size: 56px;
    }

    .art-news-title-main {
        height: 20em;
        padding-top: 4.5em;
        background-image: url(/ru/static/images/news/indebate-restart/bg2.png);
        background-position: top;
    }

    .main-logo-img {
        width: 100px;
    }

    .main-h2 {
        font-size: 32px;
    }

    .main-text a {
        font-size: 12px;
    }

    #leaders {
        padding: 2em 1em;
    }

    .leaders {
        height: 25em;
    }

    .more-info {
        padding-left: 1em;
        padding-right: 1em;
    }

    #recomend-slider>h1 {
        font-size: 42px;
    }
}