button:focus,
button:active {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#support-center-page * {
    box-sizing: border-box;
}

.column.main {
    padding-bottom: 0px !important;
}

#support-center-page {
    color: rgba(25, 28, 31, 1);
}

#support-center-page a {
    color: inherit;
}

#support-center-page .support-link {
    text-decoration: none;
    color: inherit;
}

#support-center-page .support-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#support-center-page .support-header .support-header-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#support-center-page .support-header-right {
    background: url("../images/support-center/support-center-img.jpg") no-repeat
        center center / cover;
    min-width: 40%;
    width: auto;
    height: 20vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#support-center-page .support-header-left .support-subtitle {
    font-size: 20px;
    font-weight: 600;
}

.support-base-button {
    background-color: rgba(18, 84, 29, 1);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    padding: 8px 16px;
}

#support-center-page .support-base-button:hover {
    background-color: rgba(18, 84, 29, 1) !important;
    border: none !important;
    color: #fff;
}

.support-base-button:hover .support-contacts__btn__icon {
    transform: translateX(6px);
}

.support-contacts__btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
}

.support-base-button.support-contacts__btn {
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    max-height: 48px;
    margin-top: 16px;
}

.support-wrapper {
    padding: 70px 0;
}

.support-container {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.support-assist {
    border-top: 1px solid rgba(228, 231, 233, 1);
    border-bottom: 1px solid rgba(228, 231, 233, 1);
}

.support-contacts {
    background-color: rgba(242, 244, 245, 1);
}

.support-topics .support-container {
    padding: 0 40px;
}

.support-container__content__title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    gap: 16px;
}

#support-topic-content {
    column-gap: 50px;
}

.support-topics .support-container__content__title {
    font-size: 24px;
}

.support-container__content__body {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 28px;
}

.support-topics .support-container__content__body {
    gap: 24px;
    row-gap: 16px;
    padding: 0;
}

.support-contacts .support-container__content__body {
    gap: 24px;
}

.support-container__content__item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 14px 24px;
    border-radius: 4px;
    border: 2px solid rgba(237, 237, 237, 1);
    gap: 16px;
    font-size: 18px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    text-decoration: none !important;
}

.support-topics .support-container__content__item {
    border: none;
    padding: 0;
}

.support-container__content__item.active,
.support-container__content__item:hover {
    border-color: rgba(18, 84, 29, 1);
}

#support-center-page .support-topics .support-container__content__item.active,
#support-center-page .support-topics .support-container__content__item:hover {
    color: rgba(252, 213, 8, 1);
}

.support-container__content__item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-container__content__item__text {
    max-width: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.support-topics .support-container__content__item__text {
    font-size: 16px;
}

.support-contacts .support-contacts__item {
    display: flex;
    align-items: center;
}

.support-contacts .support-contacts__item:first-child {
    justify-content: flex-end;
}

#support-center-page
    .support-contacts
    .support-contacts__item:first-child
    .support-base-button.support-contacts__btn {
    background-color: rgba(252, 213, 8, 1);
    color: rgba(25, 28, 31, 1);
}

#support-center-page
    .support-contacts
    .support-contacts__item:first-child
    .support-base-button.support-contacts__btn:hover {
    background-color: rgba(252, 213, 8, 1) !important;
    color: rgba(25, 28, 31, 1);
}

#support-center-page
    .support-contacts
    .support-contacts__item:last-child
    .support-base-button.support-contacts__btn:hover {
    color: #fff !important;
}

.support-contacts
    .support-contacts__item:first-child
    .support-contacts__item__image {
    background: url("../images/icons/call-icon.svg") no-repeat center center /
        cover;
    width: 96px;
    height: 96px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.support-contacts
    .support-contacts__item:last-child
    .support-contacts__item__image {
    background: url("../images/icons/message-icon.svg") no-repeat center center /
        cover;
    width: 96px;
    height: 96px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.support-contacts .support-contacts__item__container {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    padding: 32px;
    display: flex;
    align-items: start;
    gap: 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 0.2s ease-in-out;
}

.support-contacts .support-contacts__item__container:hover {
    box-shadow: rgba(149, 157, 165, 1) 0px 8px 24px;
}

.support-contacts .support-contacts__item__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.support-contacts
    .support-contacts__item__content
    .support-contacts__item__title {
    font-size: 18px;
    font-weight: 600;
}

.support-contacts
    .support-contacts__item__content
    .support-contacts__item__subtitle {
    font-size: 14px;
    font-weight: 400;
    color: rgba(95, 108, 114, 1);
}

.support-contacts
    .support-contacts__item__content
    .support-contacts__item__special_text {
    font-size: 24px;
    margin-top: 8px;
    font-weight: 400;
}

@media only screen and (min-width: 769px) {
    #support-center-page .support-header-right {
        height: 40vh;
    }
}

@media only screen and (min-width: 1024px) {
    #support-center-page .support-header-left .support-subtitle {
        font-size: 32px !important;
    }

    #support-center-page .support-header-right {
        height: 40vh !important;
    }
    .support-container__content__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 1280px) {
    #support-center-page .support-header-left .support-subtitle {
        font-size: 32px !important;
    }

    #support-center-page .support-header-right {
        height: 40vh !important;
    }

    .support-container__content__body {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .support-topics .support-container__content__body {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .support-contacts .support-container__content__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .support-contacts .support-contacts__item__container {
        width: 90%;
    }
}
