@font-face {
    src: url("../fonts/Fontello/fontello.css") format("embedded-opentype"), url("../fonts/Fontello/fontello.css") format("woff2"), url("../fonts/Fontello/fontello.css") format("woff"), url("../fonts/Fontello/fontello.css") format("truetype");
    font-family: Fontello;
    font-style: normal;
    font-weight: 400
}

.star:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    font-family: Fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

/*! Reset */
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(#000, 0);
    line-height: 1.15
}

footer,
header,
main,
nav,
section {
    display: block
}

body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0;
    background-color: #fff;
    color: #000;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5em
}

p,
ul {
    margin-top: 0
}

p {
    margin-bottom: 1rem
}

ul {
    padding: 0;
    list-style: none
}

ul,
ul ul {
    margin-bottom: 0
}

b {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #00f;
    text-decoration: none
}

a:hover {
    color: #000
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

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
}

code {
    font-family: monospace;
    font-size: 1em
}

img,
svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: 0
}

input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input {
    overflow: visible
}

select {
    text-transform: none
}

[type=reset],
[type=submit],
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    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
}

summary {
    display: list-item;
    cursor: pointer
}

[hidden] {
    display: none !important
}

p:empty {
    display: none
}

/*! Main CSS */
body {
    background-attachment: fixed;
    background-color: #000;
    background-image: url("../img/bgs/home.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #feffff;
    line-height: 1.2
}

body.overflow-y-hide {
    overflow-y: hidden
}

a {
    color: #2660a4;
    text-decoration: underline
}

.header_burger span,
.header_nav ul,
.nav_logo,
.star:before,
a,
a>h3 {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

select:focus {
    -webkit-box-shadow: 0 0 4px #ddca4f;
    border-color: #ddca4f;
    outline: 0;
    box-shadow: 0 0 4px #ddca4f
}

.container {
    position: relative;
    /*width: 1100px;*/
    width: 994px;
    margin: 0 auto
}
.list_stars{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

[class*=lisfi--0-p-pre],
[class^=lisfi--0-p-pre] {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.ws-nowrap {
    white-space: nowrap
}

.logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%
}

header {
    background-color: #140f2d
}

.header_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 64px
}

.header_inner .logo img,
.nav_logo img {
    max-height: 40px
}

.nav_logo img {
    max-width: 160px
}

.header_inner,
.header_nav ul,
.header_nav ul>li>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.header_nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    list-style: none
}

.header_nav ul>li>a {
    position: relative;
    height: 64px;
    padding: 0 14px;
    color: #fff;
    font-size: 15px;
    text-decoration: none
}

.header_nav ul>li>a:hover {
    text-decoration: underline
}

.header_nav ul>li.active>a {
    background-color: #211948
}

.p-home-0-home-p {
    padding: 17px 0 30px
}

.p-home-1-home-p {
    padding: 23px 0
}

.gos--0-con-h h1 {
    margin-bottom: 0;
    color: #feffff;
    font-size: 28px;
    font-weight: 700
}

.gos--0-con-h img {
    width: 48px;
    height: 48px
}

.gos--1-con-h h2,
.gos--1-con-h h3,
.gos--1-con-h h6 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700
}

.gos--1-con-h div:not(:last-child),
.gos--1-con-h p:not(:last-child) {
    margin-bottom: 15px
}

.bonus-c-c p:last-child,
.gos--1-con-h p:last-child {
    margin-bottom: 0
}

.bottom-content .gos--1-con-h {
    margin-top: 60px
}

.gos--2-con-h {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    font-size: 12px;
    font-weight: 100
}

.gos--2-con-h select {
    min-width: 120px;
    height: 25px;
    margin: 0 20px 0 10px;
    background-color: #fff;
    color: #666
}

.filter-by {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase
}

.lisfi--1-p-pre,
.lisfi--1-p-pre>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.lisfi--1-p-pre>li:not(:first-child) {
    margin-left: 20px
}

.lisfi--1-p-pre>li>img {
    width: 24px;
    height: 24px
}

.lisfi--1-p-pre>li>span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

footer {
    margin-top: 90px;
    background-color: #140f2d
}

.ft-c-0-ft-c- {
    padding: 33px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.copyright {
    display: block;
    padding: 10px 0 0;
    color: #feffff;
    font-size: 16px
}

.lisfi--2-p-pre,
.lisfi--3-p-pre {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.lisfi--2-p-pre {
    margin-bottom: 12px
}

.lisfi--2-p-pre li img {
    margin: 0 5px
}

.lisfi--3-p-pre>li>a {
    color: #feffff;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap
}

.lisfi--3-p-pre>li>a:hover {
    -webkit-text-decoration: #ddca4f underline;
    text-decoration: #ddca4f underline
}

.lisfi--2-p-pre>li {
    margin-right: 10px
}

.lisfi--3-p-pre>li:not(:last-child) {
    margin-right: 20px
}

.comics-0-dc-fl-cha {
    background-color: #fff
}

.comics-0-dc-fl-cha+.gos--0-con-h {
    margin-top: 48px
}

.fi--4-p-pre,
.fi--5-p-pre,
.si_title {
    background-color: #2660a4
}

.fi--4-p-pre .comics-1-dc-fl-cha>span {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase
}

.fi--4-p-pre .comics-1-dc-fl-cha,
.fi--5-p-pre {
    min-height: 50px
}

.comics-1-dc-fl-cha.logo img {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.bonus-c-c,
.wb-label {
    color: #adadad;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center
}

.bonus-c-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 7px 0;
    color: #4a4a4a;
    font-size: 21px;
    line-height: 21px
}

.bonus-c-c p strong {
    font-weight: 400
}

.comics-2-dc-fl-cha {
    background-color: #140f2d;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: left
}

.comics-1-dc-fl-cha,
.comics-3-dc-fl-cha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comics-3-dc-fl-cha {
    padding: 0 8px;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comics-1-dc-fl-cha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center
}

.item-rank {
    color: #2176ae;
    font-size: 55px;
    letter-spacing: 0
}

.fi--5-p-pre {
    padding: 0 20px;
    line-height: 50px
}

.fi--5-p-pre h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400
}

.query-0ws-s-f {
    margin-bottom: 16px
}

.comics-4-dc-fl-cha {
    color: #50555b
}

.col-0-ft-col {
    text-align: left
}

.comics-2-dc-fl-cha .col-0-ft-col,
.get-bonus {
    text-align: center
}

.comics-4-dc-fl-cha .col-0-ft-col>span {
    display: inline-block;
    margin-bottom: 5px;
    color: #7b7b7b;
    font-size: 12px;
    text-transform: uppercase
}

.comics-4-dc-fl-cha .col-0-ft-col>div p,
.comics-4-dc-fl-cha .col-5-ft-col p {
    margin-bottom: 0
}

.comics-4-dc-fl-cha .col-1-ft-col span {
    color: #2660a4;
    font-size: 50px
}

.comics-4-dc-fl-cha .col-2-ft-col a,
.si_top3ca .ca_name a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    align-items: center;
    justify-content: center
}

.si_top3ca .ca_name img {
    max-height: 94px
}

.comics-4-dc-fl-cha .col-2-ft-col img {
    width: 180px;
    max-height: 94px
}

.comics-4-dc-fl-cha .col-3-ft-col>span {
    margin-bottom: 14px;
    font-size: 14px
}

.comics-4-dc-fl-cha .col-2-ft-col,
.comics-4-dc-fl-cha .col-4-ft-col {
    -ms-flex-negative: 0;
}

.comics-4-dc-fl-cha .col-5-ft-col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 0 12px 24px;
    color: #7b7b7b;
    font-size: 12px;
    text-align: left
}

.get-bonus {
    -webkit-box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    padding: 11.5px 5px;
    border-radius: 4px;
    background-image: -o-linear-gradient(195deg, #dcb74f, #b98518);
    background-image: linear-gradient(255deg, #dcb74f, #b98518);
    box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.get-bonus:hover {
    background-image: -o-linear-gradient(65deg, #dcb74f, #b98518);
    background-image: linear-gradient(25deg, #dcb74f, #b98518);
    color: #fff
}
.review-ratings {
    display: flex;
}

.read-review,
.visit-site {
    color: #adadad;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
}

.col_options ul {
  padding: 0 0 0 15px;
  color: #3d3d3d;
  font-size: 12px;
  line-height: 18px;
  list-style: url("../img/check.svg");
  /* text-align: left; */
  text-align: inherit;
  width: 150px;
}
  .col_options{
    width: 270px;
    align-self: center;
    display: flex;
    justify-content: center;
}
.col_options ul {
    padding: 0 0 0 15px;
    color: #3d3d3d;
    font-size: 12px;
    line-height: 18px;
    list-style: url("../img/check.svg");
    /* text-align: left; */
    text-align: inherit;
    width: 150px;
} */
.highlights {
    display: block;
    margin: auto;
    width: 190px;
}
.highlights span {
    font-size: 12px;
    line-height: 18px;
    font-size: 10px;
}

.highlights li {
    text-align: left;
    list-style: url("../img/icons/ic-yes.svg");
}

.lisfi--6-p-pre {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.star {
    cursor: pointer
}
.modal {
    display: none;
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.modal.modal-open {
    background-color: rgba(0, 0, 0, .65)
}

.modal-content {
    -webkit-transform: translate(-50%, -50%) scale(.6);
    -ms-transform: translate(-50%, -50%) scale(.6);
    -webkit-box-shadow: 0 0 14px 1px #d79f31;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.6);
    border-radius: 4px;
    background-color: #232426;
    box-shadow: 0 0 14px 1px #d79f31;
    opacity: 0
}

.modal-content:not(.container) {
    padding: 10px
}

.modal.modal-open .modal-content {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.star:before {
    display: inline-block;
    color: #7b7b7b;
    font-size: 20px;
    content: "\e801"
}

.star:not(:last-child):before {
    margin-right: 3px
}

.star.filled:before,
.star.hover:before {
    color: #fdcc64
}

.star.empty:before {
    color: #7b7b7b
}

.comics-5-dc-fl-cha {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.comics-6-dc-fl-cha {
    width: 100%
}

.comics-7-dc-fl-cha {
    background-color: #fff
}

.si_title {
    height: 50px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase
}

.si_title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 28px;
    cursor: pointer
}

.si_title span {
    position: relative;
    top: -5px;
    font-size: 10px;
    font-weight: 100
}

.si_top3ca {
    padding: 15px
}

.si_ca {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto
}

.si_top3ca .ca_name a {
    width: 130px
}

.si_top3ca .ca_name img {
    width: 110px
}

.si_top3ca .ca_info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px
}

.si_top3ca .ca_info>span {
    color: #2660a4;
    font-size: 35px;
    line-height: 1
}

.si_top3ca .lisfi--6-p-pre {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px
}

.si_top3ca .get-bonus {
    width: 100%;
    padding: 8.5px 2.5px 6.5px;
    font-size: 13px
}

.si_top3ca:not(:last-child) {
    border-bottom: 1px solid rgba(32, 33, 47, .1)
}

#review .gos--1-con-h,
.page .gos--1-con-h {
    padding: 30px
}

.fi--8-p-pre {
    color: #02072f
}

.fi--8-p-pre div,
.fi--8-p-pre li,
.fi--8-p-pre p {
    color: #212121;
    font-size: 16px;
    line-height: 26px;
    text-align: left !important
}

.fi--8-p-pre p:last-child {
    margin-bottom: 0
}

.review_content {
    padding: 30px 0
}

.fi--8-p-pre {
    padding: 10px 41px
}

.fi--8-p-pre h3 {
    color: #212121;
    font-size: 20px;
    font-weight: 700
}

.nofi--9-p-pre {
    padding: 40px 0 60px;
    color: #000
}

.nofi--9-p-pre h1 {
    margin-bottom: 20px;
    color: #232426;
    font-size: 141px;
    text-align: center
}

.nofi--9-p-pre p {
    text-align: center
}

.row {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

.text-muted {
    color: #868e96 !important
}

.cursor-pointer {
    cursor: pointer
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    color: #ccc
}

.styled-checkbox+label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    border: 1px solid #b4b3b1;
    border-radius: 2px;
    background: 0 0;
    vertical-align: text-top;
    content: ''
}

.styled-checkbox:hover+label:before {
    border-color: #1976d2
}

.styled-checkbox:focus+label:before {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .12);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .12)
}

.styled-checkbox:checked+label:before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 13px 9px
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-checkbox:disabled+label:before {
    -webkit-box-shadow: none;
    background-color: #ddd;
    box-shadow: none
}

.styled-checkbox:checked+label {
    color: #fff
}

.styled-checkbox:checked+label:before {
    border-color: #1976d2;
    background-color: #1976d2;
    background-image: url("../img/checked-white.png")
}

.switcher {
    font-size: 14px
}

.switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    display: block;
    position: relative;
    width: 33px;
    height: 18px;
    margin-bottom: 0;
    padding: 3px 0 3px 3px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
    transition: background 350ms ease;
    user-select: none
}

.switch:after,
.switch:before {
    -webkit-transition: all 350ms cubic-bezier(0, .95, .38, .98), background 150ms ease;
    -o-transition: all 350ms cubic-bezier(0, .95, .38, .98), background 150ms ease;
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    transition: all 350ms cubic-bezier(0, .95, .38, .98), background 150ms ease
}

.switch:before {
    -webkit-transform: translate3d(0, -50%, 0) scale(0);
    transform: translate3d(0, -50%, 0) scale(0);
    background: rgba(128, 128, 128, .075)
}

.switch:after {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: #217bd4
}

.switch:active:before {
    -webkit-transform: translate3d(0, -50%, 0) scale(3);
    transform: translate3d(0, -50%, 0) scale(3)
}

input:checked+.switch:before {
    -webkit-transform: translate3d(100%, -50%, 0) scale(1);
    transform: translate3d(100%, -50%, 0) scale(1);
    background: rgba(131, 177, 84, .075)
}

input:checked+.switch:after {
    -webkit-transform: translate3d(150%, -50%, 0);
    transform: translate3d(150%, -50%, 0);
    background: #217bd4
}

input:checked+.switch:active:before {
    -webkit-transform: translate3d(100%, -50%, 0) scale(3);
    transform: translate3d(100%, -50%, 0) scale(3);
    background: rgba(131, 177, 84, .075)
}

.default-orange-btn {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    display: block;
    min-width: 200px;
    height: 50px;
    background-image: -o-linear-gradient(293deg, #faa568 0%, #f46c37 68%);
    background-image: linear-gradient(-203deg, #faa568 0%, #f46c37 68%);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.default-orange-btn:hover {
    background-image: -o-linear-gradient(213deg, #faa568 0%, #f46c37 68%);
    background-image: linear-gradient(-483deg, #faa568 0%, #f46c37 68%);
    color: #fff
}

.mt-s {
    color: #797979;
    font-size: 13px
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row
}

.ml-3 {
    margin-left: .75rem
}

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

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

.m-0 {
    margin: 0 !important
}

.d-none {
    display: none !important
}

.item-name {
    margin-bottom: 10px;
    color: #323840;
    font-size: 24px;
    line-height: 32px
}

.review-desc h3 {
    display: none
}

.review-desc,
.review-desc p {
    color: #7b7b7b;
    font-size: 12px;
    line-height: 15px
}

.beg--0-x-st {
    margin-bottom: 60px
}

.first-3-p {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 76px
}

.p-item {
    width: 308px;
    padding: 30px 21px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center
}

.p-item:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);
    order: 2;
    transform: scale(1.15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07)
}

.p-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.p-item:last-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.p-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    margin: 5px 0;
    color: #323840;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center
}

.p-logo {
    padding: 0 30px
}

.p-logo img {
    width: 100%;
    border-radius: 6px
}

.p-get-bonus {
    margin: 23px 0
}

.p-item .review-desc {
    margin: 15px 0 0
}

.p-item .review-desc p {
    text-align: center !important
}

.gos--1-con-h,
.gos--1-con-h li,
.gos--1-con-h p,
.gos--1-con-h ul {
    color: #fff;
    font-size: 16px
}

.p-home-0-home-p .gos--1-con-h p {
    font-size: 14px
}

.fi--7-p-pre,
.fi--7-p-pre div,
.fi--7-p-pre li,
.fi--7-p-pre p,
.last-updated {
    color: #02072f;
    line-height: 26px
}

.last-updated {
    height: 38px;
    padding: 6px 12px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center
}

/*! Media */
@media only screen and (max-width:1142px) {
    .container {
        width: 940px
    }
}

@media only screen and (max-width:991.9px) {
    .p-home-0-home-p {
        padding-top: 5px !important;
    }
    .col.col-lg-auto.text-center {
        text-align: center !important;
    }
    .default-orange-btn {
        max-width: 170px;
        margin:10px auto;
    }
    .col-12 {
        display: flex !important;
        align-items: center !important;
        justify-content: space-around !important;
    }
    .mb-4.text-center {
        max-width: fit-content !important;
    }
    .text-center {
        text-align: initial !important;
    }
    .allrating {
        display: flex;
        align-items: center;
    }
    body {
        background-size: auto;
    }

    footer nav {
        display: none
    }

    footer {
        margin-top: 0;
        background-color: #000
    }

    .fi--7-p-pre,
    .fi--7-p-pre div,
    .fi--7-p-pre li,
    .fi--7-p-pre p,
    .fi--8-p-pre,
    .fi--8-p-pre div,
    .fi--8-p-pre h3,
    .fi--8-p-pre li,
    .fi--8-p-pre p {
        color: #fff
    }

    .page .container {
        padding: 0
    }

    .lisfi--2-p-pre {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 12px;
        margin-bottom: 0
    }

    .beg--0-x-st {
        margin-bottom: 0
    }

    .clone-nav {
        display: none !important
    }

    .header_logo img {
        max-width: 170px;
        max-height: 35px
    }

    .container,
    .s-container {
        width: 740px;
        margin: auto;
        padding: 0 60px
    }

    .query-0ws-s-f {
        margin-top: 19px;
        margin-bottom: 0
    }

    .beg--0-x-st,
    .header_nav ul,
    .query-0ws-s-f {
        background-color: #000
    }

    .sb-filter {
        padding: 10px 0
    }

    .logo a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .copyright {
        padding: 20px 0
    }

    .csgo-hotel_btn {
        margin-bottom: 0
    }

    .header_nav ul {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        z-index: 9;
        position: fixed;
        top: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 280px;
        height: 100%;
        padding-left: 0;
        overflow: auto;
        transform: translateX(100%)
    }

    .header_nav.open ul {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .header_nav ul>li {
        width: 100%;
        border-bottom: 1px solid rgba(85, 85, 85, .25)
    }

    .header_nav ul>li.active>a {
        position: relative;
        background-color: #f46c37;
        font-weight: 400
    }

    .header_nav ul>li.active>a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-left: 2px solid #fff;
        content: ''
    }

    .header_nav ul>li>a {
        display: block;
        height: auto;
        padding: 10px 10px 10px 40px;
        line-height: 1.5
    }

    .header_overlay {
        z-index: 7;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 0%;
        background-color: rgba(0, 0, 0, .3)
    }

    .header_nav.open .header_overlay {
        height: 100%
    }

    .nav_logo {
        padding: 12px 0
    }

    .header_burger {
        display: inline-block;
        z-index: 11;
        position: absolute;
        top: 50%;
        right: 24px;
        width: 18px;
        height: 12px;
        margin-top: -6px;
        background-color: transparent;
        cursor: pointer
    }

    .header_burger span {
        top: 50%;
        margin-top: -1px
    }

    .header_burger span,
    .header_burger span:after,
    .header_burger span:before {
        display: block;
        position: absolute;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff
    }

    .header_burger span:before {
        top: -6px;
        content: ""
    }

    .header_burger span:after {
        bottom: -6px;
        content: ""
    }

    .header_burger.active {
        z-index: 22;
        position: fixed;
        top: 41px
    }

    .header_burger.active span {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header_burger.active span:before {
        top: 0;
        opacity: 0
    }

    .header_burger.active span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        bottom: 0;
        transform: rotate(-90deg)
    }

    .p-home-0-home-p {
        padding-top: 30px;
        padding-bottom: 0
    }

    .p-home-0-home-p .gos--1-con-h {
        text-align: center
    }

    .gos--0-con-h,
    .gos--2-con-h,
    .lisfi--1-p-pre {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .gos--0-con-h {
        margin: 0;
        padding: 14px 0 12px;
        text-align: center
    }

    .gos--0-con-h h1 {
        width: 100%;
        margin: 0
    }

    .gos--2-con-h,
    .lisfi--1-p-pre {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .lisfi--1-p-pre {
        width: 100%;
        margin-top: 20px
    }

    #review .comics-0-dc-fl-cha,
    .lisfi--1-p-pre>li {
        margin-bottom: 10px
    }

    .gos--2-con-h select {
        margin: 0
    }

    .gos--2-con-h {
        margin: 0;
        padding: 20px 0
    }

    .fi--4-p-pre,
    .partners .fi--5-p-pre {
        display: none
    }

    .comics-0-dc-fl-cha {
        background-color: transparent
    }

    .comics-2-dc-fl-cha {
        display: none
    }

    .comics-4-dc-fl-cha {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comics-8-dc-fl-cha {
        margin-bottom: 10px;
        padding: 13px 0;
        background-color: #fff
    }

    .wb-label {
        color: #adadad;
        font-size: 10px;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase
    }

    .item-rank {
        font-size: 55px;
        letter-spacing: 0
    }

    .default-orange-btn {
        width: 100%;
        min-width: 0
    }

    .bonus-c-c,
    .read-review {
        letter-spacing: 0;
        text-align: center
    }

    .read-review {
        display: block;
        width: 100%;
        color: #adadad;
        text-decoration: underline;
        font-size: 12px
    }

    .bonus-c-c {
        font-size: 16px;
        line-height: 16px
    }

    .fi--8-p-pre {
        padding: 10px 20px
    }

    .review-desc {
        padding: 0 11px
    }

    .review-desc p {
        text-align: center !important
    }

    .comics-9-dc-fl-cha .comics-1-dc-fl-cha {
        width: 100%;
        padding: 8px 0;
        text-align: center
    }

    .comics-4-dc-fl-cha .col-0-ft-col>div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    div.comics-4-dc-fl-cha:not(:last-of-type) {
        margin-bottom: 10px
    }

    .comics-4-dc-fl-cha .read-review {
        margin-top: 5px
    }

    .comics-4-dc-fl-cha .visit-site {
        display: none
    }

    .comics-4-dc-fl-cha .col-5-ft-col {
        text-align: center
    }

    .comics-4-dc-fl-cha .col-4-ft-col,
    .comics-4-dc-fl-cha .col-5-ft-col,
    .ft-c-0-ft-c-,
    .lisfi--3-p-pre {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .comics-4-dc-fl-cha .get-bonus {
        width: 100%;
        max-width: 190px
    }

    .ft-c-0-ft-c-,
    .lisfi--3-p-pre {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-direction: column;
        justify-content: center
    }

    .footer_logo,
    .lisfi--3-p-pre {
        margin-bottom: 0
    }

    .lisfi--3-p-pre>li:not(:last-child) {
        margin: 0 0 5px
    }

    .comics-5-dc-fl-cha {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fi--5-p-pre {
        text-align: center
    }

    #review .gos--1-con-h,
    .page .gos--1-con-h {
        padding: 15px 20px
    }
}

@media only screen and (max-width:767.9px) {

    .container,
    .s-container {
        width: 100%;
        max-width: 680px;
        margin: auto;
        padding: 0 30px
    }

    .gos--0-con-h h1 {
        font-size: 25px
    }

    .gos--1-con-h {
        font-size: 14px
    }

    .fi--5-p-pre h2 {
        font-size: 18px
    }
}

@media only screen and (min-width:992px) {
    .fixed {
        position: fixed;
        top: 0;
        width: 947px;
        border: 0;
        background-color: #fff
    }

    .fixed .comics-3-dc-fl-cha {
        border: 0 !important
    }

    .clone-nav {
        display: none
    }

    .mobile-btn {
        width: unset
    }

    .mobile-btn .csgo-hotel_btn {
        margin: 0 auto
    }

    .mobile-btn,
    .nav_logo,
    .nav_page {
        display: none
    }

    .s-container {
        position: relative;
        width: 947px;
        margin: auto
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-block {
        display: block !important
    }

    .comics-8-dc-fl-cha {
        padding: 14px 10px
    }

    .comics-8-dc-fl-cha:nth-child(even),
    .review-detail-section .comics-8-dc-fl-cha {
        background-color: #f9f9f9
    }

    .col-2-ft-col {
        min-width: 186px
    }

    .col-0-ft-col,
    .col-3-ft-col {
        width: 260px;
        padding: 0 10px
    }

    .col-3-ft-col {
        width: 180px
    }

    .col-1-ft-col {
        width: 140px
    }

    .col-4-ft-col {
        min-width: 232px;
        padding: 0 20px
    }

    .slots-col {
        width: 166px
    }

    .has-slots .col-0-ft-col {
        width: 204px
    }

    .has-slots .col-3-ft-col {
        width: auto
    }

    .slot-name,
    .slots-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .slot-name {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        justify-content: center;
        height: 22px;
        margin-top: 4px;
        color: #4a4a4a;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 11px;
        text-align: center
    }

    .slot-col {
        margin: 0 3px
    }

    .slot-col:first-child {
        margin: 0
    }

    .slot-col:first-child img {
        border-top-left-radius: 13px;
        border-bottom-left-radius: 13px
    }

    .slot-col:last-child {
        margin: 0
    }

    .slot-col img {
        width: 55px;
        height: 50px
    }

    .slot-col img:hover {
        padding: 4px;
        cursor: pointer
    }

    .slot-col:last-child img {
        border-top-right-radius: 13px;
        border-bottom-right-radius: 13px
    }

    .comics-4-dc-fl-cha .get-bonus {
        margin-bottom: 10px
    }

    .comics-6-dc-fl-cha {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 280px;
        margin-left: 10px
    }

    .comics-7-dc-fl-cha {
        width: 280px
    }

    .footer_logo a {
        display: block
    }
}

.row {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-2,
.col-3 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2,
.col-3 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4,
.col-5,
.col-6 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5,
.col-6 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7,
.col-8,
.col-9 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8,
.col-9 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10,
.col-11,
.col-12 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11,
.col-12 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1,
    .col-lg-2 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3,
    .col-lg-4 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5,
    .col-lg-6 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7,
    .col-lg-8 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-10,
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11,
    .col-lg-12 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

.text-center {
    text-align: center
}

.ttu {
    text-transform: uppercase
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:992px) {

    .flex-lg-column,
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .flex-lg-column-reverse,
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1,
    .col-lg-2 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3,
    .col-lg-4 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5,
    .col-lg-6 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7,
    .col-lg-8 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-10,
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11,
    .col-lg-12 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

.fancy-popup *,
.fancy-popup ::after,
.fancy-popup ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancy-popup,
.fancy-popup-backdrop {
    z-index: 2025;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancy-popup-backdrop {
    width: 100vw;
    height: 100vh;
    background-color: rgba(4, 2, 16, .77)
}

.fancy-popup-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 725px;
    transform: translate(-50%, -50%);
    transform-origin: 0 0
}

.fancy-popup-partner-img,
.fancy-popup-partner-img img {
    display: block;
    width: 100%
}

.fancy-popup-partner-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 35px;
    left: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 330px;
    height: 240px;
    pointer-events: none
}

.fancy-popup-bonus {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.4;
    pointer-events: none
}

.fancy-popup-btn {
    -webkit-box-shadow: 0 0 17px 0 transparent;
    -webkit-transition: all .3s cubic-bezier(.075, .82, .165, 1);
    -o-transition: all .3s cubic-bezier(.075, .82, .165, 1);
    display: inline-block;
    position: relative;
    min-width: 256px;
    padding: 12px 16px;
    border-radius: 4px;
    background-color: #f46c37;
    box-shadow: 0 0 17px 0 transparent;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: all;
    transition: all .3s cubic-bezier(.075, .82, .165, 1)
}

.fancy-popup-btn span {
    z-index: 10;
    position: relative
}

.fancy-popup-btn:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(39, 39, 39, .58);
    box-shadow: 0 0 20px 0 rgba(39, 39, 39, .58);
    color: #fff;
    text-decoration: none
}

@media (max-width:767.9px) {
    .fancy-popup-content {
        width: 100%
    }

    .fancy-popup-partner-info {
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 25px
    }

    .fancy-popup-bonus {
        max-width: 220px;
        margin-bottom: 0
    }

    .fancy-popup-btn {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: none;
        transform: translateY(100%);
        border-radius: 0
    }
}

@media (max-width:559.9px) {
    .bg-reviews .d-lg-none.d-flex > .col-12 {
        flex-direction: column !important;
    }
    .fi--8-p-pre span {
        color: #fff !important;
    }
    .p-home-0-home-p .gos--1-con-h  {
        display:none !important;
    }
    .top-icon {
        display:none;
    }
    .col.col-lg-auto.text-center img {
        display: none !important;
    }
    .gos--1-con-h {
        text-align: center;
    }
    .query-0ws-s-f {
        margin-top: 0 !important;
    }
    .lisfi--1-p-pre {
         margin-top: 0 !important;
    }
    .gos--2-con-h{
        padding: 0 !important
    } 
    .gos--2-con-h > label {
        display: none !important;
    }
    .col-auto {
        display: none;
    }
    .wb-label {
        color: #fff !important;
    }
    .bonus-c-c {
        color: #fff !important;
    }
    .comics-8-dc-fl-cha {
        background-image: linear-gradient(to right, #292929, #303030, #373738, #3e3e40, #57575c, #5e5e63, #626267);
    }
    .default-orange-btn {
        border-radius: 20px;
        font-size: 15px !important;
    }
    .mb-4.text-center a img {
        max-width: 160px !important;
    }
    .star:before {
        font-size: 18px !important;
    }
    .item-rank {
        font-size: 30px !important;
    }
    .container, .s-container {
        padding: 0 5px !important;
    }
    .fancy-popup-partner-info {
        padding: 17px
    }

    .fancy-popup-bonus {
        max-width: 135px;
        font-size: 13px
    }

    .fancy-popup-btn {
        font-size: 21px
    }
}

.tc-18p {
    -ms-flex-item-align: center;
    line-height: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #2b79f6;
    display: block;
    align-self: center;
    margin-top: 10px;
    text-align: center
}

@media (max-width:800px) {
    .fp-c {
        width: 495px
    }

    .fp-cc {
        bottom: -15px;
        left: 0;
        width: 100%
    }

    .fp-cc .button {
        display: block;
        width: 100%
    }

    .fp-cc .button:focus {
        -webkit-box-shadow: none;
        border: 0;
        outline: 0;
        box-shadow: none
    }

    .fp-bonus {
        max-width: 200px;
        margin-top: 20px;
        margin-left: 20px;
        font-size: 14px
    }
}

@media (max-width:550px) {
    .fp-c {
        width: 295px
    }

    .fp-cc {
        bottom: -40px
    }

    .fp-cc .button {
        font-size: 14px
    }

    .fp-bonus {
        max-width: 120px;
        margin: 0 0 20px 10px;
        font-size: 12px
    }
}