@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-regular.woff2) format("woff2"), url(../fonts/roboto-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-bold.woff2) format("woff2"), url(../fonts/roboto-bold.woff) format("woff")
}

@font-face {
    font-display: block;
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff")
}

.button,
.file-cta,
.file-name,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
    align-items: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top
}

.button:active,
.button:focus,
.file-cta:active,
.file-cta:focus,
.file-name:active,
.file-name:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.file-cta,
.is-active.file-name,
.is-active.input,
.is-active.pagination-ellipsis,
.is-active.pagination-link,
.is-active.pagination-next,
.is-active.pagination-previous,
.is-active.textarea,
.is-focused.button,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.input,
.is-focused.pagination-ellipsis,
.is-focused.pagination-link,
.is-focused.pagination-next,
.is-focused.pagination-previous,
.is-focused.textarea,
.pagination-ellipsis:active,
.pagination-ellipsis:focus,
.pagination-link:active,
.pagination-link:focus,
.pagination-next:active,
.pagination-next:focus,
.pagination-previous:active,
.pagination-previous:focus,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    outline: none
}

.select fieldset[disabled] select,
.select select[disabled],
[disabled].button,
[disabled].file-cta,
[disabled].file-name,
[disabled].input,
[disabled].pagination-ellipsis,
[disabled].pagination-link,
[disabled].pagination-next,
[disabled].pagination-previous,
[disabled].textarea,
fieldset[disabled] .button,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .input,
fieldset[disabled] .pagination-ellipsis,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
    cursor: not-allowed
}

.button,
.file,
.is-unselectable,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.navbar-link:not(.is-arrowless):after,
.select:not(.is-multiple):not(.is-loading):after {
    border: 2px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .5em;
    margin-top: -.3125em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(0) rotate(-45deg);
    transform-origin: center;
    transition: transform .15s linear;
    width: .5em
}

.block:not(:last-child),
.box:not(:last-child),
.content:not(:last-child),
.level:not(:last-child),
.pagination:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.delete {
    -webkit-touch-callout: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: hsla(0, 0%, 4%, .2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    pointer-events: auto;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: top;
    width: 20px
}

.delete:after,
.delete:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.delete:before {
    height: 2px;
    width: 50%
}

.delete:after {
    height: 50%;
    width: 2px
}

.delete:focus,
.delete:hover {
    background-color: hsla(0, 0%, 4%, .3)
}

.delete:active {
    background-color: hsla(0, 0%, 4%, .4)
}

.is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
}

.is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.button.is-loading:after,
.control.is-loading:after,
.loader,
.select.is-loading:after {
    animation: spinAround .5s linear infinite;
    border-color: transparent transparent #dbdbdb #dbdbdb;
    border-radius: 9999px;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.modal,
.modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.navbar-burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
.navbar-burger,
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

img,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: separate;
    border-spacing: 0
}

td,
th {
    padding: 0
}

td:not([align]),
th:not([align]) {
    text-align: inherit
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: #fff;
    font-size: 16px;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: Roboto, sans-serif
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #0070ba;
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    color: #363636
}

code {
    color: #e22b12;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em
}

code,
hr {
    background-color: #f5f5f5
}

hr {
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox],
input[type=radio] {
    vertical-align: baseline
}

small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    color: #363636;
    font-weight: 700
}

fieldset {
    border: none
}

pre {
    -webkit-overflow-scrolling: touch;
    word-wrap: normal;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre
}

pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0
}

table td,
table th {
    vertical-align: top
}

table td:not([align]),
table th:not([align]) {
    text-align: inherit
}

table th {
    color: #363636
}

@keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

abbr {
    border-bottom: 1px dashed;
    text-decoration: none
}

[data-title] {
    cursor: help;
    pointer-events: auto;
    position: relative
}

[data-title]:after {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 4%, .1);
    color: #4a4a4a;
    content: attr(data-title);
    display: none;
    font-size: .875rem;
    font-weight: 400;
    left: calc(100% + 4px);
    line-height: 1.5;
    padding: .3125rem .5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

[data-title]:hover:after {
    display: block
}

[data-title].is-title-left:after {
    left: auto;
    right: calc(100% + 4px);
    white-space: nowrap
}

[data-title].is-title-bottom:after {
    left: auto;
    right: 0;
    top: calc(100% + 4px);
    transform: none;
    white-space: nowrap
}

[data-title].is-title-send:hover:after {
    display: none;
    left: auto;
    right: calc(100% + 4px);
    white-space: nowrap
}

.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem
}

a.box:focus,
a.box:hover {
    box-shadow: 0 .5em 1em -.125em hsla(0, 0%, 4%, .1), 0 0 0 1px #0070ba
}

a.box:active {
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .2), 0 0 0 1px #0070ba
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding: calc(.5em - 1px) 1em;
    text-align: center;
    white-space: nowrap
}

.button strong {
    color: inherit
}

.button .icon,
.button .icon.is-large,
.button .icon.is-medium,
.button .icon.is-small {
    height: 1.5em;
    width: 1.5em
}

.button .icon:first-child:not(:last-child) {
    margin-left: calc(-.5em - 1px);
    margin-right: .25em
}

.button .icon:last-child:not(:first-child) {
    margin-left: .25em;
    margin-right: calc(-.5em - 1px)
}

.button .icon:first-child:last-child {
    margin-left: calc(-.5em - 1px);
    margin-right: calc(-.5em - 1px)
}

.button.is-hovered,
.button:hover {
    border-color: #b5b5b5;
    color: #363636
}

.button.is-focused,
.button:focus {
    border-color: #0070ba;
    color: #363636
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(0, 112, 186, .25)
}

.button.is-active,
.button:active {
    border-color: #4a4a4a;
    color: #363636
}

.button.is-ghost {
    background: none;
    border-color: transparent;
    color: #0070ba;
    text-decoration: none
}

.button.is-ghost.is-hovered,
.button.is-ghost:hover {
    color: #0070ba;
    text-decoration: underline
}

.button.is-light {
    background-color: #f5f5f5;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-hovered,
.button.is-light:hover {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-focused,
.button.is-light:focus {
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active) {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25)
}

.button.is-light.is-active,
.button.is-light:active {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
    background-color: #f5f5f5;
    border-color: transparent;
    box-shadow: none
}

.button.is-light.is-loading:after {
    border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-primary {
    background-color: #0070ba;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-hovered,
.button.is-primary:hover {
    background-color: #0068ad;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused,
.button.is-primary:focus {
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(0, 112, 186, .25)
}

.button.is-primary.is-active,
.button.is-primary:active {
    background-color: #0061a1;
    border-color: transparent;
    color: #fff
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
    background-color: #0070ba;
    border-color: transparent;
    box-shadow: none
}

.button.is-primary.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-success {
    background-color: #2e9e4e;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-hovered,
.button.is-success:hover {
    background-color: #2b9449;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused,
.button.is-success:focus {
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused:not(:active),
.button.is-success:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(46, 158, 78, .25)
}

.button.is-success.is-active,
.button.is-success:active {
    background-color: #288a44;
    border-color: transparent;
    color: #fff
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
    background-color: #2e9e4e;
    border-color: transparent;
    box-shadow: none
}

.button.is-success.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-danger {
    background-color: #f16350;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-hovered,
.button.is-danger:hover {
    background-color: #f05844;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused,
.button.is-danger:focus {
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused:not(:active),
.button.is-danger:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(241, 99, 80, .25)
}

.button.is-danger.is-active,
.button.is-danger:active {
    background-color: #ef4e38;
    border-color: transparent;
    color: #fff
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
    background-color: #f16350;
    border-color: transparent;
    box-shadow: none
}

.button.is-danger.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.button.is-normal {
    font-size: 1rem
}

.button.is-medium {
    font-size: 1.25rem
}

.button.is-large {
    font-size: 1.5rem
}

.button[disabled],
fieldset[disabled] .button {
    background-color: #fff;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: .5
}

.button.is-fullwidth {
    display: flex;
    width: 100%
}

.button.is-loading {
    color: transparent !important;
    pointer-events: none
}

.button.is-loading:after {
    left: calc(50% - .5em);
    position: absolute;
    position: absolute !important;
    top: calc(50% - .5em)
}

.button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    pointer-events: none
}

.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.buttons .button {
    margin-bottom: .5rem
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
    margin-right: .5rem
}

.buttons:last-child {
    margin-bottom: -.5rem
}

.buttons:not(:last-child) {
    margin-bottom: 1rem
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    border-radius: 2px;
    font-size: .75rem
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.25rem
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem
}

.buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px
}

.buttons.has-addons .button:last-child {
    margin-right: 0
}

.buttons.has-addons .button.is-hovered,
.buttons.has-addons .button:hover {
    z-index: 2
}

.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button.is-selected,
.buttons.has-addons .button:active,
.buttons.has-addons .button:focus {
    z-index: 3
}

.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button.is-selected:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button:focus:hover {
    z-index: 4
}

.buttons.has-addons .button.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.buttons.is-centered {
    justify-content: center
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
    margin-left: .25rem;
    margin-right: .25rem
}

.buttons.is-right {
    justify-content: flex-end
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
    margin-left: .25rem;
    margin-right: .25rem
}

.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

.container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%
}

.content {
    line-height: 1.7;
    text-align: justify
}

.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
    margin-bottom: .75rem
}

.content h1,
.content h2 {
    color: #363636;
    font-weight: 600;
    line-height: 1.2
}

.content h1 {
    font-size: 2em;
    margin-bottom: 1.5rem
}

.content h2 {
    font-size: 1.5em;
    margin-bottom: .75rem
}

.content h2:not(:first-child) {
    margin-top: 1.5rem
}

.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em
}

.content ol:not([type]) {
    list-style-type: decimal
}

.content ol:not([type]).is-lower-alpha {
    list-style-type: lower-alpha
}

.content ol:not([type]).is-lower-roman {
    list-style-type: lower-roman
}

.content ol:not([type]).is-upper-alpha {
    list-style-type: upper-alpha
}

.content ol:not([type]).is-upper-roman {
    list-style-type: upper-roman
}

.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em
}

.content ul ul {
    list-style-type: circle;
    margin-top: .5em
}

.content ul ul ul {
    list-style-type: square
}

.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.progress::-webkit-progress-bar {
    background-color: #ededed
}

.progress::-webkit-progress-value {
    background-color: #4a4a4a
}

.progress::-moz-progress-bar {
    background-color: #4a4a4a
}

.progress::-ms-fill {
    background-color: #4a4a4a;
    border: none
}

.progress.is-light::-webkit-progress-value {
    background-color: #f5f5f5
}

.progress.is-light::-moz-progress-bar {
    background-color: #f5f5f5
}

.progress.is-light::-ms-fill {
    background-color: #f5f5f5
}

.progress.is-light:indeterminate {
    background-image: linear-gradient(90deg, #f5f5f5 30%, #ededed 0)
}

.progress.is-primary::-webkit-progress-value {
    background-color: #0070ba
}

.progress.is-primary::-moz-progress-bar {
    background-color: #0070ba
}

.progress.is-primary::-ms-fill {
    background-color: #0070ba
}

.progress.is-primary:indeterminate {
    background-image: linear-gradient(90deg, #0070ba 30%, #ededed 0)
}

.progress.is-success::-webkit-progress-value {
    background-color: #2e9e4e
}

.progress.is-success::-moz-progress-bar {
    background-color: #2e9e4e
}

.progress.is-success::-ms-fill {
    background-color: #2e9e4e
}

.progress.is-success:indeterminate {
    background-image: linear-gradient(90deg, #2e9e4e 30%, #ededed 0)
}

.progress.is-danger::-webkit-progress-value {
    background-color: #f16350
}

.progress.is-danger::-moz-progress-bar {
    background-color: #f16350
}

.progress.is-danger::-ms-fill {
    background-color: #f16350
}

.progress.is-danger:indeterminate {
    background-image: linear-gradient(90deg, #f16350 30%, #ededed 0)
}

.progress:indeterminate {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: moveIndeterminate;
    animation-timing-function: linear;
    background-color: #ededed;
    background-image: linear-gradient(90deg, #4a4a4a 30%, #ededed 0);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 150% 150%
}

.progress:indeterminate::-webkit-progress-bar {
    background-color: transparent
}

.progress:indeterminate::-moz-progress-bar {
    background-color: transparent
}

.progress:indeterminate::-ms-fill {
    animation-name: none
}

.progress.is-small {
    height: .75rem
}

.progress.is-medium {
    height: 1.25rem
}

.progress.is-large {
    height: 1.5rem
}

@keyframes moveIndeterminate {
    0% {
        background-position: 200% 0
    }

    to {
        background-position: -200% 0
    }
}

.table {
    background-color: #fff;
    color: #363636
}

.table td,
.table th {
    border: solid #dbdbdb;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top
}

.table td.is-narrow,
.table th.is-narrow {
    white-space: nowrap;
    width: 1%
}

.table td.is-vcentered,
.table th.is-vcentered {
    vertical-align: middle
}

.table th {
    color: #363636
}

.table th:not([align]) {
    text-align: inherit
}

.table thead {
    background-color: transparent
}

.table thead td,
.table thead th {
    border-width: 0 0 2px;
    color: #363636
}

.table tfoot {
    background-color: transparent
}

.table tfoot td,
.table tfoot th {
    border-width: 2px 0 0;
    color: #363636
}

.table tbody {
    background-color: transparent
}

.table tbody tr:hover {
    background-color: #f7f7f7
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
    border-bottom-width: 0
}

.table.is-fullwidth {
    width: 100%
}

.table.is-narrow td,
.table.is-narrow th {
    padding: .25em .5em
}

.subtitle,
.title {
    word-break: break-word
}

.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit
}

.subtitle sub,
.subtitle sup,
.title sub,
.title sup {
    font-size: .75em
}

.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.125
}

.title strong {
    color: inherit;
    font-weight: inherit
}

.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.title.is-1 {
    font-size: 3rem
}

.title.is-2 {
    font-size: 2.5rem
}

.title.is-3 {
    font-size: 2rem
}

.title.is-4 {
    font-size: 1.5rem
}

.title.is-5 {
    font-size: 1.25rem
}

.title.is-6 {
    font-size: 1rem
}

.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.logged {
    color: #7a7a7a !important;
    display: block !important;
    max-width: 143px;
    white-space: normal !important;
    word-break: break-word
}

.tabs-menu {
    margin-bottom: -.5rem !important
}

.number {
    background-color: #f5f5f5;
    border-radius: 9999px;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: .25rem .5rem;
    text-align: center;
    vertical-align: top
}

.number,
.tags {
    align-items: center
}

.tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.tags .tag {
    margin-bottom: .5rem
}

.tags .tag:not(:last-child) {
    margin-right: .5rem
}

.tags:last-child {
    margin-bottom: -.5rem
}

.tags:not(:last-child) {
    margin-bottom: 1rem
}

.tags.has-addons .tag {
    margin-right: 0
}

.tags.has-addons .tag:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0
}

.tags.has-addons .tag:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.tag:not(body) {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.tag:not(body) .delete {
    margin-left: .25rem;
    margin-right: -.375rem
}

.tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em
}

.tag:not(body).is-delete:after,
.tag:not(body).is-delete:before {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.tag:not(body).is-delete:before {
    height: 1px;
    width: 50%
}

.tag:not(body).is-delete:after {
    height: 50%;
    width: 1px
}

.tag:not(body).is-delete:focus,
.tag:not(body).is-delete:hover {
    background-color: #e8e8e8
}

.tag:not(body).is-delete:active {
    background-color: #dbdbdb
}

.input,
.select select,
.textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636
}

.input::-moz-placeholder,
.select select::-moz-placeholder,
.textarea::-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-moz-placeholder,
.select select:-moz-placeholder,
.textarea:-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:hover,
.is-hovered.input,
.is-hovered.textarea,
.select select.is-hovered,
.select select:hover,
.textarea:hover {
    border-color: #b5b5b5
}

.input:focus,
.is-focused.input,
.is-focused.textarea,
.select select.is-focused,
.select select:focus,
.textarea:focus {
    border-color: #0070ba;
    box-shadow: 0 0 0 .125em rgba(0, 112, 186, .25)
}

.select fieldset[disabled] select,
.select select[disabled],
[disabled].input,
[disabled].textarea,
fieldset[disabled] .input,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a
}

.select fieldset[disabled] select::-moz-placeholder,
.select select[disabled]::-moz-placeholder,
[disabled].input::-moz-placeholder,
[disabled].textarea::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select fieldset[disabled] select::-webkit-input-placeholder,
.select select[disabled]::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select fieldset[disabled] select:-moz-placeholder,
.select select[disabled]:-moz-placeholder,
[disabled].input:-moz-placeholder,
[disabled].textarea:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select fieldset[disabled] select:-ms-input-placeholder,
.select select[disabled]:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input,
.textarea {
    box-shadow: inset 0 .0625em .125em hsla(0, 0%, 4%, .05);
    max-width: 100%;
    width: 100%
}

[readonly].input,
[readonly].textarea {
    box-shadow: none
}

.is-small.input,
.is-small.textarea {
    border-radius: 2px;
    font-size: .75rem
}

.is-medium.input,
.is-medium.textarea {
    font-size: 1.25rem
}

.is-large.input,
.is-large.textarea {
    font-size: 1.5rem
}

.is-fullwidth.input,
.is-fullwidth.textarea {
    display: block;
    width: 100%
}

.is-inline.input,
.is-inline.textarea {
    display: inline;
    width: auto
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.input.is-static {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(.75em - 1px);
    resize: vertical
}

.textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em
}

.textarea[rows] {
    height: auto
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.select:not(.is-multiple) {
    height: 2.5em
}

.select:not(.is-multiple):not(.is-loading):after {
    border-color: #4a4a4a;
    right: 1.125em;
    z-index: 4
}

.select select {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none
}

.select select::-ms-expand {
    display: none
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
    border-color: #f5f5f5
}

.select select:not([multiple]) {
    padding-right: 2.5em
}

.select select[multiple] {
    height: auto;
    padding: 0
}

.select select[multiple] option {
    padding: .5em 1em
}

.select:not(.is-multiple):not(.is-loading):hover:after {
    border-color: #0a0a0a
}

.select.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.select.is-medium {
    font-size: 1.25rem
}

.select.is-large {
    font-size: 1.5rem
}

.select.is-disabled:after {
    border-color: #7a7a7a
}

.select.is-fullwidth,
.select.is-fullwidth select {
    width: 100%
}

.select.is-loading:after {
    margin-top: 0;
    position: absolute;
    right: .625em;
    top: .625em;
    transform: none
}

.select.is-loading.is-small:after {
    font-size: .75rem
}

.select.is-loading.is-medium:after {
    font-size: 1.25rem
}

.select.is-loading.is-large:after {
    font-size: 1.5rem
}

.select:hover select {
    color: #0a0a0a
}

.file {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    position: relative
}

.file.is-small {
    font-size: .75rem
}

.file.is-normal {
    font-size: 1rem
}

.file.is-medium {
    font-size: 1.25rem
}

.file.is-medium .file-icon .fa {
    font-size: 21px
}

.file.is-large {
    font-size: 1.5rem
}

.file.is-large .file-icon .fa {
    font-size: 28px
}

.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.file.has-name.is-empty .file-cta {
    border-radius: 4px
}

.file.has-name.is-empty .file-name {
    display: none
}

.file.is-boxed .file-label {
    flex-direction: column
}

.file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em
}

.file.is-boxed .file-name {
    border-width: 0 1px 1px
}

.file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em
}

.file.is-boxed .file-icon .fa {
    font-size: 21px
}

.file.is-boxed.is-small .file-icon .fa {
    font-size: 14px
}

.file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px
}

.file.is-boxed.is-large .file-icon .fa {
    font-size: 35px
}

.file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0
}

.file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px
}

.file.is-centered {
    justify-content: center
}

.file.is-fullwidth .file-label {
    width: 100%
}

.file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none
}

.file.is-right {
    justify-content: flex-end
}

.file.is-right .file-cta {
    border-radius: 0 4px 4px 0
}

.file.is-right .file-name {
    border-radius: 4px 0 0 4px;
    border-width: 1px 0 1px 1px;
    order: -1
}

.file-label {
    align-items: stretch;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

.file-label:hover .file-cta {
    background-color: #eee;
    color: #363636
}

.file-label:hover .file-name {
    border-color: #d5d5d5
}

.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636
}

.file-label:active .file-name {
    border-color: #cfcfcf
}

.file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 100%
}

.file-cta,
.file-name {
    border-color: #dbdbdb;
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap
}

.file-cta {
    background-color: #f5f5f5;
    color: #4a4a4a
}

.file-name {
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: inherit;
    text-overflow: ellipsis
}

.file-icon {
    align-items: center;
    display: flex;
    height: 1em;
    justify-content: center;
    margin-right: .5em;
    width: 1em
}

.file-icon .fa {
    font-size: 14px
}

.label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700
}

.label:not(:last-child) {
    margin-bottom: .5em
}

.label.is-small {
    font-size: .75rem
}

.label.is-medium {
    font-size: 1.25rem
}

.label.is-large {
    font-size: 1.5rem
}

.help {
    display: block;
    font-size: .875rem;
    margin-top: .25rem
}

.help.is-light {
    color: #f5f5f5
}

.help.is-primary {
    color: #0070ba
}

.help.is-success {
    color: #2e9e4e
}

.help.is-danger {
    color: #f16350
}

.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.field.has-addons>.control:not(:last-child) {
    margin-right: -1px
}

.field.has-addons>.control:not(:first-child):not(:last-child)>.button,
.field.has-addons>.control:not(:first-child):not(:last-child)>.input,
.field.has-addons>.control:not(:first-child):not(:last-child)>.select select {
    border-radius: 0
}

.field.has-addons>.control:first-child:not(:only-child)>.button,
.field.has-addons>.control:first-child:not(:only-child)>.input,
.field.has-addons>.control:first-child:not(:only-child)>.select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.field.has-addons>.control:last-child:not(:only-child)>.button,
.field.has-addons>.control:last-child:not(:only-child)>.input,
.field.has-addons>.control:last-child:not(:only-child)>.select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.field.has-addons>.control .button:not([disabled]).is-hovered,
.field.has-addons>.control .button:not([disabled]):hover,
.field.has-addons>.control .input:not([disabled]).is-hovered,
.field.has-addons>.control .input:not([disabled]):hover,
.field.has-addons>.control .select select:not([disabled]).is-hovered,
.field.has-addons>.control .select select:not([disabled]):hover {
    z-index: 2
}

.field.has-addons>.control .button:not([disabled]).is-active,
.field.has-addons>.control .button:not([disabled]).is-focused,
.field.has-addons>.control .button:not([disabled]):active,
.field.has-addons>.control .button:not([disabled]):focus,
.field.has-addons>.control .input:not([disabled]).is-active,
.field.has-addons>.control .input:not([disabled]).is-focused,
.field.has-addons>.control .input:not([disabled]):active,
.field.has-addons>.control .input:not([disabled]):focus,
.field.has-addons>.control .select select:not([disabled]).is-active,
.field.has-addons>.control .select select:not([disabled]).is-focused,
.field.has-addons>.control .select select:not([disabled]):active,
.field.has-addons>.control .select select:not([disabled]):focus {
    z-index: 3
}

.field.has-addons>.control .button:not([disabled]).is-active:hover,
.field.has-addons>.control .button:not([disabled]).is-focused:hover,
.field.has-addons>.control .button:not([disabled]):active:hover,
.field.has-addons>.control .button:not([disabled]):focus:hover,
.field.has-addons>.control .input:not([disabled]).is-active:hover,
.field.has-addons>.control .input:not([disabled]).is-focused:hover,
.field.has-addons>.control .input:not([disabled]):active:hover,
.field.has-addons>.control .input:not([disabled]):focus:hover,
.field.has-addons>.control .select select:not([disabled]).is-active:hover,
.field.has-addons>.control .select select:not([disabled]).is-focused:hover,
.field.has-addons>.control .select select:not([disabled]):active:hover,
.field.has-addons>.control .select select:not([disabled]):focus:hover {
    z-index: 4
}

.field.has-addons>.control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.field.has-addons.has-addons-centered {
    justify-content: center
}

.field.has-addons.has-addons-right {
    justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0
}

.field.is-grouped {
    display: flex;
    justify-content: flex-start
}

.field.is-grouped>.control {
    flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
    justify-content: center
}

.field.is-grouped.is-grouped-right {
    justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
    margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0
}

.field-label .label {
    font-size: inherit
}

.field-body .field .field {
    margin-bottom: 0
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit
}

.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .select:focus~.icon {
    color: #4a4a4a
}

.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .select.is-small~.icon {
    font-size: .75rem
}

.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .select.is-medium~.icon {
    font-size: 1.25rem
}

.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .select.is-large~.icon {
    font-size: 1.5rem
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
    padding-left: 2.5em
}

.control.has-icons-left .icon.is-left {
    left: 0
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
    padding-right: 2.5em
}

.control.has-icons-right .icon.is-right {
    right: 0
}

.control.is-loading:after {
    position: absolute !important;
    right: .625em;
    top: .625em;
    z-index: 4
}

.control.is-loading.is-small:after {
    font-size: .75rem
}

.control.is-loading.is-medium:after {
    font-size: 1.25rem
}

.control.is-loading.is-large:after {
    font-size: 1.5rem
}

.dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
    display: block
}

.dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0
}

.dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: 0;
    top: auto
}

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20
}

.dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .5em 1em -.125em hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .02);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative
}

a.dropdown-item,
button.dropdown-item {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

a.dropdown-item:hover,
button.dropdown-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
    background-color: #0070ba;
    color: #fff
}

.dropdown-divider {
    background-color: #ededed;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.level {
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.level code {
    border-radius: 4px
}

.level img {
    display: inline-block;
    vertical-align: top
}

.level.is-mobile,
.level.is-mobile .level-left,
.level.is-mobile .level-right {
    display: flex
}

.level.is-mobile .level-left+.level-right {
    margin-top: 0
}

.level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.level.is-mobile .level-item:not(.is-narrow) {
    flex-grow: 1
}

.level-item {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center
}

.level-item .subtitle,
.level-item .title {
    margin-bottom: 0
}

.level-left,
.level-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
    flex-grow: 1
}

.level-left {
    align-items: center;
    justify-content: flex-start
}

.level-right {
    align-items: center;
    justify-content: flex-end
}

.messenger {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    display: flex;
    height: calc(100vh - 3.25rem - 1px);
    margin: -1.5rem auto;
    position: relative;
    width: 100%;
    z-index: 34
}

.messenger .chat {
    max-width: inherit
}

.messenger .chat_header {
    height: 56px
}

.messenger .chat_header-container {
    height: 24px;
    overflow: hidden
}

.dialogs {
    background-color: #fff;
    border-right: 1px solid #dbdbdb;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    max-width: 360px;
    min-width: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 360px
}

.dialogs_overlay {
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
    height: 1.5rem;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 3.25rem;
    width: 354px;
    z-index: 33
}

.dialogs_overlay__bottom {
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: 0;
    top: auto
}

.dialogs_overlay.is-active {
    opacity: 1
}

.dialog {
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
    line-height: 1;
    padding: 1rem;
    position: relative
}

.dialog_header {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    margin-bottom: .5rem
}

.dialog_id {
    font-weight: 700
}

.dialog_id,
.dialog_username {
    margin-right: 1rem
}

.dialog_date {
    color: #7a7a7a
}

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

.dialog_text {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dialog_indicator {
    height: 20px;
    margin-left: 1rem;
    width: 20px
}

.dialog_counter {
    align-items: center;
    background-color: #f16350;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: .875rem;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    width: 20px
}

.dialog .checkbox {
    cursor: pointer;
    display: none;
    padding: 1.1rem .5rem 2.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0
}

.dialog:hover {
    background-color: #f7f7f7
}

.dialog__checkboxable .dialog_date {
    visibility: hidden
}

.dialog__checkboxable .checkbox {
    display: block
}

.dialog.is-danger {
    background-color: #fdeeec !important
}

.dialog.is-danger:hover {
    background-color: #fce2de !important
}

.dialog.is-warning {
    background-color: #fffaeb !important
}

.dialog.is-warning:hover {
    background-color: #fff5db !important
}

.dialog.is-active,
.dialog.is-active:hover {
    background-color: #dbf1ff !important
}

.dialogs-free {
    padding: 1rem 0;
    text-align: center
}

.chat {
    background: #fff;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    width: 100%
}

.chat__user {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    height: calc(100vh - 53px);
    margin: -1.5rem auto;
    overflow: hidden;
    z-index: 34
}

.chat .loading {
    background: hsla(0, 0%, 96%, .5)
}

.chat .loading,
.chat .loading_spinner {
    position: absolute
}

.chat_placeholder {
    align-items: center;
    color: #7a7a7a;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.chat_header {
    background-color: #f7f7f7;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    flex-shrink: 0;
    order: 0;
    padding: 1rem 3.375rem 0 1rem;
    position: relative
}

.chat_header-container {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5
}

.chat_header-more {
    line-height: 1.5;
    position: absolute;
    right: 1rem;
    top: 1rem
}

.chat_header-close {
    font-size: 1.5rem;
    text-decoration: none
}

.chat_info {
    margin-bottom: 1rem;
    margin-right: 1rem;
    word-break: break-all
}

.chat_info label {
    font-weight: 700
}

.chat_info .button.is-link {
    line-height: 1;
    vertical-align: baseline
}

.chat_more {
    margin-bottom: .5rem
}

.chat_more:last-child {
    margin-bottom: 0
}

.chat_more label {
    font-weight: 700;
    margin-right: .5rem
}

.chat_messages {
    flex-grow: 1;
    order: 2;
    overflow: auto;
    padding: 1rem 1.75rem 0
}

.chat_messages-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%
}

.chat_messages-container.is-no-js {
    flex-direction: column-reverse
}

.chat_messages-overlay {
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
    height: 1rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 6px;
    top: calc(100% + 1px);
    z-index: 33
}

.chat_messages-overlay.is-no-js {
    top: calc(100% + 90px)
}

.chat_messages-overlay__bottom {
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: calc(100% + 1px);
    top: auto
}

.chat_message-wrapper {
    display: flex;
    filter: drop-shadow(0 1px 1px rgba(10, 10, 10, .33));
    margin-bottom: 1rem
}

.chat_message-wrapper.is-mine {
    justify-content: flex-end
}

.chat_message {
    background-color: #dbf1ff;
    border-radius: .5rem .5rem .5rem 0;
    border-top: 1px solid hsla(0, 0%, 4%, .1);
    max-width: 85%;
    padding: .75rem;
    position: relative
}

.chat_message:before {
    background-color: #dbf1ff;
    bottom: 0;
    -webkit-clip-path: url(#messageArrowClipPath);
    clip-path: url(#messageArrowClipPath);
    content: "";
    display: block;
    height: 1rem;
    left: -15px;
    position: absolute;
    width: 1rem
}

.chat_message.is-mine {
    background-color: #f7f7f7;
    border-radius: .5rem .5rem 0 .5rem
}

.chat_message.is-mine:before {
    background-color: #f7f7f7;
    left: auto;
    right: -15px;
    transform: scaleX(-1)
}

.chat_message-header {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: .75rem
}

.chat_message-sender {
    font-weight: 700;
    margin-right: 1.5rem
}

.chat_message-body {
    line-height: 1
}

.chat_message-text {
    display: inline;
    line-height: 1.4;
    margin-right: 2rem;
    white-space: pre-line
}

.chat_message-indicator {
    bottom: .75rem;
    line-height: 1;
    position: absolute;
    right: .75rem
}

.chat_form {
    border-top: 1px solid #dbdbdb;
    order: 3;
    position: relative
}

.chat_form .textarea {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 88px;
    min-height: auto;
    padding: .5rem 3.25rem .5rem .75rem;
    resize: none
}

.chat_form .select:after {
    top: 48% !important
}

.chat_form .select select {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    box-shadow: none;
    outline: none
}

.chat_form.is-no-js {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    order: 1
}

.chat_form.is-no-js .chat_messages-overlay {
    bottom: 0;
    left: calc(50vw - 480px);
    position: fixed;
    right: calc(50vw - 474px)
}

.chat_send {
    background: transparent;
    border: none;
    color: #0070ba;
    cursor: pointer;
    line-height: 1;
    padding: .625rem;
    position: absolute;
    right: 6px;
    top: 6px
}

.chat_send__support {
    top: 46px
}

.chat_send:hover {
    color: #21a7ff
}

.modal {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: .75rem;
    position: fixed
}

.modal-background {
    background-color: hsla(0, 0%, 96%, .9);
    position: fixed;
    z-index: 40
}

.modal-card {
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .02);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-height: calc(100vh - 1.5rem);
    max-width: 100%;
    min-width: 480px;
    position: relative;
    transition: box-shadow .4s linear;
    width: auto
}

.modal-footer,
.modal-title {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    padding: 20px;
    position: relative
}

.modal-title {
    border-bottom: 1px solid #dbdbdb;
    color: #363636;
    font-size: 1.25rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.4;
    padding: 1.4375rem;
    text-align: center
}

.modal-footer {
    border-top: 1px solid #dbdbdb;
    justify-content: space-between;
    padding: 1rem
}

.modal-footer .button:not(:last-child) {
    margin-right: 1rem
}

.modal-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 1rem
}

.modal-body__text {
    line-height: 1.7;
    word-break: break-word
}

.modal-body__fullscreen-table {
    display: flex;
    padding: 0
}

.modal-body__fullscreen-table .box-table__modal {
    max-height: 100%;
    max-width: inherit
}

.modal-overlay {
    background-color: hsla(0, 0%, 96%, .9);
    border-radius: 6px;
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    min-height: 3.25rem;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 35
}

.navbar>.container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%
}

.navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 35
}

body.has-navbar-fixed-top,
html.has-navbar-fixed-top {
    padding-top: 53px
}

.navbar-brand {
    align-items: stretch;
    background-color: #fff;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem;
    position: relative;
    z-index: 2
}

.navbar-brand .navbar-item {
    padding: .75rem
}

.navbar-brand .navbar-item:hover .tickets-badge {
    text-shadow: #f5f5f5 1px 0 0, #f5f5f5 .540302px .841471px 0, #f5f5f5 -.416147px .909297px 0, #f5f5f5 -.989992px .14112px 0, #f5f5f5 -.653644px -.756802px 0, #f5f5f5 .283662px -.958924px 0, #f5f5f5 .96017px -.279415px 0
}

.navbar-brand a.navbar-item:first-child:focus,
.navbar-brand a.navbar-item:first-child:hover {
    background-color: transparent
}

.navbar-cart_badge {
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    left: 60%;
    position: absolute;
    text-shadow: #4a4a4a 1px 0 0, #4a4a4a .540302px .841471px 0, #4a4a4a -.416147px .909297px 0, #4a4a4a -.989992px .14112px 0, #4a4a4a -.653644px -.756802px 0, #4a4a4a .283662px -.958924px 0, #4a4a4a .96017px -.279415px 0;
    top: 23%;
    transform: translate(-50%, -50%);
    transition: text-shadow .3s linear
}

.navbar-cart .icon {
    position: relative
}

.navbar-cart:hover_badge {
    text-shadow: #0a0a0a 1px 0 0, #0a0a0a .540302px .841471px 0, #0a0a0a -.416147px .909297px 0, #0a0a0a -.989992px .14112px 0, #0a0a0a -.653644px -.756802px 0, #0a0a0a .283662px -.958924px 0, #0a0a0a .96017px -.279415px 0
}

.navbar-cart.is-active .navbar-cart_badge {
    text-shadow: #0070ba 1px 0 0, #0070ba .540302px .841471px 0, #0070ba -.416147px .909297px 0, #0070ba -.989992px .14112px 0, #0070ba -.653644px -.756802px 0, #0070ba .283662px -.958924px 0, #0070ba .96017px -.279415px 0
}

.navbar-burger {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 3.25rem;
    position: fixed;
    right: 0;
    top: 0;
    transition: none .15s linear;
    transition-property: background-color;
    width: 3.5rem
}

.navbar-burger span {
    background-color: currentColor;
    border-radius: 2px;
    display: block;
    height: 2px;
    left: calc(50% - 10px);
    position: absolute;
    transform-origin: center;
    transition-duration: .3s;
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
    width: 1.25rem
}

.navbar-burger span:first-child {
    top: calc(50% - 8px)
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 6px)
}

.navbar-burger .tickets-badge {
    right: 12px;
    text-shadow: none;
    top: 6px
}

.navbar-menu {
    display: none
}

.navbar-item,
.navbar-link {
    align-items: center;
    color: #4a4a4a;
    display: flex;
    line-height: 1.5;
    min-height: 3.25rem;
    padding: .75rem 1rem;
    position: relative;
    transition: none .15s ease-out;
    transition-property: color, background-color
}

.navbar-link,
a.navbar-item {
    cursor: pointer
}

.navbar-link.is-active,
a.navbar-item.is-active {
    color: #0070ba !important
}

.navbar-item {
    flex-grow: 0;
    flex-shrink: 0
}

.navbar-item img {
    max-height: 1.75rem;
    pointer-events: none
}

.navbar-item.has-dropdown {
    padding: 0
}

.navbar-content,
.navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2.25em
}

.navbar-link:not(.is-arrowless):after {
    border-color: #545454;
    right: 1rem
}

.navbar-link:not(.is-arrowless):hover:after {
    border-color: #0a0a0a
}

.pagination {
    font-size: 1rem;
    margin: -.25rem
}

.pagination,
.pagination-list {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous {
    font-size: 1em;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center
}

.pagination-link,
.pagination-next,
.pagination-previous {
    border-color: #dbdbdb;
    color: #363636;
    min-width: 2.5em
}

.pagination-link:hover,
.pagination-next:hover,
.pagination-previous:hover {
    border-color: #b5b5b5;
    color: #363636
}

.pagination-link:focus,
.pagination-next:focus,
.pagination-previous:focus {
    border-color: #0070ba
}

.pagination-link:active,
.pagination-next:active,
.pagination-previous:active {
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .2)
}

.pagination-link[disabled],
.pagination-next[disabled],
.pagination-previous[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: .5
}

.pagination-next,
.pagination-previous {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-link.is-current {
    background-color: #0070ba;
    border-color: #0070ba;
    color: #fff
}

.pagination-ellipsis {
    color: #b5b5b5;
    pointer-events: none
}

.pagination-list {
    flex-wrap: wrap
}

.pagination-list li {
    list-style: none
}

.has-text-light {
    color: #f5f5f5 !important
}

a.has-text-light:focus,
a.has-text-light:hover {
    color: #dbdbdb !important
}

.has-background-light {
    background-color: #f5f5f5 !important
}

.has-text-primary {
    color: #0070ba !important
}

a.has-text-primary:focus,
a.has-text-primary:hover {
    color: #005187 !important
}

.has-background-primary {
    background-color: #0070ba !important
}

.has-text-success {
    color: #2e9e4e !important
}

a.has-text-success:focus,
a.has-text-success:hover {
    color: #23773b !important
}

.has-background-success {
    background-color: #2e9e4e !important
}

.has-text-danger {
    color: #f16350 !important
}

a.has-text-danger:focus,
a.has-text-danger:hover {
    color: #ed3921 !important
}

.has-background-danger {
    background-color: #f16350 !important
}

.has-text-grey {
    color: #7a7a7a !important
}

.has-background-grey {
    background-color: #7a7a7a !important
}

.is-flex-direction-row {
    flex-direction: row !important
}

.is-flex-direction-row-reverse {
    flex-direction: row-reverse !important
}

.is-flex-direction-column {
    flex-direction: column !important
}

.is-flex-direction-column-reverse {
    flex-direction: column-reverse !important
}

.is-flex-wrap-nowrap {
    flex-wrap: nowrap !important
}

.is-flex-wrap-wrap {
    flex-wrap: wrap !important
}

.is-flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.is-justify-content-flex-start {
    justify-content: flex-start !important
}

.is-justify-content-flex-end {
    justify-content: flex-end !important
}

.is-justify-content-center {
    justify-content: center !important
}

.is-justify-content-space-between {
    justify-content: space-between !important
}

.is-justify-content-space-around {
    justify-content: space-around !important
}

.is-justify-content-space-evenly {
    justify-content: space-evenly !important
}

.is-justify-content-start {
    justify-content: start !important
}

.is-justify-content-end {
    justify-content: end !important
}

.is-justify-content-left {
    justify-content: left !important
}

.is-justify-content-right {
    justify-content: right !important
}

.is-align-content-flex-start {
    align-content: flex-start !important
}

.is-align-content-flex-end {
    align-content: flex-end !important
}

.is-align-content-center {
    align-content: center !important
}

.is-align-content-space-between {
    align-content: space-between !important
}

.is-align-content-space-around {
    align-content: space-around !important
}

.is-align-content-space-evenly {
    align-content: space-evenly !important
}

.is-align-content-stretch {
    align-content: stretch !important
}

.is-align-content-start {
    align-content: start !important
}

.is-align-content-end {
    align-content: end !important
}

.is-align-content-baseline {
    align-content: baseline !important
}

.is-align-items-stretch {
    align-items: stretch !important
}

.is-align-items-flex-start {
    align-items: flex-start !important
}

.is-align-items-flex-end {
    align-items: flex-end !important
}

.is-align-items-center {
    align-items: center !important
}

.is-align-items-baseline {
    align-items: baseline !important
}

.is-align-items-start {
    align-items: start !important
}

.is-align-items-end {
    align-items: end !important
}

.is-align-items-self-start {
    align-items: self-start !important
}

.is-align-items-self-end {
    align-items: self-end !important
}

.is-align-self-auto {
    align-self: auto !important
}

.is-align-self-flex-start {
    align-self: flex-start !important
}

.is-align-self-flex-end {
    align-self: flex-end !important
}

.is-align-self-center {
    align-self: center !important
}

.is-align-self-baseline {
    align-self: baseline !important
}

.is-align-self-stretch {
    align-self: stretch !important
}

.is-flex-grow-0 {
    flex-grow: 0 !important
}

.is-flex-grow-1 {
    flex-grow: 1 !important
}

.is-flex-grow-2 {
    flex-grow: 2 !important
}

.is-flex-grow-3 {
    flex-grow: 3 !important
}

.is-flex-grow-4 {
    flex-grow: 4 !important
}

.is-flex-grow-5 {
    flex-grow: 5 !important
}

.is-flex-shrink-0 {
    flex-shrink: 0 !important
}

.is-flex-shrink-1 {
    flex-shrink: 1 !important
}

.is-flex-shrink-2 {
    flex-shrink: 2 !important
}

.is-flex-shrink-3 {
    flex-shrink: 3 !important
}

.is-flex-shrink-4 {
    flex-shrink: 4 !important
}

.is-flex-shrink-5 {
    flex-shrink: 5 !important
}

.is-clearfix:after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left {
    float: left !important
}

.is-pulled-right {
    float: right !important
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.m-3 {
    margin: .75rem !important
}

.mt-3 {
    margin-top: .75rem !important
}

.mr-3 {
    margin-right: .75rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.ml-3,
.mx-3 {
    margin-left: .75rem !important
}

.mx-3 {
    margin-right: .75rem !important
}

.my-3 {
    margin-bottom: .75rem !important;
    margin-top: .75rem !important
}

.m-4 {
    margin: 1rem !important
}

.mt-4 {
    margin-top: 1rem !important
}

.mr-4 {
    margin-right: 1rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1rem !important
}

.my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.m-5 {
    margin: 1.5rem !important
}

.mt-5 {
    margin-top: 1.5rem !important
}

.mr-5 {
    margin-right: 1.5rem !important
}

.mb-5 {
    margin-bottom: 1.5rem !important
}

.ml-5,
.mx-5 {
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 1.5rem !important
}

.my-5 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.ml-6,
.mx-6 {
    margin-left: 3rem !important
}

.mx-6 {
    margin-right: 3rem !important
}

.my-6 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pr-3 {
    padding-right: .75rem !important
}

.pb-3 {
    padding-bottom: .75rem !important
}

.pl-3,
.px-3 {
    padding-left: .75rem !important
}

.px-3 {
    padding-right: .75rem !important
}

.py-3 {
    padding-bottom: .75rem !important;
    padding-top: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4 {
    padding-top: 1rem !important
}

.pr-4 {
    padding-right: 1rem !important
}

.pb-4 {
    padding-bottom: 1rem !important
}

.pl-4,
.px-4 {
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1rem !important
}

.py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.p-5 {
    padding: 1.5rem !important
}

.pt-5 {
    padding-top: 1.5rem !important
}

.pr-5 {
    padding-right: 1.5rem !important
}

.pb-5 {
    padding-bottom: 1.5rem !important
}

.pl-5,
.px-5 {
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 1.5rem !important
}

.py-5 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pl-6,
.px-6 {
    padding-left: 3rem !important
}

.px-6 {
    padding-right: 3rem !important
}

.py-6 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.p-auto {
    padding: auto !important
}

.pt-auto {
    padding-top: auto !important
}

.pr-auto {
    padding-right: auto !important
}

.pb-auto {
    padding-bottom: auto !important
}

.pl-auto,
.px-auto {
    padding-left: auto !important
}

.px-auto {
    padding-right: auto !important
}

.py-auto {
    padding-bottom: auto !important;
    padding-top: auto !important
}

.mt--3 {
    margin-top: -.75rem !important
}

.is-size-1 {
    font-size: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.5rem !important
}

.is-size-5 {
    font-size: 1.25rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

.has-text-centered {
    text-align: center !important
}

.has-text-justified {
    text-align: justify !important
}

.has-text-left {
    text-align: left !important
}

.has-text-right {
    text-align: right !important
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.is-italic {
    font-style: italic !important
}

.is-underlined {
    text-decoration: underline !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-medium {
    font-weight: 500 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-family-primary,
.is-family-sans-serif,
.is-family-secondary {
    font-family: Roboto, sans-serif !important
}

.is-family-code,
.is-family-monospace {
    font-family: monospace !important
}

.is-block {
    display: block !important
}

.is-flex {
    display: flex !important
}

.is-inline {
    display: inline !important
}

.is-inline-block {
    display: inline-block !important
}

.is-inline-flex {
    display: inline-flex !important
}

.is-hidden {
    display: none !important
}

.is-sr-only {
    clip: rect(0, 0, 0, 0) !important;
    border: none !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .01em !important
}

.is-invisible {
    visibility: hidden !important
}

.is-radiusless {
    border-radius: 0 !important
}

.is-shadowless {
    box-shadow: none !important
}

.is-relative {
    position: relative
}

.ml-auto {
    margin-left: auto
}

.small-row {
    margin-bottom: .25rem
}

.small-row:last-child {
    margin-bottom: 0
}

.is-hidden-overflow {
    left: -9999px;
    position: fixed
}

.no-wrap {
    white-space: nowrap
}

.break-word {
    word-break: break-word
}

.mb-columns-last {
    margin-bottom: -.5rem !important
}

.is-overflowed {
    overflow: hidden
}

.is-throughed {
    text-decoration: line-through
}

.is-size-small {
    font-size: .875rem
}

.w-100 {
    width: 100%
}

.w-50 {
    width: 50%
}

.w-20px {
    width: 20px
}

.is-valign-text-bottom {
    vertical-align: text-bottom
}

.is-valign-bottom {
    vertical-align: bottom
}

.is-valign-baseline {
    vertical-align: baseline
}

.is-size-14 {
    font-size: 14px !important
}

.ml--05 {
    margin-left: -.125rem
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile>.column.is-narrow {
    flex: none;
    width: unset
}

.columns.is-mobile>.column.is-0 {
    flex: none;
    width: 0
}

.columns.is-mobile>.column.is-offset-0 {
    margin-left: 0
}

.columns.is-mobile>.column.is-1 {
    flex: none;
    width: 8.33333337%
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333337%
}

.columns.is-mobile>.column.is-2 {
    flex: none;
    width: 16.66666674%
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66666674%
}

.columns.is-mobile>.column.is-3 {
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
    flex: none;
    width: 33.33333337%
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333337%
}

.columns.is-mobile>.column.is-5 {
    flex: none;
    width: 41.66666674%
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66666674%
}

.columns.is-mobile>.column.is-6 {
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
    flex: none;
    width: 58.33333337%
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333337%
}

.columns.is-mobile>.column.is-8 {
    flex: none;
    width: 66.66666674%
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66666674%
}

.columns.is-mobile>.column.is-9 {
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
    flex: none;
    width: 83.33333337%
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333337%
}

.columns.is-mobile>.column.is-11 {
    flex: none;
    width: 91.66666674%
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66666674%
}

.columns.is-mobile>.column.is-12 {
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: .75rem
}

.columns.is-centered {
    justify-content: center
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.columns.is-gapless>.column {
    margin: 0;
    padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
    margin-bottom: 0
}

.columns.is-mobile {
    display: flex
}

.columns.is-multiline {
    flex-wrap: wrap
}

.columns.is-vcentered {
    align-items: center
}

::-webkit-scrollbar {
    height: 6px;
    width: 6px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #4a4a4a;
    border: 1px solid transparent;
    border-left-width: 2px;
    border-radius: 20px 16px 16px 20px
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(74, 74, 74, .9)
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(74, 74, 74, .5)
}

html {
    overflow-y: auto;
    scrollbar-color: #4a4a4a transparent;
    scrollbar-width: thin
}

a:not(.button, .box, .navbar-item, .navbar-link) {
    text-decoration: underline
}

a:not(.button, .box, .navbar-item, .navbar-link):hover {
    color: #0070ba;
    text-decoration: none
}

a:not(.button, .box, .navbar-item, .navbar-link).masked-link {
    text-decoration: none
}

.container__small {
    max-width: 50rem !important;
    padding: 0 1.5rem
}

.error {
    width: 100%
}

.error_img {
    margin-top: 8px;
    width: 80px
}

.error_info {
    margin-bottom: -.75rem !important;
    margin-top: 0 !important
}

.error_controls {
    align-items: flex-start;
    margin-top: 2.5rem;
    min-height: 4rem
}

.button.is-link {
    background: none;
    border: none;
    box-shadow: none !important;
    color: #0070ba;
    height: auto;
    padding: 0;
    text-decoration: underline
}

.button.is-link:hover {
    text-decoration: none
}

.button.is-icon-link {
    align-items: center;
    background: none;
    border: none;
    box-shadow: none !important;
    color: #0070ba;
    display: inline-flex;
    font-weight: inherit;
    height: auto;
    line-height: 1;
    padding: 0
}

.button.is-icon-link .icon {
    height: auto;
    margin-left: 0 !important;
    margin-right: .25rem !important;
    width: auto
}

.button.is-icon-link span {
    text-decoration: underline
}

.button.is-icon-link:hover span {
    text-decoration: none
}

@keyframes checkbox-hide {
    0% {
        -webkit-clip-path: circle(150% at 100% 0);
        clip-path: circle(150% at 100% 0)
    }

    to {
        -webkit-clip-path: circle(0 at 100% 0);
        clip-path: circle(0 at 100% 0)
    }
}

.checkbox {
    display: inline-block;
    -webkit-user-select: none;
    user-select: none
}

.checkbox div {
    align-items: start;
    cursor: pointer;
    flex-direction: column;
    line-height: 1.4;
    margin-top: -1px;
    padding-left: 1.75rem;
    position: relative
}

.checkbox div:before {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: inset 0 .0625em .125em hsla(0, 0%, 4%, .05);
    content: "";
    display: block;
    height: 1.25rem;
    left: 0;
    position: absolute;
    top: 1px;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    width: 1.25rem
}

.checkbox div:after {
    animation: checkbox-hide .3s ease-in-out;
    border-bottom: 2px solid #fff;
    border-left-color: #fff;
    border-right: 2px solid #fff;
    border-top-color: #fff;
    -webkit-clip-path: circle(0 at 0 100%);
    clip-path: circle(0 at 0 100%);
    content: "";
    height: .6875rem;
    left: .4375rem;
    position: absolute;
    top: .25rem;
    transform: rotate(45deg);
    transition: -webkit-clip-path .3s ease-in-out;
    transition: clip-path .3s ease-in-out;
    transition: clip-path .3s ease-in-out, -webkit-clip-path .3s ease-in-out;
    width: .375rem
}

.checkbox:hover div:before {
    border-color: #b5b5b5
}

.checkbox input {
    display: none
}

.checkbox input:checked+div:before {
    background-color: #0070ba;
    border-color: #0070ba
}

.checkbox input:checked+div:after {
    animation: none;
    -webkit-clip-path: circle(150% at 0 100%);
    clip-path: circle(150% at 0 100%)
}

.radio {
    display: inline-block;
    -webkit-user-select: none;
    user-select: none
}

.radio div {
    align-items: start;
    cursor: pointer;
    flex-direction: column;
    line-height: 1.4;
    margin-top: -1px;
    padding-left: 1.75rem;
    position: relative
}

.radio div:before {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    box-shadow: inset 0 .0625em .125em hsla(0, 0%, 4%, .05);
    content: "";
    display: block;
    height: 1.25rem;
    left: 0;
    position: absolute;
    top: 1px;
    transition: border-color .3s ease-in-out;
    width: 1.25rem
}

.radio div:after {
    background-color: #0070ba;
    border-radius: 50%;
    content: "";
    height: .75rem;
    left: .25rem;
    position: absolute;
    top: .3125rem;
    transform: scale(0);
    transition: transform .3s ease-in-out;
    width: .75rem
}

.radio div:hover:before {
    border-color: #b5b5b5
}

.radio input {
    display: none
}

.radio input:checked+div:before {
    border-color: #0070ba
}

.radio input:checked+div:after {
    transform: scale(1)
}

.radio.is-gray div:after {
    background-color: #4a4a4a
}

.radio.is-gray input:checked+div:before {
    border-color: #4a4a4a
}

.switch {
    display: inline-flex;
    -webkit-user-select: none;
    user-select: none
}

.switch div {
    align-items: start;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    height: 1.75rem;
    padding-left: 3.625rem;
    position: relative
}

.switch div:before {
    border: 2px solid #e4e4e4;
    border-radius: .875rem;
    height: 1.75rem;
    left: 0;
    top: 0;
    transition: border-color .4s ease-in-out, background-color .4s ease-in-out;
    width: 2.875rem
}

.switch div:after,
.switch div:before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute
}

.switch div:after {
    border-radius: 50%;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15);
    height: 1.5rem;
    left: 2px;
    top: 2px;
    transform: translateX(0);
    transition: transform .4s ease-in-out;
    width: 1.5rem
}

.switch div span {
    line-height: 1.75rem;
    transform: rotateX(0);
    transition: transform .2s linear .2s
}

.switch div span:last-child {
    margin-top: -1.75rem
}

.switch input {
    display: none
}

.switch input+div span:first-child {
    transform: rotateX(90deg);
    transition-delay: 0s
}

.switch input:checked+div:before {
    background-color: #0070ba;
    border-color: #0070ba
}

.switch input:checked+div:after {
    transform: translateX(1.125rem)
}

.switch input:checked+div span:first-child {
    transform: rotateX(0);
    transition-delay: .2s
}

.switch input:checked+div span:last-child {
    transform: rotateX(90deg);
    transition-delay: 0s
}

.hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh
}

.hero-body {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    padding: 3rem 0
}

.hero-body__fixed-space {
    padding: 2rem 0 !important
}

.hero-foot {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 18px;
    padding: 0 0 3rem
}

.front-logo {
    display: inline-flex;
    margin-bottom: 3rem
}

.front-logo_img {
    display: block;
    height: 48px
}

.banner {
    font-size: 18px;
    margin-top: 90px;
    min-height: 435px;
    width: 100%
}

.banner_form {
    width: 260px
}

.banner_switch {
    padding: 0 1.25rem;
    width: 260px
}

.captcha-img {
    display: block;
    margin: auto;
    width: 220px
}

.tor-link {
    word-break: break-all
}

.footer-links {
    text-align: right
}

.inner {
    max-width: 53rem !important;
    padding: 3rem
}

.inner_logo {
    text-decoration: none !important
}

.inner_logo-img {
    display: block;
    height: 48px
}

.inner_logo-text {
    display: block;
    font-size: 63px;
    font-weight: 700;
    line-height: 0;
    margin-top: -2px
}

.inner_main {
    margin-top: 2.625rem
}

.inner_content {
    padding: 1.75rem 1.5rem 1.5rem
}

.blog-item {
    color: #363636;
    font-size: 1.25rem;
    font-weight: 700;
    word-break: break-word
}

.scroll-overlay {
    height: 1.5rem;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 33
}

.scroll-overlay__top {
    background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96%, 0));
    top: 53px
}

.scroll-overlay__bottom {
    background-image: linear-gradient(0deg, #f5f5f5, hsla(0, 0%, 96%, 0));
    bottom: 0
}

.preloader .modal-background {
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.preloader .loading {
    transform: scale(0);
    transition: transform .3s ease-in-out
}

.preloader.is-active .modal-background {
    opacity: 1
}

.preloader.is-active .loading {
    transform: scale(1)
}

.container-main {
    display: flex;
    flex-direction: column;
    margin: 1.5rem auto
}

.container-responsive {
    max-width: -webkit-max-content !important;
    max-width: max-content !important
}

.pagination a {
    text-decoration: none
}

.pagination-link,
.pagination-next,
.pagination-previous {
    background-color: #fff
}

.pagination-link.is-current:hover {
    color: #fff
}

.pagination-next,
.pagination-previous {
    pointer-events: none;
    visibility: hidden
}

.pagination-next.is-active,
.pagination-previous.is-active {
    pointer-events: auto;
    visibility: visible
}

.pagination-list li {
    flex-grow: 0
}

.hero__panel {
    min-height: calc(100vh - 53px - 3rem)
}

.hero__panel .hero-body {
    padding: 1rem 0 !important
}

.navbar_controller {
    display: none
}

.navbar_controller:checked~.navbar-brand .navbar-burger span:first-child {
    transform: translateY(7px) rotate(45deg)
}

.navbar_controller:checked~.navbar-brand .navbar-burger span:nth-child(2) {
    opacity: 0
}

.navbar_controller:checked~.navbar-brand .navbar-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.navbar_controller:checked~.navbar-overlay {
    opacity: 1;
    pointer-events: auto
}

.navbar-overlay {
    display: none
}

.navbar-brand_support__work .tickets-badge {
    right: -2px
}

.navbar-brand_support__queue .tickets-badge {
    right: -5px
}

.navbar-item_logout {
    padding-right: .5375rem
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.loading {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 80
}

.loading_spinner {
    height: 34px;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    position: fixed;
    top: 50%;
    width: 34px
}

.loading_spinner:after,
.loading_spinner:before {
    border: 2px solid #0070ba;
    content: "";
    height: 30px;
    position: fixed;
    width: 30px
}

.loading_spinner:after,
.loading_spinner:before {
    animation: spinner 2.5s linear infinite
}

.loading_spinner:before {
    animation-direction: reverse;
    height: 44px;
    margin-left: -7px;
    margin-top: -7px;
    width: 44px
}

.tickets-badge {
    color: #f16350;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: -4px;
    text-shadow: #fff 1px 0 0, #fff .540302px .841471px 0, #fff -.416147px .909297px 0, #fff -.989992px .14112px 0, #fff -.653644px -.756802px 0, #fff .283662px -.958924px 0, #fff .96017px -.279415px 0;
    top: -10px;
    transition: text-shadow .3s linear
}

.section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 5
}

.section-title__space {
    justify-content: space-between
}

.section-title .title {
    margin-bottom: .25rem
}

.section-title_action {
    align-items: center;
    display: flex;
    height: 0;
    margin-left: 1.5rem
}

.section-title:not(:first-child) {
    margin-top: 1.5rem
}

.section-info {
    color: #7a7a7a;
    margin: 3rem auto;
    text-align: center
}

.box-filter {
    padding: 1rem;
    position: relative;
    z-index: 32
}

.box-filter__ssn .label {
    font-weight: 400;
    text-align: right
}

.box-filter__ssn .label__1 {
    width: 47px
}

.box-filter__ssn .label__2 {
    width: 36px
}

.box-filter__ssn .label__3 {
    width: 60px
}

.box-filter__ssn .label__4 {
    width: 80px
}

.box-filter__ssn .label__5 {
    width: 63px
}

.box-filter__ssn .label__6 {
    width: 42px
}

.box-filter .columns {
    margin: -.5rem -.5rem .5rem
}

.box-filter .columns:last-child {
    margin-bottom: -.5rem
}

.box-filter .columns .column {
    padding: .5rem
}

.box-pay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 100%;
    padding: 1rem;
    width: 255px
}

.box-pay:not(:last-child) {
    margin-bottom: 1.5rem
}

.box-pay img {
    width: 310px
}

.box-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 100%;
    width: 350px
}

.box-form:not(:last-child) {
    margin-bottom: 1.5rem
}

.box-inner {
    margin: auto
}

.box-inner:not(:last-child) {
    margin-bottom: 1.5rem
}

.box-inner>.title {
    margin-bottom: 1.25rem
}

.box-table {
    margin: auto;
    padding: 0
}

.box-table__cart {
    width: 100%
}

.box-table__sticky .table thead {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 4.75rem;
    z-index: 31
}

.box-table__sticky .table thead:before {
    background: #f5f5f5;
    content: "";
    display: block;
    height: calc(1.5rem + 6px);
    left: -1rem;
    position: absolute;
    right: -1rem;
    top: -1.5rem
}

.box-table__sticky .table thead:after {
    background: #fff;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 .5em 1em -.125em hsla(0, 0%, 4%, .5), 0 0 0 1px hsla(0, 0%, 4%, .02);
    -webkit-clip-path: inset(-1rem -1rem 0 -1rem);
    clip-path: inset(-1rem -1rem 0 -1rem);
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.box-table__modal .table thead {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.box-table .table {
    background: transparent
}

.box-table .table tbody:first-child tr:first-child td:first-child,
.box-table .table tbody:first-child tr:first-child th:first-child,
.box-table .table thead:first-child tr:first-child td:first-child,
.box-table .table thead:first-child tr:first-child th:first-child {
    border-top-left-radius: 6px
}

.box-table .table tbody:first-child tr:first-child td:last-child,
.box-table .table tbody:first-child tr:first-child th:last-child,
.box-table .table thead:first-child tr:first-child td:last-child,
.box-table .table thead:first-child tr:first-child th:last-child {
    border-top-right-radius: 6px
}

.box-table .table tbody:last-child tr:last-child td:first-child,
.box-table .table tbody:last-child tr:last-child th:first-child,
.box-table .table thead:last-child tr:last-child td:first-child,
.box-table .table thead:last-child tr:last-child th:first-child {
    border-bottom-left-radius: 6px
}

.box-table .table tbody:last-child tr:last-child td:last-child,
.box-table .table tbody:last-child tr:last-child th:last-child,
.box-table .table thead:last-child tr:last-child td:last-child,
.box-table .table thead:last-child tr:last-child th:last-child {
    border-bottom-right-radius: 6px
}

.box-table .table thead .checkbox div {
    margin: 0
}

.box-table .table tr.is-danger,
.box-table .table tr.is-danger td {
    background-color: #fdeeec !important
}

.box-table .table tr.is-danger:hover,
.box-table .table tr.is-danger:hover td {
    background-color: #fce2de !important
}

.box-table .table tr.is-warning,
.box-table .table tr.is-warning td {
    background-color: #fffaeb !important
}

.box-table .table tr.is-warning:hover,
.box-table .table tr.is-warning:hover td {
    background-color: #fff5db !important
}

.box-table .table tr.is-primary,
.box-table .table tr.is-primary td {
    background-color: #ebf7ff !important
}

.box-table .table tr.is-primary:hover,
.box-table .table tr.is-primary:hover td {
    background-color: #dbf1ff !important
}

.box-table .table tr.is-checkboxed {
    -webkit-user-select: none;
    user-select: none
}

.box-table .table tr.is-checkboxed td {
    position: relative
}

.box-table .table tr.is-checkboxed td:first-child label {
    padding-left: 1.5rem
}

.box-table .table tr.is-checkboxed label {
    bottom: 0;
    cursor: pointer;
    left: 0;
    padding: .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.box-table .table tr.is-checkboxed .checkbox {
    margin-top: -1px
}

.box-table .table tr.is-checkboxed [data-title] {
    position: relative;
    z-index: 2
}

.box-table .table tr.is-checkboxed [data-title]:hover {
    z-index: 3
}

.box-table .table tr.is-checkboxed.is-in-cart label {
    cursor: auto
}

.box-table .table td,
.box-table .table th {
    padding: .75rem
}

.box-table .table td:first-child,
.box-table .table th:first-child {
    padding-left: 1.5rem
}

.box-table .table td:last-child,
.box-table .table th:last-child {
    padding-right: 1.5rem
}

.box-table .table td.is-check-all label:active,
.box-table .table th.is-check-all label:active {
    pointer-events: none
}

.box-table .table .checkbox {
    vertical-align: text-bottom
}

.box-table .table .checkbox div {
    height: 20px;
    margin: 2px 0 3px;
    padding-left: 1.25rem
}

.news-container {
    margin: auto
}

.news-container:not(:last-child) {
    margin-bottom: 1.5rem
}

.news-container .box {
    width: 100%
}

.box-multiple-actions-touch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .75rem 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 4.25rem;
    z-index: 4
}

.box-multiple-actions-touch:before {
    background: #f5f5f5;
    content: "";
    display: block;
    height: calc(1.5rem + 6px);
    left: -1rem;
    position: absolute;
    right: -1rem;
    top: -1.5rem
}

.box-multiple-actions-touch:after {
    background: #fff;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 .25em 1em -.125em hsla(0, 0%, 4%, .5), 0 0 0 1px hsla(0, 0%, 4%, .02);
    -webkit-clip-path: inset(-1rem -1rem 1px -1rem);
    clip-path: inset(-1rem -1rem 1px -1rem);
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.box-multiple-actions-touch_label {
    font-weight: 700;
    margin-right: auto
}

.box-multiple-actions-touch>button:last-child {
    margin-left: 1rem
}

.label-in-cart {
    cursor: help;
    position: relative
}

.label-in-cart .icon div {
    cursor: auto;
    display: none;
    left: calc(100% + .5rem);
    margin-top: -3px;
    padding: .75rem 0;
    position: absolute;
    top: -.75rem;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 3
}

.label-in-cart .icon span {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 4%, .1);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .3125rem .5rem
}

.label-in-cart:hover .icon div {
    display: block
}

.tickets-last-message {
    display: flex;
    max-width: 100%;
    position: relative
}

.tickets-last-message_inner {
    left: 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.tickets-last-message:after,
.tickets-last-message_inner:after {
    content: "-";
    display: inline;
    visibility: hidden;
    width: 0
}

.tickets-date {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.tickets-messages-link {
    position: relative
}

.tickets-messages-link .tickets-badge {
    right: -6px;
    text-shadow: none !important;
    top: -5px
}

.chart-block {
    float: left;
    margin-bottom: 1.5rem;
    margin-right: 4%;
    width: 48%
}

.chart-block:nth-child(2n) {
    margin-right: 0
}

.chart {
    height: 65vh;
    margin-top: -1rem
}

.box-footer {
    align-items: center;
    bottom: -3rem;
    display: flex;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0
}

.payment-complain {
    position: relative
}

.payment-complain a,
.payment-complain abbr {
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.payment-complain a:before,
.payment-complain abbr:before {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    bottom: 0;
    content: "";
    display: block;
    left: -.75rem;
    position: absolute;
    top: 0;
    width: .75rem
}

tr.is-warning .payment-complain a,
tr.is-warning .payment-complain abbr {
    background-color: #fffaeb
}

tr.is-warning .payment-complain a:before,
tr.is-warning .payment-complain abbr:before {
    background-image: linear-gradient(90deg, rgba(255, 245, 219, 0), #fffaeb)
}

tr:hover .payment-complain a,
tr:hover .payment-complain abbr {
    opacity: 1;
    pointer-events: auto
}

.support-info {
    margin: auto;
    max-width: 800px;
    padding: 1.25rem 1.5rem;
    width: 100%
}

.chat-modal {
    bottom: 0;
    height: 100%;
    left: 50%;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 41
}

.chat-modal .chat {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb
}

.chat-modal .chat_header {
    height: 56px
}

.chat-modal .chat_header-container {
    height: 24px;
    overflow: hidden
}

.tickets-panel {
    align-items: start;
    bottom: 0;
    display: flex;
    left: 0;
    overflow-x: auto;
    padding: 0 .75rem;
    position: fixed;
    right: 0;
    top: 53px
}

.tickets-panel_title {
    margin: 1.5rem 0
}

.tickets-panel .dialogs {
    border: 1px solid #dbdbdb
}

.tickets-panel .dialog:last-child {
    border-bottom: none
}

.tickets-panel>* {
    margin: 0 .75rem
}

.rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0 10px
}

.rate input {
    position: absolute;
    top: -99999px
}

.rate input:checked~label {
    color: #0070ba
}

.rate label {
    color: #dbdbdb;
    cursor: pointer;
    font-size: 2rem;
    line-height: 40px;
    padding: 0 .375rem;
    text-shadow: #0070ba 1px 0 0, #0070ba .540302px .841471px 0, #0070ba -.416147px .909297px 0, #0070ba -.989992px .14112px 0, #0070ba -.653644px -.756802px 0, #0070ba .283662px -.958924px 0, #0070ba .96017px -.279415px 0;
    transition: color .3s ease-in-out
}

.rate label:before {
    content: "★"
}

.rate label:hover,
.rate label:hover~label {
    color: #089dff !important
}

.rate input:checked+label:hover,
.rate input:checked+label:hover~label,
.rate input:checked~label,
.rate input:checked~label:hover,
.rate input:checked~label:hover~label {
    color: #0070ba
}

.rate input:checked+label:hover,
.rate input:checked+label:hover~label {
    color: #0070ba !important
}

.fields-order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 587px
}

.fields-order .tags {
    margin: 0 .5rem .5rem 0
}

.fields-order .tag {
    margin-bottom: 0
}

.fields-order .tag:not(.is-delete) {
    cursor: move
}

.username {
    font-weight: 700
}

a.username {
    text-decoration: none !important
}

a.username:hover {
    text-decoration: underline !important
}

.fixed-action {
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-radius: .25rem;
    bottom: 1.5rem;
    display: flex;
    padding: .5rem .5rem .5rem 1rem;
    position: fixed;
    right: 1.5rem
}

.fixed-action>* {
    margin-right: .5rem
}

.fixed-action>:last-child {
    margin-right: 0
}

.pickmeup {
    display: inline-block;
    padding: .25rem 0 0;
    position: absolute;
    touch-action: manipulation;
    z-index: 88
}

.pickmeup.pmu-hidden {
    display: none
}

.pickmeup .pmu-instance {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .02);
    display: inline-block;
    padding: 1rem;
    text-align: center;
    width: 480px
}

.pickmeup .pmu-instance .pmu-button {
    border-radius: .25rem;
    color: #4a4a4a;
    cursor: pointer;
    outline: none;
    text-decoration: none
}

.pickmeup .pmu-instance .pmu-button:hover {
    background: rgba(0, 112, 186, .25);
    color: #0a0a0a
}

.pickmeup .pmu-instance .pmu-today {
    color: #4a4a4a
}

.pickmeup .pmu-instance .pmu-not-in-month {
    color: #b5b5b5
}

.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
    background-color: transparent !important;
    color: #b5b5b5;
    cursor: not-allowed
}

.pickmeup .pmu-instance .pmu-selected {
    background: #0070ba !important;
    color: #fff !important
}

.pickmeup .pmu-instance nav {
    color: #4a4a4a;
    display: flex;
    line-height: 3rem;
    margin-bottom: 1rem
}

.pickmeup .pmu-instance nav :first-child :hover {
    color: #0a0a0a
}

.pickmeup .pmu-instance nav .pmu-next,
.pickmeup .pmu-instance nav .pmu-prev {
    display: none;
    height: 3rem;
    line-height: 2.75rem;
    width: 25%
}

.pickmeup .pmu-instance nav .pmu-month {
    flex-grow: 5;
    font-size: 1.25rem;
    font-weight: 700;
    width: auto
}

.pickmeup .pmu-instance .pmu-months *,
.pickmeup .pmu-instance .pmu-years * {
    display: inline-block;
    line-height: 3rem;
    width: 25%
}

.pickmeup .pmu-instance .pmu-day-of-week {
    color: #0a0a0a;
    cursor: default;
    font-weight: 700;
    margin-bottom: 0
}

.pickmeup .pmu-instance .pmu-day-of-week>*,
.pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    line-height: 2.5rem;
    width: 14.28%
}

.pickmeup .pmu-instance:first-child .pmu-next,
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next,
.pickmeup .pmu-instance:last-child .pmu-prev {
    display: block
}

.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
    width: 13rem
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12.5rem
}

.pickmeup.pmu-view-days nav {
    margin-bottom: .75rem
}

.pickmeup.pmu-view-days .pmu-next,
.pickmeup.pmu-view-days .pmu-prev {
    width: 14.28% !important
}

.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
    display: none
}

.pell {
    border: 1px solid hsla(0, 0%, 4%, .1)
}

.pell,
.pell-content {
    box-sizing: border-box
}

.pell-content {
    height: 300px;
    outline: 0;
    overflow-y: auto;
    padding: 10px
}

.pell-actionbar {
    background-color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 4%, .1)
}

.pell-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    outline: 0;
    vertical-align: bottom;
    width: 30px
}

.pell-button-selected {
    background-color: #f0f0f0
}

.icon {
    align-items: center;
    display: inline-flex;
    font-size: 1.25rem;
    justify-content: center;
    line-height: 1;
    position: relative;
    width: 1.25rem
}

.icon__xs {
    font-size: 1rem
}

.icon__sm {
    font-size: 1.125rem
}

.icon__smd {
    font-size: 1.3125rem
}

.icon__md {
    font-size: 1.375rem
}

.icon__lg {
    font-size: 1.5rem
}

.icon-text {
    align-items: center;
    color: inherit;
    display: inline-flex
}

.icon-text .icon {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 .75rem
}

.icon-text .icon:last-child {
    margin-right: 0
}

.icon-text .icon:first-child {
    margin-left: 0
}

div.icon-text {
    display: flex
}

[class*=" icon_"]:before,
[class^=icon_]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.icon_logout {
    margin: 1px .5625rem -1px .1875rem !important
}

.icon_logout:before {
    content: "\e800"
}

.icon_settings:before {
    content: "\e801"
}

.icon_user:before {
    content: "\e802"
}

.icon_site:before {
    content: "\e803"
}

.icon_rip:before {
    content: "\e804"
}

.icon_statistics:before {
    content: "\e805"
}

.icon_tickets:before {
    content: "\e806"
}

.icon_support:before {
    content: "\e807"
}

.icon_bases:before {
    content: "\e808"
}

.icon_info:before {
    content: "\e809"
}

.icon_lookup:before {
    content: "\e80a"
}

.icon_orders:before {
    content: "\e80b"
}

.icon_news:before {
    content: "\e80c"
}

.icon_cart-add:before {
    content: "\e80d"
}

.icon_users:before {
    content: "\e80e"
}

.icon_archive:before {
    content: "\e80f"
}

.icon_topup:before {
    content: "\e810"
}

.icon_wallet:before {
    content: "\e811"
}

.icon_ssn:before {
    content: "\e812"
}

.icon_cart:before {
    content: "\e813"
}

.icon_manage:before {
    content: "\e814"
}

.icon_upload:before {
    content: "\e815"
}

.icon_phone:before {
    content: "\e816"
}

.icon_price:before {
    content: "\e817"
}

.icon_email:before {
    content: "\e818"
}

.icon_buy-now:before {
    content: "\e819"
}

.icon_additional:before {
    content: "\e81a"
}

.icon_search:before {
    content: "\e81b"
}

.icon_readed:before {
    content: "\e81c"
}

.icon_send:before {
    content: "\e81d"
}

.icon_sended:before {
    content: "\e81e"
}

.icon_retweet:before {
    content: "\e81f"
}

.icon_briefcase:before {
    content: "\e820"
}

.icon_terms:before {
    content: "\e824"
}

.icon_bank:before {
    content: "\f19c"
}

.icon_car:before {
    content: "\f1b9"
}

.icon_history:before {
    content: "\f1da"
}

.icon_dob:before {
    content: "\f1fd"
}

.icon_dl:before {
    content: "\f2c2"
}

@media screen and (max-width:768px) {
    [data-title]:after {
        white-space: normal
    }

    [data-title].is-title-left-mobile:after {
        left: auto;
        right: calc(100% + 4px);
        white-space: nowrap
    }

    [data-title].is-title-top-mobile-wrap:after {
        bottom: calc(100% + 4px);
        left: auto;
        right: 0;
        top: auto;
        transform: none;
        white-space: normal
    }

    [data-title].is-title-left-mobile-wrap:after {
        left: auto;
        right: calc(100% + 4px);
        white-space: normal
    }

    .content h1 {
        margin-bottom: 1rem
    }

    .content h2:not(:first-child) {
        margin-top: 1.25rem
    }

    .field-label {
        margin-bottom: .5rem
    }

    .level-item:not(:last-child) {
        margin-bottom: .75rem
    }

    .level-left+.level-right {
        margin-top: 1.5rem
    }

    .messenger {
        margin: -1rem -.75rem
    }

    .dialogs {
        border: none;
        max-width: none;
        min-width: auto;
        width: 100%
    }

    .dialogs_overlay {
        width: calc(100% - 6px)
    }

    .chat__user {
        margin: -1rem -.75rem
    }

    .chat_messages-overlay.is-no-js {
        top: calc(100% + 42px)
    }

    .chat_form .textarea {
        height: 40px
    }

    .chat_send__support {
        top: 40px !important
    }

    .chat_send {
        right: 0;
        top: 0
    }

    .chat_send:after {
        display: none !important
    }

    .modal-card {
        min-width: auto
    }

    .pagination {
        flex-wrap: wrap
    }

    .pagination-list li,
    .pagination-next,
    .pagination-previous {
        flex-grow: 1;
        flex-shrink: 1
    }

    .is-size-1-mobile {
        font-size: 3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile {
        font-size: 2rem !important
    }

    .is-size-4-mobile {
        font-size: 1.5rem !important
    }

    .is-size-5-mobile {
        font-size: 1.25rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }

    .has-text-centered-mobile {
        text-align: center !important
    }

    .has-text-justified-mobile {
        text-align: justify !important
    }

    .has-text-left-mobile {
        text-align: left !important
    }

    .has-text-right-mobile {
        text-align: right !important
    }

    .is-block-mobile {
        display: block !important
    }

    .is-flex-mobile {
        display: flex !important
    }

    .is-inline-mobile {
        display: inline !important
    }

    .is-inline-block-mobile {
        display: inline-block !important
    }

    .is-inline-flex-mobile {
        display: inline-flex !important
    }

    .is-hidden-mobile {
        display: none !important
    }

    .is-invisible-mobile {
        visibility: hidden !important
    }

    .h-52-mobile {
        height: 52px
    }

    .small-row:nth-child(2) {
        margin-top: .25rem
    }

    .break-all-mobile {
        word-break: break-all
    }

    .mt-4-mobile {
        margin-top: 1rem !important
    }

    .mb-columns-last {
        margin-bottom: -.375rem !important
    }

    .column.is-narrow-mobile {
        flex: none;
        width: unset
    }

    .column.is-0-mobile {
        flex: none;
        width: 0
    }

    .column.is-offset-0-mobile {
        margin-left: 0
    }

    .column.is-1-mobile {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333337%
    }

    .column.is-2-mobile {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66666674%
    }

    .column.is-3-mobile {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333337%
    }

    .column.is-5-mobile {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66666674%
    }

    .column.is-6-mobile {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333337%
    }

    .column.is-8-mobile {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66666674%
    }

    .column.is-9-mobile {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333337%
    }

    .column.is-11-mobile {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66666674%
    }

    .column.is-12-mobile {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }

    .error {
        text-align: center
    }

    .error_img__panel {
        margin-bottom: 0 !important
    }

    .error_img {
        margin-bottom: -1.5rem;
        margin-top: 0
    }

    .error_controls {
        justify-content: center;
        margin-top: 1.5rem;
        min-height: auto
    }

    .hero-body {
        padding: 2rem 0 1.5rem
    }

    .hero-body__action {
        padding: 2rem 0
    }

    .front-logo {
        margin-bottom: 1.5rem
    }

    .front-logo__action {
        display: flex;
        justify-content: center
    }

    .banner {
        margin-top: 0
    }

    .banner__action {
        min-height: auto
    }

    .banner_info {
        margin-bottom: 1.5rem
    }

    .banner_controls {
        align-items: flex-end;
        display: flex;
        justify-content: center;
        margin-bottom: 1.75rem
    }

    .banner_controls__action {
        margin: -2.5rem 0 0
    }

    .banner_form {
        margin-bottom: 0 !important;
        width: 51%
    }

    .banner_switch {
        padding: 0 0 1.25rem 1.25rem;
        width: 49%
    }

    .footer-links {
        text-align: left
    }

    .footer-links br {
        display: none
    }

    .footer-links a {
        margin-right: 1.5rem
    }

    .inner {
        padding: 1.5rem .75rem .75rem !important
    }

    .inner_logo-img {
        height: 30px
    }

    .inner_logo-text {
        font-size: 37px;
        margin-top: -2px
    }

    .inner_main {
        margin-top: .75rem
    }

    .inner_content {
        padding: 1.25rem
    }

    .blog-item {
        line-height: 1.4;
        padding: .75rem 1.0675rem
    }

    .blog-item:not(:last-child) {
        margin-bottom: 1rem !important
    }

    .scroll-overlay {
        height: 1rem
    }

    .container-main {
        margin: 1rem auto
    }

    .block:not(:last-child),
    .box:not(:last-child),
    .content:not(:last-child),
    .level:not(:last-child),
    .pagination:not(:last-child),
    .progress:not(:last-child),
    .subtitle:not(:last-child),
    .table-container:not(:last-child),
    .table:not(:last-child),
    .title:not(:last-child) {
        margin-bottom: 1rem
    }

    .pagination-next,
    .pagination-previous {
        display: none;
        pointer-events: auto;
        visibility: visible
    }

    .pagination-next.is-active,
    .pagination-previous.is-active {
        display: block
    }

    .button.is-fullwidth-mobile {
        display: flex;
        width: 100%
    }

    .section-title__wrap-mobile {
        flex-wrap: wrap;
        margin-bottom: 0 !important
    }

    .section-title__wrap-mobile>* {
        margin-bottom: 1rem !important
    }

    .section-title__wrap-mobile .section-title_action {
        height: auto
    }

    .section-title .title {
        font-size: 1.75rem
    }

    .section-title {
        margin-bottom: 1rem
    }

    .section-title_action {
        margin-left: 1rem
    }

    .section-title:not(:first-child) {
        margin-top: 1rem
    }

    .box-filter__ssn .label {
        width: 60px
    }

    .box-filter__lookup-ssn .label {
        width: 80px
    }

    .box-filter__lookup-other .label {
        width: 63px
    }

    .box-filter .columns {
        margin: -.375rem -.375rem .375rem
    }

    .box-filter .columns:last-child {
        margin-bottom: -.375rem
    }

    .box-filter .columns .column {
        padding: .375rem
    }

    .box-form:not(:last-child),
    .box-inner:not(:last-child),
    .box-pay:not(:last-child) {
        margin-bottom: 1rem
    }

    .box-inner {
        width: 100%
    }

    .box-table .table .checkbox div {
        margin: 0
    }

    .box-table:not(.is-mobile) {
        background: transparent;
        box-shadow: none;
        width: 100%
    }

    .box-table:not(.is-mobile) .table {
        width: 100%
    }

    .box-table:not(.is-mobile) .table thead {
        display: none
    }

    .box-table:not(.is-mobile) .table tbody tr {
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 .5em 1em -.125em hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .02);
        color: #4a4a4a;
        display: block;
        margin-bottom: 1rem;
        padding: 1rem;
        position: relative;
        width: 100%
    }

    .box-table:not(.is-mobile) .table tbody tr:last-child {
        margin-bottom: 0
    }

    .box-table:not(.is-mobile) .table tbody tr.is-danger,
    .box-table:not(.is-mobile) .table tbody tr.is-danger td {
        background-color: #fdeeec !important
    }

    .box-table:not(.is-mobile) .table tbody tr.is-warning,
    .box-table:not(.is-mobile) .table tbody tr.is-warning td {
        background-color: #fffaeb !important
    }

    .box-table:not(.is-mobile) .table tbody td {
        border: 0;
        display: block;
        margin-bottom: .5rem;
        padding: 0 !important;
        text-align: left !important;
        width: 100% !important
    }

    .box-table:not(.is-mobile) .table tbody td:last-child {
        margin-bottom: 0
    }

    .box-table:not(.is-mobile) .table tbody td:not(.no-label, .is-action, .is-empty):before {
        content: attr(aria-label) ":";
        display: inline;
        font-weight: 700;
        margin-right: .5rem;
        white-space: nowrap
    }

    .box-table:not(.is-mobile) .table tbody td.is-action {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1rem;
        width: auto !important
    }

    .box-table:not(.is-mobile) .table tbody td.is-empty {
        display: none
    }

    .news-container {
        width: 100%
    }

    .news-container:not(:last-child) {
        margin-bottom: 1rem
    }

    .box-multiple-actions-touch:before {
        left: -.75rem;
        right: -.75rem
    }

    .label-in-cart .icon div {
        left: auto;
        right: calc(100% + .5rem)
    }

    .tickets-last-message {
        width: 100%
    }

    .tickets-date {
        flex-direction: row-reverse;
        justify-content: flex-start;
        margin-bottom: -2rem
    }

    .tickets-date>* {
        margin-left: 0 !important
    }

    .tickets-date>:first-child {
        margin-left: 1rem !important
    }

    .chart-block {
        margin-bottom: 1rem
    }

    .chart {
        margin-top: -.75rem
    }

    .box-footer {
        margin-top: 1rem;
        position: static;
        text-align: right
    }

    .support-info {
        padding: 1rem
    }

    .tickets-panel {
        padding: 0 .375rem
    }

    .tickets-panel_title {
        margin: 1rem 0
    }

    .tickets-panel .dialogs {
        width: calc(320px - 1.5rem)
    }

    .tickets-panel>* {
        margin: 0 .375rem
    }

    .pickmeup {
        left: .75rem !important;
        right: .75rem !important
    }

    .pickmeup .pmu-instance {
        width: 100%
    }
}

@media screen and (max-width:1023px) {
    [data-title].is-title-white-space-table:after {
        white-space: normal
    }

    .messenger {
        border: none;
        margin: -1.5rem -.75rem;
        width: auto
    }

    .dialogs {
        max-width: 300px;
        min-width: 300px;
        width: 300px
    }

    .dialogs_overlay {
        width: 314px
    }

    .chat__user {
        border: none;
        margin: -1.5rem -.75rem;
        max-width: inherit;
        width: auto
    }

    .chat_message {
        max-width: 90%
    }

    .chat_form.is-no-js .chat_messages-overlay {
        left: 0;
        right: 6px
    }

    .modal {
        justify-content: flex-start
    }

    .modal-body__fullscreen-table .box-table__modal {
        padding: .75rem
    }

    .modal-body__fullscreen-table .box-table__modal tr {
        margin-bottom: .75rem !important
    }

    .modal-body__fullscreen-table .box-table__modal tr:last-child {
        margin-bottom: 0 !important
    }

    .is-size-1-touch {
        font-size: 3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !important
    }

    .is-size-3-touch {
        font-size: 2rem !important
    }

    .is-size-4-touch {
        font-size: 1.5rem !important
    }

    .is-size-5-touch {
        font-size: 1.25rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }

    .has-text-centered-touch {
        text-align: center !important
    }

    .has-text-justified-touch {
        text-align: justify !important
    }

    .has-text-left-touch {
        text-align: left !important
    }

    .has-text-right-touch {
        text-align: right !important
    }

    .is-block-touch {
        display: block !important
    }

    .is-flex-touch {
        display: flex !important
    }

    .is-inline-touch {
        display: inline !important
    }

    .is-inline-block-touch {
        display: inline-block !important
    }

    .is-inline-flex-touch {
        display: inline-flex !important
    }

    .is-hidden-touch {
        display: none !important
    }

    .is-invisible-touch {
        visibility: hidden !important
    }

    .is-flex-direction-row-touch {
        flex-direction: row !important
    }

    .mr-4-touch {
        margin-right: 1rem !important
    }

    .column.is-narrow-touch {
        flex: none;
        width: unset
    }

    .column.is-0-touch {
        flex: none;
        width: 0
    }

    .column.is-offset-0-touch {
        margin-left: 0
    }

    .column.is-1-touch {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333337%
    }

    .column.is-2-touch {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66666674%
    }

    .column.is-3-touch {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333337%
    }

    .column.is-5-touch {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66666674%
    }

    .column.is-6-touch {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333337%
    }

    .column.is-8-touch {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66666674%
    }

    .column.is-9-touch {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333337%
    }

    .column.is-11-touch {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66666674%
    }

    .column.is-12-touch {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }

    .container-main {
        padding: 0 .75rem
    }

    .box-table .table tr.is-checkboxed td:nth-child(2) label:not(.checkbox, .label-in-cart) {
        top: -1rem
    }

    .box-table .table tr.is-checkboxed td:last-child label:not(.checkbox, .label-in-cart) {
        bottom: -1rem
    }

    .box-table .table tr.is-checkboxed .checkbox,
    .box-table .table tr.is-checkboxed .label-in-cart {
        position: static
    }

    .box-table .table tr.is-checkboxed label:not(.checkbox, .label-in-cart) {
        bottom: -.25rem;
        left: -1rem;
        right: -1rem;
        top: -.25rem
    }

    .box-table .table tr.is-checkboxed td {
        height: auto
    }

    .box-table .table tr.is-checkboxed td:first-child {
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        width: auto !important;
        z-index: 1
    }

    .box-table .table tr.is-checkboxed td:first-child:before {
        display: none !important
    }

    .box-table .table tr.is-checkboxed .checkbox {
        padding: 1rem !important
    }

    .box-table .table tr.is-checkboxed .label-in-cart {
        padding: .75rem 1rem !important
    }

    .box-table:not(.is-tablet, .is-mobile) {
        background: transparent;
        box-shadow: none;
        width: 100%
    }

    .box-table:not(.is-tablet, .is-mobile) .table {
        width: 100%
    }

    .box-table:not(.is-tablet, .is-mobile) .table thead {
        display: none
    }

    .box-table:not(.is-tablet, .is-mobile) .table tbody tr {
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 .5em 1em -.125em hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .02);
        color: #4a4a4a;
        display: block;
        margin-bottom: 1.5rem;
        padding: 1rem;
        position: relative;
        width: 100%
    }

    .box-table:not(.is-tablet, .is-mobile) .table tbody tr:last-child {
        margin-bottom: 0
    }

    .box-table:not(.is-tablet, .is-mobile) .table tbody tr.is-danger,
    .box-table:not(.is-tablet, .is-mobile) .table tbody tr.is-danger td {
        background-color: #fdeeec !important
    }

    .box-table:not(.is-tablet, .is-mobile) .table tbody tr.is-warning,
    .box-table:not(.is-tablet, .is-mobile) .table tbody tr.is-warning td {
        background-color: #fffaeb !important
    }

    .box-table:not(.is-tablet, .is-mobile) .table tbody td {
        border: 0;
        display: block;
        margin-bottom: .5rem;
        padding: 0 !important;
        text-align: left !important;
        width: 100% !important
    }

    .box-table:not(.is-tablet, .is-mobile) .table tbody td:last-child {
        margin-bottom: 0
    }

    .box-table:not(.is-tablet, .is-mobile) .table tbody td:not(.no-label, .is-action, .is-empty):before {
        content: attr(aria-label) ":";
        display: inline;
        font-weight: 700;
        margin-right: .5rem;
        white-space: nowrap
    }

    .box-table:not(.is-tablet, .is-mobile) .table tbody td.is-action {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1rem;
        width: auto !important
    }

    .box-table:not(.is-tablet, .is-mobile) .table tbody td.is-empty {
        display: none
    }

    .chart-block {
        margin-right: 0;
        width: 100%
    }

    .box-footer.is-tablet {
        margin-top: 1.5rem;
        position: static;
        text-align: right
    }
}

@media print,
screen and (min-width:769px) {
    [data-title].is-title-left-tablet:after {
        left: auto;
        right: calc(100% + 4px);
        white-space: nowrap
    }

    .field.is-horizontal {
        display: flex
    }

    .field-label {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

    .field-label.is-small {
        font-size: .75rem;
        padding-top: .375em
    }

    .field-label.is-normal {
        padding-top: .375em
    }

    .field-label.is-medium {
        font-size: 1.25rem;
        padding-top: .375em
    }

    .field-label.is-large {
        font-size: 1.5rem;
        padding-top: .375em
    }

    .field-body {
        display: flex;
        flex-basis: 0;
        flex-grow: 5;
        flex-shrink: 1
    }

    .field-body .field {
        margin-bottom: 0
    }

    .field-body>.field {
        flex-shrink: 1
    }

    .field-body>.field:not(.is-narrow) {
        flex-grow: 1
    }

    .field-body>.field:not(:last-child) {
        margin-right: .75rem
    }

    .level {
        display: flex
    }

    .level>.level-item:not(.is-narrow) {
        flex-grow: 1
    }

    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
        margin-right: .75rem
    }

    .level-left,
    .level-right {
        display: flex
    }

    .pagination-list {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1
    }

    .pagination-ellipsis,
    .pagination-link,
    .pagination-next,
    .pagination-previous {
        margin-bottom: 0;
        margin-top: 0
    }

    .pagination-previous {
        order: 2
    }

    .pagination-next {
        order: 3
    }

    .pagination {
        justify-content: space-between;
        margin-bottom: 0;
        margin-top: 0
    }

    .pagination.is-centered .pagination-previous {
        order: 1
    }

    .pagination.is-centered .pagination-list {
        justify-content: center;
        order: 2
    }

    .pagination.is-centered .pagination-next {
        order: 3
    }

    .pagination.is-right .pagination-previous {
        order: 1
    }

    .pagination.is-right .pagination-next {
        order: 2
    }

    .pagination.is-right .pagination-list {
        justify-content: flex-end;
        order: 3
    }

    .is-size-1-tablet {
        font-size: 3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet {
        font-size: 2rem !important
    }

    .is-size-4-tablet {
        font-size: 1.5rem !important
    }

    .is-size-5-tablet {
        font-size: 1.25rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }

    .has-text-centered-tablet {
        text-align: center !important
    }

    .has-text-justified-tablet {
        text-align: justify !important
    }

    .has-text-left-tablet {
        text-align: left !important
    }

    .has-text-right-tablet {
        text-align: right !important
    }

    .is-block-tablet {
        display: block !important
    }

    .is-flex-tablet {
        display: flex !important
    }

    .is-inline-tablet {
        display: inline !important
    }

    .is-inline-block-tablet {
        display: inline-block !important
    }

    .is-inline-flex-tablet {
        display: inline-flex !important
    }

    .is-hidden-tablet {
        display: none !important
    }

    .is-invisible-tablet {
        visibility: hidden !important
    }

    .mb-6-tablet {
        margin-bottom: 3rem !important
    }

    .column.is-narrow,
    .column.is-narrow-tablet {
        flex: none;
        width: unset
    }

    .column.is-0,
    .column.is-0-tablet {
        flex: none;
        width: 0
    }

    .column.is-offset-0,
    .column.is-offset-0-tablet {
        margin-left: 0
    }

    .column.is-1,
    .column.is-1-tablet {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333337%
    }

    .column.is-2,
    .column.is-2-tablet {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66666674%
    }

    .column.is-3,
    .column.is-3-tablet {
        flex: none;
        width: 25%
    }

    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4,
    .column.is-4-tablet {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333337%
    }

    .column.is-5,
    .column.is-5-tablet {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66666674%
    }

    .column.is-6,
    .column.is-6-tablet {
        flex: none;
        width: 50%
    }

    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7,
    .column.is-7-tablet {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333337%
    }

    .column.is-8,
    .column.is-8-tablet {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66666674%
    }

    .column.is-9,
    .column.is-9-tablet {
        flex: none;
        width: 75%
    }

    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10,
    .column.is-10-tablet {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333337%
    }

    .column.is-11,
    .column.is-11-tablet {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66666674%
    }

    .column.is-12,
    .column.is-12-tablet {
        flex: none;
        width: 100%
    }

    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%
    }

    .columns:not(.is-desktop) {
        display: flex
    }

    .payment-complain a,
    .payment-complain abbr {
        background-color: #f7f7f7;
        right: 1.5rem;
        top: .75rem
    }

    .payment-complain a:before,
    .payment-complain abbr:before {
        background-image: linear-gradient(90deg, hsla(0, 0%, 97%, 0), #f7f7f7)
    }

    tr.is-warning .payment-complain a,
    tr.is-warning .payment-complain abbr {
        background-color: #fff5db
    }

    tr.is-warning .payment-complain a:before,
    tr.is-warning .payment-complain abbr:before {
        background-image: linear-gradient(90deg, rgba(255, 245, 219, 0), #fff5db)
    }
}

@media (hover:hover) {
    [data-title].is-title-send:hover:after {
        display: block
    }

    .navbar-burger:hover {
        background-color: rgba(0, 0, 0, .05)
    }

    .navbar-link:hover,
    a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }
}

@media screen and (min-width:1024px) {
    .container {
        max-width: 960px
    }

    .is-size-1-desktop {
        font-size: 3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop {
        font-size: 2rem !important
    }

    .is-size-4-desktop {
        font-size: 1.5rem !important
    }

    .is-size-5-desktop {
        font-size: 1.25rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }

    .has-text-centered-desktop {
        text-align: center !important
    }

    .has-text-justified-desktop {
        text-align: justify !important
    }

    .has-text-left-desktop {
        text-align: left !important
    }

    .has-text-right-desktop {
        text-align: right !important
    }

    .is-block-desktop {
        display: block !important
    }

    .is-flex-desktop {
        display: flex !important
    }

    .is-inline-desktop {
        display: inline !important
    }

    .is-inline-block-desktop {
        display: inline-block !important
    }

    .is-inline-flex-desktop {
        display: inline-flex !important
    }

    .is-hidden-desktop {
        display: none !important
    }

    .is-invisible-desktop {
        visibility: hidden !important
    }

    .mb-6-desktop {
        margin-bottom: 3rem !important
    }

    .height1-desktop {
        height: 1px
    }

    .no-wrap-desktop {
        white-space: nowrap
    }

    .column.is-narrow-desktop {
        flex: none;
        width: unset
    }

    .column.is-0-desktop {
        flex: none;
        width: 0
    }

    .column.is-offset-0-desktop {
        margin-left: 0
    }

    .column.is-1-desktop {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333337%
    }

    .column.is-2-desktop {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66666674%
    }

    .column.is-3-desktop {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333337%
    }

    .column.is-5-desktop {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66666674%
    }

    .column.is-6-desktop {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333337%
    }

    .column.is-8-desktop {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66666674%
    }

    .column.is-9-desktop {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333337%
    }

    .column.is-11-desktop {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66666674%
    }

    .column.is-12-desktop {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }

    .columns.is-desktop {
        display: flex
    }

    .container-table {
        margin: 1.5rem;
        max-width: 100% !important
    }

    .box-table__modal {
        max-width: 100%;
        position: relative
    }

    .box-multiple-actions-touch {
        display: none
    }
}

@media screen and (max-width:1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
        max-width: 1152px
    }

    .logged {
        max-width: 254px
    }

    .navbar>.container {
        max-width: none
    }

    .navbar-brand {
        padding-right: 3.5rem
    }

    .navbar-item,
    .navbar-link {
        padding: .75rem 1rem
    }

    .navbar>.container {
        display: block
    }

    .navbar-brand .navbar-item,
    .navbar-tabs .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-link:after {
        display: none
    }

    .navbar-menu {
        background-color: #fff;
        padding: .5rem 0
    }

    .navbar-menu.is-active {
        display: block
    }

    .navbar.is-fixed-top .navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 3.25rem);
        overflow: auto
    }

    body.has-navbar-fixed-top-touch,
    html.has-navbar-fixed-top-touch {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-touch,
    html.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem
    }

    .navbar-dropdown {
        width: 100%
    }

    .navbar_controller:checked~.navbar-menu {
        transform: translateX(-100%)
    }

    .navbar-menu {
        border-top: 1px solid hsla(0, 0%, 4%, .1);
        height: 100%;
        min-width: 260px;
        padding: 0;
        right: -260px;
        transform: translateX(0);
        transition: transform .3s ease-out;
        z-index: 1
    }

    .navbar-menu,
    .navbar-overlay {
        display: block;
        position: fixed;
        top: 3.25rem
    }

    .navbar-overlay {
        background: hsla(0, 0%, 4%, .75);
        bottom: 0;
        cursor: pointer;
        left: 0;
        opacity: 0;
        pointer-events: none;
        right: 0;
        transition: opacity .3s ease-out
    }

    .navbar-item.has-dropdown>.navbar-link {
        display: none
    }

    .navbar-brand_spacer {
        width: 100%
    }
}

@media screen and (max-width:1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px
    }
}

@media screen and (min-width:1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1152px
    }

    .tabs-menu {
        display: none
    }

    .tabs-menu+.section-title {
        margin-top: 0 !important
    }

    .navbar,
    .navbar-end,
    .navbar-menu,
    .navbar-start {
        align-items: stretch;
        display: flex
    }

    .navbar {
        min-height: 3.25rem
    }

    .navbar-burger {
        display: none
    }

    .navbar-item,
    .navbar-link {
        align-items: center;
        display: flex
    }

    .navbar-item.has-dropdown {
        align-items: stretch
    }

    .navbar-item.has-dropdown .navbar-link:not(a) {
        cursor: default;
        z-index: 2
    }

    .navbar-item.is-active .navbar-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        opacity: 1;
        pointer-events: auto;
        top: 50px;
        transform: translateY(0);
        transition: opacity .3s ease-out, transform .3s ease-out, top 0s linear 0s
    }

    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0
    }

    .navbar-start {
        justify-content: flex-start;
        margin-right: auto
    }

    .navbar-end {
        justify-content: flex-end;
        margin-left: auto
    }

    .navbar-dropdown {
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 8px 8px hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .1);
        left: 0;
        min-width: 100%;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: -9999px;
        transform: translateY(-4px);
        transition: opacity .3s ease-out, transform .3s ease-out, top 0s linear .3s;
        z-index: 1
    }

    .navbar-dropdown .navbar-item {
        padding: .75rem 1rem;
        white-space: nowrap
    }

    .navbar-dropdown .navbar-item:first-child {
        border-radius: 6px 6px 0 0
    }

    .navbar-dropdown .navbar-item:last-child {
        border-radius: 0 0 6px 6px
    }

    .navbar-dropdown .navbar-item:hover .tickets-badge {
        text-shadow: #f5f5f5 1px 0 0, #f5f5f5 .540302px .841471px 0, #f5f5f5 -.416147px .909297px 0, #f5f5f5 -.989992px .14112px 0, #f5f5f5 -.653644px -.756802px 0, #f5f5f5 .283662px -.958924px 0, #f5f5f5 .96017px -.279415px 0
    }

    .navbar-dropdown a.navbar-item:focus,
    .navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #0070ba
    }

    .navbar-dropdown.is-right {
        left: auto;
        right: 0
    }

    .container>.navbar .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -.75rem
    }

    .container>.navbar .navbar-menu,
    .navbar>.container .navbar-menu {
        margin-right: -.75rem
    }

    .navbar-link.is-active,
    a.navbar-item.is-active {
        color: #0070ba !important
    }

    .navbar-link.is-active:not(:hover),
    a.navbar-item.is-active:not(:hover) {
        background-color: transparent
    }

    .navbar-link.is-active:not(.is-arrowless):after {
        border-color: #0070ba !important
    }

    .navbar-item.has-dropdown:hover .navbar-link {
        color: #0a0a0a
    }

    .navbar-item.has-dropdown:hover .navbar-link:not(a) {
        background-color: transparent
    }

    .navbar-item.has-dropdown:hover .navbar-link:not(.is-arrowless):after {
        border-color: #0a0a0a;
        transform: translateY(.1875rem) rotate(-225deg)
    }

    .navbar-item.has-dropdown.is-active .navbar-link {
        color: #0070ba !important
    }

    .is-size-1-widescreen {
        font-size: 3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen {
        font-size: 2rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.5rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.25rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }

    .has-text-centered-widescreen {
        text-align: center !important
    }

    .has-text-justified-widescreen {
        text-align: justify !important
    }

    .has-text-left-widescreen {
        text-align: left !important
    }

    .has-text-right-widescreen {
        text-align: right !important
    }

    .is-block-widescreen {
        display: block !important
    }

    .is-flex-widescreen {
        display: flex !important
    }

    .is-inline-widescreen {
        display: inline !important
    }

    .is-inline-block-widescreen {
        display: inline-block !important
    }

    .is-inline-flex-widescreen {
        display: inline-flex !important
    }

    .is-hidden-widescreen {
        display: none !important
    }

    .is-invisible-widescreen {
        visibility: hidden !important
    }

    .column.is-narrow-widescreen {
        flex: none;
        width: unset
    }

    .column.is-0-widescreen {
        flex: none;
        width: 0
    }

    .column.is-offset-0-widescreen {
        margin-left: 0
    }

    .column.is-1-widescreen {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333337%
    }

    .column.is-2-widescreen {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66666674%
    }

    .column.is-3-widescreen {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333337%
    }

    .column.is-5-widescreen {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66666674%
    }

    .column.is-6-widescreen {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333337%
    }

    .column.is-8-widescreen {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66666674%
    }

    .column.is-9-widescreen {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333337%
    }

    .column.is-11-widescreen {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66666674%
    }

    .column.is-12-widescreen {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }

    .navbar-brand_balance {
        display: none
    }
}

@media screen and (min-width:1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px
    }

    .is-size-1-fullhd {
        font-size: 3rem !important
    }

    .is-size-2-fullhd {
        font-size: 2.5rem !important
    }

    .is-size-3-fullhd {
        font-size: 2rem !important
    }

    .is-size-4-fullhd {
        font-size: 1.5rem !important
    }

    .is-size-5-fullhd {
        font-size: 1.25rem !important
    }

    .is-size-6-fullhd {
        font-size: 1rem !important
    }

    .is-size-7-fullhd {
        font-size: .75rem !important
    }

    .has-text-centered-fullhd {
        text-align: center !important
    }

    .has-text-justified-fullhd {
        text-align: justify !important
    }

    .has-text-left-fullhd {
        text-align: left !important
    }

    .has-text-right-fullhd {
        text-align: right !important
    }

    .is-block-fullhd {
        display: block !important
    }

    .is-flex-fullhd {
        display: flex !important
    }

    .is-inline-fullhd {
        display: inline !important
    }

    .is-inline-block-fullhd {
        display: inline-block !important
    }

    .is-inline-flex-fullhd {
        display: inline-flex !important
    }

    .is-hidden-fullhd {
        display: none !important
    }

    .is-invisible-fullhd {
        visibility: hidden !important
    }

    .column.is-narrow-fullhd {
        flex: none;
        width: unset
    }

    .column.is-0-fullhd {
        flex: none;
        width: 0
    }

    .column.is-offset-0-fullhd {
        margin-left: 0
    }

    .column.is-1-fullhd {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333337%
    }

    .column.is-2-fullhd {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66666674%
    }

    .column.is-3-fullhd {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%
    }

    .column.is-4-fullhd {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333337%
    }

    .column.is-5-fullhd {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66666674%
    }

    .column.is-6-fullhd {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%
    }

    .column.is-7-fullhd {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333337%
    }

    .column.is-8-fullhd {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66666674%
    }

    .column.is-9-fullhd {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%
    }

    .column.is-10-fullhd {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333337%
    }

    .column.is-11-fullhd {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66666674%
    }

    .column.is-12-fullhd {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%
    }
}

@media screen and (max-width:359px) {
    .navbar-brand {
        padding-right: 3.25rem
    }

    .navbar-cart {
        padding: .75rem 0 !important
    }

    .navbar-burger {
        width: 3.25rem
    }

    .box-multiple-actions-touch .icon {
        display: none
    }
}

@media screen and (max-width:569px) {

    .navbar-item,
    .navbar-link {
        padding: .75rem
    }

    .hero-body {
        align-items: flex-start
    }

    .front-logo {
        display: flex;
        justify-content: center
    }

    .banner_controls {
        display: block
    }

    .banner_form {
        margin-bottom: 1.5rem !important;
        width: 100%
    }

    .banner_switch {
        padding: 0 1.25rem;
        width: 100%
    }

    .navbar-brand_balance {
        display: none !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important
    }

    .has-text-justified-tablet-only {
        text-align: justify !important
    }

    .has-text-left-tablet-only {
        text-align: left !important
    }

    .has-text-right-tablet-only {
        text-align: right !important
    }

    .is-block-tablet-only {
        display: block !important
    }

    .is-flex-tablet-only {
        display: flex !important
    }

    .is-inline-tablet-only {
        display: inline !important
    }

    .is-inline-block-tablet-only {
        display: inline-block !important
    }

    .is-inline-flex-tablet-only {
        display: inline-flex !important
    }

    .is-hidden-tablet-only {
        display: none !important
    }

    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }

    .has-text-justified-desktop-only {
        text-align: justify !important
    }

    .has-text-left-desktop-only {
        text-align: left !important
    }

    .has-text-right-desktop-only {
        text-align: right !important
    }

    .is-block-desktop-only {
        display: block !important
    }

    .is-flex-desktop-only {
        display: flex !important
    }

    .is-inline-desktop-only {
        display: inline !important
    }

    .is-inline-block-desktop-only {
        display: inline-block !important
    }

    .is-inline-flex-desktop-only {
        display: inline-flex !important
    }

    .is-hidden-desktop-only {
        display: none !important
    }

    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important
    }

    .has-text-justified-widescreen-only {
        text-align: justify !important
    }

    .has-text-left-widescreen-only {
        text-align: left !important
    }

    .has-text-right-widescreen-only {
        text-align: right !important
    }

    .is-block-widescreen-only {
        display: block !important
    }

    .is-flex-widescreen-only {
        display: flex !important
    }

    .is-inline-widescreen-only {
        display: inline !important
    }

    .is-inline-block-widescreen-only {
        display: inline-block !important
    }

    .is-inline-flex-widescreen-only {
        display: inline-flex !important
    }

    .is-hidden-widescreen-only {
        display: none !important
    }

    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

@media screen and (max-width:839px) {
    .hero-body {
        padding: 3rem 0 1.5rem
    }

    .hero-foot {
        padding: 0 0 1.5rem
    }
}

@media (max-height:710px) {
    .banner {
        margin-top: 0;
        min-height: auto
    }
}

@media screen and (max-width:479px) {
    .banner_info br {
        display: none
    }
}

@media screen and (max-width:449px) {
    .navbar-brand_support .icon-text .icon {
        margin-right: 0
    }

    .navbar-brand_support .icon-text span {
        display: none
    }
}

@media screen and (min-width:570px) {
    .navbar-start_balance {
        display: none
    }
}