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

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

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

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

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

.btn-read {
    color: black;
    border-color: black;
}

.btn-read:hover {
    color: white;
    background-color: black;
}

.criteria {
    margin-top: 1em;
    display: flex;
    align-items: flex-start;
}

.criteria-img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.criteria-row {
    margin-top: 3em;
}

.more-tour-info {
    padding-top: 0.4em;
    padding-bottom: 5em;
    padding-left: 150px;
    padding-right: 150px;
}

.schedule {
    padding-right: 12em;
    padding-left: 12em;
    margin-bottom: 2em;
}

.schedule-row {
    margin-top: 3em;
}

.schedule-title>p {
    margin-top: 0em;
}

.schedule-text {
    text-align: center;
}

.schedule-img {
    background-image: url(/ru/static/images/news/two-genders/schedule3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.schedule-sm-img {
    display: none;
}

.judge {
    margin-top: 1em;
    display: block;
    text-align: center;
    padding: 0 3em;
}

.judge-img {
    width: 100%;
    margin-right: 10px;
    border-radius: 8%;
}

.judge-text-block {
    margin-top: 1em;
}


.judge-row {
    display: flex;
    justify-content: center;
    margin-top: 3em;
}

.results {
    padding: 0 16em;
}

.members-title {
    font-size: 64px;
}

.places {
    margin-top: 2em;
}

.place>p {
    text-align: center;
}

.places-title {
    margin-top: 0.3em;
    font-size: 64px;
}

.places-title-div {
    text-align: center;
    margin-bottom: 0.7em;
}

.placeimg2 {
    display: none;
}

.place {
    margin-bottom: 2em;
}

.winners {
    margin-bottom: 2em;
}

.bestspeakers {
    margin-bottom: 3em;
}

.resolution {
    padding: 0 12em;
}

.resols {
    margin-top: 2em;
    height: 700px;
    width: 100%;
}

.resol {
    text-align: center;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
}

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

.res-text {
    z-index: 1;
    position: absolute;
    bottom: 0;
    padding: 0 8em;
    margin-bottom: 4em;
}

.swiper-slide h4 {
    color: white;
    font-size: 72px;
}

.swiper-slide p {
    color: white;
    font-size: 24px;
}

.conclusion {
    margin-top: 3em;
    margin-bottom: 3em;
}


@media (max-width: 1280px) {
    .art-news-title-main {
        height: 30em;
        background-size: 170%;
        background-position: center;
    }

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

    .criteria {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .schedule {
        padding-left: 15px;
        padding-right: 15px;
    }

    .schedule-title {
        margin-top: 0;
    }

    .schedule-img {
        background-size: contain;
    }

    .placeimg1 {
        display: none;
    }

    .placeimg2 {
        display: block;
    }

    .resols {
        height: 500px;
    }
}

@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: 6em;
    }

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

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

    .btn-read {
        font-size: 12px;
    }

    .schedule-sm-img {
        display: block;
        width: 100%;
    }

    .schedule-img {
        background-image: url(/ru/static/images/news/two-genders/schedule4.png);
    }

    .results {
        padding: 0 1em;
    }

    .places-title {
        font-size: 42px;
    }

    .resolution {
        padding: 0 1em;
    }

    .resols {
        margin-top: 2em;
        height: 250px;
        width: 100%;
    }

    .res-text {
        padding: 0 2em;
        margin-bottom: 1.5em;
    }

    .swiper-slide h4 {
        color: white;
        font-size: 28px;
    }
    
    .swiper-slide p {
        color: white;
        font-size: 12px;
    }

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

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