body, html {   padding: 0;   margin: 0;   font-family: "NotoSans", sans-serif;   font-size: 16px;   overflow-x: hidden; }  * {   box-sizing: border-box; }  .header a {   text-decoration: none; }  .header {   position: fixed;   top: 0;   display: flex;   justify-content: space-between;   align-items: center;   background-color: #fff;   z-index: 12;   width: 100%;   padding: 0 74px; }  .wrapper {   max-width: 1516px;   margin: 0 auto; }  .header .wrapper {   position: relative;   display: flex;   width: 100%;   gap: 40px;   padding: 23px 0; }  .header__logo {   flex-grow: 1;   display: flex;   align-items: center; }  .header__logo__link {   display: flex;   align-items: center;   justify-content: flex-start;   cursor: pointer; }  .header__logo__link img {   width: auto;   height: 60px; }  .header__button {   display: flex;   transition: all .2s ease-out; }  .header__button__list {   list-style: none;   padding: 0;   margin: 0;   display: flex;   align-items: center;   gap: 12px; }  .header__button__item {   display: flex; }  .header__button__link {   font-size: 18px;   font-weight: 700;   line-height: 24px;   padding: 18px 36px;   height: 60px;   border-radius: 24px; }  .btn {   position: relative;   background-color: #ff4c00;   color: #ffffff;   border: none;   padding: 12px 24px;   height: 48px;   outline: none;   cursor: pointer;   display: inline-flex;   align-items: center;   font-weight: 700;   font-size: 16px;   line-height: 24px;   text-transform: uppercase;   text-align: center;   border-radius: 16px;   justify-content: center;   transition: all .2s ease-out; }  .btn__login {   font-size: 18px;   font-weight: 700;   line-height: 24px;   padding: 18px 36px;   height: 60px;   border-radius: 24px;   background-color: transparent;   color: #000; }  .btn__reg {   font-size: 18px;   font-weight: 700;   line-height: 24px;   padding: 18px 36px;   height: 60px;   border-radius: 24px;   overflow: hidden; }  .btn__reg:before {   content: "";   width: 50%;   height: 300%;   position: absolute;   top: 0;   left: 0;   opacity: .4;   background: linear-gradient(270deg, rgba(255, 195, 106, 0), #ffc56d, rgba(255, 193, 99, 0));;   -webkit-animation: blickBtn 4s ease-in-out infinite;   animation: blickBtn 4s ease-in-out infinite; }  @keyframes blickBtn {   0% {       -webkit-transform: translate(-200%, -25%) rotate(20deg);       transform: translate(-200%, -25%) rotate(20deg);   }   20% {       -webkit-transform: translate(250%, -25%) rotate(20deg);       transform: translate(250%, -25%) rotate(20deg);   }   100% {       -webkit-transform: translate(250%, -25%) rotate(20deg);       transform: translate(250%, -25%) rotate(20deg);   } }  .main {   padding: 115px 74px 0 32px; }  .main__home {   padding-bottom: 84px; }  .main__banner {   position: relative;   margin-bottom: 96px; }  .main-banner-inner {   position: relative;   display: flex; }  .main-banner__left, .main-banner__right {   position: relative;   overflow: hidden;   cursor: pointer; }  .main-banner__left, .main-banner__right {   width: calc(50% - 10px);   height: 627px;   border-radius: 24px; }  .main-banner__left {   margin-right: 20px; }  .main-banner__left-img, .main-banner__right-img {   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   -o-object-fit: cover;   object-fit: cover;   -o-object-position: center;   object-position: center;   -webkit-transform: scale(1);   transform: scale(1);   transition: .2s ease-in-out; }  .main-banner__center-img {   bottom: 0;   pointer-events: none;   position: absolute;   left: 50%;   -webkit-transform: translateX(-50%);   transform: translateX(-50%); }  .main-banner__center-img {   width: 885px;   height: 627px; }  .main-banner__center-popup {   pointer-events: none; }  .main-banner__center-popup {   position: absolute;   width: 294px;   height: 120px;   top: 170px;   left: 50%;   margin-left: 40px; }  .main-banner__center-popup-img {   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%; }  .main-banner__center-popup-text {   position: relative;   text-align: center;   font-weight: 600;   color: #000;   z-index: 1; }  .main-banner__center-popup-text {   padding: 22px 32px 18px 70px;   font-size: 16px;   line-height: 19px;   font-weight: 700;   text-transform: uppercase; }  .main-banner__center-popup-text span {   font-size: 32px;   line-height: 32px; }  .main-banner__center-popup-text span {   font-weight: 900;   color: #ff4c00; }  .main-banner__center-button-wrap {   display: flex;   width: 100%;   pointer-events: none;   position: absolute;   left: 50%;   -webkit-transform: translateX(-50%);   transform: translateX(-50%); }  .main-banner__center-button-wrap {   bottom: 139px; }  .main-banner__center-button {   display: flex; }  .main-banner__center-button {   width: calc(100% - 20px); }  .main-banner__center-button:first-child {   justify-content: flex-end;   margin-right: 65px; }  .main-banner__center-button:first-child {   margin-right: 111px; }  .main-banner__center-button-inner {   position: relative;   font-weight: 700;   color: #ffffff;   text-transform: uppercase;   white-space: nowrap;   transition: .2s ease-in-out; }  .main-banner__center-button-inner {   padding: 18px 22px;   font-size: 18px;   line-height: 24px;   border-radius: 24px; }  .main-banner__center-button:first-child .main-banner__center-button-inner {   -webkit-animation: animateButtonRed 1.2s ease-in-out infinite alternate;   animation: animateButtonRed 1.2s ease-in-out infinite alternate; }  .main-banner__center-button:last-child .main-banner__center-button-inner {   -webkit-animation: animateButtonBlue 1.2s ease-in-out infinite alternate;   animation: animateButtonBlue 1.2s ease-in-out infinite alternate; }  @keyframes animateButtonRed {   0% {       background-color: #ca0017;       -webkit-transform: translateY(0);       transform: translateY(0);       box-shadow: 0 10px 15px 0 rgba(255, 15, 0, .25);   }   100% {       background-color: #eb001b;       -webkit-transform: translateY(2px);       transform: translateY(2px);       box-shadow: 0 10px 34px 0 rgba(255, 15, 0, .6);   } }  @keyframes animateButtonBlue {   0% {       background-color: #0019ff;       -webkit-transform: translateY(0);       transform: translateY(0);       box-shadow: 0 10px 34px 0 rgba(0, 25, 255, .6);   }   100% {       background-color: #0019ff;       -webkit-transform: translateY(-2px);       transform: translateY(-2px);       box-shadow: 0 10px 15px 0 rgba(0, 25, 255, .25);   } }  .main-banner__left:hover .main-banner__left-img, .main-banner__right:hover .main-banner__right-img {   -webkit-transform: scale(1.1);   transform: scale(1.1); }  .second-level-banners__inner {   display: flex;   justify-content: space-between;   padding: 0 0 51px; }  .second-level-banners__card {   height: 100%;   position: relative;   cursor: pointer;   border-radius: 16px;   flex-shrink: 0;   display: flex;   background-color: transparent;   box-shadow: none;   width: 426px;   padding: 10px 32px 10px 10px;   color: #38445b;   text-decoration: none; }  .second-level-banners__img-wr {   width: 142px;   margin-right: 16px;   border-radius: 22px;   flex-shrink: 0; }  .second-level-banners__center {   display: flex;   flex-direction: column;   justify-content: flex-start;   align-items: flex-start; }  .second-level-banners__center {   margin-right: 0; }  .second-level-banners__title {   margin-bottom: 5px;   font-weight: 600;   font-size: 14px;   line-height: 20px;   color: #38445b;   display: -webkit-box;   -webkit-box-orient: vertical;   -webkit-line-clamp: 1;   overflow: hidden; }  .second-level-banners__title {   margin-bottom: 6px;   font-weight: 700;   font-size: 16px;   line-height: 24px;   color: #000; }  .second-level-banners__title {   margin-bottom: 8px;   font-size: 20px;   line-height: 28px;   margin-top: 0; }  .second-level-banners__desc {   font-weight: 500;   font-size: 12px;   line-height: 16px;   color: #7c879d;   display: -webkit-box;   -webkit-box-orient: vertical;   -webkit-line-clamp: 2;   overflow: hidden;   margin-bottom: auto; }  .second-level-banners__desc {   padding-bottom: 19px;   font-weight: 500;   font-size: 14px;   line-height: 20px; }  .btn--secondary {   border: 1px solid transparent;   background-color: #ff4c001a;   color: #ff4c00;   text-decoration: none;   text-align: center; }  img {   max-width: 100%;   display: block; }  .games-jackpot {   padding: 110px 74px 36px;   margin: 0 -74px 48px;   position: relative;   background: url(/shared/3105/jackpot-bg.webp);   background-size: cover; }  .games-jackpot:after, .games-jackpot:before {   content: "";   position: absolute;   display: block;   background-repeat: no-repeat;   background-position: 50% 50%;   background-size: contain; }  .games-jackpot:before {   width: 736px;   height: 407px;   left: -202px;   top: -65px;   background-image: url(/shared/3105/jackpot-coins-left.webp); }  .games-jackpot__odometer {   position: relative;   width: 100%;   max-width: 686px;   margin: 0 auto 45px;   z-index: 3; }  .games-jackpot__odometer-image {   position: absolute;   z-index: 1; }  .games-jackpot__odometer-image--left {   width: 68px;   left: 39px;   top: -11px; }  .games-jackpot__odometer-image:before {   content: "";   display: block;   position: absolute;   background-repeat: no-repeat;   background-position: 0 0;   background-size: 100% 100%;   background-image: url(/shared/3105/odometer-img-1-bg.webp); }  .games-jackpot__odometer-image img {   position: relative; }  .games-jackpot__odometer-image--right {   width: 69px;   bottom: -24px;   right: -5px; }  .games-jackpot__odometer-image--right:before {   width: 67px;   height: 23px;   bottom: 24px;   right: 5px;   background-image: url(/shared/3105/odometer-img-2-bg.webp); }  .games-jackpot__logo-image {   position: absolute;   left: 50%;   -webkit-transform: translateX(-50%);   transform: translateX(-50%);   width: 135px;   bottom: 52px;   z-index: 1; }  .games-jackpot__logo-image {   width: 160px;   bottom: 114px; }  .games-jackpot__logo-text {   position: absolute;   left: 50%;   -webkit-transform: translateX(-50%);   transform: translateX(-50%);   top: 0;   -webkit-transform: translate(-50%, -50%);   transform: translate(-50%, -50%);   z-index: 1;   color: #ffffff;   font-size: 16px;   font-weight: 700;   line-height: 1.5;   padding: 1px 18px 2px;   border-radius: 20px;   background: #007afe; }  .games-jackpot__logo-text {   font-size: 24px;   line-height: 1.33;   padding: 2px 40px 6px;   border-radius: 50px; }  .games-jackpot__text-wr {   position: relative;   width: 100%;   border-radius: 24px;   background-image: linear-gradient(180deg, #ffe9ff, #fff 27.99%, #fff 78.38%, #fffbf0);;   height: 67px; }  .games-jackpot__text-wr {   height: 130px;   border-radius: 44px; }  .games-jackpot__text-wr:before {   content: "";   position: absolute;   top: 10px;   left: 10px;   right: 10px;   bottom: 10px;   border-radius: 24px;   border: 3px solid #0000001a; }  .games-jackpot__text-wr:before {   border-radius: 31px;   top: 12px;   left: 12px;   right: 12px;   bottom: 12px; }  .games-jackpot__text {   position: absolute;   top: 50%;   left: 50%;   -webkit-transform: translate3d(-50%, -50%, 0);   transform: translate3d(-50%, -50%, 0);   display: flex;   align-items: center;   justify-content: center;   width: 96%; }  .odometer.odometer-theme-default {   display: block;   font-weight: 700;   color: #38445b;   font-size: 68px;   line-height: 1.47; }  .odometer.odometer-theme-default + .odometer {   margin-left: 19px; }  .games-jackpot:after {   width: 441px;   height: 347px;   top: -72px;   background-image: url(/shared/3105/jackpot-coins-right-1628-1920.webp);   right: 0; }  .swiper-slide {   flex-shrink: 0;   width: 100%;   height: 100%;   position: relative;   transition-property: -webkit-transform;   transition-property: transform;   transition-property: transform, -webkit-transform; }  .games-list-card {   position: relative;   flex-shrink: 0;   width: 90px;   height: 112px;   margin-right: 8px;   -webkit-transform: translateZ(0);   transform: translateZ(0);   overflow: hidden;   border-radius: 12px;   margin-bottom: 15px; }  .games-slider-wrap--size-l .games-list-card {   border-radius: 24px; }  .games-slider-wrap--size-l .games-list-card {   margin-right: 20px; }  .games-slider-wrap--size-l .games-list-card {   width: 202px;   height: 252px; }  .card-badge {   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   pointer-events: none;   overflow: hidden; }  .games-slider-wrap--size-l .games-list-card .card-badge {   border-radius: 24px; }  .card-badge__jackpot {   position: absolute;   bottom: 0;   left: 0;   background-color: #007afe;   padding: 1px 8px;   border-radius: 0 12px 0 0;   color: #ffffff;   font-weight: 700;   font-size: 10px;   line-height: 16px;   z-index: 1;   min-width: 54px;   text-align: center; }  .card-badge__jackpot {   padding: 4px 16px;   border-radius: 0 24px 0 0;   font-size: 14px;   line-height: 20px;   min-width: 85px; }  .games-list-card__img-area {   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   overflow: hidden;   border-radius: 12px; }  .games-slider-wrap--size-l .games-list-card__img-area {   border-radius: 24px; }  .games-list-card__img-area:before {   content: "";   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   background-color: #0000004d;   -webkit-backdrop-filter: blur(12px);   backdrop-filter: blur(12px);   border-radius: inherit;   z-index: 1;   will-change: backdrop-filter;   opacity: 0;   transition: opacity .2s ease-in-out; }  .games-list-card__body-img {   position: absolute;   left: 0;   top: 0;   width: 100%;   height: 100%; }  .games-list-card__body {   position: absolute;   left: 50%;   top: 0;   z-index: 1;   -webkit-transform: translate3d(-50%, 0, 0);   transform: translate3d(-50%, 0, 0);   display: flex;   width: 100%;   height: 100%;   padding: 18px 16px 16px 16px;   text-align: center;   opacity: 0;   pointer-events: none;   transition: .2s ease-in-out; }  .games-list-card:hover .games-list-card__body--visible {   opacity: 1;   pointer-events: auto;   cursor: pointer; } .games-list-card:hover .games-list-card__img-area:before {   opacity: 1; } .games-list-card__body--visible:before {   content: "";   position: absolute;   left: 0;   top: 0;   z-index: 10;   width: 100%;   height: 100%;   -webkit-animation: setPointer .2s linear 0s 1 forwards;   animation: setPointer .2s linear 0s 1 forwards; }  @keyframes setPointer {   0% {       z-index: 10;   }   99% {       z-index: 10;   }   100% {       z-index: -10;   } } .games-list-card__body-inner {   display: flex;   flex-direction: column;   justify-content: center;   width: 100%;   height: 100%; } .games-list-card__body-inner {   justify-content: space-between; } .games-list-card__body-inner-wr {   display: flex;   flex-direction: column;   justify-content: center;   align-items: center;   height: 100%; } .games-list-card__body-title {   min-height: 48px;   margin-bottom: 11px;   color: #ffffff;   text-align: center;   font-size: 18px;   font-weight: 700;   line-height: 24px; } .games-list-card__body-title-inner {   display: -webkit-box;   -webkit-box-orient: vertical;   -webkit-line-clamp: 2;   overflow: hidden; } .games-list-card__body-play {   position: relative;   display: grid;   width: 52px;   height: 52px;   border-radius: 100%;   background-color: #ffffff33;   overflow: hidden;   cursor: pointer; } .games-slider-wrap--size-l .games-list-card__body-play {   width: 72px;   height: 72px;   margin: 0 auto 18px auto; } .icon {   display: inline-block;   vertical-align: baseline;   transition: color .2s ease-out; }  .games-list-card__body-play-icon {   position: relative;   flex-shrink: 0;   color: #ffffff;   width: 21px;   height: auto;   margin: 14px 0 0 17px;   z-index: 2; }  svg:not(:root) {   overflow: hidden; } .games-slider-wrap--size-l .games-list-card__body-play-icon {   width: 31px;   margin: 19px 0 0 22px; }  .games-list-card__body-play-icon--hover {   position: absolute;   top: 0;   left: 0;   -webkit-filter: blur(0);   filter: blur(0);   z-index: 1; } .games-list-card__demo {   color: #ffffff;   font-size: 10px;   font-weight: 700;   line-height: 16px;   text-transform: uppercase;   border-radius: 34px;   border: 1px solid #ffffff80;   padding: 3px 7px;   margin-bottom: 12px;   cursor: pointer;   text-decoration: none; }  .games-list-card__body-bottom-inner {   display: flex; }  .games-list-card__body-bottom-provider {   width: 28px;   height: 28px;   border-radius: 100%;   margin-right: 6px;   overflow: hidden; }  .games-list-card__body-bottom-rm {   display: flex;   align-items: center;   justify-content: center;   background-color: #ffffff4d;   width: 28px;   height: 28px;   border-radius: 100%;   color: #ffffff;   font-size: 10px;   font-weight: 700;   line-height: 16px;   text-transform: uppercase;   overflow: hidden;   cursor: pointer; }  .games-slider__head {   display: flex;   align-items: center;   justify-content: space-between;   margin-bottom: 12px; } .games-slider__head {   margin-bottom: 24px; } .games-slider__head {   display: flex;   align-items: center;   justify-content: space-between;   margin-bottom: 12px; } .games-slider__head {   margin-bottom: 24px; }  .games-slider__title {   color: #000000;   font-weight: 700;   font-size: 28px;   line-height: 36px; }  .games-jackpot .btn--arrow {   color: #fff;   background: #ff4c00;   font-weight: 600; } .games-slider__inner {   position: relative; } .games-slider__inner-wr {   position: relative;   overflow-x: hidden;   padding-bottom: 100px; } .games-slider {   position: relative;   overflow: hidden;   padding: 0;   z-index: 1;   list-style: none;   margin-left: auto;   margin-right: auto;   margin-bottom: -100px; }  .games-slider__swiper {   position: relative;   width: 100%;   height: 100%;   z-index: 1;   display: flex;   justify-content: space-between;   flex-wrap: wrap;   transition-property: -webkit-transform;   transition-property: transform;   transition-property: transform,-webkit-transform;   box-sizing: content-box;   padding-bottom: 100px;   transform: translate3d(0px, 0px, 0px); }  .content__title {   text-align: center;   color: #38445b; }  .content__text {   color: #7c879d;   font-size: 14px;   line-height: 20px; }  .swiper-slide {   flex-shrink: 0;   width: 100%;   height: 100%;   position: relative;   transition-property: -webkit-transform;   transition-property: transform;   transition-property: transform,-webkit-transform; }  .play-provider {   display: flex;   justify-content: center;   padding: 12px 8px 12px 12px;   border: 1px solid #38445b33;   border-radius: 16px;   background: #ffffff; }  .play-provider {   position: relative;   align-items: center;   flex-direction: column;   padding: 13px 16px 12px 17px;   gap: 13px;   margin-right: 16px;   margin-bottom: 11px;   max-width: 204px;   height: auto;   max-height: 128px;   border-radius: 20px; }  .play-provider {   padding: 16px 28px;   gap: 12px;   margin-right: 20px;   margin-bottom: 18px;   max-width: 272px;   max-height: 154px; } .play-provider, .play-provider:after, .play-provider:before {   border-radius: 24px; }  .play-provider:after, .play-provider:before {   content: "";   position: absolute;   border-radius: 20px; }  .play-provider:before {   width: 100%;   height: 100%;   z-index: 1;   background-color: #ffffff; }  .play-provider__img-wr {   position: relative;   display: flex;   align-items: center;   justify-content: center;   width: 118px;   height: 48px;   z-index: 1; }  .play-provider__img-wr {   width: 160px;   height: 64px; }  .play-provider__img {   height: inherit; }  .play-provider__info {   position: relative;   display: flex;   flex-direction: row;   gap: 12px;   flex: 1;   width: 100%;   z-index: 1; } .play-provider__info {   flex-direction: row-reverse;   gap: 12px; }  .play-provider:after {   width: 85%;   height: 17px;   bottom: 0;   z-index: 0;   box-shadow: 0 4px 15px 0 rgba(0,0,0,0.1); } .play-provider__info-wr {   display: flex;   flex-direction: column;   align-items: center; } .play-provider__info-wr:first-child {   flex: 1; } .play-provider__games {   display: flex;   align-items: center;   flex-direction: column;   padding: 0 12px 2px 12px;   border-radius: 12px;   background-color: #38445b; }  .play-provider__games {   padding: 0 12px 2px 12px;   border-radius: 12px; }  .play-provider__games-text {   font-size: 12px;   line-height: 20px;   font-weight: 600;   color: #ffffff; } .play-provider__games-text {   font-size: 12px;   line-height: 20px; } .play-provider__games-number {   font-size: 16px;   line-height: 24px;   font-weight: 700;   color: #ffffff; } .play-provider__games-number {   font-size: 16px;   line-height: 24px; }  .footer .games-slider__swiper {   flex-wrap: nowrap;   overflow-x: scroll;   padding-bottom: 25px; }  .main-footer {   display: flex;   flex-direction: column;   margin: 0 -12px;   padding: 0 12px;   border-top: 1px solid #38445b33; }  .main-footer {   margin: 0 -32px;   padding: 0 32px; }  .main-footer {   margin: 0; } .main-footer__wrapper {   display: flex;   flex-direction: column;   gap: 24px;   margin: 0 auto 20px; } .main-footer__wrapper {   gap: 32px;   margin-bottom: 32px; }  .main-footer__row:first-child {   border-top: none; }  .payment-list {   display: flex;   justify-content: center;   align-items: center;   flex-wrap: wrap;   overflow: hidden;   gap: 0 48px;   list-style: none;   padding: 0; }  .payment-list__btn {   flex: none;   display: block;   padding: 0;   border: none;   background: none; } .payment-list__img {   width: auto;   height: 48px; }  .payment-list__div {   height: 48px;   flex: 100% 0 0; }  .footer .home-bg-section-inner {   margin-bottom: 60px; } .footer ul {   list-style: none;   padding: 0; } .footer a {   text-decoration: none; }  .main-footer__menu {   display: flex;   flex-direction: row;   gap: 36px;   flex-wrap: nowrap;   margin-top: 32px; }  .main-footer__menu-col {   display: flex;   flex-direction: column;   gap: 4px; } .main-footer__menu-col {   flex: 1; } .main-footer__menu-col {   gap: 24px; } .main-footer__menu-item {   border-radius: 0;   background-color: transparent; }  .main-footer__menu-link {   display: flex;   align-items: center;   justify-content: space-between;   font-size: 12px;   line-height: 20px;   padding: 12px;   font-weight: 500;   color: #38445b; } .main-footer__menu-link {   font-size: 14px;   padding: 0; }  .main-footer__menu-col--last {   flex-basis: 237px;   flex-grow: 0;   gap: 40px;   padding-bottom: 0; }  .main-footer__menu-title {   text-align: center;   font-size: 14px;   font-weight: 600;   line-height: 1.42;   margin-bottom: 16px; }  .buttons-app__list {   display: flex;   justify-content: center;   gap: 8px; } .buttons-app__item {   width: 135px; }  .buttons-app__link {   position: relative;   border-radius: 11px;   background: #000;   min-height: 44px;   display: flex;   align-items: center;   padding: 8px;   border: 1px solid transparent;   transition: all .2s ease-out; } .buttons-app__link {   min-height: 40px;   border-radius: 8px;   color: #ffffff; } .social-links__list {   display: flex;   justify-content: center;   align-items: center; } .social-links__item {   margin-right: 8px; } .social-links__item:last-child {   margin-right: 0; } .main-footer__social-links .social-links__link {   display: inline-block; }  .footer .buttons-app__item-icon-wr {   margin-right: 5px; }  .footer .icon {   width: 50px; }  .footer .social-links__ic {   width: 60px; }  .main-footer__license {   display: flex;   flex-direction: row;   gap: 20px;   margin-top: 26px; } .main-footer__license-img {   display: flex;   align-items: center;   justify-content: center;   width: 78px;   margin: 0 auto 20px;   cursor: pointer; } .main-footer__license-img {   width: 96px;   margin: 0; } .main-footer__license-img {   width: 90px; }  .main-footer__license-text {   font-size: 12px;   line-height: 20px;   color: #7c879d; }  .main-footer__license-text {   font-size: 14px; } .real-time-winners {   display: flex;   align-items: center;   padding-left: 16px;   width: 100%;   height: 84px;   background-image: linear-gradient(90deg,#f8f8f8,#ffffff);   box-shadow: 0 -6px 28px 0 rgba(0,0,0,0.1); } .real-time-winners__wrapper {   position: fixed;   bottom: 0;   right: 0;   left: 0;   z-index: 12; } .swiper-slide {   flex-shrink: 0;   width: 100%;   height: 100%;   position: relative;   transition-property: -webkit-transform;   transition-property: transform;   transition-property: transform,-webkit-transform; } .real-time-winner {   width: 233px;   height: auto;   border-radius: 16px;   border: 1px solid transparent;   position: relative; }  .real-time-winner__link {   cursor: pointer;   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   z-index: 1; } .real-time-winner__game {   position: relative;   display: flex;   align-items: center;   padding: 8px 12px 8px 8px; } .real-time-winner__game-link {   position: relative;   border-radius: 12px;   overflow: hidden;   width: 52px;   height: 52px;   margin-right: 12px;   flex-shrink: 0;   background: url(/shared/3105/game-placeholder.jpg) no-repeat 50% 50%;   background-size: cover; } .real-time-winner__game-link-img {   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   background-position: 50% 50%;   background-repeat: no-repeat;   background-size: cover; } .real-time-winner__game-link-hover {   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   display: flex;   align-items: center;   justify-content: center;   background-color: #0000004d;   -webkit-backdrop-filter: blur(3px);   backdrop-filter: blur(3px);   border-radius: inherit;   transition: all .2s ease-out;   opacity: 0; } .real-time-winner__row {   display: flex;   align-items: center;   justify-content: space-between;   overflow: hidden;   flex-grow: 1; }  .real-time-winner__game-title {   font-size: 14px;   line-height: 1.42;   margin-bottom: 4px;   max-width: 66px;   color: #38445b;   overflow: hidden;   white-space: nowrap;   text-overflow: ellipsis;   font-weight: 700;   display: block;   cursor: pointer; }  .real-time-winner__nickname {   color: #7c879d;   font-size: 12px;   font-weight: 600;   line-height: 1.66;   display: flex; }  .real-time-winner__nickname-text {   white-space: nowrap;   text-overflow: ellipsis;   overflow: hidden;   max-width: 65px; }  .real-time-winner__date {   color: #38445b66;   font-size: 12px;   font-weight: 600;   line-height: 1.66;   margin-left: 4px;   display: block; } .real-time-winner__block {   display: flex;   flex-direction: column;   align-items: flex-end;   position: absolute;   top: 50%;   -webkit-transform: translateY(-50%);   transform: translateY(-50%);   right: 12px; }  .real-time-winner__win-amount {   padding: 2px 6px;   color: #ffffff;   font-size: 12px;   font-weight: 700;   line-height: 1.66;   border-radius: 24px;   background-color: #01c095;   margin-bottom: 4px; }  .real-time-winner__win-coef {   font-size: 12px;   font-weight: 600;   line-height: 1.66; }  .real-time-winners__wrapper ul {   padding: 0;   list-style: none; }  .real-time-winners__slider ul {   display: flex;   justify-content: space-between; }  .real-time-winners__right {   z-index: 2;   padding-right: 24px;   display: flex;   align-items: center;   background-color: #ffffff;   box-shadow: -16px 0 40px 0 rgba(56,68,91,0.06);   margin-left: auto;   flex-shrink: 0;   width: 334px;   text-decoration: none; } .winners-dropdown {   z-index: 1;   flex-grow: 1;   position: relative; } .winners-dropdown__selected {   display: flex;   align-items: center;   justify-content: center;   cursor: pointer;   height: 84px;   padding-left: 24px;   margin-right: 24px;   overflow: hidden;   position: relative;   background-color: #ffffff;   transition: none;   z-index: 1; }  .winners-dropdown__selected-text {   color: #ff4c00;   font-size: 16px;   font-weight: 700;   line-height: 1.5;   text-transform: uppercase;   margin-right: 10px; } .footer {   padding-bottom: 100px; }  @media (max-width: 1450px) {   .games-slider-wrap--size-l .games-list-card {       margin-right: 10px;   }   .games-slider__swiper {       justify-content: center;   }   .wrapper {       max-width: 1400px;       padding: 0 10px;   }   .payment-list__item {       margin-top: 10px;   }   .real-time-winner:first-child,   .real-time-winner:last-child {       display: none;   } } @media (max-width: 1250px) {   .main-footer__menu {       display: flex;       flex-direction: row;       gap: 36px;       flex-wrap: wrap;       margin-top: 32px;   }   .real-time-winner {       width: 220px;       margin-right: 10px !important;   }   .real-time-winners__right {       display: none;   }   .real-time-winner {       width: 20%;   }   .main {       padding: 115px 15px 0 15px;   }   .second-level-banners__card,   .second-level-banners__center {       flex-direction: column;       align-items: center;   }   .footer .main-footer__menu-col {       width: 300px;       flex: none;   }    .main-footer__menu {       flex-wrap: wrap;       justify-content: center;   }   .real-time-winners__slider ul {       overflow-x: scroll;   }   .real-time-winners__slider {       width: 100%;   }   .real-time-winner:first-child,   .real-time-winner:last-child {       display: block;   }   .footer .games-slider__swiper {       justify-content: flex-start;   } }  @media (max-width: 1030px) {   .second-level-banners__card {       width: 33%;       padding: 10px 10px 10px 10px;   }   .header {       padding: 0 10px;   }   .main-banner__left, .main-banner__right {       width: calc(50% - 6px);       height: 390px;       border-radius: 16px;   }   .main-banner__center-img {       width: 518px;       height: 366px;   }   .main-banner__center-popup {       position: absolute;       width: 209px;       height: 94px;       top: 146px;       left: 50%;       margin-left: 10px;   }   .main-banner__center-popup-text {       padding: 12px 19px 12px 50px;       font-size: 12px;       line-height: 19px;       text-transform: uppercase;   }   .main-banner__center-popup-text span {       font-size: 24px;       line-height: 32px;   }   .main-banner__center-button-wrap {       bottom: 74px;   }   .main-banner__center-button {       width: calc(100% - 12px);   }   .main-banner__center-button:first-child {       justify-content: flex-end;       margin-right: 65px;   }   .main-banner__center-button-inner {       padding: 12px 24px;       font-size: 16px;       line-height: 24px;       border-radius: 16px;   }   .games-jackpot__text-wr {       height: 110px;       border-radius: 36px;   }   .odometer.odometer-theme-default {       font-size: 57px;       line-height: 1.47;   }   .games-slider__title {       font-size: 24px;       line-height: 32px;       font-weight: 700;   }   .games-slider__button-all {       padding: 8px 20px;       border-radius: 12px;       font-size: 14px;       line-height: 20px;       height: 36px;   }   .btn__reg {       height: 45px;       border-radius: 10px;   }   .games-slider-wrap--size-l .games-list-card {       margin-right: 5px;   }   .play-provider {       padding: 5px 10px;       max-width: 220px;       max-height: 140px;   }   .play-provider__games-number {       font-size: 12px;       line-height: 14px;   }   .real-time-winner {       width: 33%;   }   .games-slider__swiper {       padding-bottom: 20px;   }   .main__home {       padding-bottom: 30px;   } }  @media (max-width: 768px) {   .second-level-banners__inner {       flex-wrap: wrap;   }   .second-level-banners__card {       width: 50%;   } } .main-banner__center-popup-img__mob, .main-banner__center-popup-text-mob, .main-banner__center-button-inner-mob {   display: none; } @media (max-width: 650px) {   .main-banner__left {       margin-right: 8px;   }   .main-banner__left, .main-banner__right {       height: 247px;       width: calc(50% - 4px);       border-radius: 12px;   }   .main-banner__center-img {       width: 214px;       height: 180px;   }   .main-banner__center-popup {       width: 92px;       height: 71px;       top: 34px;       position: absolute;       left: 50%;       transform: translateX(-50%);   }   .main-banner__center-popup-img,   .main-banner__center-popup-text,   .main-banner__center-button-inner {       display: none;   }   .main-banner__center-popup-img__mob,   .main-banner__center-popup-text-mob,   .main-banner__center-button-inner-mob {       display: block;   }   .main-banner__center-popup-text-mob {       display: flex;       align-items: center;       height: 75px;       padding: 4px 22px 28px 22px;       font-size: 12px;       line-height: 16px;       position: absolute;       left: 50%;       transform: translateX(-50%);       top: 5px;       color: #38445b;       text-align: center;   }   .main-banner__center-button-inner {       position: relative;       padding: 8px;       font-size: 12px;       line-height: 20px;       border-radius: 12px;   }   .second-level-banners__img-wr {       width: 64px;       flex-shrink: 0;       margin-right: 8px;       border-radius: 9px;   }   .second-level-banners__center {       margin-right: 2px;   }   .second-level-banners__card, .second-level-banners__center {       flex-direction: row;       align-items: flex-start;   }   .second-level-banners__card {       display: flex;       width: 272px;       flex-shrink: 0;       padding: 8px 4px 8px 8px;       border-radius: 16px;       background-color: #ffffff;       box-shadow: 0 4px 15px 0 rgba(0,0,0,0.1);       margin-bottom: 15px;       cursor: pointer;   }   .second-level-banners__center {       align-items: flex-start;       flex-direction: column;   }   .second-level-banners__desc {       margin: 0;       padding: 0;   }   .second-level-banners__inner {       justify-content: center;   }   .second-level-banners__title {       margin-bottom: 5px;       font-weight: 600;       font-size: 14px;       line-height: 20px;       color: #38445b;       display: -webkit-box;       -webkit-box-orient: vertical;       -webkit-line-clamp: 1;       overflow: hidden;   }   .second-level-banners__desc {       font-weight: 500;       font-size: 12px;       line-height: 16px;       color: #7c879d;       display: -webkit-box;       -webkit-box-orient: vertical;       -webkit-line-clamp: 2;       overflow: hidden;   }   .second-level-banners__card .btn--secondary {       display: none;   }   .btn__login {       font-size: 16px;       line-height: 24px;       padding: 10px 10px;       height: 45px;   }   .btn__reg {       font-size: 16px;       line-height: 24px;       padding: 0 15px;   }   .header__logo__link img {       width: auto;       height: 50px;   }   header .wrapper {       padding: 10px 0;   }   .main {       padding: 100px 15px 0 15px;   }   .real-time-winner {       width: 50%;   }   .odometer.odometer-theme-default {       font-size: 40px;   }   .main-footer__menu-link {       justify-content: center;       text-align: center;   }   .social-links__title {       text-align: center;   } }  @media (max-width: 460px) {   .odometer.odometer-theme-default {       font-size: 28px;   }   .games-jackpot:after,   .games-jackpot__odometer-image:before,   .games-jackpot__odometer-image img,   .games-jackpot__text-wr:before {       display: none;   }   .games-jackpot:before {       width: 320px;       height: 153px;       top: -32px;       left: -10px;       background-image: url(/shared/3105/jackpot-coins_mob.webp);   }   .games-jackpot__odometer {       position: relative;       width: 100%;       max-width: 612px;       margin: 0 auto 24px;       z-index: 3;   }   .games-jackpot__odometer {       padding: 0 3px;   }   .games-jackpot__text-wr {       position: relative;       width: 100%;       border-radius: 24px;       background-image: linear-gradient(180deg,#ffe9ff,#fff 27.99%,#fff 78.38%,#fffbf0);       height: 67px;   }   .games-jackpot:before {       width: 300px;       height: 153px;       top: -32px;       left: 40px;   }   .games-jackpot {       padding: 80px 74px 36px;   }   .games-jackpot__logo-image {       width: 124px;       bottom: 77px;   }   .real-time-winner {       width: 60%;   }   .main {       padding: 100px 0px 0 0px;   }   .header .wrapper {       gap: 10px;   }   .btn__reg,   .btn__login {       font-size: 14px;   }   .header__button__list {       gap: 5px;   }   .header__logo__link img {       width: 100px;       height: auto;   }   .main-footer__wrapper {       margin-bottom: 0;   }   .main-footer__menu {       margin-top: 0;   } }