/*!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #ffffff;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}
*, :after, :before {
    box-sizing: border-box
}
@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
h1 {
    font-size: calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}
h2 {
    font-size: calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}
h3 {
    font-size: calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}
h4 {
    font-size: calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}
h5 {
    font-size: 1.25rem
}
h6 {
    font-size: 1rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
ol, ul {
    padding-left: 2rem
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
b, strong {
    font-weight: bolder
}
small {
    font-size: .875em
}
mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}
sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a {
    color:#fff;
    text-decoration: none
}
a:hover {
    color: var(--bs-link-hover-color)
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}
code, kbd, pre, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}
code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}
a>code {
    color: inherit
}
kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}
kbd kbd {
    padding: 0;
    font-size: 1em
}
figure {
    margin: 0 0 1rem
}
img, svg {
    vertical-align: middle
}
table {
    caption-side: bottom;
    border-collapse: collapse
}
caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}
label {
    display: inline-block
}
button {
    border-radius: 0
}
button:focus:not(:focus-visible) {
    outline: 0
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button, select {
    text-transform: none
}
[role=button] {
    cursor: pointer
}
select {
    word-wrap: normal
}
select:disabled {
    opacity: 1
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}
::-moz-focus-inner {
    padding: 0;
    border-style: none
}
textarea {
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}
@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}
legend+* {
    clear: left
}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}
::-webkit-inner-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}
::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
    padding: 0
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}
output {
    display: inline-block
}
iframe {
    border: 0
}
summary {
    display: list-item;
    cursor: pointer
}
progress {
    vertical-align: baseline
}
[hidden] {
    display: none !important
}
@font-face {
    font-family: San Francisco Pro;
    src: local("San Francisco Pro Display Regular"), local("San-Francisco-Pro-Display-Regular"), url(../fonts/SFProDisplay-Regular.woff2) format("woff2"), url(https://pinup-yukle.com/fonts/SFProDisplay-Regular.woff) format("woff"), url(https://pinup-yukle.com/fonts/SFProDisplay-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: San Francisco Pro;
    src: local("San Francisco Pro Display Semibold"), local("San-Francisco-Pro-Display-Semibold"), url(../fonts/SFProDisplay-Semibold.woff2) format("woff2"), url(https://pinup-yukle.com/fonts/SFProDisplay-Semibold.woff) format("woff"), url(https://pinup-yukle.com/fonts/SFProDisplay-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: San Francisco Pro;
    src: local("San Francisco Pro Display Bold"), local("San-Francisco-Pro-Display-Bold"), url(../fonts/SFProDisplay-Bold.woff2) format("woff2"), url(https://pinup-yukle.com/fonts/SFProDisplay-Bold.woff) format("woff"), url(https://pinup-yukle.com/fonts/SFProDisplay-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: San Francisco Pro;
    src: local("San Francisco Pro Display Black"), local("San-Francisco-Pro-Display-Black"), url(../fonts/SFProDisplay-Black.woff2) format("woff2"), url(https://pinup-yukle.com/fonts/SFProDisplay-Black.woff) format("woff"), url(https://pinup-yukle.com/fonts/SFProDisplay-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}
body {
    background: #0d1016;
    color: #80858f;
    font-family: San Francisco Pro, serif;
    padding: 0 20px
}
body::-webkit-scrollbar {
    background-color: transparent;
    width: 7px
}
body::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 8px
}
.fa-sr-only, .sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}
.control_btn {
    align-items: center;
    background-color: #4e5d864d;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 4px;
    text-decoration: none;
    transition: .2s
}
.control_btn:hover {
    background-color: #4e5d8666
}
.control_btn svg {
    fill: #fff;
    height: 18px;
    width: 18px
}
.control_btn svg path {
    fill: #fff
}
a {
    text-decoration: none
}
.select_lang {
    cursor: pointer;
    height: 100%;
    position: relative
}
.select_lang li {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 8px 0;
    transition: .2s;
    width: 100%
}
.select_lang .select_lang__content {
    align-items: center;
    background-color: #13171f;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    transform: translate(-8px);
    width: 80px
}
.select_lang .select_lang__content span {
    color: #80858f;
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
    text-transform: uppercase;
    width: 22px
}
.select_lang .select_lang__content span:hover {
    color: #fff
}
.select_lang .select_lang__content svg {
    width: 22px
}
.select_lang .select_lang__title {
    align-items: center;
    background-color: #4e5d864d;
    color: #fff;
    border-radius: 6px;
    display: flex;
    height: 30px;
    min-width: 75px;
    justify-content: space-between;
    padding: 0 8px;
    transition: .3s
}
.select_lang .select_lang__title:hover {
    background-color: #4e5d8666
}
.select_lang .select_lang__title span {
    font-size: 12px;
    text-transform: uppercase
}
.select_lang .select_lang__title svg {
    fill: #fff;
    margin: 0 8px;
    transition: .3s;
    width: 6px
}
.select_lang .select_lang__title img {
    max-width: 20px
}
.select_lang__active .select_lang__content {
    display: flex
}
.select_lang__active .select_lang__title svg {
    transform: rotate(180deg)
}
.btn {
    text-decoration: none
}
.new_label {
    background: linear-gradient(-260deg, #7f66d2, #5484f2);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 5px;
    text-transform: uppercase
}
.btn {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center
}
.btn_dark {
    background-color: #4e5d864d;
    border-radius: 6px;
    font-size: 14px;
    transition: .2s
}
.btn_dark:hover {
    background-color: #ff240015;
    color: #fff
}
.section {
    background: #13171f;
    border-radius: 12px;
    margin-top: 25px;
    padding: 30px;
    position: relative
}
.section:before {
    background-image: linear-gradient(90deg, rgba(255, 36, 0, 0) 0%, #ff2400 25%, rgba(255, 36, 0, 0) 50%, #ff2400 75%, rgba(255, 36, 0, 0) 100%);
    background-size: 200% auto;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    content: "";
    display: block;
    height: 4px;
    left: 25px;
    position: absolute;
    right: 25px;
    top: 0
}
.gradient_btn {
    align-items: center;
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
    border: none;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
    z-index: 2
}
.gradient_btn:hover {
    color: #fff
}
.gradient_btn:hover:before {
    opacity: 1
}
.gradient_btn:before {
    background-image: linear-gradient(255deg, #3445e2, #9217e4);
    border-radius: 8px;
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: .3s;
    width: 100%;
    z-index: -1
}
.faq_section h2 {
    text-align: center
}
.faq_section .faq_section__item {
    border-radius: 8px;
    box-shadow: 0 0 5px #00cfa6;
    margin-bottom: 20px;
    position: relative
}
.faq_section .faq_section__item_title {
    align-items: center;
    background: rgba(78, 93, 134, .3);
    border-radius: 8px;
    box-shadow: 0 0 5px #00cfa6;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    position: relative
}
.faq_section .faq_section__item_title h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    max-width: 80%;
    padding: 0
}
.faq_section .faq_section__item_plus {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-65%)
}
.faq_section .faq_section__item_plus span {
    background-color: #aadcff;
    display: inline-block;
    height: 3px;
    transition: .2s;
    width: 20px
}
.faq_section .faq_section__item_plus span:last-child {
    transform: translate(-23px) rotate(90deg)
}
.faq_section .faq_section__item_content {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}
.faq_section .active .faq_section__item_content {
    max-height: 999px;
    padding: 20px
}
.faq_section .active .faq_section__item_plus span:last-child {
    transform: translate(-23px) rotate(0)
}
.front_page .faq_section .faq_section__items {
    align-items: center;
    display: flex;
    flex-direction: column
}
.front_page .faq_section .faq_section__item {
    width: 70%
}
.dashbords {
    display: flex;
    width: 100%
}
.dashbords .dashbord:first-child:before {
    background-image: linear-gradient(90deg, #ff4edf, #ff2958)
}
.dashbords .dashbord:last-child {
    margin-left: 25px
}
.dashbords .dashbord:last-child:before {
    background-image: linear-gradient(90deg, #00b7ff, #c700ff 50%, #fb0)
}
.dashbord__mob_btn {
    align-items: center;
    animation: dashbordBtn .8s cubic-bezier(.4, 0, 1, 1) infinite alternate;
    background: linear-gradient(0deg, rgba(0, 149, 255, .827), transparent);
    bottom: 0;
    display: none;
    height: 100px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%
}
.dashbord__mob_btn svg {
    fill: #fff;
    height: 100%;
    margin-top: 30px;
    max-width: 30px
}
@keyframes dashbordBtn {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(5px)
    }
}
.dashbord {
    border-radius: 12px;
    overflow: hidden;
    width: 100%
}
.dashbord .dashbord__row {
    align-items: center;
    display: flex;
    justify-content: space-between
}
.dashbord .dashbord__row .dashbord__title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0
}
.dashbord .dashbord__row .dashbord__count {
    color: #ffffff80;
    font-size: 14px;
    margin-left: 10px
}
.dashbord .dashbord__row .dashbord__all_btn {
    color: #00cfa6;
    font-size: 14px
}
.dashbord .dashbord__grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-top: 25px
}
.dashbord .dashbord__grid a {
    aspect-ratio: 16/11;
    border-radius: 16px;
    display: inline-block;
    height: 100%;
    max-height: 150px;
    max-width: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden
}
.dashbord .dashbord__grid a:hover img {
    transform: scale(1.1)
}
.dashbord .dashbord__grid picture {
    aspect-ratio: 16/11;
    border-radius: 16px;
    display: inline-block;
    height: 100%;
    max-height: 150px;
    max-width: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden
}
.dashbord .dashbord__grid picture:hover img {
    transform: scale(1.1)
}
.dashbord .dashbord__grid img {
    max-width: 100%;
    transition: .8s
}
.separator_gradient {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .2) 9.92%, transparent);
    height: 1px;
    width: 100%
}
.burger_btn {
    display: none;
    height: 20px;
    margin-left: 20px;
    position: relative;
    width: 30px;
    z-index: 3;
    cursor: pointer
}
.burger_btn span {
    top: 9px
}
.burger_btn span, .burger_btn:after, .burger_btn:before {
    background-color: #fff;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%
}
.burger_btn:after, .burger_btn:before {
    content: ""
}
.burger_btn:before {
    top: 0
}
.burger_btn:after {
    bottom: 0
}
.burger_active span {
    transform: scale(0)
}
.burger_active:before {
    top: 9px;
    transform: rotate(45deg)
}
.burger_active:after {
    bottom: 9px;
    transform: rotate(-45deg)
}
.search_input {
    align-items: center;
    border: 1px solid #304066;
    border-radius: 6px;
    display: none;
    margin-bottom: 20px
}
.search_input button {
    background: #1d273e;
    border: none;
    border-bottom-right-radius: 6px;
    border-left: 1px solid #304066;
    border-top-right-radius: 6px;
    height: 100%;
    outline: none;
    width: 15%
}
.search_input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #1d273e;
    border: none;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    color: #fff;
    display: inline-block;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: 100%
}
.search_input input::-moz-placeholder {
    color: #bebebe
}
.search_input input:-ms-input-placeholder {
    color: #bebebe
}
.search_input input::placeholder {
    color: #bebebe
}
.search_input__error {
    outline: 2px solid tomato
}
.search_input__focus {
    outline: 2px solid #00cfa6
}
.search_input>input::-ms-clear, .search_input>input::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}
.search_input>input::-webkit-search-cancel-button, .search_input>input::-webkit-search-decoration, .search_input>input::-webkit-search-results-button, .search_input>input::-webkit-search-results-decoration {
    display: none
}
.front_page .search_input {
    margin-bottom: 35px
}
#not_found {
    align-items: center;
    display: flex;
    flex-direction: column
}
#not_found img {
    max-width: 100%
}
#not_found h1 {
    font-weight: 900
}
#not_found .gradient_btn {
    margin: 20px 0;
    padding: 10px 30px
}
.breadcrumbs {
    margin: 25px 0
}
.breadcrumbs .separator_gradient {
    width: 50%
}
.breadcrumbs .breadcrumbs__row {
    margin: 0;
    padding: 0
}
.breadcrumbs .breadcrumbs__row li {
    display: inline-block;
    list-style: none
}
.breadcrumbs .separator_gradient:first-child {
    margin-bottom: 5px
}
.breadcrumbs .separator_gradient:last-child {
    margin-top: 5px
}
.breadcrumbs .breadcrumbs__link:hover {
    text-decoration: underline
}
.rating .rating__summary {
    border-bottom: 2px solid #00cfa6;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    row-gap: 20px
}
.rating .rating__row, .rating .rating__row_wrap, .rating .rating__total {
    -moz-column-gap: 25px;
    column-gap: 25px;
    display: flex
}
.rating .rating__total {
    margin-top: 25px
}
.rating .rating__total .rating__title, .rating .rating__total .rating__total_count {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1
}
.rating .rating__title {
    width: 100%
}
.rating .rating__stars_container {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    margin-left: 15px
}
.rating .rating__star {
    background: url(https://pinup-yukle.com/img/star_fill.svg) 0 0/100% no-repeat;
    height: 17px;
    width: 17px
}
.rating .rating__star[empty] {
    background-image: url(https://pinup-yukle.com/img/star_empty.svg)
}
.rating .rating__total_count {
    color: #929292
}
.rating .rating__total .rating__stars_container {
    margin-left: 0;
    transform: translate(-11px)
}
#modals {
    align-items: center;
    background: rgba(23, 22, 43, .76);
    display: none;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}
#modals[active] {
    display: flex
}
.start_popup {
    animation: startPopup .8s forwards;
    background: linear-gradient(90deg, #4e3783, #21315f);
    border-radius: 20px;
    box-shadow: 2px 2px 15px #0000004d;
    display: none;
    padding: 35px 25px;
    position: relative
}
.start_popup h3 {
    font-size: 32px;
    font-weight: 700
}
.start_popup h2 {
    color: #f2d016;
    font-size: 36px;
    font-weight: 900
}
.start_popup p {
    font-size: 20px;
    margin-top: 15px;
    max-width: 80%
}
.start_popup .start_popup__btn {
    height: 50px;
    margin-top: 20px;
    width: 100%
}
.start_popup .start_popup__close_btn {
    background: none;
    border: none;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 35px
}
.start_popup .start_popup__close_btn:hover:after, .start_popup .start_popup__close_btn:hover:before {
    background: #00cfa6
}
.start_popup .start_popup__close_btn:after, .start_popup .start_popup__close_btn:before {
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: .3s;
    width: 100%
}
.start_popup .start_popup__close_btn:after {
    transform: rotate(-45deg)
}
.start_popup .start_popup__close_btn:before {
    transform: rotate(45deg)
}
.start_popup .start_popup__bg {
    max-width: 140px;
    position: absolute;
    right: 25%;
    top: -10%;
    width: 100%
}
.start_popup .start_popup__bg img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}
.start_popup .start_popup__bg:before {
    background: linear-gradient(90deg, #1d9ab9, #9722f7);
    border-radius: 100%;
    content: "";
    display: block;
    filter: blur(25px);
    height: 140px;
    isolation: isolate;
    left: 0;
    position: relative;
    top: 0;
    width: 140px;
    z-index: -1
}
.start_popup .start_popup__promocode {
    align-items: center;
    background: #1f2b53;
    border-radius: 8px;
    display: flex;
    height: 50px;
    padding: 0 15px;
    position: relative;
    width: 100%
}
.start_popup .start_popup__promocode button {
    background: none
}
.start_popup .start_popup__promocode .promocode {
    color: #75e272;
    font-size: 18px;
    margin-left: 10px
}
.start_popup .start_popup__promocode[active] {
    outline: 1px solid #23d423
}
.start_popup .start_popup__promocode_copy {
    border: none;
    border-bottom-right-radius: 8px;
    border-left: 1px solid #435ba9;
    border-top-right-radius: 8px;
    height: 100%;
    padding-left: 15px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    transition: .3s
}
.start_popup .start_popup__promocode_copy:hover {
    background: rgba(0, 0, 0, .2)
}
.start_popup .start_popup__promocode_title {
    color: #506ed1
}
.start_popup[active] {
    display: block
}
@keyframes startPopup {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
body[stop-scroll] {
    overflow-y: hidden
}
#cookie {
    background: #2a3450;
    border-radius: 8px;
    bottom: 10px;
    box-shadow: 0 0 10px #0095ffcc;
    display: none;
    justify-content: space-between;
    left: 50%;
    padding: 10px 15px;
    position: fixed;
    transform: translate(-50%);
    width: 70%;
    z-index: 20
}
#cookie {
    display: none
}
#cookie, #cookie .cookie_row {
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px
}
#cookie .cookie_row {
    display: flex;
    max-width: 70%
}
#cookie .cookie_icon {
    min-height: 30px;
    min-width: 30px
}
#cookie .cookie_buttons {
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: flex
}
#cookie .cookie_text {
    color: #e6e6e6;
    font-size: 14px
}
#cookie .cookie_btn__policy {
    color: #00cfa6;
    text-decoration: none;
    white-space: nowrap
}
#cookie .cookie_btn__policy:after {
    background: #00cfa6;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    transition: .3s;
    width: 0
}
#cookie .cookie_btn__policy:hover:after {
    width: 100%
}
#cookie .cookie_btn__agree {
    align-items: center;
    background: rgba(255, 36, 0, 1);
    border: none;
    border-radius: 6px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 160px
}
#cookie .cookie_btn__agree:hover {
    background-image: linear-gradient(70deg, #2ba35b -8%, #0a8543 96%)
}
#cookie .cookie_btn__agree span {
    color: #fff
}
#cookie[data-active] {
    display: flex
}
.info img {
    max-width: 100%
}
#topbar {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
    z-index: 6
}
#topbar ul {
    margin: 0;
    padding: 0
}
#topbar .phone_icon {
    margin-left: 10px
}
#topbar .phone_icon svg {
    height: 18px
}
#topbar .topbar__controls {
    align-items: center;
    display: flex
}
#topbar .topbar__controls:after {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 12px;
    opacity: .2;
    width: 1px
}
#topbar .topbar__free_money_btn {
    align-items: center;
    background-image: linear-gradient(285.39deg, #ffb800 -4.36%, #fff173 115.87%);
    border-radius: 50px;
    display: flex;
    height: 24px;
    justify-content: space-between;
    padding: 0 8px;
    width: 100%
}
#topbar .topbar__free_money_btn span {
    color: #0d1016;
    font-size: 12px;
    font-weight: 600
}
#topbar .topbar__free_money_btn img {
    max-height: 40px
}
#topbar .topbar__free_money_btn svg {
    fill: #795805;
    margin-left: 8px;
    width: 8px
}
#topbar .topbar__bonus_btn, #topbar .topbar__col {
    align-items: center;
    display: flex
}
#topbar .topbar__bonus_btn {
    background-color: #4e5d864d;
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 26px;
    padding-right: 35px;
    position: relative;
    transition: .2s
}
#topbar .topbar__bonus_btn:hover {
    background-color: #4e5d8666
}
#topbar .topbar__bonus_btn svg {
    width: 18px
}
#topbar .topbar__bonus_btn img {
    max-height: 62px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translate(30%)
}
#topbar .topbar__bonus_btn_icon {
    align-items: center;
    background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%), linear-gradient(90deg, #ed6ea0, #ec8c69);
    border-radius: 100%;
    box-shadow: 0 5px 15px #c955ff66;
    display: flex;
    justify-content: center;
    padding: 8px;
    transform: translate(-10px)
}
#topbar .topbar__applications {
    align-items: center;
    display: flex
}
#topbar .topbar__applications:after {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 14px;
    opacity: .2;
    width: 1px
}
#topbar .topbar__applications_windows {
    align-items: center;
    display: flex;
    font-size: 10px
}
#topbar .topbar__applications_windows:after {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 14px;
    opacity: .2;
    width: 1px
}
#topbar .topbar__applications_windows .topbar__applications_windows_title {
    display: inline-block;
    line-height: 14px;
    margin-right: 10px
}
#topbar .topbar__applications_windows .topbar__applications_windows_title b {
    font-size: 11px;
    font-weight: 700
}
#topbar .topbar__applications_windows .topbar__applications_windows_title span {
    color: #ffffff80;
    font-weight: 600
}
#topbar .topbar__applications_windows svg {
    width: 24px
}
#topbar .topbar__applications_windows svg path {
    transition: .2s
}
#topbar .topbar__applications_windows svg:hover path {
    fill: #e4e4e4
}
#topbar .topbar__applications_phones {
    align-items: center;
    background-color: #4e5d864d;
    border-radius: 6px;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 0 10px
}
#topbar .topbar__applications_phones .app_phone_apple, #topbar .topbar__applications_phones .app_phone_android {
    margin-left: 10px
}
#topbar .topbar__applications_phones a {
    align-items: center;
    display: flex
}
#topbar .topbar__applications_phones svg {
    width: 14px
}
#topbar ul {
    margin-top: 5px
}
#header {
    align-items: center;
    background: #13171f;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000080;
    display: flex;
    height: 56px;
    padding: 0 10px;
    position: sticky;
    top: 0;
    z-index: 5
}
#header .logotype__mob_separator {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .2) 9.92%, transparent);
    display: none;
    height: 1px;
    width: 100%
}
#header .logotype {
    transform: translateY(-10%)
}
#header .logotype .logotype__mob_separator:first-child {
    transform: rotate(180deg)
}
#header .navigation_new {
    margin-left: 5px
}
#header .btn_login {
    font-weight: 700;
    height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 36, 0, 1);
    margin-left: 15px;
    display: flex;
}
#header .btn_registration {
    align-items: center;
    background: rgba(255, 36, 0, 1);
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    margin-left: 15px;
    padding: 0 10px;
    transition: .2s
}
#header .btn_registration span {
    white-space: nowrap
}
#header .btn_registration:hover {
    background: linear-gradient(0deg, rgba(49, 51, 52, .15), rgba(49, 51, 52, .15)), #ff2400
}
#header .btn_registration__add {
    align-items: center;
    background-image: linear-gradient(210deg, hsla(0, 0%, 100%, 0) 25%, hsla(0, 0%, 100%, .06) 48%, #fff 133%);
    border-radius: 100%;
    display: flex;
    font-size: 16px;
    height: 20px;
    justify-content: center;
    margin-right: 6px;
    padding: 3px;
    width: 20px
}
#header .navigation {
    justify-content: space-between;
    width: 95%
}
#header .navigation, #header li {
    align-items: center;
    display: flex;
    height: 100%
}
#header li {
    list-style: none;
    margin: 0 12px
}
#header li a {
    align-items: center;
    display: flex;
    height: 100%
}
#header .navigation__general {
    height: 100%;
    margin-left: 20px;
    overflow-x: hidden;
    position: relative;
    width: 97%
}
#header .navigation__general a {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}
#header .navigation__general img {
    width: 60px
}
#header .navigation__general .active {
    position: relative
}
#header .navigation__general .active a {
    text-shadow: 0 0 10px rgba(0, 183, 255, .7), 0 0 6px rgba(0, 149, 255, .5), 0 0 10px rgba(141, 83, 233, .7)
}
#header .navigation__general li {
    cursor: pointer;
    position: relative;
    white-space: nowrap
}
#header .navigation__general li:after {
    background-color: #00cfa6;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .2s;
    width: 100%
}
#header .navigation__general li:hover a {
    text-shadow: 0 0 10px rgba(0, 183, 255, .7), 0 0 6px rgba(0, 149, 255, .5), 0 0 10px rgba(141, 83, 233, .7)
}
#header .navigation__general li:hover:after {
    opacity: 1
}
#header .navigation__general .dropmenu:hover:after {
    display: none
}
#header .navigation__general .dropmenu:hover .dropmenu__content {
    display: flex
}
#header .navigation__general .dropmenu__title {
    font-size: 14px;
    font-weight: 600
}
#header .navigation__general .dropmenu__title:hover {
    text-shadow: 0 0 10px rgba(0, 183, 255, .7), 0 0 6px rgba(0, 149, 255, .5), 0 0 10px rgba(141, 83, 233, .7)
}
#header .navigation__general .dropmenu__content li a {
    text-shadow: none
}
#header .navigation__general .dropmenu__content {
    background-color: #fff;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    margin: 0;
    max-width: 150px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    transform: translate(-60%);
    width: 100%
}
#header .navigation__general .dropmenu__content li {
    padding: 3px 10px;
    transition: .2s;
    width: 100%
}
#header .navigation__general .dropmenu__content li:hover {
    background-color: #e6e6e6
}
#header .navigation__general .dropmenu__content li:hover a {
    color: #696969
}
#header .navigation__general .dropmenu__content a {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    width: 100%
}
#header .navigation__general .dropmenu__content:hover li a {
    text-shadow: none
}
#header .navigation__general .dropmenu__content:hover li:after {
    display: none
}
#header .navigation__general .dropmenu__list li a {
    text-shadow: none
}
#header .navigation__general .dropmenu__list {
    background-color: #fff;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    margin: 105% 0 0;
    padding: 10px 0;
    position: absolute;
    top: 0;
    transform: translate(-30%);
    width: 250%
}
#header .navigation__general .dropmenu__content:after, #header .navigation__general .dropmenu__list:after, #header .navigation__more_content:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 7px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    top: 0;
    transform: translateY(-90%);
    width: 0
}
#header .navigation__general .dropmenu__list li {
    padding: 3px 10px;
    transition: .2s;
    width: 100%
}
#header .navigation__general .dropmenu__list li:hover {
    background-color: #e6e6e6
}
#header .navigation__general .dropmenu__list li:hover a {
    color: #696969
}
#header .navigation__general .dropmenu__list a {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    width: 100%
}
#header .navigation__general .dropmenu__list:hover li a {
    text-shadow: none
}
#header .navigation__general .dropmenu__list:hover li:after {
    display: none
}
#header .navigation__general .dropmenu__active .dropmenu__list {
    display: flex
}
#header ul {
    margin: 0;
    padding: 0
}
#header .navigation__buttons, #header .navigation__more, #header ul {
    align-items: center;
    display: flex
}
#header .navigation__more {
    height: 100%;
    margin-right: 40px
}
#header .navigation__more_title {
    align-items: center;
    background-color: #252d47;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    height: 32px;
    opacity: 0;
    padding: 0 10px;
    transition: .2s
}
#header .navigation__more_title:hover {
    background-color: #4e5d8666
}
#header .navigation__more_title span:nth-child(2) {
    color: #b9b9b9;
    font-size: 18px;
    margin-left: 5px
}
#header .navigation__more_content {
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    margin-top: 55px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    transform: translate(-20%);
    transition: .3s;
    width: 150px
}
#header .navigation__more_content .dropmenu {
    color: #696969;
    font-size: 14px;
    position: relative
}
#header .navigation__more_content .dropmenu .dropmenu__content {
    background: #f5f5f5;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    transform: translate(-110%)
}
#header .navigation__more_content .dropmenu:hover .dropmenu__content {
    display: flex
}
#header .navigation__more_content li {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
    padding: 5px 10px;
    transition: .2s;
    width: 100%
}
#header .navigation__more_content li:hover {
    background-color: #e6e6e6
}
#header .navigation__more_content li img {
    width: 50%
}
#header .navigation__more_content li a {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    width: 100%
}
#header .navigation__more_content .new_label {
    margin-left: 5px
}
#header .navigation__more_content[active] {
    display: flex
}
#header .navigation__wrap {
    display: flex;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    width: 100%
}
#promos {
    display: grid;
    gap: 25px;
    grid-template-columns: 3fr 1fr 1fr;
    padding-top: 25px
}
#promos ul {
    margin: 0;
    padding: 0
}
#promos .promos__lg, #promos .promos__sm {
    height: 100%;
    position: relative;
    width: 100%
}
#promos .promos__lg a, #promos .promos__sm a {
    color: #fff;
    display: inline-block;
    height: 100%;
    text-decoration: none;
    width: 100%
}
#promos .promos__lg .promos__offer, #promos .promos__sm .promos__offer {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 0;
    padding: 90px 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}
#promos .promos__lg picture, #promos .promos__sm picture {
    width: 100%
}
#promos .promos__lg picture img, #promos .promos__sm picture img {
    max-width: 100%;
    width: 100%
}
#promos picture img {
    border-radius: 20px
}
#promos .promos__offer_title {
    font-size: 36px;
    font-weight: 900;
    line-height: 105%
}
#promos .promos__offer_subtitle {
    font-size: 24px;
    max-width: 400px
}
#promos .promos__btn {
    color: #fff;
    background: #a51600;
    border: none;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    height: 50px;
    max-width: 250px;
    width: 100%
}
@media screen AND (min-width: 1600px) {
    #promos .promos__offer_title {
        font-size: 1.8em
    }
    #promos .promos__offer_subtitle {
        font-size: 1.3em
    }
}
#promos .promos__btn_gold {
    background-image: linear-gradient(285.39deg, #17AA8B -4.36%, #0FF7BE 115.87%);
    border-radius: 50px;
    box-shadow: 0 0 15px #117f67;
    transition: .3s
}
#promos .promos__btn_gold:hover {
    box-shadow: 0 0 18px #117f67;
    transform: scale(1.05)
}
#promos .promos__btn_red {
    transition: .3s
}
#promos .promos__btn_red:hover {
    background: linear-gradient(0deg, rgba(49, 51, 52, .15), rgba(49, 51, 52, .15)), #ff2400
}
#categories {
    display: flex;
    justify-content: space-between;
    padding-top: 25px
}
#categories ul {
    margin: 0;
    padding: 0
}
#categories .categories__card {
    align-items: center;
    background: #13171f;
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    padding: 15px 20px;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    width: 100%
}
#categories .categories__card:before {
    background: linear-gradient(90deg, #26080315, #ff240055);
    border-radius: 12px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .2s;
    width: 100%;
    z-index: 1
}
#categories .categories__card:hover {
    color: #fff
}
#categories .categories__card:hover img {
    transform: translateZ(10px) rotate(-10deg)
}
#categories .categories__card:hover:before {
    opacity: 1
}
#categories .categories__card .categories__card_img, #categories .categories__card .categories__card_wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column
}
#categories .categories__card img {
    max-width: 100px;
    max-height: 55px;
    transition: .3s
}
#categories .categories__card_title {
    font-size: 24px;
    font-weight: 600
}
#categories .categories__card:first-child {
    margin: 0
}
.info {
    position: relative
}
.info .info__visible h2:first-child, .info .info__visible h3:first-child {
    margin: 0
}
.info .info__open_btn {
    margin: 50px auto 0
}
.info h2 {
    font-size: 28px
}
.info h2, .info h3 {
    color: #fff;
    font-weight: 700;
    margin: 20px 0
}
.info h3 {
    font-size: 22px
}
.info p {
    margin-top: 3px;
    padding: 0
}
.info a {
    color: #00cfa6;
    text-decoration: none
}
.info ul {
    margin-top: 5px
}
.info ul li {
    list-style: circle
}
.info table {
    border-collapse: collapse;
    margin: 20px 0
}
.info td {
    border: 1px solid #818181;
    padding: 6px 10px
}
.info .check tr>td:first-child:before {
    background: url(https://pinup-yukle.com/img/checkbox.svg) 0 0 / cover no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    width: 18px
}
.info .info__hide_btn {
    fill: #00cfa6;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    transform: rotate(180deg);
    transition: .2s;
    width: 30px
}
.info .info__hide_btn:hover {
    fill: #046bb4
}
.info .faq_section h2 {
    margin-top: 40px
}
.info .info__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 100px
}
.info .info__rating {
    margin-top: 25px
}
.info__active .info__hide_btn {
    display: block
}
.info__active .info__open_btn {
    display: none
}
.info__active .info__hidden {
    display: block
}
#action {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative
}
#action .action__title {
    font-size: 26px;
    font-weight: 900
}
#action .action__bg {
    background: url(https://pinup-yukle.com/img/Blackjack_promo.png) bottom/30% no-repeat;
    border-radius: 12px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
#footer {
    margin-top: 50px
}
#footer .footer__logo_row {
    align-items: center;
    display: flex;
    margin-bottom: 25px
}
#footer .footer__logo_row span {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .2) 9.92%, transparent);
    display: inline-block;
    flex-grow: 1;
    height: 1px;
    margin-left: 25px;
    transform: translateY(4px)
}
#footer .footer__logotype {
    max-width: 120px
}
#footer .footer__support_icon svg {
    fill: #fff;
    max-width: 13px
}
#footer .icon_apple svg {
    fill: #fff;
    width: 24px
}
#footer .icon_android svg, #footer .icon_windows svg {
    width: 28px
}
#footer .footer__app_arrow {
    align-items: center;
    background-color: #464646;
    border-radius: 100%;
    display: flex;
    height: 14px;
    justify-content: center;
    width: 14px
}
#footer .footer__app_arrow svg {
    fill: #fff;
    max-width: 6px;
    transform: rotate(-90deg)
}
#footer .footer__row {
    display: flex;
    justify-content: space-between
}
#footer .footer__col_title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}
#footer .footer__support_subtitle {
    font-size: 12px
}
#footer .footer__support_icon {
    align-items: center;
    background-image: linear-gradient(144deg, #00cfa6 -27%, #0855c4 151%, #0855c4 0);
    border-radius: 6px;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px
}
#footer .footer__support_icon path, #footer .footer__support_icon svg {
    fill: #fff
}
#footer .footer__support_icon svg {
    height: 100%
}
#footer .footer__support_row {
    align-items: center;
    display: flex;
    margin-top: 10px
}
#footer .footer__support_row span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px
}
#footer .footer__support_row span:hover {
    text-decoration: underline
}
#footer nav ul {
    margin: 10px 0 0;
    padding: 0
}
#footer nav li {
    list-style: none;
    margin-bottom: 5px
}
#footer nav a {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    transition: .3s
}
#footer nav a:after {
    background-color: #00cfa6;
    content: "";
    display: inline-block;
    height: 1px;
    transition: .3s;
    width: 0
}
#footer nav a:hover {
    color: #00cfa6
}
#footer nav a:hover:after {
    width: 100%
}
#footer .footer__categories ul {
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}
#footer .footer__app {
    align-items: center;
    background-color: transparent;
    border: 1px solid #444;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 4px 15px;
    transition: .3s
}
#footer .footer__app:hover {
    background-color: #8787871a
}
#footer .footer__app_container {
    align-items: center;
    display: flex
}
#footer .footer__app_subtitle {
    color: #ffffff80;
    font-size: 10px
}
#footer .footer__app_title {
    color: #fff;
    font-size: 12px;
    font-weight: 600
}
#footer .footer__app_wrap {
    margin-left: 10px
}
#footer .footer__apps {
    display: flex
}
#footer .footer__app_for_android {
    margin-top: 8px
}
#footer .footer__app_for_android .footer__app_wrap, #footer .footer__app_for_apple .footer__app_wrap {
    margin-right: 5px
}
#footer .footer__app_for_windows {
    margin-top: 8px
}
#footer .footer__brands_row {
    display: flex;
    flex-direction: column;
    margin-top: 50px
}
#footer .footer__socials, #footer .footer__socials span {
    align-items: center;
    display: flex
}
#footer .footer__socials span {
    border-radius: 10px;
    height: 35px;
    justify-content: center;
    margin-left: 10px;
    transition: .3s ease-out;
    width: 35px
}
#footer .footer__socials span:hover {
    transform: scale(1.1)
}
#footer .footer__socials span svg {
    max-width: 65%
}
#footer .twitter_link svg {
    max-width: 100% !important
}
#footer .telegram_link {
    background: linear-gradient(240.2deg, #0fb1d6, #08c 61.34%)
}
#footer .youtube_link {
    background: linear-gradient(135deg, #ff4f4f, red)
}
#footer .vk_link {
    background: linear-gradient(108.65deg, #91b8ef 2.63%, #4288ed 101.05%), linear-gradient(135deg, #ff4f4f, red)
}
#footer .instagram_link {
    background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%)
}
#footer .facebook_link {
    background: linear-gradient(135deg, #82a4e9, #4267b2)
}
#footer .footer__content_row {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    width: 100%
}
#footer .footer__brands {
    align-items: center;
    display: flex
}
#footer .footer__brands img {
    height: 25px
}
#footer .footer__brands svg {
    height: 25px
}
#footer .footer__brand {
    margin: 0 25px
}
#footer .footer__controls, #footer .footer__controls_btn {
    align-items: center;
    display: flex
}
#footer .footer__controls_btn {
    background: linear-gradient(92.58deg, #1e283f, rgba(20, 27, 46, .6) 99.71%);
    border-radius: 10px;
    height: 35px;
    justify-content: center;
    width: 35px
}
#footer .footer__controls_btn:hover {
    background: linear-gradient(92.58deg, #2a3858, rgba(31, 44, 78, .6) 99.71%)
}
#footer .footer__controls_btn svg, #footer .footer__controls_btn svg path {
    fill: #fff
}
#footer .footer__controls_btn:nth-child(2) {
    margin-left: 10px
}
#footer .footer_phone_icon {
    max-width: 30%
}
#footer .footer_arrow_icon {
    max-width: 40%
}
#footer .footer__row_partners {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    justify-content: space-between;
    padding: 30px 0
}
#footer .footer__row_partners svg:hover .svg__mono {
    opacity: 0
}
#footer .footer__row_partners svg:hover .svg__color {
    opacity: 1
}
#footer .footer__row_partners svg .svg__mono {
    transition: .2s
}
#footer .footer__row_partners svg .svg__color {
    opacity: 0;
    transition: .2s
}
#footer .footer__desc_row {
    display: flex;
    justify-content: center;
    padding: 30px 0
}
#footer .footer__desc_row .footer__desc {
    font-size: 10px;
    text-align: center
}
#footer .phone_svg {
    -o-object-fit: contain;
    object-fit: contain
}
#footer .footer__app_arrow svg, #footer .footer__controls_btn svg, #footer .footer__socials span>svg, #footer .phone_svg svg {
    height: 100%
}
#footer .footer__row_partners {
    display: flex;
    width: 100%
}
#footer .footer__row_partners svg {
    margin: 8px;
    height: 22px
}
#fixed_footer {
    display: none
}
.page_container {
    display: flex
}
.page_container .sidebar__mob_btn {
    align-items: center;
    background: linear-gradient(270deg, rgba(29, 39, 62, .714), #11182a);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 0 10px #00b7ff80;
    display: none;
    height: 80px;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 110px;
    transition: .3s;
    width: 40px;
    z-index: 91
}
.page_container .sidebar__mob_btn svg {
    fill: #fff;
    height: 100%;
    max-width: 20px;
    transform: rotate(-90deg)
}
#sidebar {
    height: 100vh;
    position: sticky;
    top: 40px;
    width: 350px
}
#sidebar .sidebar__container {
    background-color: #141b2f;
    border-radius: 12px;
    height: 100%;
    margin-top: 25px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 20px 15px;
    position: relative;
    width: 100%
}
#sidebar .sidebar__container::-webkit-scrollbar {
    background-color: transparent;
    width: 7px
}
#sidebar .sidebar__container::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 8px
}
#sidebar nav ul {
    list-style: none;
    padding: 0
}
#sidebar nav li {
    border-bottom: 1px solid rgba(38, 46, 72, .5)
}
#sidebar nav li a {
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    z-index: 1
}
#sidebar nav li a, #sidebar nav li a:before {
    display: inline-block;
    height: 100%;
    width: 100%
}
#sidebar nav li a:before {
    background: linear-gradient(90deg, rgba(0, 149, 255, .424), transparent);
    content: "";
    isolation: isolate;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .2s;
    z-index: -1
}
#sidebar nav li:hover a:before {
    opacity: 1
}
#sidebar .sidebar__title_category {
    align-items: center;
    color: #7388b680;
    display: flex;
    font-size: 17px;
    margin-bottom: 5px;
    padding: 10px
}
#sidebar .sidebar__title_category:after {
    background: linear-gradient(90deg, rgba(92, 100, 116, .459), transparent);
    content: "";
    display: inline-block;
    height: 1px;
    margin-left: 10px;
    width: 100%
}
#sidebar .sidebar__close_btn {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    margin-left: 20px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 32px;
    transition: height .2s, opacity .5s;
    width: 30px
}
#sidebar .sidebar__close_btn span {
    background-color: #00cfa6;
    border-radius: 30px;
    height: 2px;
    transition: .4s;
    width: 30px
}
#sidebar .sidebar__close_btn span:first-child {
    transform: translateY(-2px) rotate(45deg);
    transform-origin: left
}
#sidebar .sidebar__close_btn span:nth-child(2) {
    transform: translateY(2px) rotate(-45deg);
    transform-origin: left
}
#sidebar .sidebar__close_btn_active {
    height: 10px;
    opacity: 0
}
#sidebar .sidebar__close_btn_active span:first-child {
    transform: translateY(-2px) rotate(0);
    transform-origin: left
}
#sidebar .sidebar__close_btn_active span:nth-child(2) {
    transform: translateY(2px) rotate(0);
    transform-origin: left
}
#content {
    margin-top: 25px;
    width: 100%
}
#content .cat_promos {
    display: flex
}
#content .cat_promo {
    border-radius: 10px;
    overflow: hidden;
    width: 50%
}
#content .cat_promo img {
    max-width: 100%;
    width: 100%
}
#content .cat_promo__simple img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
#content .cat_promo:first-child {
    margin-right: 15px
}
#content .cat_promo__interactive {
    align-items: center;
    border: 2px solid #cda432;
    display: flex;
    flex-direction: column;
    padding: 10px
}
#content .cat_promo__interactive_row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}
#content .cat_promo__interactive_img {
    border-radius: 6px;
    margin: 0 5px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 25%
}
#content .cat_promo__interactive_img img {
    height: 100%;
    transition: .8s
}
#content .cat_promo__interactive_img:hover img {
    transform: scale(1.05)
}
#content .cat_promo__interactive_title {
    font-size: 2em;
    font-weight: 900;
    margin: 0;
    padding: 0
}
#content .cat_promo__interactive_subtitle {
    color: #ffe55d;
    font-size: 1.5em;
    font-weight: 700;
    text-shadow: 0 0 5px #ffa600
}
#content .info .title_page {
    margin-bottom: 25px
}
#content .dashbord:before {
    background-image: linear-gradient(90deg, #ff4edf, #ff2958)
}
#content .dashbord .dashbord__grid {
    grid-template-columns: repeat(7, 1fr);
    margin-top: 0
}
.dashbord__pagination {
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 149, 255, .424), transparent);
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    max-width: 250px;
    overflow: hidden
}
.dashbord__pagination a {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: 10px;
    transition: .2s
}
.dashbord__pagination a:hover {
    background-color: #006bb8b0
}
.dashbord__pagination .current {
    color: #888;
    display: inline-block;
    height: 100%;
    padding: 10px
}
.dashbord__pagination a {
    color: #fff
}
.dashbord__pagination_next {
    transform: scale(1.4)
}
.dashbord_lg .dashbord__grid a {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    max-height: none;
    max-width: none;
    overflow: visible
}
.dashbord_lg .dashbord__grid span {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px
}
.dashbord_lg .dashbord__grid figure {
    aspect-ratio: 16/11;
    border-radius: 12px;
    margin: 0;
    max-height: 130px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    padding: 0
}
.search_results__title {
    font-size: 2.1em;
    font-weight: 900;
    margin-bottom: 40px
}
.search__item {
    background: #13171f;
    border-radius: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    width: 80%
}
.search__item:before {
    background: linear-gradient(90deg, #243252, #16203a);
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 1
}
.search__item:hover {
    color: #fff
}
.search__item:hover:before {
    opacity: 1
}
.search__item .search__item_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2
}
.search__item .search__item_title {
    flex-grow: 1;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 15px 0 0;
    padding: 0
}
.search__item .search__item_btn {
    font-weight: 400;
    height: 100%;
    padding: 6px 30px
}
.search__item .search__item_btn img {
    display: none
}
.search__item .search__item_text {
    margin-top: 15px;
    position: relative;
    z-index: 2
}
.search_pagination {
    margin-top: 50px
}
.search_results__none {
    color: #00cfa6;
    display: none;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center
}
.search_results__none[active] {
    display: block
}
.rg_offer_row {
    align-items: flex-end;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex
}
.rg_logo_wrap {
    position: relative
}
.rg_logo_container {
    align-items: center;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 220px
}
.rg_logo_container img {
    width: 100%
}
.rg_rating {
    background: #0d1016;
    border-radius: 8px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    display: flex;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(10px, -10px)
}
.rg_rating__count {
    font-size: 18px;
    font-weight: 700
}
.rg_rating__star {
    height: 25px;
    transform: translateY(1px);
    width: 25px
}
.rg_offer_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 15px
}
.rg_offer__title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 0
}
.rg_offer__features {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px
}
.rg_offer__feature, .rg_offer__features {
    align-items: center;
    display: flex;
    width: 100%
}
.rg_offer__feature {
    border: 1px solid #00cfa6;
    border-radius: 12px;
    flex-direction: column;
    height: 90px;
    justify-content: center;
    max-width: 130px;
    padding: 0 10px;
    text-align: center
}
.rg_offer__feature_total {
    color: #fbce2a;
    font-size: 20px;
    font-weight: 600
}
.rg_offer__feature_separator {
    background: hsla(0, 0%, 100%, .31);
    height: 1px;
    width: 40px
}
.rg_offer__feature_title {
    font-size: 14px;
    max-width: 120px
}
.rg_offer__btn {
    align-items: center;
    background: rgba(255, 36, 0, 1);
    border-radius: 10px;
    color: #fff;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    font-size: 19px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    max-width: 220px;
    text-decoration: none;
    text-transform: uppercase;
    width: 220px
}
.rg_offer__btn svg {
    margin-left: -6px
}
.rg_offer__btn:hover {
    background-image: linear-gradient(70deg, #2ba35b -8%, #0a8543 96%);
    color: #fff
}
#review_game .info {
    margin-top: 30px
}
#review_game .info__title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center
}
.rg_desc {
    margin-top: 30px
}
.rg_desc__row {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}
.rg_desc__row:not(:last-child) {
    margin-bottom: 15px
}
.rg_desc__title {
    font-size: 14px;
    max-width: 150px;
    width: 100%
}
.rg_info h2 {
    font-size: 24px
}
.rg_info h3 {
    font-size: 20px
}
.info .info__visible h3:first-child, .rg_info .info__visible h2:first-child {
    margin-bottom: 25px
}
.rg_info .info__open_btn {
    height: 50px;
    max-width: 200px;
    width: 100%
}
.rg_desc__content {
    max-width: 650px
}
.rg_desc__provider {
    background: rgba(78, 93, 134, .3);
    border-radius: 8px;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    transition: .3s;
    width: 100%
}
.rg_desc__provider:hover {
    background: rgba(86, 106, 160, .418)
}
.rg_desc__provider img {
    max-width: 140px
}
.rg_more_games__wrap {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    margin-top: 35px;
    padding-bottom: 35px
}
.rg_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px
}
.rg_more_games {
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    row-gap: 15px
}
.rg_more_game:hover .rg_more_preview img {
    transform: scale(1.05)
}
.rg_more_game:hover .rg_more_game__title {
    color: #00cfa6
}
.rg_more_preview {
    border-radius: 12px;
    height: 130px;
    overflow: hidden;
    width: 170px
}
.rg_more_preview img {
    transition: .4s
}
.rg_more_game__title {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    transition: .3s
}
.rg_plus_minus {
    -moz-column-gap: 25px;
    column-gap: 25px;
    display: flex;
    margin: 30px 0
}
.rg_block {
    background: rgba(78, 93, 134, .3);
    border-radius: 12px;
    max-width: 500px;
    padding: 15px 15px 25px;
    position: relative
}
.rg_block:before {
    background-size: 200% auto;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    content: "";
    display: block;
    height: 6px;
    left: 25px;
    position: absolute;
    right: 25px;
    top: 0
}
.rg_block__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}
.rg_block__item {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex
}
.rg_plus .rg_block__title {
    color: #2ada73
}
.rg_plus:before {
    background: #24b260
}
.rg_minus .rg_block__title {
    color: #e83737
}
.rg_minus:before {
    background: #e83737
}
.rg_breadcrumbs {
    margin-top: 0
}
.rg_offer_content {
    align-items: center;
    -moz-column-gap: 35px;
    column-gap: 35px;
    display: flex
}
#sitemap {
    background: linear-gradient(180deg, #1d273e, #11182a);
    border-radius: 20px;
    margin-top: 25px;
    padding: 25px 20px 45px
}
#sitemap .breadcrumbs {
    border-radius: 8px;
    padding: 10px 15px
}
#sitemap .breadcrumbs .separator_gradient {
    display: none
}
#sitemap .sitemap__title {
    align-items: center;
    display: flex;
    font-size: 1.8em;
    font-weight: 900;
    justify-content: center;
    text-align: center
}
#sitemap .sitemap__title .separator_gradient {
    background: linear-gradient(90deg, #ff4edf 9.92%, transparent);
    max-width: 10%
}
#sitemap .sitemap__title span {
    display: inline-block;
    margin: 0 20px
}
#sitemap .sitemap__title .separator_gradient:first-child {
    transform: rotate(180deg)
}
#sitemap .sitemap__title_main {
    font-size: 2.2em;
    text-transform: uppercase
}
#sitemap .sitemap__title_main span {
    color: #fff
}
#sitemap .sitemap__title_main .separator_gradient {
    background: linear-gradient(90deg, #00cfa6 9.92%, transparent);
    max-width: 30%
}
#sitemap .sitemap__navigation {
    margin-bottom: 40px
}
#sitemap .sitemap__navigation ul {
    border: 1px solid hsla(0, 0%, 100%, .075);
    border-radius: 20px;
    box-shadow: inset 0 0 10px #00cfa6;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    padding: 30px 60px;
    position: relative;
    row-gap: 15px
}
#sitemap .sitemap__navigation ul li {
    list-style: none
}
#sitemap .sitemap__navigation ul a {
    color: #cac9c9;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    position: relative;
    transition: .3s
}
#sitemap .sitemap__navigation ul a:after {
    background: linear-gradient(90deg, #00cfa6, transparent);
    content: "";
    display: inline-block;
    height: 1px;
    transition: .3s;
    width: 0
}
#sitemap .sitemap__navigation ul a:hover {
    color: #00cfa6
}
#sitemap .sitemap__navigation ul a:hover:after {
    width: 60%
}
#sitemap .sitemap__category_list ul {
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(3, 1fr)
}
#sitemap .sitemap__mob_btn {
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 149, 255, .69), transparent);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    bottom: 0;
    display: none;
    height: 60px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%
}
#sitemap .sitemap__mob_btn path, #sitemap .sitemap__mob_btn svg {
    fill: #fff;
    animation: dashbordBtn .8s cubic-bezier(.4, 0, 1, 1) infinite alternate;
    height: 100%;
    max-height: 40px
}
@media (max-width: 1820px) {
    #promos .promos__offer_title {
        font-size: 1.8em;
        max-width: 100%
    }
}
@media (max-width: 1670px) {
    #promos .promos__offer_title {
        font-size: 1.8em;
        max-width: 100%
    }
    #promos .promos__offer_subtitle {
        font-size: 1.3em
    }
}
@media (max-width: 1525px) {
    #header .navigation .navigation__general {
        margin-left: 10px
    }
    .search__item {
        width: 90%
    }
}
@media (max-width: 1500px) {
    .rg_offer_wrap {
        width: 100%
    }
    .rg_offer__feature {
        -moz-column-gap: 10px;
        column-gap: 10px;
        flex-direction: row;
        height: 55px;
        justify-content: flex-start;
        max-width: none;
        padding: 0 10px
    }
    .rg_offer__feature_separator {
        display: none
    }
    .rg_offer__features {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
    .rg_offer__feature_title {
        text-align: left
    }
    .rg_offer_row {
        align-items: flex-end
    }
    .rg_logo_wrap {
        margin-top: -8px
    }
}
@media (max-width: 1490px) {
    #header .navigation li {
        margin: 0 8px
    }
    #promos .promos__offer_subtitle {
        font-size: 1em
    }
    #promos .promos__offer_title {
        font-size: 1.6em;
        max-width: 100%
    }
    #promos .promos__lg .promos__offer, #promos .promos__sm .promos__offer {
        padding: 70px 25px
    }
    .dashbord_lg .dashbord__grid span {
        font-size: .8em
    }
}
@media (max-width: 1345px) {
    #cookie {
        width: 80%
    }
}
@media (max-width: 1325px) {
    #promos .promos__lg .promos__offer, #promos .promos__sm .promos__offer {
        padding: 70px 15px
    }
}
@media (max-width: 1310px) {
    .rg_more_preview {
        align-items: center;
        display: flex;
        height: 110px;
        justify-content: center;
        width: 155px
    }
}
@media (max-width: 1230px) {
    .rg_offer__features {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}
@media (max-width: 1220px) {
    .rg_more_preview {
        height: 100px;
        width: 140px
    }
}
@media (max-width: 1210px) {
    .rg_offer_content, .rg_offer_row {
        -moz-column-gap: 25px;
        column-gap: 25px
    }
}
@media (max-width: 1200px) {
    #topbar {
        padding-bottom: 10px
    }
    .search_input {
        display: flex
    }
    #promos {
        padding-top: 15px
    }
    #categories .categories__card_subtitle {
        font-size: .9em
    }
    #categories .categories__card_title {
        font-size: 1em
    }
    body {
        padding-top: 56px
    }
    #header .logotype img {
        max-width: 70px
    }
    #header .btn_registration {
        margin-left: 15px
    }
    #header {
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        left: 0;
        padding: 0 20px 0 15px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100
    }
    #header .navigation {
        width: auto
    }
    #header .navigation__wrap {
        background: #13171f;
        bottom: 0;
        flex-direction: column;
        height: 100vh;
        padding: 45px 15px 0;
        position: fixed;
        right: 0;
        top: 55px;
        transform: translate(100%);
        width: 20%;
        z-index: 1
    }
    #header .navigation__general {
        align-items: center;
        flex-direction: column;
        max-height: 85%;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 50px;
        width: 100%
    }
    #header .navigation__general li {
        border-bottom: 1px solid rgba(97, 97, 97, .253);
        padding: 25px 10px
    }
    #header .navigation__general li:after {
        display: none
    }
    #header .navigation__general li a {
        margin: 0;
        padding: 10px 10px 10px 0
    }
    #header .navigation__wrap_active {
        transform: translate(0)
    }
    #header .navigation .navigation__general {
        margin-left: 0
    }
    #header .navigation ul {
        align-items: start
    }
    #header .navigation li {
        border-bottom: 1px solid rgba(97, 97, 97, .253);
        height: 40px;
        width: 100%
    }
    #header .navigation li a {
        align-items: center;
        display: flex;
        height: 100%
    }
    #header .navigation li {
        margin: 0
    }
    #header .navigation .navigation__general .active:after {
        background: linear-gradient(90deg, rgba(0, 149, 255, .424), transparent);
        border-radius: 4px;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1
    }
    #header .navigation .navigation__more, #header .navigation .navigation__more_title {
        display: none
    }
    #header .navigation .navigation__more_content li {
        padding: 0
    }
    #header .navigation .navigation__more_content li:hover {
        background-color: transparent
    }
    #header .navigation .navigation__more_content li a {
        color: #fff;
        font-size: 14px;
        font-weight: 600
    }
    #header .navigation .navigation__more_content:after {
        display: none
    }
    #header .navigation .navigation__general li:hover {
        background-color: transparent
    }
    #header .navigation .navigation__general li:hover:after {
        display: none
    }
    #header .navigation .navigation__more_title span:nth-child(2) {
        font-size: 20px
    }
    #header .navigation .navigation__more_content li img {
        width: 60px
    }
    .burger_btn {
        display: flex
    }
    #header .navigation .navigation__more .navigation__more_content li {
        margin: 0;
        padding: 0 10px
    }
    #header .navigation .navigation__more .navigation__more_content li a {
        margin: 0;
        padding: 0
    }
    #header .navigation .dropmenu__active .dropmenu__list {
        display: flex
    }
    #header .navigation .navigation__general .dropmenu__list {
        box-shadow: 0 0 10px #00b7ff80;
        margin-top: 0;
        transform: none
    }
    #header .navigation .navigation__general .dropmenu__list li {
        border: none
    }
    #header .navigation .navigation__general .dropmenu__list {
        margin-top: 40px;
        width: 70%;
        z-index: 150
    }
    #header .navigation .navigation__general .dropmenu__list:after {
        left: 10%
    }
    #header .navigation .navigation__general .dropmenu__list li {
        padding: 0 15px
    }
    #header .navigation .navigation__general .dropmenu__list li a {
        color: #222
    }
    #content, #sidebar .sidebar__container {
        margin-top: 0
    }
    #footer {
        margin-top: 25px
    }
    .front-page .faq_section .faq_section__items {
        align-items: center;
        display: flex;
        flex-direction: column
    }
    .front-page .faq_section .faq_section__item {
        width: 80%
    }
    .info .info__row {
        padding-right: 0
    }
    .rg_info .faq_section .faq_section__item {
        max-width: 100%
    }
    .rg_breadcrumbs {
        margin-top: 25px
    }
}
@media (max-width: 1230px) {
    #content .dashbord .dashbord__grid {
        grid-template-columns: repeat(6, 1fr)
    }
}
@media (max-width: 1200px) {
    #promos .promos__btn_red {
        height: 40px
    }
    #promos .promos__lg .promos__offer, #promos .promos__sm .promos__offer {
        padding: 55px 15px
    }
    #promos .promos__btn_gold {
        height: 40px;
        max-width: 210px
    }
    #footer .footer__brand {
        margin: 0 10px
    }
    #footer .footer__row_partners {
        display: inline-block;
        line-height: 40px;
        text-align: center
    }
    .dashbord .dashbord__grid {
        gap: 10px
    }
    .section {
        padding: 25px
    }
    .info .info__hide_btn {
        margin-left: auto;
        position: static
    }
    .front_page .faq_section .faq_section__items {
        display: block
    }
    .front_page .faq_section .faq_section__item, .search__item {
        width: 100%
    }
    .rating .rating__star {
        height: 20px;
        width: 20px
    }
    .rating .rating__total .rating__title, .rating .rating__total .rating__total_count {
        font-size: 20px;
        font-weight: 500
    }
}
@media (max-width: 1180px) {
    .rg_offer__btn {
        max-width: 200px;
        width: 100%
    }
    #cookie {
        width: 90%
    }
}
@media (max-width: 1140px) {
    #promos .promos__sm .promos__offer_title {
        font-size: 1.2em
    }
    #footer .footer__row_main {
        flex-wrap: wrap
    }
    #header .navigation .navigation__wrap {
        width: 28%
    }
}
@media (max-width: 1120px) {
    .rg_offer_row {
        align-items: flex-start;
        flex-direction: column
    }
    .rg_offer_controls {
        align-items: flex-end;
        -moz-column-gap: 15px;
        column-gap: 15px;
        display: flex
    }
    .rg_desc__row:not(:last-child) {
        margin-bottom: 0
    }
    .rg_offer__btn {
        max-width: none;
        width: 200px
    }
}
@media (max-width: 1080px) {
    #content .cat_promo__interactive_title {
        font-size: 1.6em
    }
}
@media (max-width: 1060px) {
    #content .dashbord .dashbord__grid {
        grid-template-columns: repeat(5, 1fr)
    }
    #content .dashbord .dashbord__grid a:last-child {
        display: none
    }
    .rg_plus_minus {
        flex-direction: column;
        row-gap: 25px
    }
    .rg_block {
        max-width: 550px
    }
}
@media (max-width: 1050px) {
    #cookie {
        flex-direction: column
    }
    #cookie .cookie_row {
        max-width: none
    }
    #cookie .cookie_btn__agree {
        height: 36px
    }
    .cookie_buttons {
        align-self: flex-end;
        margin-top: 5px
    }
}
@media (max-width: 1040px) {
    #promos {
        gap: 10px
    }
    #promos .promos__lg .promos__offer, #promos .promos__sm .promos__offer {
        padding: 40px 15px
    }
    #categories {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 1fr
    }
    #categories .categories__card {
        margin: 0
    }
    #footer .footer__support_subtitle {
        max-width: 200px
    }
    #header .navigation .navigation__wrap {
        width: 32%
    }
    #sitemap .sitemap__navigation ul {
        padding: 20px 30px
    }
    #sitemap .sitemap__title .separator_gradient {
        max-width: 20%
    }
    #sitemap .sitemap__title_main {
        font-size: 1.8em
    }
    #sitemap .sitemap__title_main span {
        white-space: nowrap
    }
    #sitemap .sitemap__title_main .separator_gradient {
        flex-grow: 1;
        max-width: none
    }
    #sitemap .sitemap__category_list ul li {
        max-width: 80%
    }
    .info .info__wrap_rating {
        margin: 30px 0 60px;
        max-width: 70%;
        width: 100%
    }
    .info .info__row {
        align-items: baseline;
        flex-direction: column;
        justify-content: start
    }
    .rg_more_preview {
        align-items: center;
        display: flex;
        height: 115px;
        justify-content: center;
        width: 150px
    }
    .rg_title {
        margin-bottom: 30px;
        margin-top: 45px
    }
}
@media (max-width: 970px) {
    #footer nav a {
        max-width: 105px
    }
    #footer nav li {
        margin-bottom: 12px
    }
    #promos picture img {
        border-radius: 0
    }
    #promos {
        gap: 15px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr
    }
    #promos .promos__lg {
        border-radius: 12px;
        grid-column: 1/-1;
        grid-row: 1/2;
        overflow: hidden
    }
    #promos .promos__sm {
        border-radius: 12px;
        height: 200px;
        overflow: hidden
    }
    #promos .promos__sm a {
        align-items: center;
        display: flex;
        justify-content: center
    }
    #promos .promos__lg .promos__offer {
        padding: 100px 15px
    }
    #promos .promos__offer_title {
        font-size: 2em
    }
    #promos .promos__offer_subtitle {
        font-size: 1.2em
    }
    #promos .promos__btn_gold {
        height: 50px;
        max-width: 260px
    }
    #promos .promos__sm .promos__offer_title {
        font-size: 1.5em
    }
    #promos .promos__btn_red {
        height: 45px;
        max-width: 220px
    }
    #promos .promos__lg .promos__offer {
        padding: 80px 15px
    }
    #categories .categories__card_title {
        font-size: 1.2em
    }
    #footer .footer__conrols {
        order: 1
    }
    #footer .footer__brands {
        display: flex;
        justify-content: center;
        margin-top: 35px;
        order: 2;
        width: 100%
    }
    #footer .footer__content_row {
        flex-wrap: wrap
    }
    #content .cat_promos {
        display: grid;
        grid-template-columns: 1fr
    }
    #content .cat_promo {
        width: 100%
    }
    #content .cat_promo__simple {
        margin-top: 25px
    }
}
@media (max-width: 950px) {
    #content .dashbord .dashbord__grid {
        grid-template-columns: repeat(4, 1fr)
    }
    #content .dashbord .dashbord__grid figure {
        border-radius: 8px
    }
    #content .dashbord .dashbord__grid span {
        margin-bottom: 5px
    }
}
@media (max-width: 910px) {
    #cookie {
        bottom: 70px
    }
    #footer .footer__apps {
        margin-top: 25px
    }
    .dashbords {
        display: grid;
        grid-template-columns: 1fr
    }
    .dashbords .dashbord:last-child {
        margin-left: 0
    }
    #fixed_footer {
        align-items: center;
        background-color: #0d1016;
        border-top: 1px solid #1f2841;
        bottom: -1px;
        display: flex;
        left: 0;
        padding: 8px 0;
        position: fixed;
        width: 100%;
        z-index: 90
    }
    #fixed_footer .fixed_footer__row {
        align-items: center;
        display: flex;
        margin-top: 5px;
        width: 100%
    }
    #fixed_footer .fixed_footer__row svg {
        max-height: 20px
    }
    #fixed_footer .fixed_footer__row path, #fixed_footer .fixed_footer__row svg {
        fill: #fff
    }
    #fixed_footer .fixed_footer__row path rect, #fixed_footer .fixed_footer__row svg rect {
        stroke: #fff
    }
    #fixed_footer .fixed_footer__link {
        display: flex;
        justify-content: center;
        width: 100%
    }
    #fixed_footer .fixed_footer__nolink {
        align-items: center;
        background-color: #0854c3;
        border-radius: 290486px;
        box-shadow: 0 1px 10px #083f92;
        display: flex;
        height: 43px;
        justify-content: center;
        width: 200px
    }
    #fixed_footer .fixed_footer__nolink svg {
        height: 28px
    }
    #fixed_footer .fixed_footer__wrap {
        align-items: center;
        display: flex;
        flex-direction: column
    }
    #fixed_footer .fixed_footer__wrap img {
        width: auto;
        min-height: 25px;
        max-height: 25px
    }
    #fixed_footer .fixed_footer__link_title {
        color: #fff;
        font-size: 14px;
        font-weight: 600
    }
    #fixed_footer .fixed_footer__link:last-child svg {
        max-height: 19px
    }
    body {
        padding-bottom: 70px
    }
    #fixed_footer>div>div:nth-child(5)>a {
        transform: translateY(2px)
    }
    .rg_more_games {
        flex-wrap: wrap;
        row-gap: 15px
    }
    .rg_more_preview {
        aspect-ratio: 16/10;
        height: auto
    }
    .rg_offer_content, .rg_offer_row {
        flex-direction: column
    }
    .rg_offer_row {
        row-gap: 25px
    }
    .rg_offer_content {
        row-gap: 15px;
        width: 100%
    }
    .rg_offer__feature_title {
        max-width: none
    }
    .rg_logo_wrap {
        margin-top: 10px
    }
}
@media (max-width: 890px) {
    #header .navigation .navigation__wrap {
        width: 36%
    }
    #promos .promos__lg .promos__offer {
        padding: 65px 15px
    }
}
@media (max-width: 800px) {
    #content .dashbord .dashbord__grid {
        grid-template-columns: repeat(3, 1fr)
    }
    #content .dashbord .dashbord__grid a:last-child {
        display: flex
    }
    .info .info__wrap_rating {
        margin: 30px 0 60px;
        max-width: 90%
    }
}
@media (max-width: 780px) {
    #header .navigation .navigation__wrap {
        width: 40%
    }
    .info .info__wrap_rating {
        margin: 30px 0 40px
    }
}
@media (max-width: 760px) {
    #promos {
        padding-top: 0
    }
    #sidebar {
        left: 0;
        position: fixed;
        transform: translate(-100%);
        transition: .5s;
        width: 40%;
        z-index: 90
    }
    #content {
        margin-left: 0
    }
    .page_container .sidebar__mob_btn {
        display: flex
    }
    #sidebar .sidebar__container {
        border-radius: 0;
        padding-bottom: 140px
    }
    #sidebar .sidebar__close_btn {
        display: flex
    }
    #sidebar .sidebar__title_category:after {
        width: 40%
    }
    .search_results__title {
        font-size: 2em;
        margin-bottom: 30px;
        margin-top: 20px
    }
    .search_pagination {
        margin-bottom: 20px
    }
    .rg_breadcrumbs {
        margin-top: 20px
    }
    .rg_offer_content {
        flex-direction: row
    }
    .rg_offer_row {
        row-gap: 10px
    }
    .rg_logo_wrap {
        margin-top: -8px
    }
}
@media (max-width: 750px) {
    #promos .promos__btn_gold, #promos .promos__btn_red {
        height: 45px
    }
    #promos .promos__lg .promos__offer {
        padding: 50px 15px
    }
}
@media (max-width: 730px) {
    .rg_logo_wrap {
        align-self: center
    }
    .rg_offer__features {
        -moz-column-gap: 10px;
        column-gap: 10px;
        justify-content: center
    }
    .rg_plus_minus {
        align-items: center
    }
    .rg_block {
        width: 90%
    }
    .rg_offer__title {
        text-align: left
    }
}
@media (max-width: 715px) {
    #sitemap .sitemap__navigation ul {
        grid-template-columns: repeat(3, 1fr);
        padding: 30px 20px
    }
    #sitemap .sitemap__category_list ul {
        grid-template-columns: repeat(2, 1fr)
    }
    #sitemap .sitemap__category_list ul li {
        max-width: 90%
    }
    #sitemap .sitemap__title {
        font-size: 1.5em
    }
    #sitemap .sitemap__title .separator_gradient {
        max-width: 30%
    }
    #sitemap .sitemap__title_main {
        font-size: 1.8em
    }
    #sitemap .sitemap__title_main span {
        white-space: nowrap
    }
    #sitemap .sitemap__title_main .separator_gradient {
        flex-grow: 1;
        max-width: none
    }
}
@media (max-width: 680px) {
    #header .navigation .navigation__wrap {
        width: 44%
    }
    .info .info__wrap_rating {
        margin: 30px 0 60px;
        max-width: 100%
    }
}
@media (max-width: 660px) {
    #header .navigation .navigation__wrap {
        width: 49%
    }
    #footer .footer__col_info {
        margin-top: 25px;
        order: 2
    }
    #footer .footer__col_category {
        margin-top: 25px;
        order: 1
    }
    #footer .footer__apps {
        margin-bottom: 25px
    }
    #promos .promos__offer_title {
        font-size: 1.7em
    }
    #promos .promos__offer_subtitle {
        font-size: 1em
    }
    #promos .promos__btn_gold {
        max-width: 240px
    }
    #promos .promos__lg .promos__offer {
        padding: 45px 15px
    }
    #sidebar {
        width: 45%
    }
}
@media (max-width: 650px) {
    .rg_offer_content {
        align-items: flex-start;
        flex-direction: column
    }
    .rg_logo_container {
        width: 250px
    }
    .rg_logo_wrap {
        margin-top: 10px
    }
}
@media (max-width: 640px) {
    .rg_desc__row {
        flex-direction: column;
        row-gap: 15px
    }
    .rg_desc__title {
        color: #fbce2a
    }
}
@media (max-width: 630px) {
    .faq_section .faq_section__item_title {
        height: 80px;
        padding: 0 0 0 15px
    }
}
@media (max-width: 610px) {
    #promos .promos__lg .promos__offer {
        padding: 35px 15px
    }
    .dashbord .dashbord__grid a {
        border-radius: 10px
    }
    .faq_section .faq_section__item_title h4 {
        max-width: 85%
    }
    #sidebar {
        width: 50%
    }
    .page_container .sidebar__mob_btn {
        height: 70px;
        width: 35px
    }
}
@media (max-width: 570px) {
    .rg_rating__count {
        font-weight: 600
    }
    .rg_more_games {
        -moz-column-gap: 10px;
        column-gap: 10px;
        justify-content: space-between;
        row-gap: 15px;
        width: 100%
    }
    .rg_more_game {
        width: 45%
    }
    .rg_more_preview {
        justify-content: flex-start;
        width: 100%
    }
    .rg_more_preview img {
        width: 100%
    }
}
@media (max-width: 580px) {
    #sitemap .sitemap__navigation ul {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px
    }
    #sitemap .sitemap__category_list ul {
        grid-template-columns: 1fr
    }
    #sitemap .sitemap__category_list ul li {
        max-width: 90%
    }
    #sitemap .sitemap__title {
        font-size: 1.4em
    }
    #sitemap .sitemap__title .separator_gradient {
        flex-grow: 1;
        max-width: none
    }
    #sitemap .sitemap__title_main {
        font-size: 1.5em
    }
    #sitemap .sitemap__title_main span {
        white-space: nowrap
    }
    #sitemap .sitemap__title_main .separator_gradient {
        flex-grow: 1;
        max-width: none
    }
    .info .info__wrap_rating {
        max-width: 100%
    }
    .topbar__free_money_btn span {
        white-space: nowrap;
        width: 100%
    }
}
@media (max-width: 570px) {
    #promos .promos__btn_gold {
        height: 40px;
        max-width: 180px
    }
    #promos .promos__btn_red {
        height: 40px
    }
    #promos .promos__btn {
        font-size: 14px
    }
    #footer .footer__brands {
        flex-wrap: wrap;
        gap: 16px
    }
    #footer .footer__brands svg, #footer .footer__row_partners svg {
        height: 18px
    }
    #promos .promos__sm {
        height: 150px
    }
    #promos .promos__sm .promos__offer {
        padding: 20px 15px
    }
    #promos .promos__sm .promos__offer_title {
        font-size: 1.3em
    }
    .info .gradient_btn {
        padding: 10px 40px
    }
    #promos {
        padding-top: 0
    }
    .select_lang .select_lang__title {
        height: 35px;
        padding: 0 10px
    }
    #topbar .topbar__free_money_btn {
        height: 30px;
        padding: 0 20px
    }
    #topbar .topbar__free_money_btn img {
        height: 42px
    }
    .control_btn svg {
        height: 25px;
        width: 25px
    }
    #topbar .phone_icon svg {
        height: 25px
    }
}
@media (max-width: 540px) {
    #promos .promos__offer_title {
        font-size: 1.4em
    }
    #promos .promos__offer_subtitle {
        font-size: .9em;
        max-width: 290px
    }
    #categories {
        grid-template-columns: 1fr
    }
    #sidebar {
        width: 60%
    }
}
@media (max-width: 530px) {
    .dashbord_lg {
        height: 500px;
        overflow: hidden;
        position: relative
    }
    .dashbord_lg .dashbord__mob_btn {
        display: flex
    }
    .rg_block {
        width: 100%
    }
    .rg_desc, .rg_title {
        margin-top: 40px
    }
}
@media (max-width: 520px) {
    .start_popup {
        border-radius: 0;
        width: 100%
    }
}
@media (max-width: 510px) {
    #promos .promos__btn_gold {
        height: 36px;
        max-width: 160px
    }
    #promos .promos__lg .promos__offer {
        padding: 28px 15px
    }
    #promos .promos__offer_title {
        font-size: 1.3em
    }
    #promos .promos__offer_subtitle {
        font-size: .8em;
        max-width: 270px
    }
    #promos .promos__sm .promos__offer_title {
        font-size: 1.1em
    }
    #promos .promos__sm {
        height: 130px
    }
    #footer .footer__col_category, #footer .footer__col_info {
        margin-top: 0
    }
    #header .navigation .navigation__wrap {
        width: 58%
    }
    .info table {
        width: 100%
    }
    .info h2 {
        font-size: 24px
    }
    .info .info__hide_btn {
        transform: translateY(-6px) rotate(-180deg)
    }
    .search__item .search__item_btn {
        height: 100%;
        max-width: 35px;
        padding: 5px
    }
    .search__item .search__item_btn span {
        display: none
    }
    .search__item .search__item_btn img {
        display: flex
    }
}
@media (max-width: 490px) {
    .rg_block__item:not(:last-child) {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        padding-bottom: 10px
    }
}
@media (max-width: 460px) {
    .dashbord .dashbord__grid {
        grid-template-columns: repeat(3, 1fr)
    }
    #promos {
        grid-template-columns: 1fr
    }
    #promos .promos__sm {
        height: 110px
    }
    #promos .promos__lg .promos__offer {
        padding: 20px 15px
    }
    #promos .promos__btn_red {
        height: 35px;
        max-width: 180px
    }
    #header .navigation .navigation__wrap {
        width: 65%
    }
    .section {
        padding: 25px 15px
    }
    #promos .promos__offer_title {
        text-shadow: 0 0 10px rgba(0, 0, 0, .6)
    }
    #header .navigation .navigation__wrap {
        width: 70%
    }
    #footer .footer__apps {
        flex-direction: column;
        margin-top: 0
    }
    #footer .footer__app {
        margin-bottom: 10px
    }
    #footer .footer__col_category, #footer .footer__col_info {
        justify-content: space-between;
        width: 100%
    }
    #footer .footer__col_info {
        margin-top: 25px;
        width: auto
    }
    #footer .footer__col_info nav a {
        max-width: none
    }
    #footer .footer__col_title {
        color: #00cfa6
    }
    #content .cat_promo__interactive_row {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 1fr;
        transform: translate(4px)
    }
    #content .cat_promo__interactive_img {
        width: 90%
    }
    #content .dashbord .dashbord__grid {
        grid-template-columns: repeat(2, 1fr)
    }
    #content .dashbord .dashbord__grid figure {
        border-radius: 8px
    }
    #content .dashbord .dashbord__grid span {
        margin-bottom: 5px
    }
}
@media (max-width: 450px) {
    .rg_offer__btn {
        width: 100%
    }
    .rg_info .info__open_btn {
        margin-top: 30px;
        max-width: none
    }
    .rg_offer_controls {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}
@media (max-width: 430px) {
    #header .navigation .navigation__wrap {
        width: 80%
    }
    .info h2 {
        font-size: 22px
    }
    .info h3 {
        font-size: 20px
    }
    .gradient_btn {
        margin-top: 15px;
        padding: 10px 40px;
        width: 100%
    }
    #action .action__bg {
        display: none
    }
    #action {
        align-items: start;
        flex-direction: column;
        padding-bottom: 25px;
        padding-top: 25px
    }
    body {
        padding: 58px 15px 60px
    }
    #header .navigation .navigation__more_title {
        padding: 23px 15px;
        width: 100%
    }
    #topbar .topbar__controls:after, #topbar .topbar__free_money_btn {
        display: none
    }
    #sidebar {
        width: 70%
    }
    #categories .categories__card:first-child {
        margin-top: 10px
    }
    #categories:before {
        background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2), transparent);
        content: "";
        display: block;
        height: 1px;
        width: 100%
    }
    #header {
        padding: 15px
    }
    .search__item .search__item_btn {
        margin-top: 0
    }
    #sitemap .breadcrumbs {
        margin: 30px 0
    }
    #sitemap .sitemap__navigation {
        margin-bottom: 20px
    }
    #sitemap .sitemap__navigation ul {
        border-radius: 12px;
        grid-template-columns: 1fr;
        height: 100%;
        justify-items: center;
        margin-top: 30px;
        max-height: 500px;
        overflow: hidden;
        padding: 30px 15px;
        text-align: center
    }
    #sitemap .sitemap__navigation ul[active] {
        max-height: none
    }
    #sitemap .sitemap__navigation ul[active] .sitemap__mob_btn {
        display: none
    }
    #sitemap .sitemap__mob_btn {
        display: flex
    }
    #sitemap .sitemap__category_list ul {
        grid-template-columns: 1fr
    }
    #sitemap .sitemap__category_list ul li {
        max-width: 90%
    }
    #sitemap .sitemap__title span {
        margin: 10px
    }
    #sitemap .dashbord__pagination {
        margin-top: 40px
    }
    .rating .rating__stars_container {
        -moz-column-gap: 8px;
        column-gap: 8px
    }
    .rg_more_games {
        justify-content: space-between
    }
    .rg_more_game {
        width: 48%
    }
}
@media (max-width: 420px) {
    #cookie .cookie_btn__policy {
        white-space: normal
    }
    .rg_offer_controls {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        width: 100%
    }
    .rg_offer__btn {
        margin-top: 15px;
        max-width: none;
        order: 1;
        width: 100%
    }
    .rg_desc__row {
        margin-top: 15px;
        order: 2
    }
}
@media (max-width: 390px) {
    #header .navigation .navigation__wrap {
        width: 100%
    }
    .faq_section .faq_section__item_title h4 {
        font-size: 16px
    }
    .burger_btn {
        margin-left: 10px
    }
    #footer .footer__apps {
        flex-direction: row;
        margin-bottom: 10px;
        margin-top: 25px
    }
    #header {
        padding: 0 15px
    }
    .info td {
        font-size: 14px;
        padding: 10px
    }
    #footer .footer__row_partners {
        text-align: justify
    }
    .dashbord {
        height: 400px;
        overflow: hidden;
        position: relative
    }
    .dashbord .dashbord__mob_btn {
        display: flex
    }
    .dashbord_lg {
        height: 500px
    }
    .dashbords .dashbord:first-child .dashbord__mob_btn {
        background: linear-gradient(0deg, rgba(200, 0, 255, .769), transparent)
    }
    .dashbord .dashbord__grid {
        grid-template-columns: repeat(2, 1fr)
    }
    #header .navigation .navigation__general a, #header .navigation .navigation__more_content li a {
        font-size: 16px
    }
    #sidebar {
        width: 80%
    }
    #header .navigation .navigation__general .dropmenu__title {
        font-size: 16px
    }
    .search_input input {
        height: 45px
    }
    .search__item {
        padding: 15px
    }
    .search__item .search__item_title {
        font-size: 1.3em;
        margin-right: 5px
    }
    .search__item .search__item_text {
        font-size: .9em
    }
    .info .info__wrap_rating {
        margin-bottom: 30px
    }
    .rating .rating__stars_container {
        -moz-column-gap: 10px;
        column-gap: 10px;
        margin-left: 0;
        margin-top: 0
    }
    .rating .rating__summary {
        row-gap: 15px
    }
    .rating .rating__row, .rating .rating__total {
        flex-direction: column
    }
    .rating .rating__row_wrap {
        margin-top: 10px
    }
    .rating .rating__total .rating__title {
        color: #fff;
        font-size: 22px
    }
    .rating .rating__total .rating__total_count {
        color: #fff
    }
    .rating .rating__total .rating__stars_container {
        transform: none
    }
    .start_popup {
        border-radius: 0;
        width: 100%
    }
    .start_popup p {
        max-width: none
    }
    .start_popup .start_popup__bg {
        max-width: 110px
    }
    .start_popup .start_popup__bg:before {
        height: 110px;
        width: 110px
    }
    .start_popup .start_popup__promocode {
        margin-top: 40px
    }
    .start_popup .start_popup__promocode_title {
        color: #f2d016;
        font-size: 14px;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateY(-100%)
    }
    .rg_offer__feature {
        flex-direction: column;
        height: auto;
        justify-content: center;
        padding-bottom: 5px;
        padding-top: 5px;
        row-gap: 3px
    }
    .rg_offer__feature_title {
        text-align: center
    }
    .rg_offer__feature_separator {
        display: block
    }
    .rg_offer__features {
        align-items: stretch;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr)
    }
}
@media (max-width: 370px) {
    body {
        padding-top: 100px
    }
    #content .cat_promo__interactive_row {
        transform: translate(0)
    }
    #header {
        display: block;
        height: auto;
        padding: 15px
    }
    #header .logotype {
        align-items: center;
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: 100%
    }
    #header .logotype .logotype__mob_separator {
        display: inline-block
    }
    #header .logotype img {
        display: inline-block;
        margin: 0 20px
    }
    #header .navigation__buttons {
        display: flex;
        margin-top: 15px;
        padding-right: 0;
        width: 100%
    }
    #header .burger_btn {
        margin-left: auto
    }
    #header .navigation .navigation__wrap {
        top: 105px
    }
    #header .navigation .navigation__general {
        padding-bottom: 80px
    }
    #promos .promos__btn_gold, #promos .promos__btn_red {
        display: none
    }
    #promos .promos__lg .promos__offer {
        padding: 32px 15px
    }
    #promos .promos__offer_subtitle {
        background-color: #00000047;
        border-radius: 6px;
        font-size: .9em;
        padding: 5px
    }
    #promos .promos__sm {
        height: 80px
    }
    #promos .promos__sm .promos__offer {
        justify-content: center;
        padding: 0 15px
    }
    .info td {
        padding: 8px
    }
    .faq_section .faq_section__item_plus {
        right: -8px
    }
    .faq_section .active .faq_section__item_content {
        padding: 15px
    }
    #promos .promos__lg .promos__offer {
        padding: 25px 15px
    }
    #action .action__title {
        font-size: 24px
    }
    .dashbords .dashbord__mob_btn svg {
        max-width: 26px
    }
    #topbar {
        padding-top: 20px
    }
    #header .navigation .navigation__more {
        padding-bottom: 150px
    }
    #header .navigation .navigation__wrap {
        padding-top: 35px
    }
    #sidebar {
        top: 105px;
        width: 100%
    }
    .page_container .sidebar__mob_btn {
        height: 60px;
        top: 170px
    }
    #sidebar .sidebar__container {
        padding-bottom: 200px
    }
    .search_results__title {
        font-size: 1.8em
    }
}
@media (max-width: 350px) {
    #promos .promos__offer_title {
        font-size: 1.2em
    }
    #fixed_footer .fixed_footer__link_title {
        font-size: 12px
    }
    .info .info__hide_btn {
        width: 25px
    }
    .start_popup {
        padding: 40px 15px
    }
    .start_popup .start_popup__close_btn {
        right: 15px
    }
    .start_popup p {
        font-size: 18px
    }
    #cookie .cookie_icon {
        min-height: 25px;
        min-width: 25px
    }
    #cookie .cookie_row {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}
@media (max-width: 330px) {
    .search__item .search__item_btn {
        max-width: 30px;
        padding: 3px
    }
    #sitemap {
        padding: 15px
    }
}
@media (max-width: 325px) {
    #footer .footer__socials {
        justify-content: space-between;
        width: 100%
    }
    #footer .footer__conrols {
        margin-top: 25px
    }
    #promos .promos__offer_title {
        font-size: 1.1em
    }
    #footer .footer__controls {
        margin-top: 25px
    }
}
.block-table {
    margin-top: 16px;
    margin-bottom: 16px;
    overflow-x: auto
}
.block-table table {
    border-collapse: separate;
    border-spacing: 0;
    color: #fff;
    margin-bottom: 0;
    width: 100%
}
.block-table table>thead {
    color: #fff;
    background-color: #ff5c4129
}
.block-table table tr th, .block-table table tr td {
    padding: 14px 14px 14px 24px;
    border: none;
    border-right: 1px solid white;
    border-bottom: 1px solid white
}
.block-table table tr th:first-child, .block-table table tr td:first-child {
    border-left: 1px solid white
}
.block-table table tr th {
    text-align: left;
    border-top: 1px solid white
}
.block-table table tr:first-child td {
    border-top: 1px solid white
}
.block-table table>*:first-child tr:first-child th:first-child, .block-table table>*:first-child tr:first-child td:first-child {
    border-top: 1px solid white;
    border-top-left-radius: 8px
}
.block-table table>*:first-child tr:first-child th:last-child, .block-table table>*:first-child tr:first-child td:last-child {
    border-top: 1px solid white;
    border-top-right-radius: 8px
}
.block-table table tr:last-child td:first-child {
    border-bottom-left-radius: 8px
}
.block-table table tr:last-child td:last-child {
    border-bottom-right-radius: 8px
}
.block-table table a {
    color: #ffffff
}
.media_block {
    display: grid;
    column-gap: 25px;
    grid-template-columns: auto 50%;
    grid-template-areas: "title image""content image"
}
.media_block.left {
    grid-template-columns: 50% auto;
    grid-template-areas: "image title""image content"
}
.media_block .title {
    grid-area: title;
    align-self: flex-end
}
.media_block .content {
    grid-area: content;
    align-self: flex-start
}
#content a {
    color: #fff;
  }
.media_block .image {
    align-self: center;
    grid-area: image
}
.media_block svg.image, .media_block img.image {
    border-radius: 8px;
    width: 100%;
    max-width: 650px;
    height: auto
}
.media_block svg.image {
    -webkit-user-select: none;
    user-select: none
}
@media (max-width: 991px) {
    .media_block, .media_block.left {
        grid-template-columns: none !important;
        grid-template-areas: "title""image""content";
        margin-top: 0;
        margin-bottom: 0
    }
    .media_block .title, .media_block .image {
        margin-bottom: 1rem
    }
}
.media_block_alternative h2, .media_block_alternative h3 {
    position: relative;
    margin-bottom: 1.5rem
}
.bef_b {
    position: relative;
    margin-top: 4rem
}
.media_block_alternative h2.no_bef_b:before, .media_block_alternative h3.no_bef_b:before {
    display: none
}
.media_block_alternative ol {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    counter-reset: item
}
.media_block_alternative ol li ol {
    margin-top: 1rem
}
.media_block_alternative ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem
}
.media_block_alternative ol>li, .media_block_alternative ul>li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px
}
.media_block_alternative ul>li:last-child {
    margin-bottom: 0
}
.media_block_alternative ol>li {
    counter-increment: item
}
.media_block_alternative ol>li:last-child {
    margin-bottom: 0
}
.media_block_alternative ol>li:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: counter(item);
    display: flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #ff2400;
    border-radius: 50%
}
.media_block_alternative ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    display: block;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat
}
.media_block_alternative .block-image img {
    border-radius: 8px
}
.media_block_alternative .media_block_alternative {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .media_block_alternative {
        margin-bottom: 0
    }
    .media_block_alternative h2, .media_block_alternative h3, .media_block_alternative ul, .media_block_alternative ol {
        margin-bottom: 1rem
    }
}
.media_block_alternative ul>li:before {
    background-image: url(../img/check_red.svg)
}
.faq-section {
    margin-bottom: 1.5rem
}
.faq-section .item {
    border: 1px solid grey;
    padding: 18px;
    margin-bottom: 1rem;
    border-radius: 8px
}
.faq-section .item .question {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    padding-right: 100px;
    color: #fff
}
.faq-section .item .question button {
    position: absolute;
    top: 0;
    right: 40px;
    width: 24px;
    height: 24px;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid transparent
}
.faq-section .item .answer {
    display: none;
    margin-top: 15px;
    padding-right: 100px
}
.faq-section .item.show .answer {
    display: block
}
@media (max-width: 991px) {
    .faq-section .item .question, .faq-section .item .answer {
        padding-right: 50px
    }
    .faq-section .item .question button {
        right: 14px
    }
}
.faq-section .item .question button {
    background-image: url(https://pinup-yukle.com/img/plus.svg)
}
.faq-section .item.show .question button {
    background-image: url(../img/minus.svg)
}
.promo>text {
    font-family: San Francisco Pro, serif;
    font-weight: 700;
    fill: #fff
}
.promo>text.title-lg {
    font-size: 95px
}
.promo>text.title {
    font-size: 65px
}
.promo>text.second-lg {
    font-size: 75px
}
.promo>text.second {
    font-size: 45px
}
.promo>text.green {
    fill: #32cd32
}
.promo>text.blue {
    fill: #298ef6
}
h1, h2, h3 {
    color: #fff
}
.section h1, .section h2, .section h3 {
    font-family: San Francisco Pro, serif;
    font-weight: 700
}
* {
    margin: 0;
    padding: 0
}
#app {
    margin: auto;
    max-width: 1400px
}
.link {
    cursor: pointer
}