body {     padding: 0;     margin: 0;     background: #252525;     font-family: Roboto, Roboto Local, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;     overflow-x: hidden; }  * {     box-sizing: border-box; }  ul {     list-style: none;     padding: 0;     margin: 0; } a {     text-decoration: none; }  .container {     padding: 0 25px; }  .header {     position: fixed;     width: 100%;     background: linear-gradient(to bottom, #d7d9da 0%, #bcc0c2 100%);     height: 55px;     border-bottom: 1px solid #fff;     box-sizing: border-box;     padding: 0 25px;     transition: transform 0.3s, -webkit-transform 0.3s;     z-index: 999; }  .header .container {     display: flex;     justify-content: space-between;     align-items: center;     height: 100%; } .menubar {     display: flex;     align-items: center; }  .header-logo {     min-width: 15.83333em; }  .header-logo__img {     max-width: 7.5em; }  .header__hamburger {     display: none; } .top-menu-list, .menubar__button {     display: flex;     align-items: center; }  .top-menu-list__item {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     position: relative;     -webkit-flex: 0 0 auto;     -ms-flex: 0 0 auto;     flex: 0 0 auto;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     height: 100%;     vertical-align: top;     text-align: left;     white-space: normal;     transition: height 0.3s ease; }  .main-item, .menubar__button__item__link {     color: #333;     transition: color 0.3s ease;     align-items: center;     padding: 0 16px;     text-transform: uppercase;     font-size: 14px;     font-weight: 500; } .main-item:hover {     color: #851200; }  .menubar__button__item {     box-shadow: inset 0 50px 25px -25px #991d0a;     background-color: #64180c;     height: 37px;     margin-right: 5px; }  .menubar__button__item:last-child {     box-shadow: inset 0 50px 25px -25px #36b21d;     background: #2a611f; }  .menubar__button__item__link {     color: #ffffff;     display: flex;     padding: 0 15px;     width: 100%;     line-height: 22px;     transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;     height: 100%; }  .slider {     max-width: 100%;     /* Положение элемента устанавливается относительно его исходной позиции: */     position: relative;     /* Центрируем по горизонтали: */     margin: auto; }  .slider .item img {     /* Элемент меняет размер так, чтобы заполнить блок и сохранить пропорции: */     object-fit: cover;     width: 100%; }  .slider .previous, .slider .next {     /* Добавляет курсору иконку, когда тот оказывается над кнопкой: */     cursor: pointer;     /* Положение элемента задаётся относительно границ браузера: */     position: absolute;     top: 40%;     width: auto;     margin-top: -22px;     padding: 16px;     /* Оформление самих кнопок: */     color: white;     font-weight: bold;     font-size: 16px;     /* Плавное появление фона при наведении курсора: */     transition: 0.6s ease;     /* Скругление границ: */     border-radius: 0 3px 3px 0; }  .slider .next {     right: 0;     border-radius: 3px 0 0 3px; }  .slider .previous, .slider .next {     background-color: rgba(212, 223, 232, 0.15);     border-top-right-radius: 3px;     border-bottom-right-radius: 3px;     padding: 3.5em 1em; }  /* При наведении курсора на кнопки добавляем фон кнопок: */ .slider .previous:hover, .slider .next:hover {     background-color: rgba(0, 0, 0, 0.2); }  /* Анимация слайдов: */ .slider .item {     animation-name: fade;     animation-duration: 1.5s; }  @keyframes fade {     /* Устанавливаем и изменяем степень прозрачности: */     from {         opacity: 0.4     }     to {         opacity: 1     } } .ui-switches {     display: flex;     align-items: center; }  .ui-switch__container {     display: flex; }  .ui-ico {     width: 1.5em; }  #_x32_ {     width: 100%;     height: auto; }  .ui-bar__block {     min-height: 3.5em;     display: flex;     align-items: center; }  .ui-switch__container {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     position: relative;     -webkit-flex: none;     -ms-flex: none;     flex: none;     align-items: flex-start;     padding: 0.3125em 0.9375em;     min-height: 2em; }  .ui-switch__ico + .ui-switch__caption {     margin-left: 0.625em; }  .ui-bar__block {     background-color: #141a1f;     color: #fff; }  .ui-switch__btn {     color: #ffffff; }  .ui-switch__container::after {     content: '';     opacity: 0;     display: block;     position: absolute;     right: 0.9375em;     bottom: 0;     left: 0.9375em;     height: 0.125em;     background-color: #a3d93f;     -webkit-transform: scaleY(0);     transform: scaleY(0);     transition: opacity, -webkit-transform;     transition: opacity, transform;     transition: opacity, transform, -webkit-transform;     transition-duration: 0.2s; } .ui-switch:hover .ui-switch__ico svg path {     fill: #a3d93f; }  .ui-switch:hover .ui-switch__btn {     color: #a3d93f; }  .ui-switch:hover .ui-switch__container::after {     opacity: 1;     transform: none; }  .xgames-list {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     -webkit-flex-grow: 1;     -ms-flex-positive: 1;     flex-grow: 1;     -webkit-align-items: flex-start;     -ms-flex-align: start;     align-items: flex-start;     -webkit-align-content: flex-start;     -ms-flex-line-pack: start;     align-content: flex-start;     min-height: 21.875em; }  .xgames-list__item {     -webkit-flex: none;     -ms-flex: none;     flex: none;     -ms-flex-preferred-size: calc(20% - .625em);     flex-basis: calc(20% - 0.625em);     width: calc(20% - 0.625em);     max-width: calc(20% - 0.625em);     margin: 0.31em; }  .xgames-item {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     position: relative;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column;     -webkit-justify-content: flex-end;     -ms-flex-pack: end;     justify-content: flex-end;     overflow: hidden;     border-radius: 3px; } .xgames-item::before {     content: '';     padding-top: 53.81944%; }  .xgames-item__image, .xgames-item__img {     position: absolute;     top: 0;     left: 0;     width: 100%;     height: 100%;     border-radius: inherit; }  .xgames-item__image, .xgames-item__img {     position: absolute;     top: 0;     left: 0;     width: 100%;     height: 100%;     border-radius: inherit; }  .xgames-item__img {     object-fit: cover;     padding-bottom: 2em; }  .xgames-item__overlay {     position: absolute;     opacity: 0;     top: 0;     right: 0;     bottom: 0;     left: 0;     width: 100%;     height: 100%;     background-color: rgba(0, 0, 0, 0.7);     transition: opacity 0.3s linear; }  .xgames-buttons {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     height: calc(100% - 2em); }  .ui-btn--theme-secondary-dark {     background-color: #7eac2f;     color: #fff; }  .ui-btn {     display: -webkit-inline-flex;     display: -ms-inline-flexbox;     display: inline-flex;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column;     -webkit-align-items: stretch;     -ms-flex-align: stretch;     align-items: stretch;     padding: 0;     width: auto;     max-width: 100%;     margin: 0;     border-radius: 0;     text-align: center;     font-size: inherit;     font-weight: 400;     transition: background-color, color; } .ui-btn--theme-secondary-dark {     background-color: #7eac2f;     color: #fff; }  .xgames-buttons-link {     min-width: 10em;     border-radius: 3px; }  .ui-btn__container {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-flex-grow: 1;     -ms-flex-positive: 1;     flex-grow: 1;     width: 100%;     border: 1px solid transparent; }  .ui-btn--size-m .ui-btn__container {     padding: 0.25em 1.1875em;     min-width: 2em;     min-height: 2em; }  .ui-btn__container {     border-color: rgba(0, 0, 0, 0); }  .ui-ico--ico-popular svg {     width: 0.75em; }  .xgames-item__name {     color: #ffffff; }  .xgames-item__footer {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     position: relative;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     padding: 0.375em 0.625em;     min-height: 2em;     background-color: #262b31;     border-bottom-left-radius: inherit;     border-bottom-right-radius: inherit; }  .xgames-list__item:hover .xgames-item__overlay {     opacity: 1; }  .xgames-item__label--has-ico {     padding: 0.16667em 0;     color: #efec43;     text-transform: uppercase; }  .main__title {     color: #ffffff;     text-align: center; }  .main__content {     color: #ffffff; } .main__content img {   max-width: 100%;   height: auto; }  .footer {     z-index: 5;     position: relative;     margin-top: 25px; }  .footerColumnMenuCon {     margin-right: 0;     margin-left: 0; }  .footerColumnMenuCon {     background: #f2f2f2; }  .footerColumnMenuCon {     box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }  .footerColumnMenu {     padding: 15px 10px 0 20px;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     position: relative;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     margin-bottom: 5px;     background: #ededed;     font-size: 16px; }  .footerColumnMenu {     background-color: #ededed;     color: #1a1a1a; }  .footerColumnMenu {     border-right: 1px solid #d6d6d6;     border-bottom: 4px solid #850004;     border-left: 1px solid #d6d6d6; } .footerColumnMenu {     box-shadow: none; }  .footerColumnMenu .col {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column;     -webkit-flex-grow: 1;     -ms-flex-positive: 1;     flex-grow: 1;     padding: 0 2px;     width: 15%; }  .footerColumnMenu .col {     margin-right: 1.25em; }  .footerColumnMenu .name {     display: inline-block;     position: relative;     padding: 15px 0;     max-width: 100%;     height: auto;     overflow: hidden;     text-transform: uppercase;     text-overflow: ellipsis;     font-size: 1.125em;     font-weight: 500;     color: #1a1a1a; }  .footerColumnMenu .name {     color: #850004; }  .footerColumnMenu .name::before {     content: '';     position: absolute;     bottom: 0;     left: 0;     width: 26px;     height: 3px;     background: #850004; }  .footerColumnMenuUL {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column;     -webkit-justify-content: flex-start;     -ms-flex-pack: start;     justify-content: flex-start;     padding: 15px 0;     margin: 0;     list-style: none; }  .footerColumnMenuUL > li {     display: block;     position: relative;     padding: 5px 0;     height: auto;     text-align: left;     line-height: 20px;     white-space: nowrap; }  .col ul li a {     color: #1f1f1f; }  .footer-cookie {     padding-top: 5px;     border-top: 2px solid #ededed; } .footer-policy {     box-sizing: border-box;     padding: 1.25em 0.83333em;     background-color: #353131;     line-height: 1.5;     color: rgba(255, 255, 255, 0.7); }  .footer-cookie__policy {     margin-bottom: 0.41667em; }  .footer-policy__text {     font-size: 1em; }  .footer-policy__link {     text-decoration: underline;     color: #fff;     transition: color 0.3s ease; }  .foot_column {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     box-sizing: border-box;     -webkit-flex-basis: auto;     -ms-flex-preferred-size: auto;     flex-basis: auto;     -webkit-flex-grow: 1;     -ms-flex-positive: 1;     flex-grow: 1;     -webkit-flex-shrink: 1;     -ms-flex-negative: 1;     flex-shrink: 1;     -webkit-align-content: center;     -ms-flex-line-pack: center;     align-content: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-justify-content: flex-start;     -ms-flex-pack: start;     justify-content: flex-start;     min-height: 5.375em;     background: transparent;     font-size: inherit; }  .foot_column.col_1, .foot_column.col_2 {     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     text-align: center; } .footer-mobileapp-wrapper {     width: 18.125em;     margin-right: 1.25em;     margin-bottom: 0.625em; }  .footer-mobileapp {     cursor: pointer;     width: 100%;     text-decoration: none;     font-size: 16px;     color: #fff; }  .footer-mobileapp__inner {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     padding: 0.3125em 0.9375em;     min-height: 4.5em;     background-color: #902927;     transition: background-color 0.3s ease; }  .footer-mobileapp__inner svg {     width: 24px; }  .footer-support-phone {     min-width: 21.875em;     max-width: 25em; }  .footer-support-phone {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     padding: 0.9375em;     min-width: 16.25em;     margin: 0 1.25em 0.625em 0;     border-radius: 0.1875em;     background: rgba(0,0,0,0.15); }  .footer-support-phone__container {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-justify-content: flex-start;     -ms-flex-pack: start;     justify-content: flex-start;     padding: 0 0.4375em;     width: 100%; } .footer-support-phone__ico {     -webkit-flex: none;     -ms-flex: none;     flex: none;     width: 1.75em;     max-width: 100%;     height: 1.75em;     max-height: 100%;     -webkit-transform: scale(-1, 1);     transform: scale(-1, 1);     fill: #fff; } .footer-support {     display: grid;     grid-template-columns: 1fr 1fr 1fr;     grid-gap: 0.625em;     padding: 1.875em 1.25em;     box-shadow: 0 0.1875em 0.1875em rgba(0,0,0,0.3);     background: #ededed;     font-size: 16px;     color: #1a1a1a; } .footer-support {     padding-bottom: 3.75em; } .footer-logo-container {     display: flex;     align-items: center; } .foot_column.col_3, .footer-logo-container {     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center; }  .foot_column.col_3 {     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column; }  .footer-logo-container__item {     padding-right: 5px; }  .betting_guide {     padding: 0.1875em 0.3125em;     background-color: #4a4545; }  .footer-support .age {     display: -webkit-inline-flex;     display: -ms-inline-flexbox;     display: inline-flex;     box-sizing: border-box;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     width: 2.375em;     height: 2.375em;     border: 2px solid #1f1f1f;     border-radius: 50%;     vertical-align: top;     text-align: center;     font-size: 1em;     font-weight: 700;     line-height: 1;     color: #1f1f1f; } #slider {     position: fixed;     bottom: 0;     left: 0;     width: 100%;     z-index: 15;     box-shadow: 0 -0.625em 6.3125em 0 rgba(0,0,0,0.98);     background-color: #0b151d;     transition: transform 0.2s linear, visibility 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear; }  .wrapper {     overflow: hidden;     position: relative; }  .slides {     display: flex;     position: relative;     top: 0;     left: 0;     width: 10000px;     padding: 10px 20px 10px 100px; }  .slides.shifting {     transition: left .2s ease-out; }  .slide {     width: 400px;     cursor: pointer;     display: flex;     flex-direction: column;     justify-content: center;     transition: all 1s;     position: relative;     border-radius: 2px; }  .control {     position: absolute;     top: 50%;     width: 50px;     height: 50px;     background: #fff;     border-radius: 50px;     margin-top: -20px;     box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);     z-index: 2; }  .ico_crystal {     background-size: 960% 1737.14286%;     background-position: 24.91694% 6.9808%;     width: 70px;     height: 35px; }  .ico_crystal {     background-size: 960% 1737.14286%;     background-position: 24.91694% 6.9808%; } .ico-1xgames {     display: block;     background-image: url(/shared/empty.gif);     background-repeat: no-repeat;     width: 70px;     height: 17px; } .winners-line-item__info {     max-width: 100%;     min-width: 0;     margin-left: 0.625em; }  .winners-line-item__game, .winners-line-item__winner {     font-size: .75em;     line-height: 1.16667em;     color: #999; }  .winners-line-item__game, .winners-line-item__sum, .winners-line-item__winner {     display: block;     overflow: hidden;     text-overflow: ellipsis;     white-space: nowrap; }  .winners-line-item__sum {     text-transform: uppercase;     font-family: 'Roboto-Black', sans-serif;     color: #a3d93f; } .winners-line-link__container {     display: flex; } .winners-line-item__ico .ico-1xgames {     position: relative;     max-width: 100%;     max-height: 100%; }  .winners-line-item__ico {     display: -webkit-inline-flex;     display: -ms-inline-flexbox;     display: inline-flex;     position: relative;     -webkit-flex-shrink: 0;     -ms-flex-negative: 0;     flex-shrink: 0;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     width: 2.625em;     height: 2.625em;     overflow: hidden;     border-radius: 50%;     box-shadow: 0 0 0 3px #3c4249;     background-color: #fff; }  .ico_solitaire {     background-size: 1267.92453% 1737.14286%;     background-position: 72.6979% 69.80803%; }  .ico_crash {     background-size: 960% 3576.47059%;     background-position: 60.299% 85.6176%; }  .ico_twentyone {     background-size: 960% 2026.66667%;     background-position: -.08306% 76.12457%; }  @media only screen and (max-width: 1250px) {     .hamburger {         padding: 0;         width: 2.5rem;         height: 3rem;         text-align: left;         font-size: 0;         margin-right: 1rem;         background: none;         border: none;     }     .hamburger__line {         display: inline-block;         width: 100%;         height: 0.3rem;         margin-bottom: 3px;         background: #7b7b7b;         vertical-align: top;     }     .hamburger__line:nth-child(2) {         width: 75%;     }     .hamburger__line:last-child {         width: 45%;         margin-bottom: 0;     }     .menubar {         position: absolute;         top: 55px;         right: 0;         display: none;         flex-direction: column;         background: linear-gradient(to bottom, #d7d9da 0%, #bcc0c2 100%);         padding: 15px;         height: 100vh;     }     .top-menu-list {         display: block;     }     .top-menu-list__item {         padding: 15px 0;     }     .header__hamburger {         display: block;     }     .xgames-list__item {         width: calc(25% - 0.625em);         max-width: calc(25% - 0.625em);         flex-basis: calc(25% - 0.625em);         margin: 0.31em;     } }  @media only screen and (max-width: 991px) {     .footerColumnMenu {         flex-wrap: wrap;     }     .footerColumnMenu .col {         margin-right: 0;         width: 25%;     }     .footer-support {         display: flex;         flex-direction: column;         align-items: center;     }     .slider-top {         padding-top: 55px;     }     .ui-switch__ico {         display: none;     }     .ui-switch__container {         padding: 0.3em 0.6em;     }     .xgames-list__item {         width: calc(33% - 0.625em);         max-width: calc(33% - 0.625em);         flex-basis: calc(33% - 0.625em);     }     .slide {         width: 200px;     }     .slides {         padding: 10px 20px 10px 20px;     }     .container {         padding: 0 5px;     } }  @media only screen and (max-width: 669px) {     .ui-bar__block {         display: none;     }     .xgames-list__item {         width: calc(50% - 0.625em);         max-width: calc(50% - 0.625em);         flex-basis: calc(50% - 0.625em);     }     .footerColumnMenu .col {         margin-right: 0;         width: 50%;     } } @media only screen and (max-width: 427px) {     .footerColumnMenu .col {         margin-right: 0;         width: 100%;     } }.st0 {                                         fill: #999;                                     }