* {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:hover {
    text-decoration: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
img {
    vertical-align: top;
    max-width: 100%;
}
details,
figcaption,
figure,
hgroup,
menu {
    display: block;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body,
html {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    background: 0 0;
}
body,
html {
    overflow-x: hidden;
    min-width: 20rem;
}
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    line-height: 1.4375rem;
    background: #070e1a;
}
body.hidden_scroll-y {
    overflow-y: hidden;
}
a {
    color: #47689f;
    outline: 0 !important;
}
a:active {
    color: #5379b9;
}
.style,
[class*="section-box"],
footer,
header,
section {
    width: 100%;
    float: left;
}
[class*="section-box"],
footer,
header,
section {
    position: relative;
}
address,
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
.container {
    min-width: 18.5rem;
}
.bold {
    font-weight: 700;
}
.relative {
    position: relative;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 36rem) {
    .container,
    .container-sm {
        max-width: 33.75rem;
    }
}
@media (min-width: 48rem) {
    .container,
    .container-md,
    .container-sm {
        max-width: 45rem;
    }
}
@media (min-width: 62rem) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 60rem;
    }
}
@media (min-width: 75rem) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 71.25rem;
    }
}
@media (min-width: 87.5rem) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 82.5rem;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-top: 0;
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
@media (min-width: 36rem) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 48rem) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 62rem) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 75rem) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 87.5rem) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1,
.col-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-3,
.col-4 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    width: 33.33333333%;
}
.col-5,
.col-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    width: 50%;
}
.col-7,
.col-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-10,
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11,
.col-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 36rem) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1,
    .col-sm-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3,
    .col-sm-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5,
    .col-sm-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7,
    .col-sm-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-10,
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11,
    .col-sm-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 48rem) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1,
    .col-md-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3,
    .col-md-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5,
    .col-md-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7,
    .col-md-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-10,
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-11,
    .col-md-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 62rem) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1,
    .col-lg-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-3,
    .col-lg-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5,
    .col-lg-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7,
    .col-lg-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-10,
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-11,
    .col-lg-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 75rem) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1,
    .col-xl-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-3,
    .col-xl-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5,
    .col-xl-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7,
    .col-xl-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-10,
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-11,
    .col-xl-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 87.5rem) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1,
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        width: 16.66666667%;
    }
    .col-xxl-3,
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        width: 33.33333333%;
    }
    .col-xxl-5,
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-7,
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        width: 66.66666667%;
    }
    .col-xxl-10,
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        width: 83.33333333%;
    }
    .col-xxl-11,
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 36rem) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 48rem) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 62rem) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 75rem) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 87.5rem) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
.header {
    background: #17253d;
    padding: 0.75rem 0;
}
.header__logo {
    display: flex;
}
.header__logo_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header__logo_link span {
    /*font-size: 1.375rem;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fd3 12%, #fd3 55%, #ffb433 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 0.6875rem;
    width: 7.5rem;
}
.header__logo_link span i {
    font-style: normal;
}
.header__gift {
    display: block;
    margin-right: 0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.1875rem;
    background: #ffd133;
    background: -moz-linear-gradient(top, #ffd133 0, #ffb433 100%);
    background: -webkit-linear-gradient(top, #ffd133 0, #ffb433 100%);
    background: linear-gradient(to bottom, #ffd133 0, #ffb433 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from-color", endColorstr="$to-color",GradientType=1 );
    position: relative;
}
.header__gift:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/icons/gift.svg");
    background-position: 50% 50%;
    background-size: 1.5rem;
    background-repeat: no-repeat;
}
.header__gift:after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    right: -0.375rem;
    top: 0.375rem;
    background: #ff3a31;
    border-radius: 100%;
    border: 0.125rem solid #17253d;
}
@media (min-width: 31.25rem) {
    .header__logo_link span {
        width: auto;
    }
}
.section__title {
    padding-top: 2.625rem;
}
.section__title_h {
    font-size: 1.5rem;
    font-weight: 700;
}
.section__title_h > * {
    font-size: inherit;
}
.page-title,
.page-title * {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    font-weight: 700;
}
.section-box-1 {
    padding-top: 1.5rem;
}
.rating-item {
    margin-top: 1.4375rem;
    padding: 1rem 1rem 1.4375rem;
    position: relative;
}
.all-rating-item:first-child div,
.rating-item:first-child,
.rating-item__buttons .buttons:first-child {
    margin-top: 0;
}
.rating-item:before {
    content: "";
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    top: 0;
    bottom: 0;
    background: #17253d;
    z-index: -1;
    border-radius: 0.5rem;
}
.rating-item:nth-child(2) .rating-item__num b {
    background: #ffd324;
}
.rating-item__num div {
    margin: 0 auto;
    position: relative;
    width: 11.5rem;
    max-width: 100%;
}
.rating-item__num b {
    position: absolute;
    background: #47ad4c;
    width: 1.75rem;
    height: 1.375rem;
    left: 0;
    top: -0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: #1a1a20;
    border-radius: 0.125rem;
}
.rating-item__num img {
    border-radius: 0.625rem;
}
.rating-item__name {
    padding-top: 0.3125rem;
}
.rating-item__name div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rating-item__name_title {
    color: #ffd300;
    font-size: 1.125rem;
    font-weight: 700;
}
.rating-item__name_stars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rating-item__name_stars span {
    font-size: 0.875rem;
    display: block;
    height: 1rem;
    line-height: 1.1875rem;
    padding-left: 0.5rem;
}
.rating-item__text {
    text-align: center;
    padding-top: 1.0625rem;
}
.rating-item__sep {
    position: relative;
    height: 0.0625rem;
    padding-top: 1.3125rem;
}
.rating-item__sep:before {
    position: absolute;
    content: "";
    left: 0.75rem;
    bottom: 0;
    right: 0.75rem;
    height: 0.0625rem;
    background: #383d5e;
}
.rating-item__buttons {
    padding-top: 1.5rem;
}
.rating-item__buttons .buttons {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.stars-items {
    position: relative;
    width: 5.1875rem;
    height: 0.75rem;
}
.stars-items div,
.stars-items div:after,
.stars-items div:before,
.stars-items:after,
.stars-items:before {
    content: "";
    width: 0.8125rem;
    height: 0.75rem;
    position: absolute;
    background: url("../img/icons/star.svg") 0 0 no-repeat;
    top: 0;
}
.stars-items:before {
    left: 0;
}
.stars-items div:before,
.stars-items:after {
    left: 1.125rem;
}
.stars-items div {
    left: 2.25rem;
}
.stars-items div:after {
    left: 2.125rem;
}
.rating-item-col {
    margin-bottom: 3rem;
}
.all-rating-row {
    padding: 0 0.75rem;
    position: relative;
}
.all-rating-row.active {
    padding-bottom: 0.75rem;
}
.all-rating-item a,
.all-rating-row:before {
    border-radius: 0.5rem;
    border: 0.0625rem solid #383d5e;
}
.all-rating-row:before {
    left: 0.75rem;
    right: 0.75rem;
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
}
.all-rating-row > .col-12,
.btn-rating div:after,
.btn-rating div:before {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.all-rating-row > .col-12 {
    height: 3.5rem;
    overflow: hidden;
}
.all-rating-row.active > .col-12 {
    height: auto;
}
.all-rating-row.active .btn-rating b {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.all-rating-row.active .btn-rating div:before {
    transform: translateY(0.5rem) rotate(45deg);
}
.all-rating-row.active .btn-rating div:after {
    transform: translateY(-0.375rem) rotate(-45deg);
}
.btn-rating {
    width: 1.5rem;
    height: 1rem;
    position: absolute;
    right: 1.6875rem;
    top: 1.25rem;
}
.btn-rating:before {
    content: "";
    position: absolute;
    left: -0.75rem;
    right: -0.75rem;
    top: -0.75rem;
    bottom: -0.75rem;
}
.btn-rating div {
    width: 1.25rem;
    height: 0.125rem;
    left: 50%;
    margin-left: -0.625rem;
    top: 50%;
    margin-top: -0.125rem;
    position: absolute;
}
.btn-rating div b {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    background: #47689f;
}
.btn-rating div:after,
.btn-rating div:before {
    content: "";
    position: absolute;
    left: -0.125rem;
    right: -0.125rem;
    background: #47689f;
    height: 0.125rem;
}
.btn-rating div:before {
    top: -0.4375rem;
}
.btn-rating div:after {
    bottom: -0.4375rem;
}
.all-rating-title {
    margin-bottom: 0.75rem;
    text-align: left;
    font-size: 1.25rem;
    margin-top: 1.0625rem;
}
.all-rating-item a {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.9375rem;
    line-height: 1rem;
    position: relative;
    text-decoration: none;
    color: #fff;
    height: 3.5rem;
    padding-left: 0.9375rem;
}
.all-rating-item a span {
    width: 3rem;
}
.all-rating-item a:before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.875rem;
    right: 1.5rem;
    top: 50%;
    margin-top: -0.4375rem;
    background-image: url("../img/icons/arrow-right-blue.svg");
    background-position: 50% 50%;
    background-size: 0.5rem;
    background-repeat: no-repeat;
}
@media (min-width: 48rem) {
    .all-rating-row:before,
    .btn-rating {
        display: none;
    }
    .all-rating-row {
        padding-left: 0;
        padding-right: 0;
    }
    .all-rating-row.active {
        padding-bottom: 0;
    }
    .all-rating-row > .col-12 {
        height: auto !important;
    }
    .all-rating-title {
        margin-top: 0.125rem;
        margin-bottom: 0.8125rem;
    }
}
@media (min-width: 62rem) {
    .rating-item-col {
        margin-bottom: 0;
    }
    .rating-item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-bottom: 1rem;
        margin-top: 1.9375rem;
    }
    .rating-item > .col-12 {
        width: 21.5%;
    }
    .rating-item > .col-12.rating-item__sep {
        width: 10.974%;
    }
    .rating-item > .col-12.rating-item__num {
        width: 24%;
    }
    .rating-item__name,
    .rating-item__num,
    .rating-item__text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .rating-item__num div {
        margin-right: 0;
    }
    .rating-item__name,
    .rating-item__text {
        padding-top: 0;
    }
    .rating-item__name > div {
        display: block;
    }
    .rating-item__text {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .rating-item__buttons {
        padding-top: 0;
    }
    .rating-item__buttons .buttons {
        margin-left: 0.375rem;
    }
    .rating-item__sep {
        height: auto;
        padding-top: 0;
    }
    .rating-item__sep:before {
        left: auto;
        right: 1.75rem;
        bottom: 50%;
        height: 6rem;
        margin-bottom: -3rem;
        width: 0.0625rem;
    }
    .section-box-1 {
        padding-top: 3.875rem;
    }
    .all-rating-title {
        margin-bottom: 1.3125rem;
    }
}
@media (min-width: 48rem) and (max-width: 74.9375rem) {
    .all-rating-item a {
        padding-left: 0.375rem;
        font-size: 0.8125rem;
    }
    .all-rating-item a:before {
        right: 0.875rem;
    }
    .all-rating-item a span {
        width: 1.625rem;
    }
    .all-rating-item a img {
        max-width: 1.125rem;
    }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .rating-item__buttons .button-get {
        padding-left: 0.9375rem;
    }
}
@media (min-width: 75rem) and (max-width: 87.4375rem) {
    .all-rating-item a span {
        width: 2.25rem;
    }
}
@media (min-width: 74.9375rem) {
    .rating-item > .col-12.rating-item__num {
        width: 21.5%;
    }
}
.section-box-2 {
    margin-top: 2.5625rem;
}
.section-box-2 .page-title {
    max-width: 17.5rem;
    margin: 0 auto;
}
.slot-row {
    margin-top: 0.875rem;
}
.slot-col {
    padding-top: 0.6875rem;
}
.slot-col__item {
    background: #17253d;
    border-radius: 0.5rem;
    display: block;
    width: 17.625rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 0;
    box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 6, 16, 0.55);
    height: 100%;
}
.slot-col__item_img {
    position: relative;
    border-radius: 0.5625rem;
    overflow: hidden;
}
.slot-col__item_img img {
    width: 100%;
    border-radius: 0.5625rem;
}
.slot-col__item_img span,
.slot-col__item_name {
    font-weight: 700;
    display: flex;
    align-items: center;
}
.slot-col__item_img span {
    position: absolute;
    width: 5.1875rem;
    height: 1.4375rem;
    border-bottom-right-radius: 0.5625rem;
    justify-content: center;
    font-size: 0.6875rem;
    left: 0;
    top: 0;
    background: #ffd300;
    box-shadow: 0 0.375rem 0.75rem 0 rgba(6, 12, 23, 0.45);
    color: #000;
}
.slot-col__item_name {
    font-size: 1rem;
    min-height: 5.5rem;
    padding-top: 0;
    padding-right: 2.875rem;
    position: relative;
    color: #fff;
}
.slot-col__item_name i {
    position: absolute;
    background: #ffd133;
    background: -moz-linear-gradient(top, #ffd133 0, #ffb433 100%);
    background: -webkit-linear-gradient(top, #ffd133 0, #ffb433 100%);
    background: linear-gradient(to bottom, #ffd133 0, #ffb433 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from-color", endColorstr="$to-color",GradientType=1 );
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    right: 0;
    top: 50%;
    margin-top: -1.25rem;
}
.slot-col__item_name i:before {
    content: "";
    width: 0.75rem;
    height: 1.375rem;
    left: 50%;
    top: 50%;
    margin-top: -0.75rem;
    margin-left: -0.375rem;
    background-image: url("../img/icons/arrow-right.svg");
    background-size: 0.75rem;
}
@media (min-width: 36rem) {
    .section-box-2 .page-title {
        min-width: 100%;
    }
}
@media (min-width: 62rem) {
    .section-box-2 .page-title {
        min-width: 100%;
    }
    .section-box-2 {
        margin-top: 3.5625rem;
    }
    .slot-row {
        margin-top: 0.375rem;
    }
    .slot-col {
        padding-top: 1.5rem;
    }
}
@media (min-width: 87.5rem) {
    .slot-col {
        padding-top: 3rem;
    }
    .slot-row {
        margin-top: -1.0625rem;
    }
}
.section-box-3 {
    padding-top: 2.5625rem;
}
.comments__row {
    margin-top: 0.4375rem;
}
.comments__col {
    padding-top: 1.5rem;
}
.comments__wrap {
    height: 100%;
    background: #17253d;
    border-radius: 0.5rem;
    padding: 2rem 0.9375rem 1.5625rem;
    position: relative;
}
.comments__item,
.editor-text amp-accordion {
    display: flex;
    flex-wrap: wrap;
}
.comments__item_user {
    width: 3.9375rem;
    height: 3.9375rem;
    border-radius: 100%;
    background: #47689f;
    position: relative;
}
.comments__item_link i,
.comments__item_user:before,
.slot-col__item_name i:before {
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.comments__item_user:before {
    content: "";
    width: 2.625rem;
    height: 3rem;
    left: 50%;
    bottom: 0.25rem;
    margin-left: -1.3125rem;
    background-image: url("../img/icons/ico-user.svg");
    background-size: 2.625rem;
}
.comments__item_wrapp-name-rating {
    padding-left: 1rem;
    width: 100%;
    flex: 1 0 0%;
    padding-top: 0.375rem;
}
.comments__item_name {
    font-weight: 700;
}
.comments__item_name p {
    font-weight: 400;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    font-size: 0.875rem;
    line-height: 1rem;
    margin-top: 0.25rem;
}
.comments__item_rating {
    color: #ffd324;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3125rem;
    text-transform: uppercase;
    padding-top: 0.625rem;
}
.comments__item_rating .stars-items {
    margin-top: 0.3125rem;
}
.comments__item_text {
    width: 100%;
    line-height: 1.3125rem;
    padding-top: 0.8125rem;
}
.comments__item_link {
    width: 0.5rem;
    height: 0.875rem;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}
.comments__item_link i {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../img/icons/arrow-right-blue.svg");
    background-size: 0.5rem;
    z-index: 2;
}
.comments__item_link:after,
.comments__item_link:before {
    content: "";
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
}
.comments__item_link:before {
    left: -0.625rem;
    right: -0.9375rem;
    background: #17253d;
}
.comments__item_link:after {
    left: -1.5rem;
    right: 1.125rem;
    background: 0 0;
    background: -moz-linear-gradient(left, transparent 0, #17253d 100%);
    background: -webkit-linear-gradient(left, transparent 0, #17253d 100%);
    background: linear-gradient(to right, transparent 0, #17253d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from-color", endColorstr="$to-color",GradientType=1 );
}
@media (min-width: 48rem) {
    .comments__item_wrapp-name-rating {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0.5rem;
    }
    .comments__item_name {
        flex: 1 0 0%;
        width: 100%;
        padding-bottom: 0.625rem;
    }
    .comments__item_rating {
        flex: 0 0 auto;
        width: auto;
        padding-top: 0;
    }
}
@media (min-width: 62rem) {
    .section-box-3 {
        padding-top: 3.5625rem;
    }
}
.buttons {
    width: 8.75rem;
    height: 2.5rem;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2.5rem;
    background: #ffd133;
    background: -moz-linear-gradient(top, #ffd133 0, #ffb433 100%);
    background: -webkit-linear-gradient(top, #ffd133 0, #ffb433 100%);
    background: linear-gradient(to bottom, #ffd133 0, #ffb433 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from-color", endColorstr="$to-color",GradientType=1 );
    color: #0c0f1d;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.6875rem;
    line-height: 2.6875rem;
    position: relative;
    justify-content: center;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}
.buttons:hover {
    background: #ffb433;
    background: -moz-linear-gradient(top, #ffb433 0, #ffd133 100%);
    background: -webkit-linear-gradient(top, #ffb433 0, #ffd133 100%);
    background: linear-gradient(to bottom, #ffb433 0, #ffd133 100%);
}
.button-get {
    justify-content: flex-start;
    padding-left: 1.5rem;
}
.button-game:before,
.button-get:before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../img/icons/gift.svg");
    background-position: 50% 50%;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    right: 1.0625rem;
    top: 50%;
    margin-top: -0.75rem;
}
.button-game,
.button-game:hover,
.buttons:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from-color", endColorstr="$to-color",GradientType=1 );
}
.button-game {
    background: #00b7f4;
    background: -moz-linear-gradient(top, #00b7f4 0, #2579bf 100%);
    background: -webkit-linear-gradient(top, #00b7f4 0, #2579bf 100%);
    background: linear-gradient(to bottom, #00b7f4 0, #2579bf 100%);
    color: #fff;
}
.button-game:before {
    width: 0.5rem;
    height: 0.875rem;
    right: 1rem;
    margin-top: -0.4375rem;
    background-image: url("../img/icons/arrow-right.svg");
    background-size: 0.5rem;
}
.button-game:hover {
    background: #2579bf;
    background: -moz-linear-gradient(top, #2579bf 0, #00b7f4 100%);
    background: -webkit-linear-gradient(top, #2579bf 0, #00b7f4 100%);
    background: linear-gradient(to bottom, #2579bf 0, #00b7f4 100%);
}
.section-box-footer {
    border-top: 0.0625rem solid #17253d;
    padding: 1.5625rem 0 1.375rem;
}
.section-box-footer .header__logo_link {
    flex-wrap: nowrap;
}
.section-box-footer .header__logo_link span {
    width: 100%;
}
.footer-copyright {
    font-size: 0.875rem;
    line-height: 1rem;
    padding-top: 1.4375rem;
}
.button-up {
    display: none;
}
@media (min-width: 48rem) {
    .footer-copyright {
        padding-top: 0;
    }
}
@media (min-width: 62rem) {
    .section-box-footer {
        padding: 2.5rem 0;
    }
}
@media (min-width: 65.875rem) {
    .button-up {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 100%;
        cursor: pointer;
        background: #17253d;
        box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 6, 16, 0.55);
        position: fixed;
        bottom: 9.0625rem;
        right: 0.75rem;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        display: block;
    }
    .button-up:before {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 1.375rem;
        height: 1.875rem;
        margin-top: -0.9375rem;
        margin-left: -0.6875rem;
        transition: 0.45s;
        -webkit-transition: 0.45s;
        -moz-transition: 0.45s;
        -ms-transition: 0.45s;
        -o-transition: 0.45s;
        background-image: url("../img/icons/scroll-up.svg");
        background-position: 50% 50%;
        background-size: 1rem;
        background-repeat: no-repeat;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
    }
    .button-up:hover:before {
        transform: translateY(-0.3125rem);
    }
    .button-up.visible {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }
}
@media (min-width: 80.625rem) {
    .button-up {
        width: 4rem;
        height: 4rem;
    }
}
.owl-stage,
.owl-stage-outer {
    position: relative;
    height: 100%;
}
.owl-stage {
    -ms-touch-action: pan-Y;
    display: flex;
}
.owl-stage-outer {
    -webkit-transform: translate3d(0, 0, 0);
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.owl-item {
    overflow: hidden;
    float: left;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}
.owl-item > [class*="col"] {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.owl-item .comments__col {
    height: 100%;
}
.owl-dots {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.4375rem;
}
.owl-dots.disabled {
    display: none;
}
.owl-dots .owl-dot {
    width: 0.75rem;
    height: 0.75rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 0.375rem;
}
.owl-dots .owl-dot:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: #46669c;
}
.owl-dots .owl-dot.active:before {
    top: 0.0625rem;
    bottom: 0.0625rem;
    left: 0.0625rem;
    right: 0.0625rem;
    border-radius: 0.1875rem;
    content: "";
    position: absolute;
    background: #17253d;
}
.owl-nav.disabled {
    display: none;
}
@media (max-width: 61.9375rem) {
    .product-nav {
        top: 4.5625rem;
        width: 3.25rem;
        height: 3.25rem;
        margin-top: 3.125rem;
    }
    .product-nav:before {
        width: 0.6875rem;
        height: 1.25rem;
        margin-top: -0.625rem;
        margin-left: -0.375rem;
    }
    .owl-number {
        margin-bottom: 2.25rem;
    }
}
.section-box-4 {
    margin-top: 4rem;
    padding-bottom: 4rem;
}
.editor-text {
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4375rem;
}
.editor-text * {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
}
.editor-text a {
    color: #47689f;
    text-decoration: none;
}
.editor-text a:active,
.editor-text a:hover {
    text-decoration: underline;
    color: #5379b9;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    font-weight: 700;
    margin-bottom: -0.5625rem;
    margin-top: 2.3125rem;
    text-align: center;
}
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    font-size: 1.125rem;
    line-height: 1.8125rem;
}
.editor-text h1 {
    font-size: 1.5rem;
    line-height: 2.1875rem;
}
.editor-text h2 {
    font-size: 1.375rem;
    line-height: 2.0625rem;
}
.editor-text h3 {
    font-size: 1.25rem;
    line-height: 1.9375rem;
}
.editor-text > * {
    margin-top: 1.5rem;
}
.editor-text ol li:first-child,
.editor-text ul li:first-child,
.editor-text > :first-child {
    margin-top: 0;
}
.editor-text > :last-child {
    margin-bottom: 0;
}
.editor-text ol,
.editor-text ul {
    background: #17253d;
    padding: 1.0625rem 1.5rem 1.3125rem;
    margin-top: 2rem;
    border-radius: 0.5rem;
}
.editor-text ol li,
.editor-text ul li {
    margin-top: 0.5rem;
    position: relative;
}
.editor-text ol {
    list-style: none;
    list-style-position: inside;
    counter-reset: item;
}
.editor-text ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: 700;
}
.editor-text ul li {
    padding-left: 1.75rem;
}
.editor-text ul li:before {
    content: "";
    width: 1rem;
    height: 0.75rem;
    left: 0;
    top: 0.3125rem;
    position: absolute;
    background-image: url("../img/icons/check.svg");
    background-position: 50% 50%;
    background-size: 1rem;
    background-repeat: no-repeat;
}
.editor-text hr {
    display: block;
    border: 0;
    height: 0.0625rem;
    background: #000;
    margin-top: 1.5rem;
}
.editor-text .editor-table {
    margin-top: 1.875rem;
    border-radius: 0.375rem;
    overflow: hidden;
}
.editor-text .editor-table table {
    margin-top: 0;
}
.editor-text table {
    width: 32.25rem;
    max-width: 100%;
    margin: 1.875rem auto 0;
    border-radius: 0.5rem;
    border: 1px solid #17253d;
    border-collapse: inherit;
}
.editor-text table tr:first-child th {
    border-top: 0;
}
.editor-text table td,
.editor-text table th {
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    font-weight: 400;
    color: #fff;
    border-top: 1px solid #17253d;
}
.editor-text table th {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 2.875rem;
    white-space: nowrap;
    text-align: left;
    background: #17253d;
}
.editor-text table td {
    padding: 1.0625rem 0.75rem 1.1875rem;
}
.editor-text .img,
.editor-text img {
    border-radius: 0.5625rem;
    margin-top: 2.125rem;
    margin-bottom: 0.375rem;
}
.editor-text .img {
    text-align: center;
    background: #17253d;
    padding: 0.75rem 0.75rem 0.5625rem;
    width: 48.9375rem;
    max-width: 100%;
    border-radius: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 6, 16, 0.55);
}
.editor-text .img img {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.editor-text .img p {
    margin: 0.4375rem 0 0;
    font-size: 0.875rem;
}
.text__content {
    padding: 1.1875rem 1.5rem 1rem;
    position: relative;
    border: 0.0625rem solid #20263c;
    border-radius: 0.5rem;
    margin-top: 2.3125rem;
    margin-bottom: 0.25rem;
    overflow: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.text__content.active .text__content_text {
    display: block;
}
.text__content.active .text__content_button {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.text__content h1,
.text__content h2,
.text__content h3,
.text__content h4,
.text__content h5,
.text__content h6 {
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.text__content_title {
    padding-right: 1.25rem;
}
.text__content_title,
.text__content_title * {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: left;
}
.text__content_text {
    padding-top: 1.875rem;
    display: none;
    overflow: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.text__content_button {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.875rem;
    right: 1.5rem;
    top: 1.5rem;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    cursor: pointer;
}
.text__content_button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("../img/icons/arrow-right-blue.svg");
    background-position: 50% 50%;
    background-size: 0.5rem;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.text__content_button:after {
    content: "";
    position: absolute;
    left: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    top: -0.625rem;
}
@media (min-width: 61.9375rem) {
    .section-box-4 {
        padding-bottom: 5rem;
    }
    .editor-text table {
        width: 38.125rem;
    }
    .editor-text img {
        margin-top: 2.5rem;
        margin-bottom: 1.3125rem;
    }
    .editor-text .img {
        margin-top: 2.5rem;
        margin-bottom: 2.125rem;
        padding: 0.9375rem 1rem 0.5625rem;
    }
    .editor-text .img img {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 62rem) {
    .button-get:hover:before,
    .header__gift:hover:before {
        animation: gelatine 0.6s;
        animation-iteration-count: 1;
    }
    .button-game:hover:before,
    .slot-col__item:hover .slot-col__item_name i {
        animation: hithere 1s ease infinite;
        animation-iteration-count: 1;
    }
    .all-rating-item a:hover span img {
        animation: bounce2 2s ease infinite;
    }
    .comments__item_link i {
        transition: 0.55s;
        -webkit-transition: 0.55s;
        -moz-transition: 0.55s;
        -ms-transition: 0.55s;
        -o-transition: 0.55s;
    }
    .comments__item_link:hover i {
        transform: translateX(0.25rem) scale(1.3);
    }
    @keyframes bounce2 {
        0%,
        20%,
        50%,
        80%,
        to {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-0.75rem);
        }
        60% {
            transform: translateY(-0.375rem);
        }
    }
    @keyframes hithere {
        30% {
            transform: scale(1.2);
        }
        40%,
        60% {
            transform: rotate(-25deg) scale(1.2);
        }
        50% {
            transform: rotate(25deg) scale(1.35);
        }
        70% {
            transform: rotate(0deg) scale(1.2);
        }
        to {
            transform: scale(1);
        }
    }
    @keyframes gelatine {
        0%,
        to {
            transform: scale(1, 1);
        }
        25% {
            transform: scale(0.7, 1.3);
        }
        50% {
            transform: scale(1.3, 0.7);
        }
        75% {
            transform: scale(0.8, 1.15);
        }
    }
}
