@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body, dl, h1, h2, h3, label, ol, p, ul, .wrapper, button {
    font-family: Inter,-apple-system,-system-ui,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif!important;
}
.main__content {
    background-color: #161616;
}
.breadcrumbs {
    background: #ef0013;
}
.breadcrumbs a {
    color: #fff;
    font-weight: 700 !important;
}
.cust-help .header {
    border-bottom: none;
}
.article__heading {
    color: #ffffff;
}
.cust-help .header__logo {
    font-size: 26px;
    font-weight: 900;
    line-height: normal;
    color: #ef0013;
}
.cust-help .header__inner {
    justify-content: center;
}
.breadcrumbs__inner {
    justify-content: center;
}
.breadcrumbs__inner .icon {
    margin: 0 .9em 0 1em;
}
.form-submit-ticket {
    display: table;
    margin: 0 auto 40px;
    text-align: left;
}
.form-group label {
    color: #000000;
    font-weight: 700;
    font-size: 1.1em;
}
.form input.form-control, .form textarea.form-control {
    border: solid 1px #000000;
}
.checkbox-custom [type=checkbox]:not(:checked)+label {
    color: #000000;
}
.btn-full {
    border: none;
}
.param--attach .label {
    font-weight: 700;
    font-size: 1.1em;
    color: #000;
}
.param .label.required {
    margin-right: 16px;
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
}
.footer {
    margin-top: 0;
    padding: 16px;
    color: #161616;
    font-size: 12px;
}
.dropdown:not(.right) .label, .dropdown-select:not(.right) .label, .form-group .dropdown:not(.right) .label, .form-group .dropdown-select:not(.right) .label, .dropdown:not(.right) label, .dropdown-select:not(.right) label, .form-group .dropdown:not(.right) label, .form-group .dropdown-select:not(.right) label {
    border: solid 1px #000000;
}
.dropdown:not(.right):hover, .dropdown-select:not(.right):hover {
    border-color: #161616;
    background-color: #161616 !important;
    color: #fff;
    transition: all var(--transition-time-pri) ease;
}
.form-footer .btn {
    margin-top: 20px;
    font-size: 1.5em;
    height: auto !important;
    padding: 13px;
    text-transform: capitalize;
}
.article-heading-tip {
    margin: 4px auto 20px;
}
.captcha-block h2 {
    display: none;
}
.navlink {
    background-color: #ef0013;
    color: #ffffff;
    border-radius: 2px;
    padding: 30px;
}
.navlink .navlink__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
}
.navlink:hover .navlink__title {
    color: #000;
}
.search__title {
    margin: 30px 0;
    color: #ffffff;
}
.ticket__params .params--block .row {
    border-bottom: none;
}
.ticket__params .params--block .row .title {
    color: #000000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
}
.ticket__body_block .block--head time {
    margin: 0 10px;
    color: #161616;
}
.dropdown .dropdown-list, .dropdown-select .dropdown-list, .with-label .dropdown-list {
    border: 1px solid #ffffff;
}
#recaptcha-submit {
    border: none;
    font-size: 1.5em;
    padding: 13px;
    height: auto !important;
    text-transform: capitalize;
    min-width: 240px;
}
.ticket__block-footer {
    color: #64859c;
    padding-top: 0;
    border-top: none;
}
.navlink {
    background-color: #ef0013;
    color: #ffffff;
    border-radius: 2px;
    padding: 15px 10px;
    margin: 0 5px 5px;
}
.footer {
    font-size: 7px;
    position: fixed;
    bottom: 0;
    right: -254px;
    background: #444;
    color: #fff;
    border-radius: 3px 0 0 0;
}
.select__title {
    margin: 30px 0;
    color: #ffffff;
}
.in-webview .site-header { display: none !important; }
.cust-help .header {
    display: none;
}
@media screen and (max-width: 640px) {
    .form-submit-ticket {
        padding: 20px;
        margin-bottom: 0;
    }
    .cust-help .contr {
        padding: 0;
    }
    .main__content.notice-flash {
        margin-top: 0;
    }
    .ticket__body, .ticket__params {
        min-width: 0;
        margin-bottom: 0;
        border-radius: 0;
    }
    .ticket__body_block {
        padding: 20px;
        margin-bottom: 0;
        border-radius: 0;
    }
    .ticket__params .params--block {
        margin: 0;
        border-radius: 0;
    }
    .ticket {
        margin-top: -20px;
    }
    .ticket__body {
        margin: 20px!important;
    }
}