.support-page-layout {
    display: block;
    width: 120rem;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .support-page-layout {
        width: 100%;
    }
}

.support-page-layout .support-page {
    display: flex;
    height: calc(100vh - 10.4rem);
    border-radius: 1rem;
    overflow: hidden;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .support-page-layout .support-page {
        height: auto;
        min-height: calc(100vh - 20.6rem);
        flex-direction: column;
    }
}

.support-page-layout .support-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.support-page-layout .support-page .support-page__aside, .support-page-layout .support-page .support-page__content {
    padding: var(--gutter-support);
}

.support-page-layout .support-page .support-page__content {
    flex: 1;
    background-color: #272731;
}

.no-mask {
    mask-image: none !important;
}

.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;
}

.support-page-layout .support-static a {
    color: #ff8d8d;
}

[_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;
}
