

/* Start:/local/components/mysite/section/templates/.default/style.css?17900020292739*/
.section-page {
    width: 100%;
    background: #fff;
}

.section-page__container {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 45px 0 80px;
}


/* Breadcrumbs */

.section-page__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 25px;

    color: #888;

    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.section-page__breadcrumbs a {
    color: #063b83;
    text-decoration: none;
}

.section-page__breadcrumbs a:hover {
    text-decoration: underline;
}


/* Title */

.section-page__title {
    margin: 0 0 40px;

    color: #063b83;

    font-family: Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
}


/* Links */

.section-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-links__item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 125px;
    padding: 25px 30px;

    box-sizing: border-box;

    border: 1px solid #e0e5eb;

    background: #fff;
    color: #333;

    text-decoration: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.section-links__item:hover {
    border-color: #063b83;
    box-shadow: 0 8px 25px rgba(6, 59, 131, .10);
    transform: translateY(-2px);
}

.section-links__content {
    min-width: 0;
}

.section-links__title {
    margin: 0 0 8px;

    color: #063b83;

    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.section-links__description {
    margin: 0;

    max-width: 700px;

    color: #777;

    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.section-links__arrow {
    flex-shrink: 0;

    margin-left: 30px;

    color: #00a7e1;

    font-family: Arial, sans-serif;
    font-size: 26px;

    transition:
        transform .2s ease,
        color .2s ease;
}

.section-links__item:hover .section-links__arrow {
    color: #063b83;
    transform: translateX(5px);
}


/* Mobile */

@media (max-width: 700px) {

    .section-page__container {
        width: auto;
        max-width: none;

        padding: 30px 15px 50px;
    }

    .section-page__breadcrumbs {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .section-page__title {
        margin-bottom: 28px;
        font-size: 32px;
    }

    .section-links__item {
        min-height: 110px;
        padding: 20px;
    }

    .section-links__title {
        font-size: 18px;
    }

    .section-links__description {
        font-size: 13px;
    }

    .section-links__arrow {
        margin-left: 15px;
        font-size: 22px;
    }
}
/* End */
/* /local/components/mysite/section/templates/.default/style.css?17900020292739 */
