body {     padding: 0;     margin: 0;     background-color: transparent;     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%; }  .products-list {     display: grid;     display: -ms-grid;     grid-template-columns: repeat(3, 1fr);     -ms-grid-columns: 1fr .8125em 1fr .8125em 1fr;     grid-auto-rows: minmax(6.25em, auto);     -ms-grid-rows: minmax(6.25em, auto);     grid-gap: 0.8125em;     padding: 5em 0 0 0;     margin: 0; }  .products-list-item {     display: block;     height: 100%;     position: relative;     box-sizing: border-box;     overflow: hidden;     -webkit-appearance: none;     -moz-appearance: none;     appearance: none;     border: none;     outline: none;     text-align: left;     cursor: pointer; }  .products-list-item {     box-shadow: inset 0 4.6875em 4.6875em rgba(6, 25, 40, 0.75); }  .products-list-item::before, .products-list-item::after {     content: '';     position: absolute;     top: 0;     left: 0;     width: 100%;     height: 100%; }  .products-list-item::before {     opacity: 0.25;     background-color: #3b0f0f;     transition: opacity 0.5s ease;     z-index: 2; }  .products-list-item::before {     background-color: #000; }  .products-list-item__button {     display: block;     width: 100%;     height: 100%;     -webkit-appearance: none;     -moz-appearance: none;     appearance: none;     border: none;     outline: none;     background-color: transparent;     text-align: left;     cursor: pointer; }  .products-list-item__wrapper {     height: 100%; }  .products-list-item__picture {     position: absolute;     top: 50%;     left: 50%;     -webkit-transform: translate(-50%, -50%);     transform: translate(-50%, -50%);     width: 100%;     height: 100%; }  .products-list-item__img {     width: 100%;     height: 100%;     object-fit: cover; }  .virtual-sports-categories .products-list-item__img {     object-position: center center; }  #sports_page img {     border: none; }  .products-list__item {     padding: 2.125em;     min-height: 24.0625em; }  .products-list__item--height_sm {     min-height: 20vw; }  .products-list-item__content {     position: relative;     height: 100%;     z-index: 5; }  .products-list-item__header {     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     position: relative;     -webkit-align-items: flex-start;     -ms-flex-align: start;     align-items: flex-start;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between; }  .products-list-item__title {     position: relative;     margin: 0em 0.28571em 0.85714em 0em;     text-transform: uppercase;     font-size: 1.75em;     font-weight: 500;     line-height: 1.2;     color: #fff;     z-index: 6; }  .products-list-item__logo {     max-width: 9.6875em;     max-height: 3.125em;     height: auto;     z-index: 6; }  .products-list-item__description {     position: absolute;     bottom: 0;     top: auto;     left: 0;     right: auto;     padding: 0 0.9375em;     width: calc(90% - 1.875em);     max-height: 0;     overflow: hidden;     border-left: 3px solid #e0787f;     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 50%, transparent);     transition: 0.5s ease;     text-align: left; }  .products-list-item__description {     border-left-color: #cccfd1; }  .products-list-item:hover .products-list-item__description {     padding: 0.9375em;     max-height: 100%; }  .products-list-item__text {     margin: 0;     font-size: 1.0625em;     font-weight: 400;     line-height: 1.17647em;     color: #fff; }  .products-list-item::after {     border: 1px solid #4b5058;     box-shadow: inset 0 4.6875em 4.6875em rgba(26, 7, 7, 0.75);     transition: box-shadow 0.5s ease; }  .products-list-item:hover::before {     opacity: 0; }  .products-list-item:hover .products-list-item__description {     padding: 0.9375em;     max-height: 100%; }  .main {     background-color: #ededed;     color: #000;     padding: 0.625em 2.5em 3.125em;     margin-top: 2em; }  .main__title {     text-align: center;     color: #81181c; }  .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; }  @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;     }     .products-list {         grid-template-columns: repeat(2, 1fr);     } } @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;     } } @media only screen and (max-width: 870px) {     .products-list {         grid-template-columns: repeat(1, 1fr);     }     .products-list__item--height_sm {         min-height: 40vw;     } } @media only screen and (max-width: 669px) {     .footerColumnMenu .col {         margin-right: 0;         width: 50%;     } } @media only screen and (max-width: 427px) {     .footerColumnMenu .col {         margin-right: 0;         width: 100%;     }     .products-list-item__title {         font-size: 1em;     }     .products-list-item__logo {         max-width: 8em;         max-height: 2em;     }     .products-list__item--height_sm {         min-height: 50vw;     } }