.c-slot__wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-bottom: 4rem;
    flex-shrink: 0
}

.c-slot__wrap img {
    border-radius: 22px;
    overflow: hidden;
    width: 286px;
    height: 217px;
    background-size: cover;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    margin: 0 auto
}

.c-slot__info {
    width: 100%
}

.c-slot__title {
    font-size: 3rem;
    color: white;
    font-weight: bold;
    display: block;
    text-align: center
}

.c-slot__rating {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: center
}

.c-slot__num {
    display: block;
    font-weight: 500;
    color: white;
    font-size: 1.8rem;
    margin-left: 0.5rem
}

.c-slot__demo[class] {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    width: auto;
    min-width: 201px;
    margin-bottom: 1.5rem;
    font-size: 1.8rem
}

.c-slot__demo[class]:hover {
    cursor: pointer
}

.c-slot__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: center
}

.c-slot__play {
    min-width: 201px;
    text-decoration: none;
    width: auto;
    color: white;
    font-size: 1.8rem;
    border-radius: 5px;
    padding: 1.2rem 2rem;
    display: block;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    background: #30348C;
    text-align: center
}

.c-slot__play:hover {
    background: #3a3fa0
}

.c-slot__age {
    display: flex;
    align-items: center;
    margin-bottom: 4.5rem;
    justify-content: center
}

.c-slot__age-span {
    line-height: 1;
    padding: 0.2rem;
    width: 22px;
    height: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    margin-right: 1rem;
    font-size: 1rem;
    border-radius: 50%;
    background: white
}

.c-slot__age-link {
    color: white;
    font-size: 1.2rem;
    text-decoration: none
}

.c-slot__age-link:hover {
    text-decoration: underline
}

.c-slot__more {
    display: flex;
    overflow-x: auto;
    padding-bottom: 1.5rem
}

.c-slot__more::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.c-slot__more::-webkit-scrollbar-thumb {
    background: transparent
}

.c-slot__more::-webkit-scrollbar-track {
    background: transparent
}

.c-slot__more-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.2rem 3rem
}

.c-slot__more-item + .c-slot__more-item {
    border-left: 1px solid #fff
}

.c-slot__more-title {
    display: block;
    color: white;
    font-size: 1.6rem
}

.c-slot__more-info {
    display: block;
    color: white;
    font-size: 2.2rem
}

@media (min-width: 540px) {
    .c-slot__btns {
        flex-direction: row
    }

    .c-slot__demo[class] {
        margin-bottom: 0;
        margin-right: 1.5rem
    }
}

@media (min-width: 600px) {
    .c-slot__info[class] {
        max-width: none
    }
}

@media (min-width: 768px) {
    .c-slot__info[class] {
        width: -moz-fit-content;
        width: fit-content;
        max-width: none
    }

    .c-info__slot-wrap[class] {
        flex-direction: column
    }
}

@media (min-width: 900px) {
    .c-slot__wrap {
        margin-right: 3rem;
        margin-bottom: 0
    }

    .c-info__slot-wrap[class] {
        flex-direction: row
    }
}

@media (min-width: 900px) {
    .c-slot__wrap {
        margin-right: 6rem
    }
}

.c-popup-slot {
    position: fixed;
    z-index: 22;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #000;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none
}

.c-popup-slot.is-active {
    display: block
}

.c-popup-slot__wrapper {
    display: table;
    height: 100%;
    width: 100%
}

.c-popup-slot__inner {
    display: table-cell;
    vertical-align: middle
}

.c-popup-slot__content {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000
}

.c-slots-popup {
    display: block;
    position: relative;
    width: 100% !important;
    height: calc(100% - 233px) !important;
    border: none;
    display: block
}

.c-slots-popup iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100% !important;
    height: 100% !important
}

.c-slots-popup__casino {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background: #394AAD;
    width: 100%;
    padding: 1rem;
    z-index: 2;
    position: relative
}

.c-slots-popup__casino-img {
    width: 130px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    background: white;
    border-radius: 20px;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.c-slots-popup__casino-bonus {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.c-slots-popup__casino-btn[class] {
    font-size: 1.6rem;
    max-width: 215px
}

.c-popup-slot__btns {
    padding-right: 10px;
    width: 100%;
    height: 45px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.c-popup-slot__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer
}

.c-popup-slot__btn svg {
    width: 32px;
    height: 32px;
    fill: #646a87
}

.c-popup__btn--full {
    display: none;
    right: 50px
}

.js-btn-close-test {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 50px;
    height: 50px;
    background-color: red
}

.c-popup-slot__btn img {
    pointer-events: none
}

.c-popup-slot__btn:hover {
    transform: scale(1.05);
    opacity: 1
}

.c-popup-slot__btn:focus {
    transform: scale(0.9);
    opacity: .8
}

.c-popup-slot-gift__content {
    max-width: 500px;
    margin: 20px auto;
    width: calc(100% - 40px);
    background-color: #161626;
    border: 1px solid #393a51;
    position: relative
}

.c-popup-slot__close {
    position: relative;
    height: 15px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    width: 15px;
    transition: transform .2s linear, opacity .2s
}

.c-popup-slot__close:hover {
    transform: scale(1.1)
}

.c-popup-slot__close:focus {
    transform: scale(0.9);
    opacity: .8
}

.c-popup-slot__close:active {
    transform: scale(0.9)
}

.c-popup-slot__close::before, .c-popup-slot__close::after {
    background: #fff;
    border-radius: 2px;
    content: "";
    height: 1.5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.c-popup-slot__close::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-popup-slot__close::after {
    transform: translate(-50%, -50%) rotate(135deg)
}

.c-popup-slot__img {
    -webkit-clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 45px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 45px, 100% 100%, 0 100%)
}

.c-popup-slot__box {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px;
    width: 100%
}

.c-popup-slot__info-title {
    font-size: 16px;
    font-weight: 900;
    margin-top: 15px;
    text-align: center;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}

.c-popup-slot__info {
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    padding: 7px 11px;
    background: #292f49;
    margin-bottom: 12px
}

.c-popup-slot__link {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0
}

.c-popup-slot__link + .c-popup-slot__link {
    margin-top: 5px
}

.c-popup-slot__info-list {
    margin-top: 5px;
    list-style-type: disc;
    padding-left: 14px
}

@media (min-width: 520px) {
    .c-slots-popup[class] {
        height: 62vh !important
    }
}

@media (min-width: 800px) {
    .c-popup-slot {
        background: rgba(0, 0, 0, 0.6);
        overflow: hidden
    }

    .c-popup-slot__inner {
        padding: 1rem
    }

    .c-popup-slot__btns {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        height: auto;
        width: auto;
        right: 2px;
        top: 7px;
        padding-right: 0
    }

    .c-popup-slot__btn svg {
        fill: #fff
    }

    .c-popup-slot__btn::before {
        content: none
    }

    .c-popup-slot__btn img {
        display: block
    }

    .c-popup-slot__btn span {
        display: none
    }

    .c-popup__btn--full {
        display: block;
        margin-top: 15px
    }

    .c-slots-popup__content {
        max-width: 1120px;
        padding: 7px 45px;
        margin: 0 auto;
        position: relative
    }

    .c-slots-popup[class] {
        background: #1C1C1E;
        width: auto !important;
        height: 70vh !important
    }

    .c-slots-popup[class]::before {
        display: block;
        content: "";
        width: 100%;
        height: 0;
        padding: 28% 0
    }

    .c-slots-popup__casino {
        flex-direction: row
    }

    .c-slots-popup__casino-bonus {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-top: 0;
        margin-bottom: 0
    }
}

*, *::before, *::after {
    box-sizing: border-box
}

ul[class], ol[class] {
    margin: 0;
    padding: 0
}

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

h1, h2, h3 {
    text-align: center;
    color: #e69b19;
}

html {
    font-size: 10px
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul[class], ol[class] {
    list-style: none
}

a:not([class]) {
    text-decoration: none
}

a:not([class]):hover {
    text-decoration: underline;
    cursor: pointer
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 30px auto;
}

/*img {
    height: auto;
    max-width: 100%;
    display: block
}*/

section > * + *, article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    color: black;
    display: flex;
    flex-direction: column;
    background: #fff
}

.o-first {
    font-weight: bold
}

.o-tick {
    padding-left: 2.5rem;
    position: relative
}

.o-tick::before {
    left: 0;
    top: 0.7rem;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("../img/tick.svg");
    width: 20px;
    height: 20px
}

.o-clearfix::after {
    content: '';
    display: block;
    clear: both
}

button {
    background-color: transparent;
    border: none
}

.is-overflow {
    overflow: hidden
}

h1 {
    font-size: 3rem
}

h2 {
    font-size: 2.6rem
}

h3 {
    font-size: 2.4rem
}

h4 {
    font-size: 2rem
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.3rem
    }

    h2 {
        font-size: 3rem
    }

    h3 {
        font-size: 2.6rem
    }

    h4 {
        font-size: 2.2rem
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.2rem
}

.o-wrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1.5rem
}

.c-main {
    flex-grow: 1;
    width: 100%;
    padding-top: 7rem
}

.o-table-wrap {
    overflow-x: auto;
    margin-bottom: 1rem
}

.o-table-wrap::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

.o-table-wrap::-webkit-scrollbar-thumb {
    background: #30348C
}

.o-table-wrap::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2)
}

table {
    border-collapse: collapse;
    overflow: auto;
    margin: 1rem auto
}

table:not([class]) {
    width: 100%
}

thead:not([class]) {
    border-top: 5px solid #30348C
}

tbody tr:not([class]):nth-child(odd) {
    background-color: #3607b90f
}

th {
    font-weight: bold;
    text-align: center
}

th, td {
    padding: 1rem
}

th:not([class]) + th:not([class]) {
    border-left: 1px solid #ddd
}

td:not([class]) + td:not([class]) {
    border-left: 1px solid #ddd
}

tr:not([class]) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.o-center {
    display: block;
    text-align: center
}

.o-title {
    color: #30348C;
    display: block;
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
    font-weight: bold
}

@media (min-width: 1050px) {
    .o-title {
        font-size: 2.8rem
    }
}

.o-min {
    min-width: 28rem
}

.ol-li + .ol-li {
    margin-top: 1.2rem
}

.o-border {
    border: 1px solid grey
}

@media (min-width: 992px) {
    .o-section-wrap {
        display: flex;
        justify-content: space-between
    }

    .c-aside {
        margin-bottom: 2rem;
        padding: 0.5rem;
        overflow-y: auto;
        flex-shrink: 0;
        width: 320px;
        margin-left: 2rem;
        order: 2;
        position: sticky;
        top: 8rem;
        height: calc(100vh - 8.2rem)
    }

    .c-aside__brand {
        top: 8rem
    }

    .c-aside::-webkit-scrollbar {
        width: 3px
    }

    .c-aside::-webkit-scrollbar-thumb {
        border-radius: 25px;
        background: transparent
    }

    .c-aside::-webkit-scrollbar-track {
        background: transparent
    }

    .c-aside:hover::-webkit-scrollbar-thumb {
        background: #30348C
    }
}

.o-embed {
    margin: 1.5rem auto;
    position: relative;
    overflow: hidden;
    max-width: 750px
}

.o-embed--mod {
    max-width: 100%;
    margin-top: 0
}

.o-embed::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.o-embed iframe, .o-embed video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    border: none
}

.c-header-overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    transition: 0.3s linear
}

.c-header-overlay.is-active {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5)
}

.c-header {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 7rem;
    position: fixed;
    z-index: 2;
    background-color: #30348C
}

.c-header .o-wrap {
    padding: 1.5rem 2rem
}

.c-header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-header__logo {
    width: 150px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}

.c-nav {
    width: 320px;
    height: 100%;
    position: fixed;
    z-index: 15;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #30348C;
    transition: all .3s;
    overflow-y: auto;
    transform: translateX(-100%)
}

.c-nav::-webkit-scrollbar-thumb {
    background: #394AAD
}

.c-nav::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2)
}

.c-nav.is-active {
    transform: translateX(0)
}

.c-nav__item {
    padding: 15px;
    border-bottom: 1px solid #d2d2e1
}

.c-nav__link {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    overflow: hidden
}

.c-nav__link:hover {
    color: #cecefd
}

.c-nav__sublist-open {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative
}

.c-nav__sublist-more {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    transform: rotate(-90deg)
}

.c-nav__sublist-more.is-active {
    transform: rotate(0)
}

.c-nav__sublist-more svg {
    height: 15px;
    width: 15px;
    display: flex;
    cursor: pointer
}

.c-nav__sublist[class] {
    padding-left: 20px;
    overflow-y: auto
}

.c-nav__sublist[class]::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

.c-nav__sublist[class]::-webkit-scrollbar-thumb {
    background: #394AAD
}

.c-nav__sublist[class]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2)
}

.c-nav__sublist {
    max-height: 0;
    overflow-y: hidden
}

.c-nav__sublist.is-open {
    max-height: 600px;
    transition: max-height .3s linear;
    margin-top: 15px;
    border-top: 1px solid #d2d2e1;
    padding-top: 10px
}

.c-nav__subitem {
    padding: 5px 0
}

.c-nav.is-active {
    display: block
}

.c-burger {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    border: 0;
    background-color: transparent;
    position: relative;
    display: inline-block;
    width: 3.2rem;
    height: 2.5rem
}

.c-burger__inner {
    display: block;
    margin-top: -2px;
    top: 2px
}

.c-burger__inner::before, .c-burger__inner::after {
    display: block;
    content: ""
}

.c-burger__inner, .c-burger__inner::before, .c-burger__inner::after {
    position: absolute;
    width: 100%;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: .4rem;
    background-color: white
}

.c-burger__inner::before {
    top: 1rem;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.c-burger__inner::after {
    bottom: -1rem;
    top: 2rem
}

.c-burger__inner.is-active {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.c-burger__inner.is-active::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.c-burger__inner.is-active::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

@media (min-width: 1200px) {
    .c-burger {
        display: none
    }

    .c-nav {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        transform: translateX(0);
        overflow-y: visible
    }

    .c-nav__list[class] {
        margin: 0
    }

    .c-nav__list {
        display: flex
    }

    .c-nav__item {
        margin-bottom: 0;
        margin: 0 15px;
        display: flex
    }

    .c-nav__link {
        padding: 0;
        white-space: nowrap
    }

    .c-header__logo {
        margin-right: 15px
    }

    .c-nav__item {
        position: relative
    }

    .c-nav__sublist[class] {
        padding: 0
    }

    .c-nav__sublist {
        max-height: 0;
        overflow-y: hidden;
        transition-duration: 0s;
        position: absolute;
        background-color: #30348C;
        z-index: 10;
        left: -10px;
        top: 100%
    }

    .c-nav__sublist-more {
        display: none
    }

    .c-nav__sublist .c-nav__sublist-parent > .c-nav__sublist-open::after {
        content: "";
        height: 15px;
        width: 15px;
        display: flex;
        background-image: url("../img/arrow-white.svg");
        background-position: 50%;
        background-size: 100%;
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg)
    }

    .c-nav__subitem {
        display: flex
    }

    .c-nav__subitem .c-nav__link {
        padding: 1.5rem 2rem;
        text-transform: capitalize;
        border-bottom: 1px solid #d2d2e1;
        width: 100%
    }

    .c-nav__subitem.c-nav__sublist-parent {
        position: relative
    }

    .c-nav__sublist-right {
        position: absolute;
        left: 100%;
        top: 0
    }

    .c-nav__sublist-open {
        width: 100%
    }

    .c-nav__item {
        border-bottom: none
    }

    .c-nav__subitem {
        padding-bottom: 0
    }

    .c-nav__sublist-parent:hover > ul.c-nav__sublist {
        max-height: initial;
        overflow-y: initial
    }

    .c-nav-close {
        display: none
    }

    .c-burger {
        display: none
    }

    .c-nav__sublist-parent:hover > ul.c-nav__sublist-right {
        overflow-y: auto
    }
}

*, *::before, *::after {
    box-sizing: border-box
}

ul[class], ol[class] {
    margin: 0;
    padding: 0
}

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

html {
    font-size: 10px
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul[class], ol[class] {
    list-style: none
}

a:not([class]) {
    text-decoration: none
}

a:not([class]):hover {
    text-decoration: underline;
    cursor: pointer
}

img {
    height: auto;
    max-width: 100%;
    display: block
}

section > * + *, article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    color: black;
    display: flex;
    flex-direction: column;
    background: #fff
}

.o-first {
    font-weight: bold
}

.o-tick {
    padding-left: 2.5rem;
    position: relative
}

.o-tick::before {
    left: 0;
    top: 0.7rem;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("../img/tick.svg");
    width: 20px;
    height: 20px
}

.o-clearfix::after {
    content: '';
    display: block;
    clear: both
}

button {
    background-color: transparent;
    border: none
}

.is-overflow {
    overflow: hidden
}

h1 {
    font-size: 3rem
}

h2 {
    font-size: 2.6rem
}

h3 {
    font-size: 2.4rem
}

h4 {
    font-size: 2rem
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.3rem
    }

    h2 {
        font-size: 3rem
    }

    h3 {
        font-size: 2.6rem
    }

    h4 {
        font-size: 2.2rem
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.2rem
}

.o-wrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1.5rem
}

.c-main {
    flex-grow: 1;
    width: 100%;
    padding-top: 7rem
}

.o-table-wrap {
    overflow-x: auto;
    margin-bottom: 1rem
}

.o-table-wrap::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

.o-table-wrap::-webkit-scrollbar-thumb {
    background: #30348C
}

.o-table-wrap::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2)
}

table {
    border-collapse: collapse;
    overflow: auto;
    margin: 1rem auto
}

table:not([class]) {
    width: 100%
}

thead:not([class]) {
    border-top: 5px solid #30348C
}

tbody tr:not([class]):nth-child(odd) {
    background-color: #3607b90f
}

th {
    font-weight: bold;
    text-align: center
}

th, td {
    padding: 1rem
}

th:not([class]) + th:not([class]) {
    border-left: 1px solid #ddd
}

td:not([class]) + td:not([class]) {
    border-left: 1px solid #ddd
}

tr:not([class]) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.o-center {
    display: block;
    text-align: center
}

.o-title {
    color: #30348C;
    display: block;
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
    font-weight: bold
}

@media (min-width: 1050px) {
    .o-title {
        font-size: 2.8rem
    }
}

.o-min {
    min-width: 28rem
}

.ol-li + .ol-li {
    margin-top: 1.2rem
}

.o-border {
    border: 1px solid grey
}

@media (min-width: 992px) {
    .o-section-wrap {
        display: flex;
        justify-content: space-between
    }

    .c-aside {
        margin-bottom: 2rem;
        padding: 0.5rem;
        overflow-y: auto;
        flex-shrink: 0;
        width: 320px;
        margin-left: 2rem;
        order: 2;
        position: sticky;
        top: 8rem;
        height: calc(100vh - 8.2rem)
    }

    .c-aside__brand {
        top: 8rem
    }

    .c-aside::-webkit-scrollbar {
        width: 3px
    }

    .c-aside::-webkit-scrollbar-thumb {
        border-radius: 25px;
        background: transparent
    }

    .c-aside::-webkit-scrollbar-track {
        background: transparent
    }

    .c-aside:hover::-webkit-scrollbar-thumb {
        background: #30348C
    }
}

.o-embed {
    margin: 1.5rem auto;
    position: relative;
    overflow: hidden;
    max-width: 750px
}

.o-embed--mod {
    max-width: 100%;
    margin-top: 0
}

.o-embed::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.o-embed iframe, .o-embed video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    border: none
}

.c-content__img {
    float: right;
    margin-left: 1rem;
    margin-top: 0.5rem
}

.c-content__img--left {
    float: left;
    margin-right: 1rem;
    margin-top: 0.5rem;
    width: calc(100% / 4)
}

.c-content__img-center {
    margin: 1rem auto
}

@media (min-width: 555px) {
    .c-content__img {
        margin-left: 1.5rem
    }
}

.c-table-of-content {
    margin-bottom: 3rem
}

.c-table-of-content__list[class] {
    list-style: auto;
    padding: 2rem 2rem 2rem 4rem
}

.c-table-of-content__list[class] li + li {
    margin-top: 1rem
}

.c-table-of-content__list[class] li {
    font-weight: 500
}

.c-table-of-content summary {
    padding: 1.5rem 2rem;
    background-color: #30348C;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    font-weight: bold;
    color: white
}

.c-table-of-content summary span {
    display: block
}

.c-table-of-content summary::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 12px;
    transform-origin: 50% 50%;
    margin: 0.7rem 2rem 0 1rem;
    height: 1.5rem;
    width: 1.5rem;
    background-repeat: no-repeat;
    background-image: url("../img/arrow-white.svg")
}

.c-table-of-content details[open] summary::after {
    content: "";
    transform: rotate(180deg)
}

.c-table-of-content details > div {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.c-table-of-content__link {
    color: black;
    text-decoration: none
}

.c-table-of-content__link:hover {
    text-decoration: underline
}

@media (min-width: 992px) {
    .c-table-of-content {
        margin-bottom: 1.5rem
    }
}

.c-top {
    margin-bottom: 3rem;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6)
}

.c-top__span {
    font-size: 2rem;
    border-bottom: 1px solid #30348C;
    text-align: center;
    display: block;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem
}

.c-top__table {
    width: 100%;
    margin-top: 2rem
}

.c-top__td {
    padding: 1rem 0.5rem
}

.c-top__tr + .c-top__tr {
    margin-top: 2rem
}

.c-top__tr {
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column
}

.c-top__item-logo {
    margin: 0 auto;
    width: 190px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3607b90f;
    border-radius: 50%
}

.c-top__img {
    margin: 0 auto;
    max-width: 150px
}

.c-top__link {
    color: #30348C;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center
}

.c-top__link:hover {
    color: #30348C
}

.c-top__text {
    margin-top: 0.5rem;
    text-align: center
}

.c-top__btn {
    display: block;
    max-width: 200px;
    border-radius: 25px;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 1rem 4rem;
    margin: 0 auto;
    background-color: #048657
}

.c-top__btn:hover {
    background-color: #098941e3
}

@media (min-width: 555px) {
    .c-top {
        max-width: 576px;
        margin-left: auto;
        margin-right: auto
    }

    .c-top__table tr {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .c-top__text {
        margin-bottom: 0
    }

    .c-top__link {
        text-align: left
    }

    .c-top__text {
        text-align: left
    }
}

@media (min-width: 768px) {
    .c-top__item-logo {
        width: 80px;
        height: 80px
    }

    .c-top__img {
        max-width: 80px
    }

    .c-top__btn {
        font-size: 1.6rem;
        padding: 0.5rem 2rem
    }

    .c-top__link {
        font-size: 1.6rem
    }

    .c-top__text {
        font-size: 1.4rem
    }
}

@media (min-width: 992px) {
    .c-top {
        margin-bottom: 0
    }

    .c-top__item-logo {
        width: 60px;
        height: 60px
    }

    .c-top__item-logo img {
        max-width: none
    }
}

.c-brand {
    margin-bottom: 3rem
}

.c-brand__span-title {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: bold
}

.c-brand__text {
    margin-bottom: 3rem
}

.c-brand__table {
    margin: 0 auto
}

.c-brand__tr {
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
    max-width: 350px;
    width: 100%;
    border: 1.5px solid #00000042;
    border-radius: 5px;
    display: none
}

.c-brand__tr.is-active {
    display: flex
}

.c-brand__tr td {
    padding: 1rem 1rem;
    width: 100%
}

.c-brand__title {
    border: 1px solid #00000042;
    text-align: center;
    display: block;
    padding: 1rem;
    background-color: #30348C;
    font-weight: 500;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem
}

.c-brand__item-logo img {
    width: 100%;
    max-width: 215px;
    max-height: 140px;
    background-color: white;
    border-radius: 10px;
    margin: 0.5rem auto;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6)
}

.c-brand__star {
    margin: 1rem auto 0.5rem;
    display: flex;
    height: 1.6rem;
    width: 8.9rem
}

.c-brand__star-color {
    height: 1.6rem;
    overflow-x: hidden;
    display: flex
}

.c-brand__span {
    text-decoration: none;
    color: #30348C;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 2rem
}

.c-brand__span:hover {
    cursor: pointer;
    color: #394AAD
}

.c-brand__payments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 0.3rem;
    column-gap: 0.3rem
}

.c-brand__payments-item {
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.5rem;
    background-color: white;
    border-radius: 5px;
    width: 50px;
    height: 30px;
    border: 1px solid #ccc
}

.c-brand__list[class] {
    list-style: circle;
    padding-left: 2rem
}

.c-brand__list[class] li {
    color: black
}

.c-brand__bonus {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem
}

.c-brand__button {
    color: white;
    padding: 1rem 2rem;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    text-decoration: none;
    max-width: 320px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #048657
}

.c-brand__button:hover {
    background-color: #098941e3
}

.c-brand__btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 3rem;
    border-radius: 30px;
    margin-bottom: 3rem;
    color: white;
    font-size: 1.8rem;
    width: 100%;
    max-width: 250px;
    background-color: #30348C
}

.c-brand__btn:hover {
    cursor: pointer;
    background-color: #394AAD
}

.c-brand__btn.is-active {
    display: none
}

@media (min-width: 768px) {
    .c-brand {
        margin-bottom: 4rem
    }

    .c-brand__table {
        margin-bottom: 1.5rem;
        width: 100%;
        max-width: 1050px
    }

    .c-brand__tr {
        border-radius: 0;
        margin-bottom: 0;
        flex-direction: row;
        max-width: 100%;
        border: none;
        justify-content: space-between;
        border-top: 1.5px solid #00000042
    }

    .c-brand__title {
        margin: 0
    }

    .c-brand__item-logo img {
        overflow: hidden
    }

    .c-brand__td-title[class] {
        margin-right: 25px;
        width: 7%
    }

    .c-brand__title {
        border-radius: 0px
    }

    .c-brand__td-logo[class] {
        width: 20%
    }

    .c-brand__td-span[class] {
        width: 15%
    }

    .c-brand__td-list[class] {
        width: 20%
    }

    .c-brand__payments-item {
        width: auto
    }

    .c-brand__td-button[class] {
        width: 18%
    }

    .c-brand__tr + .c-brand__tr {
        margin: 0
    }
}

.c-table {
    width: 100%
}

.c-table__span {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    font-weight: bold
}

.c-table__link {
    margin-left: 2rem;
    color: #30348C;
    text-decoration: underline
}

.c-table__link:hover {
    text-decoration: none
}

@media (min-width: 555px) {
    .c-table tr td {
        padding: 1.5rem
    }

    .c-table span {
        font-size: 1.8rem
    }
}

@media (min-width: 1050px) {
    .c-brand__bonus {
        font-size: 1.6rem
    }

    .c-brand__button {
        font-size: 1.8rem
    }
}

.c-list[class] {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding-left: 1.2rem
}

.c-list[class] li + li {
    margin-top: 1.2rem
}

.c-author {
    margin-top: 3rem;
    border-top: 3px solid #30348C;
    padding: 1rem;
    border-bottom: 3px solid #30348C;
    margin-bottom: 3rem
}

.c-author__brand {
    margin-top: 0
}

.c-author__inner {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-author__img {
    border-radius: 50%;
    max-width: 75px;
    margin-right: 1rem
}

.c-author__title {
    margin-bottom: 1rem;
    font-weight: bold;
    display: none;
    text-align: center;
    font-size: 1.4rem
}

.c-author__text-title {
    margin-bottom: 0.5rem;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 1.4rem
}

.c-author__content {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    align-items: center;
    justify-content: center;
    text-align: center
}

.c-author__quote {
    margin: 0 auto
}

.c-author__quote-text {
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.8rem
}

.c-author__text + .c-author__text {
    margin-top: 0.5rem
}

.c-author__text {
    font-size: 1.2rem
}

@media (min-width: 500px) {
    .c-author {
        padding: 1rem
    }

    .c-author__inner {
        flex-direction: row;
        justify-content: space-between
    }

    .c-author__content {
        text-align: right;
        align-items: end
    }

    .c-author__img-box {
        display: flex;
        align-items: center
    }

    .c-author__img-box img {
        margin-bottom: 0;
        margin-right: 10px
    }

    .c-author__title {
        display: block;
        text-align: left;
        margin-bottom: 0
    }

    .c-author__text-title {
        display: none
    }
}

@media (min-width: 678px) {
    .c-author__title {
        font-size: 1.6rem
    }

    .c-author__text {
        font-size: 1.4rem
    }
}

.c-choice {
    margin-bottom: 3rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 3px solid #30348C;
    display: flex;
    flex-direction: column
}

.c-choice__info {
    margin-bottom: 2rem
}

.c-choice__img {
    margin: 0 auto
}

@media (min-width: 576px) {
    .c-choice {
        justify-content: space-between;
        padding: 2rem;
        flex-direction: row
    }

    .c-choice__info {
        margin-right: 4rem
    }

    .c-choice__info-title {
        text-align: left
    }

    .c-choice__info-title p {
        text-align: left
    }

    .c-choice__img {
        margin: 0
    }
}

.c-table__value {
    width: 100%
}

.c-table__value td, .c-table__value th {
    border: 1px solid #ddd;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-width: 21rem
}

.c-table__value tbody tr:nth-child(odd) {
    background-color: #f2f2f2
}

.c-table__value--green {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #048657
}

.c-table__value--green img {
    margin-right: 0.5rem
}

.c-table__value--red {
    color: #c63d4c;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-table__value--red img {
    margin-right: 0.5rem
}

.o-plus {
    padding-left: 4rem;
    position: relative
}

.o-plus::before {
    content: '';
    position: absolute;
    background-image: url("../img/plus.svg");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    left: 17px;
    top: 20px
}

.o-minus {
    padding-left: 4rem;
    position: relative
}

.o-minus::before {
    content: '';
    position: absolute;
    background-image: url("../img/minus.svg");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    left: 17px;
    top: 20px
}

.c-games {
    margin-bottom: 3rem
}

.c-games__item {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    border-radius: 5px
}

.c-games__item + .c-games__item {
    margin-top: 2rem
}

.c-games__span {
    font-size: 1.8rem;
    padding: 1rem;
    text-align: center;
    display: block;
    font-weight: bold;
    width: 100%;
    background-color: #30348C;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: white
}

.c-games__img {
    max-width: 155px;
    margin: 0 auto
}

.c-games__text {
    padding: 1.5rem;
    text-align: center
}

@media (min-width: 500px) {
    .c-games {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .c-games__item {
        margin-bottom: 2rem;
        width: calc(100% / 2 - 2rem)
    }

    .c-games__item + .c-games__item {
        margin-top: 0rem
    }
}

@media (min-width: 768px) {
    .c-games__item {
        width: calc(100% / 3 - 2rem)
    }
}

@media (min-width: 992px) {
    .c-games__item {
        width: calc(100% / 2 - 2rem)
    }
}

.c-game {
    margin-bottom: 3rem
}

.c-game__title {
    display: block;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    color: #30348C;
    margin-bottom: 1.5rem
}

.c-game__item + .c-game__item {
    margin-top: 1.5rem
}

.c-game__info-img {
    margin-right: 1.5rem;
    float: left;
    margin-bottom: 1rem;
    max-width: 80px
}

.c-providers[class] {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.c-providers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.c-providers__item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    width: calc(50% - 1.5rem);
    margin-bottom: 1.5rem
}

.c-providers__item-link {
    padding: 1.5rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.c-providers__item-link img {
    transition: transform .3s linear
}

.c-providers__item-link:hover {
    cursor: pointer
}

.c-providers__item-link:hover img {
    transform: scale(0.9)
}

@media (min-width: 576px) {
    .c-providers__item {
        width: calc(100% / 3 - 1.5rem)
    }
}

@media (min-width: 768px) {
    .c-providers__item {
        width: calc(100% / 4 - 1.5rem)
    }
}

@media (min-width: 992px) {
    .c-providers__item {
        width: calc(100% / 3 - 1.5rem)
    }
}

.c-bonuses {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    justify-content: center
}

.c-bonuses__li {
    max-width: 290px;
    border-radius: 20px;
    background: #30348C;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    margin-bottom: 1.3rem;
    padding: 3rem;
    width: 100%;
    cursor: pointer
}

.c-bonuses__li:hover {
    background: linear-gradient(180deg, #30348C 16.98%, #048657 100%)
}

.c-bonuses__img {
    max-width: 90px;
    margin: 0 auto
}

.c-bonuses__title {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: white;
    display: block;
    margin-top: 1.5rem;
    transition: transform .5s linear
}

.c-bonuses[class] {
    margin-bottom: 3rem
}

@media (min-width: 576px) {
    .c-bonuses__li {
        width: calc(100% / 2 - 1rem)
    }
}

@media (min-width: 768px) {
    .c-bonuses__li {
        width: calc(100% / 3 - 1rem)
    }
}

@media (min-width: 992px) {
    .c-bonuses__li {
        width: calc(100% / 2 - 1rem)
    }
}

.c-new {
    margin-bottom: 3rem;
    padding: 2rem 2.5rem;
    background-color: #3607b90f;
    border-left: 5px solid #30348C;
    border-radius: 15px
}

.c-new__title {
    color: #30348C
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

.c-new p {
    margin-bottom: 1.5rem
}

.c-new__span {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 0.5rem
}

.c-advice {
    border: 3px solid #30348C;
    border-radius: 20px;
    padding: 2.5rem;
    background-color: #3607b90f
}

.c-advice__img {
    max-width: 130px;
    margin: 0 auto 1.5rem
}

.c-advice__title {
    white-space: nowrap;
    font-weight: bold;
    color: #30348C;
    font-size: 1.8rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem
}

.c-advice__list-item + .c-advice__list-item {
    margin-top: 1.2rem
}

.c-advice__list-item {
    padding-left: 2rem;
    position: relative
}

.c-advice__list-item::before {
    content: '';
    position: absolute;
    background-image: url("../img/tick-accent.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: -2px;
    top: 15px;
    top: 7px
}

@media (min-width: 768px) {
    .c-advice {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .c-advice__img-box {
        margin-right: 7rem
    }
}

.c-criteria__list {
    padding: 15px
}

.c-criteria__column:first-child {
    counter-reset: order -1
}

.c-criteria__column:last-child {
    counter-reset: order
}

.c-criteria__item {
    padding: 10px 0;
    border-bottom: 1px solid gray
}

.c-criteria__question {
    padding: 10px 40px 10px 10px;
    font-size: 1.6rem;
    font-weight: 700;
    outline: none;
    position: relative;
    cursor: pointer;
    display: block
}

.c-criteria__question::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../img/arrow-new.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .3s
}

.c-criteria__item[open] .c-criteria__question::after {
    transform: rotate(-180deg) translateY(50%)
}

.c-criteria__answer {
    font-size: 1.6rem;
    padding: 10px
}

.c-criteria__question::-webkit-details-marker {
    display: none
}

@media (min-width: 768px) {
    .c-criteria__question {
        padding: 10px 40px
    }

    .c-criteria__question::before {
        counter-increment: order order;
        content: counter(order);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #30348C;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .c-criteria__content-section, .c-criteria__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .c-criteria__txt, .c-criteria__column {
        flex-basis: 47%
    }
}

.c-game__info-img.c-content__img {
    float: right
}

.c-game__info--max {
    max-width: 110px
}

@media (min-width: 1200px) {
    .c-game__info--max {
        max-width: 125px
    }
}

.c-info {
    padding: 2rem 2rem 3rem;
    background: #30348C;
    position: relative;
    margin-bottom: 2rem
}

.c-info__top--blue {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg)
}

.c-info__bottom--blue {
    position: absolute;
    bottom: 0;
    left: 0
}

.c-info__title {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-bottom: 1rem
}

.c-info__img {
    margin: 0 auto;
    max-width: 160px;
    border-radius: 50%;
    margin-bottom: 3rem
}

.c-info__main {
    position: relative;
    margin-bottom: 3rem
}

.c-info__socials[class] {
    justify-content: center
}

.c-info__list {
    position: relative;
    background-color: #394AAD;
    border-radius: 20px
}

.c-info__list[class] {
    max-width: 700px;
    padding: 2rem;
    margin: 0 auto
}

.c-info__list-item + .c-info__list-item {
    margin-top: 1.5rem
}

.c-info__span {
    color: white;
    font-weight: bold;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    text-decoration: underline
}

.c-info__text {
    color: white
}

@media (min-width: 768px) {
    .c-info__wrap {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .c-info__main {
        flex-shrink: 0;
        margin-right: 10rem
    }

    .c-info__title {
        margin-bottom: 2rem
    }

    .c-info__list[class] {
        margin: 0
    }
}

.c-bonus__span {
    text-align: center;
    display: block;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: white;
    font-size: 2rem
}

.c-bonus__text {
    margin-bottom: 2.5rem;
    text-align: center;
    font-weight: bold;
    color: white
}

.c-bonus__link {
    background-color: #048657;
    color: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    width: 140px;
    text-align: center;
    margin: 0 auto 3rem;
    display: block
}

.c-bonus__link:hover {
    background-color: #098941e3
}

.c-bonus__info {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #394AAD;
    border-radius: 15px;
    padding: 2rem;
    max-width: 450px;
    position: relative;
    margin: 0 auto 3rem
}

.c-bonus__title {
    text-align: center;
    display: block;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem
}

.c-bonus__img {
    background-color: white;
    border-radius: 15px;
    margin: 0 auto 2rem;
    max-width: 200px;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6)
}

.c-bonus__main {
    position: relative
}

.c-bonus__rating {
    font-size: 1.8rem;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem
}

.c-bonus__rating span {
    color: #ffc107
}

@media (min-width: 768px) {
    .c-bonus {
        height: 400px
    }

    .c-bonus__wrap {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .c-bonus__info {
        margin: 0
    }
}

.c-form-review {
    display: none
}

.c-form-review.is-active {
    display: block
}

.c-add-review-btn.is-active {
    display: none
}

.c-form-review {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden
}

.c-form-review__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.c-form-review__rating {
    margin-bottom: 1.5rem
}

.c-form-review__rating {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.c-form-review__right {
    display: flex;
    align-items: center
}

.c-form-review__rating-title {
    margin-right: 1.5rem
}

.c-form-review__inputs {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.c-form-review input {
    height: 50px;
    display: inline-block;
    margin-bottom: 2rem
}

.c-form-review select {
    height: 50px;
    margin-bottom: 2rem;
    cursor: pointer
}

.c-form-review input, .c-form-review textarea, .c-form-review select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e1e6ea;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    color: black;
    font-size: 15px;
    transition: box-shadow 0.3s ease;
    vertical-align: top
}

.c-form-review input:focus, .c-form-review textarea:focus, .c-form-review select:focus {
    outline: none;
    box-shadow: 0 0 4px 0 #ffc107
}

.c-form-review textarea {
    resize: none;
    margin-bottom: 1.5rem
}

.c-form-review__moder {
    padding: 1rem;
    font-weight: 700;
    background-color: #048657;
    color: #fff;
    margin-bottom: 1rem;
    display: none
}

.c-form-review__moder.is-active {
    display: block
}

.c-form-review__moder svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.c-form-review__send {
    background-color: #30348C;
    color: white;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 20px
}

.c-form-review__send:hover {
    cursor: pointer;
    background-color: #394AAD
}

@media (min-width: 768px) {
    .c-form-review__inputs {
        flex-wrap: nowrap
    }

    .c-form-review input + input {
        margin-left: 2rem;
        margin-right: 2rem
    }
}

:root {
    --rating-bg: #ddd;
    --rating-fg: #ffc107;
    --size: 2rem;
    --space: 0.15em
}

.rating {
    position: relative;
    display: inline-flex
}

.rating-bg, .rating-fg, .rating-action {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap
}

.rating-bg .icon, .rating-fg .icon, .rating-action .icon {
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    min-height: var(--size);
    padding: var(--space)
}

.rating-bg {
    color: var(--rating-bg)
}

.rating-bg .icon {
    fill: currentColor;
    stroke: currentColor
}

.rating-fg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: var(--rating-fg)
}

.rating-fg .icon {
    fill: currentColor;
    stroke: currentColor
}

.rating-action {
    flex-direction: row-reverse
}

.rating-action .icon {
    cursor: pointer;
    fill: var(--rating-bg);
    stroke: var(--rating-bg)
}

.rating-action .icon:hover, .rating-action .icon:hover ~ .icon {
    fill: var(--rating-fg);
    stroke: var(--rating-fg)
}

.rating-action[data-rating="1"] .icon:nth-last-child(1), .rating-action[data-rating="1"] .icon:nth-last-child(1) ~ .icon {
    fill: var(--rating-fg);
    stroke: var(--rating-fg)
}

.rating-action[data-rating="2"] .icon:nth-last-child(2), .rating-action[data-rating="2"] .icon:nth-last-child(2) ~ .icon {
    fill: var(--rating-fg);
    stroke: var(--rating-fg)
}

.rating-action[data-rating="3"] .icon:nth-last-child(3), .rating-action[data-rating="3"] .icon:nth-last-child(3) ~ .icon {
    fill: var(--rating-fg);
    stroke: var(--rating-fg)
}

.rating-action[data-rating="4"] .icon:nth-last-child(4), .rating-action[data-rating="4"] .icon:nth-last-child(4) ~ .icon {
    fill: var(--rating-fg);
    stroke: var(--rating-fg)
}

.rating-action[data-rating="5"] .icon:nth-last-child(5), .rating-action[data-rating="5"] .icon:nth-last-child(5) ~ .icon {
    fill: var(--rating-fg);
    stroke: var(--rating-fg)
}

.c-popup {
    z-index: 1;
    position: relative;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6)
}

.c-popup__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.c-popup__top {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-popup__close {
    position: absolute;
    right: 15px;
    top: 15px
}

.c-popup__close:hover {
    cursor: pointer
}

.c-popup__logo {
    margin-right: 1.5rem;
    border-radius: 15px;
    background-color: #3607b90f;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6)
}

.c-popup__img {
    max-width: 130px
}

.c-popup__rating-val span {
    color: #048657;
    font-weight: bold
}

.c-popup__bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.c-popup__warning {
    font-weight: bold;
    font-size: 1.8rem;
    color: #048657
}

.c-popup__text {
    font-weight: bold;
    font-size: 1.8rem;
    color: #30348C;
    margin-bottom: 1rem
}

.c-popup__btn {
    padding: 1rem 2rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    font-size: 1.8rem;
    border-radius: 10px;
    color: white;
    background-color: #048657;
    text-decoration: none;
    width: 250px;
    text-align: center
}

.c-popup__btn:hover {
    background-color: #394AAD
}

.c-block-bottom {
    transform: translateY(100%)
}

.c-block-bottom.is-active {
    transition: transform .2s linear;
    transform: translateY(0)
}

.c-block-bottom.is-none {
    display: none
}

@media (min-width: 992px) {
    .c-popup__inner {
        justify-content: space-between;
        flex-direction: row
    }

    .c-popup__top {
        margin-right: 2rem;
        margin-bottom: 0
    }

    .c-popup__btn {
        margin-left: 2rem;
        margin-right: 0
    }

    .c-popup__warning {
        font-size: 2rem
    }

    .c-popup__text {
        font-size: 2rem;
        margin-bottom: 0
    }
}

.c-comments__item {
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    margin-bottom: 2rem
}

.c-comments__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd
}

.c-comments__name {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    color: #30348C;
    font-weight: bold
}

.c-comments__country {
    font-size: 1.4rem
}

.c-comments__date {
    margin-top: 0.5rem;
    font-size: 1.4rem
}

.c-comments__descr {
    padding-top: 1rem
}

.c-table__rating {
    max-width: 576px;
    width: 100%;
    margin-bottom: 3rem;
    border: 1px solid #ddd;
    border-collapse: collapse
}

.c-table__rating-tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.c-table__rating-td {
    padding: 1rem 1.5rem;
    min-width: 180px
}

.c-table__rating-th {
    min-width: 180px;
    text-align: left;
    padding: 1rem 1.5rem
}

.c-table__rating-star {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-table__rating-star span {
    font-weight: bold
}

.c-table__rating-stars {
    margin: 0;
    margin-right: 1rem
}

@media (min-width: 992px) {
    .c-table__rating {
        margin-bottom: 1.5rem
    }

    .c-table__rating-th {
        min-width: auto;
        font-size: 1.4rem
    }

    .c-table__rating-td {
        min-width: auto;
        font-size: 1.4rem
    }
}

.c-banner {
    display: none
}

@media (min-width: 992px) {
    .c-banner {
        margin-bottom: 2.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .c-banner__img {
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
        border-radius: 15px;
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
        margin-bottom: 2.5rem;
        display: block
    }

    .c-banner__link {
        background-color: #30348C;
        border-radius: 20px;
        color: white;
        padding: 1rem 2rem;
        text-decoration: none;
        width: 250px;
        text-align: center
    }

    .c-banner__link:hover {
        background-color: #394AAD
    }
}

.c-game__title.c-game__span {
    text-align: center;
    text-decoration: none
}

.c-bonus__wrap.o-wrap {
    padding: 0
}

.c-bonus__main {
    margin-bottom: 3rem;
    margin-top: 2rem;
    z-index: 1
}

@media (min-width: 768px) {
    .c-bonus__main {
        margin: 0;
        display: flex;
        align-items: center;
        margin-right: 4rem
    }

    .c-bonus__img {
        margin-right: 3rem
    }

    .c-bonus__link {
        margin: 0
    }
}

@media (min-width: 992px) {
    .c-bonus__main {
        margin-right: 7rem
    }

    .c-bonus__img {
        margin-right: 7rem;
        max-width: 250px
    }
}

.c-bonus__providers-img {
    max-width: 50px;
    background: white;
    border-radius: 1rem
}

.c-providers.c-bonus__providers[class] {
    margin-top: 0.5rem
}

.c-bonus__providers-item {
    margin-bottom: 1rem
}

.c-devices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    flex-wrap: wrap
}

.c-devices img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%
}

.c-devices__item {
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    width: 100%;
    max-width: 350px;
    margin-bottom: 2rem
}

.c-devices[class] {
    margin-bottom: 3rem
}

.c-devices__button {
    transition: all .3s linear;
    padding: 1rem;
    color: #048657;
    display: block;
    border-radius: 25px;
    border: 2px solid #048657;
    text-align: center;
    margin-bottom: 2.5rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    margin-top: 2.5rem;
    font-weight: bold;
    text-decoration: none
}

@media (min-width: 600px) {
    .c-devices {
        flex-direction: row
    }

    .c-devices__item {
        width: calc(100% / 2 - 1.5rem)
    }
}

@media (min-width: 1200px) {
    .c-devices {
        flex-direction: row
    }

    .c-devices__item {
        width: calc(100% / 3 - 1.5rem)
    }

    .c-devices__item {
        max-width: none
    }
}

.c-devices__button:hover {
    background: #048657;
    color: white
}

.c-grids[class] {
    margin-bottom: 3rem
}

.c-grids {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.c-grids__wrap {
    margin-bottom: 4rem
}

.c-grids__name {
    display: block
}

.c-grids__name:hover {
    text-decoration: none
}

.c-grids__item {
    margin-bottom: 2rem;
    width: calc(100% / 2 - 0.5rem);
    flex-direction: column;
    max-height: 250px;
    display: none
}

.c-grids__item.is-active {
    display: flex
}

.c-grids__display-name {
    width: 100%;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    padding-left: 0.2rem;
    padding-right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-weight: bold;
    color: #30348C;
    margin-bottom: 0.7rem
}

.c-grids__demo {
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    padding: 0.6rem 3rem 0.6rem 1rem;
    background: #30348C;
    color: white;
    text-decoration: none;
    justify-content: space-between;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    position: relative
}

.c-grids__demo svg {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: rotate(-90deg) translateX(50%);
    width: 1rem;
    height: auto
}

.c-grids__demo:hover {
    cursor: pointer;
    background: #3a3fa0
}

.c-grids__slot {
    display: block;
    position: relative;
    margin-bottom: 0.5rem;
    border-radius: 1rem;
    overflow: hidden
}

.c-grids__slot img {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem
}

.c-grids__slot::before {
    content: "";
    display: block;
    height: 0;
    padding-top: 75%
}

@media (min-width: 515px) {
    .c-grids__item {
        width: calc(100% / 3 - 0.7rem)
    }
}

@media (min-width: 768px) {
    .c-grids__item {
        width: calc(100% / 4 - 0.8rem)
    }
}

@media (min-width: 992px) {
    .c-grids__item {
        width: calc(100% / 5 - 0.8rem)
    }
}

@media (min-width: 1200px) {
    .c-grids__item {
        width: calc(100% / 5 - 0.8rem)
    }
}

.c-block-horizontal__item {
    display: flex;
    flex-direction: column
}

.c-block-horizontal__left {
    max-width: 180px;
    border-radius: 20px;
    padding: 15px;
    float: left;
    margin-right: 8px
}

.c-block-horizontal__item-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    height: 150px
}

.c-block-horizontal__img {
    width: 70%
}

.c-block-horizontal__content p + p {
    margin-top: 10px
}

.o-clearfix::after {
    content: '';
    display: block;
    clear: both
}

@media (min-width: 768px) {
    .c-block-horizontal__item {
        flex-direction: row;
        align-items: center
    }
}

.c-faq {
    padding: 1rem;
    border: 2px solid #30348C;
    margin-bottom: 2rem
}

.c-faq__title {
    margin-bottom: 1rem
}

.c-faq details + details {
    margin-top: 1rem
}

.c-faq summary {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 3rem 0.5rem 0rem;
    outline: none;
    font-size: 20px;
    font-weight: 500
}

.c-faq summary span {
    display: block
}

.c-faq summary::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 3px;
    margin: 0.5rem 1rem 0 1.2rem;
    height: 2.4rem;
    width: 2.4rem;
    background-image: url("../img/arrow-new.svg")
}

.c-faq details[open] summary::after {
    content: "";
    height: 2.4rem;
    width: 2.4rem;
    transform: rotate(180deg)
}

.c-faq details > div {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 500px) {
    .c-faq {
        padding: 2rem
    }

    .c-faq__title {
        margin-bottom: 2rem
    }

    .c-faq summary {
        font-size: 2.2rem
    }
}

.c-footer {
    background: linear-gradient(180deg, #30348C 16.98%, #048657 100%);
    padding: 1rem 0.5rem 1rem
}

.c-footer .o-wrap {
    padding-bottom: 0.5rem
}

.c-footer__top {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column
}

.c-footer__left {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.c-footer__left-logo {
    margin-bottom: 2rem
}

.c-footer__left-text {
    margin-bottom: 3rem;
    color: white
}

.c-footer__left-items {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem
}

.c-footer__left-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem
}

.c-footer__left-link {
    transition: opacity .3s linear
}

.c-footer__left-link:hover {
    cursor: pointer;
    opacity: 0.7
}

.c-footer__right-nav {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.c-footer__nav-items[class] {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    width: calc((100% / 2) - 3rem);
    margin-bottom: 4rem
}

.c-footer__nav-item + .c-footer__nav-item {
    margin-top: 1.5rem
}

.c-footer__nav-span {
    display: block;
    font-weight: bold;
    color: white
}

.c-footer__nav-link {
    text-decoration: none;
    color: white
}

.c-footer__nav-link:hover {
    text-decoration: underline
}

.c-footer__payments {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.c-footer__payments[class] {
    border-top: 1px solid white;
    padding-top: 3.5rem;
    padding-bottom: 2rem
}

.c-footer__payments-item {
    margin-bottom: 2rem
}

.c-footer__payments-img {
    width: 100%;
    max-height: 30px;
    transition: opacity .3s linear
}

.c-footer__payments-img:hover {
    cursor: pointer;
    opacity: 0.7
}

.c-footer__providers[class] {
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #fff
}

.c-footer__text {
    color: white;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    text-align: center
}

.c-footer__info {
    margin-top: 3rem
}

.c-footer__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.c-footer__list li {
    margin-bottom: 1rem
}

.c-footer__list img {
    max-height: 30px
}

.c-footer__list-link {
    padding-left: 1rem;
    color: white;
    text-decoration: none
}

.c-footer__list-link:hover {
    text-decoration: underline
}

.c-footer__list-li + .c-footer__list-li {
    border-left: 1px solid white
}

.c-footer__copy {
    margin-top: 2rem;
    text-align: center;
    color: white;
    font-size: 1.2rem
}

.c-footer__copy + .c-footer__copy {
    margin-top: 1rem
}

.c-footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    .c-footer {
        padding-bottom: 2rem
    }

    .c-footer__nav-items[class] {
        margin-right: 2rem;
        margin-left: 2rem;
        width: calc((100% / 4) - 4rem)
    }
}

@media (min-width: 992px) {
    .c-footer__info {
        flex-direction: row
    }

    .c-lang[class] {
        margin-right: 5rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 1050px) {
    .c-footer {
        position: relative;
        z-index: 12
    }
}

@media (min-width: 1200px) {
    .c-footer__top {
        flex-direction: row
    }

    .c-footer__left {
        width: calc(40% - 2rem);
        margin-right: 2rem
    }

    .c-footer__right {
        width: 60%
    }
}

.c-lang {
    display: flex;
    position: relative;
    background-color: #9782d085;
    margin-bottom: 2rem;
    border-radius: 10px
}

.c-lang__btn {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background: #3607b90f;
    cursor: pointer
}

.c-lang__btn span {
    display: block;
    margin-left: 0.5rem;
    color: white
}

.c-lang__span {
    color: white;
    padding-right: 2.5rem
}

.c-lang__btn img {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%
}

.c-lang__btn::after {
    content: '';
    position: absolute;
    background-image: url("../img/arrow-white.svg");
    width: 13px;
    height: 13px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.c-lang__btn.is-active::after {
    transform: translateY(-50%) rotate(180deg)
}

.c-lang__list[class] {
    background-color: #9782d085;
    margin: 0
}

.c-lang__list {
    background: #9782d085;
    position: absolute;
    top: calc(-100% - 20px);
    left: auto;
    right: -15px;
    border-radius: 10px;
    z-index: 1;
    overflow-y: auto;
    max-height: 40vh;
    min-width: 130px;
    display: none
}

.c-lang__list::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090
}

.c-lang__list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #000 4d
}

.c-lang__list::-webkit-scrollbar {
    width: 3px
}

.c-lang__list.is-active {
    display: block
}

.c-lang__item + .c-lang__item {
    border-top: 1px solid #f5f1ff
}

.c-lang__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    text-decoration: none
}

.c-lang__link img {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.c-lang__link span {
    display: inline-block;
    margin-left: 0.5rem;
    color: white
}