body {
    padding: 0;
    margin: 0;
    color: #8F9DAA;
    font-family: 'Noto Sans', sans-serif;
    background-color: #13151D;;
}

.support-page {
    min-height: 99vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-page__wrapper {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.support-page__title {
    margin: 15px 0 0 0;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.support-page__descript {
    text-align: center;
    width: 435px;
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0;
}

.support-page__images-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

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

.support-page__images {
    z-index: 2;
    width: 515px;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.support-page__images--relative {
    z-index: 12;
}

.support-page__images--absolute {
    z-index: 1;
    outline: 1px solid green;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    filter: blur(300px);
}

.support-page__button {
    font-family: 'Noto Sans', sans-serif;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: rgb(2, 72, 92);
    margin: 20px 0px;
    height: 40px;
    width: 360px;
    border: 2px solid;
    border-image-slice: 1;
    border-color: rgb(0, 194, 242);
    align-items: center;
    display: flex;
    justify-content: center;
}

.button_svg_image {
    padding-top: 5px;
    padding-right: 5px
}

.support-page__link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #8F9DAA;
}

@media screen and (max-width: 768px) {
    .support-page__wrapper {
        padding: 0 30px;
        width: 100%;
    }

    .support-page__images {
        width: 100%;
    }

    .support-page__descript {
        width: 100%;
    }

    .support-page__button {
        width: 100%;
    }
}

.vector {
    width: 42px;
    height: 0;
    opacity: 1;
    border: 1px solid #292937;
    margin: 13px;
}

.text_social_account {
    padding-bottom: 11px;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_social_account_inner {
    height: 22px;
    opacity: 1;
    font-size: 15px;
    color: #515765;
}

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

.social_google {
    padding: 30px;
    background: url('../img/hellcase/social_google.svg') no-repeat;
    cursor: pointer;
}

.social_twitch {
    padding: 30px;
    background: url('../img/hellcase/social_twitch.svg') no-repeat;
    cursor: pointer;
}

.social_discord {
    padding: 30px;
    background: url('../img/hellcase/social_discord.svg') no-repeat;
    cursor: pointer;
}

.social_discord {
    padding: 30px;
    background: url('../img/hellcase/social_discord.svg') no-repeat;
    cursor: pointer;
}

.social_twitter {
    padding: 30px;
    background: url('../img/hellcase/social_twitter.svg') no-repeat;
    cursor: pointer;
}

.social_facebook {
    padding: 30px;
    background: url('../img/hellcase/social_facebook.svg') no-repeat;
    cursor: pointer;
}
.social_telegram {
    padding: 30px;
    background: url('../img/hellcase/social_telegram.svg') no-repeat;
    cursor: pointer;
}
