@media (max-width: 1919px) {
    /* general */
    .section-title {
        font-size: 45px;
    }

    .section-title--center {
        font-size: 48px;
    }

    .section {
        padding: 95px 0;
    }

    /* hero */
    .hero-faces__title {
        font-size: 112px;
    }

    .hero-faces__title-faces {
        margin-right: 84px;
    }

    .hero-faces__badge {
        font-size: 13px;
    }

    .hero-faces__slogan {
        font-size: 41px;
    }

    .hero-faces__slogan-text--offset {
        padding-right: 80px;
    }

    /* .voices */
    .voices {
        padding-top: 150px;
        padding-bottom: 95px;
    }

    .voices__title {
        max-width: 600px;
    }

    .voices-card__name {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .voices-card__image {
        margin-bottom: 22px;
    }

    .voices-card__desc {
        font-size: 13px;
    }

    .voices-card--karipbek {
        margin-left: 118px;
    }

    .voices__col--right {
        gap: 27px;
    }

    .voices__col--left {
        gap: 65px;
    }

    .voices-card__image--second {
        width: 274px;
        height: auto;
    }

    .voices-card__image--third {
        width: 425px;
        height: auto;
    }

    .voices-card__image--fourth {
        width: 356px;
        height: auto;
    }

    .voices-card__image--first {
        width: 450px;
        height: auto;
    }

    .voices__bottom {
        margin-top: -110px;
        margin-bottom: 170px;
    }

    .voices-card__image--fifth {
        width: 274px;
        height: auto;
    }

    .voices-slider__button {
        width: 46px;
        height: 46px;
    }

    .voices-slider__button img {
        width: 10px;
        height: 10px;
    }

    .voices-slider__button--prev {
        left: 11px;
    }

    .voices-slider__button--prev {
        right: 11px;
    }

    /* artists */
    .artists__title {
        margin-left: 80px;
        max-width: 554px;
        margin-bottom: 74px;
    }

    .artists-card__image--first {
        width: 425px;
        height: auto;
    }

    .artists__pair {
        gap: 26px;
        margin-top: 95px;
    }

    .artists-card__image--second {
        width: 274px;
        height: auto;
    }

    .artists-card__image--third {
        width: 484px;
        height: auto;
    }

    .artists__trio {
        margin-bottom: 110px;
    }

    .artists__quad {
        gap: 26px;
        margin-bottom: 110px;
    }

    .artists-card--full {
        margin-bottom: 110px;
    }

    .artists__grid {
        gap: 37px;
        margin-bottom: 90px;
    }

    .artists__duo {
        margin-left: 150px;
        gap: 52px;
    }

    .artists-card-round__image--first {
        width: 300px;
        height: auto;
    }

    .artists-card-round__image--second {
        width: 388px;
        height: auto;
    }

    .artists-card-round__image--third {
        width: 433px;
        height: auto;
    }

    .artists-card-round__image--fourth {
        width: 633px;
        height: auto;
    }

    .artists__right-row {
        top: -87px;
        gap: 52px;
    }

    .artists__abdu {
        margin-top: 172px;
    }

    .artists__scatter {
        margin-bottom: 100px;
    }

    /* .champions */
    .champions__title {
        max-width: 820px;
        margin: 0 auto 110px;
    }

    .champions__row-1 {
        gap: 15px;
    }

    .champions__row-1{
        margin-bottom: 150px;
    }

    .champions__big, .champions__row-2 {
        margin-bottom: 110px;
    }

    .champions__row-2 {
        gap: 30px;
    }

    .champions__row-3__image-first {
        width: 415px;
        height: auto;
    }

    .champions__row-3__image-second {
        width: 380px;
        height: auto;
    }

    .champions__row-3__image-third {
        width: 312px;
        height: auto;
    }

    .champions__row-3 {
        margin-bottom: 180px;
    }

    /* queens */
    .queens__title {
        max-width: 830px;
        margin: 0 auto 100px;
    }

    .queens-slider {
        margin-bottom: 170px;
    }

    /* borders */
    .borders__title {
        max-width: 470px;
        margin-bottom: 75px;
    }

    .borders-card__image--first {
        width: 633px;
        height: auto;
    }

    .borders-card__image--second {
        width: 550px;
        height: auto;
    }

    .borders__row-1 {
        gap: 30px;
        margin-bottom: 85px;
    }

    .borders__big {
        margin-bottom: 75px;
    }

    .borders__row-2-card__image--first {
        width: 318px;
        height: auto;
    }

    .borders__row-2-card__image--second {
        width: 390px;
        height: auto;
    }

    .borders__row-2 {
        gap: 34px;
        margin-bottom: 75px;
    }

    .borders__row-2--left {
        margin-bottom: 190px;
    }

    /* .cinema */
    .cinema {
        padding-top: 95px;
        padding-bottom: 150px;
    }

    .cinema__title {
        max-width: 470px;
        margin-bottom: 155px;
    }

    .cinema__row-1 {
        gap: 33px;
        margin-bottom: 90px;
    }

    .cinema__big {
        margin-bottom: 75px;
    }
}

@media (max-width: 1430px)  {
    .voices__bottom {
        margin-top: 30px;
    }

    .voices-card--marek {
        margin-left: auto;
    }

    .voices-card__desc br {
        display: none;
    }
}

@media (max-width: 1270px) {
    .artists__quad, .champions__row-1, .champions__row-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .artists__right-row {
        top: 20px;
    }
}

@media (max-width: 1024px) {
    .hero::after {
        display: block;
    }

    .hero {
        padding-bottom: 40px;
    }

    .hero__bottom {
        gap: 40px;
    }

    .hero-faces__slogan {
        align-self: flex-end;
    }

    /* .voices */
    .voices__top {
        flex-direction: column;
    }

    .voices__bottom {
        flex-direction: column;
        gap: 40px;
    }

    .voices__col--left {
        align-self: flex-end;
    }

    /* .artists */
    .artists__trio {
        flex-direction: column;
        gap: 40px;
    }

    .artists__duo {
        margin-left: 20px;
    }

    .artists__grid {
        flex-direction: column;
    }

    .artists__right-row {
        top: 20px;
        flex-direction: column;
    }

    .champions__row-3 {
        flex-direction: column;
    }

    /* .voices */
    .voices-card__image {
        width: 100%;
    }

    /* .cinema */
    .cinema__row-1 {
        flex-direction: column;
    }

    .cinema__row-2 {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media (max-width: 570px) {
    /* general */
    .section-title {
        font-size: 35px;
        text-align: left;
        line-height: 106%;
    }

    .section {
        padding: 65px 0;
    }

    .hero {
        background-position: center left -325px;
        padding-bottom: 30px;
    }

    .hero__overlay {
        display: none;
    }

    .hero__bottom {
        flex-direction: column-reverse;
        gap: 120px;
    }

    .hero-faces__title {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.03em;
        position: relative;
    }

    .hero-faces__title-big {
        font-size: 80px;
        line-height: 100%;
        letter-spacing: -0.03em;
    }

    .hero-faces__title-faces {
        margin-right: 12px;
    }

    .hero-faces__badge {
        font-size: 14px;
        letter-spacing: -0.03em;
        line-height: 100%;
        position: absolute;
        top: 35px;
        right: 0;
    }

    .hero-faces__slogan {
        font-size: 35px;
        width: 100%;
    }

    .hero-faces__slogan-text--offset {
        margin-right: auto;
        padding-right: 0;
    }

    .hero-faces__slogan-text:last-child {
        margin: 0 auto;
    }

    /* .voices */
    .voices {
        padding-top: 100px;
        padding-bottom: 65px;
    }

    .voices__title {
        margin-bottom: 57px;
        max-width: 320px;
    }

    .voices-card__image {
        margin-bottom: 24px;
    }

    .voices-card__name {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .voices__top {
        gap: 0px;
    }

    .voices-card__desc {
        font-size: 16px;
        line-height: 136%;
        max-width: 300px;
        min-width: 0px;
        width: 100%;
    }

    .voices__bottom {
        margin-top: 56px;
        gap: 56px;
        margin-bottom: 52px;
    }

    .voices__col--right {
        gap: 56px;
    }

    .voices__col--left {
        gap: 56px;
    }

    .voices-card, .artists-card {
        width: 100%;
    }

    .voices-card--karipbek {
        margin-left: 0px;
    }

    .voices-card--marek {
        margin-left: 0;
        width: 100%;
    }

    /* full-bleed: pull the slider out past the container padding
       (Swiper's overflow:hidden keeps the page from scrolling sideways) */
    .voices-slider {
        margin-left: calc(-1 * var(--container-padding));
        margin-right: calc(-1 * var(--container-padding));
    }

    .voices-slide {
        height: 340px;
    }

    .voices-slide img {
        display: block;
        width: 100%;
        height: 100%; /* fill the 340px slide; object-fit crops instead of stretching */
        object-fit: cover;
        border-radius: 0px;
    }

    /* artists */
    .artists__title {
        margin-left: 0;
        max-width: 314px;
    }

    .artists__pair {
        margin-top: 0px;
        flex-direction: column;
        gap: 56px;
    }

    .artists__trio, .artists__grid  {
        gap: 56px;
        margin-bottom: 56px;
    }

    .artists__quad, .champions__row-1, .champions__row-2 {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .artists__quad, .artists-card--full {
        margin-bottom: 56px;
    }

    .artists__duo {
        margin-left: 0;
        gap: 56px;
        flex-direction: column;
    }

    .artists__abdu {
        margin-top: 0;
    }

    .artists__right-row {
        position: static;
    }

    .artists__scatter {
        gap: 56px;
        margin-bottom: 52px;
    }

    /* champions */
    .champions__title {
        max-width: 314px;
        margin: 0;
        margin-bottom: 80px;
    }

    .champions__row-1, .champions__big, .champions__row-2 {
        margin-bottom: 56px;
    }

    .champions__row-3 {
        gap: 56px;
        margin-bottom: 52px;
    }

    /* queens */
    .queens-slider .voices-card__image {
        min-height: 281px;
        object-fit: cover;
    }

    .queens-slider {
        margin-bottom: 100px;
    }

    /* borders */
    .borders__row-1, .borders__row-2 {
        flex-direction: column;
        gap: 56px;
        margin-bottom: 56px;
    }

    .borders__big {
        margin-bottom: 56px;
    }

    /* .cinema */
    .cinema {
        padding-top: 65px;
        padding-bottom: 60px;
    }

    .cinema__title {
        margin-bottom: 80px;
    }

    .cinema__row-1{
        gap: 56px;
        margin-bottom: 56px;
    }

    .cinema__big {
        margin-bottom: 56px;
    }

    .cinema__row-2 {
        gap: 56px;
    }
}