/*! CSS Used from: https://static.vavada.net/css/main.6f47d068ce6dd0770c47.css */

.box_input_text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.box_input_text input {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    font-weight: 500;
    color: #fff;
    transition: box-shadow .25s ease;
}

.box_input_text input:focus,
.box_input_text input:hover {
    outline: none;
    box-shadow: 0 0 0 2px #ffde26;
}

.box_input_text input::-webkit-input-placeholder {
    font-style: italic;
    color: #646a87;
}

.box_input_text input::-moz-placeholder {
    font-style: italic;
    color: #646a87;
}

.box_input_text input::-ms-input-placeholder {
    font-style: italic;
    color: #646a87;
}

.box_input_text input::placeholder {
    font-style: italic;
    color: #646a87;
}

.box_input_text input::-webkit-input-placeholder {
    font-weight: 500;
}

.box_input_text input::-moz-placeholder {
    font-weight: 500;
}

.box_input_text input::-ms-input-placeholder {
    font-weight: 500;
}

.box_input_text input::placeholder {
    font-weight: 500;
}

.box_input_text input {
    height: 35px;
    padding: 0 18px;
    font-size: 16px;
}

.box_input_text.search {
    width: 100%;
}

.emoji {
    max-width: 20px;
}

.box_input_text.search [type=search] {
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 50px;
}

.box_input_text.search .search_submit {
    position: absolute;
    top: 0;
    right: 10px;
    height: 35px;
    width: 35px;
    background: transparent url(https://static.vavada.net/img/icons/icon_search.c2d5989eaa419f4dca74590af13427ee.svg) no-repeat 50%;
    background-size: 18px;
    cursor: pointer;
}

.input-suggestion {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    transition: visibility .5s, opacity .25s ease;
}

.select {
    position: relative;
}

.select:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 7px;
    z-index: 1;
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://static.vavada.net/img/icons/icon_dropdown.ec91691febf3c466a1e87290d466148e.svg);
    pointer-events: none;
}

.choices__inner,
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 35px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px 25px 7px 10px;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: box-shadow .25s ease;
    cursor: pointer;
}

.select .choices__list--single:after {
    content: ".";
    visibility: hidden;
    font-size: 1px;
}

.choices__inner .choices__item {
    display: inline;
    padding: 0;
}

.choices {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #646a87;
}

.choices:focus,
.choices:hover {
    outline: none;
}

.choices:focus .choices__inner,
.choices:hover .choices__inner {
    outline: none;
    box-shadow: 0 0 0 2px #ffde26;
}

.choices[data-type*=select-one] {
    cursor: pointer;
}

.choices[data-type*=select-one] .choices__input.is-hidden {
    position: absolute;
    display: inline;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .001;
    height: 100%;
    width: 100%;
    padding: 0;
    border: 0;
    pointer-events: none;
}

.choices__list {
    margin: 0;
    list-style: none;
}

.choices__list--single {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.choices__list--dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 100%;
    margin-top: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px 4px;
    background-color: #4a5372;
    color: #fff;
    word-break: break-all;
    transition: visibility .5s, opacity .25s ease;
    pointer-events: none;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
    background-color: rgba(49, 48, 71, .3);
}

.choices__list--dropdown .choices__list::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background-color: initial;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #313047;
}

.choices__list--dropdown .choices__item {
    border: 1px solid transparent;
    border-radius: 3px;
    background: inherit;
}

.choices__list--dropdown .choices__item.is-highlighted,
.choices__list--dropdown .choices__item:focus,
.choices__list--dropdown .choices__item:hover,
.choices__list--dropdown .choices__item[aria-selected=true] {
    background: linear-gradient(#2d3047, #2d3047) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
}

.choices__item,
.select option {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    box-sizing: border-box;
    height: 35px;
    width: 100%;
    padding: 10px 25px 7px 10px;
    white-space: nowrap;
    cursor: pointer;
}

.select option {
    background-color: #2d3047;
}

.table {
    min-width: 320px;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

table td,
table th {
    padding: 10px;
    border: 1px solid #cbbdbd;
}

@media (max-width: 720px) {
    .table table tr {
        display: block;
    }
    .table table td {
        display: flex;
        font-size: 14px;
    }
    .table table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 20px;
    }
}

@media (min-width:669px) {
    .choices[data-type*=select-one]:before,
    .select:before {
        right: 15px;
    }
    .choices__inner,
    .select select {
        padding-right: 35px;
        padding-left: 18px;
    }
    .choices__list--dropdown .choices__item,
    .select option {
        padding-left: 16px;
        padding-right: 18px;
    }
}

form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.game-catalog .form_search {
    width: 430px;
}

.game-catalog_header {
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 5px;
}

.game-catalog_header {
    display: flex;
    box-sizing: border-box;
    width: 100%;
}

@media (max-width:1024px) {
    .game-catalog .form_search,
    .game-catalog .game-sort-and-filter {
        width: 100%;
    }
    .game-catalog .game-sort-and-filter {
        margin-bottom: 20px;
    }
    .game-catalog_header {
        flex-direction: column;
        max-width: 450px;
        padding: 0;
    }
}

@media (max-width:668px) {
    .game-catalog .game-catalog_header {
        margin-bottom: 20px;
    }
    .game-catalog_header {
        padding: 0;
    }
}

.game_sort {
    flex: 1 2;
    position: relative;
    display: flex;
    align-items: center;
}

.game_sort>li {
    margin-right: 10px;
    box-sizing: border-box;
    height: 100%;
}

.game_sort>li:last-child {
    margin-right: 0;
}

.game_sort .sort_link {
    overflow: hidden;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    padding: 6px 5px 11px;
}

.game_sort .game_sort_flag_hit svg {
    width: 25px;
    height: 27px;
}

.game_sort .game_sort_flag_hit svg .svg_color {
    fill: #302e40;
}

.game_sort .game_sort_flag_hit.active .svg_color,
.game_sort .game_sort_flag_hit:hover .svg_color {
    fill: #a91fff;
}

.game_sort .game_sort_flag_new svg {
    width: 25px;
    height: 27px;
}

.game_sort .game_sort_flag_new svg .svg_color {
    fill: #302e40;
}

.game_sort .game_sort_flag_new:hover .svg_color {
    fill: #4dd433;
}

.game_sort .game_sort_flag_favorite svg {
    width: 25px;
    height: 27px;
}

.game_sort .game_sort_flag_favorite svg .svg_color {
    fill: #302e40;
}

.game_sort .game_sort_flag_favorite svg .svg_item {
    -webkit-filter: none;
    filter: none;
}

.game_sort .game_sort_flag_favorite:hover .svg_color {
    fill: #ff1f44;
}

.game-filter {
    flex: 2 1;
    min-width: 161px;
}

.game-filter option {
    background-color: #191929;
    font-size: 14px;
    font-weight: 500;
}

.game-filter .choices__list--dropdown {
    z-index: 5;
    width: auto;
    padding: 0;
    background: none;
}

.game-filter .choices__list--dropdown .choices__list {
    box-sizing: border-box;
    max-height: none;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
}

.game-filter .choices__list--dropdown .choices__group {
    display: none;
}

.game-filter .choices__list--dropdown .choices__item {
    position: relative;
    box-sizing: border-box;
    height: 35px;
    width: 170px;
    padding: 0 0 0 5px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    background: none;
}

.game-filter .choices__list--dropdown .choices__item.is-highlighted,
.game-filter .choices__list--dropdown .choices__item:focus,
.game-filter .choices__list--dropdown .choices__item:hover,
.game-filter .choices__list--dropdown .choices__item[aria-selected=true] {
    background: #30303f;
}

@media (min-width:669px) {
    .game-filter {
        min-width: 190px;
    }
    .game-filter:before {
        right: 15px;
    }
    .game-filter.x_columns .choices__list--dropdown .choices__list {
        -moz-columns: 170px 3;
        columns: 170px 3;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 532px;
        overflow-y: initial;
    }
    .game-filter.x_columns .choices__list--dropdown .choices__item {
        padding: 0 0 0 30px;
    }
    .game-filter.x_columns .choices__list--dropdown .choices__item:before {
        content: attr(data-content);
        position: absolute;
        top: 0;
        left: 5px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #646a87;
    }
    .game-filter.x_columns .choices__list--dropdown [data-id="1"] {
        padding: 0 0 0 5px;
        -moz-column-span: all;
        column-span: all;
    }
    .game-filter.x_columns .choices__list--dropdown [data-id="1"]:before {
        display: none;
    }
}

.game-sort-and-filter {
    position: relative;
    display: flex;
}

.game-sort-and-filter>* {
    margin-right: 20px;
}

.game-sort-and-filter>:last-child {
    margin-right: 0;
}

/*! CSS Used from: Embedded ; media=all */

@media all {
    .svg_flag_hit .svg_color {
        fill: #A91FFF;
    }
}

/*! CSS Used from: Embedded ; media=all */

@media all {
    .svg_flag_new .svg_color {
        fill: #4DD433;
    }
}

/*! CSS Used from: Embedded ; media=all */

@media all {
    .svg_flag_favorite .svg_color {
        fill: #FF1F44;
    }
}

.table-responsive {
    min-width: 320px;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

@media (max-width: 720px) {
    .table-responsive table tr {
        display: block;
    }
    .table-responsive table td {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .table-responsive table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 20px;
    }
}