@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .header__menu-button path, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #3c3c42;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    background-color: #fff;
}

body.active {
    margin-top: 66px;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #fff;
    font-weight: 400;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
    margin: auto;
}

.content {
    max-width: 1410px;
    padding: 25px 30px;
    margin: auto;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    color: #4ba532;
}

h1, .title.general {
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

h2, .title.high {
    font-size: 40px;
    line-height: 45px;
    color: #0f1e32;
}

h3, .title.middle {
    font-size: 30px;
    line-height: 35px;
}

h4, .title.small {
    font-size: 25px;
    line-height: 30px;
}

.button {
    border-radius: 25px;
    min-width: 100px;
    background-color: #4ba532;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.button:hover {
    background-color: #eb642d;
}

table {
    width: 100%;
    word-break: break-word;
    background: #e6ebf0;
}

table a {
    color: #3c3c42;
}

table a:hover {
    color: #000000;
}

table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    align-items: stretch;
}

table tr td {
    padding: 5px 10px;
    text-align: left;
}

table thead {
    background: #0f1e32;
    color: #fff;
}



/* header */

.header {
    background-color: #0f1e32;
    z-index: 1000;
    min-height: 66px;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header__content , .footer-first__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 8px 30px;
    min-height: 66px;
}

.logo {
    display: block;
    flex: 0 1 100px;
}

.logo img {
    display: block;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
}

.menu {
    flex: 0 1 calc(100% - 100px * 2);
    text-align: center;
}

.menu:not(.header__expand-menu) ul > li + li {
    margin-left: 70px;
}

.menu ul a {
    display: block;
    padding: 19.5px 0 14.5px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 20px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-bottom: 5px solid transparent;
}

.menu ul a:hover {
    border-bottom: 5px solid #eb642d;
}

.header__content > .header__button, .footer__button {
    margin-right: 0;
    flex: 0 1 100px;
    max-width: 100px;
}

.header__buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__language {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.2s linear;
}

.header__language img {
    display: block;
    max-width: 24px;
    border-radius: 50%;
}

.header__language span:first-child {
    margin-right: 5px;
}

.header__language:hover {
    transform: scale(1.1);
    color: #fff;
}

.header__expand-menu {
    display: none;
}

.header__expand-menu .header__button {
    display: none;
}

.header__expand-menu li {
    display: block;
}

.header__expand-menu li a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 700;
    padding: 12px 15px;
    border: none;
}

.header__expand-menu li + li {
    margin-top: 20px;
}



/* article  */

article > * + *, .article > * + * {
    margin-top: 25px;
}

/* article li, .article li {
    display: block;
    padding-left: 30px;
}

article li + li, .article li + li {
    margin-top: 20px;
}

article ul li:before {
    content: "—";
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 0;
    top: -2px;
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol);
    font-weight: 16px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
} */



/* cover */

.cover {
    background: #000;
}

.cover__content.content {
    padding: 50px;
    background: linear-gradient(to right, #000, transparent);
}

.cover__content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #000, transparent);
    z-index: 10;
}

.cover__image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.cover__image img {
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.cover__wrap {
    z-index: 100;
    max-width: 590px;
    text-align: center;
}

.button.cover__button {
    background: #eb642d;
    min-width: 200px;
    margin-top: 25px;
}

.button.cover__button:hover {
    background: #4ba532;
}

.cover__title > span {
    display: block;
}

.cover__title > span:nth-child(2), .cover__title > span > span {
    color: #fffb63;
}

/* .cover__title > span:nth-child(2) {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
} */


/* casino */

.casino__content {
    padding-bottom: 50px;
}

* + .high.casino__title {
    margin-top: 50px;
}

.casino__table tr:nth-child(2n) {
    background: #fff;
}

.casino__table tr td:first-child {
    flex: 0 1 40%;
    min-width: 100px;
    max-width: 220px;
}

.casino__table tr td:nth-child(2) {
    flex: 0 1 60%;
    max-width: calc(100% - 100px);
    min-width: calc(100% - 220px);
}


.casino__pros {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.casino__pros > li {
    flex: 0 1 calc((100% - 30px) / 2);
    margin-top: 25px;
}

.casino__pros div {
    background: #0f1e32;
    padding: 0 10px;
    margin-bottom: 25px;
}

.casino__pros div span {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 5px 7px 10px;
    border-top: 5px solid;
}

.casino__pros > li:first-child div span {
    border-color: #4ba532;
}

.casino__pros > li:nth-child(2) div span {
    border-color: #ff5050;
}

.casino__pros li li {
    padding-left: 40px;
}

.casino__pros li li + li {
    margin-top: 10px;
}

.casino__pros li:first-child li:before {
    content: url(../images/pros.png);
    position: absolute;
    top: 2px;
    left: 10px;
}

.casino__pros li:nth-child(2) li:before {
    content: url(../images/cons.png);
    position: absolute;
    top: 1px;
    left: 10px;
}


.casino__registration {
    display: flex;
    margin-top: -25px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.casino__registration > li {
    margin-top: 50px;
}

.casino__registration > li:nth-child(1), .casino__registration > li:nth-child(2) {
    flex: 0 1 calc((100% - 30px) / 2);
}

.casino__registration > li:nth-last-child(n + 2) > * + *, .casino__registration > li:nth-child(4) > div:nth-child(2) > * + * {
    margin-top: 25px;
}

.casino__registration > li:nth-child(4) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.casino__registration > li:nth-child(4) > * {
    flex: 0 1 calc((100% - 60px) / 3);
}



/* betting */

.betting {
    background: #e6ebf0;
}

.betting__content {
    padding: 50px 30px;
}

.betting__list li + li {
    margin-top: 50px;
}

.betting__list > li:nth-child(2n + 1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.betting__list {
    text-align: center;
}

.betting__list > li:nth-child(2n + 1) > * {
    flex: 0 1 calc((100% - 30px) / 2);
}

.betting__list > li:nth-child(2) {
    max-width: 660px;
    text-align: center;
}


/* app */

.app__content {
    padding-top: 50px;
}

.app__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.app__list > li {
    padding: 25px 30px;
    margin-top: 25px;
}

.app__list.first > li {
    flex: 0 1 calc((100% - 30px) / 2);
    background: #e6ebf0;
    z-index: 30;
}

.app__list.second > li {
    flex: 0 1 calc((100% - 90px) / 4);
    text-align: center;
    box-shadow: 0 0 30px 20px rgba(129, 129, 129, 0.1);
    z-index: 20;
}


/* online */

.online__table tr td {
    flex: 0 1 20%;
}

.online__table tr + tr {
    border-top: 2px solid #e6ebf0;
}


.online__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 0;
}

.online__list li {
    flex: 0 1 calc((100% - 30px) / 2);
    margin-top: 25px;
    background: #fff;
    min-height: 275px;
}

.online__list li:nth-child(3n + 1) {
    padding: 25px 30px;
    box-shadow: 0 0 30px 20px rgba(129, 129, 129, 0.1);
}

.online__list li:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.online-other__content {
    background: #e6ebf0;
    max-width: 1350px;
}

.online-other__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -25px;
}

.online-other__list li {
    flex: 0 1 calc((100% - 30px) / 2);
    margin-top: 25px;
}

.online-other__list p {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 12.5px 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.online-other__list div img {
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}


.online-other__image {
    min-height: 200px;
}

.online-other__image img {
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

.online-other__wrap p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 10%;
    width: 80%;
    bottom: 25px;
}

.online-other__table tbody tr {
    border-bottom: 2px solid #d4d9de;
}

.online-other__table tbody tr td:first-child {
    background: #f3f5f8;
}

.online-other__table tr td:first-child {
    flex: 0 1 11%;
    min-width: 100px;
}

.online-other__table tr td:nth-child(2) {
    flex: 0 1 30%;
}

.online-other__table tr td:nth-child(3) {
    flex: 0 1 19%;
    min-width: 70px;
}

.online-other__table tr td:nth-child(4) {
    flex: 0 1 40%;
}


/* live */

.live-other__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.live-other__list li {
    flex: 0 1 calc((100% - 30px) / 2);
    min-height: 250px;
    margin-top: 25px;
}

.live-other__list li:nth-child(2) {
    padding: 25px 30px;
    box-shadow: 0 0 30px 20px rgba(129, 129, 129, 0.1);
}


.live__content {
    background: #e6ebf0;
    max-width: 1350px;
}

.live__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.live__list__first {
    margin-top: -25px;
}

.live__list.first li {
    background: #fff;
    flex: 0 1 calc((100% - 30px) / 2);
    margin-top: 25px;
    padding-bottom: 100px;
}

.live__list img {
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.live__list.second li {
    flex: 0 1 calc((100% - 60px) / 3);
    margin-top: 25px;
}

.live__list.first li > div:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 30px;
    background: linear-gradient(transparent, #fff 60%);
}

.live__list.first li > div:nth-child(2) h3 {
    margin-bottom: 10px;
}

.live__table {
    margin-top: 25px;
}

.live__table tbody tr {
    border-bottom: 2px solid #d4d9de;
}

.live__table tbody tr td:first-child {
    background: #f3f5f8;
}

.live__table tr td:first-child {
    flex: 0 1 11%;
    min-width: 100px;
}

.live__table tr td:nth-child(2) {
    flex: 0 1 38%;
}

.live__table tr td:nth-child(3) {
    flex: 0 1 29%;
}

.live__table tr td:nth-child(4) {
    flex: 0 1 22%;
    min-width: 70px;
}


/* bonus */

.list > li {
    padding-left: 30px;
    display: block;
}

.list > li + li {
    margin-top: 15px;
}

.list {
    list-style-position: inside;
    list-style: none;
}

.list > li {
    counter-increment: ol;
}

.list > li:before {
    content: counter(ol) '.';
    font-weight: 17px;
    position: absolute;
    left: 0;
    top: 0;
    color: #3c3c42;
    opacity: 0.5;
}

.bonus__wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.bonus__wrap > * {
    flex: 0 1 calc((100% - 30px) / 2);
}

.bonus__wrap > *:nth-child(2) {
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 30px 20px rgba(129, 129, 129, 0.1);
}

.bonus__table tbody tr:nth-child(2n) {
    background: #d7dce1;
}

.bonus__table tr td:first-child {
    flex: 0 1 15%;
    min-width: 100px;
}

.bonus__table tr td:nth-child(n + 2) {
    flex: 0 1 42.5%;
}

.bonus__table + .bonus__wrap {
    margin-top: 50px;
}

.bonus__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.bonus__list li {
    flex: 0 1 calc((100% - 30px) / 2);
    background: #fff;
    box-shadow: 0 0 30px 20px rgba(129, 129, 129, 0.1);
    text-align: center;
    margin-top: 25px;
}

.bonus__list h3 {
    padding: 25px 30px;
}

.bonus__table.small tr td {
    flex: 0 1 50%;
}


/* deposit */

.deposit__table tr + tr {
    border-top: 2px solid #ffffff;
}

.deposit__table tr td:first-child {
    flex: 0 1 25%;
    min-width: 70px;
}

.deposit__table tr td:nth-child(2) {
    flex: 0 1 75%;
}




/* footer */

.footer {
    margin-top: 25px;
    background: #0f1e32;
}

.footer__second {
    background: #000000;
    color: #fff;
    text-align: center;
}
