@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html{
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

body{
    font-family: "Roboto", "sans-serif";
    font-weight: 400;
    font-size: 16px !important;
    line-height: 150%;
    font-style: normal;
    color: rgba(60, 42, 92, 1);
    background-color: rgba(10, 98, 106, 1);
    cursor: default;
}

.section{
    margin-bottom: 20px;
    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;
    gap: 16px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden;
}

h1, h2, h3, h4, h5, .title {
  font-weight: 600;
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  padding: 12px 14px;
  border-radius: 6px;
  background-color: rgba(5, 65, 70, 1);
  width: 100%;
}

h1, .title.general {
  font-weight: 700;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 160%;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

h2, .title.high {
  font-size: clamp(22px, 3.6vw, 34px);
}

h3, .title.medium {
  font-size: clamp(20px, 3.2vw, 28px);
}

h4, .title.low {
  font-size: clamp(18px, 2.8vw, 22px);
}

h5, .title.minimal {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 100%;
}

.sidebar__title{
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}

.button{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 14px 24px;
    min-height: 48px;
    min-width: 178px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    background-color: rgba(255, 73, 73, 1);
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}

.button.install{
    min-height: 60px;
    min-width: 240px;
    padding: 14px;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    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-align: center;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.button.install span{
    min-width: 122px;
    text-align: center;
    text-transform: uppercase;
}

.button.install-apple{
    background: -o-radial-gradient(42.71% 11.24%, 28.2% 75%, #FF646D 0%, #E12151 100%);
    background: radial-gradient(28.2% 75% at 42.71% 11.24%, #FF646D 0%, #E12151 100%);
}

.button.install-android{
    background: -o-radial-gradient(33.52% -15.63%, 76.9% 122.63%, #F2F292 0%, #169100 85.15%), -o-radial-gradient(22.73% 20.31%, 66.76% 121.06%, rgba(45, 241, 81, 0.2) 18.63%, rgba(55, 241, 45, 0.186) 100%);
    background: radial-gradient(76.9% 122.63% at 33.52% -15.63%, #F2F292 0%, #169100 85.15%), radial-gradient(66.76% 121.06% at 22.73% 20.31%, rgba(45, 241, 81, 0.2) 18.63%, rgba(55, 241, 45, 0.186) 100%);
}

.button:hover, .button:focus {
    -ms-transform: scale(1.07);
        transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.current{
    font-weight: 800;
    font-size: 18px;
}

.list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.image{
    position: absolute;
    z-index: 7;
}

.background{
    position: absolute;
    z-index: 8;
}

.section__image{
    -webkit-border-radius: 15px;
            border-radius: 15px;
}

.outlined {
    position: relative;
    overflow: hidden;
}

.outlined::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10;
    border-radius: inherit;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cline x1='0' y1='0' x2='100' y2='0' stroke='white' stroke-width='1' stroke-dasharray='6%2C6' /%3E%3Cline x1='0' y1='100' x2='100' y2='100' stroke='white' stroke-width='1' stroke-dasharray='6%2C6' /%3E%3Cline x1='0' y1='0' x2='0' y2='100' stroke='white' stroke-width='0.5' stroke-dasharray='6%2C6' /%3E%3Cline x1='100' y1='0' x2='100' y2='100' stroke='white' stroke-width='0.5' stroke-dasharray='6%2C6' /%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

.app .outlined::after{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cline x1='0' y1='0' x2='100' y2='0' stroke='rgba(65%2C177%2C91%2C1)' stroke-width='1' stroke-dasharray='6%2C6' /%3E%3Cline x1='0' y1='100' x2='100' y2='100' stroke='rgba(65%2C177%2C91%2C1)' stroke-width='1' stroke-dasharray='6%2C6' /%3E%3Cline x1='0' y1='0' x2='0' y2='100' stroke='rgba(65%2C177%2C91%2C1)' stroke-width='0.5' stroke-dasharray='6%2C6' /%3E%3Cline x1='100' y1='0' x2='100' y2='100' stroke='rgba(65%2C177%2C91%2C1)' stroke-width='0.5' stroke-dasharray='6%2C6' /%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

/* header */
.header{
    background-color: rgba(5, 65, 70, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 75px;
    margin-bottom: 20px;
}

.header__container{
    max-width: 1600px;
    height: 100%;
    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;
    padding: 20px 40px;
    margin: 0 auto;
    position: relative;
}

.header__logo{
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__logo:hover, .header__logo:focus {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
}

.header__menu{
    margin-left: 114px;
}

.header__menu ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.header__menu ul li{
    color: rgba(255, 255, 255, 1);
    opacity: 52%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.header__menu ul li:hover, .header__menu ul li:focus{
    color: rgb(26, 255, 144);
}

.header__button-auth{
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-right: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header__button{
    padding: 8px 22px;
    min-height: 32px;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.header__button-login{
    background-color: rgba(24, 90, 97, 1);
    min-width: 127px;
}

.header__button-register{
    background-color: rgba(0, 178, 91, 1);
    min-width: 127px;
}

.header__clock{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 1);
}

.header__lang{
    background-color: transparent;
    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;
    gap: 8px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.15px;
    color: rgba(255, 255, 255, 1);
}

.main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}

.main__content{
    max-width: 1280px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
}

/* mobile-menu */
.mobile-menu {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    background-color: rgba(5, 65, 70, 1);
    -webkit-border-radius: 0 0 12px 12px;
            border-radius: 0 0 12px 12px;
    z-index: 50;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mobile-menu__content {
    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-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;
    gap: 10px;
    opacity: 0;
    padding: 48px 20px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.mobile-menu.active .mobile-menu__content {
    opacity: 1;
}

/* sidebar */
.sidebar{
    width: 240px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 20px;
    top: 95px;
    bottom: 0;
    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;
    gap: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: -webkit-calc(100vh - 115px);
    max-height: calc(100vh - 115px);
    overflow-y: auto;
    scrollbar-width: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.page-nav{
    margin-bottom: 20px;
    display: none;
}

.sidebar__games{
    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;
    gap: 10px;
}

.sidebar__game{
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 120px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sidebar-game__icon{
    width: 48px;
    height: 48px;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: rgba(45, 177, 85, 1);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 26px;
}

.sidebar-game__name{
    padding: 12px 16px 8px 16px;
    height: 42px;
    background-color: rgba(45, 177, 85, 1);
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.sidebar__games li:nth-of-type(1) .sidebar__game{
    background-image: url('../img/game1.jpg');
}

.sidebar__games li:nth-of-type(2) .sidebar__game{
    background-image: url('../img/game2.jpg');
}

.sidebar__games li:nth-of-type(3) .sidebar__game{
    background-image: url('../img/game3.jpg');
}

.sidebar__list{
    padding: 14px 20px;
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(5, 65, 70, 1);
}

.sidebar__list li{
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
    -o-transition: color 0.3s ease, font-weight 0.3s ease;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.sidebar__list li:hover, .sidebar__list li:focus {
    color: rgba(46, 147, 68, 1);
    font-weight: 700 !important;
}

.sidebar__table-content .sidebar__list{
    overflow: hidden;
}

.sidebar__table-content:not(.open) .sidebar__list {
    padding: 0 20px;
}

.sidebar__title{
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    padding: 10px 10px 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    -webkit-transition: -webkit-border-radius 0.3s ease;
    transition: -webkit-border-radius 0.3s ease;
    -o-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease, -webkit-border-radius 0.3s ease;
}

.sidebar__table-content:not(.open) .sidebar__title{
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sidebar__title p{
    font-weight: 500;
    color: rgba(65, 177, 91, 1);
    padding: 0;
    background-color: transparent;
}

.sidebar__arrow{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sidebar__table-content.open .sidebar__arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* hero */
.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 380px;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 95px;
    margin-bottom: 20px;
    min-width: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .hero{
    background-image: linear-gradient(90deg, #054146 0%, #054146 19.23%, rgba(5, 65, 70, 0) 62.5%), url('../img/bg-main.jpg');
}

.bonus .hero{
    background-image: linear-gradient(90deg, #054146 0%, #054146 19.23%, rgba(5, 65, 70, 0) 62.5%), url('../img/bg-bonus.jpg');
}

.app .hero{
    background-image: linear-gradient(90deg, #054146 0%, #054146 19.23%, rgba(5, 65, 70, 0) 62.5%), url('../img/bg-app.jpg');
}

.hero__info{
    position: relative;
    z-index: 10;
    color: rgba(255, 255, 255, 1);
    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;
    text-transform: none;
    margin-left: 40px;
    max-width: 540px;
    padding: 12px 20px;
}

.hero__rating{
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero__text{
    font-weight: 400;
    font-size: 15px;
    line-height: 165%;
    margin-top: 16px;
}

.hero__button{
    margin-top: 16px;
    min-width: 273px;
}

.breadcrumbs{
    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;
    gap: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
}

.breadcrumbs li:first-child a{
    opacity: 60%;
}

.breadcrumbs li:last-child::before{
    content: '>';
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

/* info */
table{
    -webkit-border-radius: 20px;
            border-radius: 20px;
    overflow: hidden;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table thead tr{
    background-color: rgba(65, 177, 91, 1);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

table thead th{
    text-align: left;
    padding: 12px 20px;
    vertical-align: middle;
}

table tbody td{
    padding: 12px 20px;
    background-color: rgba(5, 65, 70, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
}

table .list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}

.table__wrap{
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
}

.table-wrap::-webkit-scrollbar {
    height: 3px;
}

.table-wrap::-webkit-scrollbar-track {
    -webkit-border-radius: 8px;
            border-radius: 8px;
}

.table-wrap::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    -webkit-border-radius: 8px;
            border-radius: 8px;
}

.info__table{
    min-width: 650px;
    display: flex;
    flex-direction: column;
}

.info__table tr{
    display: flex;
    gap: 20px;
    width: 100%;
}

.info__table td{
    width: calc((100% - 20px) / 2);
    display: flex;
    align-items: center;
}

.info__table tr:first-child td{
    text-align: center;
    justify-content: center;
    background-color: rgba(65, 177, 91, 1);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    padding: 12px 20px;
    vertical-align: middle;
    border-radius: 20px 20px 0 0;
}

.info__table tbody tr:last-child td:first-child {
  border-radius: 0 0 20px 20px;
}

.info__table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 20px;
}

.info__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4px;
    gap: 8px;
}

/* .info__list li{
   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;
   gap: 8px;
} */

ul.info__list li{
    /* display: flex;
    align-items: center; */
    position: relative;
    padding-left: 20px;
}

ul.info__list li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px !important;
    height: 1px !important;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: rgba(60, 42, 92, 1);
}

ol.info__list{
    list-style: decimal !important;
    list-style-position: inside;
    padding-left: 18px;
}

ol.info__list li{
    display: list-item;
}

ol.info__list li::before{
    content: none;
    display: none;
}

.tournaments ol:not([class]){
    padding-left: 18px;
}

.tournaments ul:not([class]) li{
    /* display: flex;
    align-items: center; */
    position: relative;
    padding-left: 20px;
}

.tournaments ul:not([class]) li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px !important;
    height: 1px !important;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: rgba(60, 42, 92, 1);
}

.info ol:not([class]){
    padding-left: 18px;
}

.info ul:not([class]) li{
    /* display: flex;
    align-items: center; */
    position: relative;
    padding-left: 20px;
}

.info ul:not([class]) li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px !important;
    height: 1px !important;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: rgba(60, 42, 92, 1);
}

.bookmaker ol:not([class]){
    padding-left: 18px;
}

.bookmaker ul:not([class]) li{
    /* display: flex;
    align-items: center; */
    position: relative;
    padding-left: 20px;
}

.bookmaker ul:not([class]) li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px !important;
    height: 1px !important;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: rgba(60, 42, 92, 1);
}

.bonuses ul.info__list li::before{
    background-color: rgba(255, 255, 255, 1);
}

/* pros-cons */
.pros-cons__info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.pros-cons__table{
    width: -webkit-calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
    min-width: 0;
}

.pros-cons__table thead th{
    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;
    gap: 16px;
    text-align: left;
}

/* banner */
.banner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 425px;
    background-position:  right;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .main__content > section.banner:nth-of-type(5){
    background-image: -o-linear-gradient(359.99deg, #8D1E26 0.01%, rgba(141, 30, 38, 0.5) 45.25%, rgba(141, 30, 38, 0) 63.16%), url('../img/main-banner1.jpg');
    background-image: linear-gradient(90.01deg, #8D1E26 0.01%, rgba(141, 30, 38, 0.5) 45.25%, rgba(141, 30, 38, 0) 63.16%), url('../img/main-banner1.jpg');
}

.home .main__content > section.banner:nth-of-type(13){
    background-image: -webkit-gradient(linear, left top, right top, from(#CE937E), color-stop(20.19%, #CE937E), color-stop(44.23%, rgba(206, 147, 126, 0))), url('../img/main-banner2.jpg');
    background-image: -o-linear-gradient(left, #CE937E 0%, #CE937E 20.19%, rgba(206, 147, 126, 0) 44.23%), url('../img/main-banner2.jpg');
    background-image: linear-gradient(90deg, #CE937E 0%, #CE937E 20.19%, rgba(206, 147, 126, 0) 44.23%), url('../img/main-banner2.jpg');
}

.home .main__content > section.banner:nth-of-type(18){
    background-image: -o-linear-gradient(359.98deg, #4C1AC1 0.02%, #4C1AC1 17.31%, rgba(76, 26, 193, 0) 38.25%), url('../img/main-banner3.jpg');
    background-image: linear-gradient(90.02deg, #4C1AC1 0.02%, #4C1AC1 17.31%, rgba(76, 26, 193, 0) 38.25%), url('../img/main-banner3.jpg');
}

.bonus .main__content > section.banner:nth-of-type(8){
    background-image: -webkit-gradient(linear, left top, right top, from(#06213E), color-stop(21.03%, #06213E), color-stop(39.02%, rgba(0, 0, 0, 0))), url('../img/bonus-banner1.jpg');
    background-image: -o-linear-gradient(left, #06213E 0%, #06213E 21.03%, rgba(0, 0, 0, 0) 39.02%), url('../img/bonus-banner1.jpg');
    background-image: linear-gradient(90deg, #06213E 0%, #06213E 21.03%, rgba(0, 0, 0, 0) 39.02%), url('../img/bonus-banner1.jpg');
}

.bonus .main__content > section.banner:nth-of-type(18){
    background-image: -o-linear-gradient(359.99deg, #5D7CAE 0.01%, #5372A4 25.45%, rgba(113, 144, 194, 0) 63.16%), url('../img/bonus-banner2.jpg');
    background-image: linear-gradient(90.01deg, #5D7CAE 0.01%, #5372A4 25.45%, rgba(113, 144, 194, 0) 63.16%), url('../img/bonus-banner2.jpg');
}

.banner__info{
    max-width: 500px;
    padding: 20px;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    margin-left: 30px;
    text-align: center;
}

.home .main__content > section.banner:nth-of-type(13) .banner__info{
    margin-left: 33px;
}

.banner__title{
    font-weight: 900;
    font-size: 34px !important;
    color: rgba(239, 76, 77, 1);
    background-color: transparent;
    padding: 0;
    text-align: center;
    margin-bottom: 16px;
}

.home .main__content > section.banner:nth-of-type(5) .banner__title{
    color: rgba(46, 147, 68, 1);
}

.home .main__content > section.banner:nth-of-type(13) .banner__title{
    color: rgba(46, 147, 68, 1);
}

.banner__button{
    min-width: 273px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.banner__text{
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    text-transform: none;
    text-align: center;
}

/* registration */
.home .registration{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../img/main-reg.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/main-reg.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/main-reg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
}

.registration__list{
    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;
    gap: 20px;
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
}

.bonus .registration__list{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../img/bonus-reg.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/bonus-reg.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/bonus-reg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 32px 18px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    color: rgba(255, 255, 255, 1);
}

.registration__item {
    counter-increment: list-counter;
    position: relative;
    padding-left: 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.registration__item::before {
    content: counter(list-counter) " ";
    position: absolute;
    left: 0;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(65, 177, 91, 1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 1);
}

.bonus .registration__item::before{
    top: 12px;
}

.registration__button{
    background-color: rgba(46, 147, 68, 1);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
            box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
}

.registration-item__text{
    font-weight: 700;
    padding: 12px 20px 12px 0;
}

.registration-item__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.registration-item__list li{
    padding: 12px 18px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.registration-item__list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(46, 147, 68, 1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

/* download */
.download{
    min-height: 220px;
    position: relative;
    overflow: hidden;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home .download{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../img/main-download.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/main-download.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/main-download.jpg');
}

.app .download{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../img/app-download.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/app-download.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/app-download.jpg');
}

.download__button-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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;
    z-index: 10;
}

.download__image:nth-of-type(1){
    left: -42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.download__image:nth-of-type(3){
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
}

/* bonuses */
.bonuses{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../img/main-bonus.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/main-bonus.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/main-bonus.jpg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 1);
}

.bonuses__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 33px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bonuses__item{
    width: -webkit-calc((100% - 33px) / 2);
    width: calc((100% - 33px) / 2);
    background-color: rgba(5, 65, 70, 1);
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.bonuses__info{
    padding: 10px 12px;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    min-width: 250px;
    max-width: 379px;
    gap: 8px;
    border: 2px solid transparent;
    -webkit-border-image: repeating-linear-gradient(
    45deg,       
    rgba(46, 147, 68, 1) 0 10px,
    transparent 35px 60px
    );
         -o-border-image: -o-repeating-linear-gradient(
    45deg,       
    rgba(46, 147, 68, 1) 0 10px,
    transparent 35px 60px
    );
            border-image: repeating-linear-gradient(
    45deg,       
    rgba(46, 147, 68, 1) 0 10px,
    transparent 35px 60px
    );
    border-image-slice: 1;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}

.bonuses__info .info__list li{
    text-align: left;
}

.bonuses__title{
    padding: 0;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: rgba(46, 147, 68, 1);
    text-transform: none;
}

.bonuses__info .button{
    min-width: 168px;
    min-height: 43px;
    font-size: 12px;
    margin-top: 18px;
}

.bonuses__list img{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
}

.bonus .bonuses__table{
    min-width: 450px !important;
}

.bonuses__button{
    margin: 0 auto;
    background-color: rgba(46, 147, 68, 1);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
            box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
}

/* slots */
.home .slots__table{
    min-width: 890px;
    font-size: 14px;
}

.bonus .slots__table{
    min-width: 770px;
}

.home .slots__table thead tr{
    font-size: 18px;
}

.slots__table.outlined::after{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cline x1='0' y1='0' x2='100' y2='0' stroke='white' stroke-width='0.25' stroke-dasharray='6%2C6' /%3E%3Cline x1='0' y1='100' x2='100' y2='100' stroke='white' stroke-width='0.25' stroke-dasharray='6%2C6' /%3E%3Cline x1='0' y1='0' x2='0' y2='100' stroke='white' stroke-width='0.5' stroke-dasharray='2%2C2' /%3E%3Cline x1='100' y1='0' x2='100' y2='100' stroke='white' stroke-width='0.5' stroke-dasharray='2%2C2' /%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

/* games */
.games__button{
    background-color: rgba(46, 147, 68, 1);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
            box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
}

/* license */
.license{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../img/main-license.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/main-license.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/main-license.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
}

.license__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.license__list li{
    position: relative;
    padding-left: 38px;
}

.license__list li::before{
    content: '';
    background-image: url('../img/list-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

/* about */
.home .about{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../img/main-about.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/main-about.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/main-about.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
}

.about__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.about__list li{
    position: relative;
    padding-left: 38px;
}

.about__list li::before{
    content: '';
    background-image: url('../img/list-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.about p a{
    color: rgba(45, 177, 85, 1);
    font-weight: 700;
}

.about__button{
    background-color: rgba(46, 147, 68, 1);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
            box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
}

/* reviews */
.reviews__wrap{
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.reviews__list-wrap{
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
    overflow: hidden;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    max-width: 1152px;
}

.reviews__list{
    gap: 20px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    will-change: transform;
}

.reviews__list li{
    padding: 16px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 20px) / 2);
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: -webkit-calc((100% - 20px) / 2) !important;
    width: calc((100% - 20px) / 2) !important;
    background-color: rgba(5, 65, 70, 1);
    -webkit-border-radius: 6px;
            border-radius: 6px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.reviews__name{
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: rgba(46, 147, 68, 1);
    position: relative;
    padding-bottom: 16px;
    width: 100%;
}

.reviews__name::after{
    content: '';
    background-image: url('../img/vector.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

/* faq */
.faq__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

.faq__item{
    -webkit-border-radius: 12px;
            border-radius: 12px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    overflow: hidden;
}

.faq__question{
    padding: 16px 20px;
    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;
    gap: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    background-color: rgba(5, 65, 70, 1);
    -webkit-border-radius: 12px;
            border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq__question h5{
    padding: 0;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 100%;
    text-transform: uppercase;
}

.faq__answer{
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: rgba(238, 238, 248, 1);
    -webkit-border-radius: 0 0 12px 12px;
        border-radius: 0 0 12px 12px;
    font-size: 15px;
    line-height: 135%;
    color: rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq__item.active .faq__question{
    -webkit-border-radius: 12px 12px 0 0;
            border-radius: 12px 12px 0 0;
}

.faq__item.active .faq__answer {
    opacity: 1;
    padding: 16px 12px;
}

.faq__arrow {
    -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__item.active .faq__arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* rating */
.rating__list{
    gap: 4px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}

.rating__table{
    min-width: 500px;
}

/* opinion */
.opinion{
    background-color: rgba(5, 65, 70, 1);
    color: rgba(255, 255, 255, 1);
}

.opinion__wrap{
    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;
    gap: 20px;
}

.opinion__info{
    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;
    gap: 20px;
}

.opinion__name{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgba(46, 147, 68, 1);
}

/* spins */
.spins__table{
    min-width: 450px;
}

/* vip */
.bonus .vip__table{
    min-width: 600px;
}

.home .vip__table{
    min-width: 550px;
}

.vip__table thead th{
    text-align: left;
}

.vip__button, .section__button{
    background-color: rgba(46, 147, 68, 1);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
            box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
}

/* cashback */
.cashback__table{
    min-width: 400px;
}

/* tournaments */
.tournaments__button{
    background-color: rgba(46, 147, 68, 1);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
            box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
}

.tournaments__table{
    min-width: 1050px;
}

/* responsibility */
.responsibility{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../img/bonus-responsibility.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bonus-responsibility.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bonus-responsibility.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
}

/* final */
.final{
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 290px;
    background-image: -webkit-gradient(linear, left top, right top, from(#054146), color-stop(38.63%, rgba(5, 65, 70, 0))), url('../img/bonus-banner3.jpg');
    background-image: -o-linear-gradient(left, #054146 0%, rgba(5, 65, 70, 0) 38.63%), url('../img/bonus-banner3.jpg');
    background-image: linear-gradient(90deg, #054146 0%, rgba(5, 65, 70, 0) 38.63%), url('../img/bonus-banner3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.final__info{
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    width: 100%;
}

.final__text{
    font-weight: 900;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    max-width: 422px;
    margin-top: 12px;
}

.final__title{
    font-weight: 900;
    font-size: 34px !important;
    background-color: transparent;
    padding: 0;
    text-align: center;
    margin-bottom: 16px;
}

.final__button{
    width: 100%;
    max-width: 246px;
}

/* mobile */
.mobile{
    color: rgba(255, 255, 255, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6))), url('../img/app-mobile.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.6)), url('../img/app-mobile.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.6)), url('../img/app-mobile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile__data{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.mobile__ios, .mobile__android{
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    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;
    gap: 30px;
    justify-content: space-between;
}

.mobile-ios__info, .mobile-android__info{
    width: 100%;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    overflow: hidden;
}

.mobile-info__text{
    background-color: rgba(65, 177, 91, 1);
    padding: 4px 20px;
    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;
    gap: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.mobile-info__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style-position: inside;
}

.mobile-info__list li{
    padding: 12px 20px;
    background-color: rgba(5, 65, 70, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 1);
}

.mobile .info__list li::before{
    background-color: rgba(255, 255, 255, 1);
}

/* features */
.features{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../img/app-features.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/app-features.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/app-features.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
}

.features__info{
    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;
    gap: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.features__data{
    width: 70%;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    overflow: hidden;
}

.features-data__text{
    background-color: rgba(46, 147, 68, 1);
    padding: 8px 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.features__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.features__list li{
    padding: 16px 18px 16px 42px;
    position: relative;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(5, 65, 70, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.features__list li::before{
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: rgba(65, 177, 91, 1);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}


/* footer */
.footer{
    width: 100%;
    padding: 10px;
    background-color: rgba(16, 42, 46, 1);
}

.footer__container{
    max-width: 1560px;
    margin: 0 auto;
    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;
    gap: 10px;
    color: rgba(58, 63, 71, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}

.footer__menu{
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer-menu__item{
    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;
    gap: 12px;
    width: -webkit-calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5);
}

.footer-menu__category{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(55, 60, 71, 1);
}

.footer-menu__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    font-size: 12px;
    line-height: 100%;
}

.footer-menu__list a:hover, .footer-menu__list a:focus{
    text-decoration: underline;
}

.footer__text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer__text p{
    padding: 15px;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: flex;
    align-items: center;
}

.footer__payments{
    padding: 14px;
    background-color: rgba(255, 255, 255, 1);
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.footer__info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer-info__text{
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 25px;
    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;
    gap: 10px;
    width: 100%;
}

.footer__extra{
    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;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer__limitation{
    padding: 12px;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    min-width: 434px;
    height: 100%;
}

.footer__mobile{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(121, 148, 150, 1);
    padding: 8px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    height: 32px;
}

/* scroll-up */
.scroll-up{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    -webkit-box-shadow: 10px 10px 10px 10px rgba(14, 24, 17, 0.25);
            box-shadow: 10px 10px 10px 10px rgba(14, 24, 17, 0.25);
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s ease;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s ease;
    -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease, -webkit-transform 0.3s ease;
}

.scroll-up:hover, .scroll-up:focus {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
}

.scroll-up.show {
    opacity: 1;
}

.scroll-up.hide {
    opacity: 0;
}