/*
This file should only be used by hesk clients to apply any custom overwrites to core files,
and ensure these changes are included in the bundled css.

Please only change this file if you know what you are doing.
Any general thematic changes should rather be done as part of /theme changes of theme_overrides.css
*/
@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7T6bH.ttf) format("truetype");
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7TqbH.ttf) format("truetype");
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9qlTqbH.ttf) format("truetype");
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbH.ttf) format("truetype");
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9rJTqbH.ttf) format("truetype");
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabH.ttf) format("truetype");
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabH.ttf) format("truetype");
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7SabH.ttf) format("truetype");
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9pSSabH.ttf) format("truetype");
}

:root {
    font-family: Alexandria, Lato, Arial, sans-serif;
}

body,
button,
input,
optgroup,
select,
textarea,
.wrapper,
.btn,
.ticket__body_block h1,
.ticket__body_block h2,
.ticket__body_block h3,
.ticket__body_block .block--head,
.ticket__params .params--block .row,
.ticket__params .params--block h2,
.ticket__params .params--block h4,
.step-bar li,
.step-bar li::before,
.header .profile__user .profile__menu .profile--logout a {
    font-family: Alexandria, Lato, Arial, sans-serif;
}

html,
body,
body.cust-help {
    background:
        radial-gradient(circle at 8% 0%, rgba(242, 210, 141, 0.16), transparent 24%),
        radial-gradient(circle at 92% 10%, rgba(212, 43, 124, 0.14), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(189, 96, 255, 0.1), transparent 22%),
        #000000;
}

.cust-help .wrapper {
    margin: 0 !important;
    min-height: 100vh;
    background: transparent;
}

.cust-help .main__content {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(242, 210, 141, 0.14), transparent 20%),
        radial-gradient(circle at top right, rgba(212, 43, 124, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.98) 0%, #000000 30%, #000000 100%);
}

.cust-help .main__content:not(.ticket) {
    padding: 32px 0 56px;
}

.cust-help .main__content.notice-flash {
    overflow: visible;
    padding: 0;
    background: transparent;
}

.cust-help .contr {
    max-width: 1200px;
    padding: 0 24px;
}

.cust-help .header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid #323232;
    background: rgba(0, 0, 0, 0.86);
    backdrop-filter: blur(18px);
}

.cust-help .header__inner {
    gap: 18px;
    min-height: 88px;
    padding: 18px 0;
}

.cust-help .header__logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--header_logo__clr);
}

.cust-help .header__logo:hover {
    color: var(--header_nav__hover_clr);
}

.cust-help .header__logo-wordmark {
    width: 94px;
    height: 48px;
    flex-shrink: 0;
}

.cust-help .header__logo-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #323232;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    color: #f2d28d;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.cust-help .header__inner .header__nav {
    display: flex;
    gap: 12px;
    flex-grow: 0;
    margin: 0 0 0 auto;
    justify-content: flex-end;
}

.cust-help .header__inner .header__nav .nav-item {
    color: #ffffff;
}

.cust-help .header__inner .header__nav .nav-item:not(:first-child) {
    margin-left: 0;
}

.cust-help .header__inner .header__nav .nav-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.cust-help .header__inner .header__nav .nav-item:first-child a {
    background: #f2d28d;
    border-color: #f2d28d;
    color: #000000;
}

.cust-help .header__inner .header__nav .nav-item:first-child a:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.cust-help .header__inner .header__nav .nav-item:not(:first-child) a:hover {
    background: #ffffff;
    color: #000000;
}

.cust-help .header__inner .header__lang {
    margin-left: 12px;
}

.cust-help .header__inner .header__lang .dropdown-select {
    display: inline-flex;
}

.cust-help .header__inner .header__lang .dropdown-select .label {
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #323232;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    color: #ffffff;
}

.cust-help .header__inner .header__lang .dropdown-select .label .icon {
    fill: #f2d28d;
}

.cust-help .header .dropdown-select:not(.right):hover .label,
.cust-help .header .dropdown-select:not(.right):hover .label span,
.cust-help .header .dropdown:not(.right):hover .label,
.cust-help .header .dropdown:not(.right):hover .label span {
    background: #101010 !important;
    border-color: #f2d28d;
    color: #f2d28d !important;
}

.cust-help .header__lang .dropdown:not(.right) .label,
.cust-help .header__lang .dropdown-select:not(.right) .label {
    border-color: #323232;
}

.header .profile__user {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    height: auto;
}

.header .user__ava {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #d42b7c 0%, #bd60ff 100%);
    box-shadow: 0 0 0 3px rgba(212, 43, 124, 0.16);
    font-weight: 700;
}

.header .user__name p span {
    font-weight: 600;
}

.header .profile__user .profile__menu {
    top: calc(100% + 14px);
    padding: 18px;
    border: 1px solid #323232;
    border-radius: 24px;
    background: #050505;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.header .profile__user .profile__menu .profile--view {
    margin-bottom: 8px;
}

.header .profile__user .profile__menu .profile--logout {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid #323232;
    background: transparent;
}

.header .profile__user .profile__menu .profile--logout a {
    justify-content: flex-start;
    height: auto;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 18px;
    color: #ffffff;
}

.header .profile__user .profile__menu .profile--logout a:hover {
    background: #111111;
    border-color: #323232;
}

.header .profile__user .profile__menu .profile--logout a .icon-log-out {
    fill: #f2d28d;
}

.breadcrumbs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.breadcrumbs__inner {
    gap: 6px;
    padding: 16px 0;
    font-size: 13px;
}

.breadcrumbs__inner .icon {
    color: #666666;
}

.breadcrumbs__inner .last {
    color: #ffffff;
}

.icon-in-circle {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(242, 210, 141, 0.35);
    border-radius: 50%;
    background: rgba(242, 210, 141, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.icon-in-circle .icon {
    fill: #f2d28d;
    font-size: 20px;
}

.btn {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.btn-full,
.btn-border,
.btn--blue-border {
    min-width: 0;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border-width: 2px;
    box-shadow: none;
}

.btn-full:hover {
    background: transparent;
    color: #ffffff !important;
    border-color: #ffffff;
}

.notification a.btn-full {
    width: auto;
}

.btn-border,
.btn--blue-border {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn-border:hover,
.btn--blue-border:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.btn-border .icon,
.btn--blue-border .icon {
    fill: currentColor;
}

.browser-default a:not(.btn):not(.btn-full):not(.btn-border):not(.btn--blue-border),
.notification a:not(.btn):not(.btn-full):not(.btn-border):not(.btn--blue-border),
.alert a:not(.btn):not(.btn-full):not(.btn-border):not(.btn--blue-border),
.ticket__body_block .block--head .contact .dropdown .dropdown-list li a {
    color: #f2d28d !important;
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-underline-offset: 0.14em;
}

.browser-default a:not(.btn):not(.btn-full):not(.btn-border):not(.btn--blue-border):hover,
.browser-default a:not(.btn):not(.btn-full):not(.btn-border):not(.btn--blue-border):focus-visible,
.notification a:not(.btn):not(.btn-full):not(.btn-border):not(.btn--blue-border):hover,
.notification a:not(.btn):not(.btn-full):not(.btn-border):not(.btn--blue-border):focus-visible,
.alert a:not(.btn):not(.btn-full):not(.btn-border):not(.btn--blue-border):hover,
.alert a:not(.btn):not(.btn-full):not(.btn-border):not(.btn--blue-border):focus-visible,
.ticket__body_block .block--head .contact .dropdown .dropdown-list li a:hover,
.ticket__body_block .block--head .contact .dropdown .dropdown-list li a:focus-visible {
    color: #ffffff !important;
}

.page-index .help-search {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 36px 32px 32px;
    border: 1px solid #323232;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.page-index .help-search::before {
    content: "VELOXQ SUPPORT";
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid #323232;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    color: #f2d28d;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-index .help-search::after {
    content: "";
    position: absolute;
    top: -140px;
    right: -90px;
    z-index: 0;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(189, 96, 255, 0.2);
    filter: blur(90px);
    pointer-events: none;
}

.page-index .help-search > * {
    position: relative;
    z-index: 1;
}

.search__title {
    max-width: 14ch;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-align: left;
}

.search__form {
    padding: 0;
    background: transparent;
}

.search__form .form-group {
    max-width: 100%;
}

.search__form .form-group input {
    height: 64px;
    padding: 17px 18px 17px 64px;
    border: 2px solid #323232;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.88);
    color: #ffffff;
    font-size: 16px;
}

.search__form .form-group input:focus,
.search__form .form-group input:hover {
    border-color: #f2d28d;
    box-shadow: 0 0 0 4px rgba(242, 210, 141, 0.12);
}

.search__form .search__submit {
    left: 22px;
}

.search__form .form-group .icon-search {
    fill: #f2d28d;
}

.form-group .search-clear {
    right: 16px;
}

.form-group .search-clear .icon {
    fill: #9c9c9c;
}

.form-group .search-clear:hover .icon {
    fill: #ffffff;
}

.nav {
    gap: 20px;
    margin: 32px 0 0;
    justify-content: flex-start;
}

.navlink {
    width: calc(50% - 10px);
    max-width: none;
    margin: 0;
    padding: 24px 22px;
    border: 1px solid #323232;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    transition:
        transform 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        background-color 0.15s ease;
}

.navlink:hover {
    transform: translateY(-2px);
    border-color: rgba(242, 210, 141, 0.55);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.navlink .icon-in-circle {
    margin-right: 16px;
}

.navlink .navlink__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.navlink .navlink__descr {
    margin-top: 6px;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 1.6;
}

.navlink:hover > .icon-in-circle {
    background: #f2d28d;
    border-color: #f2d28d;
}

.navlink:hover > .icon-in-circle .icon {
    fill: #000000;
}

.article {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 32px;
    padding: 32px;
    border: 1px solid #323232;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.article::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -120px;
    z-index: 0;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(212, 43, 124, 0.18);
    filter: blur(88px);
    pointer-events: none;
}

.article > * {
    position: relative;
    z-index: 1;
}

.article__heading {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-align: left;
}

.article__heading a .icon-in-circle + span {
    margin-left: 14px;
}

.tabbed__head {
    justify-content: flex-start;
    border: none;
    margin-bottom: 24px;
}

.tabbed__head .tabbed__head_tabs {
    gap: 10px;
    flex-wrap: wrap;
}

.tabbed__head .tabbed__head_tabs li {
    min-width: 0;
    margin-bottom: 0;
    padding: 12px 18px;
    border: 1px solid #323232;
    border-radius: 999px;
    background: transparent;
    color: #9c9c9c;
    transition: all var(--transition-time-pri) ease;
}

.tabbed__head .tabbed__head_tabs li.current {
    background: #f2d28d;
    border-color: #f2d28d;
    color: #000000;
    box-shadow: none;
}

.tabbed__head .tabbed__head_tabs li:not(.current):hover {
    background: #111111;
    border-color: #ffffff;
    color: #ffffff;
}

.tabbed__tabs .tabbed__tabs_tab {
    background: transparent;
    box-shadow: none;
}

.preview {
    padding: 22px 0;
    border-bottom: 1px solid #323232;
    background: transparent;
    box-shadow: none;
    color: #9c9c9c;
}

.preview:last-child {
    border-bottom: none;
}

.preview:hover {
    background: transparent;
    color: #ffffff !important;
}

.preview:hover .icon-in-circle {
    background: #f2d28d;
    border-color: #f2d28d;
}

.preview .icon-in-circle {
    margin-top: 0;
}

.preview .preview__title {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.preview__text {
    max-width: 720px;
}

.preview__text p {
    font-size: 14px;
    line-height: 1.7;
}

.article__footer {
    align-items: flex-start;
    margin: 28px 0 0;
}

.article__footer .link {
    height: auto;
    color: #f2d28d;
}

.article__footer .link:hover {
    color: #ffffff;
}

.kb-suggestions.boxed,
.topics {
    border: 1px solid #323232;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.kb-suggestions.boxed {
    padding: 18px;
}

.kb-suggestions h6 {
    padding: 0 0 14px;
    color: #ffffff;
}

.suggest-preview {
    padding: 14px 0;
    border-bottom: 1px solid #323232;
    background: transparent;
}

.suggest-preview:hover {
    background: transparent;
}

.suggest-preview:hover .icon-in-circle {
    background: #f2d28d;
    border-color: #f2d28d;
}

.suggest-preview:hover .icon-in-circle .icon {
    fill: #000000;
}

.topics {
    padding: 28px 24px 8px;
}

.topics__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.topics__title .icon {
    fill: #f2d28d;
}

.topics__list {
    color: #9c9c9c;
}

.topics__list li:before {
    background-color: #d42b7c;
}

.topics__list a {
    color: #9c9c9c;
}

.topics__list a:hover {
    color: #f2d28d;
}

.form-submit-ticket {
    padding: 32px 32px 40px;
    border: 1px solid #323232;
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.article__heading--form {
    margin: 0 0 24px;
}

.article-heading-tip {
    justify-content: flex-start;
    margin: 0 0 24px;
    color: #9c9c9c;
    text-align: left;
}

.divider {
    margin: 32px 0 0;
    height: 1px;
    background: #1e1e1e;
}

.captcha-block {
    max-width: 360px;
    padding: 24px;
    border: 1px solid #323232;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.02);
}

.form-group label,
.form .label {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.form-group.required .label:after,
.form-group.required label:after,
.label.required:after,
label.required:after {
    top: -0.2em;
}

.form input.form-control,
.form textarea.form-control {
    min-height: 56px;
    padding: 14px 18px;
    border: 2px solid #323232;
    border-radius: 18px;
    background-color: #000000;
    color: #ffffff;
    box-shadow: none;
}

.form textarea.form-control {
    min-height: 200px;
}

.fileinput-button {
    margin-top: 16px;
}

.form input.form-control:hover,
.form textarea.form-control:hover {
    border-color: #f2d28d;
}

.form input.form-control:focus,
.form textarea.form-control:focus {
    border-color: #f2d28d;
    box-shadow: 0 0 0 4px rgba(242, 210, 141, 0.12);
}

.form-group .form-control__error,
.error-message {
    border: 1px solid rgba(212, 43, 124, 0.35);
    border-radius: 14px;
    background: rgba(212, 43, 124, 0.08);
    color: #ffffff;
}

.form h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.form-footer {
    margin-top: 4px;
}

.form-footer .btn {
    min-width: 240px;
    height: 54px;
}

.form-footer .link {
    margin-top: 18px;
    color: #f2d28d;
}

.form-footer .link:hover {
    color: #ffffff;
}

.selectize-control .selectize-input {
    min-height: 56px;
    padding: 0 48px 0 18px;
    border: 2px solid #323232;
    border-radius: 18px;
    background: #000000;
    color: #ffffff;
}

.selectize-control .selectize-input:after {
    width: 14px !important;
    height: 14px !important;
    right: 16px !important;
    opacity: 1 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.25L7 7.25L13 1.25' stroke='%23F2D28D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.selectize-control .selectize-input.focus,
.selectize-control.read-write .selectize-input:hover,
.selectize-control.read-write .selectize-input.dropdown-active:hover {
    border-color: #f2d28d !important;
    background: #050505 !important;
    color: #ffffff;
}

.selectize-control .selectize-dropdown {
    margin-top: 8px;
    border: 1px solid #323232;
    border-radius: 18px;
    overflow: hidden;
    background: #050505;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.selectize-control .selectize-dropdown .option {
    color: #ffffff;
}

.selectize-control .selectize-dropdown .option.active {
    background: #111111;
    color: #f2d28d;
}

.main__content .dropdown label,
.main__content .dropdown-select label,
.main__content .with-label label,
.main__content .dropdown .label,
.main__content .dropdown-select .label,
.main__content .with-label .label {
    min-height: 46px;
    padding: 0 18px;
    border: 2px solid #323232;
    border-radius: 18px;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: none;
}

.main__content .dropdown:hover label,
.main__content .dropdown-select:hover label,
.main__content .with-label:hover label,
.main__content .dropdown:hover .label,
.main__content .dropdown-select:hover .label,
.main__content .with-label:hover .label {
    border-color: #f2d28d;
    background: #050505;
}

.main__content .dropdown .icon-chevron-down,
.main__content .dropdown-select .icon-chevron-down,
.main__content .with-label .icon-chevron-down {
    fill: #f2d28d;
}

.checkbox-custom [type=checkbox]:checked + label,
.checkbox-custom [type=checkbox]:not(:checked) + label,
.radio-custom [type=radio]:checked + label,
.radio-custom [type=radio]:not(:checked) + label {
    padding-left: 30px;
    color: #ffffff;
}

.checkbox-custom [type=checkbox]:checked + label:before,
.checkbox-custom [type=checkbox]:not(:checked) + label:before {
    width: 20px;
    height: 20px;
    top: -2px;
    border: 1px solid #323232;
    border-radius: 6px;
    background: #000000;
}

.checkbox-custom [type=checkbox]:checked + label:before {
    background: #f2d28d;
    border-color: #f2d28d;
}

.checkbox-custom [type=checkbox]:checked + label:after,
.checkbox-custom [type=checkbox]:not(:checked) + label:after {
    width: 14px;
    height: 14px;
    top: 1px;
    left: 3px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M1 4.5L4.5 8L11 1' stroke='%23000000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.checkbox-custom [type='checkbox'] + label:hover::before {
    background: #101010;
    border-color: #f2d28d;
}

.checkbox-custom [type=checkbox]:checked + label:hover::before {
    background: #f2d28d;
}

.radio-custom [type=radio]:checked + label:before,
.radio-custom [type=radio]:not(:checked) + label:before {
    width: 20px;
    height: 20px;
    top: -2px;
    border: 2px solid #323232;
    background: #000000;
}

.radio-custom [type=radio]:checked + label:before {
    border-color: #f2d28d;
}

.radio-custom [type=radio]:checked + label:after,
.radio-custom [type=radio]:not(:checked) + label:after {
    width: 10px;
    height: 10px;
    top: 3px;
    left: 5px;
    background-color: #f2d28d;
}

.radio-custom [type='radio'] + label:hover::before {
    border-color: #f2d28d;
    background: #101010;
}

.block--attach,
.attach .block--attach {
    color: #f2d28d;
}

.block--attach:hover,
.attach .block--attach:hover {
    color: #ffffff;
}

.block--attach .icon-attach,
.attach .block--attach .icon-attach {
    fill: currentColor;
}

.ticket__body_block {
    padding: 24px 28px 28px;
    border: 1px solid #323232;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.ticket__body_block.response {
    background: linear-gradient(180deg, rgba(212, 43, 124, 0.1), rgba(255, 255, 255, 0.02));
    border-color: rgba(212, 43, 124, 0.45);
}

.ticket__body_block h1,
.ticket__body_block h2,
.ticket__body_block h3 {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.ticket__body_block .block--head,
.ticket__body_block .block--head .contact > span,
.ticket__body_block .block--head time,
.ticket__body_block .block--head .more span {
    color: #9c9c9c;
}

.ticket__body_block .block--head .contact b,
.ticket__body_block .block--head .contact .dropdown .dropdown-list li .value {
    color: #ffffff;
}

.ticket__body_block .block--head .contact .dropdown.customer {
    box-shadow: none;
}

.ticket__body_block .block--head .contact .dropdown.customer label {
    padding: 10px 12px;
    border-radius: 14px;
}

.ticket__body_block p > a {
    color: #f2d28d;
}

.ticket__body_block p > a:hover {
    color: #ffffff !important;
}

.ticket__params .params--bar,
.ticket__params .params--block {
    border: 1px solid #323232;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.ticket__params .params--bar {
    height: 56px;
    padding-left: 18px;
}

.ticket__params .params--bar a {
    width: 56px;
    height: 56px;
}

.ticket__params .params--bar .dropdown {
    width: 72px;
    height: 56px;
    border-left: 1px solid #1e1e1e;
}

.ticket__params .params--bar .dropdown label {
    min-height: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.ticket__params .params--bar .dropdown:hover label {
    background: transparent;
    border: none;
}

.ticket__params .params--bar a svg,
.ticket__params .params--bar .dropdown label svg {
    fill: #f2d28d;
}

.ticket__params .params--bar a:hover svg,
.ticket__params .params--bar .dropdown:hover svg {
    fill: #ffffff;
}

.ticket__params .params--block .row {
    border-bottom: 1px solid #1e1e1e;
    color: #ffffff;
}

.ticket__params .params--block .row .title {
    color: #9c9c9c;
}

.ticket__params .params--block h2,
.ticket__params .params--block h4 {
    color: #ffffff;
    font-weight: 600;
}

.ticket__params .params--block a {
    color: #f2d28d;
}

.ticket__params .params--block a:hover {
    color: #ffffff !important;
}

.table-wrap {
    padding: 12px;
    border: 1px solid #323232;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.table-wrap .table thead {
    background: #0e0e0e;
    color: #ffffff;
}

.table-wrap .table thead a {
    color: #ffffff;
}

.table-wrap .table thead th:not(:first-child),
.table-wrap .table tbody td:not(:first-child) {
    border-left: 1px solid #1e1e1e;
}

.table-wrap .table tbody tr {
    border-bottom: 1px solid #1e1e1e;
}

.table-wrap .table tbody tr:hover {
    background: rgba(242, 210, 141, 0.06) !important;
}

.table-wrap .table tbody tr.new td:first-child::before {
    background-color: #d42b7c;
    border-top: none;
}

.table-wrap td a {
    color: #f2d28d;
}

.table-wrap td a:hover {
    color: #ffffff !important;
}

.table thead th .handle::before {
    border-bottom-color: #f2d28d;
}

.table thead th .handle::after {
    border-top-color: #f2d28d;
}

.pagination a {
    background: #0b0b0b;
    border: 1px solid #323232;
    border-radius: 999px;
}

.pagination__link,
.pagination__stroke {
    border-radius: 999px;
    color: #ffffff;
}

.pagination__item.is-current .pagination__link {
    background: #f2d28d;
    color: #000000;
}

.pagination a:hover {
    background: #111111;
}

.alert,
.notification,
.notification-flash {
    isolation: isolate;
    overflow: hidden;
    border: 1px solid #323232;
    border-radius: 20px;
}

.alert {
    background: #0b0b0b;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.alert.warning {
    background: rgba(242, 210, 141, 0.08);
    border-color: rgba(242, 210, 141, 0.35);
}

.alert.success {
    background: rgba(111, 225, 171, 0.08);
    border-color: rgba(111, 225, 171, 0.35);
}

.alert.danger {
    background: rgba(212, 43, 124, 0.08);
    border-color: rgba(212, 43, 124, 0.35);
}

.alert__title,
.alert__descr {
    color: #ffffff;
}

.notification {
    background: #0b0b0b;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.notification.red {
    background: rgba(212, 43, 124, 0.1);
}

.notification.orange {
    background: rgba(242, 210, 141, 0.08);
}

.notification.green {
    background: rgba(111, 225, 171, 0.08);
}

.notification.blue {
    background: rgba(189, 96, 255, 0.08);
}

.notification-flash {
    background: #050505;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.notification-flash .notification--title {
    color: #ffffff;
}

.notification-flash .notification--text {
    color: #9c9c9c;
}

.main__content.notifications .notifications__list {
    max-width: 100%;
    border: 1px solid #323232;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.main__content.notifications .notifications__list li {
    border-radius: 18px;
}

.footer {
    margin-top: 40px;
    padding: 24px 16px 32px;
    border-top: 1px solid #323232;
    color: #9c9c9c;
}

.footer a {
    color: #f2d28d;
}

.footer a:hover {
    color: #ffffff;
}

.blocker {
    background: rgba(0, 0, 0, 0.82) !important;
    backdrop-filter: blur(14px);
}

.modal {
    max-width: 560px;
    border: 1px solid #323232;
    border-radius: 24px;
    background: #080808;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.modal a.close-modal {
    top: 16px;
    right: 16px;
}

#modal-contents {
    color: #ffffff;
}

#modal-contents form {
    margin-top: 20px;
}

@media screen and (max-width: 900px) {
    .cust-help .wrapper {
        margin-top: 0;
    }

    .cust-help .contr {
        padding: 0 16px;
    }

    .cust-help .header__inner {
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .cust-help .header__inner .header__nav {
        width: 100%;
        margin: 0;
        justify-content: flex-start;
    }

    .cust-help .header__inner .header__lang {
        margin-left: auto;
    }

    .page-index .help-search,
    .article,
    .form-submit-ticket,
    .topics,
    .table-wrap {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .search__title {
        max-width: none;
        font-size: 32px;
    }

    .nav {
        gap: 16px;
    }

    .navlink {
        width: 100%;
    }

    .ticket__body_block {
        padding: 20px;
    }

    .form-footer .btn {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .cust-help .contr {
        padding: 0 12px;
    }

    .cust-help .header__logo {
        width: 100%;
        justify-content: space-between;
    }

    .cust-help .header__logo-label {
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .cust-help .header__inner .header__nav {
        gap: 10px;
    }

    .cust-help .header__inner .header__nav .nav-item a,
    .cust-help .header__inner .header__lang .dropdown-select .label {
        min-height: 42px;
        padding: 0 16px;
    }

    .page-index .help-search,
    .article,
    .form-submit-ticket {
        padding: 20px 18px;
    }

    .search__form .form-group input {
        height: 58px;
        padding-left: 56px;
        border-radius: 18px;
    }

    .search__form .search__submit {
        left: 18px;
    }

    .form input.form-control,
    .form textarea.form-control,
    .selectize-control .selectize-input {
        border-radius: 16px;
    }

    .table-wrap {
        padding: 10px;
    }
}
