/* =========================================
   COOPERATION — Сотрудничество
   ========================================= */

.bj-coop {
    --coop-dark: #20000A;
    --coop-light: #F9F8F3;
    --coop-cream: #ECE8E5;
    --coop-gray: #D6D1CA;
    font-family: 'Montserrat', sans-serif;
    background: var(--coop-light);
    color: var(--coop-dark);
}

/* Hero */
.bj-coop__hero {
    position: relative;
    min-height: 925px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
}
.bj-coop__hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.bj-coop__hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.39);
}
.bj-coop__hero-content-wrap {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
.bj-coop__hero-content {
    position: relative;
    z-index: 1;
    max-width: 922px;
    padding: 0 0 150px 58px;
    text-align: left;
}
.bj-coop__hero-title {
    font-size: 40px;
    font-weight: 400;
    color: var(--coop-light);
    margin-bottom: 21px;
    line-height: 120%;
    letter-spacing: 0;
}
.bj-coop__hero-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--coop-light);
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 41px;
}
.bj-coop__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 44px;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 20px;
    transition: opacity 0.2s;
}
.bj-coop__btn:hover { opacity: 0.9; }
.bj-coop__btn--light {
    background: var(--coop-light);
    color: var(--coop-dark);
}
.bj-coop__btn--dark {
    background: var(--coop-dark);
    color: var(--coop-light);
    border: none;
    cursor: pointer;
    font-family: inherit;
}

/*ЭСТЕТИКА*/
.bj-coop__container--estetic {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 58px 104px;
    justify-content: space-between;
    gap: 40px;
}
.bj-coop__estetic-text {
    max-width: 740px;
    width: 100%;
    padding-top: 67px;
}
.bj-coop__estetic-title {
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 40px;
    margin-bottom: 32px;
}
.bj-coop__estetic--text {
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 120%;
    letter-spacing: 0;
    font-size: 20px;
}


/* Секции */
.bj-coop__section {
    position: relative;
}
.bj-coop__section--light {
    background: rgba(230, 224, 215, 1);
    color: var(--coop-dark);
}
.bj-coop__section--dark {
    background: var(--coop-dark);
    color: var(--coop-light);
}
.bj-coop__section--bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    pointer-events: none;
}
.bj-coop__section--bg {
    background-size: cover;
    background-position: center;
}
.bj-coop__section--bg .bj-coop__container {
    position: relative;
    z-index: 1;
}

.bj-coop__container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 80px 58px;
    width: 100%;
}
.bj-coop__container--split {
    display: grid;
    grid-template-columns: 1fr 355px 1fr;
    gap: 0;
    align-items: self-start;
    padding: 100px 58px;
}

.bj-coop__container--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 130px;
}
.bj-coop__container--center .bj-coop__title {
    margin-bottom: 38px;
}
.bj-coop__container--center .bj-coop__text {
    max-width: 743px;
    margin-left: auto;
    margin-right: auto;
}
.bj-coop__text--center-high {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    max-width: 743px;
    padding-top: 4px;
}
.bj-coop__section--trend {
    min-height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bj-coop__col-text {
    max-width: 740px;
    padding: 35px 0 0;
}
.bj-coop__hight-wrap img {
    width: 587px;
    height: auto;
}
.bj-coop__hight-wrap .bj-coop__text--lg {
    margin-bottom: 60px;
}
.bj-coop__col-img {
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bj-coop__col-img--cover {
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

/*SOLO*/
.bj-coop__solo {
    height: 600px;
    background-size: cover;
    background-position: center;
}
.bj-coop__container--reverse {
    display: flex;
    padding: 49px 58px;
    gap: 10px;
}
.bj-coop__container--reverse > div {
    width: 50%;
}

.bj-coop__solo-wrap {
}
.bj-coop__container--reverse .bj-coop__title {
    margin-bottom: 42px;
}
.bj-coop__solo--text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
}
.bj-coop__container--reverse .bj-coop__text {
    margin-bottom: 20px;
}


/* Типографика */
.bj-coop__title {
    margin-bottom: 61px;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
}
.bj-coop__title--light { color: var(--coop-light); }
.bj-coop__title--center { text-align: center; }
.bj-coop__title--xl {
    font-size: 40px;
    margin-bottom: 30px;
}
.bj-coop__text {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    max-width: 100%;
}
.bj-coop__text:last-child { margin-bottom: 0; }
.bj-coop__text--light { color: var(--coop-light); }
.bj-coop__text--center { text-align: center; }
.bj-coop__text--lg {
    font-size: 24px;
    margin-bottom: 20px;
}

/* Качество — продукт и эллипсы */
.bj-coop__product-img {
    max-width: 410px;
    width: 100%;
    height: auto;
    display: block;
}
.bj-coop__ellipses {
    display: flex;
    padding-top: 25px;
    gap: 50px;
    margin-top: 24px;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
}
.bj-coop__ellipses img {
    width: 163px;
    height: 162px;
    object-fit: cover;
    border-radius: 50%;
}
.bj-coop__text-high {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    margin-top: 60px;
    padding-left: 51px;
    padding-right: 1px;
}

/* Галерея 4 колонки */
.bj-coop__gallery {
    display: grid;
    gap: 16px;
}
.bj-coop__gallery--4 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 284px 284px;
    gap: 16px;
    width: 100%;
    max-width: 892px;
}
.bj-coop__gallery-item {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.bj-coop__gallery-item--wide {
    grid-column: span 3;
}

/* Карточки поддержки */
.bj-coop__cards {
    display: flex;
    gap: 6px;
    margin-top: 40px;
    justify-content: center;
}
.bj-coop__card {
    width: 344px;
    height: 471px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
}
.bj-coop__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.6) 100%);
    border-radius: 5px;
}
.bj-coop__card-title {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 400;
    color: var(--coop-light);
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
}
.bj-coop__supp-title {
    text-align: center;
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 400;
}
.bj-coop__supp {
    padding: 90px 10px 124px;
    max-width: 1064px;
}
.bj-coop__supp-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    max-width: 794px;
    margin: 41px auto 0;
}

/*Надежность и оперативность*/
.bj-coop__section-safe {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bj-coop__section-safe .bj-coop__container {
    padding-top: 40px;
}
.bj-coop__safe-wrap {
    max-width: 740px;
    width: 100%;
}
.bj-coop__section-safe .bj-coop__title {
    margin-bottom: 34px;
}
.bj-coop__safe-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
}
.bj-coop__safe-text--two {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    padding-top: 17px;
}

/*Обучение и информационная поддержка*/
.bj-coop__it .bj-coop__col-img {
    height: 614px;
    top: 72px;
    left: 56px;
}
.bj-coop__it {
    display: grid;
    gap: 113px;
    grid-template-columns: minmax(237px, 647px) 1fr;
    padding: 2px 58px 0;
    height: 680px;
    align-items: center;
}
.bj-coop__it-wrap {

}
.bj-coop__it-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
}
.bj-coop__it-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    padding: 40px 0 20px;
    max-width: 740px;
}
.bj-coop__it-text-two {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    max-width: 740px;
    text-indent: 5px;
}

/*PROFFESIONAL*/
.bj-coop__prof {
    display: flex;
    flex-direction: column;
    height: 600px;
    align-items: flex-start;
    justify-content: center;
}
.bj-coop__prof .bj-coop__title {
    margin-bottom: 40px;
}
.bj-coop__prof .bj-coop__text{
    font-size: 24px;
    max-width: 740px;
}
.bj-coop__prof-text {
    font-size: 20px;
    max-width: 740px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
}

/* Преимущества */
.bj-coop__advantages {
    display: grid;
    grid-template-columns: repeat(4, 436px);
    gap: 20px;
    justify-content: center;
    margin-top: 79px;
}
.bj-coop__advantage {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.bj-coop__advantage--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--coop-gray) !important;
    margin-top: -20px;
}

@media screen and (min-width: 1920px) {
    .bj-coop__advantages {
        grid-template-columns: repeat(4, 436px);
    }

    .bj-coop__advantage {
        width: 436px;
        height: 436px;
    }
}
@media screen and (max-width: 1800px) {
    .bj-coop__advantages {
        grid-template-columns: repeat(4, minmax(200px, 1fr)); /* Резиновые колонки */
        gap: 15px;
    }
}
@media screen and (max-width: 1400px) {
    .bj-coop__advantages {
        grid-template-columns: repeat(4, minmax(180px, 1fr));
        gap: 12px;
    }
}

/* Для разрешений 1200px и ниже */
@media screen and (max-width: 1200px) {
    .bj-coop__advantages {
        grid-template-columns: repeat(2, minmax(200px, 1fr)); /* Переходим на 2 колонки */
        gap: 20px;
    }

    .bj-coop__advantage {
        max-width: 400px; /* Ограничиваем размер на планшетах */
        margin: 0 auto;
    }
}

.bj-coop__logo-img {
    width: 147px;
    height: auto;
}
.bj-coop__ad {
    padding-bottom: 274px;
}
.bj-coop__ad-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    margin: 30px 0 27px;
}
.bj-coop__ad-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    max-width: 1378px;
    width: 100%;
    margin: 0 auto;
}




/* Форма */
.bj-coop__form-section {
    position: relative;
    padding: 80px 0 120px;
}
.bj-coop__form-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.bj-coop__form-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
}
.bj-coop__form-wrap {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    margin: 0 auto;
    padding: 51px 62px;
    background: var(--coop-light);
    border-radius: 10px;

}
.bj-coop__form-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: -0.16px;
}
/* Скрываем дублирующий заголовок формы — на странице свой */
.bj-coop__form-wrap .bj-coop-form__title {
    display: none;
}
.bj-coop__form {
    display: grid;
    grid-template-columns: 588px 1fr;
    gap: 60px;
    align-items: start;
}
.bj-coop__form-left,
.bj-coop__form-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.bj-coop__form-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bj-coop__form-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.bj-coop__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.bj-coop__input {
    width: 100%;
    padding: 19px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    background: var(--coop-cream);
    border: none;
    border-radius: 14px;
    color: var(--coop-dark);
}
.bj-coop__input::placeholder {
    color: rgba(32,0,10,0.4);
}
.bj-coop__input--textarea {
    min-height: 118px;
    resize: vertical;
}
.bj-coop__select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2320000A' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 40px;
}
.bj-coop__form-agree {
    font-size: 14px;
    color: var(--coop-dark);
    margin-top: 20px;
    text-align: center;
}
.bj-coop__form-agree a {
    color: inherit;
    text-decoration: underline;
}
.bj-coop__ad-txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
}

.mob,
.bj-coop__product-img--mob {
    display: none;
}

/* Cooperation — адаптив */
@media (max-width: 1700px) {
    .bj-coop__ellipses img {
        width: 133px;
        height: auto;
    }
}
@media (max-width: 1400px) {
    .bj-coop__container--split {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .bj-coop__col-text {
        max-width: unset;
        text-align: center;
    }
    .bj-coop__hight-wrap img {
        margin: 0 auto;
    }
    .bj-coop__ellipses {
        align-items: center;
        justify-content: center;
    }
    .bj-coop__gallery--4 {
        grid-template-columns: 1fr;
    }
    .bj-coop__gallery-item--wide {
        grid-column: span 1;
    }
    .bj-coop__advantages {
        grid-template-columns: repeat(2, 1fr);
    }
    .bj-coop__advantage {
        width: 100%;
        max-width: 436px;
        justify-self: center;
    }
    .bj-coop__form {
        grid-template-columns: 1fr;
    }
    .bj-coop__container--estetic {
        padding: 60px 28px;
    }
    .bj-coop__hero-content-wrap {
         padding: 0 0 150px 28px;
    }
}
@media (max-width: 1320px) {
    .bj-coop__ellipses img {
        width: 85px;
    }
}
@media (max-width: 1199px) {
    .bj-coop__container--split {

        grid-template-columns: 1fr;

    }
    .bj-coop__ellipses img {
        width: auto;
        max-width: 165px;
    }
    .bj-coop__product-img--desk {
        margin: 0 auto;
    }
}
@media (max-width: 1024px) {
    .bj-coop__hero {
        min-height: 600px;
    }
    .bj-coop__hero-title {
        font-size: 32px;
    }
    .bj-coop__hero-text {
        font-size: 18px;
    }
    .bj-coop__title {
        font-size: 28px;
    }
    .bj-coop__title--xl {
        font-size: 32px;
    }
    .bj-coop__text,
    .bj-coop__text--lg {
        font-size: 18px;
    }
    .bj-coop__container {
        padding: 60px 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bj-coop__cards {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .bj-coop__card {
        width: 100%;
        max-width: 344px;
    }
    .bj-coop__form-wrap {
        margin-left: 24px;
        margin-right: 24px;
        padding: 40px 24px;
    }
    .bj-coop__form-row {
        grid-template-columns: 1fr;
    }
    .bj-coop__solo {
        max-height: 600px;
    }
    .bj-coop__section .bj-coop__supp {
        padding: 61px 0;
    }
    .bj-coop__it {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .bj-coop__container--split {
        grid-template-columns: 1fr;
    }
    .bj-coop__advantages {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        margin-top: 40px;
    }
    .bj-coop__hero-content {
        padding: 0;
        text-align: center;
    }
    .bj-coop__advantage {
        width: 100%;
        min-width: 154px;
        height: auto;
        min-height: 155px;
        margin: 0 auto;
        border-radius: 0;
    }

    .bj-coop__logo-img {
        width: 100%;
        max-width: 70%;
        height: 40%;
    }
    .bj-coop__section .bj-coop__it {
        padding: 26px 10px 20px;
        display: flex;
        flex-direction: column;

    }
    .bj-coop__it .bj-coop__col-img {
        width: 237px;
        height: 225px;
        top: unset;
        left: unset;
        min-height: unset;
        margin: 0 auto;
        order: 2;
        margin-top: 21px;
    }
    .bj-coop__hero-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
        text-align: center;
    }
    .bj-coop__hero {
        align-items: center;
        justify-content: center;
        min-height: 631px;
        padding-top: 94px;
    }
    .bj-coop__hero-content-wrap {
        padding: 0 10px;
    }
    .bj-coop__hero-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.16px;
        text-align: center;
    }
    .bj-coop__btn {
        width: 100%;
        font-weight: 300;
        font-size: 20px;
        line-height: 21.28px;
        letter-spacing: -0.16px;
    }
    .bj-coop__col-text {
        max-width:100%;
        padding: 0;
    }
    .bj-coop__container--split {

        gap: 15px;
    }
    .bj-coop__title {
        margin-bottom: 21px;
        font-size: 24px;
        text-align: center;
        width: 100%;
    }
    .bj-coop__card {

        height: 213px;
    }
    .bj-coop__container {
        padding: 61px 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bj-coop__text {
        text-align: center;
    }
    .bj-coop__hight-wrap .bj-coop__text--lg {
        margin-bottom: 0;
        font-size: 20px;
    }
    .bj-coop__hight-wrap img {
        display: none;
    }
    .bj-coop__product-img--desk {
        display: none;
    }
    .bj-coop__product-img--mob {
        display: block;
    }

    .bj-coop__hight-wrap-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        max-width: 100%;
    }

    /* Верхняя левая ячейка - продукт */
    .bj-coop__product-cell {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .bj-coop__product-img--mob {
        width: 87px;
        height: 374px;
        min-width: 87px;
        min-height: 374px;
        object-fit: cover;
        justify-self: center;
    }

    /* Верхняя правая ячейка - эллипсы */
    .bj-coop__ellipses-cell {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .bj-coop__ellipses {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 13px;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        justify-self: center;
    }

    .bj-coop__ellipses img {
        width: 114px;
        height: 114px;
        min-width: 114px;
        min-height: 114px;
        object-fit: contain;
    }

    .bj-coop__text-cell {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        width: 100%;
    }

    .bj-coop__text-high {
        font-weight: 300;
        font-size: 16px;
        line-height: 127%;
        letter-spacing: 0;
        text-align: center;
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 37px;
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
    .bj-coop__container--split {
        padding: 61px 10px 38px;
    }
    .bj-coop__section--trend {
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .bj-coop__container--center {
        padding: 0 10px;
    }
    .bj-coop__container--center .bj-coop__text,
    .bj-coop__container--center .bj-coop__title {
        margin-bottom: 20px;
    }
    .bj-coop__text {
        font-size: 20px;
        text-align: center;
    }
    .bj-coop__text--center-high {
        max-width: 743px;
        padding-top: 4px;
        font-weight: 300;
        font-size: 16px;
    }

    .bj-coop__container--estetic {
        padding: 46px 10px 42px;
        flex-wrap: wrap;
    }
    .bj-coop__estetic-text {
        padding-top: 0;
    }
    .bj-coop__estetic-title {
        margin-bottom: 20px;
        font-size: 24px;
        text-align: center;
    }
    .bj-coop__estetic--text {
        margin-bottom: 0;
        font-weight: 300;
        font-size: 16px;
        text-align: center;
        margin-top: 21px;
    }
    .bj-coop__gallery--4 {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        margin: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scroll-snap-type: x mandatory;
    }

    /* Стили для скроллбара (опционально) */
    .bj-coop__gallery--4::-webkit-scrollbar {
        height: 4px;
    }

    .bj-coop__gallery--4::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .bj-coop__gallery--4::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .bj-coop__gallery--4::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    /* Все элементы галереи */
    .bj-coop__gallery-item {
        flex: 0 0 auto; /* Запрещаем сжиматься и растягиваться */
        width: 242px;
        height: 242px;
        border-radius: 5px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        scroll-snap-align: start; /* Опционально: привязка к началу */
    }

    /* Широкий элемент (первый) тоже делаем 242x242 */
    .bj-coop__gallery-item--wide {
        width: 242px;
        height: 242px;
    }
    .mob {
        display: block;
    }
    .desktop {
        display: none;
    }
    .bj-coop__container--reverse > div {
        width: 100%;
    }
    .bj-coop__container--reverse {
        padding: 0 10px;
    }
    .bj-coop__solo {
        max-height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bj-coop__container--reverse .bj-coop__title {
        margin-bottom: 20px;
    }
    .bj-coop__solo--text {
        font-weight: 300;
        font-size: 16px;
        text-align: center;
    }

    .bj-coop__section .bj-coop__supp {
        padding: 61px 0 38px;
    }
    .bj-coop__supp-title {
        margin-bottom: 19px;
        font-size: 24px;
        padding: 0 10px;
    }
    .bj-coop__supp .bj-coop__text {
        padding: 0 10px;
    }
    .bj-coop__card {
        width: 100%;
        max-width: 100%;
    }
    .bj-coop__card-title {
        font-size: 20px;
    }
    .bj-coop__supp-text {
        font-weight: 300;
        font-size: 16px;
        margin: 20px auto 0;
        padding: 0 10px;
        line-height: 127%;
    }

    .bj-coop__safe-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .bj-coop__section-safe .bj-coop__container {
        padding: 0 10px;
    }
    .bj-coop__safe-text {
        font-size: 20px;
    }
    .bj-coop__safe-text--two {
        padding-top: 20px;
        font-weight: 300;
        font-size: 16px;
    }
    .bj-coop__it-title {
        font-size: 24px;
        text-align: center;
    }
    .bj-coop__it-text {
        padding: 0;
        font-size: 20px;
        text-align: center;
    }
    .bj-coop__it-text-two {
        text-indent: 0;
        font-weight: 300;
        font-size: 16px;
        text-align: center;
        order: 3;
    }
    .bj-coop__it-wrap {
        order: 1;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .bj-coop__it {
        gap: 0;
    }

    .bj-coop__prof .bj-coop__text {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
    }
    .bj-coop__prof-text {
        font-weight: 300;
        font-size: 16px;
        text-align: center;
    }

    .bj-coop__ad-title {
        margin: 24px 0 14px;
        font-size: 24px;
    }
    .bj-coop__ad-text {
        font-size: 20px;
    }
    .bj-coop__ad-txt {
        font-weight: 300;
        font-size: 16px;
    }

    .bj-coop__section .bj-coop__ad {
        padding-bottom: 74px;
    }
}

@media screen and (max-width: 402px) {
    .bj-coop__card {
        height: 213px;
    }
}