html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
    line-height: 1.15
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=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 {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

@media print {

    *,
    :after,
    :before,
    blockquote:first-letter,
    blockquote:first-line,
    div:first-letter,
    div:first-line,
    li:first-letter,
    li:first-line,
    p:first-letter,
    p:first-line {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important;
        border: 1px solid #30304F;
    }



    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    background-color: #fff;
    color: #292b2c;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #8dc54f;
    text-decoration: none
}

a:focus,
a:hover {
    color: #fcd33a;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

.two {
    display: flex;
    gap: 15px;
}

.two .img-cov {
    min-width: 600px;
    width: 100%;
}

@media(max-width: 992px) {
    .two {
        flex-direction: column;
    }

    .two .img-cov {
        min-width: 100%;
    }
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    width: 100%;
    border: 2px solid #30304F;
    background-color: transparent;
    border-collapse: collapse
}

table td {
    text-align: center;
    border: 2px solid #30304f;
}

caption {
    caption-side: bottom;
    color: #636c72;
    padding-bottom: .75rem;
    padding-top: .75rem
}

caption,
th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 20px 0 20px 40px
}

.alignleft {
    float: left;
    margin: 20px 40px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #eee;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.content {
    color: #9C9C9C;
    font-family: Karla, sans-serif;
    line-height: 32px
}

.content img {
    height: auto;
    max-width: 100%
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000
}

input:-ms-input-placeholder {
    color: #000
}

body {
    background: #f7f9fe;
    color: #8c91b8;
    font-family: Karma, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    text-align: justify
}

body.overflow {
    overflow: hidden
}

body.show-popup {
    height: 100vh;
    overflow-y: hidden
}

@media only screen and (max-width:768px) {
    body {
        overflow-x: hidden
    }
}

button.submit {
    margin-top: 20px
}

.content h3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 25px 0
}

.content h4 {
    font-size: 20px
}

.content h5 {
    font-size: 18px
}

.content h6 {
    font-size: 16px
}

.content ol,
.content ul {
    padding-left: 0
}

.content ol {
    list-style-type: decimal;
    padding-left: 20px
}

.content ol li {
    list-style-type: decimal;
    padding-left: 10px
}

.content ol li:before {
    display: none
}

.content li {
    line-height: 32px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 23px;
    position: relative
}

.content li:before {
    content: url(images/light.png);
    display: inline-block;
    left: -9px;
    margin-left: -15px;
    margin-top: 10px;
    position: relative;
    top: 6px
}

.content a {
    color: #8dc54f
}

.content a:focus,
.content a:hover {
    color: #fcd33a;
    text-decoration: none
}

.content a:visited {
    color: #4F6EC5
}

.content td {
    line-height: 32px;
    padding: 5px
}

.post-ratings {
    width: auto !important
}

p {
    color: #9C9C9C;
    font-family: Karla, sans-serif;
    font-size: 18px
}

h1,
p {
    line-height: 32px
}

h1 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 45px;
    word-break: break-all
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
        word-break: break-word
    }
}

h2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 40px 0 25px
}

@media only screen and (max-width:425px) {
    h2 {
        font-size: 24px;
        word-break: break-word
    }
}

.h2,
h2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (max-width:425px) {

    .h2,
    h2 {
        font-size: 24px;
        word-break: break-word
    }
}

.btn-main {
    background: #FF7C00;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .36px;
    line-height: 20px;
    outline: none;
    padding: 10px 15px;
    text-align: center;
    transition: all 0.2s linear;
    white-space: nowrap
}

.btn-main:hover {
    background: #FF7C00;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.btn-main .active,
.btn-main:focus {
    background: linear-gradient(180deg, #6384e0, #1640b8);
    box-shadow: 0 8px 12px rgba(0, 0, 0, .4), 0 6px 12px rgba(76, 122, 253, .24), inset 0 -8px 12px #1640b8, inset 0 3px 7px #b3c6ff;
    color: #fff;
    text-decoration: none
}

.btn-outline {
    border: 1px solid #555fa3;
    border-radius: 8px;
    color: #8994e1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .36px;
    line-height: 18px;
    padding: 7px;
    text-align: center
}

.btn-outline:focus,
.btn-outline:hover {
    background: #20203d;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.btn-secondary {
    background: #fcd863;
    border-radius: 16px;
    box-shadow: 0 6px 12px hsla(46, 81%, 77%, .24), inset 0 4px 12px #fff8e0, inset 0 -8px 12px #cfa10b;
    color: #20203d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .36px;
    line-height: 18px;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase
}

.btn-secondary:hover {
    background: #ffe9a4;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .3), 0 24px 40px hsla(46, 81%, 77%, .3), inset 0 4px 12px #fff8e0, inset 0 -8px 12px #cfa10b;
    color: #20203d;
    cursor: pointer;
    text-decoration: none
}

.btn-wide {
    background: #1f1f1f;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    height: 65px;
    line-height: 65px;
    margin-bottom: 50px;
    margin-top: -30px;
    text-align: center;
    text-transform: uppercase
}

.btn-wide:hover {
    background: #000
}

.main,
main {
    background: #0E0E16;
    border-radius: 80px;
    margin: 0 30px;
    padding: 80px 0 100px
}

@media only screen and (max-width:480px) {

    .main,
    main {
        border-radius: 30px;
        margin: 0 16px;
        padding: 30px 0
    }
}

.container {
    margin: 0 auto;
    max-width: 1172px
}

@media only screen and (max-width:1300px) {
    .container {
        padding: 0 15px
    }
}

form {
    position: relative
}

.visible {
    display: block !important
}

.lazy,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

.header {
    align-items: center;
    background: #f7f9fe;
    display: flex;
    height: 96px;
    justify-content: space-between;
    padding: 20px 30px;
    position: relative;
    z-index: 100
}

@media only screen and (max-width:1023px) {
    .header {
        height: 60px;
        padding: 6px 16px 0
    }
}

.header-logo {
    margin-right: 20px;
    transition: .2s
}

@media only screen and (max-width:1600px) {
    .header-logo {
        margin-right: 15px
    }
}

@media only screen and (max-width:1023px) {
    .header-logo {
        margin-right: 0
    }
}

.header .hamburger {
    cursor: pointer;
    display: none
}

@media only screen and (max-width:1023px) {
    .header .hamburger {
        display: block
    }
}

.header .hamburger span {
    background: #16162e;
    border-radius: 1px;
    display: block;
    height: 4px;
    margin-bottom: 6px;
    transition: all .3s;
    width: 48px
}

.header .hamburger span:last-child {
    margin-bottom: 0
}

.header .hamburger.active {
    height: 48px;
    transform: translateY(50%);
    width: 48px
}

.header .hamburger.active span {
    border-radius: 5px;
    margin: 0;
    position: absolute;
    transform: scale(0)
}

.header .hamburger.active span:first-child {
    transform: rotate(45deg)
}

.header .hamburger.active span:last-child {
    transform: rotate(-45deg)
}

@media only screen and (max-width:1023px) {
    .header.search-form-active .search-form__wrapper {
        padding-left: 27px;
        width: 100%
    }

    .header.search-form-active .header-logo {
        display: none
    }

    .header.search-form-active .search-box {
        font-size: 14px;
        padding: 10px 15px;
        width: 100%
    }
}

.header-nav {
    width: calc(100% - 500px)
}

.header-nav .menu-top-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0
}

.header-nav .menu-top-container li {
    line-height: 56px;
    list-style: none;
    position: relative
}

.header-nav .menu-top-container li.hidden {
    display: none
}

.header-nav .menu-top-container li .sub-menu {
    background: #f7f9fe;
    padding: 15px 10px;
    position: absolute;
    top: 56px;
    width: 250px;
    z-index: 99999
}

.header-nav .menu-top-container li .sub-menu li {
    line-height: 1;
    padding: 0 0 20px
}

.header-nav .menu-top-container li .sub-menu li:last-child {
    padding-bottom: 0
}

.header-nav .menu-top-container li .sub-menu li span {
    color: #5a7dde
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {

    .header-nav .menu-top-container li:hover a,
    .header-nav .menu-top-container li:hover span {
        color: #9C9C9C;
        text-decoration: none
    }

    .header-nav .menu-top-container li:hover .sub-menu {
        display: block
    }
}

.header-nav .menu-top-container li:focus a,
.header-nav .menu-top-container li:focus span {
    color: #9C9C9C;
    text-decoration: none
}

.header-nav .menu-top-container li:focus .sub-menu {
    display: block
}

.header-nav .menu-top-container li a,
.header-nav .menu-top-container li span {
    color: #9C9C9C;
    font-size: 15px;
    font-weight: 700;
    padding: 0 10px;
    white-space: nowrap
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {

    .header-nav .menu-top-container li a:hover,
    .header-nav .menu-top-container li span:hover {
        color: #7b85cc
    }
}

.header-nav .menu-top-container li a:focus,
.header-nav .menu-top-container li span:focus {
    color: #7b85cc
}

.header-nav .menu-top-container li.meatballs {
    margin-right: 10px;
    position: relative;
    display: none;
}

@media only screen and (max-width:1023px) {
    .header-nav .menu-top-container li.meatballs {
        display: none
    }
}

.header-nav .menu-top-container li.meatballs .meatballs__button {
    align-items: center;
    background: #16162e;
    border-radius: 3px;
    display: flex;
    height: 40px;
    padding: 12px 5px;
    width: 40px
}

.header-nav .menu-top-container li.meatballs .meatballs__dot {
    background-color: #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    height: 4px;
    margin: 4px 3px;
    padding: 0;
    width: 4px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {
    .header-nav .menu-top-container li.meatballs:hover:after {
        display: none
    }

    .header-nav .menu-top-container li.meatballs:hover .meatballs__hidden-menu {
        display: block
    }
}

.header-nav .menu-top-container li.meatballs ul {
    background: #16162e;
    box-shadow: 0 0 35px rgba(0, 0, 0, .75)
}

.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%
}

.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li {
    position: relative
}

.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li a,
.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li span {
    color: #a08888;
    padding: 0 20px
}

.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li span {
    color: #fff
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {

    .header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li:hover>a,
    .header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li:hover>span {
        color: #fff
    }

    .header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li:hover>.sub-menu {
        display: block
    }
}

.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li.menu-item-has-children>a:before,
.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li.menu-item-has-children>span:before {
    background-image: url(images/sub-menu-arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 7px;
    width: 6px
}

.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li.menu-item-has-children>span:before {
    background-image: url(images/sub-menu-arrow-hover.svg)
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {

    .header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li.menu-item-has-children:hover>a,
    .header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li.menu-item-has-children:hover>span {
        color: #fff
    }

    .header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li.menu-item-has-children:hover>a:before,
    .header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li.menu-item-has-children:hover>span:before {
        background-image: url(images/sub-menu-arrow-hover.svg)
    }
}

.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li.menu-item-has-children .sub-menu {
    right: 100%
}

.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li .sub-menu {
    display: none;
    padding: 7px 0;
    position: absolute;
    right: 100%;
    top: 0
}

.header-nav .menu-top-container li.meatballs .meatballs__hidden-menu li .sub-menu li {
    line-height: 35px;
    padding-bottom: 0
}

.header-nav .menu-top-container li.meatballs ul {
    margin: 0;
    padding: 0
}

.header-nav .menu-top-container>li {
    position: relative
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {

    .header-nav .menu-top-container>li:nth-last-child(2):hover:after,
    .header-nav .menu-top-container>li:nth-last-child(3):hover:after {
        left: auto;
        right: 0
    }

    .header-nav .menu-top-container>li:nth-last-child(2):hover .sub-menu,
    .header-nav .menu-top-container>li:nth-last-child(3):hover .sub-menu {
        right: 0
    }
}

.header-nav .menu-top-container>li:nth-last-child(2):focus:after,
.header-nav .menu-top-container>li:nth-last-child(3):focus:after {
    left: auto;
    right: 0
}

.header-nav .menu-top-container>li:nth-last-child(2):focus .sub-menu,
.header-nav .menu-top-container>li:nth-last-child(3):focus .sub-menu {
    right: 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {
    .header-nav .menu-top-container>li:hover:after {
        background: #e62e2f;
        bottom: -3px;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 40px
    }
}

.header-nav .menu-top-container>li:focus:after {
    background: #e62e2f;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px
}

.header-nav .menu-top-container .current-menu-item>a,
.header-nav .menu-top-container .current-menu-item>span {
    color: #000
}

.header-nav .sub-menu {
    display: none
}

@media only screen and (max-width:1600px) {
    .header-nav.active {
        display: block;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%
    }

    .header-nav.active .menu-top-container {
        flex-wrap: wrap
    }

    .header-nav.active .menu-top-container li a,
    .header-nav.active .menu-top-container li span {
        padding-right: 0
    }

    .header-nav.active .menu-top-container>li {
        background: #2c2a2a;
        border-bottom: 1px solid #272121;
        position: relative;
        text-align: center;
        width: 100%
    }

    .header-nav.active .menu-top-container>li.menu-item-has-children {
        cursor: pointer;
        position: relative
    }

    .header-nav.active .menu-top-container>li.menu-item-has-children:before {
        color: #fff;
        content: "▾";
        font-size: 20px;
        position: absolute;
        right: 20px
    }

    .header-nav.active .menu-top-container>li .sub-menu {
        display: none !important;
        position: static !important;
        width: 100% !important
    }

    .header-nav.active .menu-top-container>li .sub-menu.active {
        display: block !important
    }

    .header-nav.active .menu-top-container>li:focus {
        background: #272121
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
only screen and (max-width:1600px) and (hover:hover) and (pointer:fine) {
    .header-nav.active .menu-top-container>li:hover {
        background: #272121
    }
}

@media only screen and (max-width:1400px) {
    .header-nav {
        width: calc(100% - 461px)
    }

    .header-nav .menu-top-container li a,
    .header-nav .menu-top-container li span {
        font-size: 14px;
        padding: 0 10px
    }
}

@media only screen and (max-width:1023px) {
    .header-nav {
        display: none;
        left: 0;
        max-height: 100vh;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-100vh);
        transition: all .3s ease-in-out;
        transition-delay: .1s;
        width: 100%;
        z-index: 99
    }

    .header-nav .menu-top-container {
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .header-nav .menu-top-container li {
        background: #fff;
        border-bottom: 1px solid #7b85cc;
        line-height: 50px;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%
    }

    .header-nav .menu-top-container li a,
    .header-nav .menu-top-container li span {
        color: #16162e;
        font-size: 14px;
        font-weight: 700;
        min-height: auto;
        padding: 0 10px;
        text-align: center;
        text-decoration: none
    }

    .header-nav .menu-top-container li a:after,
    .header-nav .menu-top-container li a:before,
    .header-nav .menu-top-container li span:after,
    .header-nav .menu-top-container li span:before {
        display: none
    }

    .header-nav .menu-top-container li a:not([href]):not([tabindex]),
    .header-nav .menu-top-container li span:not([href]):not([tabindex]) {
        color: #fff
    }

    .header-nav .menu-top-container li span:before {
        display: none
    }

    .header-nav .menu-top-container li.menu-item-has-children:before {
        color: #16162e;
        content: "▾";
        display: block;
        font-size: 20px;
        position: absolute;
        right: 20px
    }

    .header-nav .menu-top-container li .sub-menu {
        background: #8c91b8;
        display: none;
        padding: 15px 10px;
        position: static;
        width: 100%
    }

    .header-nav .menu-top-container li .sub-menu li {
        background: transparent;
        border: 0;
        line-height: 1;
        padding: 0 0 20px
    }

    .header-nav .menu-top-container li .sub-menu li:last-child {
        padding-bottom: 0
    }

    .header-nav .menu-top-container li .sub-menu li a,
    .header-nav .menu-top-container li .sub-menu li span {
        color: #16162e
    }

    .header-nav .menu-top-container li .sub-menu.active {
        display: block
    }

    .header-nav .menu-top-container>li {
        font-size: 14px
    }

    .header-nav.show {
        display: block;
        max-height: calc(100vh - 60px);
        overflow: auto;
        top: 0;
        transform: translateY(60px)
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
only screen and (max-width:1023px) and (hover:hover) and (pointer:fine) {

    .header-nav .menu-top-container li a:hover,
    .header-nav .menu-top-container li span:hover {
        color: #16162e
    }

    .header-nav .menu-top-container li a:hover:before,
    .header-nav .menu-top-container li span:hover:before {
        display: none
    }

    .header-nav .menu-top-container li:hover>a,
    .header-nav .menu-top-container li:hover>span {
        color: #16162e
    }
}

.search-form {
    position: relative
}

.search-form .search-box {
    border: 2px solid #9C9C9C;
    border-radius: 12px;
    max-height: 40px;
    min-width: 300px;
    padding: 10px 45px 10px 15px;
    position: relative
}

@media only screen and (max-width:1023px) {
    .search-form .search-box {
        font-size: 0;
        height: 40px;
        min-width: 43px;
        padding: 0;
        width: 43px
    }
}

.search-form .search-box::-webkit-input-placeholder {
    color: #9C9C9C
}

.search-form .search-box::placeholder {
    color: #9C9C9C
}

.search-form .search-box:-ms-input-placeholder {
    color: #9C9C9C
}

.search-form .search-box:focus {
    border: 2px solid #9C9C9C;
    outline: none
}

.search-form #searchsubmit {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHXSURBVHgBnVRLctpAEH3dQzZekRtwBI4g3wDWKSXoBFgrQnkBXqTsOAsl4QAiUWUd3wCOoCPoCOyosqVpz+iDhQQY+y2knu7Rmzf9EeEIboPQYai+hnQZtNHI4qnvrXEC1HTcL6IxNOYCdA9sT7TWN1P/8/Ik2TwIuxeq818EDl4D4WGbpd7c9zZ1N1dGgyjWGpdbnX6cjF2yb6N2CEiSRwWDC/UhaJ8Bm5+/I2YKc4/Gn4nvjnAEd0H0kxjjfKsWr37lXBkzz4qlJKeILL767pUQ1tZWzOO9a94GkWNIesVJuMEZkKzYJ5D+tyDs78jYOKrFsSo1MfXdNUHy5Nv22ZHZPipMSvAGCLisZHGrUhm1nOeAoFsijDKKq4Xt+nOIbJ4FlJPZydiR1e+vVGd2DplS9KWwJLn2vRcy+0jLKtqm/bGIThJ+X/ybicgoV9Wo/m6c7n5HKyongIiWWfZkZtBLqvi9bQGj3Bw4KEThYXLlDg+SBWY2H7mzMma/FtyYRyxCvQMF2qSaL6/9T3GLrIJJ7pxZTE6o+TFsbjNNv2rxPcIWWY3UMVlxrF38zyi2xSpiYY9ZrZqER8lewyFCxjthi0M6G5ZtZf7G6eDdyvYUQg22yJbPic7Y56cjyDAAAAAASUVORK5CYII=");
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 19px
}

@media only screen and (max-width:1023px) {
    .search-form #searchsubmit {
        right: 12px;
        top: 10px
    }
}

.search-form input {
    background: #fff;
    border: none;
    color: #9C9C9C;
    font-family: Karla, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    outline: none
}

.footer {
    background: #f7f9fe;
    padding: 60px 0 40px
}

.footer a {
    color: #4F6EC5;
    padding: 0 15px;
}

@media only screen and (max-width:780px) {
    .footer {
        padding: 30px 0
    }
}

.footer .container {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:780px) {
    .footer .container {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-menu ul li a,
.footer-menu ul li span {
    color: #785b5b;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.footer-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 302px
}

@media only screen and (max-width:780px) {
    .footer-links {
        margin-top: 30px;
        width: 100%
    }
}

.footer-links img {
    margin-bottom: 10px
}

.footer .copyright {
    color: #8c91b8;
    font-family: Karla, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding-top: 40px
}

@media only screen and (max-width:780px) {
    .footer .copyright {
        padding-top: 30px;
        text-align: center
    }
}

.custom-rating.active i,
.custom-rating.active img {
    cursor: pointer
}

.custom-rating {
    display: inline-block;
    position: relative;
    z-index: 10
}

.tax-rating-alert {
    background-color: #fff;
    border-radius: 4px;
    color: #181818;
    padding: 7px 20px;
    top: 120%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 11
}

.tax-rating-alert,
.tax-rating-alert:after {
    display: inline-block;
    left: 50%;
    position: absolute
}

.tax-rating-alert:after {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    content: "";
    top: 0;
    transform: translateY(-100%) translateX(-50%)
}

.custom-rating i[class^=icon-]:before,
i[class*=" icon-"]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.custom-rating .icon-star:before {
    content: "\e800"
}

.custom-rating .icon-star-empty:before {
    content: "\e801"
}

.custom-rating .icon-star-half-alt:before {
    content: "\f123"
}

.custom-rating i {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(fonts/fontello.eot);
    color: #ffe474;
    display: inline-block;
    font-family: fontello;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.custom-rating i.hover {
    color: #ffa131
}

.scroll-top {
    background-size: 34px 34px;
    background: url(images/right_arrow.png), linear-gradient(180deg, #83a4ff, #2953cc), #b3c6ff;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 16px;
    bottom: 24px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .8), 0 6px 12px rgba(76, 122, 253, .5), inset 0 -8px 12px #1640b8, inset 0 3px 7px #b3c6ff;
    cursor: pointer;
    height: 64px;
    left: 50px;
    opacity: 0;
    position: fixed;
    transition: all .5s ease-in-out;
    width: 64px;
    z-index: 1
}

.scroll-top:hover {
    background: url(images/right_arrow.png), linear-gradient(180deg, #93adf5, #3f69e0), #b3c6ff;
    background-position: 50%;
    background-repeat: no-repeat
}

.scroll-top.active {
    opacity: 1
}

@media only screen and (max-width:780px) {
    .scroll-top {
        left: 20px
    }
}

.banner {
    background: #000;
    margin-bottom: 40px;
    min-height: unset;
    padding: 50px 0
}

@media only screen and (max-width:768px) {
    .banner {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:480px) {
    .banner {
        min-height: 640px
    }
}

@media only screen and (max-width:359px) {
    .banner {
        min-height: 575px
    }
}

.banner .container {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:780px) {
    .banner .container {
        flex-wrap: wrap;
        justify-content: center
    }
}

.banner-item {
    position: relative
}

.banner-item .text-head {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    left: 30px;
    line-height: normal;
    position: absolute;
    top: 30px;
    width: 361px
}

.banner-item img {
    object-fit: cover;
    width: 100%
}

@media only screen and (max-width:1300px) {
    .banner-item img {
        height: 100%
    }
}

@media only screen and (max-width:780px) {
    .banner-item img {
        display: block;
        height: auto;
        margin: 10px 0;
        max-width: 100%
    }
}

.banner-item .plink {
    background: rgba(0, 0, 0, .4);
    bottom: 15px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 40px;
    left: 51px;
    letter-spacing: 1.55556px;
    line-height: 40px;
    mix-blend-mode: normal;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 200px
}

.banner-item .plink:hover {
    background: rgba(0, 0, 0, .8);
    box-shadow: none;
    text-decoration: none
}

@media only screen and (max-width:992px) {
    .banner-item .plink {
        bottom: 8px;
        height: 30px;
        left: 50%;
        line-height: 30px;
        transform: translate(-50%)
    }
}

@media only screen and (max-width:780px) {
    .banner-item .plink {
        bottom: 15px;
        height: 40px;
        left: 51px;
        line-height: 40px;
        transform: translate(0)
    }
}

@media only screen and (max-width:480px) {
    .banner-item .plink {
        left: 50%;
        transform: translateX(-50%)
    }
}

.banner-right {
    text-align: right
}

.banner-right .banner-item:nth-child(2) {
    padding-top: 27px
}

@media only screen and (max-width:890px) {
    .banner-right .banner-item:nth-child(2) {
        padding-top: 19px
    }
}

@media only screen and (max-width:480px) {
    .banner-right .banner-item:nth-child(2) {
        padding-top: 1px
    }
}

.banner-left {
    margin-right: 30px
}

@media only screen and (max-width:1300px) {
    .banner-left {
        display: flex
    }

    .banner-left .plink {
        left: 5%;
        transform: translate(0)
    }
}

@media only screen and (max-width:780px) {
    .banner-left .plink {
        left: 51px;
        transform: translate(0)
    }
}

@media only screen and (max-width:480px) {
    .banner-left .plink {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media only screen and (max-width:780px) {
    .banner-left {
        margin-right: 0
    }
}

.breadcrumbs {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
    text-align: left;
    width: auto
}

@media only screen and (max-width:768px) {
    .breadcrumbs {
        flex-wrap: wrap;
        margin-bottom: 30px
    }
}

.breadcrumbs__item {
    line-height: 1.8;
    margin: 0;
    padding: 0
}

.breadcrumbs__item-link {
    color: #5a7dde;
    font-family: Karla, sans-serif;
    font-size: 16px;
    padding-right: 5px
}

.breadcrumbs__item-link:hover {
    text-decoration: none
}

.breadcrumbs__item-text {
    color: #8c91b8;
    font-family: Karla, sans-serif;
    font-size: 16px
}

.breadcrumbs__item-divider {
    color: #8c91b8;
    padding-right: 6px
}

.pagination {
    flex-wrap: wrap
}

.pagination,
.pagination .page-numbers {
    align-items: center;
    display: flex;
    justify-content: center
}

.pagination .page-numbers {
    border: 2px solid #2953cc;
    border-radius: 8px;
    box-sizing: border-box;
    color: #2953cc;
    font-family: Karla, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 23px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 40px
}

.pagination .page-numbers:hover {
    border: 2px solid #95acf2;
    color: #95acf2
}

.pagination .page-numbers.next {
    position: relative
}

.pagination .page-numbers.next:before {
    background: url(images/arr-pagination.svg) 50% no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    width: 16px
}

.pagination .page-numbers.next:hover:before {
    background: url(images/arr-pagination-hover.svg) 50% no-repeat
}

.pagination .page-numbers.prev {
    position: relative
}

.pagination .page-numbers.prev:before {
    background: url(images/arr-pagination.svg) 50% no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    transform: rotate(180deg);
    width: 16px
}

.pagination .page-numbers.prev:hover:before {
    background: url(images/arr-pagination-hover.svg) 50% no-repeat;
    transform: rotate(180deg)
}

.pagination .page-numbers.current {
    background: #2953cc;
    border: 2px solid #2953cc;
    color: #fff
}

#toc_container {
    background: rgba(0, 0, 0, .122);
    border-radius: 10px;
    float: left;
    font-family: Karla, sans-serif;
    margin: 0 23px 23px 0;
    padding: 15px 30px
}

@media only screen and (max-width:480px) {
    #toc_container {
        float: none;
        margin: 0 auto
    }
}

#toc_container .toc_title {
    color: #fff;
    font-weight: 700;
    text-align: center
}

#toc_container ul li {
    padding-left: 0
}

#toc_container ul li a {
    font-size: 14px
}

#toc_container ul li:before {
    display: none
}

#toc_container .toc_list {
    position: relative;
    z-index: 10
}

.social {
    position: fixed;
    right: 50px;
    top: 200px
}

@media only screen and (max-width:880px) {
    .social {
        top: 82px
    }
}

@media only screen and (max-width:780px) {
    .social {
        right: 20px
    }
}

.social .fb,
.social .g_plus,
.social .tw {
    background: #f54444 no-repeat 50%;
    box-shadow: 0 10px 15px rgba(246, 8, 8, .15);
    display: block;
    height: 50px;
    margin-bottom: 10px;
    width: 50px
}

.social .fb:hover,
.social .g_plus:hover,
.social .tw:hover {
    background-color: #6b282a
}

.social .fb {
    background-image: url(images/fb.svg)
}

.social .tw {
    background-image: url(images/tw.svg)
}

.social .g_plus {
    background-image: url(images/g_plus.svg)
}

.faq-block {
    margin: 30px 0
}

.faq-block__title {
    color: #fff;
    margin-bottom: 24px;
    padding-left: 48px;
    position: relative
}

.faq-block__title:before {
    background: url(images/question.png) no-repeat 50%/contain;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px
}

.faq-block__item {
    margin-bottom: 8px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {
    .faq-block__item:hover {
        cursor: pointer
    }
}

.faq-block__item.active {
    border: 1px solid #313152;
    border-radius: 16px
}

.faq-block__item.active .faq-block__question {
    background-color: transparent;
    box-shadow: none
}

.faq-block__item.active .faq-block__question:before {
    background: url(images/arrow-down.svg) no-repeat 50%/contain;
    transform: translateY(-50%) rotate(180deg)
}

.faq-block__item.active .faq-block__answer {
    display: block;
    padding-top: 2px
}

.faq-block__question {
    background-color: #20203d;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 17px 69px 17px 20px;
    position: relative
}

.faq-block__question:before {
    background: url(images/arrow-down.svg) no-repeat 50%/contain;
    content: "";
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.faq-block__question p {
    color: #8c91b8;
    font-size: 18px;
    line-height: 32px
}

@media only screen and (max-width:768px) {
    .faq-block__question {
        padding-bottom: 16px;
        padding-top: 16px
    }
}

.faq-block__answer {
    color: #8c91b8;
    display: none;
    font-size: 18px;
    line-height: 32px;
    padding: 15px 19px
}

.faq-block__answer p {
    margin: 0 0 1em
}

.faq-block__answer p:last-child {
    margin: 0
}

.modal {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.modal.is-visible {
    transition-duration: 2s;
    visibility: visible;
    z-index: 1000
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.modal.is-visible .modal-transition {
    opacity: 1
}

.modal-overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: visibility 0s linear .3s, opacity .3s;
    visibility: hidden;
    width: 100%;
    z-index: 10
}

.modal-wrapper {
    background: url(images/popup-bg.webp) no-repeat #534989;
    background-size: cover;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, .35);
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999
}

.modal-transition {
    opacity: 0;
    transition: all .3s .12s
}

.modal-close {
    background: transparent;
    border: 0;
    line-height: 1;
    outline: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0
}

.modal-close:hover {
    background: transparent;
    opacity: .6;
    transition-duration: .3s
}

.modal-body {
    background-position: 70% bottom;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    flex-direction: column;
    height: 568px;
    max-height: 95vh;
    max-width: 100%;
    width: 323px
}

.modal-logo {
    margin: 10px 20px
}

.modal-text {
    color: #fff;
    font-family: Karma, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 25px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25), 0 -2px 1px #112d5e, 0 -2px 1px #112d5e, 0 2px 1px #112d5e, 0 2px 1px #112d5e, -2px 0 1px #112d5e, 2px 0 1px #112d5e, -1px -2px 1px #112d5e, 1px -2px 1px #112d5e, -2px -1px 1px #112d5e, 2px -1px 1px #112d5e, -2px -2px 1px #112d5e, 2px -2px 1px #112d5e, -2px -2px 1px #112d5e, 2px 2px 1px #112d5e
}

.modal .popup-ref {
    cursor: pointer;
    display: block;
    margin: auto auto 10px;
    text-decoration: none
}

.scrolledBox {
    background: linear-gradient(180deg, #83a4ff, #2953cc);
    border-radius: 16px;
    bottom: 3px;
    box-shadow: 0 8px 24px rgba(76, 122, 253, .3), inset 0 3px 7px #b3c6ff, inset 0 -8px 12px #1640b8;
    cursor: pointer;
    max-height: 164px;
    position: fixed;
    right: -999px;
    transition: all 1s ease;
    width: 290px;
    z-index: 100
}

.scrolledBox.active {
    right: 3px
}

@media only screen and (max-width:480px) {
    .scrolledBox.active {
        width: calc(100% - 6px)
    }
}

.scrolledBox__top {
    align-items: center;
    display: flex;
    margin: 16px 16px 12px
}

.scrolledBox__img {
    border-radius: 12px;
    height: 60px;
    margin-right: 12px;
    object-fit: cover;
    width: 80px
}

.scrolledBox__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3
}

.scrolledBox__description {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 20px;
    margin: 0 16px 16px;
    max-height: 60px;
    overflow: hidden;
    word-break: break-word
}

.scrolledBox__close {
    background: url(images/close.png) no-repeat 50%/contain;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 0;
    top: -9px;
    transform: translateY(-100%);
    width: 24px
}

@media only screen and (max-width:780px) {
    .cover-table thead {
        display: none
    }

    .cover-table .table-body {
        display: flex;
        flex-wrap: wrap
    }

    .cover-table .column-1 {
        display: none
    }

    .cover-table .column-2,
    .cover-table .column-3,
    .cover-table .column-4,
    .cover-table .column-5,
    .cover-table .column-6 {
        display: block;
        margin: 0;
        max-width: inherit;
        text-align: center;
        width: 100%
    }

    .cover-table .table-row {
        width: 100%
    }
}

.casino-table {
    margin-bottom: 30px;
    width: 100%
}

.casino-table .column-1 {
    flex: 0 0 5%
}

@media only screen and (max-width:1100px) {
    .casino-table .column-1 {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .casino-table .column-2 {
        width: 157px
    }
}

.casino-table .column-5 {
    max-width: 255px;
    width: 255px
}

@media only screen and (max-width:1100px) {
    .casino-table .column-5 {
        width: auto
    }
}

.casino-table .column-6 {
    text-align: center
}

.casino-table .table-header {
    background: #1E1E30;
    border-radius: 15px;
    margin: 0 0 10px 0;
}

.casino-table .table-header tr {
    text-align: center;
    text-transform: uppercase
}

.casino-table .table-body .table-row {
    border-radius: 15px;
    border: 1px solid #3d3d61
}

.casino-table .table-body .table-row:hover {
    background: #000
}

.casino-table .table-body .count {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.casino-table .table-body .title a {
    color: #ffb81d;
    font-family: Karla, sans-serif;
    font-size: 16px;
    text-decoration: none
}

@media only screen and (max-width:992px) {
    .casino-table-common .table-header {
        display: none
    }
}

.casino-table-common .table-header .casino-table__row {
    font-weight: 700;
    text-transform: uppercase
}

.casino-table-common .casino-table__row {
    align-items: center;
    display: flex;
    padding: 15px;
    text-align: center
}

@media only screen and (max-width:992px) {
    .casino-table-common .casino-table__row {
        flex-wrap: wrap
    }
}

.casino-table-common .casino-table__row.is-hide {
    display: none
}

.casino-table-common .casino-table__row .column-2 {
    flex: 0 0 10%;
    text-align: center
}

@media only screen and (max-width:992px) {
    .casino-table-common .casino-table__row .column-2 {
        margin: 0 auto 10px
    }
}

.casino-table-common .casino-table__row .column-2 img {
    height: auto;
    max-width: none;
    width: 120px
}

.casino-table-common .casino-table__row .column-3 {
    flex: 0 0 15%;
    text-align: center
}

.casino-table-common .casino-table__row .column-3 a {
    color: #ffb81d;
    font-size: 20px
}

@media only screen and (max-width:992px) {
    .casino-table-common .casino-table__row .column-3 {
        display: flex;
        flex: 0 0 100%;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px
    }
}

.casino-table-common .casino-table__row .column-4 {
    flex: 1 0 13%;
    padding: 0 10px;
    text-align: center
}

@media only screen and (max-width:992px) {
    .casino-table-common .casino-table__row .column-4 {
        flex: 0 0 100%;
        margin-bottom: 10px
    }
}

.casino-table-common .casino-table__row .column-4 .c_post_play {
    font-size: 18px
}

.casino-table-common .casino-table__row .column-5 {
    flex: 0 0 13%;
    padding: 0 10px;
    text-align: center
}

@media only screen and (max-width:992px) {
    .casino-table-common .casino-table__row .column-5 {
        flex: 0 0 100%;
        margin-bottom: 10px;
        max-width: 100%
    }
}

.casino-table-common .casino-table__row .column-6 {
    flex: 0 0 13%;
    text-align: center
}

@media only screen and (max-width:992px) {
    .casino-table-common .casino-table__row .column-6 {
        flex: 0 0 100%;
        margin-bottom: 10px;
        max-width: 100%
    }
}

.casino-table-common .casino-table__row .column-7 {
    flex: 0 0 17%;
    text-align: center
}

@media only screen and (max-width:1130px) {
    .casino-table-common .casino-table__row .column-7 {
        flex: 0 0 11%
    }
}

@media only screen and (max-width:992px) {
    .casino-table-common .casino-table__row .column-7 {
        flex: 0 0 100%;
        margin-bottom: 10px
    }
}

.casino-table-common .casino-table__row .column-8 {
    flex: 0 0 15%;
    text-align: center
}

@media only screen and (max-width:992px) {
    .casino-table-common .casino-table__row .column-8 {
        flex: 0 0 100%
    }

    .casino-table-common .casino-table__row .column-8 .btn-main {
        display: block;
        padding: 15px
    }
}

.casino-table-common .last-table-row {
    margin: 0 auto
}

.casino-table-common .last-table-row .loadmore-container-td {
    flex: 0 0 170px;
    margin: 0 auto;
    padding: 0
}

.casino-table-common .last-table-row .loadmore-container-td .show-more {
    margin: 20px auto;
    max-width: 170px
}

.hide-column-4 .casino-table__row .column-5 {
    flex: 0 0 29%;
    max-width: 100%
}

@media only screen and (max-width:992px) {
    .hide-column-4 .casino-table__row .column-5 {
        flex: 0 0 100%
    }
}

.numbered-bonus-table {
    margin-top: 40px
}

@media only screen and (max-width:780px) {
    .numbered-bonus-table .table-header {
        display: none
    }
}

.numbered-bonus-table .table-header .casino-table__row {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.numbered-bonus-table .table-row {
    align-items: center;
    display: flex;
    text-align: center
}

@media only screen and (max-width:780px) {
    .numbered-bonus-table .table-row {
        flex-wrap: wrap;
        padding: 10px 0
    }
}

.numbered-bonus-table .table-row .column-1 {
    flex: 0 0 5%;
    text-align: center
}

.numbered-bonus-table .table-row .column-2 {
    flex: 0 0 10%;
    text-align: center
}

@media only screen and (max-width:780px) {
    .numbered-bonus-table .table-row .column-2 {
        padding-left: 10px
    }
}

.numbered-bonus-table .table-row .column-3 {
    flex: 0 0 15%;
    text-align: center
}

@media only screen and (max-width:780px) {
    .numbered-bonus-table .table-row .column-3 {
        padding-left: 10px
    }
}

.numbered-bonus-table .table-row .column-4 {
    flex: 0 0 25%;
    text-align: center
}

.numbered-bonus-table .table-row .column-5 {
    max-width: 175px;
    text-align: center;
    width: 25%
}

.numbered-bonus-table .table-row .column-6 {
    flex: 0 0 25%;
    padding-right: 15px
}

@media only screen and (max-width:780px) {

    .numbered-bonus-table .table-row .column-2,
    .numbered-bonus-table .table-row .column-3 {
        display: inline-block;
        flex: 0 0 48%;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .numbered-bonus-table .table-row .column-4,
    .numbered-bonus-table .table-row .column-5,
    .numbered-bonus-table .table-row .column-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .numbered-bonus-table .table-row .column-2 {
        text-align: right
    }

    .numbered-bonus-table .table-row .column-3 {
        text-align: left
    }
}

.payment-item {
    border-radius: 4px;
    margin: 4px
}

@media only screen and (max-width:680px) {
    .payment-item {
        max-width: 100%
    }
}

.payment-item .slots-link {
    align-items: center;
    background: rgba(0, 0, 0, .35);
    bottom: 0;
    color: transparent;
    display: flex;
    flex-wrap: wrap;
    font-size: 30px;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: opacity .3s, color .3s ease-in-out
}

.payment-item img {
    height: 185px;
    width: 200px
}

@media only screen and (max-width:680px) {
    .payment-item img {
        max-width: 100%
    }
}

.payment-list-items {
    max-width: 220px;
    padding-right: 0
}

@media only screen and (max-width:1020px) {
    .payment-list-items {
        max-width: 100%
    }
}

.payment-list-items__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.payment-list-items .pay-item {
    position: relative;
    transition: .3s
}

.payment-list-items .pay-item .payment_name {
    background: #16162e;
    border-radius: 3px;
    color: #8c91b8;
    font-size: 11px;
    opacity: 0;
    padding: 3px 5px;
    position: absolute;
    top: -23px
}

.payment-list-items .pay-item .payment_name:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #16162e;
    bottom: -7px;
    content: "";
    height: 0;
    position: absolute;
    width: 0
}

.payment-list-items .pay-item:hover .payment_name {
    opacity: 1
}

.payment-list-items .more-payments {
    align-items: center;
    background-color: transparent;
    border: 1px solid #ffa900;
    border-radius: 4px;
    color: #ffa900;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 38px;
    justify-content: center;
    margin: 4px;
    width: 50px
}

.payment-list-items .more-payments:hover {
    background-color: #1c1c1c
}

.payment-list-items .is-hide {
    display: none
}

.search-page__search-phrase {
    color: #8c91b8;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 24px
}

.search-page__search-phrase span {
    color: #fff
}

.result-item {
    background-color: #20203d;
    border-radius: 16px;
    display: flex;
    margin-bottom: 16px;
    padding: 16px
}

.result-item,
.result-item:focus,
.result-item:hover {
    text-decoration: none
}

.result-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:568px) {
    .result-item {
        flex-direction: column
    }
}

.result-item__image {
    border-radius: 12px;
    height: 150px;
    max-width: 200px;
    min-width: 200px;
    object-fit: cover
}

@media only screen and (max-width:568px) {
    .result-item__image {
        margin: 0 auto 16px
    }
}

.result-item__text {
    margin-left: 16px;
    text-decoration: none
}

@media only screen and (max-width:568px) {
    .result-item__text {
        margin-left: 0
    }
}

.result-item__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    text-decoration: none
}

.result-item__description {
    color: #8c91b8;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 16px;
    text-decoration: none
}

@media only screen and (max-width:568px) {
    .result-item__description {
        font-size: 16px;
        line-height: 24px
    }
}

.result-item__button {
    border: 1px solid #555fa3;
    border-radius: 8px;
    color: #8994e1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .36px;
    line-height: 18px;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none
}

.not-found-container {
    margin-top: 60px;
    text-align: center
}

.not-found-container .not-found-text {
    color: #d8cdcd;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30vh;
    margin-top: 40px;
    text-align: center
}

.not-found-container .not-found-text a {
    color: #f04049
}

@media only screen and (max-width:880px) {
    .not-found-container img {
        width: 100%
    }
}

.main-top-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

@media only screen and (max-width:780px) {
    .main-top-block {
        flex-wrap: wrap
    }

    .main-top-block .content {
        order: 2;
        width: 100%
    }

    .main-top-block .top-casinos-block {
        margin-bottom: 20px;
        margin-left: 0;
        order: 1;
        width: 100%
    }
}

.slot-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.slot-list.blog-list {
    margin-right: -16px
}

.slot-list .slot-item {
    background: #000;
    border-radius: 20px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    width: 260px
}

.slot-list .slot-item.blog {
    background: transparent;
    border: 1px solid #313152;
    margin: 0 16px 16px 0;
    width: 280px
}

.slot-list .slot-item.blog:hover {
    background: #0f0f20;
    border: 1px solid #313152;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.slot-list .slot-item.blog:hover .slot-item__image {
    border: 1px solid hsla(0, 0%, 100%, .15);
    box-shadow: none;
    box-sizing: border-box
}

.slot-list .slot-item.blog:hover .slot-item__overlay {
    display: block
}

@media only screen and (max-width:480px) {
    .slot-list .slot-item.blog {
        width: 100%
    }

    .slot-list .slot-item.blog img {
        height: auto;
        width: 100%
    }
}

.slot-list .slot-item.blog .slot-item__button-play {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.slot-list .slot-item.blog .slot-item__title {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    text-align: left
}

.slot-list .slot-item.blog img {
    height: auto;
    width: 100%
}

.slot-list .slot-item.blog a:hover .slot-item__title {
    color: #fff
}

.slot-list .slot-item.blog .short-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left
}

.slot-list .slot-item:hover .slot-item__image {
    border: 1px solid hsla(0, 0%, 100%, .15);
    box-shadow: 0 4px 10px rgba(246, 8, 8, .5);
    box-sizing: border-box
}

.slot-list .slot-item:hover .slot-item__overlay {
    display: block
}

.slot-list .slot-item a:focus,
.slot-list .slot-item a:hover {
    text-decoration: none
}

.slot-list .slot-item a:focus .slot-item__title,
.slot-list .slot-item a:hover .slot-item__title {
    color: #ffd325
}

.slot-list .slot-item__title {
    color: #b8b0b0;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: capitalize
}

.slot-list .slot-item__image {
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 4px 10px transparent;
    position: relative
}

.slot-list .slot-item__image img {
    border-radius: 10px;
    height: 164px;
    object-fit: cover;
    width: 218px
}

.slot-list .slot-item__overlay {
    background: rgba(0, 0, 0, .1);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.slot-list .slot-item__button-play {
    display: block;
    margin: 28px auto 0;
    width: 140px
}

.slot-list .slot-item__button-ref {
    color: #17162e;
    display: block;
    font-size: 16px;
    margin: 24px auto 0;
    text-transform: unset;
    width: 200px
}

.top-casinos-block {
    background: transparent;
    box-shadow: none;
    width: 430px
}

@media only screen and (max-width:780px) {
    .top-casinos-block {
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%
    }
}

.top-casinos-block__wrapper {
    margin-left: 20px
}

@media only screen and (max-width:780px) {
    .top-casinos-block__wrapper {
        margin: 0 auto
    }
}

.top-casinos-block__title {
    background: #000;
    box-shadow: 0 2px 35px rgba(0, 0, 0, .75);
    color: #fab041;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase
}

.top-casinos-block__body {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0
}

@media only screen and (max-width:780px) {
    .top-casinos-block__body {
        justify-content: space-around
    }
}

.top-casinos-block__item {
    background: #262525;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .75);
    padding: 10px;
    text-align: center;
    width: 135px
}

@media only screen and (max-width:530px) {
    .top-casinos-block__item {
        margin-bottom: 10px;
        max-width: 230px;
        width: 100%
    }
}

.top-casinos-block__item .title {
    align-items: center;
    display: flex;
    height: 54px;
    justify-content: space-evenly;
    text-align: center
}

.top-casinos-block__item .rating {
    margin: 10px 0
}

.top-casinos-block__item:hover {
    background: #1c1c1c
}

.top-casinos-block__item .btn-main {
    display: block;
    margin: 10px 0
}

.top-casinos-block__item img {
    height: auto;
    max-width: 100%
}

.top-casinos-block__item .bonus {
    color: #a69292;
    font-size: 14px
}

.tax-payment .thumbnail {
    width: 200px
}

@media only screen and (max-width:768px) {
    .tax-payment .thumbnail {
        margin-bottom: 30px;
        margin-right: 30px
    }
}

.tax-payment .thumbnail img {
    height: auto;
    width: 100%
}

.tax-payment__top-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.tax-payment__top-block p {
    width: 100%
}

.tax-payment__details {
    width: calc(95% - 200px)
}

@media only screen and (max-width:768px) {
    .tax-payment__details {
        width: 100%
    }
}

.tax-payment__title-rating {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:780px) {
    .tax-payment__title-rating {
        flex-wrap: wrap
    }
}

.single-slot-content {
    margin-top: 20px
}

.slot-top-block {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:992px) {
    .slot-top-block {
        flex-direction: column
    }
}

.slot-top-block__left {
    width: 100%
}

.demo {
    min-height: 599px;
    position: relative
}

@media only screen and (max-width:768px) {
    .demo {
        min-height: 400px
    }
}

@media only screen and (max-width:568px) {
    .demo {
        min-height: 181px
    }
}

.demo-wrapper {
    margin-top: 24px
}

.demo-top {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:992px) {
    .demo-top {
        flex-direction: column
    }
}

.demo-top h1 {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .demo-top h1 {
        margin-bottom: 35px;
        max-width: none
    }
}

.demo-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media only screen and (max-width:992px) {
    .demo-tabs {
        justify-content: normal;
        max-width: none
    }
}

.demo-tabs--single {
    display: none
}

.demo-tabs__item {
    align-items: center;
    border: 1px solid #555fa3;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    color: #8994e1;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .36px;
    line-height: 18px;
    margin-left: 2px;
    padding: 15px;
    text-align: center
}

.demo-tabs__item.active {
    color: #fff
}

@media only screen and (max-width:768px) {
    .demo-tabs__item {
        font-size: 12px;
        padding: 11px
    }
}

.demo-content {
    display: none
}

.demo-content.active {
    display: block
}

.demo .iframe-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {
    .demo .iframe-wrapper:hover .overlay {
        background: transparent;
        opacity: 0
    }

    .demo .iframe-wrapper:hover .iframe-screen-img {
        filter: none
    }
}

.demo .iframe-wrapper .iframe {
    border: none;
    display: none;
    height: 100%;
    max-height: 599px;
    min-height: 599px;
    opacity: 0;
    outline: none;
    transition: opacity .9s;
    width: 100%
}

@media only screen and (max-width:768px) {
    .demo .iframe-wrapper .iframe {
        max-height: 400px;
        min-height: 400px
    }
}

@media only screen and (max-width:568px) {
    .demo .iframe-wrapper .iframe {
        max-height: 181px;
        min-height: 181px
    }
}

.demo .iframe-wrapper.iframe-play .iframe-screen {
    display: none;
    opacity: 0
}

.demo .iframe-wrapper.iframe-play .iframe {
    display: block;
    opacity: 1
}

.demo .iframe-screen {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    visibility: visible;
    width: 100%
}

.demo .iframe-screen-img {
    filter: blur(10px);
    max-height: 599px;
    min-height: 599px;
    object-fit: cover;
    transition: all .25s ease;
    width: 100%
}

@media only screen and (max-width:768px) {
    .demo .iframe-screen-img {
        max-height: 400px;
        min-height: 400px
    }
}

@media only screen and (max-width:568px) {
    .demo .iframe-screen-img {
        max-height: 181px;
        min-height: 181px
    }
}

.demo .iframe-screen .overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .25s ease;
    width: 100%
}

.demo .demo-button__play {
    background: linear-gradient(180deg, #83a4ff, #2953cc);
    border: none;
    border-radius: 32px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .8), inset 0 -8px 20px #1640b8, inset 0 3px 10px #b3c6ff;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    left: 50%;
    line-height: 35px;
    outline: none;
    padding: 18px 35px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {
    .demo .demo-button__play:hover {
        box-shadow: 0 0 20px #d0ddff
    }
}

@media only screen and (max-width:768px) {
    .demo .demo-button__play {
        font-size: 15px;
        line-height: 18px;
        min-width: 200px;
        padding: 15px 20px
    }
}

.demo .demo-button__fullscreen-close,
.demo .demo-button__fullscreen-open,
.demo .demo-button__refresh {
    background: linear-gradient(180deg, #83a4ff, #2953cc);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .8), inset 0 -8px 20px #1640b8, inset 0 3px 10px #b3c6ff;
    cursor: pointer;
    height: 50px;
    width: 50px;
    z-index: 10
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {

    .demo .demo-button__fullscreen-close:hover,
    .demo .demo-button__fullscreen-open:hover,
    .demo .demo-button__refresh:hover {
        box-shadow: 0 0 20px #d0ddff
    }
}

.demo .demo-button__refresh {
    left: 10px;
    position: absolute;
    top: 10px
}

.demo .demo-button__refresh:before {
    background: url(images/loading.svg) no-repeat 50%/contain;
    content: "";
    height: 26px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px
}

.demo .demo-button__fullscreen-open {
    position: absolute;
    right: 10px;
    top: 10px
}

.demo .demo-button__fullscreen-open:before {
    background: url(images/full-screen.svg) no-repeat 50%/contain;
    content: "";
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px
}

.demo .demo-button__fullscreen-close {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px
}

.demo .demo-button__fullscreen-close:before {
    background: url(images/exit-full-screen.svg) no-repeat 50%/contain;
    content: "";
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px
}

.demo__ref-btn {
    background: linear-gradient(180deg, #f0f6ff, #97c1ff);
    border-radius: 32px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .5), inset 0 3px 10px #fff, inset 0 -8px 20px #435eac;
    color: #2953cc;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin: 25px auto 40px;
    max-width: 900px;
    padding: 17px 10px;
    text-align: center;
    text-transform: uppercase
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none),
(hover:hover) and (pointer:fine) {
    .demo__ref-btn:hover {
        background: linear-gradient(180deg, #fff, #c4dafc);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .5), inset 0 3px 10px #fff, inset 0 -8px 20px #435eac;
        text-shadow: 0 0 10px #fff
    }
}

@media only screen and (max-width:768px) {
    .demo__ref-btn {
        font-size: 18px;
        line-height: 16px;
        padding: 15px 10px
    }
}

@media only screen and (max-width:414px) {
    .demo__ref-btn {
        font-size: 16px
    }
}

.fullscreen {
    overflow: hidden
}

.fullscreen .demo .iframe-wrapper {
    height: 100%
}

.fullscreen .demo .iframe-wrapper .iframe {
    max-height: 100%;
    opacity: 1
}

.fullscreen .demo .iframe-screen-img {
    height: 100%;
    max-height: none;
    min-height: auto
}

.fullscreen .demo-content {
    padding: 0
}

.fullscreen .demo-button__fulscreen-open {
    display: none
}

.fullscreen .demo-button__fullscreen-close {
    display: block
}

.fullscreen.ios-device .demo-content {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101
}

.fullscreen.ios-device .demo-content .iframe-wrapper.iframe-play {
    height: 100%
}

@keyframes opacityAnim {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.slot-characteristics {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
    margin-top: 15px
}

.slot-characteristics .slot-feature-row {
    background: #404040;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    width: 100%
}

.slot-characteristics .slot-feature-row li {
    border-bottom: 2px solid #282828;
    display: flex;
    list-style: none;
    padding: 8px;
    text-transform: uppercase
}

.slot-characteristics .slot-feature-row li .first-item-slot {
    color: #a2a2a2;
    display: inline-block;
    text-transform: none;
    width: 50%
}

.slot-characteristics .left {
    flex-basis: 49%;
    order: 1
}

@media only screen and (max-width:780px) {
    .slot-characteristics .left {
        flex-basis: 100%
    }
}

.slot-characteristics .right {
    flex-basis: 49%;
    order: 2
}

@media only screen and (max-width:780px) {
    .slot-characteristics .right {
        flex-basis: 100%
    }
}

.top-casinos-sidebar {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-top: 24px;
    width: 270px
}

@media only screen and (max-width:1100px) {
    .top-casinos-sidebar {
        width: 200px
    }
}

@media only screen and (max-width:992px) {
    .top-casinos-sidebar {
        margin: 0;
        width: 100%
    }
}

.top-casinos-sidebar__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 11px
}

.top-casinos-sidebar .top-casino {
    background: #20203d;
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 16px
}

.top-casinos-sidebar .top-casino:last-child {
    margin-bottom: 0
}

.top-casinos-sidebar .top-casino__top-block {
    align-items: center;
    display: flex;
    margin-bottom: 16px
}

.top-casinos-sidebar .top-casino__image {
    border-radius: 12px;
    height: 72px;
    object-fit: cover;
    width: 96px
}

.top-casinos-sidebar .top-casino__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 16px
}

.top-casinos-sidebar .top-casino__ref-link {
    display: block;
    margin-bottom: 16px
}

.top-casinos-sidebar .top-casino__review-link {
    display: block
}

.casino-no-active {
    background: linear-gradient(180deg, #ff8383, #cc2929);
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 26px;
    margin-top: -14px;
    padding: 15px
}

@media only screen and (max-width:780px) {
    .casino-no-active {
        font-size: 14px;
        line-height: 20px;
        margin-top: -4px
    }
}

.casino-details .pros-cons-block {
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    flex: 0 0 50%;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width:780px) {
    .casino-details .pros-cons-block {
        flex: 0 0 100%;
        flex-wrap: wrap;
        margin: 26px 0
    }
}

.casino-details .pros-cons-block__item {
    padding: 15px;
    width: 100%
}

.casino-details .pros-cons-block__item .h2 {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 22px
}

.casino-details .pros-cons-block__item .h2:before {
    align-items: center;
    background-color: #e70020;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDNoOHYxLjE0M0gwVjNaIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 50%;
    content: "";
    display: flex;
    height: 24px;
    justify-content: center;
    margin-right: 15px;
    width: 24px
}

.casino-details .pros-cons-block__item ul {
    margin-bottom: 0;
    padding-left: 0
}

.casino-details .pros-cons-block__item ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    list-style: none;
    padding: 3px 3px 3px 40px;
    position: relative
}

.casino-details .pros-cons-block__item ul li:before {
    background: linear-gradient(180deg, #fff 14.29%, hsla(0, 0%, 100%, 0) 57.14%), #fcd863;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    left: 10px;
    position: absolute;
    top: 7px;
    width: 7px
}

.casino-details .pros-cons-block .pros {
    border-right: 1px solid #fff
}

@media only screen and (max-width:780px) {
    .casino-details .pros-cons-block .pros {
        border: none
    }
}

.casino-details .pros-cons-block .pros .h2:before {
    background-color: #27c73c;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjQyOSAwSDQuNTd2My40MjlIOFY0LjU3SDQuNTcxVjhIMy40M1Y0LjU3MUgwVjMuNDNoMy40MjlWMFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
}

.casino-details {
    color: #fff
}

.casino-details .main-info-thumb {
    align-items: center;
    background: #20203d;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 15px
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb {
        flex-wrap: wrap;
        margin-bottom: 25px;
        min-width: 100%
    }
}

.casino-details .main-info-thumb .thumbnail {
    border: 4px solid #fff;
    border-radius: 50%;
    height: 160px;
    overflow: hidden;
    width: 160px
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb .thumbnail {
        height: 100%;
        margin-bottom: 15px;
        width: 100%
    }
}

.casino-details .main-info-thumb .thumbnail img {
    height: 160px;
    margin-left: -4px;
    margin-top: -4px;
    object-fit: cover;
    width: 160px
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb .thumbnail img {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.casino-details .main-info-thumb .general-info {
    width: 30%
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb .general-info {
        width: 100%
    }
}

.casino-details .main-info-thumb .general-info .title-block {
    font-size: 26px;
    line-height: 32px;
    margin-top: 0;
    text-align: left
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb .general-info .title-block {
        margin-bottom: 30px;
        text-align: center
    }
}

.casino-details .main-info-thumb .general-info .info-block {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb .general-info .info-block {
        justify-content: center;
        margin-bottom: 15px
    }
}

.casino-details .main-info-thumb .general-info .info-block__item {
    text-align: left;
    width: 48%
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb .general-info .info-block__item {
        text-align: center
    }
}

.casino-details .main-info-thumb .general-info .info-block__item .item-info {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 14px
}

.casino-details .main-info-thumb .general-info .info-block__item .item-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px
}

.casino-details .main-info-thumb .bonus-info {
    display: flex;
    flex-direction: column;
    width: 37%
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb .bonus-info {
        width: 100%
    }
}

.casino-details .main-info-thumb .bonus-info__title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb .bonus-info__title {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center
    }
}

.casino-details .main-info-thumb .bonus-info__item {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px
}

@media only screen and (max-width:780px) {
    .casino-details .main-info-thumb .bonus-info__item {
        margin-bottom: 15px;
        text-align: center
    }
}

.casino-details .main-info-thumb .bonus-info .casino-details-btn {
    margin: 0 auto
}

.details-block {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:780px) {
    .details-block {
        flex-wrap: wrap
    }
}

.details-block__info {
    flex: 0 0 21%
}

@media only screen and (max-width:780px) {
    .details-block__info {
        flex: 0 0 100%
    }
}

.details-block__info-item {
    display: flex;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 15px
}

.details-block__info-item:nth-child(odd) {
    background: #20203d
}

.details-block__deposit {
    flex: 0 0 21%
}

@media only screen and (max-width:780px) {
    .details-block__deposit {
        flex: 0 0 100%
    }

    .details-block__deposit .h2 {
        text-align: center
    }
}

.details-block__deposit-item {
    margin-bottom: 10px
}

.details-block__deposit-item .h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 15px
}

.details-block__deposit-item .payment {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width:780px) {
    .details-block__deposit-item .payment {
        justify-content: center
    }
}

.details-block__deposit-item .payment .pay-item {
    padding-right: 15px
}

.details-block__deposit-item .payment .payment_name {
    display: none !important
}

.details-block__deposit-item .languages {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width:780px) {
    .details-block__deposit-item .languages {
        justify-content: center
    }
}

.details-block__deposit-item .languages .img-wrap {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 27px
}

.details-block__deposit-item .currencies {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width:780px) {
    .details-block__deposit-item .currencies {
        justify-content: center
    }
}

.details-block__deposit-item .currencies .img-wrap {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px
}
