@font-face {     font-family: "faster-regular";     src: url(/shared/3123/Fester-Regular.ttf); }  @font-face {     font-family: "faster-bold";     src: url(/shared/3123/Fester-Bold.ttf); }  @font-face {     font-family: "faster-semiBold";     src: url(/shared/3123/Fester-SemiBold.ttf); }  body {     background: #131313;     margin: 0;     font-family: "faster-regular", sans-serif; }  * {     box-sizing: border-box; }  a {     color: #4272b7;     text-decoration: none; }  .game__background {     background-image: url(/shared/3123/sweet_bonanza_xmas.jpg);     bottom: 0;     left: 0;     position: absolute;     right: 0;     top: 0;     z-index: 0;     background-position: 50%;     background-repeat: no-repeat;     background-size: cover;     filter: blur(10px); } .game__inner {     display: flex; } .game__background:after {     background: #000c;     content: "";     bottom: 0;     left: 0;     position: absolute;     right: 0;     top: 0;     z-index: 0; }  .header-bet {     position: relative;     z-index: 3; }  .header-bet__wrapper {     align-items: normal;     background: linear-gradient(180deg,#1d1010 0.3%,#201414 8%,#2d2222 38%,#2c2020 70%,#281d1d 80%,#261c1c);     display: flex;     flex-direction: column;     height: 100vh;     justify-content: space-between;     padding: 0 0 16px;     position: relative;     width: 208px;     z-index: 100; }  .logo {     align-items: center;     background: #0000;     display: flex;     flex-direction: row;     height: 82px;     justify-content: center;     margin: 92px auto 68px; }  .logo__link {     display: block;     height: 32px;     width: 160px; }  .logo__link img {     display: block;     margin: 0 auto;     object-fit: contain;     width: 100%; } .button {     align-items: normal;     display: flex;     flex-direction: column; } .button-bet {     border-radius: 44px;     font-size: 14px;     font-family: "faster-bold", sans-serif;     letter-spacing: 0.5px;     line-height: 16px;     min-height: 48px;     padding: 6px 16px;     text-decoration: none;     min-width: 144px;     text-transform: uppercase;     background: linear-gradient(177deg, #bfbfbf 2%, #c1c1c1);     box-shadow: 0 2px 8px 0 #27272733;     color: #000;     text-shadow: 0 0 0 #000;     cursor: pointer;     display: inline-flex;     justify-content: center;     mix-blend-mode: normal;     text-align: center;     align-items: center;     margin: 0 16px 16px; } .button-bet:hover {       background: linear-gradient(177deg, #fff 2%, #ebebeb); }  .button-bet.red {     background: linear-gradient(177deg, #fb3c3c 1.96%, #880303 98.23%);     color: #ffffff; } .button-bet.red:hover {     background: linear-gradient(160deg, #ff6a6a, #b20101);     color: #ffffff; } .iframe * {     overflow: hidden; } .iframe {     width: 100%;     display: flex;     align-items: center;     flex-direction: row;     justify-content: center; } .iframe .container {     padding: 0 16px;     overflow: hidden;     width: 100%; } iframe {     border-radius: 10px;     box-shadow: 0 8px 16px 0 #0009;     height: 100%;     width: 100%; }  .iframe__inner {     height: 80vh;     position: relative;     transition: .2s ease;     width: 100%; }  .main .container, .footer-bet .container {     max-width: 1360px;     margin: 0 auto;     padding: 0 10px; } .main {     color: #ffffff;     position: relative; }  .breadcrumb a, .breadcrumb span {     color: rgba(255, 255, 255, 0.5); }  .content .container {     display: flex;     justify-content: space-between;     gap: 10px; }  .main__content {     font-size: 16px;     line-height: 22px;     position: relative;     width: 70%; }  .sidebar {     width: 304px;     background: linear-gradient(180deg, #424242, #1a1a1a);     box-shadow: 0 8px 16px #191e2d99;     min-height: 298px;     padding: 24px 32px 32px;     position: relative;     border-radius: 10px;     height: max-content; }  .sidebar:before {     background: url(/shared/3123/widget_bonus.png) no-repeat;     background-size: contain;     border-radius: 2px;     bottom: 0;     content: "";     display: block;     height: 200px;     left: auto;     position: absolute;     right: 0;     top: auto;     width: 200px;     z-index: auto; }  .sidebar__title {     margin: 0;     font-size: 24px;     line-height: 32px; }  .sidebar__text {     color: #fffc;     font-size: 14px;     margin: 16px 0 0; }  .sidebar__deposit__inner {     color: #ffc02e;     font-size: 22px;     line-height: 26px;     margin: 0; }  .sidebar__time, .sidebar__button {     margin-top: 16px; }  .sidebar__time__count {     font-size: 22px;     font-weight: 700;     line-height: 26px;     margin: 4px 0 0; }  .sidebar__button {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     position: relative;     z-index: 99; }  .sidebar__button .button-bet {     margin: 0;     width: 100%; }  .sidebar__bonuses {     color: inherit;     position: relative;     text-decoration: underline;     margin: 8px 0 0; }  .main__content ul {     color: #ffffff;     margin: 16px 0;     list-style: none;     padding: 0; }  .main__content ul li {     list-style: none;     margin-bottom: 8px;     padding-left: 44px;     position: relative; }  .main__content ul li:before {     background: #ffffff26;     border-radius: 4px;     bottom: auto;     content: "";     height: 16px;     left: 16px;     position: absolute;     right: auto;     top: 4px;     width: 16px;     z-index: 0; }  .main__content ul li:after {     background-color: #fff;     border-radius: 50%;     bottom: auto;     content: "";     height: 4px;     left: 22px;     position: absolute;     right: auto;     top: 10px;     width: 4px;     z-index: 0; }  .main__content table {     border-collapse: collapse;     border-spacing: 0;     margin: 32px 0;     width: 100%; }  .main__content table thead {     background-color: #ffffff1a;     border-radius: 8px; }  .main__content table tr {     height: 48px; }  .main__content table th {     color: #ffffff;     font-size: 14px;     line-height: 18px;     text-align: left; }  .main__content table th:first-child {     padding-left: 24px;     border-radius: 44px 0 0 44px; }  .main__content table th:last-child {     border-radius: 0 44px 44px 0;     padding-left: 16px; }  .main__content td, th {     padding: 0; }  .main__content table tbody > tr {     position: relative; }  .main__content table td, .main__content table td {     border-bottom: 1px solid #ffffff1a;     color: #fffc;     font-size: 14px;     line-height: 18px; }  .main__content img {     max-width: 100%;     height: auto; }  .footer-bet {     background: #151515;     padding-top: 40px; }  .payments, .crypto {     display: flex;     justify-content: center;     align-items: center;     flex-wrap: wrap;     list-style: none;     padding: 0; }  .payments__item {     height: 32px;     margin: 0 8px 16px;     opacity: .7; }  .payments__item img {     height: inherit;     object-fit: contain;     width: inherit; }  .crypto__item {     border-radius: 44px;     height: 40px;     margin: 0 25px 4px 0;     position: relative;     width: 98px; }  .crypto__item:nth-child(odd) {     background: linear-gradient(180deg, #d752354d, #9d9d9d14); }  .crypto__item:nth-child(2n) {     background: linear-gradient(180deg, #8b8b8b4d, #9d9d9d14); }  .crypto__icon {     bottom: auto;     height: 24px;     left: -12px;     position: absolute;     right: auto;     top: 8px;     width: 24px;     z-index: 0; }  .crypto__icon img {     width: 100%;     height: 100%; }  .crypto__text {     display: flex;     flex-direction: column;     padding: 4px 8px 4px 20px; }  .crypto__name {     color: #ffffff;     font-size: 12px;     font-weight: 600;     line-height: 14px; }  .crypto__rate {     color: #fff9;     font-size: 14px;     font-weight: 600;     line-height: 18px; }  .footer__menu {     display: flex;     gap: 16px; }  .footer__menu__list {     display: block;     padding: 0 8px 0 0;     list-style: none;     width: 176px; }  .footer__menu__item {     line-height: 1;     margin-bottom: 8px; }  .footer__menu__link {     color: #fffc;     display: inline-block;     font-size: 14px;     line-height: 18px;     text-decoration: none; } .footer__menu__link:hover {       text-decoration: underline; } @media (max-width: 1024px) {     .content .container {         flex-direction: column;     }      .main__content {         width: 100%;     }      .sidebar {         margin: 0 auto;     } }  @media (max-width: 768px) {     .game__inner {         flex-direction: column;     }     .header-bet__wrapper {         height: auto;         width: auto;     }     .logo {         height: 55px;         margin: 0 auto 0;     }     .button-bet {         min-height: 35px;         margin: 0 16px 5px;     } } @media (max-width: 590px) {     .crypto__item {         margin: 0;     }      .crypto {         gap: 20px;     } } .content .button-bet.red {     width: 100%; } .footer-bet__wrapper {   display: flex;   justify-content: space-between;   gap: 40px; } .payments {   display: flex;   justify-content: flex-end;   align-items: center;   flex-wrap: wrap;   list-style: none;   padding: 0; } .img__link {   display: inline-block;   height: 40px;   margin-right: 24px;   width: 80px; } .img__link img {   height: 100%;   object-fit: contain;   width: 100%; } .footer-bet__bottom {   align-items: center;   flex-wrap: wrap;     padding: 32px 0; } .support__email {   display: flex;   gap: 8px;   align-items: center;   color: #fffc; } .support__email svg {   display: block;   height: 12px;   width: 12px; } .copy p {   margin: 0;   color: #fffc;   font-size: 14px;   line-height: 18px;   text-decoration: none; } @media (max-width: 685px) {   .footer-bet__wrapper {       flex-direction: column;   }   .payments {       justify-content: flex-start;   }   .img__link {       margin-right: 15px;   } }