html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 26px;
    margin: 70px 0 5px 0;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    color: #4e4e4e;
    position: relative
}

h2 {
    font-size: 22px;
    margin: 40px 0 0 0;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #0C0A1D;
    position: relative
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: #fff0;
    color: #4e4e4e;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

p {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: justify
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

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;
    background: #fff0;
    height: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Montserrat', Arial, sans-serif
}

button:hover,
input:hover,
optgroup:hover,
select:hover,
textarea:hover {
    outline: 0;
    outline-offset: 0
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: 0;
    outline-offset: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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
}

template {
    display: none
}

[hidden] {
    display: none
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background: #fc0
}

::-webkit-resizer {
    width: 5px
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

html {
    min-width: 1080px
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #3c3c3c
}

.mt-7 {
    margin-top: 70px
}

.header,
.content-wrapper,
.container,
.content,
.footer {
    display: flex;
    flex-direction: row
}

.header {
    flex: none;
    background: #0D0F1C;
}

a.logo {
    display: flex;
    height: 100%;
    color: #fc0;
    text-decoration: none;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase
}

a.logo span {
    color: #fff
}

a.logo div {
    color: #fc0;
    display: block;
    width: 40px;
    height: 27px;
    font-size: 11px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 0 0 5px;
    font-weight: 600;
    line-height: 2.4;
    background: #222;
    text-transform: none
}

a.logo img {
    width: 150px;
    height: 49px;
    background: none
}

.footer {
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background: #0D0F1C;
}

.content-wrapper {
    margin: 0 auto;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.container {
    flex-wrap: nowrap;
    flex: 1 0 auto
}

.content {
    width: 100%;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px
}

.sidebar {
    flex: 0 0 auto;
    width: 300px;
    order: 1
}

.case-box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.padding-pl-20 {
    padding: 0 20px
}

.header-top {
    align-items: center;
    align-content: center;
    padding: 10px 0;
    justify-content: space-between
}

.accordeon-block,
.accordeon-block ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.accordeon-block li {
    margin: 0 0 2px 0;
    padding: 0
}

.accordeon-block>li>div {
    background: #fc0;
    color: #000;
    display: block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    cursor: pointer
}

.accordeon-block>li.slide>div,
.accordeon-block>li.active>div {
    background: #191919;
    color: #ffc334
}

.accordeon-block>li>ul {
    display: none;
    width: 100%;
    background: #232323;
    padding: 10px 0
}

.accordeon-block>li.active>ul {
    display: block
}

.accordeon-block>li>ul>li {
    padding: 5px 30px;
    text-decoration: none;
    display: block;
    color: #d1c7b2
}

.main-menu {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: right
}

.main-menu>li {
    display: inline-flex
}

.main-menu>li+li {
    margin-left: 20px
}

.main-menu>li>a,
.main-menu>li>div.fix-menu {
    padding: 0 0 20px 0;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: .3px;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer
}

.main-menu>li>a:hover,
.main-menu>li>div.fix-menu:hover {
    text-decoration: none;
    color: #2672FF;
}

.main-menu>li>a:after,
.main-menu>li>div.fix-menu:after {
    width: 0;
    height: 1px;
    background-color: #2672FF;
    content: "";
    left: 0;
    bottom: 10px;
    position: absolute;
    transition: all 0.3s
}

.main-menu>li>a:hover::after,
.main-menu>li>div.fix-menu:hover::after {
    width: 100%
}

.main-menu>li.active a:after {
    width: 100%
}

.main-menu li {
    margin: 0;
    white-space: nowrap
}

.main-menu li.menu-children {
    position: relative;
    margin-right: 15px
}

.main-menu li.menu-children:after {
    position: absolute;
    content: "";
    top: 11px;
    right: -23px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-mnu-down.svg)
}

.main-menu li.menu-children:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.main-menu ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    position: absolute;
    z-index: 500;
    top: 100%;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 200ms cubic-bezier(.43, .59, .16, 1.25)
}

.main-menu ul li {
    display: block;
    padding: 0 10px;
    line-height: 1.1
}

.main-menu ul li:last-child {
    margin-bottom: 0
}

.main-menu ul li a {
    display: block;
    color: #363636;
    padding: 10px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.main-menu ul li a:hover {
    text-decoration: none;
    background: #fff6d4
}

.main-menu ul ul {
    top: 0;
    left: 100%;
    margin-left: 10px
}

.brend-box {
    position: relative;
    z-index: 2;
    text-align: center;
    height: 465px;
    padding: 36px;
    display: block;
    justify-items: center;
    background: #ffffff03
}

.brend-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fc0;
    background: #FEC237;
}

.brend-box .images {
    position: relative
}

.brend-box .images img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto
}

.brend-box .names {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    padding: 25px 0 10px;
    text-transform: uppercase
}

.brend-box .bonus {
    color: #747474;
    font-size: 14px
}

.brend-box .bonus b {
    color: #fdce4d
}

.brend-box .bonus span {
    color: #fc0;
    font-size: 14px;
    font-weight: 700
}

.brend-box .icons {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px
}

.brend-box .btn-panel {
    position: absolute;
    width: 100%;
    bottom: 65px;
    left: 0;
    right: 0
}

.brend-box .icons a.bonuses,
.brend-box .icons a.comments,
.brend-box .icons a.link,
.brend-box .icons a.review {
    position: relative;
    width: 70px;
    height: 45px;
    padding: 4px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    font-size: 8px;
    font-weight: 400;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.brend-box .icons a.bonuses {
    color: #fff;
    background: #2CB85D;
}

.brend-box .icons a.bonuses:hover {
    background: #267f47
}

.brend-box .icons a.bonuses::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-present.svg)
}

.brend-box .icons a.comments {
    color: #fff;
    background: #3087E1;
}

.brend-box .icons a.comments:hover {
    background: #326398
}

.brend-box .icons a.comments::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-comment.svg)
}

.brend-box .icons a.link {
    color: #fff;
    background: #ED2C42;
}

.brend-box .icons a.link:hover {
    background: #a32525
}

.brend-box .icons a.link::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-play.svg)
}

.brend-box .icons a.review {
    color: #e9d7b9;
    background: #bb6a15
}

.brend-box .icons a.review:hover {
    background: #ca7318
}

.brend-box .icons a.review::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-review.svg)
}

.brend-box .btn {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    right: 0
}

.brend-box .btn a,
.btn a {
    display: inline-block;
    position: relative;
    padding: 5px 30px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    background: #2672FF;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.brend-box .btn a:hover {
    background: #326398;
}

.brend-box .btn a:hover::before {
    left: 15px
}

.accordion-box {
    margin-top: 0;
    margin-bottom: 40px
}

.accordion-box .question {
    padding: 20px 15px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 5px
}

.accordion-box .question h3 {
    margin: 0;
    display: block;
    padding: 4px 50px 4px 20px;
    font-size: 18px;
    cursor: pointer;
    text-transform: none
}

.accordion-box .question h3::after {
    position: absolute;
    content: "";
    top: 40px;
    right: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-down-square.svg)
}

.accordion-box .question h3.open {
    color: #000;
}

/* .accordion-box .question .open {
    font-weight: 900
} */

.accordion-box .question .answer {
    display: none;
    margin-top: 25px
}

.accordion-box .question .answer p {
    padding: 5px 50px 5px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 300
}

ul.list-content,
ol.list-content {
    list-style: none;
    background: #fff;
    position: relative;
    display: block;
    padding: 15px 30px;
    margin-bottom: 15px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

ul.list-content li,
ol.list-content li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 14px;
    font-weight: 500
}

ul.list-content li::before,
ol.list-content li::before {
    position: absolute;
    content: "";
    top: 22px;
    left: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-checkmark.svg)
}

.box-brend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px
}

.box-brend .brend-card {
    position: relative;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px
}

.box-brend .start-card {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 15px;
    background: #fff;
    width: 100%;
    border-radius: 5px
}

.box-brend .brend-card .start-card .place {
    display: block;
    position: absolute;
    font-weight: 700;
    width: 36px;
    height: 24px;
    top: 10px;
    left: -7px;
    font-size: 13px;
    background: #2672FF;
    color: #fff;
    text-align: center;
    line-height: 2;
    border-radius: 4px 4px 4px 0
}

.box-brend .brend-card .start-card .place::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    border-top: 7px solid #e6b800;
    border-left: 7px solid #fff0
}

.box-brend .brend-card .start-card .promokod {
    position: absolute;
    color: #bb9c2d;
    width: 140px;
    height: 40px;
    right: 25%;
    top: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 8px;
    display: block;
    line-height: 1.3;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    letter-spacing: .4mm;
    background: #fff6d4
}

.box-brend .brend-card .start-card .promokod span {
    display: block;
    font-weight: 900;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: #4e4e4e
}

.box-brend .brend-card .start-card .images {
    display: flex;
    align-items: center;
    padding: 10px 25px
}

.box-brend .brend-card .start-card .images img {
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%)
}

.box-brend .brend-card .start-card .info {
    max-width: 660px;
    min-width: 340px;
    width: 100%;
    padding: 10px
}

.box-brend .brend-card .start-card .info h3 {
    margin: 0
}

.box-brend .brend-card .start-card .info .name {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    color: #4e4e4e
}

.box-brend .brend-card .start-card .info .bonus {
    font-size: 14px;
    color: #535353;
    line-height: 1.6;
    padding: 5px 0;
    position: relative
}

.box-brend .brend-card .start-card .info .bonus b {
    color: #4e4e4e
}

.box-brend .brend-card .start-card .info .stars {
    display: flex;
    position: relative;
    gap: 20px
}

.box-brend .brend-card .start-card .info .stars .item::before {
    position: absolute;
    content: "";
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-stars-grey.svg)
}

.box-brend .brend-card .start-card .info .stars .item.select::before {
    position: absolute;
    content: "";
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-stars-yellow.svg)
}

.box-brend .brend-card .start-card .info .stars .grade {
    color: #444;
    margin: 0 10px;
    font-size: 10px;
    display: block;
    padding: 0 10px;
    height: 20px;
    background: #fffbee;
    line-height: 2;
    border-radius: 4px
}

.box-brend .brend-card .start-card .themain {
    min-width: 210px;
    width: 210px;
    padding: 10px;
    position: relative
}

.box-brend .brend-card .start-card .themain a.review-btn {
    display: inline-block;
    position: relative;
    width: 180px;
    padding: 6px 0;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #2672FF;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out
}

.box-brend .brend-card .start-card .themain a.review-btn:hover {
    background: #ffdf5d;
    color: #0C0A1D;
}

.box-brend .brend-card .start-card .themain a.links-btn {
    display: inline-block;
    width: 180px;
    padding: 6px 0;
    margin: 0 5px;
    font-weight: 600;
    font-size: 14px;
    color: #4e3e00;
    background: #fc0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out
}

.box-brend .brend-card .start-card .themain a.links-btn:hover {
    background: #ffdf5d
}

.box-brend .brend-card .start-card .themain .icons {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 10px
}

.box-brend .brend-card .start-card .themain .icons a.youtube,
.box-brend .brend-card .start-card .themain .icons a.bonuses,
.box-brend .brend-card .start-card .themain .icons a.comments,
.box-brend .brend-card .start-card .themain .icons a.review,
.box-brend .brend-card .start-card .themain .icons a.link {
    position: relative;
    width: 56px;
    height: 44px;
    padding: 4px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    font-size: 8px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease-in-out
}

.box-brend .brend-card .start-card .themain .icons a.bonuses {
    color: #175F32;
    background: #D7FFE7;
}

.box-brend .brend-card .start-card .themain .icons a.bonuses:hover {
    background: #b5d7c2
}

.box-brend .brend-card .start-card .themain .icons a.bonuses::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-present-v2.svg)
}

.box-brend .brend-card .start-card .themain .icons a.comments {
    color: #244d7a;
    background: #E2F0FF
}

.box-brend .brend-card .start-card .themain .icons a.comments:hover {
    background: #c2d3e5
}

.box-brend .brend-card .start-card .themain .icons a.comments::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-comment-v2.svg)
}

.box-brend .brend-card .start-card .themain .icons a.review {
    color: #9D1E1E;
    background: #FFDFE7
}

.box-brend .brend-card .start-card .themain .icons a.review:hover {
    background: #f0d7bb
}

.box-brend .brend-card .start-card .themain .icons a.review::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-review-v2.svg)
}

.box-brend .brend-card .start-card .themain .icons a.link {
    color: #9d1e1e;
    background: #ffd6d6
}

.box-brend .brend-card .start-card .themain .icons a.link:hover {
    background: #ffc4c4
}

.box-brend .brend-card .start-card .themain .icons a.link::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-play-v2.svg)
}

.box-brend .additional-card {
    display: flex;
    justify-content: flex-start;
    position: relative;
    background: #fffbef;
    width: 100%;
    padding: 5px 30px;
    display: none;
    border-radius: 0 0 5px 5px
}

.box-brend .more-information {
    width: 30px;
    height: 30px;
    background: #FFDFE7;
    border-bottom: 1px solid #FFDFE7;
    position: absolute;
    bottom: -14px;
    right: 40px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 100
}

.box-brend .more-information::after {
    position: absolute;
    content: "";
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-chevron-down.svg)
}

.box-brend .more-information.active {
    transform: rotate(180deg)
}

.box-brend .more-information:hover {
    background: #ffefb6
}

.box-brend .additional-card .block {
    display: flex;
    justify-content: center;
    padding: 10px 0
}

.box-brend .additional-card .block .comp {
    padding: 5px 20px;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: grid;
    border-right: 1px solid #f6f1df;
    text-align: center
}

.box-brend .additional-card .block .comp.top {
    display: unset
}

.box-brend .additional-card .block .comp:nth-last-child(1) {
    border: 0
}

.box-brend .additional-card .block .comp ul.dignity {
    list-style: none;
    position: relative;
    display: block;
    padding: 5px 15px;
    text-align: left;
    min-width: 300px
}

.box-brend .additional-card .block .comp ul.dignity li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 13px;
    font-weight: 500
}

.box-brend .additional-card .block .comp ul.dignity li::before {
    position: absolute;
    content: "";
    top: 22px;
    left: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-checkmark.svg)
}

.box-brend .additional-card .block .comp .h-wiew {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 700
}

blockquote {
    margin: 10px 0;
    color: #231e28;
    padding: 15px 15px 15px 55px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    font-weight: 300;
    border-radius: 5px
}

blockquote::before {
    content: "\201C";
    color: #2672FF;
    font-size: 48px;
    position: absolute;
    left: 15px;
    top: 0
}

blockquote p {
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
    color: #4e4e4e;
    margin: 0;
    padding: 0
}

blockquote cite {
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    color: #312d2b
}

.faq-to-user {
    display: block
}

.faq-to-user h2 {
    margin-bottom: 0
}

.faq-to-user p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 12px;
    color: #3c3c3c
}

.footer-top {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 10px 0;
    justify-content: space-between
}

.footer-icons {
    padding: 20px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #3e3e3e
}

.footer-icons a,
.footer-icons div {
    display: block;
    margin: 0 10px
}

.footer-bottom {
    padding: 20px 0;
    border-bottom: 1px solid #333
}

.footer-copyright {
    display: block
}

.footer-copyright span.text {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #626262;
    font-weight: 300;
    margin: 20px 0
}

.footer-copyright span.copyright {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    display: block
}

.footer-menu {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: right
}

.footer-menu>li {
    display: inline-flex
}

.footer-menu>li+li {
    margin-left: 20px
}

.footer-menu>li>a {
    padding: 0 0 20px 0;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    font-size: 12px;
    text-decoration: none
}

.footer-menu>li>a:hover {
    text-decoration: none;
    color: #2672FF;
}

.footer-menu>li>a:after {
    width: 0;
    height: 1px;
    background-color: #2672FF;
    content: "";
    left: 0;
    bottom: 15px;
    position: absolute;
    transition: all 0.3s
}

.footer-menu>li>a:hover::after {
    width: 100%
}

.footer-menu>li.active a:after {
    width: 100%
}

.footer-menu li {
    margin: 0;
    white-space: nowrap
}

.footer-menu ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 0 15px #6f6f6f;
    position: absolute;
    z-index: 20;
    min-width: 200px;
    top: 100%;
    left: -20px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 200ms cubic-bezier(.43, .59, .16, 1.25)
}

.footer-menu ul li {
    display: block;
    padding: 0 10px;
    line-height: 1.1
}

.footer-menu ul li:last-child {
    margin-bottom: 0
}

.footer-menu ul li a {
    display: block;
    color: #363636;
    padding: 10px;
    transition: all 0.3s;
    text-decoration: none
}

.footer-menu ul li a:hover {
    color: #070600;
    background: #ffcc0096;
    text-decoration: none
}

.footer-menu ul ul {
    top: 0;
    left: 100%
}

ol.breadcrumb {
    padding: 2px 0;
    list-style: none;
    margin: 0
}

ol.breadcrumb li {
    display: inline;
    font-size: 16px
}

ol.breadcrumb li+li:before {
    content: "\203A";
    padding: 0 3px;
    color: #fc0;
    font-weight: 700
}

ol.breadcrumb li a {
    color: #545454;
    text-decoration: none;
    font-size: 14px
}

ol.breadcrumb li a.active {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

ol.breadcrumb li a:hover {
    text-decoration: underline
}

.fn {
    background: #fff;
    max-height: 32px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%)
}

.list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 30px
}

.list-slots-wrapper {
    width: 238px;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 11%);
    margin-bottom: 30px;
    transition: 0.5s;
    border-radius: 5px
}

.list-slots-wrapper:hover {
    margin-top: -5px
}

.list-slots-poster {
    position: relative
}

.list-slots-poster img {
    display: block;
    border-radius: 5px
}

.list-slots-info {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 75%;
    white-space: nowrap;
    margin: 0 auto;
    padding: 10px 0
}

.list-slots-info a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #272831
}

.list-slots-info span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #595959;
    font-weight: 300;
    text-transform: none
}

.list-slots-rtp {
    position: absolute;
    background: #fc0;
    line-height: 2.6;
    width: 90px;
    height: 25px;
    text-align: center;
    border-radius: 4px 4px 4px 0;
    color: #312d2b;
    font-size: 10px;
    left: -7px;
    top: 7px;
    z-index: 30
}

.list-slots-rtp span {
    font-weight: 900
}

.list-slots-rtp::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    border-top: 7px solid #c7a000;
    border-left: 7px solid #fff0
}

.table-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin: 20px 0
}

.table-info {
    width: 100%;
    border-collapse: collapse
}

.table-info caption {
    text-align: left;
    padding: 20px 16px;
    font-size: 18px;
    font-weight: 700
}

.table-info thead {
    background: #fff;
    border-bottom: 4px solid #2672FF;
}

.table-info th {
    font-weight: 700;
    padding: 10px 15px;
    text-align: left;
    font-size: 15px
}

.table-info td {
    padding: 10px 15px;
    border: none;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    font-size: 14px
}

.table-info tbody tr:nth-child(even) {
    background: #fafafa !important
}

.sidebar .sidebar-widget {
    padding: 0;
    margin-bottom: 30px
}

.sidebar .sidebar-widget .title {
    position: relative;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    font-weight: 900;
    color: #4e4e4e;
    margin-bottom: 15px;
    border-bottom: 4px solid #fecd37
}

.sidebar .widget-title {
    font-size: 12px;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    color: #444;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative
}

.sidebar .widget-title.cursor {
    cursor: pointer
}

.sidebar .widget-content {
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 5px
}

.accordeon-feature,
.accordeon-feature ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.accordeon-feature li {
    margin: 0 0 2px 0;
    padding: 0;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%)
}

.accordeon-feature li h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #fff;
    background: #080808;
    background: -moz-linear-gradient(-45deg, #080808 0%, #343434 100%);
    background: -webkit-linear-gradient(-45deg, #080808 0%, #343434 100%);
    background: linear-gradient(135deg, #080808 0%, #343434 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080808', endColorstr='#343434', GradientType=1);
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.accordeon-feature li h3:hover {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding: 10px;
    cursor: pointer
}

.accordeon-feature li::before {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    color: #272831;
    content: "\f078";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fc0;
    transition: 0.3s
}

.accordeon-feature li.active::before {
    transform: rotate(180deg)
}

.accordeon-feature>li>a {
    background: #fff;
    color: #333;
    display: block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%
}

.accordeon-feature>li.slide>a,
.accordeon-feature>li.active>a {
    background: #1967c3;
    color: #fff
}

.accordeon-feature>li>ul {
    width: 100%;
    background: #fff
}

.accordeon-feature>li.active>ul {
    display: block
}

.accordeon-feature>li>ul>li {
    padding: 5px 30px;
    text-decoration: none;
    display: block;
    color: #333
}

.casino-info {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1
}

.casino-info:nth-last-child(1) {
    border: 0
}

.casino-info .left {
    width: 155px;
    min-width: 120px;
    font-size: 12px;
    color: #242526;
    line-height: 21px;
    font-weight: 700;
    text-align: left
}

.casino-info .right {
    flex-grow: 1;
    font-size: 12px;
    color: #737373;
    text-align: right;
    line-height: 1.8
}

.casino-info .right.green {
    color: #004D37;
    font-weight: 700
}

.casino-info .promokod {
    color: #bb9c2d;
    width: 140px;
    background: #fff6d4;
    height: 40px;
    right: 30%;
    top: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 8px;
    display: block;
    line-height: 1.3;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: .4mm
}

.casino-info .promokod span {
    display: block;
    font-weight: 900;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: #4e4e4e
}

.overview-menu {
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
    border-radius: 5px
}

.overview-menu ul {
    list-style: none;
    margin: 0;
    padding-left: 50px;
    height: 50px;
    position: relative
}

.overview-menu ul::before {
    position: absolute;
    content: "";
    top: 25px;
    left: 25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-note-text.svg)
}

.overview-menu a {
    text-decoration: none;
    color: #000;
    padding: 0 12px;
    line-height: 50px;
    font-size: 12px;
    display: block;
    font-weight: 300;
    transition: all 0.2s ease-in-out
}

.overview-menu a:hover {
    background: #fff8e1
}

.overview-menu span {
    background: #fc0;
    padding: 4px 6px;
    border-radius: 4px
}

.overview-menu li {
    float: left
}

.overview-images {
    display: block;
    height: unset;
    padding: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px
}

.overview-images img {
    max-width: 100%;
    height: auto
}

.overview-images .info {
    display: block;
    padding: 10px 20px;
    text-align: center
}

.overview-images .info p {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-style: italic
}

.overview-images .info a {
    display: inline-block;
    width: 180px;
    padding: 6px 0;
    font-weight: 600;
    font-size: 14px;
    color: #4e3e00;
    background: #fc0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out
}

.overview-images .info a:hover {
    background: #ffdf5d
}

.list-bonuses {
    padding-top: 15px
}

.list-bonuses .box-bonuses {
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 10px;
    background: #fff;
    border-radius: 10px
}

.list-bonuses .header-bonuses {
    padding: 10px 20px;
    color: #4fb17e;
    background: #f5f5f5;
    background: -moz-linear-gradient(-45deg, #f5f5f5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(-45deg, #f5f5f5 0%, #ffffff 100%);
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center
}

.list-bonuses .header-bonuses p {
    margin: 0
}

.list-bonuses .header-bonuses i {
    background: #fc0;
    color: #312d2b;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center
}

.list-bonuses .content-bonuses {
    display: flex;
    justify-content: space-between
}

.list-bonuses .content-bonuses table {
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
    border-collapse: collapse
}

.list-bonuses .content-bonuses table th {
    font-weight: 700;
    padding: 5px 20px;
    background: #fc0;
    color: #312d2b;
    text-align: left
}

.list-bonuses .content-bonuses table td {
    padding: 5px 20px;
    text-align: left
}

.list-bonuses .content-bonuses table td:nth-child(odd) {
    font-weight: 300
}

.list-bonuses .content-bonuses table td:nth-child(even) {
    font-weight: 700;
    color: #4e4e4e
}

.list-bonuses .content-bonuses table tbody tr:nth-child(odd) {
    background: #fff
}

.list-bonuses .content-bonuses table tbody tr:nth-child(even) {
    background: #f7f7f7
}

.list-bonuses .footer-bonuses {
    padding: 5px 20px
}

.list-bonuses .footer-bonuses .btn-bonuses {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    padding-top: 5px
}

.list-bonuses .footer-bonuses .btn-bonuses a {
    display: inline-block;
    font-weight: 600;
    padding: 6px 30px;
    font-size: 14px;
    color: #4e3e00;
    background: #fc0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out
}

.list-bonuses .footer-bonuses .btn-bonuses a:hover {
    background: #ffdf5d
}

.list-bonuses .footer-bonuses .info-bonuses {
    font-size: 14px;
    margin-top: 10px;
    display: none;
    padding: 10px 20px;
    background: #fffbed;
    border-radius: 5px
}

.list-bonuses .footer-bonuses .info-bonuses p {
    margin: 0
}

.list-bonuses .details-bonuses {
    font-size: 13px;
    color: #004D66;
    cursor: pointer;
    font-weight: 500;
    display: block;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.list-bonuses .details-bonuses:hover {
    color: #005D7A
}

.widget-content .row-brend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 20px 0
}

.widget-content .row-brend:nth-last-child(1) {
    border: 0
}

.widget-content .row-brend .images {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center
}

.widget-content .row-brend .images img {
    border-radius: 5px
}

.widget-content .row-brend .info {
    width: 100%;
    padding: 0 10px;
    display: block
}

.widget-content .row-brend .info span.name {
    font-size: 13px;
    font-weight: 700
}

.widget-content .row-brend .info span.name a {
    color: #3c3c3c
}

.widget-content .row-brend .info span.name a:hover {
    color: #747474
}

.widget-content .row-brend a.review {
    display: block;
    font-size: 11px;
    min-width: 58px;
    text-align: center;
    padding: 4px;
    background: #fc0;
    text-decoration: none;
    border-radius: 5px;
    color: #4e3e00
}

.widget-content .row-brend a.review:hover {
    background: #ffdf5d
}

.widget-content .row-brend .info .stars {
    display: flex;
    position: relative;
    gap: 14px;
    height: 18px
}

.widget-content .row-brend .stars .item::before {
    position: absolute;
    content: "";
    top: 2px;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-stars-grey.svg)
}

.widget-content .row-brend .stars .item.select::before {
    position: absolute;
    content: "";
    top: 2px;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-stars-yellow.svg)
}

.comment-list {
    margin: 15px 0
}

.comment-box {
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    position: relative;
    box-sizing: border-box;
    padding: 25px 30px;
    margin-bottom: 20px;
    border-radius: 5px
}

.comment-box.reaction {
    box-shadow: none;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px
}

.comment-box .comment-header .comment-author {
    font-weight: 700;
    color: #4e4e4e
}

.comment-box .comment-header .comment-published {
    font-size: 12px;
    color: #5f5f5f
}

.comment-box .comment-btn {
    display: flex;
    justify-content: space-between
}

.comment-box .comment-btn .email {
    color: #595959;
    font-size: 13px;
    display: flex;
    position: relative;
    align-items: center;
    text-align: left
}

.comment-box .comment-btn .stars {
    display: flex;
    position: relative;
    align-items: center;
    gap: 20px
}

.comment-box .comment-btn .stars .item.select::before {
    position: absolute;
    content: "";
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-stars-yellow.svg)
}

.comment-box .comment-btn .stars .item::before {
    position: absolute;
    content: "";
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-stars-grey.svg)
}

.comment-box .comment-btn .stars .grade {
    color: #444;
    margin: 0 10px;
    font-size: 10px;
    display: block;
    padding: 0 10px;
    height: 20px;
    background: #fffbef;
    line-height: 2;
    border-radius: 4px
}

.comment-new {
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    padding: 25px 35px;
    margin: 15px 0 30px;
    border-radius: 5px
}

.comment-new form label {
    display: block;
    padding: 10px 0;
    color: #312d2b;
    font-weight: 700
}

.comment-new form input {
    padding: 10px;
    border: 1px solid #dcdcdc;
    width: 100%
}

.comment-new form textarea {
    padding: 10px;
    border: 1px solid #dcdcdc;
    width: 100%
}

.comment-new form .comment-btn {
    float: right;
    display: inline-block;
    width: 180px;
    font-weight: 600;
    height: 34px;
    margin: 10px 0;
    font-size: 14px;
    color: #000;
    background: #fc0;
    text-align: center;
    line-height: 2.2;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.comment-new form .comment-btn:hover {
    background: #ffdf5d
}

.comment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 10px
}

.contact-form {
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    padding: 25px 35px;
    margin: 15px 0 30px;
    border-radius: 5px
}

.contact-form form label {
    display: block;
    padding: 10px 0;
    color: #312d2b;
    font-weight: 700
}

.contact-form form input {
    padding: 10px;
    border: 1px solid #dcdcdc;
    width: 100%
}

.contact-form form textarea {
    padding: 10px;
    border: 1px solid #dcdcdc;
    width: 100%
}

.contact-form form button.contact-btn {
    float: right;
    display: inline-block;
    width: 180px;
    font-weight: 600;
    height: 34px;
    margin: 10px 0;
    font-size: 14px;
    color: #4e3e00;
    background: #fc0;
    text-align: center;
    line-height: 2.2;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 0
}

.contact-new form button.contact-btn:hover {
    background: #ffdf5d
}

.contact-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #f8f8f8;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 10px
}

.grade-box {
    display: flex;
    align-items: center
}

.grade-box label {
    margin-right: 10px
}

.stars-box {
    display: flex;
    position: relative;
    align-items: center;
    gap: 15px
}

.stars-box .item {
    margin: 0 4px 0 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.stars-box .item.select::before {
    position: absolute;
    content: "";
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-stars-yellow.svg)
}

.stars-box .item.hover::before {
    position: absolute;
    content: "";
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-stars-hover.svg)
}

.stars-box .item::before {
    position: absolute;
    content: "";
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-stars-grey.svg)
}

.payments-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0
}

.payments-icon img {
    width: 34px;
    height: 22px;
    margin: 3px;
    cursor: help
}

.box-articles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 15px
}

.articles-card {
    text-align: center;
    width: 230px;
    min-height: 290px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 11%);
    margin-bottom: 25px;
    border-radius: 5px
}

.articles-card a {
    color: #3c3c3c
}

.articles-card a:hover {
    color: #747474
}

.articles-card .images {
    display: flex;
    justify-content: center
}

.articles-card .images img {
    border-radius: 5px
}

.articles-card .h-title {
    font-weight: 700;
    font-size: 14px;
    height: 100px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center
}

.articles-card .data-views {
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    font-weight: 600;
    color: #3c3c3c;
    align-items: center
}

.articles-card .data-views span {
    font-size: 12px;
    font-weight: 400;
    cursor: help
}

.articles-card .data-views span:before {
    content: "\2B56";
    padding: 0 4px;
    color: #fc0;
    font-size: 12px
}

.blogs {
    padding: 5px 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    border-radius: 5px
}

.blogs .data-views {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blogs .data-views span {
    margin-left: 20px;
    font-size: 14px;
    cursor: help
}

.blogs .data-views span:before {
    content: "\2B56";
    padding: 0 6px;
    color: #fc0;
    font-size: 16px
}

.articles-card .data-views span:before {
    content: "\2B56";
    padding: 0 4px;
    color: #fc0;
    font-size: 12px
}

img.blogs {
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    border-radius: 5px
}

.slots-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-bottom: 20px
}

.slots-iframe {
    width: 100%;
    min-height: 390px;
    position: relative
}

.slots-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0 0
}

.slots-panel {
    width: 100%;
    margin-top: 0;
    position: relative;
    display: flex
}

.slots-panel .reload {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    background: #ffefb0;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slots-panel .reload:hover {
    background: #ffdf5d
}

.slots-panel .reload:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-reload.svg)
}

.slots-panel .error {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
    position: relative
}

.slots-panel .error:hover {
    background: #ffdf5d
}

.slots-panel .error:before {
    content: "\f071";
    position: absolute;
    font-size: 28px;
    top: 10px;
    left: 11px;
    color: #f5c245
}

.slots-panel .fullscreen {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    background: #ffefb0;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slots-panel .fullscreen:hover {
    background: #ffdf5d
}

.slots-panel .fullscreen:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/icon-fullscreen.svg)
}

.slots-loading {
    background: url(../img/preload.svg) center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto 0
}

.slots-money a {
    display: inline-block;
    width: 275px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    background: #fc0;
    text-align: center;
    line-height: 2.5;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out
}

.slots-money a:hover {
    background: #ffdf5d
}

.widget-content .row-slots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 20px 0
}

.widget-content .row-slots:nth-last-child(1) {
    border: 0
}

.widget-content .row-slots .images {
    display: flex;
    align-items: center;
    justify-content: center
}

.widget-content .row-slots .images img {
    border-radius: 5px
}

.widget-content .row-slots .info {
    padding: 0 10px;
    display: block
}

.widget-content .row-slots .info span.name {
    font-size: 12px;
    font-weight: 700;
    width: 110px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-content .row-slots .info .soft {
    font-size: 10px;
    color: #595959
}

.widget-content .row-slots a.review {
    display: block;
    width: 58px;
    text-align: center;
    font-size: 11px;
    padding: 4px;
    background: #fc0;
    text-decoration: none;
    border-radius: 5px;
    color: #4e3e00
}

.widget-content .row-slots a.review:hover {
    background: #ffdf5d
}

.filter-box {
    position: relative;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    border-radius: 5px;
    padding: 12px 20px;
    margin-top: 10px
}

.filter-box .dropdown {
    min-width: 200px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
    z-index: 300;
    margin: 0 10px
}

.filter-box .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 8px 15px
}

.filter-box .dropdown .select>.dwn:after {
    position: absolute;
    content: "\1F827";
    color: #fc0;
    font-size: 24px;
    right: 12px;
    top: 0
}

.filter-box .dropdown:hover {
    border: 1px solid #fc0
}

.filter-box .dropdown.active:hover,
.filter-box .dropdown.active {
    background-color: #fff
}

.filter-box .dropdown.active .select>.dwn:after {
    transform: rotate(180deg)
}

.filter-box .dropdown .select span {
    font-weight: 600
}

.filter-box .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 2px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    display: none;
    max-height: 320px;
    overflow-y: auto;
    z-index: 10
}

.filter-box .dropdown .dropdown-menu::-webkit-scrollbar {
    width: 6px
}

.filter-box .dropdown .dropdown-menu li {
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.filter-box .dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.filter-box .dropdown .dropdown-menu li:hover {
    background-color: #f3f3f3
}

.filter-box label {
    font-size: 14px
}

.filter-box .search-game {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center
}

.filter-box .search-game input {
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #dcdcdc;
    margin-right: 15px
}

.filter-box .search-game button {
    display: block;
    width: 80px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fc0;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    color: #4e3e00;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.filter-box .search-game button:hover {
    background: #ffdf5d
}

body.body-404 {
    overflow-y: clip
}

.content-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 100px auto 0 auto
}

.content-404 h1 {
    font-size: 13.625rem;
    font-weight: 900
}

.list-bar {
    justify-content: space-between;
    margin-top: -40px
}

.list-bar .item {
    width: 32%;
    height: 135px;
    text-align: center;
    padding: 10px 0 15px;
    background: #fff;
    border-top: 4px solid #fc0;
    border-bottom: 3px solid #f6f6f6;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    position: relative;
    color: #313131;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.3s ease-in-out
}

.list-bar .item:hover {
    margin-top: -5px
}

.list-bar .item a {
    color: #555;
    font-weight: 900
}

.list-bar .item img {
    width: 75px;
    margin: 0 auto;
    display: block
}

.padding-b-50 {
    padding-bottom: 50px
}

.container.gradient {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 30%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 30%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0)
}

img.provaider {
    float: left;
    width: 128px;
    height: 90px;
    margin-right: 25px
}

img.pages {
    float: left;
    margin-right: 25px
}

.box-subload {
    margin: 5px auto 40px;
    text-align: center
}

.box-subload a {
    cursor: pointer;
    display: inline-block;
    width: 250px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    background: #fc0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out
}

.box-subload a:hover {
    background: #ffdf5d
}

.grade-box input[type="radio"] {
    display: none
}

.box-subload button,
.box-subload a,
.box-subload span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 250px;
    border: 0;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
    color: #4e3e00;
    background: #fc0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out
}

.box-subload button:hover,
.box-subload a:hover,
.box-subload span:hover {
    background: #ffdf5d
}

button.reload-list {
    cursor: pointer;
    display: inline-block;
    width: 250px;
    font-weight: 600;
    height: 40px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    background: #fc0;
    text-align: center;
    line-height: 2.5;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    border: 0
}

button.reload-list span:hover {
    background: #ffdf5d
}

.gap-25 {
    gap: 25px
}

@media(max-width: 1099px) {
    html {
        min-width: initial;
        overflow-x: hidden
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -15px !important
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -15px !important
    }

    .case-box {
        max-width: 960px
    }

    .articles-card {
        width: calc(50% - 15px)
    }

    .list-slots-wrapper {
        width: calc(25% - 15px)
    }

    .content {
        width: calc(100% - 320px)
    }

    .box-brend .brend-card .start-card .info .stars {
        flex-wrap: wrap
    }

    .box-brend .brend-card .start-card .info {
        min-width: initial
    }

    .box-brend .brend-card .start-card .info .stars .grade {
        margin-top: 10px;
        margin-left: 0
    }

    .comment-footer {
        flex-wrap: wrap
    }

    .list-slots-poster img {
        width: 100%;
        height: auto
    }

    .filter-box::before {
        display: none
    }

    .filter-box {
        padding: 15px 20px
    }

    .filter-box .dropdown {
        min-width: 160px
    }
}

@media(max-width: 991px) {
    .dropdown.active {
        z-index: 990
    }

    .filter-box {
        flex-wrap: wrap
    }

    .filter-box .dropdown {
        height: auto
    }

    .filter-box .dropdown {
        min-width: 240px
    }

    .filter-box .search-game {
        margin-top: 20px
    }

    .filter-box label:nth-child(6) {
        margin-top: 20px
    }

    .content {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .main-menu ul {
        transition: initial
    }

    .main-menu-inner ul.main-menu-inner {
        display: block
    }

    .comment-new form .comment-btn,
    .contact-form form button.contact-btn {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center
    }

    .case-box {
        max-width: 720px;
        flex-wrap: wrap
    }

    .box-brend .brend-card .start-card .info .stars .grade {
        margin-top: 0;
        margin-left: 10px
    }

    .sidebar {
        width: 100%
    }

    .articles-card {
        width: calc(33.333333% - 15px)
    }

    .list-slots-wrapper {
        width: calc(33.333333% - 15px)
    }

    .widget-content .row-slots a.review {
        margin-left: auto
    }

    .box-brend .brend-card .start-card .images {
        padding: 0 0 0 15px
    }

    .box-brend .additional-card .block {
        flex-wrap: wrap
    }

    .box-brend .additional-card .block .comp {
        width: 50%
    }

    .box-brend .additional-card .block .comp:nth-child(2) {
        border-right: 0
    }

    .box-brend .brend-card .start-card .info {
        padding: 10px 30px
    }

    .payments-icon {
        justify-content: center;
        width: 100%
    }

    .header-top {
        flex-wrap: wrap
    }

    a.logo {
        font-size: 20px
    }

    a.logo div {
        margin: 5px 0 0 5px
    }

    .main-menu li.menu-children {
        margin-right: 12px
    }

    .main-menu>li+li {
        margin-left: 15px
    }
}

@media(max-width: 767px) {
    .title-text {
        flex-direction: column;
        display: flex;
    }

    .title-text img.pages {
        float: none;
        margin: 0 auto;
    }

    .overview-menu {
        overflow: hidden
    }

    .list-bonuses .header-bonuses {
        font-size: 14px;
        line-height: normal
    }

    .filter-box .search-game {
        margin-top: 0;
        width: 100%;
        margin: 0
    }

    .filter-box .search-game input {
        width: calc(100% - 55px)
    }

    .filter-box label:nth-child(6) {
        margin-top: 0
    }

    .filter-box label {
        width: 100%;
        margin-bottom: 10px
    }

    .filter-box .dropdown {
        width: 100%;
        margin: 0 0 10px
    }

    .content-404 h1 {
        font-size: 6.625rem;
        font-weight: 900
    }

    .content-404 {
        padding-left: 15px;
        padding-right: 15px
    }

    .content-404 a {
        display: block
    }

    .content-404 p {
        text-align: center
    }

    .flex {
        flex-wrap: wrap
    }

    .comment-box .comment-btn {
        flex-direction: column;
        align-items: flex-start
    }

    .comment-box .comment-btn .stars {
        margin-right: auto
    }

    .comment-box .comment-btn .email {
        margin-top: 10px;
        margin-right: auto
    }

    .articles-card {
        width: calc(50% - 15px)
    }

    .list-slots-wrapper {
        width: calc(50% - 15px)
    }

    .case-box {
        max-width: 540px;
        padding-left: 20px;
        padding-right: 20px
    }

    .casino-info {
        flex-wrap: nowrap
    }

    .main-menu {
        display: none
    }

    a.logo {
        font-size: 18px
    }

    a.logo div {
        font-size: 10px;
        margin: 3px 0 0 3px
    }

    .list-bar .item {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }

    .list-bar .item:not(:last-child) {
        margin-bottom: 20px
    }

    .box-brend .start-card {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .box-brend .brend-card .start-card .themain .icons {
        margin-top: 0;
        width: 100%;
        margin-top: 10px
    }

    .box-brend .brend-card .start-card .info {
        padding: 10px 30px
    }

    .box-brend .brend-card .start-card .themain {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap
    }

    .box-brend .more-information {
        right: 20px
    }

    .box-brend .brend-card .start-card .info .stars {
        justify-content: center;
        flex-wrap: wrap
    }

    .box-brend .brend-card .start-card .images {
        padding: 20px 0
    }

    .box-brend .brend-card .start-card .info {
        min-width: initial
    }

    .footer-icons {
        flex-wrap: wrap
    }

    .footer-top {
        flex-direction: column;
        align-items: center
    }

    h1 {
        font-size: 24px;
        margin: 30px 0 0 0;
        text-align: center
    }

    h2 {
        font-size: 18px;
        margin: 5px 0 0 0;
        text-align: center
    }

    body {
        font-size: 14px
    }

    ul.list-content,
    ol.list-content {
        padding: 15px
    }

    .owl-carousel .owl-dots button.owl-dot {
        width: 30px !important
    }

    .brend-box {
        padding: 45px 30px
    }

    .brend-box .bonus {
        padding: 0 25px
    }

    .box-brend .additional-card .block .comp {
        width: 100%;
        border-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .payments-icon {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .box-brend .additional-card .block {
        padding-left: 0;
        padding-right: 0
    }

    .box-brend .additional-card .block .comp ul.dignity {
        min-width: initial;
        margin-bottom: 0
    }

    .box-brend .additional-card .block .comp h4 {
        margin-bottom: 10px
    }

    .box-brend .additional-card .block .comp ul.dignity {
        padding: 0;
        margin-top: 0
    }

    .accordion-box .question .answer p {
        padding: 5px 0
    }

    .brend-box .icons,
    .brend-box .btn {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .main-menu {
        width: 100%
    }

    .content-menu-box ul {
        padding-left: 10px
    }

    .content-menu-box ul li a {
        padding-left: 10px;
        display: block
    }

    .overview-menu li {
        width: 100%
    }

    .overview-menu ul {
        height: auto;
        padding-left: 0
    }

    .overview-menu ul::before {
        display: none
    }

    .overview-menu a {
        padding: 0 30px
    }

    .list-bonuses .header-bonuses i {
        min-width: 30px
    }

    .breadcrumb {
        display: flex;
        white-space: nowrap;
        align-items: center;
        overflow: auto
    }

    .breadcrumb::-webkit-scrollbar {
        display: none
    }
}

@media(max-width: 480px) {
    .brend-box {
        padding: 45px 40px
    }

    .contact-form {
        padding: 20px
    }

    .slots-footer {
        flex-wrap: wrap
    }

    .slots-money {
        margin-top: 10px;
        width: 100%
    }

    .slots-money a {
        width: 100%
    }

    .comment-new {
        padding: 25px 30px
    }

    .list-bonuses .footer-bonuses .btn-bonuses {
        flex-direction: column-reverse
    }

    .list-bonuses .details-bonuses {
        margin-top: 10px
    }

    .overview-images .info {
        flex-wrap: wrap;
        justify-content: center
    }

    .overview-images .info p {
        width: 100%;
        margin-bottom: 10px
    }

    .widget-content .row-slots .images {
        width: 100px
    }

    .articles-card {
        width: 100%
    }

    .list-slots-wrapper {
        width: 100%
    }

    .footer-menu {
        flex-direction: column;
        align-items: center
    }

    .footer-menu>li+li {
        margin-left: 0
    }

    .accordion-box .question h3 {
        padding-left: 0;
        padding-right: 44px;
        font-size: 16px
    }

    .table-info td {
        padding: 10px;
        font-size: 12px
    }

    .main-menu {
        flex-direction: column;
        display: block
    }

    .main-menu li.menu-children:after {
        right: 13px
    }

    .main-menu li.menu-children {
        margin: 0 !important
    }

    .main-menu>li+li {
        margin-left: 0
    }

    .main-menu li {
        width: 100%
    }

    .main-menu li {
        flex-wrap: wrap
    }

    ul.main-menu-inner {
        width: 100%;
        visibility: visible;
        opacity: 1;
        transform: initial;
        padding: 0;
        background: 0;
        position: initial;
        display: none;
        box-shadow: initial
    }

    .main-menu ul li a {
        color: #fff
    }

    .main-menu ul li {
        padding: 0
    }

    .main-menu>li>a {
        padding: 0
    }

    .main-menu>li>a:after {
        bottom: initial;
        top: 100%
    }

    .main-menu>li:not(:last-child) {
        margin-bottom: 10px !important
    }

    .main-menu li li.menu-children:after {
        right: 10px
    }

    .main-menu ul li a:hover {
        background: #fff0
    }

    .main-menu ul li a {
        display: inline-block
    }

    .main-menu {
        display: none
    }

    .list {
        justify-content: center
    }

    .main-menu li li.menu-children:after {
        display: none
    }

    .menu-children {
        position: relative
    }

    .menu-children>a {
        position: initial
    }

    .menu-children>a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .menu-children>a::after {
        display: none
    }

    .main-menu>li>a {
        position: initial
    }
}

@media(max-width: 360px) {
    .table-info td {
        font-size: 10px
    }

    .comment-new {
        padding: 20px 10px
    }

    .widget-content .row-slots .images {
        width: 50px;
        min-width: 50px
    }

    .widget-content .row-slots .images img {
        width: 100%;
        height: auto
    }

    .widget-content .row-slots .info {
        width: auto
    }

    .widget-content .row-slots .info span.name {
        max-width: 100%
    }
}

@media(max-width: 320px) {
    img.pages {
        display: block;
        float: none;
        margin: 0 auto
    }

    .box-brend .brend-card .start-card .info .stars .grade {
        margin-right: 0
    }
}

@media(max-width: 242px) {
    a.logo {
        font-size: 16px
    }

    a.logo div {
        width: 40px;
        height: 27px;
        font-size: 10px;
        margin: 3px 0 0 3px
    }

    .brend-box {
        height: 420px
    }

    .brend-box .images img {
        width: 100px;
        height: 100px
    }

    .brend-box .names {
        font-size: 14px
    }

    .brend-box .bonus {
        font-size: 12px
    }

    .brend-box .btn {
        width: auto
    }

    img.pages {
        float: none;
        margin: 0 auto;
        width: 100%
    }

    .box-brend .brend-card .start-card .info .stars .grade {
        margin: 5px
    }

    .box-subload a,
    .box-subload span {
        width: 100%;
        padding: 8px 0;
        font-size: 12px
    }

    .box-subload a::before,
    .box-subload span::before {
        font-size: 16px;
        left: 20px;
        top: 10px
    }

    .filter-box .dropdown {
        min-width: unset
    }

    img.provaider {
        float: none;
        margin: 0 auto;
        width: 100%;
        height: inherit
    }

    .overview-images .info a {
        width: 100%;
        font-size: 12px
    }

    .casino-info {
        flex-wrap: wrap
    }

    .articles-card .images img {
        width: 160px;
        height: auto
    }

    .sidebar .sidebar-widget .title {
        font-size: 12px
    }

    .sidebar .sidebar-widget .title.star::before {
        display: none
    }

    .widget-content .row-brend {
        height: auto;
        display: grid;
        justify-content: center;
        padding: 10px 0
    }

    .widget-content .row-brend .images {
        width: 100%
    }

    .widget-content .row-brend .info {
        margin: 8px 0;
        padding: 0;
        text-align: center
    }

    .widget-content .row-brend .info span.name {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px;
        display: block
    }
}

#popup {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    text-align: center;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    top: 40%;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 5px
}

.menu-btn {
    display: none
}

@media screen and (max-width: 767px) {
    .menu-btn {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAYUlEQVR4nO3WyQnAMAwFUZcXp/+zDMF9TDrQJcYLmdfBRwimFEmSBgFuoLG/BtRsyMM5+i+GVCDYXwDX51+SJEmaCDN+iZ5dxIyfLMx4SZJ0Gsz4JXp2ETN+sjDjJUlloBfbFyzbu4GNjwAAAABJRU5ErkJggg==);
        background-size: contain;
        z-index: 101
    }

    .main-menu {
        display: block;
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        width: 280px;
        height: 100vh;
        padding: 60px 20px 30px;
        margin: 0;
        z-index: 100;
        left: 0;
        top: 0;
        transition: all 0.3s ease;
        transform: translateX(-100%);
        background: #171919f2;
        overflow-y: auto
    }

    .main-menu.open {
        transform: translateX(0)
    }

    .main-menu>li>div.fix-menu {
        display: inline
    }

    .main-menu>li {
        display: block
    }

    .main-menu>li+li {
        margin-left: 0;
        margin-top: 18px
    }

    .main-menu ul {
        position: relative;
        display: none;
        transform: unset;
        opacity: 1;
        visibility: visible
    }

    .menu-children.view-children ul {
        display: block;
        margin-top: 15px
    }

    .brend-box .images img {
        max-width: 100%
    }
}

.error-content {
    margin: 0 0 50px 0;
    text-align: center;
}

.error-content h1 {
    text-align: center;
}

.error-content p {
    text-align: center;
}

.error-content .btn {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    background: #2672FF;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.error-content .btn:hover {
    background: #326398;
}

.img-cov {
    width: 200px;
    margin: 0 20px 0 0;
}

.img-cov img {
    width: 100%;
    height: auto;
}

.img-cov + h2 {
    margin-top: 10px;
}

.img-text {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.img-text img {
    width: 100%;
    border-radius: 10px;
}