body {
    background-color: #f0f1f3;
    font-family: 'Arial';
    font-size: 14px;
    color: #000;
}

h1 {
    color: #222630;
    font-family: "Tahoma";
    margin-bottom: 30px;
    font-size: 24px
}

.header__holder {
    height: 52px;
    background-color: #002b5d;
    color: #fff;
    padding-top: 7px;
}

.header__holder.toggled .col-typeahead {
    top: 0;
    opacity: 1;
}

.typeahead__close {
    top: 0;
    position: absolute;
    right: 44px;
    z-index: 1;
}

.typeahead__close > .btn {
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-decoration: none !important
}

.form-control {
    font-family: 'Arial';
    font-size: 14px;
    height: 38px;
    background-color: transparent;
    color: #fff;
}

.form-control:focus {
    color: #fff;
    font-family: 'Arial';
    font-size: 14px;
}

.page-content {
    padding: 20px 0 120px;
}

.content__partners {
    background-image: url(../img/texture.jpg);
    background-repeat: repeat;
    z-index: 2;
    position: relative;
}

@media screen and (max-width:992px){
    .content__partners {
        z-index: 0;
    }
}


.content__partners a {
    margin: 20px 44px;
    display: block;
}

.content__partners img {
    max-width: 100%
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 20px;
    transition: all ease-in-out .125s;
    outline: none
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    padding: 3px 0 0 0px !important;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    padding: 3px 0 0 4px !important;
}

.owl-nav > button svg {
    color: #1e62d0;
    height: 15px;
    width: 9px;
}




.icon {
    font-size: 0;
    display: block;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col {
    padding-left: 10px;
    padding-right: 10px;
}

.col-sidebar {
    /*width: 200px;
    margin-left: -15px;
    padding: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #fff;*/
    position: absolute;
    width: 190px;
    padding: 10px;
    left: 0;
    background-color: #fff;
    top: 0;
    margin-left: -15px;
    height: 100%;
}



.col-content {
    /*padding-left: 20px;
    width: calc(100% - 185px)*/
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    padding-left: 195px;
}

.typeahead__field {
    position: relative;
}

.typeahead__button {
    position: absolute;
    right: 0;
    top: 0;
}

.typeahead__button .icon {
    display: block;
}

.icon > svg path {
    transition: all ease-in-out .12s
}

.typeahead__button .icon svg {
    fill: #ffffff;
}

.typeahead__query .form-control {
    background-color: #11539f;
    border-color: transparent;
    box-shadow: none
}

.typeahead__query .form-control:focus {
    border-color: #007bff;
}



.form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Arial';
}

.form-control::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Arial';
}

.form-control:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Arial';
}

.form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Arial';
}

.flex-flow-0 {
    flex-grow: 0;
    flex-shrink: 0;
}

.nav-icons .icon {
    margin-right: 7px;
}

.btn {
    font-size: 12px;
    height: 38px;
}

.btn-outline-primary {
    border-color: #043874;
    color: #fff;
}

.btn-outline-primary .icon svg path {
    fill: #11529d;
}

.btn-outline-primary:focus .icon svg {
    fill: #fff;
}

.link-favorite svg path,
.link-expand svg path {
    fill: #fff;
}

.col-border-left {
    border-left: 1px solid #00346e
}

.categories {
    margin-bottom: 24px;
}

.categories ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.categories ul li a {
    font-size: 12px;
    color: #000;
    display: flex;
    font-family: Arial;
}

.categories ul li a:hover {
    text-decoration: none;
}

.categories ul li a:hover >.text {
    background-color: #E3E4E6;
    color: #000;
}

/*.categories ul li a > span.image {*/
/*    background-image: url(../css/images/sprite_cat.png);*/
/*    display: block;*/
/*    width: 28px;*/
/*    height: 26px;*/
/*    margin-right: 10px;*/
/*}*/

.categories ul li a >.text {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 1px 6px 1px;
    flex: 1 1 auto;
}

.c-forold >.text {
    background-color: #f9c921;
    color: #fff;
}

.c-forboys >.text {
    background-color: #5BBAFB;
    color: #fff;
}

.c-forchildren >.text {
    background-color: #84CC6F;
    color: #fff;
}

.c-forgirls >.text {
    background-color: #FDA7FF;
    color: #fff;
}

.c-tanks >.text {
    background-color: #002b5d;
    color: #fff;
}

.c-gray >.text {
    background: #d9d9d9;
}

.header {
    color: #222630;
    font-family: "Tahoma";
}

.text-bold {
    font-family: "Tahoma";
}

.header.h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.header.h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.text-lighter {
    color: #33333a
}

.text-dark {
    color: #2e353e
}

.teaser:after {
    clear: both;
    display: table;
    content: '';
}

.mt-0 {
    margin-top: 0
}

.teaser {
    margin-top: 20px;
}

.teaser img {
    margin-right: 20px;
    margin-top: 4px;
    float: left;
}

.teaser .heading-stacked {
    margin-bottom: 2px;
}

.games-sugestion {
    margin-top: 12px
}

.m-b-14 {
    margin-bottom: 14px;
}

.item img,
.teaser img,
.items-list__item img {
    border-radius: 4px;
    max-width: 100%
}

.owl-item .item {
    text-align: center;
    width: 70px;
}

.item > a {
    color: #272639;
    text-decoration: none;
}

.item > a img {
    transition: all ease .126s;
    opacity: 1;
}

.item > a span {
    margin-top: 8px;
}

.carousel-offset .owl-carousel {
    padding: 0 45px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.items-list__item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
}

.items-list__item > a {
    display: block;
    height: 100%;
}

.items-list__item__description {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.items-list--cards .items-list__item {
    margin-bottom: 20px;
}

.items-list--cards .items-list__item__description {
    color: #2e353e
}

.item__header {
    margin-bottom: 16px;
    position: relative;
}

.item__header img {
    width: 100%;
}

.items-list.row,
.items-list .row,
.items-list--cards.row {
    margin-left: -5px;
    margin-right: -5px;
}

.items-list.row .col,
.items-list .row .col,
.items-list--cards.row .col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.heading-stacked {
    margin-bottom: 8px;
}

.heading-stacked .header {
    margin-bottom: 0;
    margin-top: 0
}

.col-last,
.items-list .row .col.col-last {
    margin-bottom: 0
}

.info-teaser img {
    margin-right: 30px;
}

.info-teaser .teaser-body {
    padding-top: 10px;
}

.header.h1 {
    font-size: 20px;
    margin-bottom: 26px
}

.header.h2 {
    margin-bottom: 20px;
    font-size: 30px
}

.tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-size: 11px;
    color: #fff;
    background-color: #ff9900;
    text-align: center;
    padding: 4px 14px;
    border-radius: 4px;
    z-index: 1
}

.description p:last-child {
    margin-bottom: 0
}

.news-block {
    margin-top: 28px
}

.ul--styled {
    margin-top: 12px;
    padding-left: 0;
    list-style: none
}

.ul--styled li {
    line-height: 1.66em;
    position: relative;
    padding-left: 20px;
}

.ul--styled li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #cbd2d5
}

.text-block {
    margin-top: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.footer__holder {
    background-color: #002b5d;
    padding: 15px 0;
}

.footer__menu {
    background-color: #001f47;
    padding: 30px 0;
}

.copyright {
    font-size: 12px;
    color: #f0f1f3;
}

.footer__menu .nav li:not(:last-child) {
    margin-right: 32px;
}

.footer__menu .nav li a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

.footer__holder .form-control {
    height: 44px;
    border: 1px solid #0a478d
}

.footer__holder .typeahead__button .btn {
    height: 44px;
}

ul.nav-tabs {
    position: relative;
    border-bottom: 0;
}

ul.nav-tabs:after {
    background-color: #e6e7e8;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

ul.nav-tabs > li > a {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #222630;
    font-family: "Tahoma";
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
    border: 0 none !important;
    background-color: transparent;
}

ul.nav-tabs > li > a:after {
    content: '';
    background-color: #11539f;
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition: all ease 0.185s;
    -khtml-transition: all ease 0.185s;
    -moz-transition: all ease 0.185s;
    transition: all ease 0.185s;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

ul.nav-tabs > li > a.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.games-tabs {
    margin-top: 32px;
}


#range-slider {
    width: 190px;
    margin: 0 11px 0px 10px;
}

.noUi-target {
    height: 4px;
    background-color: #e7e8ea;
    border: 0 none;
    box-shadow: none
}

.noUi-horizontal .noUi-handle {
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    top: -9px;
    background-color: #fff;
    border: 3px #fca92d solid
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: 0;
    left: -10px;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none
}

.game-window {
    z-index: 9;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto
}

.range-zoom-in,
.range-zoom-out {
    cursor: pointer;
}

.game__nav .nav li a {
    color: #002b5d;
    text-decoration: underline;
    font-size: 12px;
    z-index: 9;
}

.game__nav .nav li a .icon svg path,
#game-prevnext_corr svg path {
    fill: #11539f
}

.no-margin {
    margin: 0 !important
}

.prev-game-link {
    margin-right: 24px
}

.next-game-link .icon {
    margin-left: 7px;
    margin-right: 0
}

.prev-game-link .icon {
    margin-right: 7px;
}

.game__nav {
    margin-bottom: 20px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-top: 12px;
}

.breadcrumb a,
.breadcrumb span {
    color: #858c99;
    font-size: 12px;
}

.pagination {
    justify-content: center;
    margin: 14px 0 24px;
}

.pagination li:not(:last-child) {
    margin-right: 8px;
}

.pagination li a {
    background-color: #e1e2e4;
    border: 0 none;
    border-radius: 3px;
    font-size: 12px;
    color: #262624;
    padding: 13px;
    min-width: 41px;
    text-align: center;
    transition: all ease .125s
}

.pagination li.active a {
    background-color: #002b5d;
    color: #fff;
}

#tabs-select.form-control {
    background-color: #e1e2e4;
    font-size: 18px;
    color: #222630;
    font-family: "Tahoma";
    padding-left: 12px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/ui/img/next-big.svg);
    background-repeat: no-repeat;
    background-position: right 20px center
}

#game-prevnext_corr {
    margin-top: 30px;
    margin-bottom: 50px;
}

.items-list:not(.items-list--cards) .items-list__item__description {
    bottom: -100%;
    left: 0;
    right: 0;
    position: absolute;
    transition: all ease-in-out .125s;
    text-align: center;
    background-color: rgba(0,43,93,.8);
    padding: 10px 20px;
}

.items-footer-list:not(.items-list--cards) .items-list__item__description {
    font-size: 10px;
    padding: 5px;
}

.items-footer-list .items-list__item a {
    text-align: center;
}

#mobile-nav #sidebar {
    position: static;
    display: block;
    margin-left: 0
}

#adv__hlder #adv-1 {
    display: block;
}

#mobile-nav {
    overflow: auto;
    transform: translateX(-100%);
    will-change: transform;
    transition: all ease-in-out .185s
}

.p-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999
}

html.mmenu-open,
html.mmenu-open body,
html.mmenu-collapsing,
html.mmenu-collapsing body {
    overflow: hidden;
}

.mmenu-toggle .btn {
    padding: 0;
    height: auto
}

.mm-slideout {
    /* will-change: transform; */
    transition: all ease-in-out .185s;
    /* transform: translateX(0); */
}

.mmenu-open .mm-slideout {
    transform: translateX(200px);
}

.mmenu-open #mobile-nav {
    transform: translateX(0);
}

#mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.hamburger {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 16px;
    height: 14px;
    display: inline-block;
    position: relative;
    margin-top: 8px;
}

.hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .15s;
    transition-delay: .15s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .15s;
    transition-delay: .15s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 16px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.hamburger-inner::before {
    transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner::after {
    top: -14px;
    transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
}

.hamburger-inner::after, .hamburger-inner::before {
    content: '';
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.mmenu-open .hamburger-inner::before {
    top: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
}

.mmenu-open .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;
}

.mmenu-open .hamburger-inner {
    transform: translate3d(0,-7px,0) rotate(-45deg);
    transition-delay: .32s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

@media screen and (min-width:0\0) {

    .header__holder .row {
        display: table !important;
        width: 100%;
    }

    .header__holder .row > .col {
        display: table-cell;
        vertical-align: middle;
    }

    .header__holder .row > .col.d-lg-block {
        display: table-cell !important
    }

    .flex-flow-0 {
        width: 1%;
    }

    .col-typeahead {
        width: 100%;
    }

}

.pt-0 {
    padding-top: 0
}

.info-teaser__title {
    font-size: 30px;
    margin-bottom: 20px;
}

.teaser__body .heading-stacked {
    margin-bottom: 0;
}

.owl-nav > .disabled {
    opacity: .5;
}

.mt-0 {
    margin-top: 0
}

.items-list .item {
    margin-bottom: 5px;
}

.items-list .item img {
    width: 100%
}

h1.header.h1 {
    font-size: 24px;
    margin-bottom: 0
}

.games.type-3 .item {
    width: 300px;
    height: 150px;
    display: inline-block;
    float: left;
    margin: 0 0 7px 7px;
    color: #FFF;
}

.btn-play {
    margin: 10px 0px;
    background: #46A546;
    color: #FFF;
    font-size: 26px;
    text-align: center;
    padding: 10px 20px;
    display: block;
}

h1, h2, h3{
    color: #222630;
    font-family: "Tahoma";
}


h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.play-mobile {
    padding: 75px 40px;
    margin-top: 10px;
    position: relative;
}
.play-mobile-background img {
    -webkit-filter: blur(3px); filter: blur(3px);
    opacity: 0.5;
}

.play-mobile-background {
    content: "";
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: 100%;
    background-color: black;
}

.game__nav .nav-icons li {
    z-index: 9;
}

.game__nav.active .nav li a{
    color: white;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
#game h1 {margin-top: 20px}
.content__partners table {table-layout: fixed; margin: 10px 0px}
.owl-dots {display: none}
.items-list {margin-right: -10px}

#iplayer-panel {
    font-family: Arial, Helvetica, sans-serif;
    color: #ccebff;
    font-size: 12px;
    text-shadow: 0 1px 1px #05469d;
    height: 36px;
    left: 0;
    line-height: 36px;
    z-index: 1000;
    display: none;
}

#iplayer-panel ol, #iplayer-panel ul  {list-style: none;margin: 0;padding: 0;}

#iplayer-panel a {text-decoration: none;}
#iplayer-panel .ip-logo img{margin-top:8px;}
#iplayer-panel .ip-left {display: none;}
/*#iplayer-panel .ip-left + div {display: none!important;}*/
#iplayer-panel .ip-right {float: right; text-align: right; font-size: 14px; font-size: 0px; height: 36px;}
#iplayer-panel .ip-block {min-width: 30px;  display: inline-block; text-align: center; font-size: 12px;padding: 0px 9px; cursor: pointer; position: relative;}
#iplayer-panel .ip-block:hover {
    background-color: #21559e;
    background: -webkit-gradient(linear, top top, top bottom, from(#21559e), to(#36acec));
    background: -webkit-linear-gradient(top, #21559e, #36acec);
    background: -moz-linear-gradient(top, #21559e, #36acec);
    background: -ms-linear-gradient(top, #21559e, #36acec);
    background: -o-linear-gradient(top, #21559e, #36acec);
    text-decoration: none;
    color:#FFF;
}

#iplayer-panel .ip-block:hover{
    color:#FFF;
}

#iplayer-panel .ip-block:hover .ip-dropdown {display: block !important;}
#iplayer-panel .ip-sep { line-height: 16px; width: 2px;  margin-right: 2px; display: inline-block; border-right: 1px solid rgba(255, 255, 255, 0.2); font-size: 14px; }
#iplayer-panel .ip-dropdown {position: absolute; right:0px; width: 200px; background-color: #36ACEB;  border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    cursor: auto;
    z-index: 100;
    display: none;
    max-height:500px;.
overflow: auto;
}
.playbutton{
    position: relative;
    left: 112px;
    bottom: 76px;
}
.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0', GradientType=0);
    background-color: #3d94f6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #337fed;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    padding: 6px 40px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1570cd;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6', GradientType=0);
    background-color: #1e62d0;
    color: white;
    text-decoration: none;
}

.myButton:active {
    position: relative;
    top: 1px;
}
@media screen and (min-width:992px){
    .items-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, 120px);
        grid-gap: 10px;
        grid-auto-rows: 90px;
        grid-auto-flow: dense;
    }
    .item-big {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }
}

.games-list-top {
    display: flex;
    justify-content: space-between;
}

.games-list-top .item {
    margin: 3px 0;
    width: 10%;
    max-width: 120px;
}

.games-list-top .item img {
    border-radius: 4px;
    width: 100%
}

.games-list-top:not(.items-list--cards) .items-list__item__description {
    bottom: -100%;
    left: 0;
    right: 0;
    position: absolute;
    transition: all ease-in-out .125s;
    text-align: center;
    background-color: rgba(0, 43, 93, .8);
    padding: 10px 20px;
}
.categories .text{font-size: 12px;margin-bottom: 0px}

.vp-dropdown .remove {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    background-color: red;
    line-height: 10px;
    padding: 4px;
    right: 0;
    top: 0;
    z-index: 999;
    border-radius: 3px
}

.vp-dropdown .remove:hover {
    background: #02B8E3;
    text-decoration: none
}

.game {
    background-color: #002b5d;
    border-radius: 10px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .24);
    display: inline-block;
    line-height: 0;
    width: 160px;
    height: 120px;
    margin: 0 7px 15px;
    overflow: hidden;
    position: relative;
    transition: all .6s ease;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.game:hover {
    -webkit-transform: scale(1.0425531915) translate3d(0, -4px, 0);
    transform: scale(1.0425531915) translate3d(0, -4px, 0);
    transition-duration: .3s
}

.game-title {
    bottom: 0;
    color: #ffffff;
    font: 700 13px/16px sans-serif;
    left: 0;
    padding: 2px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 3
}

.game .game-img {
    width: 100%;
    height: auto;
    max-width: 160px;
    min-width: 100px;
    max-height: 120px;
    min-height: 85px
}

.vp-dropdown {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none
}

section.vp-dropdown div.close span {
    position: fixed;
    z-index: 1;
    cursor: pointer;
    font-size: 30px;
    line-height: 50px;
    color: #002b5d;
    text-align: center;
    width: 50px;
    height: 50px;
    right: 0
}

.vp-list.vp-fav {
    padding: 0;
    text-align: center;
}

section.vp-dropdown div {
    margin-top: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    text-align: center
}

#smokescreen {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(72, 72, 72, 0.9);
}

.count {
    background-color: #d95652;
    border-radius: 100%;
    margin-left: 4px;
    float: right;
    height: 14px;
    line-height: 2px;
    margin-top: -4px;
    padding: 5px 5px;
}

.noadded {
    color: #fff;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    line-height: 21px
}
i.icon-cancel svg:hover {
    fill: #FF4F5B
}
svg {
    width: auto;
    fill: #fff;
    position: relative;
}
.add-fav svg {
    width: auto;
    fill: #1621a0;
    position: relative;
}
.item-favorite-active {
    opacity: .5
}

.item-favorite-active,.item-favorite {
    margin-top: 10px;
    padding: 5px;
    border: 2px solid #1621a0;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
}
.add-fav{
    display: flex;
    justify-content: center;
}
.pwa-button {
    font-size: 14px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    outline: 0;
    color: #fff;
    background-color: #00b000;
    border: none;
    border-radius: 7px;
    transition: .2s;
}

.pwa-button:hover {
    background-color: #31c58b;
}

.list-live {
    position: absolute;
    z-index: 99999999;
    background: #e1f6ff;
    width: 100%;
    margin: 0 auto;
    border-radius: .25rem;
    border: 1px solid #11539f;
    display: none;
}


.list-live__item {
    position: relative;
    margin: 10px;
    display: flex;
    align-items: center;
    height: 20px;
    width: 100%;

}

.list-live__item-img {
    padding: 5px;
}

.list-live__item-img img {
    height: 25px;
}

.list-live__item p {
    margin-bottom: 0;
    color: #0a478d;
    padding: 0 10px;
    font-size: 16px;
}

.list-live__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.list-live hr {
    width: 95%;
    opacity: .4;
    border: 1px solid #11539f
}

#header form{
    position: relative;
}

.cookies {
    display: none;
    z-index: 999999999;
    background: #ffffff;
    position: fixed;
    width: 85%;
    height: auto;
    left: 0;
    right: 0;
    border: 3px solid #000;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    margin: auto;
    bottom: 20px;
}

.buttons {
    display: flex;
    justify-content: space-around;
    width: 25%;
    align-items: center;
}

.cookies p {
    margin: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    width: 75%;
    font-weight: 400;
}

.cookies a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-weight: 800;
    color: #35a4c5;
    font-family: Arial, sans-serif;
    transition: .4s all ease;
}

.cookies a:hover {
    color: #2d91af;
}

.cookies button {
    height: 40px;
    background-color: #24b04f;
    border: none;
    width: 120px;
    font-size: 20px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: .4s all ease;
}

.cookies button:hover {
    background-color: #1f9b44;
}

@media (max-width: 991.98px) {
    .cookies {
        height: auto;
    }

    .cookies p {
        width: 60%;
    }

    .buttons {
        width: 40%;
        justify-content: space-around;
    }
}

@media (max-width: 767.98px) {
    .cookies p {
        font-size: 12px;
    }

    .cookies button {
        font-size: 16px;
        width: 90px;
    }
}

@media (max-width: 575.98px) {
    .cookies {
        flex-direction: column;
        height: auto;
        width: 90%;
        padding: 5px 10px;
        bottom: 10px;
    }

    .buttons {
        width: 100%;
    }

    .cookies p {
        font-size: 12px;
        width: 100%;
    }

    .cookies button {
        font-size: 16px;
        width: 120px;
    }
}
.lang__btn {
    cursor: pointer;
    position: relative;
    color: white;
    text-decoration: underline;
}
.lang__btn:hover {
    text-decoration: none;
}

.lang__dropdown {
    box-sizing: border-box;
    padding-inline-start: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    max-height: 0;
    overflow: hidden;
    overflow-y: auto;
    transition: 1s all ease;
    border: 1px solid #001f47;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    list-style: none;
}

.lang__btn:hover .lang__dropdown {
    max-height: 300px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}

.lang__dropdown li.lang__li:not(:last-child) {
    margin-right: 0;
}

.lang__dropdown li.lang__li {
    margin: 5px 0;
}

.lang__dropdown li.lang__li a {
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    color: #002b5d;
    text-decoration: none;
    transition: .4s all ease;
}

.lang__dropdown li.lang__li a:hover {
    color: #001f47;
    margin-left: 5px;
    margin-right: -5px;
}

.lang__dropdown::-webkit-scrollbar {
    width: 2px;
    margin-right: 1px;
}

.lang__dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.lang__dropdown::-webkit-scrollbar-thumb {
    background-color: #001f47;
    outline: 1px solid slategrey
}
