.LC-hero {
    min-height: 500px;
    padding: 0;
    max-width: 1920px;
    margin: 0 auto;

    background:
        url('../img/licenses&&Сertificates/Frame 1.svg') center / cover no-repeat;
}

.LC-hero .container {
    max-width: 1410px;
}

.LC-hero .container:after {
    content: url('../img/PP/element2.svg');

    position: absolute;
    left: 1550px;
    bottom: -270px;
    z-index: -1;

    width: 670px;

    pointer-events: none;
    
}

.LC-hero__row {
    min-height: 500px;
}

.LC-hero__content {
    max-width: 537px;
}

.LC-hero__title {
    margin: 0 0 40px;

    font-family: 'RoadRadio', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;

    color: #ffffff;
}

.LC-hero__text {
    max-width: 500px;
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.45;

    color: rgba(255, 255, 255, 0.8);
}


/* features */

.LC-hero__features {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;

    max-width: 800px;
    margin-left: auto;
}

.LC-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    height: 100%;
}

.LC-feature__icon {
    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 10px;
    background: #F7941D;
}

.LC-feature__icon img {
    width: 21px;
    height: 22px;

    object-fit: contain;
}

.LC-feature__title {
    margin: 0 0 8px;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;

    color: #ffffff;
}

.LC-feature__text {
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.35;

    color: rgba(255, 255, 255, 0.75);
}


.documents-page {
    padding: 0 0 80px;
    background: #F6F6F6;
}

.documents-page .container {
    max-width: 1410px;
    position: relative;
    z-index: 2;
}

.documents-page .container:before {
    content: url('../img/PP/element1.svg');

    position: absolute;
    left: -467px;
    bottom: 863px;
    z-index: -1;

    width: 360px;
    height: 360px;

    pointer-events: none;
    
}

.documents-page__top {
    margin-bottom: 40px;
}

.documents-page__title {
    margin: 0;
    max-width: 630px;
    font-family: 'RoadRadio', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;

    color: #1D3F77;
}

.documents-page__description {
    max-width: 685px;
    margin: 0 0 0 auto;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.35;

    color: #8A8A8A;
}

.documents-intro {
    margin-bottom: 40px;
}

.documents-intro__card {
    min-height: 301px;
    height: 100%;
    padding: 40px 50px;

    display: flex;
    flex-direction: column;
    gap: 40px;

    border-radius: 10px;
    background: #ffffff;
}

.documents-intro__title {
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;

    color: #1D3F77;
}

.documents-intro__text {
    max-width: 520px;
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.45;

    color: #8A8A8A;
}

.documents-intro__text--dark {
    color: #1D1D1D;
}

.documents-intro__meta {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;

    margin-top: -20px;
}

.documents-intro__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.2;

    color: #B2B2B2;
}

.documents-intro__meta img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.documents-intro__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    max-width: 351px;
    height: 58px;
    padding: 0 34px;

    border-radius: 999px;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;

    color: #ffffff;
}

.documents-intro__button--orange {
    margin-top: auto;
    background: #F7941D;
}

.documents-intro__button--blue {
    background: #1D3F77;
}

.documents-intro__button img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}



.documents-page__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.document-card-page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;

    min-height: 212px;
    padding: 40px 50px;

    border-radius: 10px;
    background: #ffffff;
}

.document-card-page__content {
    max-width: 690px;
}

.document-card-page__side {
    width: 430px;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
}

.document-card-page__buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.document-card-page__meta {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.document-card-page__row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 30px;
}

.document-card-page__title {
    margin: 0 0 8px;

    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;

    color: #1D3F77;
}

.document-card-page__standard {
    margin-bottom: 18px;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;

    color: #7A7A7A;
}

.document-card-page__tags {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;
}

.document-card-page__tags span {
    padding: 5px 12px;

    border-radius: 999px;
    background: #E8EDF3;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;

    color: #7A7A7A;
}

.document-card-page__tags p {
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    color: #B2B2B2;
}

.document-card-page__description {
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.45;

    color: #7A7A7A;
}

.document-card-page__side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
}

.document-card-page__buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.document-card-page__button {
    display: inline-flex;
    align-items: center;
    gap: 15px;

    height: 58px;
    padding: 0 14px 0 30px;

    border-radius: 999px;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;

    color: #ffffff;
}

.document-card-page__button--view {
    background: #F7941D;
}

.document-card-page__button--download {
    background: #1D3F77;
}

.document-card-page__button img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.document-card-page__meta {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.document-card-page__meta > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;

    color: #B2B2B2;
}

.document-card-page__meta img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* =========================
   Licenses & certificates adaptive
========================= */

@media (max-width: 767px) {
    .LC-hero {
        min-height: auto;
        padding: 28px 0;

        background-position: center;
    }

    .LC-hero .container,
    .documents-page .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .LC-hero .container::after,
    .documents-page .container::before {
        display: none;
    }

    .LC-hero__row {
        min-height: auto;
        gap: 24px;
    }

    .LC-hero__content {
        max-width: 100%;
    }

    .LC-hero__title {
        margin-bottom: 18px;

        font-size: 22px;
        line-height: 1.1;
    }

    .LC-hero__text {
        max-width: 100%;

        font-size: 12px;
        line-height: 1.45;
    }

    .LC-hero__features {
        --bs-gutter-x: 0;
        --bs-gutter-y: 14px;

        max-width: 100%;
        margin-left: 0;
    }

    .LC-hero__features > [class*="col"] {
        width: 100%;
        flex: 0 0 100%;
    }

    .LC-feature {
        gap: 12px;
    }

    .LC-feature__icon {
        width: 42px;
        height: 42px;

        border-radius: 8px;
    }

    .LC-feature__icon img {
        width: 18px;
        height: 18px;
    }

    .LC-feature__title {
        margin-bottom: 4px;

        font-size: 12px;
    }

    .LC-feature__text {
        font-size: 11px;
        line-height: 1.3;
    }

    .documents-page {
        padding: 36px 0;
    }

    .documents-page__top {
        margin-bottom: 24px;
    }

    .documents-page__title {
        max-width: 100%;
        margin-bottom: 16px;

        font-size: 26px;
        line-height: 1;
    }

    .documents-page__description {
        max-width: 100%;
        margin: 0;

        font-size: 13px;
        line-height: 1.45;
    }

    .documents-intro {
        margin-bottom: 24px;
    }

    .documents-intro {
        --bs-gutter-x: 0;
        --bs-gutter-y: 10px;
    }

    .documents-intro > [class*="col"] {
        width: 100%;
        flex: 0 0 100%;
    }

    .documents-intro__card {
        min-height: auto;
        padding: 24px 18px;
        gap: 18px;
    }

    .documents-intro__title {
        font-size: 14px;
        line-height: 1.25;
    }

    .documents-intro__text {
        max-width: 100%;

        font-size: 13px;
        line-height: 1.45;
    }

    .documents-intro__meta {
        gap: 12px;
        margin-top: 0;
    }

    .documents-intro__meta span {
        font-size: 12px;
    }

    /* .documents-intro__button {
        width: fit-content;
        max-width: 100%;
        height: 48px;
        padding: 0 12px 0 20px;

        font-size: 10px;
    } */

    .documents-intro__button--center {
        justify-content: center;
        text-align: center;
    }

    .documents-intro__button {
        width: 100%;
        max-width: 100%;

        justify-content: space-between;
    }

    .documents-page__list {
        gap: 10px;
    }

    .document-card-page {
        flex-direction: column;
        gap: 20px;

        min-height: auto;
        padding: 24px 18px;
    }

    .document-card-page__content {
        max-width: 100%;
    }

    .document-card-page__title {
        font-size: 14px;
        line-height: 1.25;
    }

    .document-card-page__standard {
        margin-bottom: 14px;

        font-size: 12px;
    }

    .document-card-page__tags {
        gap: 8px;
        margin-bottom: 14px;

        flex-wrap: wrap;
    }

    .document-card-page__tags span,
    .document-card-page__tags p {
        font-size: 12px;
    }

    .document-card-page__description {
        font-size: 13px;
        line-height: 1.45;
    }

    .document-card-page__side {
        width: 100%;
        align-items: flex-start;
        gap: 14px;
    }

    .document-card-page__buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .document-card-page__button {
        width: 150px;
        height: 48px;
        padding: 0 10px 0 20px;

        justify-content: space-between;

        font-size: 10px;
    }

    .document-card-page__button img {
        width: 30px;
        height: 30px;
    }

    .document-card-page__meta {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 12px;
    }

    .document-card-page__meta > span {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .document-card-page__meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        gap: 10px;
    }

    .document-card-page__meta > span {
        width: 100%;
    }
}