/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
	color:#fac52b;
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

body > .pnotify {
    position: fixed;
    z-index: 100040
}

body > .pnotify.pnotify-modal {
    z-index: 100042
}

.pnotify {
    position: absolute;
    height: auto;
    z-index: 1;
    display: none;
    transition: opacity .1s linear;
    opacity: 0
}

.pnotify.pnotify-modal {
    z-index: 3
}

.pnotify.pnotify-in {
    display: block;
    opacity: 1
}

.pnotify.pnotify-initial {
    display: block
}

.pnotify-hidden {
    visibility: hidden
}

.pnotify.pnotify-move {
    transition: left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-fade-slow {
    transition: opacity .4s linear;
    opacity: 0
}

.pnotify.pnotify-fade-slow.pnotify.pnotify-move {
    transition: opacity .4s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-fade-normal {
    transition: opacity .25s linear;
    opacity: 0
}

.pnotify.pnotify-fade-normal.pnotify.pnotify-move {
    transition: opacity .25s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-fade-fast {
    transition: opacity .1s linear;
    opacity: 0
}

.pnotify.pnotify-fade-fast.pnotify.pnotify-move {
    transition: opacity .1s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-masking {
    display: block;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 30px, transparent);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 30px, transparent)
}

.pnotify.pnotify-masking.pnotify-stack-up {
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 30px, transparent);
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 30px, transparent)
}

.pnotify.pnotify-masking.pnotify-stack-left {
    -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, .8), transparent 30px, transparent);
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, .8), transparent 30px, transparent)
}

.pnotify.pnotify-masking.pnotify-stack-right {
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 30px, transparent);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 30px, transparent)
}

.pnotify.pnotify-fade-in,
.pnotify.pnotify-masking-in {
    opacity: 1
}

.pnotify .pnotify-shadow {
    -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1)
}

.pnotify-container {
    position: relative;
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0
}

.pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.pnotify-closer,
.pnotify-sticker {
    float: right;
    margin-left: .5em;
    cursor: pointer
}

[dir=rtl] .pnotify-closer,
[dir=rtl] .pnotify-sticker {
    float: left;
    margin-right: .5em;
    margin-left: 0
}

.pnotify-title {
    display: block;
    white-space: pre-line;
    margin-bottom: .4em;
    margin-top: 0
}

.pnotify.pnotify-with-icon .pnotify-content {
    margin-left: 24px
}

[dir=rtl] .pnotify.pnotify-with-icon .pnotify-content {
    margin-right: 24px;
    margin-left: 0
}

.pnotify-pre-line {
    white-space: pre-line
}

.pnotify-icon,
.pnotify-icon span {
    display: block;
    float: left
}

[dir=rtl] .pnotify-icon,
[dir=rtl] .pnotify-icon span {
    float: right
}

.pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: opacity .25s linear;
    opacity: 0;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.pnotify-modal-overlay-up {
    align-items: flex-start
}

.pnotify-modal-overlay-left {
    justify-content: flex-start;
    align-items: center
}

.pnotify-modal-overlay-right {
    justify-content: flex-end;
    align-items: center
}

.pnotify-modal-overlay.pnotify-modal-overlay-in {
    opacity: 1
}

.pnotify-modal-overlay-closes:after {
    content: "×";
    font-family: Arial;
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 0 .4rem #fff
}

body > .pnotify-modal-overlay {
    position: fixed;
    z-index: 100041
}

[data-pnotify].brighttheme-elem {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    --notice-primary-button-background-color: var(--notice-border-color);
    --notice-primary-button-text-color: var(--notice-text-color);
    --info-primary-button-background-color: var(--info-border-color);
    --info-primary-button-text-color: var(--info-text-color);
    --success-primary-button-background-color: var(--success-border-color);
    --success-primary-button-text-color: var(--success-text-color);
    --error-primary-button-background-color: var(--error-border-color);
    --error-primary-button-text-color: var(--error-text-color)
}

[data-pnotify].brighttheme-elem,
[data-pnotify].brighttheme-elem.pnotify-mode-light {
    --notice-background-color: #ffffa2;
    --notice-border-color: #ff0;
    --notice-text-color: #4f4f00;
    --notice-icon-filter: invert(25%) sepia(12%) saturate(7007%) hue-rotate(38deg) brightness(99%) contrast(101%);
    --info-background-color: #8fcedd;
    --info-border-color: #0286a5;
    --info-text-color: #012831;
    --info-icon-filter: invert(11%) sepia(37%) saturate(1946%) hue-rotate(155deg) brightness(95%) contrast(99%);
    --success-background-color: #aff29a;
    --success-border-color: #35db00;
    --success-text-color: #104300;
    --success-icon-filter: invert(17%) sepia(94%) saturate(1055%) hue-rotate(70deg) brightness(90%) contrast(103%);
    --error-background-color: #ffaba2;
    --error-border-color: #ff1800;
    --error-text-color: #4f0800;
    --error-icon-filter: invert(9%) sepia(27%) saturate(7347%) hue-rotate(359deg) brightness(96%) contrast(108%)
}

@media (prefers-color-scheme: dark) {
    [data-pnotify].brighttheme-elem.pnotify-mode-no-preference {
        --notice-background-color: #4f4f00;
        --notice-border-color: #282814;
        --notice-text-color: #ffffa2;
        --notice-icon-filter: invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);
        --info-background-color: #012831;
        --info-border-color: #0c1618;
        --info-text-color: #8fcedd;
        --info-icon-filter: invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);
        --success-background-color: #104300;
        --success-border-color: #152111;
        --success-text-color: #aff29a;
        --success-icon-filter: invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);
        --error-background-color: #4f0800;
        --error-border-color: #281614;
        --error-text-color: #ffaba2;
        --error-icon-filter: invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)
    }
}

[data-pnotify].brighttheme-elem.pnotify-mode-dark {
    --notice-background-color: #4f4f00;
    --notice-border-color: #282814;
    --notice-text-color: #ffffa2;
    --notice-icon-filter: invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);
    --info-background-color: #012831;
    --info-border-color: #0c1618;
    --info-text-color: #8fcedd;
    --info-icon-filter: invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);
    --success-background-color: #104300;
    --success-border-color: #152111;
    --success-text-color: #aff29a;
    --success-icon-filter: invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);
    --error-background-color: #4f0800;
    --error-border-color: #281614;
    --error-text-color: #ffaba2;
    --error-icon-filter: invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)
}

[data-pnotify] .brighttheme-container {
    padding: 1.3rem
}

[data-pnotify].pnotify-with-icon .brighttheme-content {
    margin-left: calc(1.3rem + 16px)
}

[dir=rtl] [data-pnotify].pnotify-with-icon .brighttheme-content {
    margin-right: calc(1.3rem + 16px);
    margin-left: 0
}

[data-pnotify] .brighttheme-title {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: -.1rem;
    margin-bottom: 0
}

[data-pnotify] .brighttheme-text {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 0
}

[data-pnotify] .brighttheme-confirm,
[data-pnotify] .brighttheme-title + .brighttheme-text {
    margin-top: 1rem
}

[data-pnotify] .brighttheme-closer,
[data-pnotify] .brighttheme-icon,
[data-pnotify] .brighttheme-sticker {
    display: flex;
    justify-content: center;
    align-items: center
}

[data-pnotify] .brighttheme-icon,
[data-pnotify] .brighttheme-icon > span,
[data-pnotify] .brighttheme-icon > span:after {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem
}

[data-pnotify] .brighttheme-icon-closer,
[data-pnotify] .brighttheme-icon-closer:after,
[data-pnotify] .brighttheme-icon-sticker,
[data-pnotify] .brighttheme-icon-sticker:after {
    width: 1rem;
    height: 1rem;
    line-height: 1rem
}

[data-pnotify] .brighttheme-notice {
    background-color: var(--notice-background-color);
    border: 0 solid var(--notice-border-color);
    color: var(--notice-text-color)
}

[data-pnotify] .brighttheme-info {
    background-color: var(--info-background-color);
    border: 0 solid var(--info-border-color);
    color: var(--info-text-color)
}

[data-pnotify] .brighttheme-success {
    background-color: var(--success-background-color);
    border: 0 solid var(--success-border-color);
    color: var(--success-text-color)
}

[data-pnotify] .brighttheme-error {
    background-color: var(--error-background-color);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, hsla(0, 0%, 100%, .3) 0, hsla(0, 0%, 100%, .3) 70px);
    border: 0 solid var(--error-border-color);
    color: var(--error-text-color)
}

[data-pnotify] .brighttheme-icon-notice,
[data-pnotify] .brighttheme-notice .brighttheme-icon-closer,
[data-pnotify] .brighttheme-notice .brighttheme-icon-sticker {
    filter: var(--notice-icon-filter)
}

[data-pnotify] .brighttheme-icon-info,
[data-pnotify] .brighttheme-info .brighttheme-icon-closer,
[data-pnotify] .brighttheme-info .brighttheme-icon-sticker {
    filter: var(--info-icon-filter)
}

[data-pnotify] .brighttheme-icon-success,
[data-pnotify] .brighttheme-success .brighttheme-icon-closer,
[data-pnotify] .brighttheme-success .brighttheme-icon-sticker {
    filter: var(--success-icon-filter)
}

[data-pnotify] .brighttheme-error .brighttheme-icon-closer,
[data-pnotify] .brighttheme-error .brighttheme-icon-sticker,
[data-pnotify] .brighttheme-icon-error {
    filter: var(--error-icon-filter)
}

[data-pnotify] .brighttheme-icon-notice:after {
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTNIMTFWN0gxM00xMywxN0gxMVYxNUgxM00xMiwyQTEwLDEwIDAgMCwwIDIsMTJBMTAsMTAgMCAwLDAgMTIsMjJBMTAsMTAgMCAwLDAgMjIsMTJBMTAsMTAgMCAwLDAgMTIsMloiLz48L3N2Zz4=)
}

[data-pnotify] .brighttheme-icon-info:after {
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsOUgxMVY3SDEzTTEzLDE3SDExVjExSDEzTTEyLDJBMTAsMTAgMCAwLDAgMiwxMkExMCwxMCAwIDAsMCAxMiwyMkExMCwxMCAwIDAsMCAyMiwxMkExMCwxMCAwIDAsMCAxMiwyWiIvPjwvc3ZnPg==)
}

[data-pnotify] .brighttheme-icon-success:after {
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMkM2LjUgMiAyIDYuNSAyIDEyUzYuNSAyMiAxMiAyMiAyMiAxNy41IDIyIDEyIDE3LjUgMiAxMiAyTTEwIDE3TDUgMTJMNi40MSAxMC41OUwxMCAxNC4xN0wxNy41OSA2LjU4TDE5IDhMMTAgMTdaIi8+PC9zdmc+)
}

[data-pnotify] .brighttheme-icon-error:after {
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTRIMTFWMTBIMTNNMTMsMThIMTFWMTZIMTNNMSwyMUgyM0wxMiwyTDEsMjFaIi8+PC9zdmc+)
}

[data-pnotify] .brighttheme-icon-closer:after {
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTksNi40MUwxNy41OSw1TDEyLDEwLjU5TDYuNDEsNUw1LDYuNDFMMTAuNTksMTJMNSwxNy41OUw2LjQxLDE5TDEyLDEzLjQxTDE3LjU5LDE5TDE5LDE3LjU5TDEzLjQxLDEyTDE5LDYuNDFaIi8+PC9zdmc+)
}

[data-pnotify] .brighttheme-icon-sticker:after {
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYsMTJWNEgxN1YySDdWNEg4VjEyTDYsMTRWMTZIMTEuMlYyMkgxMi44VjE2SDE4VjE0TDE2LDEyWiIvPjwvc3ZnPg==)
}

[data-pnotify] .brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiw1LjI3TDMuMjgsNEwyMCwyMC43MkwxOC43MywyMkwxMi44LDE2LjA3VjIySDExLjJWMTZINlYxNEw4LDEyVjExLjI3TDIsNS4yN00xNiwxMkwxOCwxNFYxNkgxNy44Mkw4LDYuMThWNEg3VjJIMTdWNEgxNlYxMloiLz48L3N2Zz4=)
}

[data-pnotify] .brighttheme-prompt-bar {
    margin-bottom: 1rem
}

[data-pnotify] .brighttheme-action-bar,
[data-pnotify] .brighttheme-prompt-bar {
    width: 100%;
    box-sizing: border-box
}

[data-pnotify] .brighttheme-btn {
    text-transform: uppercase;
    font-weight: 700;
    padding: .4rem 1rem;
    border: none;
    background: transparent;
    cursor: pointer
}

[data-pnotify] .brighttheme-notice .brighttheme-btn {
    color: var(--notice-text-color)
}

[data-pnotify] .brighttheme-notice .brighttheme-btn-primary {
    background-color: var(--notice-primary-button-background-color);
    color: var(--notice-primary-button-text-color)
}

[data-pnotify] .brighttheme-info .brighttheme-btn {
    color: var(--info-text-color)
}

[data-pnotify] .brighttheme-info .brighttheme-btn-primary {
    background-color: var(--info-primary-button-background-color);
    color: var(--info-primary-button-text-color)
}

[data-pnotify] .brighttheme-success .brighttheme-btn {
    color: var(--success-text-color)
}

[data-pnotify] .brighttheme-success .brighttheme-btn-primary {
    background-color: var(--success-primary-button-background-color);
    color: var(--success-primary-button-text-color)
}

[data-pnotify] .brighttheme-error .brighttheme-btn {
    color: var(--error-text-color)
}

[data-pnotify] .brighttheme-error .brighttheme-btn-primary {
    background-color: var(--error-primary-button-background-color);
    color: var(--error-primary-button-text-color)
}

[data-pnotify] .brighttheme-notice .brighttheme-countdown {
    background-color: var(--notice-background-color)
}

[data-pnotify] .brighttheme-notice .brighttheme-countdown-bar {
    background-color: var(--notice-border-color)
}

[data-pnotify] .brighttheme-info .brighttheme-countdown {
    background-color: var(--info-background-color)
}

[data-pnotify] .brighttheme-info .brighttheme-countdown-bar {
    background-color: var(--info-border-color)
}

[data-pnotify] .brighttheme-success .brighttheme-countdown {
    background-color: var(--success-background-color)
}

[data-pnotify] .brighttheme-success .brighttheme-countdown-bar {
    background-color: var(--success-border-color)
}

[data-pnotify] .brighttheme-error .brighttheme-countdown {
    background-color: var(--error-background-color)
}

[data-pnotify] .brighttheme-error .brighttheme-countdown-bar {
    background-color: var(--error-border-color)
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 14px;
    min-height: 100%
}

html.overlayed,
html.overlayed body {
    overflow: hidden;
    height: 100%
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.78;
    color: hsla(0, 0%, 100%, .7);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../images/bg.jpg) top no-repeat #014589;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

button {
    cursor: pointer
}

p {
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    max-height: 1000000px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 6px 0;
    line-height: 1.1
}

h1 {
    font-size: 1.4rem
}

h2 {
    font-size: 1.3rem
}

h3 {
    font-size: 1.2rem
}

div,
li,
ol,
ul {
    max-height: 1000000px
}

svg {
    display: block
}

.form-input {
    outline: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: hsla(0, 0%, 100%, .7);
    font-family: Poppins, sans-serif
}

.form-input::-webkit-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    font-family: Poppins, sans-serif
}

.form-input:-moz-placeholder,
.form-input::-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    font-family: Poppins, sans-serif
}

.form-input:-ms-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
    font-family: Poppins, sans-serif
}

.form-input:focus::-webkit-input-placeholder {
    opacity: 0
}

.form-input:focus:-moz-placeholder,
.form-input:focus::-moz-placeholder {
    opacity: 0
}

.form-input:focus:-ms-input-placeholder {
    opacity: 0
}

.form-textarea {
    resize: none;
    height: 65px
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block
}

.counters,
.images-preload {
    display: none
}

.hidden {
    display: none !important
}

.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.heading:after {
    content: "";
    height: 1px;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.title {
    padding: 0;
    margin: 0 15px 0 0;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    /*text-transform: uppercase;*/
    font-size: 1.786rem;
    line-height: 1
}

.c-bottom {
    background: #262a4d
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 18, 2020 */


.content {
    font-size: 16px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

.content h1,
.content h2 {
    line-height: 1.22;
    margin: 0 0 12px;
    padding: 0;
    font-size: 1.688rem;
    color: #fff
}

.content h3,
.content h4 {
    font-size: 1.563rem;
    margin: 0 0 12px
}

.content p {
    margin: 0 0 12px
}

.content a {
    color: #f9d027;
    text-decoration: none;
}

.card-tags {
    margin: 12px 0;
}

.card-tags .category, .card-tags .tag {
    color: #fff;
    padding: 10px 16px;
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
	text-decoration: none;
    font-family: Poppins, sans-serif;
    text-align: center;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(90deg, #ff564e, #f9d027);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.card-tags .category:hover, .card-tags .tag:hover {
    background: linear-gradient(90deg, #f9d027, #ff564e);
}

.content :first-child {
    margin-top: 0
}

.content :last-child {
    margin-bottom: 0
}

.page-content {
    margin-bottom: 35px
}

@media (max-width: 1200px) {
    .page-content {
        overflow: hidden
    }
}

.cs-likes-dislikes {
    display: block
}

.cs-likes-dislikes-form {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-radius: 30px;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.cs-likes-dislikes-form,
.cs-likes-dislikes .cs-dislike-post,
.cs-likes-dislikes .cs-like-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.cs-likes-dislikes .cs-dislike-post,
.cs-likes-dislikes .cs-like-post {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 80px;
    padding: 0 15px;
    position: relative;
    height: 44px
}

.cs-likes-dislikes .cs-dislike-post:hover,
.cs-likes-dislikes .cs-like-post:hover {
    background: #f9d027;
    background: -webkit-gradient(linear, left top, right top, from(#f9d027), to(#ff564e));
    background: linear-gradient(90deg, #f9d027, #ff564e)
}

.cs-likes-dislikes .cs-like-post {
    margin: 0;
    border-right: 1px solid #1e2454 !important;
    border-radius: 30px 0 0 30px
}

.cs-likes-dislikes .cs-dislike-post {
    border-radius: 0 30px 30px 0
}

.cs-likes-dislikes .dislike-ico,
.cs-likes-dislikes .like-ico {
    position: relative;
    z-index: 0;
    width: 27px;
    height: 23px;
    display: block;
    background: url(../images/icons.png) 0 0 no-repeat;
    margin-right: 15px
}

.cs-likes-dislikes .like-ico {
    background-position: 0 -30px
}

.cs-likes-dislikes .dislike-ico {
    background-position: -32px -30px
}

.cs-likes-dislikes .dislike-count,
.cs-likes-dislikes .like-count {
    color: #fff;
    font-family: Poppins, sans-serif;
    margin-left: 8px;
    line-height: 1
}

.site-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.site-layout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.site-layout__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px
}

.head-container {
    margin-bottom: 30px
}

@media (max-width: 1400px) {
    .wrapper {
        background-size: 100% auto
    }
}

.btn {
    display: inline-block;
    padding: 15px 22px;
    line-height: 1;
    font-family: Poppins, sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn--primary {
    text-shadow: 0 1px 1px #031331;
    color: #fff;
    border-color: transparent;
    z-index: 100;
    overflow: hidden;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.btn--primary,
.btn--primary:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn--primary:after {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 25px;
    opacity: 0;
    background: #f9d027;
    background: -webkit-gradient(linear, left top, right top, from(#f9d027), to(#ff564e));
    background: linear-gradient(90deg, #f9d027, #ff564e)
}

.btn--primary:active:after,
.btn--primary:active:before,
.btn--primary:focus:after,
.btn--primary:focus:before,
.btn--primary:hover:after,
.btn--primary:hover:before {
    opacity: 1
}

.btn--primary-border {
    position: relative;
    z-index: 0;
    text-shadow: 0 1px 1px #031331;
    color: #fff;
    border-color: transparent;
    overflow: hidden
}

.btn--primary-border:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 25px;
    background: #014589;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn--primary-border:after,.btn--primary-border.active:after {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 25px;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.btn--primary-border:active:before,
.btn--primary-border:focus:before,
.btn--primary-border.active:before,
.btn--primary-border:hover:before {
    opacity: 0
}

.btn--favorites-add {
    font-size: 0;
    border: 0;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    width: 46px;
    height: 44px;
    min-height: 0;
    border-radius: 0;
    background: #014589
}

.btn--favorites-add:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 25px;
    background: #014589
}

.btn--favorites-add:after {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 25px;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.btn--favorites-add i {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 19px;
    height: 17px;
    background: url(../images/icons.png) -150px 0 no-repeat
}

.favorited i {
    background: url(../images/icons.png) -150px -18px no-repeat
}

.btn--favorites-add span {
    font-size: 0
}

.btn--favorites-add:active,
.btn--favorites-add:focus,
.btn--favorites-add:hover {
    opacity: .8
}

.btn--fullscreen {
    font-size: 0;
    border: 0;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    width: 46px;
    height: 44px;
    min-height: 0;
    border-radius: 0;
    background: #014589
}

.btn--fullscreen:before {
    z-index: -1;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    background: #014589
}

.btn--fullscreen:after,
.btn--fullscreen:before {
    content: "";
    position: absolute;
    border-radius: 25px
}

.btn--fullscreen:after {
    z-index: -2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.btn--fullscreen i {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 21px;
    height: 21px;
    background: url(../images/icons.png) -120px 0 no-repeat
}

.btn--fullscreen span {
    font-size: 0
}

.btn--fullscreen:active,
.btn--fullscreen:focus,
.btn--fullscreen:hover {
    opacity: .8
}

.btn--up {
    color: #fff;
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-box-shadow: 0 2px 15px rgba(252, 187, 55, .5);
    box-shadow: 0 2px 15px rgba(252, 187, 55, .5);
    border-radius: 20px;
    position: fixed;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.btn--up:after {
    content: "";
    width: 20px;
    height: 12px;
    background: url(../images/icons.png) -32px -60px no-repeat;
    margin-bottom: 1px
}

.btn--up.show {
    opacity: 1
}

.btn--up:active,
.btn--up:focus,
.btn--up:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .8
}

.btn--history {
    padding-left: 45px
}

.btn--history i {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../images/icons.png) -70px -30px no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px
}

.btn--favorites {
    padding-left: 48px
}

.btn--favorites i {
    content: "";
    width: 27px;
    height: 22px;
    background: url(../images/icons.png) -104px -30px no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px
}

.search {
    display: block
}

.search__inner {
    position: relative
}

.search__input {
    padding: 9px 25px 10px;
    line-height: 1.8;
    border-radius: 25px;
    background-color: #166da8;
    min-width: 360px;
    width: 100%;
    border: 0;
    outline: none;
    color: #fff
}

.search__input::-webkit-input-placeholder {
    opacity: 1;
    font-family: Poppins, sans-serif;
    color: hsla(0, 0%, 100%, .7);
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.search__input:-moz-placeholder,
.search__input::-moz-placeholder {
    opacity: 1;
    font-family: Poppins, sans-serif;
    color: hsla(0, 0%, 100%, .7);
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.search__input:-ms-input-placeholder {
    opacity: 1;
    font-family: Poppins, sans-serif;
    color: hsla(0, 0%, 100%, .7);
    -ms-transition: opacity .5s;
    transition: opacity .5s
}

.search__btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: none;
    background: transparent;
    padding: 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
}

.search__btn:active,
.search__btn:focus,
.search__btn:hover {
    outline: none
}

@media (max-width: 768px) {
    .search__input {
        min-width: 100%
    }
}

.likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.likes__title {
    margin-right: 15px
}

.flash-container {
    position: relative;
    text-align: center
}

.flash-container > p,
.flash-container iframe,
.flash-container object {
    display: block
}

.flash-container.fullscreen {
    border: none;
    text-align: center;
    background: #fff
}

.flash-container.fullscreen embed,
.flash-container.fullscreen iframe,
.flash-container.fullscreen object,
.flash-container.fullscreen p {
    width: 100%;
    height: 100%
}

.vote-block-info {
    overflow: hidden;
    vertical-align: middle;
    position: relative
}

.vote-block-info .rating-info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: none !important
}

.vote-block-info span.rating-text {
    font-size: 14px;
    font-weight: 700;
    display: block;
    float: left;
    margin-left: 8px
}

.vote-block-info .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 14px;
    float: left;
    vertical-align: middle;
    background: none !important
}

.vote-block-info .rating:hover li {
    background-image: url(../images/rating-info.png);
    cursor: pointer
}

.vote-block-info.disabled .rating:hover li {
    cursor: auto
}

.vote-block-info .rating li {
    display: block;
    width: 15px;
    height: 14px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0 !important
}

.vote-block-info .rating li:hover,
.vote-block-info .rating li:hover ~ li {
    background-position: 0 -14px
}

.vote-block-info.disabled .rating li.current {
    display: block;
    z-index: 10
}

.vote-block-info .rating li.active,
.vote-block-info .rating li.active ~ li {
    background-position: 0 -28px
}

.vote-block-info li.current {
    display: none
}

.vote-block-info ol.rating {
    position: relative;
    padding: 0 !important;
    margin: 3px 0 0 !important
}

.vote-block-info ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative
}

.vote-block-info ol.rating li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(../images/rating-info.png)
}

.vote-block-info ol.show-current li.current span {
    display: block;
    height: 14px;
    width: 0;
    background: inherit;
    background-position: 0 -28px
}

.vote-block {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vote-block__count {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    color: #fcbb37
}

.vote-block__rating {
    position: relative;
    top: -1px
}

.vote-block .rating-info {
    font-size: 10px;
    color: #fff
}

.vote-block .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 14px;
    float: left;
    vertical-align: middle;
    background: none !important
}

.vote-block .rating:hover li {
    background-image: url(../images/rating-star.png);
    cursor: pointer
}

.vote-block.disabled .rating:hover li {
    cursor: auto
}

.vote-block .rating li {
    display: block;
    width: 15px;
    height: 14px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0 !important
}

.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
    background-position: 0 -14px
}

.vote-block.disabled .rating li.current {
    display: block;
    z-index: 10
}

.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
    background-position: 0 -28px
}

.vote-block li.current {
    display: none
}

.vote-block ol.rating {
    position: relative;
    padding: 0 !important
}

.vote-block ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative
}

.vote-block ol.rating li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(../images/rating-star.png)
}

.vote-block ol.show-current li.current span {
    display: block;
    height: 14px;
    width: 0;
    background: inherit;
    background-position: 0 -28px
}

.pagination ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 30px -5px 0;
    list-style: none
}

.pagination li {
    padding: 0
}

.pagination a,
.pagination span {
    position: relative;
    display: block;
    padding: 0 5px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    text-align: center;
    border: 0;
    color: #fff;
    text-shadow: 0 1px 1px #031331;
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    opacity: 1;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 4px #031331;
    box-shadow: 0 0 0 4px #031331;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.pagination span {
    background: #014589;
}

.pagination a:after,
.pagination span:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 25px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #f9d027;
    background: -webkit-gradient(linear, left top, right top, from(#f9d027), to(#ff564e));
    background: linear-gradient(90deg, #f9d027, #ff564e)
}

.pagination a:active:after,
.pagination a:focus:after,
.pagination a:hover:after,
.pagination span.current:after {
    opacity: 1;
    background: #014589;
}

.pagination .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0
}

.pagination .next:before {
    content: "";
    width: 12px;
    height: 20px;
    background: url(../images/icons.png) 0 -60px no-repeat
}

.pagination .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0
}

.pagination .prev:before {
    content: "";
    width: 12px;
    height: 20px;
    background: url(../images/icons.png) -13px -60px no-repeat
}

.header {
    z-index: 1;
    position: relative;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .15)), color-stop(75%, hsla(0, 0%, 100%, 0)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0) 75%);
    margin-bottom: 30px
}

.header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 60px;
    background: #014589;
    border-radius: 0 0 30px 30px;
    margin: 0 -60px
}

.header__btns,
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__btns {
    margin-left: auto
}

.header__btns a {
    margin-right: 8px
}

.header__btns a:last-child {
    margin-right: 0
}

.header__search {
    margin-left: 30px
}

@media (max-width: 1370px) {
    .header__inner {
        margin: 0;
        padding: 10px 30px
    }
}

@media (max-width: 1024px) {
    .header__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 10px 0 0
    }
}

@media (max-width: 680px) {
    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding: 10px 15px
    }

    .header__btns {
        margin: 10px auto 0
    }

    .header__search {
        width: 100%
    }
}

.navbar {
    margin: 10px 0 0;
    border-radius: 10px 0;
    background: #031331
}

.navbar__toggle {
    width: 50px;
    height: 50px;
    left: -50px;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    -webkit-box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    z-index: 1;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.navbar__toggle,
.navbar__toggle:before {
    border-radius: 10px 0 0 10px;
    position: absolute
}

.navbar__toggle:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 1;
    background: #f9d027;
    background: -webkit-gradient(linear, left top, right top, from(#f9d027), to(#ff564e));
    background: linear-gradient(90deg, #f9d027, #ff564e)
}

.navbar__toggle:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) 0 -90px no-repeat
}

.navbar__toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar__toggle:hover:before {
    opacity: 0
}

.navbar__toggle.active:before {
    opacity: 1
}

.navbar__toggle.active:after {
    background-position-x: -32px
}

.navbar__inner,
.navbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	position:relative;
}

.navbar__items {
    border-radius: 30px 30px 0 0;
    -webkit-box-shadow: 0 0 30px 0 hsla(0, 0%, 100%, .15);
    box-shadow: 0 0 30px 0 hsla(0, 0%, 100%, .15)
}

.navbar__item {
    margin-left: -30px;
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px
}

.navbar__item:first-child {
    /*margin-left: 0*/
}

.navbar__item:last-child a {
    padding-right: 15px;
    border-radius: 30px 30px 0 0
}

.navbar__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px 30px 5px 15px;
    border-radius: 30px 0 0 0;
    background: #014589;
    opacity: 1;
    z-index: 1
}

.navbar__link:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 30px 0 0 0;
    background: #031331;
    background: -webkit-gradient(linear, left top, right top, from(#031331), color-stop(80%, #051e3f), to(#051e3f));
    background: linear-gradient(90deg, #031331, #051e3f 80%, #051e3f);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.navbar__link:hover:after, .navbar__link.active:after {
    opacity: 0
}

.navbar__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px
}

.navbar__title {
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .navbar {
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 10;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        border-radius: 16px 0 0 16px;
    }

    .navbar .container {
        padding: 0
    }
	
	.site-layout__content{
        position:relative;
    }
	
    .navbar__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
		padding-bottom: 16px;
    }

    .navbar__item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-left: 0
    }

    .navbar__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar__thumb {
        margin-left: 8px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .navbar__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .navbar.active {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.games {
    margin-bottom: 60px
}

.games__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px
}

.games__item {
    max-width: 285px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    padding: 0 15px;
    margin-bottom: 35px
}

@media (max-width: 1200px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

@media (max-width: 1024px) {
    .games__items {
        margin: 0 -10px
    }

    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 10px
    }
}

@media (max-width: 768px) {
    .games__items {
        margin: 0 -5px
    }

    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding: 0 5px
    }
}

@media (max-width: 520px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 320px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.game-prev {
    position: relative;
    z-index: 0
}

.game-prev__overlay {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.game-prev:before {
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 52px;
    height: 25px;
    background: url(../images/icons.png) -56px 0 no-repeat
}

.game-prev:after,
.game-prev:before {
    content: "";
    position: absolute;
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.game-prev:after {
    bottom: -5px;
    border-radius: 0 0 5px 5px;
    left: 15px;
    right: 15px;
    height: 5px;
    background: #fff
}

.game-prev__thumb {
    background: #000;
    display: block;
    border-radius: 5px
}

.game-prev__thumb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.game-prev__thumb img {
    border-radius: 5px
}

.game-prev__content {
    background: #014589;
    border-bottom: 1px solid #07182f;
    position: absolute;
    z-index: 1;
    bottom: -25px;
    left: 15px;
    right: 15px;
    border-radius: 0 0 30px 30px;
    padding: 15px 10px;
    text-align: center;
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.game-prev__title {
    font-family: Poppins, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px
}

.game-prev__title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.game-prev__rating {
    font-family: Poppins, sans-serif;
    color: #fcbb37;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.game-prev__rating:before {
    content: "";
    display: block;
    width: 13px;
    height: 14px;
    background: url(../images/icons.png) -19px 0 no-repeat;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.game-prev:hover .game-prev__overlay {
    opacity: 1;
    z-index: 1
}

.game-prev:hover .game-prev__thumb img {
    opacity: .5
}

.game-prev:hover .game-prev__content {
    opacity: 0
}

.game-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 0 30px 30px;
    padding: 10px 10px 5px;
    text-align: center;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.game-overlay__icon {
    width: 24px;
    height: 27px;
    background: url(../images/icons.png) -32px 0 no-repeat
}

.game-overlay__label {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px #031331
}

.game {
    margin-bottom: 60px
}

.game__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.game__player {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.game__side {
    max-width: 346px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 346px;
    flex: 0 0 346px;
    padding-left: 30px
}

.game__best {
    margin-bottom: 30px
}

@media (max-width: 1024px) {
    .game__side {
        max-width: 240px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        padding-left: 30px
    }
}

@media (max-width: 768px) {
    .game__columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .game__player {
        margin-bottom: 30px
    }

    .game__player,
    .game__side {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .game__side {
        padding-left: 0
    }
}

.top {
    margin: 30px 0;
    position: relative
}

.top__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 29px 40px 6px
}

.top__inner {
    border-radius: 10px;
    position: relative;
    z-index: 0;
    background: #ffd4d1;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd4d1), to(#fd6fe9));
    background: linear-gradient(180deg, #ffd4d1, #fd6fe9)
}

.top__inner:after,
.top__inner:before {
    content: "";
    position: absolute;
    background: url(../images/icons.png) -169px -50px no-repeat;
    width: 76px;
    height: 76px;
    z-index: -1;
    opacity: .3
}

.top__inner:before {
    top: 75px;
    left: 10px
}

.top__inner:after {
    bottom: 10px;
    right: 25px
}

.top__item {
    padding: 0 15px 25px
}

.top__nav {
    position: absolute;
    margin-top: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    opacity: 1;
    z-index: 11;
    -webkit-box-shadow: 0 0 0 4px #031331;
    box-shadow: 0 0 0 4px #031331;
    background: #ff564e;
    background: -webkit-gradient(linear, left top, right top, from(#ff564e), to(#f9d027));
    background: linear-gradient(90deg, #ff564e, #f9d027)
}

.top__nav:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.top__nav:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 25px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #f9d027;
    background: -webkit-gradient(linear, left top, right top, from(#f9d027), to(#ff564e));
    background: linear-gradient(90deg, #f9d027, #ff564e)
}

.top__nav:active:after,
.top__nav:focus:after,
.top__nav:hover:after {
    opacity: 1
}

.top__prev {
    top: 50%;
    left: 0
}

.top__prev:before {
    content: "";
    width: 12px;
    height: 20px;
    background: url(../images/icons.png) -13px -60px no-repeat
}

.top__next {
    top: 50%;
    right: 0
}

.top__next:before {
    content: "";
    width: 12px;
    height: 20px;
    background: url(../images/icons.png) 0 -60px no-repeat
}

.top .owl-item {
    opacity: .5
}

.top .owl-item.active {
    opacity: 1
}

@media (max-width: 768px) {
    .top__head {
        padding: 29px 15px 6px
    }

    .top__items {
        padding: 10px 15px 29px
    }

    .top__item {
        padding: 0 5px
    }
}

@media (max-width: 1024px) {
    .top__item {
        padding: 0 10px 25px
    }
}

@media (max-width: 768px) {
    .top__item {
        padding: 0 5px 25px
    }
}

.best {
    background: #014589;
    border-radius: 16px;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0 0 0 1px #1e2454;
    box-shadow: 0 0 0 1px #1e2454
}

.best__title {
    font-size: 1.286rem;
    font-family: Poppins, sans-serif;
    color: #fff;
    text-transform: uppercase
}

.best__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -4px
}

.best__item {
    padding: 4px
}

.best-item {
    display: block;
    padding: 2px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, #ff564e, #ffcd00);
}


.best-item__thumb {
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.best-item:hover .best-item__thumb {
    opacity: .5
}

.banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px 30px
}

.banners__item {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 15px
}

.banner {
    padding: 24px 15px 0;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    height: 100%
}

.banner__link {
    display: block
}

.banner__link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.banner__content {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.banner__title {
    font-size: 1.2rem;
    line-height: 1.1
}

.banner__subtitle,
.banner__title {
    text-transform: uppercase;
    color: #262a4d;
    font-family: Poppins, sans-serif
}

.banner__subtitle {
    font-size: 2.6rem;
    line-height: 1;
    opacity: .3;
    z-index: -1
}

.banner__image {
    position: absolute;
    z-index: 1;
    right: -23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.banner__stars {
    display: block;
    margin-top: auto
}

.banner--46 {
    background: #bfedba;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfedba), to(#398140));
    background: linear-gradient(180deg, #bfedba, #398140)
}

.banner--44 {
    background: #f84a04;
    background: -webkit-gradient(linear, left top, left bottom, from(#f84a04), to(#f9b81e));
    background: linear-gradient(180deg, #f84a04, #f9b81e)
}

.banner--44 .banner__subtitle,
.banner--44 .banner__title {
    color: #fff
}

.banner--42 {
    background: #e28fa2;
    background: -webkit-gradient(linear, left top, left bottom, from(#e28fa2), to(#b9b1e1));
    background: linear-gradient(180deg, #e28fa2, #b9b1e1)
}

.banner--40 {
    background: #3e5f91;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e5f91), to(#32a8b2));
    background: linear-gradient(180deg, #3e5f91, #32a8b2)
}

.popular__title {
    margin-bottom: 20px
}

.popular__item {
    margin-bottom: 10px
}

.popular .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popular .owl-dot {
    width: 15px;
    height: 15px;
    background: #fd6fe9;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #d003b3
}

.popular .owl-dot.active,
.popular .owl-dot:active,
.popular .owl-dot:focus,
.popular .owl-dot:hover {
    background: #d003b3
}

.popular .card__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.player {
    background: #014589;
    padding: 15px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 0 1px #1e2454;
    box-shadow: 0 0 0 1px #1e2454
}

.player__title {
    font-size: 1.2rem
}

.player__footer {
    padding: 15px 0 0
}

.player__actions,
.player__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.player__actions {
    margin-left: auto
}

.player__action {
    margin-left: 20px
}

@media (max-width: 768px) {
    .player__footer {
        padding: 15px 0 0
    }
}

@media (max-width: 360px) {
    .player {
        text-align: center
    }

    .player__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .player__actions {
        margin: 10px auto 0
    }

    .player__action {
        margin: 0 10px
    }
}

.footer {
    padding: 15px 0;
    text-align: center
}

.footer__copyright {
    opacity: .8;
    font-size: .875rem
}

.footer a {
    color: #fff
}

.footer-menu {
    text-align: center
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-menu li {
    position: relative;
    display: inline-block;
    padding: 0 8px
}

.footer-menu li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 1px;
    background: #fff;
    opacity: .5
}

.footer-menu li:last-child:after {
    display: none
}

.footer-menu a {
    color: #fff;
    opacity: .5;
    text-decoration: none;
    line-height: 1.2;
    display: block
}

.footer-menu a:hover {
    opacity: .8
}

.sidebar {
    width: 215px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    -webkit-transform: translate3d(-215px, 0, 0);
    transform: translate3d(-215px, 0, 0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.sidebar__inner {
    position: relative;
    background: #37315f;
    height: 100%;
    -webkit-box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    overflow: auto
}

.sidebar.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.sidebar__toggle {
    background: #fcbb37;
    border-radius: 0 10px 10px 0;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -60px;
    top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-size: 0
}

.sidebar__toggle:after {
    content: "";
    width: 30px;
    height: 29px;
    background: url(../images/icons.png) -221px -200px no-repeat;
    margin-left: -3px
}

.sidebar__toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fea1f1
}

.sidebar__toggle:hover:after {
    background-position-x: -282px
}

.side-menu {
    background: #fcbb37;
    padding: 35px 24px 25px;
    position: relative;
    z-index: 0;
    list-style: none;
    margin: 0
}

.side-menu:after {
    content: "";
    position: absolute;
    background: url(../images/icons.png) -169px -50px no-repeat;
    width: 76px;
    height: 76px;
    z-index: -1;
    opacity: .3;
    bottom: 0;
    right: 7px
}

.side-menu li {
    margin-bottom: 12px
}

.side-menu li:last-child {
    margin: 0
}

.side-menu a {
    display: block;
    color: #fff;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    line-height: 1.1
}

.side-menu a:hover {
    color: #fd6fe9
}

.side-games {
    border-radius: 0 5px 5px 0;
    padding: 15px 5px 15px 20px
}

.side-games__title {
    font-family: Poppins, sans-serif;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 15px
}

.side-games__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px
}

.side-games__item {
    max-width: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 5px;
    margin: 0 0 10px
}

.side-game__link {
    display: block;
    text-decoration: none;
    outline: none
}

.side-game__thumb {
    border-radius: 10px;
    background-color: #fd6fe9
}

.side-game:hover .side-game__thumb {
    opacity: .8
}

.page-layout {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 1
}

body.menu-opened {
    overflow: hidden
}

body.menu-opened .overlay {
    display: block
}

body.menu-opened .page-layout {
    -webkit-transform: translate3d(315px, 0, 0);
    transform: translate3d(315px, 0, 0)
}

.privacy {
    padding: 10px 10px 10px 15px;
    background: #014589;
    border: 1px solid #1e2454;
    border-radius: 25px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: none
}

.privacy__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.privacy__content {
    color: hsla(0, 0%, 100%, .7);
    line-height: 1.6;
    margin-right: 15px
}

.privacy__content a {
    color: #fff
}

.privacy__links {
    text-align: center
}

.iframe-full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.btn_close_fullscreen {
    display:none;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 1002;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #ff564e, #f9d027);
}

.btn_close_fullscreen i {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 27px;
    height: 27px;
    background: url(../images/icons.png) -29px -86px no-repeat;
}
.mb-2{
margin-bottom:12px;
}
.mb-3{
	margin-bottom:18px;
}
.ads_banner{
	max-width: 1200px;
	width: 100%;
	min-height: 90px;
	margin: 12px auto;
}
.navbar__items .owl-prev,.navbar__items .owl-next{
	position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 48px !important;
    background: linear-gradient(90deg,#031331 30%,#03133100 100%) !important;
}
.navbar__items .owl-next{
	left:unset;
	right:-26px;
	background: linear-gradient(270deg,#031331 25%,#03133100 100%) !important;
}

.game-description h2,.page-content h2{
	font-size: 24px;
	color: #FC0;
	font-weight: bold;
	text-transform: uppercase; 
	margin: 0 0 12px;
}
.game-description p,.page-content p{
	margin: 0 0 12px;
}
.game-description h3,.game-description h4,.page-content h3,.page-content h4{
	margin: 0 0 12px;
	color: #FC0;
	font-size: 20px;
}
.game-description ul, .game-description ol,.page-content ul,.page-content ol{
	padding-left: 24px;
	margin: 0 0 12px;
}
.game-description ul li,.game-description ol li,.page-content ul li,.page-content ol li{
	list-style: disc;
	margin: 0 0 6px;
}
.game-description a,.page-content a{
	color: #FC0;
}
.promo--bottom{
	max-width: 100%;
    width: 100%;
}