

/* Start:/local/components/ega/apps/templates/.default/style.css?17546418681693*/
.apps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.apps__qr-code--text {
    font-weight: 700;
    padding-top: 15px;
}

.apps__qr-code {
    text-align: center;
}

.apps__links--sub-title {
    font-size: 20px;
    font-weight: 200;
}

.apps__links--desc {
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    color: #A7A7A7;
}

.apps__links--desc p {
    margin-bottom: 5px;
}

.apps__links--list {
    display: flex;
    width: 100%;
    gap: 8px;
    margin-top: 50px;
}

.apps__item {
    display: inline-flex;
    width: 128px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: #000000;
}

.apps__item:hover {
    background-color: rgba(0, 0, 0, .4);
}

.documents {
    margin: 50px 0;
}

.documents__title {
    margin-bottom: 25px;
}

.documents__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.documents__item {
    display: inline-flex
}

.documents__icon {
    display: flex;
    margin-right: 20px;
    align-items: center;
}

.documents__text {
    display: flex;
    align-items: center;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    transition: .3s;
}

.documents__item:hover .documents__text {
    color: #c60b3c;
}

@media screen and (max-width: 768px) {
    .apps {
        flex-direction: column-reverse;
    }

    .apps__links--list {
        flex-direction: column;
        align-items: center;
    }

    .documents__list {
        grid-template-columns: unset;
    }
}
/* End */
/* /local/components/ega/apps/templates/.default/style.css?17546418681693 */
