body {     padding: 0;     margin: 0;     height: 100%;     overflow-x: hidden;     background: rgba(0, 0, 0, 0.9);     -ms-touch-action: pan-x pan-y;     touch-action: pan-x pan-y; }  * {     box-sizing: border-box;     font-family: "RobotoCondensed-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;     font-style: normal; }  a {     text-decoration: none; }  .content a {     color: #D4B876; }  .header {     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;     background: #1E1E1E;     position: fixed;     left: 0;     top: 0;     right: 0;     z-index: 200;     text-align: right;     -webkit-box-orient: horizontal; }  .header-wrap {     width: 100%;     max-width: 100%;     height: 68px;     margin: auto;     display: grid;     grid-template-columns: 0.1fr 0.4fr 0.5fr 2fr 1fr;     grid-template-areas: "aa bb cc dd ee";     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between; }  .header-wrap {     display: flex;     justify-content: space-between;     align-items: center; }  .header-item {     height: 100%; }  .header-item:first-child {     min-width: 200px;     -webkit-flex-shrink: 1;     -ms-flex-negative: 1;     flex-shrink: 1;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     opacity: 0; }  .header-menu {     width: 64px;     height: 100%;     fill: #C5C5C5;     color: #C5C5C5;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     cursor: pointer;     -webkit-transition: 0.3s;     transition: 0.3s; } .slider__flex {   display: flex;   gap: 5px; }  .gif {   	width: 30%;     padding: 195px 5px 10px; }  .gif__link {   display: block;     width: 100%;   height: 100%; } .gif__link img {     width: 100%;   height: 100%;   border-radius: 16px; } .badge-digit {     position: absolute;     background: #F11414;     border-radius: 50%;     width: 19px;     height: 19px;     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;     font-size: 12px;     color: #fff;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-animation: badge-digit-tween 1s linear infinite;     animation: badge-digit-tween 1s linear infinite; }  @keyframes badge-digit-tween {     0%, 30% {         -webkit-transform: translateY(0);         transform: translateY(0);     }      10%, 20% {         -webkit-transform: translateY(-3px);         transform: translateY(-3px);         -webkit-transform: translateY(-3px);         transform: translateY(-3px);     } }  .header-menu .badge-digit {     top: 20px;     z-index: 1;     left: 12px;     width: 8px;     height: 8px; }  .header-menu-svg {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     position: relative; }  .header-menu-svg {     width: 64px; }  .header-menu-svg svg {     width: 24px;     height: 24px; }  .header-logo img {     height: auto;     width: 175px; }  .header-item__second {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-flex-shrink: 0;     -ms-flex-negative: 0;     flex-shrink: 0;     -webkit-box-pack: end;     -webkit-justify-content: flex-end;     -ms-flex-pack: end;     justify-content: flex-end;     z-index: 2; }  .header-item__last {     align-items: center;     -webkit-flex-shrink: 1;     -ms-flex-negative: 1;     flex-shrink: 1;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: reverse;     -webkit-flex-direction: row-reverse;     -ms-flex-direction: row-reverse;     flex-direction: row-reverse;     font-size: 16px;     padding: 0 24px 0 12px; }  .button {     display: block;     border-radius: 4px;     text-transform: uppercase;     color: #000;     text-align: center;     display: inline-block;     background: #EDC97F;     position: relative;     -webkit-touch-callout: none;     -webkit-user-select: none;     -khtml-user-select: none;     -ms-user-select: none;     user-select: none;     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);     -webkit-transition: .3s;     transition: .3s;     font-size: 18px;     font-weight: 700;     padding: 10px 20px; }  .button {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     text-decoration: none; }  .button {     margin-left: 12px; }  .button__text, .button__text * {     position: relative;     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;     z-index: 2; }  .button_major {     background: #27AE60;     color: #fff;     -webkit-transition: .3s;     transition: .3s; }  .header__bottom {     display: flex;     flex-direction: row;     flex-wrap: nowrap;     justify-content: center;     background: #303030;     color: #E0E0E0;     width: 100%;     z-index: 100; }  .header .container {     width: 100%;     max-width: 1439px;     padding: 6px;     margin: auto;     display: flex;     flex-direction: row;     align-items: center;     justify-content: space-between;     position: relative;     background: #000000;     box-sizing: border-box; }  .header__bottom .container {     background: #303030; }  .header__bottom__menu {     width: 100%; }  .header__bottom__menu__list {     display: flex;     justify-content: center;     align-items: center;     list-style: none;     padding: 0;     margin: 0; }  .header__bottom__menu__list__inner {     position: relative;     display: flex;     flex-direction: row;     align-items: center;     margin: 12px 12px; }  .icon {     margin: 0 10px; }  .icon svg {     position: relative;     width: 28px;     height: 28px;     transition: fill 0.1s linear; }  .header__bottom__menu__list__inner__link {     font-weight: bold;     color: #ffffff;     font-size: 16px; }  .container {     max-width: 1439px;     margin: 0 auto;     overflow-x: hidden;     background: #000000; }  .content-nopad {   	width: 70%;     overflow: hidden;     background: #000;     position: relative;     z-index: 1;     padding-left: 0;     padding-right: 0; }  .slick-slide {     display: none;     float: left;     height: 100%;     min-height: 1px; }  .slick-slider {     width: 100%;     position: relative;     display: block;     box-sizing: border-box;     -webkit-user-select: none;     -moz-user-select: none;     -ms-user-select: none;     user-select: none;     -webkit-touch-callout: none;     -khtml-user-select: none;     -ms-touch-action: pan-y;     touch-action: pan-y;     -webkit-tap-highlight-color: transparent; }  {     position: relative ;     width: 100% ;     height: 300px ; /*max-width: 1200px;*/     max-height: 300px ;     min-height: 139px ;     border-radius: 16px ;     position: relative ; } .new-slider-item {     position: relative;     height: 300px;     min-height: 0vw;     border-radius: 16px;     cursor: unset;     max-height: 300px; }  .new-slider-item__tour {     cursor: pointer !important; }  .slick-initialized .slick-slide {     display: block;     margin: 0 5px; }  .new-slider-item_namegame {     padding: 6% 0 0 6%;     width: min(max(190px, 38vw), 60%);     font-size: min(max(23px, 5vw), 72px);     color: white;     font-style: normal;     font-weight: bold;     line-height: 104%;     text-transform: uppercase; }  img {     position: relative;     display: inline-block;     border: none;     vertical-align: top;     max-width: 100%;     height: auto;     font: 300 12px/2 Arial, "Helvetica Neue", Helvetica, sans-serif;     text-align: center; }  .slick-slide img {     display: block; }  .new-slider-item_namegame img {     z-index: 1;     -webkit-transition: 1s;     transition: 1s; }  .new-slider-item .button {     margin: 1% 0 0 6%;     width: intrinsic !important;     width: -webkit-fit-content;     width: fit-content;     min-width: 150px;     z-index: 1;     position: absolute;     bottom: 8%; }  .button__text, .button__text * {     position: relative;     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;     z-index: 2; }  .new-slider-item_img img {     height: 112%;     position: absolute;     right: 5%;     bottom: 0;     -webkit-transition: 1s;     transition: 1s; }  .slick-list {     position: relative;     display: block;     overflow: hidden;     margin: 0;     padding: 0; }  .slick-track {     transition: transform 0.5s ease; }  .slick-list, .slick-track {     height: 100%;     display: -webkit-box !important;     display: -webkit-flex !important;     display: -ms-flexbox !important;     display: flex !important;     margin-left: 0 !important;     grid-gap: 4px !important; }  .slick-slider .slick-list {     max-width: 1400px;     width: 100%; }  .slick-slider .slick-track, .slick-slider .slick-list {     -webkit-transform: translate3d(0, 0, 0);     -moz-transform: translate3d(0, 0, 0);     -ms-transform: translate3d(0, 0, 0);     -o-transform: translate3d(0, 0, 0);     transform: translate3d(0, 0, 0); }  .slick-list {     overflow: inherit;     margin: 0 -1px; }  .content-nopad {     padding: 195px 5px 10px; }  .slick-prev, .slick-next {     display: none !important; }  .panel-info {     background: #000;     display: grid;     grid-template-columns: 1fr 1fr;     gap: 10px;     padding: 35px 10px 0; }  .panel-info-item:first-child {     border-radius: 16px 16px 0 0; }  .panel-info-item:nth-child(2) {      border-radius: 16px 16px 0 0; }  .panel-info-item:nth-child(3) {     border-radius: 0 0 16px 16px; }  .panel-info-item:nth-child(4) {     border-radius: 0 0 16px 16px; }  .panel-info-item {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-box-pack: start;     -webkit-justify-content: flex-start;     -ms-flex-pack: start;     justify-content: flex-start;     padding: 5.56% 6%;     background: #1E1E1E;     border-radius: 4px;     position: relative; }  .panel-info-item_img {     padding-right: 6%; }  .panel-info-item_text {     color: #fff;     font-size: 16px; }  .panel-info-item_img svg {     width: 90px;     height: 80px; }  .games-list-wrap {     display: flex;     justify-content: space-between;     align-items: center;     flex-wrap: wrap;     padding: 0 15px;     gap: 10px;     margin-top: 35px; }  .game-hover {     position: absolute;     width: 100%;     height: 100%;     right: 0;     left: 0;     top: 0;     bottom: 0;     border: 2px solid #EDC97F;     background: rgba(0, 0, 0, 0.6);     display: none;     transition: opacity 0.3s;     align-items: center;     justify-content: center;     flex-direction: column;     padding: 0;     filter: drop-shadow(0 2px 5px #000);     z-index: 1; }  .game-item {     position: relative;     width: 24%; }  .game-item__img img {     width: 100%; }  .game-hover__play {     width: 40%;     margin-top: 40px; }  .game-hover__play-wrap {     position: relative;     width: 100%;     padding-bottom: 100%; }  .game-hover__play-wrap .button {     position: absolute;     top: 0;     left: 0;     width: 80%;     height: 80%;     border-radius: 50%; }  .game-hover__play-wrap .button__area {     display: block;     left: -75%;     right: -75%;     top: -38%;     bottom: -25%; }  .button__border {     display: none;     border-radius: inherit;     border: 2px solid #f7e1b4;     position: absolute;     left: -2px;     top: -2px;     right: -2px;     bottom: -2px;     z-index: 1;     overflow: hidden; }  .game-hover__play .icon-play_button {     width: 50%;     height: 50%;     max-width: 50%;     max-height: 50%;     position: absolute;     top: 27%;     left: 21%;     cursor: pointer; }  .game-hover__buttons {     position: absolute;     left: 0;     bottom: 0;     padding-bottom: 2px;     width: 100%;     display: flex;     flex-direction: row;     flex-wrap: nowrap;     justify-content: center; }  .game-hover__buttons .button {     border-radius: 4px 4px 0 0;     padding: 0 12px;     display: flex;     flex-direction: row;     flex-wrap: nowrap;     justify-content: center;     align-items: center;     height: 36px;     width: auto;     margin: 0 3px; }  .game-item:hover .game-hover {     display: flex; }  .game-hover__stats {     position: absolute;     z-index: 10;     right: -6px;     top: -6px;     padding: 12px;     cursor: pointer; }  .game-hover__stats svg {     width: 35px;     height: 35px; }  .game-hover__favorite {     position: absolute;     z-index: 10;     left: -8px;     top: -8px;     padding: 12px;     cursor: pointer; }  .game-hover__favorite svg {     width: 40px;     height: 40px; }  .content {     margin: 0 10px; }  .content * {     color: #ffffff; }  .title {     text-align: center; }  .footer .container {     padding-top: 35px; }  .footer__partners__link {     margin-right: 6px;     margin-left: 6px;     margin-bottom: 16px;     width: auto;     height: auto;     max-width: 100%;     max-height: 100%;     flex: 0 0 10%;     text-align: center; }  .footer__partners {     display: flex;     flex-direction: row;     align-items: center;     justify-content: space-between;     position: relative;     flex-wrap: wrap; }  .footer__bottom {     position: relative;     z-index: 0; }  .pad-b-dbl {     padding-bottom: 24px; }  .pad-t-dbl {     padding-top: 24px; }  .footer-links-wrap {     background: #101010; }  .pad-b-std {     padding-bottom: 12px; }  .flex {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     width: 100%; }  .footer-links-wrap .container-fluid {     -webkit-box-align: start;     -webkit-align-items: flex-start;     -ms-flex-align: start;     align-items: flex-start;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     max-width: 1420px;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     grid-gap: 48px; }  .footer-links-wrap .container-fluid {     -webkit-box-align: start;     -webkit-align-items: flex-start;     -ms-flex-align: start;     align-items: flex-start;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     max-width: 1420px;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     grid-gap: 48px; }  .footer-select .select {     margin-right: 12px;     width: auto;     min-width: 184px;     border: 1px solid #555;     border-radius: 4px; }  .select__modal-link {     position: absolute;     left: 0;     right: 0;     top: 0;     bottom: -5px;     display: none;     z-index: 1; }  .select__modal-link-block {     display: block; }  .select2-container {     box-sizing: border-box;     display: inline-block;     margin: 0;     position: relative;     vertical-align: middle; }  .select2-container {     min-width: 80px; }  .select .select2-container {     width: 100% !important; }  .select2-selection {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center; }  .select2-container .select2-selection--single {     box-sizing: border-box;     cursor: pointer;     display: block;     height: 28px;     user-select: none;     -webkit-user-select: none; }  .select2-container--default .select2-selection--single {     border-radius: 4px;     background: #303030;     border: none;     height: 42px;     width: 100%; }  .select2-selection__rendered {     padding: 8px 30px 8px 12px !important;     font-family: "RobotoCondensed-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;     font-style: normal;     font-weight: normal;     font-size: 16px;     color: #E0E0E0 !important;     width: 100%;     line-height: 27px !important; }  .select2-container .select2-selection--single .select2-selection__rendered {     display: block;     padding-left: 8px;     padding-right: 20px;     overflow: hidden;     text-overflow: ellipsis;     white-space: nowrap; }  .js-footer {     max-width: 1439px;     margin: 0 auto; }  .select-image {     display: inline-block;     width: 26px;     height: 26px;     margin-right: 6px;     vertical-align: middle; }  .f-reg {     font-size: 16px; }  .select2-container--default .select2-selection--single .select2-selection__arrow {     height: 26px;     position: absolute;     top: 1px;     right: 1px;     width: 20px; }  .select2-container--default .select2-selection--single .select2-selection__arrow b {     border-color: #888 transparent transparent;     border-style: solid;     border-width: 5px 4px 0;     height: 0;     left: 50%;     margin-left: -4px;     margin-top: -2px;     position: absolute;     top: 50%;     width: 0; }  .select2-selection__arrow:after {     content: '';     position: absolute;     background: url(/shared/empty.gif) center center no-repeat;     width: 12px;     height: 12px;     background-size: 100%;     top: 15px;     right: 15px; }  .select2-selection__arrow b {     display: none; }  .footer-select .button {     width: auto;     white-space: nowrap; }  .footer-info .button {     min-width: 192px; }  .footer-select .button .icon-help {     fill: #fff;     margin-top: -12px;     margin-right: 6px;     margin-bottom: -12px;     position: relative;     top: -3px;     width: 30px;     height: 30px; }  .footer-select {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between; }  .footer-coins_items {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     grid-row-gap: 12px; }  .footer-coins_item {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column; }  .footer-coins_items svg {     width: 24px;     height: 24px;     margin-bottom: 6px; }  .footer-coins_text {     text-align: left; }  .footer-coins_text p {     color: #fff; }  .footer-license {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap; }  .footer-license-item {     margin: 0 12px 0 0; }  .riobet-com-img {     padding: 0 !important; }  .footer-license-item img {     max-width: 54px;     width: 100%;     height: 54px;     object-fit: contain; }  .footer-license img {     max-height: 51px !important; }  .footer-license-item {     margin: 0 12px 0 0; }  .footer-license-item {     width: 90px;     height: 90px;     margin-top: 6px; }  .footer-license-item img {     width: 100%; }  .footer-links {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     -webkit-box-align: start;     -webkit-align-items: flex-start;     -ms-flex-align: start;     align-items: flex-start;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap; }  .footer-links__column {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: vertical;     -webkit-box-direction: normal;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column;     -webkit-box-flex: 1;     -webkit-flex: 1 0 10%;     -ms-flex: 1 0 10%;     flex: 1 0 10%; }  .text-6d {     color: #6D6D6D; }  .f-reg {     font-size: 16px; }  .footer-links__column-item {     color: #fff;     margin-top: 16px;     text-align: left;     -webkit-transition: .3s;     transition: .3s;     max-width: 240px; }  .footer-check-wrap {     background: #000; }  .flex_start {     -webkit-box-pack: start;     -webkit-justify-content: flex-start;     -ms-flex-pack: start;     justify-content: flex-start; }  .footer .footer-description {     font-size: 12px;     margin: 17px 12px;     text-align: left; }  .age-icon svg {     width: 32px;     height: 32px; }  .text-ff {     color: #FFFFFF; }  .link {     display: inline-block;     font-family: "RobotoCondensed-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;     font-style: normal;     font-weight: normal;     cursor: pointer;     -webkit-text-decoration-line: underline;     text-decoration-line: underline;     -webkit-transition: color 0.1s linear, text-decoration-color 0.1s linear, background 0.1s linear;     transition: color 0.1s linear, text-decoration-color 0.1s linear, background 0.1s linear;     background: transparent;     padding: 0 3px;     margin: 0px -3px 0px -3px;     border-radius: 3px;     -ms-user-select: none;     user-select: none;     -webkit-user-select: none;     color: #E0E0E0; }  .footer-social {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     max-width: 168px;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     -webkit-box-pack: end;     -webkit-justify-content: flex-end;     -ms-flex-pack: end;     justify-content: flex-end;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     grid-gap: 16px; }  .footer {     margin: 0 10px; }  .footer .container {     background: none; }  .main .container {     padding-bottom: 35px; }  @media (max-width: 960px) {     .footer__partners__link {         flex: 0 0 23%;     }      .game-item {         width: 32%;     }   .slider__flex {     display: block;   }   .gif {     width: 45%;     padding: 10px 5px 10px;     margin: 0 auto;   }   .content-nopad {     width: 100%;   } }  @media (max-width: 660px) {     .footer-links-wrap .container-fluid {         justify-content: center;     }      .footer__partners__link {         flex: 0 0 46%;     }      .game-item {         width: 48%;     }      .header-item:first-child {         min-width: 50px;         opacity: 1;     }      .header-logo img {         height: auto;         width: 130px;     }      .f-reg {         font-size: 12px;     }      .header__bottom__menu__list {         display: none;     }      .content-nopad {         padding: 120px 5px 10px;     }      .new-slider-item_img img {         height: 200px;         right: 0;     }      .new-slider-item_namegame {         width: 100%;     }   .gif {     width: 100%;   } }  @media (max-width: 520px) {     .new-slider-item .button {         min-width: 200px;         padding: 15px 30px;         justify-content: center;     }      .panel-info {         grid-template-columns: 1fr;     }      .panel-info-item:nth-child(2),     .panel-info-item:nth-child(3) {         border-radius: 0 0 0 0;     }      .js-select {         display: none;     }      .footer-license {         display: -webkit-box;         display: -webkit-flex;         display: -ms-flexbox;         display: flex;         -webkit-box-align: center;         -webkit-align-items: center;         -ms-flex-align: center;         align-items: center;         -webkit-flex-wrap: nowrap;         -ms-flex-wrap: nowrap;         flex-wrap: wrap;     } }  @media (max-width: 422px) {     .js-login {         display: none;     }     .footer-links-wrap .container-fluid {         justify-content: flex-start;     }     .footer-social {         justify-content: flex-start;     } }  @media (max-width: 360px) {     .header-logo img {         width: 115px;     } } table {   border: 1px solid #ffffff;   width: 100%; } th,td {   border: 1px solid #ffffff;   padding: 10px; } @media (max-width:700px) {   .table {     overflow-x: scroll;   } } @media (max-width:480px) {   th,td{     font-size: 12px;     padding: 10px 5px;   } }.st0 {             fill: #b9e678;         }          .st1 {             fill: none;         }