








@import "assets/css/reboot.min.css";



@font-face {

    font-family: 'San Francisco Pro';

    src: local('San Francisco Pro Display Regular'), local('San-Francisco-Pro-Display-Regular'),

    url('assets/fonts/SFProDisplay-Regular.woff2') format('woff2'),

    url('assets/fonts/SFProDisplay-Regular.woff') format('woff'),

    url('assets/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('assets/fonts/SFProDisplay-Semibold.woff2') format('woff2'),

    url('assets/fonts/SFProDisplay-Semibold.woff') format('woff'),

    url('assets/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('assets/fonts/SFProDisplay-Bold.woff2') format('woff2'),

    url('assets/fonts/SFProDisplay-Bold.woff') format('woff'),

    url('assets/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('assets/fonts/SFProDisplay-Black.woff2') format('woff2'),

    url('assets/fonts/SFProDisplay-Black.woff') format('woff'),

    url('assets/fonts/SFProDisplay-Black.ttf') format('truetype');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}





@font-face {

    font-family: 'Montserrat-Bold';

    src: local('Montserrat-Bold'),

    url('assets/fonts/Montserrat-Bold.ttf') format('truetype');

    font-weight: 700;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Montserrat-Medium';

    src: local('Montserrat-Medium'),

    url('assets/fonts/Montserrat-Medium.ttf') format('truetype');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Montserrat-Regular';

    src: local('Montserrat-Regular'),

    url('assets/fonts/Montserrat-Regular.ttf') format('truetype');

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}



body {

    background: #0049ff;

    color: #fff;

    font-family: 'Montserrat-Regular', sans-serif;

    padding: 0 20px;

}



body::-webkit-scrollbar {

    background-color: transparent;

    width: 7px;

}



body::-webkit-scrollbar-thumb {

    background: #ffffff;

    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: rgba(78,93,134,.3);

    border-radius: 8px;

    display: flex;

    justify-content: center;

    padding: 4px;

    text-decoration: none;

    transition: .2s;

}



.control_btn:hover {

    background-color: rgba(78,93,134,.4);

}



.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 li:hover {

    background-color: #e4e4e4;

}



.select_lang .select_lang__content {

    align-items: center;

    background-color: #fff;

    border-radius: 8px;

    display: none;

    flex-direction: column;

    overflow: hidden;

    padding: 10px 0;

    position: absolute;

    transform: translateX(-8px);

    width: 80px;

}



.select_lang .select_lang__content span {

    color: #090f1e;

    display: inline-block;

    font-size: 14px;

    margin-right: 3px;

    text-transform: uppercase;

    width: 22px;

}



.select_lang .select_lang__content img {

    width: 22px;

}



.select_lang .select_lang__title {

    align-items: center;

    background-color: rgba(78,93,134,.3);

    border-radius: 6px;

    display: flex;

    height: 30px;

    justify-content: space-between;

    padding: 0 8px;

    transition: .3s;

}



.select_lang .select_lang__title:hover {

    background-color: rgba(78,93,134,.4);

}



.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, #1dff09,#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: rgb(0 64 239);

    border-radius: 6px;

    font-size: 14px;

    transition: .2s;

}



.btn_dark:hover {

    background-color: #1f2747;

    color: #fff;

}



.section {

    background: linear-gradient(90deg, #4271e9, #4f80ff);

    border-radius: 12px;

    margin-top: 25px;

    padding: 30px;

    position: relative;

}



.section:before {

    background-image: linear-gradient(90deg, #269d00, #1b5ef5);

    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, #0050ff, #00ff4a);

    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 #0049ff;

    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 #0049ff;

    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: #ffffff;

    display: inline-block;

    height: 3px;

    transition: .2s;

    width: 20px;

}



.faq_section .faq_section__item_plus span:last-child {

    transform: translateX(-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: translateX(-23px) rotate(0deg);

}



.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, #278c00, #17fe12);

}



.dashbords .dashbord:last-child {

    margin-left: 25px;

}



.dashbords .dashbord:last-child:before {

    background-image: linear-gradient(90deg,#00b7ff, #63ff00 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: hsla(0,0%,100%,.5);

    font-size: 14px;

    margin-left: 10px;

}



.dashbord .dashbord__row .dashbord__all_btn {

    color: #ffffff;

    font-size: 14px;

}



.dashbord .dashbord__grid {

    display: grid;

    gap: 15px;

    grid-template-columns: repeat(6,1fr);

    grid-template-rows: repeat(2,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;

}



.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 #ffffff;

    border-radius: 6px;

    display: none;

    margin-bottom: 20px;

}



.search_input button {

    background: #4f80ff;

    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: #4f80ff;

    border: none;

    border-bottom-left-radius: 6px;

    border-top-left-radius: 6px;

    color: #ffffff;

    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 #0095ff;

}



.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 #0095ff;

    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(assets/images/star_fill.svg) 0 0/100% no-repeat;

    height: 17px;

    width: 17px;

}



.rating .rating__star[empty] {

    background-image: url(assets/images/star_empty.svg);

}





.rating .rating__total_count {

    color: #ffffff;

}



.rating .rating__total .rating__stars_container {

    margin-left: 0;

    transform: translateX(-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 rgba(0,0,0,.3);

    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: #0095ff;

}



.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;

}



#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(255deg, #0050ff, #00ff4a);

    border-radius: 50px;

    display: flex;

    height: 24px;

    justify-content: space-between;

    padding: 0 8px;

    width: 100%;

}



#topbar .topbar__free_money_btn span {

    color: #ffffff;

    font-size: 12px;

    font-weight: 600;

}



#topbar .topbar__free_money_btn img {

    max-height: 40px;

}



#topbar .topbar__free_money_btn svg {

    fill: #ffffff;

    margin-left: 8px;

    width: 8px;

}



#topbar .topbar__bonus_btn,#topbar .topbar__col {

    align-items: center;

    display: flex;

}



#topbar .topbar__bonus_btn {

    background-color: rgba(78,93,134,.3);

    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: rgba(78,93,134,.4);

}



#topbar .topbar__bonus_btn svg {

    width: 18px;

}



#topbar .topbar__bonus_btn img {

    max-height: 62px;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%) translateX(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 rgba(201,85,255,.4);

    display: flex;

    justify-content: center;

    padding: 8px;

    transform: translateX(-10px);

}



#topbar .topbar__applications {

    align-items: center;

    display: flex;

}



#topbar .topbar__applications:before {

    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: hsla(0,0%,100%,.5);

    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: rgba(78,93,134,.3);

    border-radius: 6px;

    display: flex;

    height: 30px;

    justify-content: center;

    padding: 0 10px;

}



#topbar .topbar__applications_phones .app_phone_apple {

    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: linear-gradient(90deg, #4271e9, #4f80ff);

    border-radius: 10px;

    box-shadow: 0 0 10px rgba(0,0,0,.5);

    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%);

    display: flex;

}



#header .logotype img {

    max-width: 80px;

}



#header .logotype .logotype__mob_separator:first-child {

    transform: rotate(180deg);

}



#header .navigation_new {

    margin-left: 5px;

}



#topbar .btn_login {

    font-weight: 700;

    height: 32px;

    padding: 0 12px;

}



#topbar .btn_registration {

    align-items: center;

    background-image: linear-gradient(255deg, #0050ff, #00ff4a);

    border-radius: 6px;

    color: #fff;

    display: flex;

    font-size: 14px;

    font-weight: 700;

    height: 32px;

    margin-left: 15px;

    padding: 0 10px;

    transition: .2s;

}



#topbar .btn_registration span {

    white-space: nowrap;

}



#topbar .btn_registration:hover {

    background-image: linear-gradient(70deg,#2ba35b -8%,#0a8543 96%);

}



#topbar .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: 100%;

    justify-content: center;

}



#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 .active:after {

    background-color: #0095ff;

    bottom: 0;

    content: "";

    display: inline-block;

    height: 3px;

    left: 0;

    opacity: 1;

    position: absolute;

    width: 100%;

}



#header .navigation__general li {

    cursor: pointer;

    position: relative;

    white-space: nowrap;

}



#header .navigation__general li:after {

    background-color: #0095ff;

    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: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__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: translateX(-30%);

    width: 250%;

}



#header .navigation__general .dropmenu__list: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;

}



#topbar .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: rgba(78,93,134,.4);

}



#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: translateX(-20%);

    transition: .3s;

    width: 150px;

}



#header .navigation__more_content .dropmenu {

    color: dimgray;

    font-size: 14px;

    position: relative;

}



#header .navigation__more_content .dropmenu .dropmenu__content {

    background: #f5f5f5;

    display: none;

    flex-direction: column;

    position: absolute;

    top: 0;

    transform: translateX(-110%);

}



#header .navigation__more_content .dropmenu:hover .dropmenu__content {

    display: flex;

}



#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__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%;

}



.navigation__buttons {

    display: flex;

    align-items: center;

}



.navigation__buttons .btn,

.navigation__buttons .btn_registration {

    display: flex;

    font-weight: 700;

    height: 32px;

    padding: 0 12px;

}

.navigation__buttons span {

    display: flex;

}

.navigation__buttons .btn_registration {

    align-items: center;

    background-image: linear-gradient(255deg, #0050ff, #00ff4a);

    border-radius: 6px;

    color: #fff;

    display: flex;

    white-space: nowrap;

    font-size: 14px;

    font-weight: 700;

    height: 32px;

    margin-left: 15px;

    padding: 0 10px;

    transition: .2s;

}



.mobile-menu-block {

    display: flex;

    align-items: center;

}



.sticky-btns {

    display: none;

}

.mobile-btns {

    display: none;

}



@media screen and (max-width: 1200px) {

    .mobile-btns {

        display: flex;

    }



    .topbar__col .navigation__buttons {

        display: none!important;

    }

}

#banners {

    display: grid;

    gap: 25px;

    grid-template-columns: 1fr 3fr 1fr;

    padding-top: 25px;

}



#banners ul {

    margin: 0;

    padding: 0;

}



#banners .banners__lg,#banners .banners__sm {

    height: 100%;

    position: relative;

    width: 100%;

}



#banners .banners__lg a,#banners .banners__sm a {

    color: #fff;

    display: inline-block;

    height: 100%;

    text-decoration: none;

    width: 100%;

}



#banners .banners__lg .banners__offer,#banners .banners__sm .banners__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%;

}



#banners .banners__lg picture,#banners .banners__sm picture {

    width: 100%;

}



#banners .banners__lg picture img,#banners .banners__sm picture img {

    max-width: 100%;

    width: 100%;

}



#banners picture img {

    border-radius: 20px;

}



#banners .banners__offer_title {

    font-size: 36px;

    font-weight: 900;

    line-height: 105%;

}



#banners .banners__offer_subtitle {

    font-size: 24px;

    max-width: 400px;

}



#banners .banners__btn {

    background: #fff;

    border: none;

    border-radius: 10px;

    display: inline-block;

    font-weight: 600;

    height: 50px;

    max-width: 250px;

    width: 100%;

}



#banners a.banners__btn {

    display: flex;

    justify-content: center;

    background-image: linear-gradient(255deg, #0050ff, #00ff4a);

    align-items: center;

    color: #ffffff;

    height: max-content;

    padding: 10px 0;

}



#banners .banners__btn_gold {

    background-image: linear-gradient(255deg, #0050ff, #00ff4a);

    border-radius: 50px;

    box-shadow: 0 0 15px rgb(61, 151, 2, 1);

    transition: .3s;

}



#banners .banners__btn_gold:hover {

    box-shadow: 0 0 18px rgba(255,241,115,.7);

    transform: scale(1.05);

}



#banners .banners__btn_white {

    transition: .3s;

}



#banners .banners__btn_white:hover {

    background-color: #d8e5fd;

}



#categories {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    padding-top: 25px;

    max-width: 1200px;

    margin: 0 auto;

    gap: 10px;

}



#categories ul {

    margin: 0;

    padding: 0;

}



#categories .categories__card {

    flex: 0 0 calc(50% - 10px);

    display: flex;

    align-items: center;

    background: linear-gradient(90deg, #4271e9, #4f80ff);

    border-radius: 12px;

    color: #fff;

    justify-content: space-between;

    padding: 15px 20px;

    perspective: 1000px;

    position: relative;

    transform-style: preserve-3d;

    width: 100%;

}



#categories .categories__card:before {

    background: linear-gradient(255deg, #0050ff, #00ff4a);

    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;

}



#categories .categories__card img {

    max-width: 52px;

    transition: .3s;

}



#categories .categories__card_title {

    font-size: 24px;

    font-weight: 600;

}



#categories .categories__card:first-child {

    margin: 0;

}



.info {

    position: relative;

    margin-top: 20px;

}



.info__visible {

    max-width: 1200px;

    margin: 0 auto;

}



.info .info__visible h2:first-child,.info .info__visible h3:first-child {

    margin: 0;

}



.info .info__open_btn {

    margin: 5px auto 0;

}



.info h2 {

    font-size: 28px;

}



.ez-toc-title {

    font-weight: bold!important;

    color: black!important;

}



.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 p>img {

    height: auto;

    max-width: 100%;

}



.info a {

    color: #cacaca;

    text-decoration: none;

}



.info ul {

    margin-top: 5px;

}



.info ul li {

    list-style: circle;

}



.info table {

    border-collapse: collapse;

    margin: 20px 0;

}

table tr:first-child {

    background-image: linear-gradient(255deg, #00ff4a, #0050ff);

}



.info td {

    border: 1px solid #818181;

    padding: 6px 10px;

}



.info .check tr>td:first-child:before {

    background: url(assets/images/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: #0095ff;

    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;

    gap: 10px;

}



.info .info__rating {

    margin-top: 15px;

}



.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(assets/images/poker_banner.png) bottom/30% no-repeat;

    border-radius: 12px;

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

}



#footer {

    max-width: 1200px;

    margin: 50px auto 0;

}



.footer__support-block {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    align-items: center;

}



.footer__support-item {

    display: contents;

}



.footer__support-item-text {

    color: rgb(255, 255, 255);

    text-align: left;

    font-size: 14px;

}



.footer__support-item-email {

    text-align: left;

}



.footer__support-item-email a {

    color: #ffffff;

    font-size: 14px;

    text-decoration: none;

}



.footer__support-item-email a:hover {

    text-decoration: underline;

}













#footer .footer__logo_row {

    display: none;

    align-items: center;

    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: 60px;

}



#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;

    margin: 20px 0;

}





#footer .footer__socials {

    margin-top: 20px;

}



#footer .footer__col_title {

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    margin-top: 10px;

    margin-bottom: 10px;

}



#footer .footer__support_subtitle {

    color: #ffffff;

    font-size: 12px;

}



#footer .footer__support_icon {

    align-items: center;

    background-image: linear-gradient(144deg,#0095ff -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: #0095ff;

    content: "";

    display: inline-block;

    height: 1px;

    transition: .3s;

    width: 0;

}



#footer nav a:hover {

    color: #0095ff;

}



#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 #ffffff;

    border-radius: 12px;

    display: flex;

    justify-content: space-between;

    padding: 4px 15px;

    transition: .3s;

}



#footer .footer__app:hover {

    background-color: hsla(0,0%,53%,.1);

}



#footer .footer__app_container {

    align-items: center;

    display: flex;

}



#footer .footer__app_subtitle {

    color: hsl(0, 0%, 100%);

    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;

    margin-top: 10px;

}



#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 {

    display: flex;

    flex-direction: column;

    margin-left: 8px;

    padding: 10px;

}



#footer .footer__app_for_windows .footer__app_container {

    display: flex;

    justify-content: space-between;

    width: 100%;

}



#footer .footer__brands_row {

    display: flex;

    flex-direction: column;

    margin-top: 50px;

}



#footer .footer__socials,#footer .footer__socials a {

    align-items: center;

    display: flex;

}



#footer .footer__socials a {

    border-radius: 10px;

    height: 35px;

    justify-content: center;

    margin-left: 10px;

    transition: .3s ease-out;

    width: 35px;

}



#footer .footer__socials a:hover {

    transform: scale(1.1);

}



#footer .footer__socials a 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;

    flex-wrap: wrap;

    max-width: 33%;

}



#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 {

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

}



#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__brand-img {

    max-width: 80px;



}



#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;

    fill: #ffffff;

}

#footer .footer__row_partners svg .svg__mono path {

    fill: #ffffff;

}



#footer .footer__row_partners svg .svg__color {

    transition: .2s;

}





#footer .footer__desc_row {

    position: relative;

    display: flex;

    justify-content: center;

}



#footer .footer__desc_row .footer__desc {

    color: #ffffff;

    font-size: 10px;

    text-align: center;

}



#footer .footer__row.footer__brands_row>div.footer__content_row>div.footer__socials>a.telegram_link {

    margin-left: 0;

}



#footer .phone_svg {

    -o-object-fit: contain;

    object-fit: contain;

}



#footer .footer__app_arrow svg,#footer .footer__controls_btn svg,#footer .footer__socials a>svg,#footer .phone_svg svg {

    height: 100%;

}



#footer .footer__row_partners {

    display: flex;

    width: 100%;

}



#footer .footer__row_partners svg {

    height: 22px;

}





.scroll-to-top-btn {

    display: none;

    z-index: 99999999;

    position: fixed;

    bottom: 20px;

    right: 20px;

    width: 40px;

    height: 40px;

    background-color: #040c7a;

    color: #fff;

    border-radius: 50%;

    cursor: pointer;

    text-align: center;

    line-height: 40px;

}



.arrow-up {

    position: relative;

    top: 12px;

    left: 12px;

    z-index: 99999999;

    width: 0;

    height: 0;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-bottom: 12px solid #fff;

}





#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 rgba(0,183,255,.5);

    display: flex;

    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-image: linear-gradient(90deg, #4271e9, #4f80ff);

    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: rgba(255, 255, 255, 0.5);

    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: flex;

    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: #0095ff;

    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(0deg);

    transform-origin: left;

}



#sidebar .sidebar__close_btn_active span:nth-child(2) {

    transform: translateY(2px) rotate(0deg);

    transform-origin: left;

}



#content {

    margin-left: 20px;

    margin-top: 25px;

    width: 100%;

}



#content .cat_banners {

    display: flex;

}



#content .cat_banner {

    border-radius: 10px;

    overflow: hidden;

    width: 50%;

}



#content .cat_banner img {

    max-width: 100%;

    width: 100%;

}



#content .cat_banner__simple img {

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



#content .cat_banner:first-child {

    margin-right: 15px;

}



#content .cat_banner__interactive {

    border: 2px solid #cda432;

    padding: 10px;

}



#content .cat_banner__interactive_row {

    display: flex;

    justify-content: space-between;

    margin-top: 10px;

}



#content .cat_banner__interactive_img {

    border-radius: 6px;

    margin: 0 5px;

    -o-object-fit: cover;

    object-fit: cover;

    overflow: hidden;

    width: 25%;

}



#content .cat_banner__interactive_img img {

    height: 100%;

    transition: .8s;

}



#content .cat_banner__interactive_img:hover img {

    transform: scale(1.05);

}



#content .cat_banner__interactive_title {

    font-size: 2em;

    font-weight: 900;

    margin: 0;

    padding: 0;

}



#content .cat_banner__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, #0dff01, #1a6503);

}



#content .dashbord .dashbord__grid {

    grid-template-columns: repeat(7,1fr);

    margin-top: 0;

}



#menu-top-menu .red a {

    color: #00ffeb;

    text-transform: uppercase;

    font-weight: 900;

}



.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: rgba(0,107,184,.69);

}



.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: linear-gradient(90deg,#1d273e,#11182a);

    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: #0095ff;

    display: none;

    font-size: 1.4em;

    font-weight: 600;

    text-align: center;

}



.search_results__none[active] {

    display: block;

}



#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,#0095ff 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 #0095ff;

    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,#0095ff,transparent);

    content: "";

    display: inline-block;

    height: 1px;

    transition: .3s;

    width: 0;

}



#sitemap .sitemap__navigation ul a:hover {

    color: #0095ff;

}



#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: flex;

    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) {

    #banners .banners__offer_title {

        font-size: 2em;

    }

}



@media (max-width:1670px) {

    #banners .banners__offer_title {

        font-size: 1.8em;

        max-width: 100%;

    }



    #banners .banners__offer_subtitle {

        font-size: 1.3em;

    }



    #banners .banners__lg .banners__offer,#banners .banners__sm .banners__offer {

        padding: 90px 25px;

    }

}



@media (max-width:1525px) {

    #header .navigation .navigation__general {

        margin-left: 10px;

    }



    #header .logotype img {

        max-width: 55px;

    }



    .search__item {

        width: 90%;

    }

}



@media (max-width:1490px) {

    #header .navigation li {

        margin: 0 8px;

    }



    #banners .banners__offer_subtitle {

        font-size: 1em;

    }



    #banners .banners__offer_title {

        font-size: 1.6em;

        max-width: 100%;

    }



    #banners .banners__lg .banners__offer,#banners .banners__sm .banners__offer {

        padding: 70px 25px;

    }



    .dashbord_lg .dashbord__grid span {

        font-size: .8em;

    }

}



@media (max-width:1325px) {

    #banners .banners__lg .banners__offer,#banners .banners__sm .banners__offer {

        padding: 70px 15px;

    }



    #banners .banners__sm .banners__offer_title {

        font-size: 1.4em;

    }

}



@media (max-width:1200px) {

    #topbar {

        padding-bottom: 10px;

    }



    .search_input {

        display: flex;

    }



    #banners {

        padding-top: 15px;

    }



    #categories .categories__card_subtitle {

        font-size: .9em;

    }



    #categories .categories__card_title {

        font-size: 1em;

    }



    body {

        padding-top: 56px;

    }



    #header .logotype img {

        display: block;

        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: linear-gradient(90deg, #4271e9, #4f80ff);

        bottom: 0;

        flex-direction: column;

        height: 100vh;

        padding: 45px 15px 0;

        position: fixed;

        right: 0;

        top: 55px;

        transform: translateX(100%);

        transition: .5s;

        width: 20%;

        z-index: 1;

    }



    #header .navigation__general {

        align-items: center;

        flex-direction: column;

        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: translateX(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 rgba(0,183,255,.5);

        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;

    }

}



@media (max-width:1230px) {

    #content .dashbord .dashbord__grid {

        grid-template-columns: repeat(6,1fr);

    }

}



@media (max-width:1200px) {

    #banners .banners__btn_white {

        height: 40px;

    }



    #banners .banners__lg .banners__offer,#banners .banners__sm .banners__offer {

        padding: 55px 15px;

    }



    #banners .banners__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:1140px) {

    #banners .banners__sm .banners__offer_title {

        font-size: 1.2em;

    }



    #footer .footer__row_main {

        flex-wrap: wrap;

    }



    #header .navigation .navigation__wrap {

        width: 28%;

    }

}



@media (max-width:1080px) {

    #content .cat_banner__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;

    }

}



@media (max-width:1040px) {

    #banners {

        gap: 10px;

    }



    #banners .banners__lg .banners__offer,#banners .banners__sm .banners__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;

    }

}



@media (max-width:970px) {

    #footer nav a {

        max-width: 105px;

    }



    #footer nav li {

        margin-bottom: 12px;

    }



    #banners picture img {

        border-radius: 0;

    }



    #banners {

        gap: 15px;

        grid-template-columns: 1fr 1fr;

        grid-template-rows: auto 1fr;

    }



    #banners .banners__lg {

        border-radius: 12px;

        grid-column: 1/-1;

        grid-row: 1/2;

        overflow: hidden;

    }



    #banners .banners__sm {

        border-radius: 12px;

        height: 200px;

        overflow: hidden;

    }



    #banners .banners__sm a {

        align-items: center;

        display: flex;

        justify-content: center;

    }



    #banners .banners__lg .banners__offer {

        padding: 100px 15px;

    }



    #banners .banners__offer_title {

        font-size: 2em;

    }



    #banners .banners__offer_subtitle {

        font-size: 1.2em;

    }



    #banners .banners__btn_gold {

        height: 50px;

        max-width: 260px;

    }



    #banners .banners__sm .banners__offer_title {

        font-size: 1.5em;

    }



    #banners .banners__btn_white {

        height: 45px;

        max-width: 220px;

    }



    #banners .banners__lg .banners__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_banners {

        display: grid;

        grid-template-columns: 1fr;

    }



    #content .cat_banner {

        width: 100%;

    }



    #content .cat_banner__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) {

    #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: #4e7efd;

        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 0 #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__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);

    }

}





.cookie-consent {

    position: fixed;

    bottom: 10px;

    border-radius: 10px;

    background-color: #263b99;

    color: white;

    text-align: left;

    padding: 10px;

    box-sizing: border-box;

    display: none;

    width: 70%;

    left: 15%;

    right: 15%;

}



.close-consent {

    position: absolute;

    right: -5px;

    top: -5px;

    float: right;

    font-size: 20px;

    background: none;

    border: none;

    color: white;

    cursor: pointer;

}



#acceptCookie {

    background-color: #2ecc71;

    border-radius: 10px;

    font-weight: bold;

    color: white;

    padding: 5px 10px;

    margin: 5px;

    border: none;

    cursor: pointer;

}



.cookie-consent p {

    margin-bottom: 0;

}

@media screen and (max-width: 910px) {

    .cookie-consent {

        bottom: 65px;

    }

}

@media screen and (max-width: 768px) {

    .cookie-consent {

        font-size: 12px;

        width: 90%;

        left: 5%;

        right: 5%;

    }

}







@media (max-width:890px) {

    #header .navigation .navigation__wrap {

        width: 36%;

    }



    #banners .banners__lg .banners__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: 100%;

    }

}



@media (max-width:780px) {

    #header .navigation .navigation__wrap {

        width: 40%;

    }



    .info .info__wrap_rating {

        margin: 30px 0 40px;

    }

}



@media (max-width:760px) {

    #topbar .topbar__applications,#topbar .topbar__bonus_btn {

        display: none;

    }



    #banners {

        padding-top: 0;

    }



    #sidebar {

        left: 0;

        position: fixed;

        transform: translateX(-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;

    }

}



@media (max-width:750px) {

    #banners .banners__btn_gold,#banners .banners__btn_white {

        height: 45px;

    }



    #banners .banners__lg .banners__offer {

        padding: 50px 15px;

    }

}



@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;

    }



    #banners .banners__offer_title {

        font-size: 1.7em;

    }



    #banners .banners__offer_subtitle {

        font-size: 1em;

    }



    #banners .banners__btn_gold {

        max-width: 240px;

    }



    #banners .banners__lg .banners__offer {

        padding: 45px 15px;

    }



    #sidebar {

        width: 45%;

    }

}



@media (max-width:630px) {

    .faq_section .faq_section__item_title {

        height: 80px;

        padding: 0 0 0 15px;

    }

}



@media (max-width:610px) {

    #banners .banners__lg .banners__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: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) {

    #banners .banners__btn_gold {

        height: 40px;

        max-width: 180px;

    }



    #banners .banners__btn_white {

        height: 40px;

    }



    #banners .banners__btn {

        font-size: 14px;

    }



    #footer .footer__brands {

        flex-wrap: wrap;

    }



    #footer .footer__brands svg,#footer .footer__row_partners svg {

        height: 18px;

    }



    #banners .banners__sm {

        height: 150px;

    }



    #banners .banners__sm .banners__offer {

        padding: 20px 15px;

    }



    #banners .banners__sm .banners__offer_title {

        font-size: 1.3em;

    }



    .info .gradient_btn {

        padding: 10px 40px;

    }



    #banners {

        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) {

    #banners .banners__offer_title {

        font-size: 1.4em;

    }



    #banners .banners__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;

    }

}



@media (max-width:520px) {

    .start_popup {

        border-radius: 0;

        width: 100%;

    }

}



@media (max-width:510px) {

    #banners .banners__btn_gold {

        height: 36px;

        max-width: 160px;

    }



    #banners .banners__lg .banners__offer {

        padding: 28px 15px;

    }



    #banners .banners__offer_title {

        font-size: 1.3em;

    }



    #banners .banners__offer_subtitle {

        font-size: .8em;

        max-width: 270px;

    }



    #banners .banners__sm .banners__offer_title {

        font-size: 1.1em;

    }



    #banners .banners__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:460px) {

    .dashbord .dashbord__grid {

        grid-template-columns: repeat(3,1fr);

    }



    #banners {

        grid-template-columns: 1fr;

    }



    #banners .banners__sm {

        height: 110px;

    }



    #banners .banners__lg .banners__offer {

        padding: 20px 15px;

    }



    #banners .banners__btn_white {

        height: 35px;

        max-width: 180px;

    }



    #header .navigation .navigation__wrap {

        width: 65%;

    }



    .section {

        padding: 25px 15px;

    }



    #banners .banners__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_for_windows {

        align-items: start;

        margin-left: 0;

    }



    #footer .footer__app_for_windows .footer__app_wrap {

        margin-left: 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: #ffffff;

    }



    #content .cat_banner__interactive_row {

        display: grid;

        gap: 15px;

        grid-template-columns: 1fr 1fr;

        transform: translateX(4px);

    }



    #content .cat_banner__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: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;

    }

}



@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;

    }



    #footer .footer__app_for_windows {

        margin-left: 10px;

    }



    #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%);

    }

}



@media (max-width:370px) {

    body {

        padding-top: 100px;

    }



    #content .cat_banner__interactive_row {

        transform: translateX(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;

    }



    #banners .banners__btn_gold,#banners .banners__btn_white {

        display: none;

    }



    #banners .banners__lg .banners__offer {

        padding: 32px 15px;

    }



    #banners .banners__offer_subtitle {

        background-color: rgba(0,0,0,.28);

        border-radius: 6px;

        font-size: .9em;

        padding: 5px;

    }



    #banners .banners__sm {

        height: 80px;

    }



    #banners .banners__sm .banners__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;

    }



    #banners .banners__lg .banners__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) {

    #banners .banners__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;

    }

}



@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;

    }



    #banners .banners__offer_title {

        font-size: 1.1em;

    }



    #footer .footer__controls {

        margin-top: 25px;

    }

}





.navigation .header-logo {

    display: flex;

    width: 60px;

}

.navigation .header-logo img {

    width: 100%;

}



@media screen and (max-width: 1200px) {

    .navigation .header-logo {

        display: none;

    }

}





.space-page-wrapper {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: flex-start;

    flex-wrap: wrap;

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 0 60px;

}

.space-content-section.box-75 {

    width: 75%;

}

.space-sidebar-section.box-25 {

    width: 25%;

}



.author__head {

    display: flex;

    flex-wrap: wrap;

    border-bottom: 1px solid #dfe6e9;

    padding-bottom: 40px;

    margin-bottom: 30px;

}



@media screen and (max-width: 479px) {

    .author__head {

        display: block;

    }

}



.author__head_info {

    width: calc(100% - 150px);

    padding-left: 30px;

}



@media screen and (max-width: 479px) {

    .author__head_info {

        width: 100%;

        padding-left: 0;

    }

}



.author__head_media .author__head_media_photo {

    max-width: 150px;

    border-radius: 50%;

}



.author__head_info_title {

    font-size: 30px;

    margin-bottom: 15px;

}



@media screen and (max-width: 479px) {

    .author__head_info_title {

        text-align: center;

    }

}



.author__head_info_job {

    color: #7f8c8d;

    font-size: 17px;

    margin-bottom: 20px;

}



@media screen and (max-width: 479px) {

    .author__head_info_job {

        text-align: center;

    }

}



.author-social {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -5px;

}



@media screen and (max-width: 479px) {

    .author-social {

        justify-content: center;

    }

}



.author-social__item {

    margin: 0 5px 10px 5px;

}



.author-social__item_link {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 30px;

    height: 30px;

    padding: 5px;

    background-color: #321d8d;

    border: 2px solid #321d8d;

    border-radius: 4px;

    transition: all 0.3s;

}



.author-social__item_link:hover {

    background-color: #fff;

}



.author-social__item_link svg {

    width: 17px;

    height: auto;

    transition: all 0.3s;

}



.author-social__item_link svg path {

    fill: #fff;

    transition: all 0.3s;

}



.author-social__item_link:hover svg path {

    fill: #321d8d;

}



.user_link {

    margin-bottom: 20px;

    border-bottom: 1px solid #dfe6e9;

}



.user_link_url {

    display: inline-block;

    font-size: 16px;

    line-height: 22px;

    color: #f029a0;

    padding-bottom: 10px;

    transition: all 0.3s;

}



.user_link_url:hover {

    color: #321d8d;

}



.user_links_sidebar {

    padding: 0 15px;

}



@media screen and (max-width: 479px) {

    .author__head_media {

        text-align: center;

    }

}











.game-container {

    width: 100%;

    height: 520px;

    max-height: 550px;

    max-width: 1200px;

    overflow: hidden;

    margin: 0 auto;

}



iframe {

    width: 100%;

    height: 100%;

    border: none;

}















.live-events-container {

    display: flex;

    flex-direction: column;

    gap: 15px;

    padding: 15px;

    background-image: linear-gradient(255deg, #0050ff, #00ff4a);

    border-radius: 5px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}



.live-event {

    background-color: #fff;

    border: 1px solid #ddd;

    border-radius: 8px;

    overflow: hidden;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.live-event:hover {

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);

}



.live-event-toggle {

    display: flex;

    justify-content: space-between;

    align-items: center;

    width: 100%;

    padding: 15px;

    text-align: left;

    font-size: 18px;

    font-weight: bold;

    color: #333;

    background-color: white;

    border: none;

    border-bottom: 1px solid #ddd;

    cursor: pointer;

    transition: background-color 0.3s ease;

}



.live-event-toggle:hover {

    background-color: #eaeaea;

}



.live-event-toggle:focus {

    outline: none;

}



.live-event-image {

    max-width: 40px;

    max-height: 40px;

}

.live-event-image img {

    width: 100%;

    height: auto;

}



.bet-link a {

    display: flex;

    border-radius: 5px;

    background-image: linear-gradient(255deg, #0050ff, #00ff4a);

    text-transform: uppercase;

    font-weight: bold;

    padding: 5px 15px;

    transition: all ease .5s;

}

.bet-link a:hover {

    background-image: linear-gradient(255deg, #003bbd, #009a2c);

}



.live-event-content {

    display: block;

    padding: 15px;

}





.live-event-image img {

    width: 100%;

    height: auto;

    border-radius: 8px;

    margin-bottom: 15px;

}



.inner-repeater {

    display: flex;

    flex-direction: column;

    gap: 10px;

}



.inner-event {

    display: flex;

    align-items: center;

    justify-content: space-between;

    background-color: #f9f9f9;

    padding: 10px;

    border: 1px solid #ddd;

    border-radius: 8px;

    gap: 5px;

}



.inner-event .participants {

    font-size: 16px;

    font-weight: bold;

    color: #333;

}



.inner-event .odds {

    font-size: 14px;

    color: #555;

}



.inner-event .odds span {

    text-decoration: underline;

    color: black;

    cursor: pointer;

    margin-right: 10px;

}

.inner-event .odds a:hover {

    transform: scale(105%);

}



.inner-event .bet-link a {

    color: #ffffff;

    text-decoration: none;

    font-weight: bold;

}



.inner-event .bet-link a:hover {

    transform: scale(105%);

}



.live-event-content {

    display: block;

}









.live-event-content {

    display: none;

}



.live-event.active .live-event-content {

    display: block;

}





.arrow {

    width: 12px;

    height: 12px;

    border-left: 2px solid #333;

    border-bottom: 2px solid #333;

    display: inline-block;

    transform: rotate(-45deg);

    transition: transform 0.3s ease;

    margin-right: 10px;

}



.arrow.rotate {

    transform: rotate(135deg);

}



@media screen and (max-width: 768px) {

    .live-events-container {

        padding: 10px;

    }

    .live-event-toggle {

        padding: 10px;

    }

    .live-event-content {

        padding: 10px;

    }



    .inner-event {

        flex-direction: column;

        gap: 15px;

    }



    .bet-link {

        display: block;

        width: 100%;

    }

    .bet-link a {

        justify-content: center;

        padding: 10px;

    }

}





