.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;
}

.criteria {
    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: 580px;
    padding-left: 580px;
    margin-bottom: 2em;
}

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

.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;
}

.topics {
    padding-top: 0.4em;
    padding-bottom: 5em;
}

.swiper-topic-block {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 360px;
    height: 480px;
    display: flex;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.slide-img-1 {
    width: 80px;
}

.slide-img-2-1 {
    width: 90px;
    margin-top: 40px;
    margin-left: 60px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.slide-img-2-2 {
    width: 140px;
}

.slide-img-3-1 {
    width: 120px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 15px;
}

.slide-img-3-2 {
    margin-top: 10px;
    width: 140px;
}

.slide-img-1-4-div {
    display: flex;
    justify-content: center;
}

.slide-img-4 {
    width: 150px;
    margin-top: 10px;
    text-align: center;
}

.slide-img-6 {
    width: 120px;
    margin-left: 20px;
}

.swiper-slide:nth-child(1n) {
    background-color: white;
}

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

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

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

}

@media (max-width:1280px) {
    .art-news-title-main {
        background-size: cover;
        background-position: center;
    }
    .copy-03 {
        font-size: 28px;
    }

    .copy-04 {
        font-size: 16px;
        line-height: 16px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .copy-05 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .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;
    }

    .swiper {
        width: 240px;
        height: 320px;
        display: flex;
    }

    .slide-img-1 {
        width: 80px;
        margin-top: 0;
    }

    .slide-img-2-1 {
        width: 50px;
        margin-left: 50px;
        margin-right: 15px;
        margin-top: 0;
    }

    .slide-img-2-2 {
        width: 100px;
        margin-top: 0;
    }

    .slide-img-3-1 {
        width: 80px;
        margin-left: 30px;
        margin-right: 0px;
        margin-top: 0;
    }

    .slide-img-3-2 {
        width: 90px;
        margin-top: 0;
    }
    .slide-img-4 {
        width: 120px;
    }

    .slide-img-6 {
        width: 100px;
        margin-left: 20px;
    }

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

    .tutor {
        width: 90%;
    }
}

@media (max-width:900px) {
    .schedule-sm-img {
        display: block;
        width: 100%;
    }
    .schedule-img {
        background-image: url(/ru/static/images/news/two-genders/schedule4.png);
    }
}