.support-page-layout {
    display: block;
    width: 120rem;
    margin: 0 auto;
}


.support-page-layout .support-page {
    display: flex;
    height: calc(100vh - 10.4rem);
    border-radius: 1rem;
    overflow: hidden;
    font-size: 1rem;
}

.support-page-layout .support-page .support-page__content {
    flex: 1;
    background-color: #242c50;
}

.support-page-layout .support-page .support-page__aside, .support-page-layout .support-page .support-page__content {
    padding: var(--gutter-support);
}

.support-page-layout .support-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.support-page-layout .support-static {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #d6dbea;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
}

[_nghost-ng-c719359500] .contacts[_ngcontent-ng-c719359500] {
    font-size: 1.5rem;
    text-align: center;
}

[_nghost-ng-c719359500] .contacts[_ngcontent-ng-c719359500] .contacts__row[_ngcontent-ng-c719359500] {
    margin-bottom: 2.5rem;
}

[_nghost-ng-c719359500] .contacts[_ngcontent-ng-c719359500] .contacts__row-header[_ngcontent-ng-c719359500] {
    font-weight: 700;
    margin-bottom: .5rem;
}

[_nghost-ng-c719359500] .contacts[_ngcontent-ng-c719359500] .contacts__support[_ngcontent-ng-c719359500] {
    font-size: 1.6rem;
}

[_nghost-ng-c719359500] .contacts[_ngcontent-ng-c719359500] a[_ngcontent-ng-c719359500] {
    color: #ff8d8d;
}


@media (max-width: 991px) {
    .support-page-layout {
        width: 100%;
    }

    .support-page-layout .support-page {
        height: auto;
        min-height: calc(100vh - 20.6rem);
        flex-direction: column;
    }
}


@media (hover: hover) {
    .support-page-layout .support-static {
        padding-right: calc(var(--gutter-support) / 2 - .15rem);
        margin-right: calc(var(--gutter-support) / -2 - .15rem);
    }
}