@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('../fonts/icons/support.css');

* {
    margin: 0;
    padding: 0;
}

i:before {
    vertical-align: middle;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.btn-primary {
    padding: 10px 40px;
    border-radius: 2px;
    background: rgb(2, 72, 92);
    border: 5px solid rgba(45, 197, 245, 1);
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.btn-primary i {
    margin-right: 5px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #2C7585;
    border: 5px solid rgba(45, 197, 245, 1);
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #2C7585;
    border: 2px solid rgba(45, 197, 245, 1);
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

.btn-primary.disabled, .btn-primary:disabled{
    color: #fff;
    background-color: #02475b !important;
    border-color: #00c4f3 !important;
    border-radius: 5px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: #2C7585;
    border-color: transparent;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    overflow-wrap: break-word;
    background: #13141c;
    min-height: 100vh;
}

/*.container{*/
/*  background: #1A1F24;*/
/*  max-width: 100%;*/
/*  min-width: 320px;*/
/*}*/
.page-title {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #F0F3F4;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.page-title span {
    display: inline-block;
}

.page-title i {
    display: none;
}

.page-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: auto;
    background: rgb(0, 194, 242);
}

.wrap {
    max-width: 1500px;
    min-width: 290px;
    padding: 0 15px;
    margin: 0 auto;
}

.breadcrumbs {
    margin-bottom: 35px;
}

.breadcrumbs .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item:hover a {
    text-decoration-line: none;
}

.breadcrumb-item.active:hover a {
    text-decoration-line: none;
}

.breadcrumb-item.active:hover span {
    color: #90A2AC !important;
}

.breadcrumb-item:hover span {
    color: #47A3B7 !important;
}

.breadcrumb-item .icon i {
    transition: 100ms all ease-in-out !important;
}

.breadcrumb-item span {
    transition: 100ms all ease-in-out !important;
}

.breadcrumb-item:hover .icon i {
    color: #47A3B7 !important;
}

.breadcrumb-item.active:hover .icon i {
    color: #90A2AC !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 4px;
    color: #90A2AC;
    content: "/";
}

.core-cat {
    display: none;
}

.breadcrumbs .breadcrumb li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #F0F3F4;
}

.breadcrumbs .breadcrumb li.active span {
    color: #90A2AC;
}

.breadcrumbs .breadcrumb li span.icon i:before {
    display: none;
}

.header {
    background: rgba(16, 17, 23, 1);
    padding-top: 18px;
    padding-bottom: 18px;
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    min-width: 290px;
    padding: 0;
}

.header__logo-wrap {
    display: flex;
    align-items: center;
}

.logo.header__logo {
    margin-right: 26px;
    margin-bottom: 8px;
    margin-left: 12px;
}

.header-site__link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-decoration: none;
    transition: 200ms all ease-in-out;
}

.header-site {
    background: url('../img/Vector.png');
    width: 15px;
    height: 11px;
    display: block;
    background-size: contain;
    margin-right: 9px;
}

.header-site__link:hover {
    color: #47A3B7;
    text-decoration: none;
}

.header__menu .menu__list {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
}

.header__menu .menu__list .menu__item {
    padding: 0 25px;
    list-style: none;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.header__menu .menu__list .menu__item.language__panel {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin-top: -18px;
    margin-bottom: -18px;
}

.lang {
    padding: 31px 25px;
}

.lang.open {
    background: #232A30;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.header__menu .menu__list .menu__item.language__panel .arrow__img {
    margin-left: 4px;
}

.header__menu .menu__list .menu__item.language__panel .menu__link {
    color: #bcbdbe;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.header__menu .menu__list .menu__item.language__panel .menu__link i.core-globe {
    font-size: 18px;
    margin-right: 5px;
}

.header__menu .menu__list .menu__item.language__panel .menu__link i.core-angle-down {
    margin-left: 4px;
}

.header__menu .menu__list .menu__item.language__panel .menu__link i.core-angle-down:before {
    vertical-align: middle;
}

.language__panel .language__img {
    margin-right: 6px;
}

.header__menu .menu__list .menu__item.sign-in__btn {
    background: #47A3B7;
    padding: 10px 40px;
    cursor: pointer;
    transition: 250ms all ease-in-out;
    display: flex;
    align-items: center;
    text-transform: none !important;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-right: 13px;
}

.header__menu .menu__list .menu__item.sign-in__btn i {
    margin-right: 10px;
}

.header__menu .menu__list .menu__item.sign-in__btn img {
    margin-right: 10px;
}

.header__menu .menu__list .menu__item.sign-in__btn:hover .menu__link {
    color: #FFFFFF;
}

.header__menu .menu__list .menu__item.language__panel:hover .menu__link {
    color: #bcbdbe;
}

.header__menu .menu__list .menu__item .menu__link {
    text-decoration: none;
    color: #FFFFFF;
    transition: 200ms all ease-in-out;
    background: transparent;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.header__menu .menu__list .menu__item .menu__link:hover {
    color: #47A3B7;
}

.header__menu .menu__list .user-panel .user-avatar__img-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
}

.login-page {
    display: flex;
    height: calc(100vh - 80px);
    position: relative;
    left: 0;
    right: 0;
}

.login-page .logo__link {
    width: 256px;
    height: 75px;
    display: block;
}

.login-page .h3 {
    margin: 16px auto 8px;
    display: flex;
    align-items: center;
    text-align: center;
}

.login-page .h3 span {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.login-page .h3 span:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 144px;
    background: #47A3B7;
    opacity: 0.3;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.login-page p {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #90A2AC;
    max-width: 450px;
    margin: 0 auto;
}

.login-page .center {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-page .center .title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: geomanist-medium, sans-serif;
    border-bottom: 2px solid #394045;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.login-page .center .login {
    margin-top: 80px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

.login-page .center .login i {
    margin-right: 5px;
}

.user-avatar__img-wrap .user-avatar__img {
    width: 100%;
    height: 100%;
}

.header__menu .menu__list .user-panel .user-name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-arrow__img-wrap {
    display: flex;
    align-items: center;
    color: rgb(140, 156, 168);
}

.user-arrow__img-wrap .user-arrow__img {
    width: 12px;
    margin-left: 25px;
}

.header__menu .menu__list .user-panel__default .user-panel__opened {
    position: absolute;
    background: rgb(41, 41, 54);
    height: calc(100% + 36px);
    width: max-content;
    right: -20px;
}

.select_lang {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 105px;
    border-radius: 3px;
    background: #232A30;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 1;
    text-align: left;
}

.select_lang > a {
    display: block;
    transition: all .2s ease;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #E2E2E2;
    opacity: 0.8;
    padding: 6px;
    margin-bottom: 0;
}

.select_lang > a:hover {
    background: #323840;
}

.user-panel__default {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.user-panel-opened__block {
    display: none;
}

.header__menu .menu__list .user-panel {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-top: -18px;
    margin-bottom: -18px;
    cursor: pointer;
    min-width: 260px;
    justify-content: space-between;
    background: #161821;
    position: relative;
}

.user-panel__opened {
    display: none;
    position: absolute;
    bottom: -85px;
    background: #161821;
    height: 85px;
    left: 0;
    right: 0;
    z-index: 2;
}

.user-panel__opened.show {
    display: block;
}

.user-panel__opened-link {
    display: flex;
    align-items: center;
}

.user-panel__opened-link {
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    background: transparent;
}

.user-panel__opened-link:hover {
    text-decoration: none;
}

.user-panel__opened-link {
    outline: none;
}

.user-panel__opened-link:active, .user-panel__opened-link:focus {
    outline: none;
}

.user-panel__opened-link span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-transform: none !important;
}

.user-panel__opened-link span.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 25px;
}

.user-panel__opened-link.email span.icon i {
    color: #47A3B7;
    opacity: 0.25;
}

.user-panel__opened-link.logout span.icon i {
    font-size: 18px;
    color: #90A2AC;
    opacity: 0.25;
}

.user-panel__opened-link img {
    margin-left: 29px;
    margin-right: 25px;
}

.user-panel__opened-link:hover span {
    color: #47A3B7;
}

.wrap__banner {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.wrap__banner .logo img {
    width: 256px;
}

.wrap__banner .banner__title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.wrap__banner .banner__divider {
    background: #47A3B7;
    opacity: 0.3;
    width: 144px;
    height: 1px;
    margin: auto;
    margin-bottom: 8px;
}

.banner__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 161%;
    text-align: center;
    color: #90A2AC;
    display: block;
    max-width: 440px;
    margin: auto;
    margin-bottom: 26px;
    text-align: center;
    letter-spacing: normal;
}

.banner__input {
    width: 470px;
    height: 40px;
    background: #232A30;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin: auto;
    padding-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    border: none;
    outline: none;
    padding-right: 30px;
    box-sizing: content-box;
}

.input-wrap .submit.search {
    position: absolute;
    right: 14px;
    top: 13px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/header/search.svg) no-repeat;
    border: 0;
}

.input-wrap {
    position: relative;
    width: 524px;
    margin: auto;
}

.input-wrap:before {
    position: absolute;
    content: '';
    right: 14px;
    top: 13px;
    background: url(../img/header/search.svg) no-repeat;
    width: 14px;
    height: 14px;
}

.main-page .find-solution__body .found-items ul {
    list-style: none;
}

.main-page .find-solution__body .found-items li {
    margin-bottom: 0;
    border-bottom: 1px solid #353B43;
    position: relative;
}

.main-page .find-solution__body .found-items li:last-child {
    border-bottom: 0;
}

.main-page .find-solution__body .found-items .full-item .inner {
    padding: 17px 20px 20px 20px;
    background: rgb(22, 24, 33);
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(143, 157, 170, 1);
}

.main-page .find-solution__body .found-items {
    margin-bottom: 30px;
}

.main-page .find-solution__body .found-items .item {
    padding: 20px;
    background: rgba(30, 30, 41, 1);
    cursor: pointer;
}

.main-page .find-solution__body .found-items .item.no-hover {
    cursor: default;
}

.main-page .find-solution__body .found-items .item .arrow {
    position: absolute;
    top: 25px;
    right: 17px;
    display: block;
    color: rgba(143, 157, 170, 1);
    font-size: 14px;
}

.main-page .find-solution__body .found-items .item .arrow i {
    font-size: 12px;
}

.main-page .find-solution__body .found-items .item .arrow i.core-angle-up {
    display: none;
}

.main-page .find-solution__body .found-items .item .arrow i.core-angle-down {
    display: block;
}

.main-page .find-solution__body .found-items .item.opened .arrow i.core-angle-down {
    display: none;
}

.main-page .find-solution__body .found-items .item.opened .arrow i.core-angle-up {
    display: block;
}

.main-page .find-solution__body .found-items .item .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.main-page .find-solution__body .found-items .full-item .inner img {
    max-width: 100%;
}

.banner__input::placeholder {
    color: #545D70;
}

.head__banner .wrap__banner {
    margin-bottom: 60px;
    background: radial-gradient(52.76% 89.51% at top center, rgba(45, 197, 245, 0.1) 0%, rgba(45, 197, 245, 0) 100%) top/100% 200px no-repeat;
}

.categories__wrap {
    padding: 0 35px;
}

.categories__title .icon {
    font-size: 22px;
}

.categories__title img {
    margin-right: 9px;
}

.categories__title span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #F0F3F4;
}

.categories__block {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.categories-block__item {
    background: rgb(22, 24, 33);
    border-radius: 2px;
    height: 170px;
    transition: 200ms all ease-in-out;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    position: relative;
    border: 2px solid rgba(30, 30, 41, 1);
}

.categories-block__item:hover {
    background: rgb(20, 45, 59);
}

.categories-item__title {
    background: rgba(24, 45, 59, 1);
    border-radius: 0 2px 2px 0;
    transition: 200ms all ease-in-out;
    width: 80%;
    padding: 6px 20px;
    margin-top: 30px;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: rgba(220, 225, 229, 1);
    z-index: 2;
}

.categories-block__item:hover .categories-item__title {
    background: rgb(2, 72, 92);
}

.categories-item__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: rgba(220, 225, 229, 1);
    margin-left: 20px;
    margin-top: 10px;
    display: block;
    max-width: 230px;
    z-index: 2;
}

.categories-item__content {
    display: block;
    width: 100%;
    z-index: 2;
}

.categories-item__img {
    position: absolute;
    right: -18px;
    top: 35px;
    width: 87px;
    height: 87px;
    text-align: center;
}

.categories-item__img i {
    font-size: 88px;
    color: rgba(53, 59, 67, 0.8);
    line-height: 10px;
}

.solutions__block {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.solutions__block:before {
    content: "";
    background: url(../img/hellcase/support.png) center no-repeat;
    background-size: cover;
    width: 316px;
    height: 160px;
    display: block;
    position: absolute;
    right: -18px;
    top: -35px;
    z-index: 0;
}

.solutions__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #F0F3F4;
    margin-bottom: 5px;
}

.solutions__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #90A2AC;
}

.solutions-img__wrap {
    cursor: pointer;
    transition: 150ms all ease-in-out;
}

.solutions-img__wrap img {
    transition: 150ms all ease-in-out;
}

.solutions-img__wrap:hover img {
    transform: scale(1.05);
}

/*.btn-support__primary {*/
/*  background: #47A3B7;*/
/*  transition: 200ms all ease-in-out;*/
/*  padding: 10px 40px;*/
/*  cursor: pointer;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  width: max-content;*/
/*  border: 0;*/
/*  color: #fff;*/
/*}*/
/*.btn-support__primary i {*/
/*  margin-right: 10px;*/
/*}*/

/*.btn-support__primary img {*/
/*  margin-right: 10px;*/
/*}*/

/*.btn-support__primary:hover {*/
/*  background: #2C7585;*/
/*}*/

.solutions-btn__block {
    margin-top: 25px;
}

.solutions__block-container {
    margin-bottom: 40px;
    background: rgb(19, 26, 36);
    border-radius: 2px;
    padding: 6px 20px;
    border: 1px solid rgba(24, 45, 59, 1);
    height: 163px;
    margin-top: 20px;
}

.request__block {
    padding-left: 10px;
    padding-right: 10px;
}

.request__block-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #F0F3F4;
    margin-bottom: 20px;
}

.request__block-container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.request-block__item {
    display: flex;
    align-items: center;
    background: rgb(22, 24, 33);
    justify-content: space-between;
    padding: 13px 0 13px 7px;
    cursor: pointer;
    margin-bottom: 5px;
    border: 2px solid rgba(41, 41, 55, 1);
    border-radius: 2px;
}

.request-block__item.is-hold .request-socket .icon i,
.request-block__item.is-progress .request-socket .icon i,
.request-block__item.is-awaiting_your_reply .request-socket .icon i {
    color: #CDC158;
}

.request-block__item.is-hold .request-img i,
.request-block__item.is-progress .request-img i,
.request-block__item.is-awaiting_your_reply .request-img i {
    color: #CDC158;
}

.request-block__item:hover {
    background: rgb(30, 30, 41);
}

.request-img {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    background: #232A30 url("../img/hellcase/open-req-icon.svg") center no-repeat;
}

.request-img i {
    font-size: 26px;
    color: rgb(0, 194, 242);
}

.request-img i:before {
    vertical-align: middle;
}

.request-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.core-chat {
    display: none;
}

.request-socket::before {
    content: '';
    background: url(../img/hellcase/vector.svg) center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 25px;
}

.request-socket .icon .core-1 {
    display: none;
}

.request-socket {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin-left: 13px;
    margin-right: 15px;
    display: flex;
    align-items: baseline;
}

.request-socket span {
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.request-socket .icon {
    width: 10px;
    height: 13px;
    margin-right: 12px;
}

.request-socket .icon i {
    font-size: 13px;
    color: #47A3B7;
}

.request-withdraw {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #90A2AC;
    padding: 0 15px;
    border-left: 1px solid #343c42;
}

.request-block__info {
    display: flex;
    align-items: center;
}

.request-block__info-time {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #90A2AC;
    width: 72px;
    margin-left: 8px;
}

.request-block__info-date {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    width: 72px;
    color: #FFFFFF;
    margin-left: 16px;
}

.request-block__info-status {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.request-block__info-status .status {
    margin-right: 8px;
    width: 15px;
    height: 15px;
    border: none;
}

.request-block__info-status .status.is-created {
    background: url("../img/hellcase/icon-kyc.svg") center no-repeat;
    background-size: contain;
}

.request-block__info-status .status.is-hold,
.request-block__info-status .status.is-progress,
.request-block__info-status .status.is-awaiting_your_reply {
    background: url("../img/categories/hold-req.svg") center no-repeat;
    background-size: contain;
}

.request-block__info-status .status.is-open {
    background: url("../img/categories/open-req.svg") center no-repeat;
    background-size: contain;
}

.request-block__info-status .status.is-closed {
    background: url("../img/categories/closed-req.svg") center no-repeat;
    background-size: contain;
}

.request-block__info-status span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding-right: 15px;
    border-right: 1px solid #343c42;
}

.request-block__info-status span p {
    text-transform: capitalize;
}

.request__block__wrap {
    padding-bottom: 30px;
}

.support-link-ways__block {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
}

.support-link__way {
    display: flex;
    align-items: center;
    margin-right: 8px;
    text-decoration: none;
}

.support-link__way img {
    margin-right: 7px;
}

.support-link__way span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #F0F3F4;
}

.support-link__way-active span {
    color: #90A2AC;
}

.support-link-ways__block i {
    margin-right: 7px;
}

.troubleshooting__block {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.troubleshooting__title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #90A2AC;
}

.history__block {
    padding-right: 0;
    padding-left: 0;
}

.history__section {
    margin-top: 20px;
}

.request__form-wrap {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.request__form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #1D2228;
}

.request__form textarea {
    background: #232A30;
    min-height: 130px;
    border: none;
    resize: none;
    outline: none;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 6px 15px;
}

.request__form textarea::placeholder {
    color: #90A2AC;
}

.request__form input {
    background: #232A30;
    outline: none;
    padding: 6px 15px;
    border: none;
    margin-bottom: 10px;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.request__form input::placeholder {
    color: #90A2AC;
}

.request__form-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #90A2AC;
    margin-bottom: 18px;
}

.request__form select {
    width: 100%;
    background: #232A30;
    outline: none;
    padding: 6px 15px;
    border: none;
    margin-bottom: 10px;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.support-link__way span {
    transition: 200ms all ease-in-out;
}

.support-link__way:hover span {
    color: #47A3B7;
}

.input-file {
    background: transparent !important;
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-footer .submit__block {
    display: flex;
    align-items: center;
}

.submit__block-checkbox {
    display: flex;
    align-items: center;
}

input.checkbox {
    margin: 0;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 2px;
}

.checkbox-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #858B97;
}

.checkbox-text span {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #232A30;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #232A30;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background: #232A30;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 0;
    width: 6px;
    height: 13px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(38deg);
}

.chat__block {
    background: #1d2228;
    margin-left: 10px;
}

.chat-info__panel {
    background: #1d2228;
    margin-right: 10px;
    max-height: 548px;
    height: 548px;
}

.chat-messages__block {
    max-height: 508px;
    height: 508px;
    overflow-y: scroll;
    padding: 20px;
}

.chat-input__block {
    background: rgb(22, 24, 33);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.chat-msg__block {
    display: flex;
    align-items: start;
    width: 100%;
    padding-bottom: 20px;
}

.chat__avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.chat__avatar img {
    width: 100%;
    height: 100%;
}

.chat__message {
    background: rgb(28, 29, 38);
    padding: 20px;
    width: 100%;
    border-radius: 2px;
}

.chat-message__content {
    max-width: 880px;
}

.chat-message__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-message__name {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #F0F3F4;
    display: flex;
    align-items: center;
}

.chat-message__time {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #90A2AC;
    margin: 0 0 0 5px;
}

.chat-message__content {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #B0C3D9;
    padding-top: 10px;
}

.chat-message__content img {
    max-width: 50%;
}

.chat__message-support {
    background: rgb(20, 45, 59);
    position: relative;
    border-radius: 2px;
}

.chat__message-support:before {
    content: '';
    position: absolute;
    background: url(../img/message-bg.svg) no-repeat top;
    right: 13px;
    top: 0;
    width: 66px;
    height: 100%;
    background-size: contain;
}

.chat-support__label {
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #90A2AC;
}

.chat__input {
    display: flex;
    align-items: start;
}

.chat__input textarea {
    width: 100%;
    background: rgb(30, 30, 41);
}

textarea {
    background: rgb(30, 30, 41);
    min-height: 130px;
    border: none;
    resize: none;
    outline: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 15px;
}


.chat-input__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-footer__btn {
    display: flex;
    align-items: center;
}

.chat-footer__btn .close_ticket i {
    font-size: 18px;
    margin-right: 5px;
    margin-top: -2px;
}

.chat-footer__btn .send-msg i {
    font-size: 12px;
}

.btn-support__dark {
    background: rgb(41, 41, 54);
    transition: 200ms all ease-in-out;
    padding: 10px 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: max-content;
    border: none;

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.btn-support__dark img {
    margin-right: 10px;
}


.btn-support__dark:hover {
    background: #35404a;
}

.chat-info__divider {
    height: 1px;
    width: calc(100% + 40px);
    background: #32393F;
    margin-left: -20px;
    margin-bottom: 20px;
}

.categories-title__wrap {
    display: flex;
    align-items: center;
}

.categories-tickets__block {
    margin-top: 0 !important;
}

.categories-tickets__block a {
    text-decoration: none;
    flex: 1 0 342px;
    display: block;
}

.history-request__block {
    margin-top: 20px;
}

.modal .modal-dialog .modal-content {
    background: #232A30;
    border-radius: 0;
}

.modal .modal-dialog .modal-content .close {
    text-shadow: none;
    color: #fff;
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 20px 30px;
    border-bottom: 0;
    background: rgb(28, 29, 38);
}

.modal .modal-dialog .modal-content .modal-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #F0F3F4;
}

.modal .modal-dialog .modal-content .modal-title i {
    display: none;
}

.modal .modal-dialog .modal-content .current {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #90A2AC;
    margin-bottom: 20px;
}

.modal .modal-dialog .modal-content .email {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.modal .modal-dialog .modal-content form .form-group {
    width: 100%;
    max-width: 310px;
}

.modal .modal-dialog .modal-content form .form-control {
    border-radius: 0;
    background: rgb(41, 41, 54);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border: 0;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #545D70;
    height: 40px;
}

.modal .modal-dialog .modal-content form .form-control::placeholder {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #545D70;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 20px !important;
    margin: 0;
    background: rgb(19, 20, 28);
}

.modal .modal-dialog .modal-content .modal-body form {
    justify-content: space-between;
}


.support-link-ways__block {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
}

.support-link__way {
    display: flex;
    align-items: center;
    margin-right: 8px;
    text-decoration: none;
}

.support-link__way img {
    margin-right: 7px;
}

.support-link__way span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #F0F3F4;
}

.support-link__way-active span {
    color: #90A2AC;
}

.support-link__way-active:hover span {
    color: #90A2AC !important;
}

.support-link__way-active span {
    color: #90A2AC;
}

.support-link__way-active:hover span {
    color: #90A2AC !important;
}

.categories__title {
    padding-bottom: 4px;
    border-bottom: 1px solid #47A3B7;
    margin-left: 0;
    max-width: max-content;
    display: flex;
    align-items: center;
}

.categories__title img {
    margin-right: 9px;
}

.categories__title span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #F0F3F4;
}

.categories-title__wrap .chat-date {
    padding-left: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #90A2AC;
}

.input-file__wrap .inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.input-file__wrap .inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: transparent;
    display: flex;
    align-items: center;
    min-width: 215px;
    height: 41px;
    outline: none;
    border: 1px dashed #3D4953;
    box-sizing: border-box;
    padding: 12px;
    margin-bottom: 0;
}

.input-file__img {
    margin-right: 11px;
}

.input-file__wrap .inputfile:focus + label,
.input-file__wrap .inputfile + label:hover {
    background-color: transparent;
}

.input-file__wrap .inputfile + label {
    cursor: pointer;
}

.input-file__wrap .inputfile:focus + label {
    outline: 1px dashed #ffffff;
    border: none;
}

.inputfile + label * {
    pointer-events: none;
}

.form-file__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-file__text {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #90A2AC;
}

.input-file__text span {
    color: #FFFFFF;
    text-decoration-line: underline;
}

.input-file__img {
    margin-left: 12px;
    width: 15px;
    height: 16px;
    display: block;
    background-size: contain;
}

.input-file__img i {
    font-size: 16px;
    color: #47A3B7;
    line-height: 1px;
    vertical-align: top;
}

.file-format {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #90A2AC;
    margin-left: 20px;
}

.submit__block {
    display: flex;
    align-items: center;
}

.submit__block-checkbox {
    display: flex;
    align-items: center;
}

.container-checkbox input.checkbox {
    margin: 0;
}

.container-checkbox .container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox .checkbox-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #858B97;
}

.container-checkbox .checkbox-text a {
    color: #FFFFFF;
    text-decoration: underline;
}

.container-checkbox .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #232A30;
    border: 1px solid #474F5A;
    border-radius: 3px;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #232A30;
}


.container-checkbox input:checked ~ .checkmark {
    background: rgb(255, 160, 82);
    border-radius: 3px;
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(38deg);
}

.form-file__section {
    display: flex;
    align-items: center;
}

.sign-in-form__wrap {
    position: absolute;
    background-color: rgba(26, 31, 36, 0.88);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sign-in-form__text {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #90a2ac;
    margin-bottom: 18px;
}

.sign-in-form__text span {
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.submit-form {
    outline: none;
}

.error-message p {
    margin-bottom: 15px;
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: red;
}

.chat-info__checkbox .checkbox-text {
    display: flex;
}

.chat-info__checkbox .checkbox-text span {
    margin-bottom: 0;
    margin-left: 3px;
}

.submit-new-request .form-wrap {
    margin-top: 10px;
}

.submit-new-request .form-wrap .request-form {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: rgb(22, 24, 33) !important;
    margin-top: 20px;
}

.submit-new-request .form-wrap .request-form .select-category,
.submit-new-request .form-wrap .request-form .select-game {
    position: relative;
}

.submit-new-request .form-wrap .request-form .select-category .selected,
.submit-new-request .form-wrap .request-form .select-game .selected {
    background: rgb(36, 36, 48) !important;
    outline: none;
    padding: 6px 15px;
    border: 1px solid rgb(82, 83, 94) !important;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(241, 241, 241, 1) !important;
    position: relative;
    border-radius: 2px !important;
    transition: 200ms all ease-in-out;
    cursor: pointer;
}

.submit-new-request .form-wrap .request-form .select-category .selected:after,
.submit-new-request .form-wrap .request-form .select-game .selected:after {
    content: "";
    position: absolute;
    background: url("../img/open_list_icon.svg") 0 0 no-repeat;
    width: 12px;
    height: 6px;
    right: 22px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .2;
    background-size: contain;
    transition: 200ms all ease-in-out;
}

.submit-new-request .form-wrap .request-form .select-category .selected:hover,
.submit-new-request .form-wrap .request-form .select-game .selected:hover {

}

.submit-new-request .form-wrap .request-form .select-category .selected:hover:after,
.submit-new-request .form-wrap .request-form .select-game .selected:hover:after {
    opacity: .6;
}

.submit-new-request .form-wrap .request-form .select-category .category-list,
.submit-new-request .form-wrap .request-form .select-game .game-list {
    position: absolute;
    top: 32px;
    z-index: 2;
    left: 0;
    background-color: rgb(36, 36, 48) !important;
    border: 1px solid rgb(56, 57, 69);
    width: 100%;
}

.submit-new-request .form-wrap .request-form .select-category .category-list__item,
.submit-new-request .form-wrap .request-form .select-game .game-list__item {
    padding: 8px 15px 8px 35px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: 100ms all ease-in-out;
    font-size: 14px;
    list-style: none;
    color: #90A2AC;
    position: relative;
}

.submit-new-request .form-wrap .request-form .select-category .category-list__item i,
.submit-new-request .form-wrap .request-form .select-game .game-list__item i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 14px;
}

.submit-new-request .form-wrap .request-form .select-category .category-list__item:hover,
.submit-new-request .form-wrap .request-form .select-game .game-list__item:hover {
    background-color: #15191c;
    text-shadow: rgba(255, 255, 255, 0.5) 0 0 10px;
    color: #fff;
}

.submit-new-request .form-wrap .request-form:before {
    content: "";
    background: url("../img/bg_icon_2.svg") 0 0 no-repeat;
    background-size: contain;
    width: 388px;
    height: 330px;
    display: block;
    position: absolute;
    right: 75px;
    bottom: 0;
    z-index: -1;
    opacity: .2;
}

.submit-new-request .form-wrap .request-form fieldset {
    position: relative;
}

.submit-new-request .form-wrap .request-form fieldset input {
    display: block;
    background: rgb(30, 30, 41);
    outline: none;
    padding: 6px 15px;
    border: none;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(143, 157, 170, 1);
    border-radius: 2px;
    width: 100%;
    transition: 200ms all ease-in-out;
}

.submit-new-request .form-wrap .request-form fieldset input::placeholder {
    color: #90A2AC;
}

.submit-new-request .form-wrap .request-form fieldset input::-webkit-input-placeholder {
    color: #494d52;
}

.submit-new-request .form-wrap .request-form fieldset input:-ms-input-placeholder {
    color: #494d52;
}

.submit-new-request .form-wrap .request-form fieldset input::placeholder {
    color: #494d52;
}

.submit-new-request .form-wrap .request-form fieldset input:hover, .submit-new-request .form-wrap .request-form fieldset input:focus {

}

.submit-new-request .form-wrap .request-form fieldset input#steam, .submit-new-request .form-wrap .request-form fieldset input#transaction-id {
    padding-right: 60px;
}

.submit-new-request .form-wrap .request-form fieldset .icon {
    position: absolute;
    right: 13px;
    top: 46px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    background-color: #2a3239;
}

.submit-new-request .form-wrap .request-form fieldset .icon.valid {
    background-image: url("../img/checked_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.submit-new-request .form-wrap .request-form fieldset .label {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "geomanist-book", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.submit-new-request .form-wrap .request-form fieldset .label:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #f32b42;
    margin-right: 12px;
    -webkit-box-shadow: 0 0 10px rgba(243, 43, 66, 0.7);
    box-shadow: 0 0 10px rgba(243, 43, 66, 0.7);
}

.submit-new-request .form-wrap .request-form fieldset textarea {
    display: block;
    width: 100% !important;
    border: none;
    outline: none;
    background: rgb(30, 30, 41);
    min-height: 130px;
    resize: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(143, 157, 170, 1);
    padding: 6px 15px;
    border-radius: 2px;
    margin-bottom: 20px;
    transition: 200ms all ease-in-out;
}

.submit-new-request .form-wrap .request-form fieldset textarea::placeholder {
    color: #90A2AC;
}


.submit-new-request .form-wrap .request-form fieldset textarea::-webkit-input-placeholder {
    color: #494d52;
}

.submit-new-request .form-wrap .request-form fieldset textarea:-ms-input-placeholder {
    color: #494d52;
}

.submit-new-request .form-wrap .request-form fieldset textarea::placeholder {
    color: #494d52;
}

.submit-new-request .form-wrap .request-form fieldset textarea:hover, .submit-new-request .form-wrap .request-form fieldset textarea:focus {

}

.submit-new-request .form-wrap .request-form .if-payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    margin-bottom: 40px;
}

.submit-new-request .form-wrap .request-form .if-payment fieldset {
    width: 50%;
    margin: 0 12px;
}

.submit-new-request .form-wrap .request-form .if-payment .icon {
    text-align: center;
    padding: 7px 0;
    cursor: pointer;
    color: #fff;
}

.submit-new-request .form-wrap .request-form .if-payment .icon:hover {
    background-color: #262c31;
}

.submit-new-request .form-wrap .request-form .control-form {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.submit-new-request .form-wrap .request-form .control-form .agreement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.submit-new-request .form-wrap .request-form .control-form .agreement .check-box {
    margin-right: 22px;
    width: 55px;
    height: 55px;
    background-color: #20262c;
    border: 7px solid #1c2127;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.submit-new-request .form-wrap .request-form .control-form .agreement .check-box.checked:before {
    content: "";
    background: url("../img/checked_icon.svg") center no-repeat;
    width: 14px;
    height: 10px;
    display: block;
    margin: auto;
}

.submit-new-request .form-wrap .request-form .control-form .agreement .check-box:hover {
    background-color: transparent;
}

.submit-new-request .form-wrap .request-form .control-form .agreement .text {
    font-size: 15px;
    color: #95989e;
}

.submit-new-request .form-wrap .request-form .control-form .agreement .text > a {
    color: #fff;
}

.submit-new-request .form-wrap .request-form .control-form .agreement .text > a:hover {
    text-decoration: underline;
}

.submit-new-request .form-wrap .request-form .control-form .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 12px);
    position: relative;
}

.submit-new-request .form-wrap .request-form .control-form .buttons .add-files {
    text-transform: uppercase;
    font-family: "geomanist-book", sans-serif;
    font-size: 16px;
    width: 100%;
    margin-right: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.submit-new-request .form-wrap .request-form .control-form .buttons .add-files input {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.submit-new-request .form-wrap .request-form .control-form .buttons .add-files > i {
    font-size: 20px;
    margin-right: 9px;
    color: #7b8084;
    vertical-align: bottom;
}

.submit-new-request .form-wrap .request-form .control-form .buttons .submit-form {
    text-transform: uppercase;
    font-family: "geomanist-book", sans-serif;
    font-size: 16px;
    min-width: 116px;
}

.submit-new-request .form-wrap .request-form .control-form .buttons .files-preview {
    left: 0;
    top: 60px
}

.submit-new-request .form-wrap .request-form .control-form .buttons .files-preview .item {
    margin-right: 7px;
}

.submit-new-request .form-wrap .request-form .control-form .buttons .files-preview ul {
    display: flex;
}

.submit-new-request .form-wrap .bottom-info {
    margin-top: 25px;
    text-align: center;
}

.submit-new-request .form-wrap .bottom-info > p {
    color: #fff;
}

.submit-new-request .form-wrap .bottom-info > span {
    color: #a3b0bb;
    display: block;
    margin-top: 7px;
}


.chat-info .title {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #90A2AC;
    margin-bottom: 8px;
}

.chat-info span {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.chat-info a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.chat-info .ticket {

}

.chat-info .ticket .top {
    background-color: #191e23;
    padding: 13px 20px;
    font-size: 18px;
    font-family: "geomanist-book", sans-serif;
    text-transform: uppercase;
    color: #7c8892;
}

.chat-info .ticket .top > span {
    color: #fff;
    font-family: "geomanist-medium", sans-serif;
}

.chat-info .ticket .inner {
    padding: 23px 21px;
}

.chat-info .ticket .inner .steam-profile {
    margin-bottom: 20px;
    max-width: 330px
}

.chat-info .ticket .inner .steam-profile > span {
    font-family: "geomanist-book", sans-serif;
}


.chat-info .ticket-details {
    background-color: #1c2127;
    border-radius: 2px;
    margin-bottom: 22px;
    padding: 23px 21px;
}

.chat-info .ticket-details .category, .chat-info .ticket-details .game {
    margin-bottom: 20px;
}

.chat-info .ticket-details .category > span, .chat-info .ticket-details .game > span {
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.chat-info .ticket-details .subject {
    margin-bottom: 20px;
}

.chat-info .ticket-details .subject > span {
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.chat-info .ticket-details .pinned-files {
    position: relative;
}

.chat-info .ticket-details .pinned-files > span {
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.chat-info .ticket-details .pinned-files .files-preview {
    position: absolute;
    right: 0;
    bottom: -3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.chat-info .ticket-details .pinned-files .files-preview .item,
.chat-info .ticket-details .pinned-files .files-preview .item-add {
    border: 2px solid #505b63;
    cursor: pointer;
    border-radius: 1px;
    display: flex;
    position: relative;
    width: 62px;
    height: 45px;
    transition: all .3s;
    margin-left: 5px;
}

.chat-info .ticket-details .pinned-files .files-preview .item:before,
.chat-info .ticket-details .pinned-files .files-preview .item-add:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.chat-info .ticket-details .pinned-files .files-preview .item:before {
    content: "";
    background: url("../img/find_icon.svg") center center no-repeat;
    display: block;
    width: 19px;
    height: 19px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.chat-info .ticket-details .pinned-files .files-preview .item .img-preview {
    display: block;
    margin: auto;
    opacity: .3;
    width: 100%;
}

.chat-info .ticket-details .pinned-files .files-preview .item:last-child {
    margin-left: 5px;
}

.chat-info .ticket-details .pinned-files .files-preview .item:hover,
.chat-info .ticket-details .pinned-files .files-preview .item-add:hover {
    border: 2px solid #97a3ad;
}

.chat-info .payment-info {
    background-color: #1c2127;
    border-radius: 2px;
    margin-bottom: 13px;
    padding: 23px 21px;
}

.chat-info .payment-info span {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "geomanist-book", sans-serif;
}

.chat-info .payment-info .transaction-id {
    margin-bottom: 20px;
}

.chat-info .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.chat-info .buttons .close_ticket {
    text-transform: uppercase;
    width: 50%;
    margin-right: 22px;
    opacity: .5;
}

.chat-info .buttons .edit {
    text-transform: uppercase;
    width: 50%;
}

.chat-body {
    background-color: rgb(22, 24, 33);
    height: max-content;
    padding-bottom: 20px;
}

.chat-page__block {
    display: grid;
    grid-template-columns: 5fr 2fr;
    grid-gap: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.chat .chat-top {
    background-color: #191e23;
    padding: 13px 20px;
    font-size: 18px;
    font-family: "geomanist-book", sans-serif;
    text-transform: uppercase;
    color: #7c8892;
}

.chat .chat-top > span {
    color: #fff;
}

.chat .chat-bottom {
    background: #1D2228;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.toast {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    background-color: #e16873;
    z-index: 5;
}

.toast-header {
    border: 0;
    position: absolute;
    right: 0;
    background: transparent;
}

.toast-body {
    padding: 20px;
}

.rate-wrap .thanks {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #F0F3F4;
    margin-bottom: 5px;
    display: none;
}

.rate-wrap .stars {
    margin-bottom: 20px;
    justify-content: center;
    display: none;
}

.rate-wrap .stars.show {
    display: flex;
}

.rate-wrap .star {
    margin: 0 5px;
}

.rate-wrap textarea {
    margin-bottom: 25px;
    height: 72px;
}

.rate-wrap .btn-primary {
    max-width: 178px;
    margin: 0 auto;
    background: rgb(2, 72, 92);
    border: 5px solid rgb(0, 194, 242) !important;
}

.rate-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 14px;
    position: relative;
    margin-top: 20px;
}

.rate-wrap:before {
    content: '';
    width: auto;
    height: 1px;
    position: absolute;
    top: 0;
    left: 76px;
    right: 20px;
    background: #232A30;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.rate-stars {
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
}

.rate-title {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #B0C3D9;
    margin-bottom: 13px;
}

.rate-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.rating-stars {
    margin-bottom: 14px;
}

.rating-container .star {
    margin: 0 5px;
}

.rate-star {
    margin: 0 5px;
    cursor: pointer;
}

.core-star {
    color: #474F5A;
}

.core-star:hover {
    color: #CDC158;
}

.core-star.active {
    color: #CDC158;
}

.chat .chat-body .messages-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    overflow-y: scroll;
    height: 524px;
}


.chat .chat-body .messages-wrap .own-msg .msg-area {
    position: relative;
}

.chat .chat-body .messages-wrap .own-msg .msg-area:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -10px;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #272e34;
}

.chat .chat-body .messages-wrap .msg-area {
    background-color: #272e34;
    margin-right: 20px;
    border-radius: 5px;
    padding: 13px;
}


.chat .chat-body .messages-wrap .msg-area .top .name {
    color: #7c8892;
    font-size: 18px;
}

.chat .chat-body .messages-wrap .msg-area .top .date {
    color: #7c8892;
}

.chat .chat-body .messages-wrap .msg-area .msg-text {
    font-weight: 300;
    word-wrap: break-word;
}

.chat .chat-body .messages-wrap .msg-area .msg-text img {
    max-height: 100px;
    max-width: 100px;
    cursor: pointer;
}

.chat-bottom {
    height: 80px;
    background-color: #191e23;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-bottom form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-bottom .textarea {
    background-color: transparent;
    border: none;
    width: 100%;
    color: #fff;
    display: block;
    resize: none;
    min-height: 50px;
    font-size: 16px;
    padding-right: 12px;
    margin-right: 12px;
}


.chat-body::-webkit-scrollbar-track {
    background: rgba(26, 31, 36, 0.56);
}

.chat-body::-webkit-scrollbar {
    width: 10px;
}

.chat-body::-webkit-scrollbar-thumb {
    background: rgba(45, 61, 75, 0.8);
}

.chat-body::-webkit-scrollbar-thumb:hover {
    background: #2D3D4B;
}

.messages-wrap::-webkit-scrollbar-track {
    background: rgba(26, 31, 36, 0.56);
}

.messages-wrap::-webkit-scrollbar {
    width: 10px;
}

.messages-wrap::-webkit-scrollbar-thumb {
    background: rgba(45, 61, 75, 0.8);
}

.messages-wrap::-webkit-scrollbar-thumb:hover {
    background: #2D3D4B;
}

.chat-info .steam-profile {
    margin-bottom: 20px;
}

.chat-info {
    height: max-content;
    background: #161821;
    padding: 20px;
    margin-top: 20px;
}

.chat-with-assistant {
    background: radial-gradient(52.76% 89.51% at top center, rgba(45, 197, 245, 0.1) 0%, rgba(45, 197, 245, 0) 100%)
    top/100% 200px no-repeat;
}

.reopen {
    margin-top: 30px;
}

.steam-profile-id {
    max-width: 375px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new-request {
    padding-bottom: 100px;
    overflow: hidden;
}

.new-request {
    background: radial-gradient(52.76% 89.51% at top center, rgba(45, 197, 245, 0.1) 0%, rgba(45, 197, 245, 0) 100%) top/100% 200px no-repeat;
}

.submit-new-request {
    margin-top: 10px;
}

.submit-new-request .title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "geomanist-book", sans-serif;
}

.submit-new-request .form-wrap {
    margin-top: 10px;
}

.submit-new-request .form-wrap .request-form {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #1D2228;
    margin-top: 20px;
}

.submit-new-request .form-wrap .request-form .select-category,
.submit-new-request .form-wrap .request-form .select-game {
    position: relative;
}

.submit-new-request .form-wrap .request-form .select-category .selected,
.submit-new-request .form-wrap .request-form .select-game .selected {
    background: #232A30;
    outline: none;
    padding: 6px 15px;
    border: none;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
    border-radius: 0;
    transition: 200ms all ease-in-out;
    cursor: pointer;
}

.submit-new-request .form-wrap .request-form .select-category .selected:after,
.submit-new-request .form-wrap .request-form .select-game .selected:after {
    content: "";
    position: absolute;
    background: url("../img/open_list_icon.svg") 0 0 no-repeat;
    width: 12px;
    height: 6px;
    right: 22px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .2;
    background-size: contain;
    transition: 200ms all ease-in-out;
}

.submit-new-request .form-wrap .request-form .select-category .selected:hover,
.submit-new-request .form-wrap .request-form .select-game .selected:hover {

}

.submit-new-request .form-wrap .request-form .select-category .selected:hover:after,
.submit-new-request .form-wrap .request-form .select-game .selected:hover:after {
    opacity: .6;
}

.submit-new-request .form-wrap .request-form .select-category .category-list,
.submit-new-request .form-wrap .request-form .select-game .game-list {
    position: absolute;
    top: 32px;
    z-index: 2;
    left: 0;
    background-color: #20252a;
    width: 100%;
}


.submit-new-request .form-wrap .request-form .select-category .category-list__item,
.submit-new-request .form-wrap .request-form .select-game .game-list__item {
    padding: 8px 15px 8px 35px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: 100ms all ease-in-out;
    font-size: 14px;
}

.submit-new-request .form-wrap .request-form .select-category .category-list__item:hover,
.submit-new-request .form-wrap .request-form .select-game .game-list__item:hover {
    background-color: rgb(30, 30, 41);
    text-shadow: rgba(255, 255, 255, 0.5) 0 0 10px;
}

.submit-new-request .form-wrap .request-form:before {
    content: "";
    background: url("../img/bg_icon_2.svg") 0 0 no-repeat;
    background-size: contain;
    width: 388px;
    height: 330px;
    display: block;
    position: absolute;
    right: 75px;
    bottom: 0;
    z-index: -1;
    opacity: .2;
}

.ticket-status i {
    margin-right: 8px;
}

.uploaded-files__btn {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
    text-align: right;
    color: #90A2AC !important;
    cursor: pointer;
    border: none;
    outline: none;
}

.files-count__block {
    color: #FFFFFF;
}

.file-modal-body {
    padding: 0 !important;
}

.files-preview {
    max-height: 350px;
    overflow-y: scroll;
}

.files-preview::-webkit-scrollbar-track {
    background: rgba(26, 31, 36, 0.56);
}

.files-preview::-webkit-scrollbar {
    width: 3px;
    background: rgb(41, 41, 54);
}

.files-preview::-webkit-scrollbar-thumb {
    background: rgba(45, 61, 75, 0.8);
}

.files-preview::-webkit-scrollbar-thumb:hover {
    background: #2D3D4B;
}


.files-preview .item {
    padding: 10px 40px 10px 30px;
    position: relative;
}

.files-preview .item img {
    max-height: 21px;
    margin-right: 11px;
    width: 20px;
    cursor: pointer;
}

.files-preview .item .remove-image {
    position: absolute;
    right: 25px;
    top: 7px;
    color: rgb(80, 87, 99);
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    transition: 150ms all ease-in-out;
    /*background: url("../img/hellcase/trash.svg");*/
}

.files-preview .item .remove-image:hover {
    text-shadow: 0 0 8px rgba(235, 87, 87, .8);
}

.files-preview .item .img-name {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #F0F3F4;
}

.files-preview .item:nth-child(2n-1) {
    background: rgb(22, 24, 33);
    border-radius: 4px !important;
}

.remove-images {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    background: transparent;
    border: none;
    color: rgba(143, 157, 170, 1);
    display: block;
    margin: 0 auto;
    padding-top: 17px;
    padding-bottom: 17px;
}

.pinned-files .files-preview .item {
    display: flex;
    align-items: center;
}

.files-preview__pinned ul {
    list-style: none;
    display: flex;
}

.files-preview__pinned ul li {
    max-width: 70px;
    margin-right: 5px;
}

.files-preview__pinned ul li img {
    max-width: 100%;
}

.categories__title .icon i {
    display: none;
}

.categories__title {
    display: flex;
    align-items: center;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    display: flex;
    align-items: center;
}

.breadcrumb-item .icon i {
    display: flex;
    align-items: center;
}

.breadcrumb-item .icon i[class^="core-"]:before, i[class*=" core-"]:before {
    line-height: 0.9 !important;
}

.breadcrumb-item span:last-child {
    margin-left: 0;
}

.ticket-status .status.is-created {
    background: url("../img/categories/open-req.svg") center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-bottom: 0;
}

.ticket-status .status.is-hold,
.ticket-status .status.is-progress,
.ticket-status .status.is-awaiting_your_reply {
    background: url("../img/categories/hold-req.svg") center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-bottom: 0;
}

.ticket-status .status.is-open {
    background: url("../img/categories/open-req.svg") center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-bottom: 0;
}

.ticket-status .status.is-progress {
    background: url("../img/categories/open-req.svg") center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-bottom: 0;
}

.ticket-status .status.is-closed {
    background: url("../img/categories/closed-req.svg") center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-bottom: 0;
}

.ticket-status__text {
    margin-bottom: 0 !important;
}

.category-text__block {
    display: flex !important;
    align-items: center;
}

.category-text__block .category__text {
    margin-bottom: 0 !important;
}

.category-text__block .icon {
    margin-bottom: 0 !important;
    display: block;
    margin-right: 11px;
    color: #47A3B7;
}

.ticket-status__span {
    display: flex !important;
    align-items: center !important;
}

.chat__message-support .service {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #90A2AC;
}

.chat__message-support .logo {
    width: 100px;
    height: 20px;
    display: block;
}

.select-wrap {
    position: relative;
}

.select-wrap .selected {
    outline: none;
    padding: 6px 15px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
    transition: 200ms all ease-in-out;
    cursor: pointer;
    background: rgb(36, 36, 48) !important;
    border: 1px solid rgb(82, 83, 94) !important;
    color: rgba(241, 241, 241, 1) !important;
    border-radius: 2px !important;
}

.select-wrap .selected:after {
    content: "";
    position: absolute;
    background: url(../img/open_list_icon.svg) 0 0 no-repeat;
    width: 12px;
    height: 6px;
    right: 22px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .2;
    background-size: contain;
    transition: 200ms all ease-in-out;
}

.select-wrap .select-list {
    position: absolute;
    top: 32px;
    z-index: 2;
    left: 0;
    background-color: rgb(36, 36, 48) !important;
    width: 100%;
    list-style: none;
    border: 1px solid rgb(56, 57, 69);
}

.select-wrap .select-list li:hover {
    background: rgb(30, 30, 41) !important;
    color: #FFFFFF !important;
}

.select-wrap .select-list li {
    padding: 8px 15px 8px 35px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: 100ms all ease-in-out;
    font-size: 14px;
    list-style: none;
    color: #90A2AC;
    position: relative;
}

.list-item {
    display: inline-block;
    margin-right: 10px;
}

.list-enter-active, .list-leave-active {
    transition: all 1s;
}

.list-enter, .list-leave-to {
    opacity: 0;
    transform: translateY(30px);
}

@media screen and (max-width: 1519px) {
    .chat-message__content {
        max-width: 760px;
    }
}

@media screen and (max-width: 1215px) {
    .chat-message__content {
        max-width: 600px;
    }
}

@media screen and (max-width: 1012px) {
    .chat-message__content {
        max-width: 470px;
    }

    .chat-page__block {
        display: block !important;
    }

    .chat-info {
        margin-top: 20px;
    }

    .steam-profile-id {
        max-width: 100%;
    }
}
