body {
    margin: 0px auto;
    background: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
button {
    color: #333;
}
input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
header {
    margin: 0px auto;
    border-bottom: 5px solid #272727;
    background: #FFFFFF;
}
.background {
    position: fixed;
    z-index: 2;
    background: rgb(0, 0, 0, 0.3);
    top: -200;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    width: 100%;
    display: none;
    filter: blur(14px);
}
.header {
    width: 1280px;
    margin: 0px auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.header_info {
    background: #F5F5F5;
    border-radius: 15px;
    height: 80px;
    margin-bottom: 20px;
}
.header_info_block {

    margin-left: 20px;
    margin-right: 20px;
}
.header_info_block_left {
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #300000;
    height: 100%;
    max-width: 650px;
    padding-left: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_info_block_left::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/header_info.svg');
    width: 22px;
    height: 25px;
    top: 27px;
    left: 0px;
}
.header_info_block_right {
    float: right;
    width: 450px;
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
}
.header_info_block_right_right {
    display: flex;
    justify-content: flex-end;
}
.header_info_block_right_right_button_next {
    margin-right: 20px;
}
.header_info_block_right_right_button_next button{
    height: 50px;
    line-height: 46px;
    background: linear-gradient(#494949, #282828);
    border-radius: 15px;
    color: #FFFFFF;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #282828;
}
.header_info_block_right_right_button_next button:hover {
    opacity: 0.9;
}
.header_info_block_right_right_button_close button{
    height: 50px;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    border-radius: 15px;
    color: #FFFFFF;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    border: 2px solid #E5E5E5;
}
.header_info_block_right_right_button_close button:hover {
    opacity: 0.9;
}
.header_info_block_right_right_button_close button::after{
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/close_open.svg');
    width: 12px;
    height: 13px;
    top: 17px;
    left: 19px;
}
.header_info_block_right_left_country {
    background: #FFFFFF;
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 20px;
}
.header_info_block_right_left_country img {
    width: 33px;
    height: 25px;
    border: 1px solid #fff;
    margin-bottom: -9px;
    margin-right: 15px;
}
.header_main {
    display: flex;
    justify-content: space-between;
}
.header_main_logo {
    margin-right: 20px;
}
.header_main_country_language {
    flex-grow: 2;
}
.header_main_country_language_block {
    border: 2px solid #E5E5E5;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    height: 48px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 55px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}
.header_main_country_language_block:hover {
    opacity: 0.8;
}
.header_main_country_language img {
    margin-bottom: -9px;
    margin-right: 20px;
    border: 1px solid #FFFFFF;
    width: 33px;
    height: 25px;
}
.header_main_country_language_block::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/nav_bottom.svg');
    width: 9px;
    height: 12px;
    top: 17px;
    right: 25px;
}
.header_main_country_language_block_country_name {
    font-weight: 700;
}
.header_main_country_language_block_language_name {
    color: #747474;
    margin-left: 10px;
}
.header_main_search_category {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    position: relative;
    flex-grow: 3;
}
.header_main_search_button {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    color: #747474 !important;
}
.header_main_search_button font{
    margin-right: 20px;
    font-weight: 600;
    color: #747474;
}
.header_main_search {
    position: relative;
}
.header_main_search button {
    height: 48px;
    font-size: 14px;
    border: 2px solid #E5E5E5;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    border-radius: 15px;
    padding-left: 65px;
    padding-right: 40px;
    color: #333;
    width: 40px;
    margin-top: -15px;
    max-width: 300px;
    width: auto;
    cursor: pointer;
    position: relative;
}
.header_main_search button:hover {
    opacity: 0.8;
}
.header_main_search button::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/search.svg');
    width: 21px;
    height: 22px;
    top: 10px;
    left: 22px;
    cursor: pointer;
}
.header_main_search button::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/nav_bottom.svg');
    width: 9px;
    height: 12px;
    top: 17px;
    right: 25px;
}
.header_main_category {
    padding-left: 20px;
}
.header_main_category button {
    height: 48px;
    border: 2px solid #E5E5E5;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    border-radius: 15px;
    margin-top: -15px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 70px;
    padding-right: 100px;
    position: relative;
    cursor: pointer;
}
.header_main_category button:hover {
    opacity: 0.8;
}
.header_main_category button::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/nav.svg');
    width: 23px;
    height: 20px;
    top: 12px;
    left: 25px;
}
.header_main_category button::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/nav_bottom.svg');
    width: 9px;
    height: 12px;
    top: 17px;
    right: 25px;
}
.header_main_languages {
    padding-left: 20px;
    margin-top: -15px;
}
.header_main_languages button {
    height: 48px;
    border: 2px solid #E5E5E5;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    text-align: left;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
}
.header_main_languages button::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/nav_bottom.svg);
    width: 9px;
    height: 12px;
    top: 17px;
    right: 25px;
}
.header_main_languages button:hover {
    opacity: 0.8;
}
.header_main_languages button img {
    height: 24px;
}
.header_main_country_languages_block_language_name {
    color: #747474;
    margin-left: 10px;
}
.galery_full {
    overflow-x: auto;
    width: 100%;
    display: flex; 
    padding-bottom: 20px;
}
.galery_full::-webkit-scrollbar{
    width: 3px;
    height: 8px;
    cursor: pointer;
    background: rgba(36,43,49, 0.05);
}
.galery_full::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: rgb(76, 76, 76);
    background: #c0c0c0;
	border-radius: 5px;
    cursor: pointer;
    
}
.galery_full::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #333;
    background: #333;
}
.galery_full::-webkit-scrollbar-track{
    border-width:0;
}
.galery_full div {
    margin-right: 20px;
}
.galery_full div img {
    max-height: 300px;
}
.galery_full div:last-child {
    margin-right: 0px;
}
.open {
    z-index: 4;
    position: relative;
}
.open button {
    background: linear-gradient(#494949, #282828) !important;
    color: #FFFFFF;
    border: 2px solid #282828 !important;
}
.open button .header_main_country_language_block_language_name {
    color: #c0c0c0;
}
.open button:hover {
    opacity: 0.9;
}
.open img {
    border: 1px solid #333;
}
.open button::before {
    rotate: 180deg;
}
.popup_open {
    position: absolute;
    background: #fff;
    width: 300px;
    max-height: 350px;
    border-radius: 15px;
    z-index: 10;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
}
.review_error {
    border: 2px solid red !important;
}
.loader_next {
    height: 12px;
}
.noresult {
    color: #333;
    font-size: 14px;
    text-align: center;
}
.language {
    right: 0px;
    top: 90px;
    display: none;
}
.search {
    right: 0px;
    top: 90px;
    width: 500px;
    display: none;
}
.category {
    right: 0px;
    top: 25px;
    display: none;
}
.popup_open {
    margin-top: 60px;
}
.popup_open input {
    right: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    border: 0px;
    top: -80px;
    border-bottom: 1px solid #333;
    font-size: 14px;
    border-radius: 15px;
    -webkit-box-shadow:  0 1px 10px 0 rgba(0,0,0,.5);
    box-shadow:  0 1px 10px 0 rgba(0,0,0,.5);
}
.popup_open input:focus {
    border-bottom: 1px solid #000000;
}
.footer_gamble {
    display: flex;
    margin: 0px auto;
    margin-bottom: 20px;
}
.footer_gamble_list {
    opacity: 0.7;
    margin: 20px;
}
.footer_gamble_list:hover {
    opacity: 1;
}
.footer_gamble_list img {
    height: 30px;
}
.popup_open_list {
    list-style-type: none;
    flex-direction: column;
    width: calc(100% - 30px);
    height: 100%;
    display: flex;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 15px;
    margin: 15px;
}
.popup_open_list::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: rgba(36,43,49, 0.05);
}
.popup_open_list::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: rgb(76, 76, 76);
    background: #c0c0c0;
	border-radius: 5px;
    cursor: pointer;
}
.popup_open_list::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #333;
    background: #333;
}
.galery_full::-webkit-scrollbar-track{
    border-width:0;
}
.search_block {
    font-size: 14px; 
    text-align: left;
    margin-left: 20px;
}
.popup_open_list li {
    width: 100%;
}
.popup_open_list li a {
    display: flex;
    padding: 10px;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #fff !important;
}
.popup_open_list li a:hover {
    background: linear-gradient(#494949, #282828) !important;
    color: #FFFFFF;
    border: 2px solid #282828 !important;
}
.popup_open_list li a:focus {
    opacity: 0.8;
}
.search_block {
    cursor: pointer;
    margin-left: 0px;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #fff !important;
    clear: both;
}
.search_block:hover {
    background: linear-gradient(#494949, #282828) !important;
    color: #FFFFFF;
    border: 2px solid #282828 !important;
}
.popup_open_list li div:active {
    opacity: 0.8;
}
.popup_open_list li div img {
    width: 80px;
    height: 40px;
    border: 0px;
}
.search_img {
    width: 80px;
    height: 40px;
    float: left;
    margin-right: 15px;
}
.search_text {
    float: right;
}
main {
    margin: 0px auto;
    height: auto;
    background-image: url('../img/back.svg');
    background-size: 80px 80px;
    background-position: center;
    animation: bg-animation 25s ease-in-out infinite;
}
.main_one h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center !important;
}
.main_category h1 {
    padding-bottom: 20px;
}
.button_go:after, .next:after {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    animation: blick 7s infinite;
}
@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(0deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(0deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(0deg);
  }
}
@keyframes bg-animation {
    0% {
        background-size: 120%;
        background-position: 50% 50%
    }
    20% {
        background-size: 150%;
        background-position: 0 50%;
    }    
    40% {
        background-size: 110%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 160%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 120%;
        background-position: 40% 70%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}
.main_back {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: inline-table;
    background: linear-gradient(rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.9));
}
.main_h1 {
    position: relative;
    z-index: 2;
}
.main_h1 h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding-left: 20px;
}
.main_block {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
}
.breadcumb {
    justify-content: center;
    padding-bottom: 10px;
    list-style: none;
    display: flex;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    font-size: 14px;
    color: #898989;
    margin-left: 0px;
    padding-left: 20px;
}
.breadcumb li {
    white-space: nowrap;
    margin-right: 10px;
}
.breadcumb li a {
    color: #FFFFFF;
    text-decoration: none;
}
.breadcumb li::after {
    content: "/";
    font-size: 14px;
    color: #898989;
    margin-left: 10px;
}
.breadcumb li:last-child:after {
    content: "";
}
.breadcumb li a:hover {
    opacity: 0.8;
}
.short_info {
    display: flex;
    justify-content: space-around;
}
.short_info_block {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 10px;
}
.short_info_block:nth-child(2) {
    margin-left: 20px;
}
.content_block {
    clear: both;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-template-rows: max-content;
    gap: 20px;
}
.short {
    background: #fff;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    text-align: center;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
}
.short_img {
    text-align: center;
    position: relative;
}
.short_img img {
    width: -webkit-fill-available;
    max-width: 400px;
}
.short_name {
    margin-top: 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.short_name_1 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
.short_description_2 {
    margin-bottom: 20px;
}
.short_name a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.short_name a:hover {
    opacity: 0.8;
}
.short_description {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.short_description_full {
    white-space: unset;
}
.short_work {
    text-align: center;
    font-size: 14px;
    margin: 0px auto;
    width: fit-content;
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
}
.short_number {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}
.languages {
    display: none;
    top: 90px;
}
.short_number_name {
    clear: both;
}
.short_number_value {
    clear: both;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.short_work::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/yes.svg');
    width: 16px;
    height: 14px;
    top: 2px;
    left: 0px;
}
.rating {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 14px;
}
.rating_background {
    height: 18px;
    width: 120px;
    background: #EDEDED;
    border-radius: 15px;
    margin-right: 20px;
}
.rating_value {
    background: #333;
    height: 18px;
    border-radius: 15px;
}
.games {
    margin-top: 30px;
}
.games_short {
    margin-top: 20px;
}
.games button {
    height: 60px !important;
    
    width: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, #CE4E4E, #870505);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
.games button::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/game_next.svg');
    width: 18px;
    height: 14px;
    top: 17px;
    right: 25px;
}
.games button:hover {
    -webkit-box-shadow: inset 0 1px 10px 0 rgba(0,0,0,.35);
    box-shadow: inset 0 1px 10px 0 rgba(0,0,0,.35);
}
.games button:active {
    opacity: 0.9;
}
.games button:hover::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/game_next_white.svg');
    width: 18px;
    height: 14px;
    top: 17px;
    right: 25px;
}
.short_next {
    margin-top: 20px;  
}
.short_next a button {
    height: 50px;
    width: 100%;
    font-size: 14px;
    background: linear-gradient(#494949, #282828);
    border-radius: 15px;
    color: #FFFFFF;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #282828;
}
.short_next a button:hover {
    opacity: 0.9;
}
.short_next a button:active {
    opacity: 0.8;
}
.short_img a:hover {
    opacity: 0.9;
}
.content_all {
    clear: both;
    margin-top: 30px;
}
.content_all_block {
    padding-top: 20px;
}
.content_all_block_name {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}
.question_block {
    width: auto;
    margin-bottom: 20px;
    position: relative;
}
.question_block_name {
    height: auto;
    padding: 20px;
    border-radius: 15px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding-right: 50px;
    border: 2px solid #E5E5E5;
    position: relative;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    text-align: center;
    padding-left: 50px;
    max-width: 400px;
    margin: 0px auto;
}
.question_block_name:hover {
    opacity: 0.8;
}
.question_block_name::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/nav_bottom.svg);
    width: 9px;
    height: 12px;
    top: calc(50% - 6px);
    right: 25px;
}
.question_block:hover {
    opacity: 0.9;
}
.question_block_body {
    color: #fff;
    padding: 20px;
    background: #000;
    margin-top: 20px;
    border-radius: 15px;
    font-size: 14px;
    display: none;
    text-align: center;
    max-width: 400px;
}
.question_open::before {
    rotate: 180deg;
}
.faq {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.faq_block {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
    background: #1F1F1F;
    padding: 2px;
    border-radius: 15px;
    margin-right: 30px;
    font-size: 14px;
    position: relative;
    width: 100%;
}
.faq_block::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/right.svg');
    width: 11px;
    height: 14px;
    top: calc(50% - 7px);
    right: -22px;
    opacity: 0.8;
}
.faq_block:last-child:before {
    display: none;
}
.faq_block_body {
    background: linear-gradient(#333, #1F1F1F);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #f5f5f5;
    padding: 15px;
    text-align: center;
    position: relative;
    margin: 20px;
    margin-top: 108px;
}
.faq_block::after {
    display: inline-block;
    font-size: 40px;
    position: absolute;
    color: #fff;
    left: calc(50% - 34px);
    top: 22px;
    background-color: #000;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,1);
    box-shadow: inset 0 1px 5px 0 rgba(0,0,0,1);
    background-image: url('../img/question.svg');
    background-size: auto;
}
.one::after {
    content: "1";
}
.two::after {
    content: "2";
}
.free::after {
    content: "3";
}
.four::after {
    content: "4";
}
.faq_block:last-child {
    margin-right: 0px;
}
.check {
    margin-top: 0px;
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    padding: 25px;
    background: #1f1f1f;
    border-radius: 15px;
}
.check_input {
    margin-top: 30px;
}
.check_input input{
    border: 2px solid #c0c0c0;
    background: #FFF;
    padding: 15px;
    width: 400px;
    border-radius: 15px;
    text-align: left;
}
.check_input button {
    height: 50px;
    font-size: 14px;
    line-height: 46px;
    border-radius: 15px;
    color: #333;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 20px;
    border: 2px solid #E5E5E5;
    position: relative;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
}
.check_input button:hover {
    opacity: 0.8;
}
.check_input button:active {
    background: linear-gradient(#494949, #282828);
    border: 2px solid #282828;
    color: #fff;
}
.check_text {
    color: #fff;
    font-size: 14px;
    max-width: 500px;
    margin: 0px auto;
    background: #333;
    padding: 20px;
    border-radius: 15px;
}
.check_result {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.full {
    position: relative;
    display: -webkit-inline-box;
    width: 100%;
    margin: 0px auto;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}
.full_left {
    background: #fff;
    width: 360px;
    border-radius: 15px;
    padding: 20px;
    margin-right: 20px;
    height: fit-content;
    position: sticky;
    top: 20;
    -webkit-box-shadow: 0px 35px 100px 1px rgba(23,135,5,0.7);
    box-shadow: 0px 35px 100px 1px rgba(23,135,5,0.7);
    z-index: 1;
}
.full_right {
    background: #fff;
    width: calc(100% - 460px);
    border-radius: 15px;
    padding: 20px;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
    margin-top: 100px;
    padding-top: 10px;
    height: max-content;
}
.content_two {
    display: flex;
    justify-content: space-around;
}
.main {
    display: flex;
    list-style: none;
    margin-left: 0px;
    overflow-x: scroll;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-top: 0px;
    position: absolute;
    top: -100px;
    width: calc(100% - 40px);
}
.main button {
    margin-right: 20px;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 0px;
    padding: 12px;
    padding-left: 30px;
    padding-right: 60px;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    border: 2px solid #E5E5E5;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
}
.main button::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/ellipse_black.svg);
    width: 12px;
    height: 12px;
    top: 15px;
    right: 25px;
}
.main_open::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/ellipse_white.svg) !important;
    width: 12px;
    height: 12px;
    top: 15px;
    right: 25px;
}
.main button:last-child {
    margin-right: 0px;
}
.main_open {
    background: linear-gradient(0deg, #2A2A2A, #595959) !important;
    border-radius: 15px;
    color: #FFFFFF;
    cursor: pointer;
    border: 2px solid #282828 !important;
}
.main_open::before {
    rotate: 180deg;
}
.main_open:hover {
    opacity: 1 !important;
}
.main::-webkit-scrollbar{
    width: 3px;
    height: 8px;
    cursor: pointer;
    background: rgba(36,43,49, 0.05);
}
.main::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: rgb(76, 76, 76);
    background: #c0c0c0;
	border-radius: 5px;
    cursor: pointer;
}
.main::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #fff;
    background: #fff;
}
.main::-webkit-scrollbar-track{
    border-width:0;
}
.main li:hover {
    opacity: 0.8;
}
.loader {
    border: 0px;
    width: 100px;
    text-align: center !important;
    margin: 0px auto !important;
    margin-left: unset;
}
.loader img {
    border: 0px;
    width: 100px;
    margin: 0px auto;
    height: auto;
}
.information {
    margin-top: 10px;
}
.information_type {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.information_type:hover {
    opacity: 0.6;
}
.information_type::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/nav_bottom.svg);
    width: 9px;
    height: 12px;
    top: 5px;
    right: 20px;
}
.information_type_open::before {
    rotate: 180deg;
}
.information_type_name {
    font-size: 14px;
    background: #e5e5e5;
    padding: 15px;
    padding-left: 20px;
    padding-right: 70px;
    border-radius: 15px;
    width: calc(100% - 100px);
}
.information_table {
    position: relative;
}
.information_type_text {
    color: #333;
    background: #E5E5E5;
    font-size: 13px;
    float: left;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border-radius: 5px;
    margin: 5px;
}
.information_type_text_2 {
    color: #333;
    font-size: 14px;
    margin: 0px;
}
.information_block {
    padding: 10px;
    background-color: #F7F7F7;
    border-radius: 15px;
}
.information_flex {
    clear: both;
    height: auto;
    display: flex;
    flex-direction: column;
}
.information_flex_1 {
   padding-left: 10px;
   position: relative;
   cursor: pointer;
}
.information_flex_1:hover {
    opacity: 0.6;
}
.information_flex_1::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/nav_bottom.svg);
    width: 9px;
    height: 12px;
    top: calc(50% - 6px);
    right: 30px;
}
.information_flex_1_open::before {
    rotate: 180deg;
}
.information_flex_2 {
    text-align: left;
    padding: 20px;
    background: #fff;
    margin: 10px;
    border-radius: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
}
.next {
    height: auto !important;
    font-size: 16px !important;
    padding: 20px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-left: 55px !important;
    padding-right: 55px !important;
    max-width: 100% !important;
    overflow: hidden!important;
}
.popup_content_block_next button {
     text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-left: 55px !important;
    padding-right: 55px !important;
    max-width: 100% !important;
    overflow: hidden!important;
}
.next::before {
    top: 22px !important;
}
.full_h2 {
    text-align: center;
    margin-bottom: 20px;
}
.full_h2_name {
    text-align: center;
    margin-bottom: 40px;
}
.full_h2_name h2 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.full_h2_text {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    font-size: 14px;
}
.rating_full_block {
    display: flex;
    justify-content: space-around;
}
.rating_full_block_left {
    width: calc(100% - 50px);
    margin-bottom: 20px;
}
.rating_full_block_left_name {
    margin-bottom: 20px;
    font-size: 14px;
    flex-grow: 1;
    width: 100%;
    margin-left: 20px;
}
.rating_full_block_left_background {
    width: 100%;
    background: #EDEDED;
    border-radius: 15px;
    margin-right: 20px;
}
.rating_full_block_left_value {
    background: #333;
    height: 18px;
    border-radius: 15px;
}
.rating_full_block_right {
    font-weight: 600;
    font-size: 14px;
    margin-left: 20px;
}
.rating_full_total {
    margin-top: 20px;
    font-size: 14px;
}
.rating_full_block_left_total {
    text-align: right;
    font-weight: 600;
}
.rating_info_value {
    font-weight: 600;
    padding-right: 10px;
    position: relative;
}
.rating_info_value::before {
    content: "/";
    position: absolute;
    right: -5px;
    top: -5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    color: #c0c0c0;
}
.rating_info_total {
    padding-left: 10px;
}
.short_name_full {
    font-size: 16px;
    font-weight: 700;
}
.links_text {
    margin-bottom: 20px;
}
.links_text a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
.links_text:last-child {
    margin-bottom: 0px;;
}
.links_text a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.links_text a img {
    height: 16px;
    margin-right: 15px;
    margin-bottom: -3px;
    position: relative;
}
.text {
    font-size: 14px;
}
footer {
    background: #fff;
}
.footer_block {
    text-align: center;
    width: 1280px;
    padding: 25px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.question {
    background: #1f1f1f;
    width: fit-content;
    padding: 25px;
    padding-bottom: 10px;
    border-radius: 15px;
}
.footer_links_block {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 0px;
}
.footer_links_block div {
    text-align: center;
    margin: 20px;
}
.footer_links_block div a {
    text-decoration: none;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #E5E5E5;
    position: relative;
    color: #333;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
}
.footer_info {
    background: #F7F7F7;
    padding: 25px;
    border-radius: 15px;
}
.footer_links_block div a:hover {
    opacity: 0.8;
}
.footer_info {
    color: #686868;
    margin-bottom: 25px;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer_сopyright {
    font-size: 14px;
}
.top_button {
    display: none;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
.top_button_fixed {
    display: flex;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1240px;
    margin: 0px auto;
    padding-left: 20px;
    background: #fff;
    padding-right: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.top_button_fixed button {
    max-width: auto;
    margin: 0px auto;
    height: 60px !important;
    width: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, #CE4E4E, #870505);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
.top_button_fixed button::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/game_next.svg);
    width: 18px;
    height: 14px;
    top: 17px;
    right: 25px;
}
.top_button_fixed button:hover {
    -webkit-box-shadow: inset 0 1px 10px 0 rgba(0,0,0,.35);
    box-shadow: inset 0 1px 10px 0 rgba(0,0,0,.35);
}
.top_button_fixed button:active {
    opacity: 0.9;
}
.top_button_fixed button:hover::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/game_next_white.svg');
    width: 18px;
    height: 14px;
    top: 17px;
    right: 25px;
}
.short_category {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.short_category a {
    color: #000;
    text-decoration: none;
}
.short_category a:hover {
    opacity: 0.7;
}
.demo_iframe {
    width: 100%;
    height: 100vh;
    max-height: 600px;
    border: 0;
    display: none;
}
.img_demo_icon {
    margin: 0px auto;
    border-radius: 5px;
    width: 60px;
    height: 30px;
    background-image: url('../img/demo.svg');
    background-size: 60px 30px;
    background-position: center;
}
button#demo {
    position: relative;
}
span#demo {
    margin-right: 25px;
}
span#demo::after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 10;
    border-radius: 5px;
    left: 20;
    width: 20px;
    height: 20px;
    background-image: url('../img/demo_icon.svg');
    background-size: 20px 20px;
    background-position: center;
}
button#info {
    position: relative;
}
span#info {
    margin-right: 25px;
}
span#info::after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 10;
    border-radius: 5px;
    left: 20;
    width: 20px;
    height: 20px;
    background-image: url('../img/info_icon.svg');
    background-size: 20px 20px;
    background-position: center;
}
button#text {
    position: relative;
}
span#text {
    margin-right: 25px;
}
span#text::after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 10;
    border-radius: 5px;
    left: 20;
    width: 20px;
    height: 20px;
    background-image: url('../img/text_icon.svg');
    background-size: 20px 20px;
    background-position: center;
}
button#galery {
    position: relative;
}
span#galery {
    margin-right: 25px;
}
span#galery::after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 10;
    border-radius: 5px;
    left: 20;
    width: 20px;
    height: 20px;
    background-image: url('../img/img_icon.svg');
    background-size: 20px 20px;
    background-position: center;
}
button#rating {
    position: relative;
}
span#rating {
    margin-right: 25px;
}
span#rating::after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 10;
    border-radius: 5px;
    left: 20;
    width: 20px;
    height: 20px;
    background-image: url('../img/rating_icon.svg');
    background-size: 20px 20px;
    background-position: center;
}
button#review {
    position: relative;
}
span#review {
    margin-right: 25px;
}
span#review::after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 10;
    border-radius: 5px;
    left: 20;
    width: 20px;
    height: 20px;
    background-image: url('../img/comment_icon.svg');
    background-size: 20px 20px;
    background-position: center;
}
button#language {
    position: relative;
}
span#language {
    margin-right: 25px;
}
span#language::after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 10;
    border-radius: 5px;
    left: 20;
    width: 20px;
    height: 20px;
    background-image: url('../img/language_icon.svg');
    background-size: 20px 20px;
    background-position: center;
}
.rating_block_short {
    z-index: 2;
    width: max-content;
    padding: 5px;
    margin: 0px auto;
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    margin-bottom: unset !important;
}
.rating_short {
    margin-top: unset !important;
}
.rating_block {
    margin-bottom: 30px;
}
.error {
    margin: 0px auto;
    height: 100vh;
    background-image: url('../img/back.svg');
    background-size: 80px 80px;
    background-position: center;
    animation: bg-animation 25s ease-in-out infinite;
}
.error_block {
    width: 260px;
    margin: 0px auto;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: auto;
    background: #fff;
}
.error_logo {
    border-radius: 25px;
}
.error_text {
    background: #eee;
    padding: 20px;
    border-radius: 15px;
}
.error_main_back {
    width: 100%;
    height: 100vh;
    margin: 0px auto;
    display: inline-table;
    background: linear-gradient(rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.9));
}
.error_name {
    font-size: 60px;
    font-weight: 700;
}
.error_container {
    padding: 20px;
    padding-bottom: 0px;
    border-radius: 15px;
}
.blocks {
    display: none;
    font-size: 14px !important;
}
.blocks_open {
    display: unset;
}
.main-input {
    border: 2px solid #c0c0c0;
    background: #FFF;
    padding: 15px;
    width: 100%;
    border-radius: 15px;
    text-align: left;
    font-size: 14px;
}
.reviews textarea {
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
    border: 2px solid #c0c0c0;
    background: #FFF;
    padding: 15px;
    font-size: 14px;
}
.reviews button {
    font-size: 14px;
    white-space: nowrap;
    padding: 15px;
    font-weight: 600;
    margin-top: 20px;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    border: 2px solid #E5E5E5;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    width: 100%;
    color: #333;
}
.reviews button:hover {
    opacity: 0.8;
}
.content_static {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    font-size: 14px;
}
.country_change_img {
    height: 20px !important;
    width: 30px !important;
    margin-top: -2 !important;
}
ul .information {
    padding-left: 0;
}
.information li {
    font-style: italic;
    padding-bottom: 10px;
}
.information b {
    font-style: normal;
}
.content_text h2, h3, h4 {
    text-align: center;
}
.content_text {
    margin-top: 40px;
    font-size: 14px;
    background: linear-gradient(#1F1F1F, rgba(0, 0, 0, 0.05));
    color: #fff;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}
.block_table_count {
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #333;
    margin-left: 10px;
    border-radius: 10px;
}
.information_type_name_count {
    color: #333;
    position: absolute;
    right: 55;
    top: 25;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #c8c8c8;
    margin-left: 10px;
    border-radius: 10px;
}
.information_type_count {
    color: #333;
    position: absolute;
    right: 50;
    top: -2;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #e5e5e5;
    margin-left: 10px;
    border-radius: 10px;
}
@media(max-width: 1320px){
    .header {
        width: auto;
        height: 50px;
    }
    .header_info_block_left {
        max-width: 400px;
        margin-right: 0px;
    }
    .footer_block {
        width: auto;
    }
    .footer_links_block {
        flex-direction: column;
    }
    .footer_links_block div {
        padding-bottom: 20px;
    }
    .footer_links_block div:last-child {
        padding-bottom: 0px;
    }
}
@media(max-width: 1280px){
    .main_block {
        width: calc(100% - 40px);
    }
    .main_back {
        display: block;
        height: auto;
    }
    .content_two {
        display: block;
    }
    .question_block_body {
        margin: 0px auto;
        margin-top: 20px;
    }
    .content_two {
        display: flex;
        flex-direction: column-reverse;
    }
    .question {
        margin: 0px auto;
    }
    .top_button_fixed {
        max-width: 100%;
        left: 20px;
        right: 20px;
    }
    .top_button_fixed {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_one h1 {
        padding-top: 0px;
    }
}
@media(max-width: 1200px) {
    .header_info_block_left {
        max-width: 240px;
        margin-right: 0px;
    }
    .header_info_block_right {
        width: auto;
    }
    .header_main_search button font{
        display: none;
    }
}
@media((min-width: 900px) and (max-width: 1200px)) {
    .header_info_block_left {
        max-width: 260px;
    }
}
@media(max-width: 1000px) {
    .galery_full {
        display: unset;
    }
    .galery_full div {
        margin-right: unset;
        margin-bottom: 20px;
    }
    .galery_full div img {
        width: 100%;
        max-height: 500px;
    }
    .galery_full div:last-child {
        margin-right: unset;
        margin-bottom: 0px;
    }
    .main_h1 h1 {
        text-align: center !important;
    }
    .header_info {
        display: inline-table;
        height: auto;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 15px;
    }
    .header_info_block_left {
        float: none;
        margin: 0px auto;
        margin-top: 20px;
        margin-bottom: 20px;
        height: auto;
        position: relative;
        text-align: center;
        max-width: auto;
        font-size: 14px;
        max-width: 100%;
        padding-left: 0px;
        padding: 20px;
        border-radius: 15px;
        background: #ECECEC;
        -webkit-box-shadow: inset 0 1px 10px 0 rgba(0,0,0,.02);
        box-shadow: inset 0 1px 10px 0 rgba(0,0,0,.02);
    }
    .header_info_block_right {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        justify-content: normal;
    }
    .header_info_block_left::after {
        display: none;
    }
    .header_info_block_right_left {
        width: 100%;
    }
    .header_info_block_right_left_country {
        text-align: center;
        border-radius: 15px;
    }
    .header_info_block_right_right_button_next button {
        border-radius: 15px;
    }
    .header_info_block_right_right_button_close button {
        border-radius: 15px;
    }
    .header_main_search button {
        width: 40px;
        width: 100%;
    }
    .header_main_category button {
        width: 100%;
    }
    .header_main_languages button {
        width: 100%;
    }
    .header_main {
        justify-content: space-between;
    }
    .header_main_logo {
        flex-grow: 2;
    }
    .header_main_country_language {
        flex-grow: 0;
    }
    .header_main_search_category {
        flex-grow: 0;
        margin-left: 20px;
    }
    .header_main {
        position: relative;
    }
    .open {
        position: relative;
    }
    .header_main_search_category {
        position: unset;
    }
    .language {
        position: fixed;
        width: 100%;
        width: calc(100% - 100px);
        margin-left: 25px;
        left: 25px;
        top: 125px;
        right: 25px;
    }
    .languages {
        width: 100%;
        right: 0;
        top: 90px;
    }
    .search {
        width: 100%;
    }
    .category {
        width: 100%;
    }
    main {
        background-size: 40px 40px;
    }
    .question_block_name {
        max-width: 100%;
    }
    .full {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }
    .full_left {
        width: auto;
        margin-right: 0px;
        margin-bottom: 20px;
        position: relative;
        top: auto;
    }
    .full_right {
        width: auto;
        position: relative;
    }
    .main {
        top: -100px;
    }
    .main_h1 h1 {
        padding-left: 0px;
    }
    .question_block_body {
        max-width: 100%;
    }
    .full_h2 {
        padding-top: 5px;
    }
    .breadcumb {
        justify-content: center;
        padding-left: 10px;
    }
}
@media(max-width: 860px){
    .footer_gamble {
        display: flex;
        overflow-y: auto;
        margin: 0px auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_gamble::-webkit-scrollbar{
        width: 3px;
        height: 8px;
        cursor: pointer;
        background: rgba(36,43,49, 0.05);
    }
    .footer_gamble::-webkit-scrollbar-thumb{
        border-width:1px 1px 1px 2px;
        border-color: rgb(76, 76, 76);
        background: #c0c0c0;
        border-radius: 5px;
        cursor: pointer;
    }
    .footer_gamble::-webkit-scrollbar-thumb:hover{
        border-width: 1px 1px 1px 2px;
        border-color: #fff;
        background: #fff;
    }
    .footer_gamble::-webkit-scrollbar-track{
        border-width:0;
    }
    .footer_gamble_list {
        opacity: 0.7;
        margin: 20px;
    }
    .footer_gamble_list:first-child {
        margin-left: 0px;
    }
    .footer_gamble_list:last-child {
        margin-right: 0px;
    }
    .footer_gamble_list img {
        height: 30px;
    }
    .header_main_logo {
        width: 100%;
        margin: 0px auto;
        text-align: left;
        margin-bottom: 20px;
    }
    main {
        background-size: 40px 40px;
    }
    .main_h1 h1 {
        font-size: 24px;
    }
    .content_all_block_name {
        font-size: 22px;
    }
    .faq {
        flex-direction: column;
    }
    .faq_block {
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .faq_block:last-child {
        margin-bottom: 0px;
    }
    .faq_block::before {
        top: auto;
        bottom: -28px;
        left: calc(50% - 5.5px);
        rotate: 90deg;
    }
    .check {
        width: auto;
    } 
    .check_text {
        max-width: 100%;
    }
    .check_input {
        margin-top: 20px;
    }
    .check_input input {
        width: 100%;
    }
    .check_input button {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }
    .check_input input{
        text-align: center;
    }
    .full_h2_name h2 {
        font-size: 22px;
    }
    .information_type {
        font-size: 16px;
    }
    .question {
        width: auto;
        margin: 0px auto;
    }
    .footer_links_block {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .footer_links_block div a {
        width: -webkit-fill-available;
        display: inline-block;
    }
    .footer_links_block div {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        padding-bottom: 0px;
        margin-top: 0px;
    }
}
@media(max-width: 750px){
    .search {
        position: absolute;
        top: 185px;
    }
    .category {
        position: absolute;
        top: 120px;
    }
    .breadcumb {
        justify-content: unset;
        padding-left: 0px;
        margin-left: 0px;
    }
}
@media(max-width: 600px){
    .header_info_block_right {
        display: inline-table;
    }
    .header_info_block_right {
        margin-top: 0px;
    }
    .header_info_block_right_right {
        margin-top: 20px;
    }
    .header_info_block_right_left_country { 
        margin-right: 0px;
    }
    .header_info_block_right_right_button_next {
        width: 100%;
    }
    .header_info_block_right_right_button_next button {
        width: 100%;
    }
    .header_main_country_language_block_country_name {
        display: none;
    }
    .header_main_country_language_block_language_name {
        display: none;
    }
    .header_main_country_language_block {
        padding-right: 35px;
    }
}
@media(max-width: 559px){
    .short_name {
        text-overflow: unset;
        white-space: unset;
        overflow: unset;
    }
    .short_description {
        text-overflow: unset;
        white-space: unset;
        overflow: unset;
    }
    .header_main_category button font {
        display: none;
    }
    .header_main_category button {
        padding-right: 0px;
    }
    .header_main_languages button {
        padding-right: 0px;
    }
}
.popup {
    min-width: 1000px;
    max-height: 500px;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.3);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 3;
    position: fixed;
    border-radius: 15px;
    padding: 20px;
    max-height: calc(100% - 160px);
    margin-top: 20px;
}
.pop_back {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95));
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: fixed;
}
.popup_content {
    clear: both;
    justify-content: space-beetwen;
    overflow-y: scroll;
    height: fit-content;
    max-height: 500px;
}
.popup_content_block {
    min-width: calc(100% - 50px);
    clear: both;
    margin-bottom: 20px;
    height: 60px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.pop_loader {
    border-radius: 15px;
    background: #333;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.pop_loader img {
    top: 50%;
    bottom: 50%;
    position: relative;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.popup_content_block:nth-of-type(+1) {
    animation: fade 1.5s linear forwards;
    animation-delay: 1s;
}
.popup_content_block:nth-of-type(2) {
    animation: fade 1.5s linear forwards;
    animation-delay: 2s;
}
.popup_content_block:nth-of-type(3) {
    animation: fade 1.5s linear forwards;
    animation-delay: 3s;
}
.popup_content_block:nth-child(1) .popup_content_block_number {
    font-size: 32px !important;
}
.popup_content_block:nth-child(2) .popup_content_block_number {
    font-size: 28px !important;
}
.popup_content_block:nth-child(3) .popup_content_block_number {
    font-size: 24px !important;
}
.popup_content_block:first-child {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 20px;
    padding-bottom: 30px;
    z-index: 0;
}
.popup_content_block:first-child, .popup_content_block_number {
    font-size: 20px !important;
}
.popup_content_block:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.popup_content_block_img {
    float: left;
}
.popup_content_block_img img{
    width: 120px;
    height: 60px;
    cursor: pointer;
}
.popup_content_block_img img:hover {
    opacity: 0.8;
}
.popup_content_block_text {
    float: left;
    margin-left: 20px;
    height: 60px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: left;
}
.popup_content_block_text_name {
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: underline;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
}
.popup_content_block_text_name:hover {
    text-decoration: none;
}
.popup_content_block_text_info {
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
    overflow: hidden;
    cursor: help;
}
.popup_content_block_text_info_faq {
    background: #eee;
    font-size: 14px;
    width: 50px;
    text-align: center;
    float: right;
    vertical-align: center;
    line-height: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 15px;
    color: #333;
    cursor: pointer;
    opacity: 0.7;
    font-weight: bold;
    font-size: 12px;
}
.popup_content_block_promocode {
    float: right;
    background: #eee;
    padding-left: 20px;
    padding-right: 50px;
    height: 50px;
    border-radius: 15px;
    margin-right: 20px;
    font-size: 14px;
    vertical-align: center;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
}
.popup_content_block_text_info_faq:hover {
    opacity: 1;
}
.popup_content_block_promocode:hover {
    opacity: 1;
}
.popup_content_block_promocode::before{
    content: "";
    position: absolute;
    top: 16px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-size:contain;
    background-image: url('../img/copy.png');
}
.popup_content_block_links {
    margin-top: 5px;
}
.popup_content_block_next {
    float: right;
    width: 220px;
}
.popup_content_block_next button, .next_red{
    height: 50px !important;
    border-radius: 15px;
    background: linear-gradient(180deg, #CE4E4E, #870505);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
}
.next_red_block {
    margin-top: 30px;
    margin-bottom: 20px;
}
.next_red_q {
    color: #333;
    font-size: 14px;
}
.next_red_q:hover {
    text-decoration: none;
}
.popup_content_block_next button::before, .next_red::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/game_next.svg');
    width: 18px;
    height: 14px;
    top: 18px;
    right: 25px;
}
.popup_content_block_next button:hover, .next_red:hover {
    -webkit-box-shadow: inset 0 1px 10px 0 rgba(0,0,0,.35);
    box-shadow: inset 0 1px 10px 0 rgba(0,0,0,.35);
}
.popup_content_block_next button:active {
    opacity: 0.9;
}
.popup_content_block_next button:hover::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('../img/game_next_white.svg');
    width: 18px;
    height: 14px;
    top: 18px;
    right: 25px;
}
.popup_content_block_number {
    float: left;
    line-height: 60px;
    margin-right: 0px;
    margin-left: 30px;
    font-weight: bold;
    text-align: center;
    min-width: 30px;
 }
.box-g {
        font-family: "Georama", sans-serif;
        font-optical-sizing: auto;
        font-style: Regular 400;
        font-size: 48px;
        max-width: 360px;
        margin: 0px auto;
        margin-bottom: 20px;
}
.wrapper {
    display: flex;
    justify-content: center; 
}
.box-g-block {
    max-width: 360px;
    margin: 0px auto;
    margin-top: 42px;
}
.box-g-text {
    font-size: 14px;
    margin: 0px auto;
    margin-top: 20px;
    max-width: 360px;
}
.box-g-button {
    width: 100%;
    margin-top: 20px;
    line-height: 40px;
    background: linear-gradient(#494949, #282828);
    color: #FFFFFF;
    font-weight: 700;
    height: 50px;
    cursor: pointer;
    border: 2px solid #282828;
    border-radius: 15px;
    font-size: 14px;
}
.box-g-button:hover {
    opacity: 0.9;
}
.box-g-button:active {
    opacity: 0.7;
}
.popup_content_block_promocode_100 {
    width: 100%;
    float: none;
    max-width: calc(100% - 100px) !important;
    margin-top: 20px;
    background: #eee;
    padding-left: 50px;
    padding-right: 50px;
    height: 50px;
    border-radius: 15px;
    margin-right: 20px;
    font-size: 14px;
    vertical-align: center;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.popup_content_block_promocode_100:hover {
    opacity: 1;
}
.popup_content_block_promocode_100::before{
    content: "";
    position: absolute;
    top: 16px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-size:contain;
    background-image: url('../img/copy.png');
} 
.promocode_text {
    width: 29ch;
    color: #333;
    font-family: monospace;
    font-size: 24px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid #333;
    animation: cursor 0.75s step-end infinite, printed_text 5s steps(29);
}
  @keyframes cursor {
    0% {
      border-color: #333;
    }
    50% {
      border-color: transparent;
    }
    100% {
      border-color: #333;
    }
  }
  @keyframes printed_text {
    from {
      width: 0;
    }
  }
.promocode_green {
    background: rgba(23, 135, 5, 0.25);
}
.popup_content::-webkit-scrollbar{
    width: 7px;
    height: 8px;
    cursor: pointer;
    background: rgba(36,43,49, 0.05);
}
.popup_content::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: rgb(76, 76, 76);
    background: #c0c0c0;
	border-radius: 5px;
    cursor: pointer;
}
.popup_content::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #333;
    background: #333;
}
.popup_content::-webkit-scrollbar-track{
    border-width:0;
}
.popup_header {
    height: 85px;
    text-align: right;
    position: relative;
    margin-top: -85px;
    color: #fff;
    padding-left: 15px;
    padding-right: 35px;
}
.popup_header_left {
    text-align: left;
    float: left;
    margin-top: -80px;
    color: #fff;
    margin-left: 10px;
}
.popup_header_left h1 {
    font-size: 21px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 450px;
    overflow: hidden;
}
.popup_header_left img {
    height: 40px;
    width: 64px;
}
.popup_header_right {
    float: right;
    margin-right: 15px;
}
.popup_header_left_img {
    float: left;
    border: 2px solid #fff;
    border-radius: 5px;
    height: 40px;
    width: 64px;
    background: #fff;
}
.popup_header_left_name {
    float: left;
    line-height: 20px;
}
.popup_close {cursor: pointer; position: absolute; width: 24px; height: 24px; top: -65px; right: 0px; opacity: 0.9;
    border: 2px solid #E5E5E5;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    padding: 1px;
    padding-left: 15px;
    padding-right: 8px;
    border-radius: 15px;
    padding-top: 20px;
    z-index: 1;
}
.popup_close:before, .popup_close:after {content: ""; position: absolute; width: 18px; height: 3px; background: #777; }
.popup_close:before {transform: rotate(45deg);}
.popup_close:after {transform: rotate(-45deg);}
.popup_close:hover {opacity: 1;}
.popup_close_2 {cursor: pointer; position: absolute; width: 24px; height: 24px; top: -65px; right: 0px; opacity: 0.9;
    border: 2px solid #E5E5E5;
    background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
    padding: 1px;
    padding-left: 3px;
    padding-right: 20px;
    border-radius: 15px;
    padding-top: 20px;
    z-index: 1;
}
.popup_close_2:before, .popup_close_2:after {content: ""; position: absolute; width: 18px; height: 3px; background: #777; }
.popup_close_2:before {transform: rotate(45deg);}
.popup_close_2:after {transform: rotate(-45deg);}
.popup_close_2:hover {opacity: 1;}
.popup_content_block_next_not {
    font-size: 14px;
    text-align: center;
    line-height: 60px;
}
.popup_content_block_not {
    opacity: 0.5;
    animation: none !important;
}
.promocode_faq {
    position: fixed;
    z-index: 10;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.75));
}
.box {
    align-self: flex-end;
    background-color: #fff;
    transform-origin: bottom;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
}
.bounce-1 {
    transition: all 0.3s ease;
    width: 420px;
    height: auto;
    position: fixed;
    box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.3);
    left: 50%;
    right: 50%;
    top: 50%;
    margin: 0px auto;
    transform: translate(-50%, -50%);
}
.box img {
    width: 160px;
}
.box-g h2 {
    font-size: 21px;
}
@media(max-width: 850px){
    .header_main_logo {
        text-align: center;
    }
    .header_main {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .header_main_search_category {
        flex-grow: 1;
        margin-left: unset;
        justify-content: center;
        margin-left: -10px;
        margin-right: -10px;
    }
    .header_main_languages {
        width: 100%;
        padding-left: 0px;
        margin: 10px;
        margin-top: -5px;
    }
    .header_main_category {
        width: 100%;
        padding-left: 0px;
        margin: 10px;
    }
    .header_main_search {
        width: 100%;
        margin: 10px;
    }
    .header_main_search button {
        max-width: unset;
    }
    .header {
        height: auto;
    }
    .languages {
        width: 100%;
        right: 0;
        top: 185px;
    }
}
@media(min-width: 1200px){
    @keyframes fade {
        0% { opacity: 0; }
        100% { opacity: 1; }
      }
      .popup_content_block:nth-of-type(+1) {
        animation: fade 1.5s linear forwards;
        animation-delay: 1s;
      }
      .popup_content_block:nth-of-type(2) {
        animation: fade 1.5s linear forwards;
        animation-delay: 2s;
      }
      .popup_content_block:nth-of-type(3) {
        animation: fade 1.5s linear forwards;
        animation-delay: 3s;
      }
}
@media(max-width: 1200px){
    .popup_close_2 {
        right: 20px;
    }
    .box-g h2 {
        font-size: 21px;
    }
    .bounce-1 {
        width: calc(100% - 40px);
        height: calc(100% - 120px);
        transform: unset;
        left: unset;
        right: unset;
        top: 84;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        position: fixed;
    }
    .box-g {
        overflow-y: scroll;
        height: 100%;
        padding-bottom: calc(20px + env(safe-area-inset-bottom)) !important;
    }
    .pop_loader {
        border-radius: 0px;
        top: 97px;
    }
    .pop_loader img {
        top: calc(50% - 97px);
    }
    .popup_header_left {
        margin-top: -65px;
        margin-left: 20px;
        color: #333;
    }
    .popup_content_block:last-child {
        margin-bottom: 150px;
    }
    .popup {
        width: 100%;
        height: 100vh !important;
        min-width: auto;
        padding: 30px;
        min-height: 100%;
        max-height: 100%;
    }
    .popup_content {
        height: 100%;
        padding-left: 10px;
        max-height: 100%;
    }
    .popup_header {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0px;
        height: 67px;
        box-shadow: 0px 5px 5px -3px #c0c0c0;
    }
    .popup_header_left {
        color: #333;
    }
    .popup_header_right {
        margin-right: 75px;
    }
    .popup_close {
        top: 51px;
        right: 53;
        border: 2px solid #E5E5E5;
        background: linear-gradient(180deg, #F8F8F8, #e8e8e8);
        padding: 1px;
        padding-left: 15px;
        padding-right: 8px;
        border-radius: 15px;
        padding-top: 20px;
        top: 30px;
        opacity: 0.7;
    }
    .popup_close:before, .popup_close:after {
        width: 18px;
        background: #777;
    }
    .popup_content_block:first-child {
        margin-top: 20px;
    }
}
@media(max-width: 1200px) and (min-width: 1100px){
    .popup_content_block_text_info {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 350px;
        overflow: hidden;
    }
}
@media(max-width: 1050px) {
    .popup_content_block:first-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .popup_header_left h1 {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 300px;
        font-size: 18;
        overflow: hidden;
    }
    .popup_content_block {
        border-bottom: 0px;
        padding-bottom: 0px;
        z-index: 0;
    }
    .popup_content_block_text_info_faq {
        order: 2;
        margin-top: 20px;
    }
    .popup_content_block_next button {
        width: 100%;
       
    }
    .popup_content_block_img img {
        width: 210px;
        height: 105px;
    }
    .popup_content_block_left {
        float: left;
    }
    .popup_content_block_links {
        clear: both;
        display: flex;
        flex-direction: row;
	    flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .popup_content_block {
        display: inline-table;
    }
    .popup_content_block_next {
        width: 60%;
        margin-top: 20px;
    }
    .popup_content_block {
        min-width: calc(100% - 30px);
    }
    .popup_content_block_promocode {
        flex-grow: 1;
        order: 1;
        width: 180px;
    }
    .popup_content_block_next {
        flex-grow: 2;
        order: 3;
    }
    .popup_content_block_promocode {
        margin-top: 20px;
    }
}
@media(max-width: 1050px) and (min-width: 800px) {
    .popup_content_block_text {
        margin-left: 30px;
    }
}
@media(max-width: 800px){
    .popup_header_left h1 {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 200px;
        overflow: hidden;
    }
    .popup_content_block_text_info_faq {
        margin-right: 0px;
    }
    .popup_content_block_promocode {
        max-width: calc(100% - 80px);
        width: unset;
    }
    .popup_content_block_next {
        width: 100%;
        margin-top: 20px;
    }
}
@media(max-width: 680px) { 
    .popup_content_block_promocode {
        width: unset;
    }
    .popup_header_left h1 {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 120px;
        overflow: hidden;
    }
}
@media(max-width: 650px){
    .popup_content_block_number {
        display: none;
    }
    .popup_content_block_links {
        flex-direction: unset;
    }
    .popup_content_block_promocode {
        max-width: calc(100% - 175px);
        margin-bottom: 0px;
        order: 1;
        flex-grow: 1;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
        width: unset;
    }
    .popup_content_block_text_info_faq {
        order: 2;
        float: right;
        right: 60px;
    }
    .popup_content_block_next {
        order: 3;
        width: 100%;
        flex-grow: 1;
    }
    .popup_content_block_img img {
        width: 120px;
        height: 60px;
    }
}
@media(max-width: 600px){
    .popup_header_left h1 {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 160px;
        overflow: hidden;
    }
}
@media(max-width: 500px){
    .popup_header_left_name {
        display: none;
    }
    .popup_header_right {
        float: right;
    }
    .popup_content_block_text {
        clear: both;
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
        height: auto;
    }
    .popup_header_left img {
        height: 42px;
    }
    .popup_content_block_text_name {
        font-size: 18px;
    }
    .popup_content_block_text_info {
        overflow: unset;
        white-space: unset;
        line-height: normal;
    }
    .popup_content_block_img {
        text-align: center;
        float: none;
    }
    .popup_content_block_text_name, .popup_content_block_text_info {
        max-width: 100%;
        text-align: center;
    }
    .popup_content_block_left {
        float: none;
    }
    .popup_content_block_links {
        flex-direction: unset;
    }
    .popup_content_block_promocode {
        max-width: calc(100% - 175px);
        order: 1;
        flex-grow: 1;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }
    .popup_content_block_text_info_faq {
        right: 0px;
    }
    .popup_content_block_next {
        order: 3;
        width: 100%;
        flex-grow: 1;
    }
    .popup_content_block {
        border-radius: 15px;
        min-width: unset;
        width: -webkit-fill-available;
        background: #f9f9f9;
        padding: 20px;
    }
    .popup_content_block:first-child {
        padding: 20px;
    }
    .popup_content_block:last-child {
        padding: 20px;
    }
}
@media(max-width: 400px){
    .header_main_languages button::before {
        display: none;
    }
    .header_main_languages button {
        padding-left: unset;
        padding-right: unset;
        text-align: center;
    }
    .header_main_languages button font {
        margin-left: unset;
    }
    .header_main_search button {
        padding-left: unset;
        padding-right: unset;
    }
    .header_main_search button::after {
        left: unset;
        position: unset;
    }
    .header_main_search button::before {
        display: none;
    }
    .header_main_category button::before {
        display: none;
    }
    .header_main_category button::after {
        position: unset;
    }
    .header_main_category button {
        padding-left: unset;
        padding-right: unset;
    }
}
@media(max-width: 350px){
    .popup_content_block_promocode {
        max-width: calc(100% - 170px);
    }
}