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

.art-news-title-main {
    background: url(/ru/static/images/news/two-genders/genders-main1.png);
    background-size: contain;
}

.tour-info-title {
    margin-top: 1em;
}

.link-pv {
    color: rgb(0, 0, 120);
}

.members {
    margin-top: 6em;
    margin-bottom: 6em;
}

.members-img1 {
    width: 95%;
}

.members-img2 {
    width: 95%;
    display: none;
}

.judges {
    margin-top: 6em;
    margin-bottom: 7em;
}

.judges-img1 {
    width: 100%;
    height: 600px;
}

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

.places {
    margin-top: 2em;
}

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

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

.placeimg2 {
    display: none;
}

.place {
    margin-bottom: 2em;
}

.winners {
    margin-bottom: 5em;
}

.bestspeakers {
    margin-bottom: 3em;
}

.conclusion {
    margin-top: 5em;
}

.recomend-slider {
    padding-left: 18em;
    padding-right: 18em;
}

@media (max-width: 2100px) {
    .art-news-title-main {
        background-size: cover;
        background-position: center;
    }

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

@media (max-width: 1279px) {
    .members {
        margin-top: 3em;
        margin-bottom: 4em;
    }

    .judges {
        margin-top: 4em;
        margin-bottom: 5em;
    }

    .members-img1 {
        display: none;
    }

    .members-img2 {
        display: block;
    }

    .judges-img1 {
        height: auto;
    }

    .placeimg1 {
        display: none;
    }

    .placeimg2 {
        display: block;
    }
}