/* ELEVENTH SECTION */

.production_section-dark {
    background: no-repeat center center/cover;
    padding-top: 177px;
    padding-bottom: 67px;
}

.production_nav-row {
    display: flex;
    gap: 359px;
    margin-bottom: 100px;
}

.production_heading-year {
    font-family: 'Impact Cyr';
    font-weight: normal;
    color: var(--white);
    font-size: 20px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.production_heading-company {
    font-family: 'Impact Cyr';
    font-weight: normal;
    color: var(--primary-yellow);
    font-size: 24px;
    margin-top: 21px;
    margin-left: 234px;
    text-transform: uppercase;
}

.production_text {
    color: var(--white);
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 23px;
    max-width: 339px;
    text-align: justify;
    margin-left: 527px;
    margin-bottom: 107px;
}

.production_heading-box {
    margin-left: 498px;
}

.production_heading-row {
    display: flex;
}

.production_heading-box .heading_secondary {
    letter-spacing: -0.04em;
}

.production_heading-box .heading_secondary.moved {
    margin-left: 528px;
}

.production_section-light {
    background: no-repeat center center/cover;
    padding-top: 77px;
    padding-bottom: 73px;
}

.production_cards {
    display: flex;
    gap: 28px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.production_card {
    padding: 50px;
    width: 442px;
    height: 405px;
    position: relative;
}

.production_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/production-overlay.png) no-repeat center center/cover;
    z-index: 2;
}

.production_card.light {
    background: var(--white);
}

.production_card.light .production_card-text {
    color: var(--black);
}

.production_card-text {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 23px;
    margin-top: 32px;
}

.production_card:nth-child(5) .production_card-text {
    margin-top: 104px;
}

.production_card-heading {
    font-family: 'Impact Cyr';
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    text-align: justify;
    text-transform: uppercase;
}

.production_card.light .production_card-heading {
    background: url(../../img/age-heading-bg.png) center center/cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.production_card.dark {
    background: var(--black);
}

.production_card.dark .production_card-heading {
    color: var(--white);
}

.production_card.dark .production_card-heading.highlighted {
    color: var(--primary-yellow);
}

.production_card.dark .production_card-text {
    color: var(--white);
}

.production_card.picture-1 {
    background: url(../../img/production-card-1.png) no-repeat center center/cover;
}

.production_card.picture-2 {
    background: url(../../img/production-card-2.png) no-repeat center center/cover;
}

.production_card-number {
    font-size: 20px;
    line-height: 36px;
    color: #969696;
    bottom: 3px;
    right: 16px;
    position: absolute;
    font-family: 'Impact Cyr';
    font-weight: normal;
}

.production_card:nth-child(4),
.production_card:nth-child(5),
.production_card:nth-child(6) {
    margin-top: 39px;
}

.production_heading-box .heading_secondary.mobile,
.production_heading-box .heading_logo.mobile {
    display: none;
}

/* ADAPTIVE */
@media(max-width: 1919px) {
    .production_section-dark {
        padding-top: 118px;
        padding-bottom: 84px;
    }
    
    .production_nav-row {
        gap: 112px;
        margin-bottom: 67px;
    }
    
    .production_heading-year {
        margin-bottom: 4px;
    }
    
    .production_heading-company {
        font-size: 20px;
        margin-top: 5px;
        margin-left: 207px;
    }
    
    .production_text {
        font-size: 14px;
        line-height: 17px;
        max-width: 256px;
        margin-left: 293px;
        margin-bottom: 71px;
    }
    
    .production_heading-box {
        margin-left: 251px;
    }
    
    .production_heading-box .heading_secondary.moved {
        margin-left: 437px;
    }

    .production_heading-row img {
        width: 77px;
        height: 77px;
    }
    
    .production_section-light {
        padding-top: 57px;
        padding-bottom: 54px;
    }
    
    .production_cards {
        gap: 20px;
    }
    
    .production_card {
        padding: 35px;
        width: 324px;
        height: 297px;
    }
    
    .production_card-text {
        font-size: 14px;
        line-height: 17px;
        margin-top: 22px;
    }

    .production_card:nth-child(4),
    .production_card:nth-child(5),
    .production_card:nth-child(6) {
        margin-top: 27px;
    }
    
    .production_card:nth-child(5) .production_card-text {
        margin-top: 75px;
    }

    .production_card:nth-child(4) .production_card-text {
        margin-top: 66px;
    }
    
    .production_card-heading {
        font-size: 24px;
    }

    .production_card-number {
        font-size: 14px;
        line-height: 26px;
        bottom: 2px;
        right: 11px;
    }
}

@media (max-width: 1280px) {
    .production_section-dark {
        padding-top: 135px;
        padding-bottom: 27px;
    }

    .production_nav-row {
        gap: 0;
        margin-bottom: 44px;
        margin-left: 103px;
    }
    
    .production_heading-year {
        margin-bottom: 0px;
    }
    
    .production_heading-company {
        font-size: 24px;
        margin-top: 0px;
        margin-left: 141px;
    }
    
    .production_text {
        font-size: 16px;
        line-height: 23px;
        max-width: 246px;
        margin-left: 109px;
        margin-bottom: 56px;
    }
    
    .production_heading-box {
        margin-left: 104px;
    }
    
    .production_heading-box .heading_secondary.moved {
        margin-left: 294px;
    }

    .production_heading-row img {
        width: 62px;
        height: 62px;
    }
    
    .production_section-light {
        padding-top: 61px;
        padding-bottom: 92px;
    }
    
    .production_cards {
        gap: 13px;
        justify-content: center;
    }
    
    .production_card {
        padding: 56px 39px 39px 39px;
        width: 357px;
        height: 357px;
    }
    
    .production_card-text {
        line-height: 21px;
    }

    .production_card:nth-child(4),
    .production_card:nth-child(5),
    .production_card:nth-child(6) {
        margin-top: 0px;
    }
    
    .production_card:nth-child(5) .production_card-text {
        margin-top: 102px;
    }

    .production_card:nth-child(4) .production_card-text {
        margin-top: 103px;
    }

    .production_card:nth-child(2) .production_card-text {
        margin-top: 35px;
    }

    .production_card-number {
        font-size: 20px;
        line-height: 36px;
        bottom: 6px;
        right: 14px;
    }
}

@media (max-width: 767px) {
    .production_section-dark {
        padding-top: 85px;
        padding-bottom: 98px;
    }
    
    .production_nav-row {
        margin-bottom: 70px;
        margin-left: 10px;
    }
    
    .production_heading-year {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .production_heading-company {
        font-size: 16px;
        margin-left: 97px;
    }
    
    .production_text {
        font-size: 14px;
        line-height: 18px;
        max-width: 217px;
        margin-left: 18px;
        margin-bottom: 0px;
    }
    
    .production_heading-box {
        margin-left: 10px;
    }
    
    .production_heading-box .heading_secondary.moved {
        margin-left: 39px;
    }

    .production_heading-row img {
        width: 47px;
        height: 47px;
    }
    
    .production_section-light {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    
    .production_cards {
        gap: 21px;
    }
    
    .production_card {
        padding: 43px 32px;
        width: 336px;
        height: 348px;
    }
    
    .production_card-text {
        line-height: 18px;
        margin-top: 46px;
    }
    
    .production_card:nth-child(5) .production_card-text {
        margin-top: 65px;
    }

    .production_card:nth-child(4) .production_card-text {
        margin-top: 52px;
    }

    .production_card:nth-child(2) .production_card-text {
        margin-top: 46px;
    }

    .production_card-number {
        font-size: 16px;
        line-height: 18px;
        color: var(--black);
        bottom: 16px;
        right: 16px;
    }

    .production_info {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .production_heading-box .heading_secondary {
        letter-spacing: -0.01em;
    }

    .production_heading-box .heading_secondary,
    .production_heading-box .heading_logo {
        display: none;
    }

    .production_heading-box .heading_secondary.mobile,
    .production_heading-box .heading_logo.mobile {
        display: block;
    }

    .production_heading-row {
        gap: 7px;
        justify-content: space-between;
    }
}

@media (max-width: 359px) {
    .production_heading-box .heading_secondary {
        text-wrap: nowrap;
    }

    .production_text {
        font-size: 12px;
        max-width: 201px;
    }

    .production_card-text {
        font-size: 12px;
    }
}