.help-center-back-button {
    align-items: center;
    background: #384c6b;
    border-radius: 12px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 8px;
    line-height: 20px;
    padding: 14px 16px;

    @media (min-width: 1200px) {
        display: none;
    }
}

.help-center-back-button__icon {
    align-items: center;
    color: hsla(0, 0%, 100%, .45);
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.help-center-menu__menu {
    background: #263b57;
    border-radius: 12px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:1200px) {
    .help-center-menu {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        max-height: calc(100vh - 120px);
        position: sticky;
        row-gap: 16px;
        top: 80px
    }
}

@media (min-width:768px) {
    .help-center-menu__menu {
        padding-right: 24px
    }
}

@media (min-width:1200px) {
    .help-center-menu__menu {
        padding: 16px
    }
}

.help-center-menu__link {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 16px;
    justify-content: space-between;
    line-height: 20px;
    min-height: 48px;
    padding: 12px 16px;
    position: relative;
    transition: background .3s ease
}

@media (min-width:768px) {
    .help-center-menu__link {
        font-size: 16px;
        line-height: 24px
    }
}

.help-center-menu__link:before {
    background: transparent;
    content: "";
    height: 100%;
    left: -16px;
    position: absolute;
    top: 0;
    transition: background .3s ease;
    width: 2px
}

@media (min-width:1200px) {
    .help-center-menu__link:hover {
        background: #445778
    }
}

.help-center-menu__link--current {
    font-weight: 700
}

@media (min-width:1200px) {
    .help-center-menu__link--current:before {
        background: #0bdede
    }
}

.help-center-menu__icon {
    color: hsla(0, 0%, 100%, .4);
    height: 24px;
    width: 24px
}

@media (min-width:1200px) {
    .help-center-menu__icon {
        display: none
    }
}

.layout-help-center {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.layout-help-center .layout-help-center__container {
    max-width: 1376px
}

.layout-help-center__main {
    flex: 1;
    margin-bottom: 56px;
    padding-top: 56px
}

@media (min-width:768px) {
    .layout-help-center__main {
        margin-bottom: 100px
    }
}

@media (min-width:1200px) {
    .layout-help-center__main {
        margin-bottom: 120px;
        padding-top: 64px
    }
}


.layout-help-center__inner {
    display: flex;
    flex-direction: column;
    padding-top: 16px
}

@media (min-width:1200px) {
    .layout-help-center__inner {
        flex-direction: row;
        gap: 8px;
        padding-top: 0
    }
}

.layout-help-center__title {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 24px 0 8px
}

@media (min-width:480px) {
    .layout-help-center__title {
        font-size: 26px;
        line-height: 32px;
        margin: 32px 0 16px
    }
}

@media (min-width:768px) {
    .layout-help-center__title {
        font-size: 32px;
        font-weight: 800;
        line-height: 40px
    }
}

@media (min-width:1200px) {
    .layout-help-center__title {
        margin: 40px 0
    }
}

@media (min-width:1440px) {
    .layout-help-center__title {
        font-size: 42px;
        line-height: 52px
    }
}

.layout-help-center__title--secondary {
    display: none
}

@media (min-width:1200px) {
    .layout-help-center__title--secondary {
        display: block
    }
}

.layout-help-center__back {
    margin: 0 0 24px;
}

.layout-help-center__nav {
    display: none;
    margin: 0 0 32px;
}

@media (min-width:768px) {
    .layout-help-center__nav {
        margin: 0 0 40px
    }
}

@media (min-width:1200px) {
    .layout-help-center__nav {
        display: block;
        flex: 1 1 256px;
        margin: 0;
        max-width: 256px
    }
}


.layout-help-center__body {
    flex: 1
}

@media (min-width:1200px) {
    .layout-help-center__body {
        background: #263b57;
        border-radius: 12px;
        padding: 40px 40px 48px
    }
}

.p-support__content {
    margin: 0 0 24px
}

@media (min-width:768px) {
    .p-support__content {
        margin: 0 0 32px
    }
}


.p-support__cards {
    display: flex;
    flex-direction: column;
    gap: 32px
}

@media (min-width:480px) {
    .p-support__cards {
        flex-direction: row;
        gap: 24px
    }
}

@media (min-width:768px) {
    .p-support__cards {
        gap: 44px
    }
}

@media (min-width:1200px) {
    .p-support__cards {
        flex-direction: column;
        gap: 40px
    }
}

.p-support__cards-item {
    flex: 1 1 50%
}

.p-support .c-support-card {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.p-support .c-support-card__head {
    align-items: center;
    display: flex;
    gap: 12px
}

.p-support .c-support-card__icon {
    flex: 0 0 38px;
    height: 38px;
    width: 38px
}

.p-support .c-support-card__name {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

@media (min-width:480px) {
    .p-support .c-support-card__name {
        font-size: 20px;
        line-height: 30px
    }
}

@media (min-width:768px) {
    .p-support .c-support-card__name {
        font-size: 24px;
        line-height: 32px
    }
}

.p-support .c-support-card__text {
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media (min-width:768px) {
    .p-support .c-support-card__text {
        font-size: 16px;
        line-height: 24px
    }
}

.p-support .c-support-card__text:last-child {
    margin: 0
}

.help-center-menu .help-center-menu__button--top {
    border-radius: 50%;
    transform: rotate(180deg);
    height: 40px;
    min-width: unset;
    position: fixed;
    width: 40px;
    background: #384c6b;
    color: #fff;
}

@media (min-width: 1200px) {
    .help-center-menu .help-center-menu__button--top {
        height: 56px;
        width: 56px;
    }
}

@media (min-width: 1200px) {
    .help-center-menu .help-center-menu__button--top {
        left: 240px;
        position: sticky;
    }
}

@media (min-width: 1200px) {
    .help-center-menu .help-center-menu__button--top i {
        font-size: 36px !important;
    }
}

@media (min-width: 1680px) {
    .help-center-menu .help-center-menu__button--top {
        left: 400px;
    }
}

.table-wrapper {
    overflow-x: scroll;

    &::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }

    /* Track */
    &::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    &::-webkit-scrollbar-thumb {
        background: transparent;
        margin: 0;
    }

    /* Handle on hover */
    &::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }
}

.scroll-to-top-button {
    border-radius: 50%;
    bottom: calc(72px + var(--safe-area-inset-bottom));
    height: 40px;
    left: calc(16px + var(--safe-area-inset-left));
    min-width: unset;
    position: fixed;
    transform: rotateX(180deg);
    transform-origin: center;
    width: 40px;
    z-index: 99;
    background: #384c6b;
    color: #fff;

    @media (min-width: 768px) {
        bottom: calc(80px + var(--safe-area-inset-bottom));
        left: calc(24px + var(--safe-area-inset-left));
    }

    @media (min-width: 960px) {
            bottom: calc(24px + var(--safe-area-inset-bottom));
    }
}

.scroll-to-top-button:hover {
    background: #384c6b;
}

.scroll-to-top-button--mobile {
    @media (min-width: 1200px) {
        display: none !important;
    }
}
