@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); :root {
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'Inter', sans-serif;
    --accent-color: #000000;
    --text-color: #505050;
    --title-color: var(--accent-color);
    scroll-behavior: smooth;
}

*, *::before, *::after {
    box-sizing: inherit;
    outline: none !important;
}

*:hover, *:focus {
    outline: none !important;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    /* overflow: hidden; */
}

body {
    min-width: 320px;
    position: relative;
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.19;
    color: #fff;
    background: #181C18;
    opacity: 1;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}

.wrapper__in {
    overflow: hidden;
    /* padding-bottom: 60px; */
    /* max-width: 375px; */
    /* max-width: 1440px; */
    /* margin: 0 auto; */
}

.wrap {
    max-width: 1440px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: auto;
    margin-left: auto;
}

input[type="search"]::-ms-clear {
    width : 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

a, button {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    background: none;
    padding: 0;
    border: none;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    cursor: pointer;
}

a {
    transition: color 0.3s ease 0s;
}

a:hover, a:focus {
    color: #F03E3E;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.text-nowrap {
    white-space: nowrap;
}

.clearfix {
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.button {
    border: 1px solid #F03E3E;
    background: #F03E3E;
    padding: 7px 14px 7px 14px;
    font-family: inherit;
    line-height: 1;
    display: inline-block;
    text-align: center;
    user-select: none;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease 0s;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    min-width: 80px;
}

.button:visited {
    color: #ffffff;
}

.button:hover, .button:focus {
    background: none;
    /*color: #F03E3E;*/
}

.button--outline {
    background: none;
}

.button--outline:hover, .button--outline:focus {
    background: #F03E3E;
    color: #fff;
}

@media (min-width: 1272px) {
    .button {
        /* font-size: 16px; */ padding: 8px 14px 8px 14px;
        /* font-weight: 600; */
        min-width: 100px;
    }
}

.ps-row {
    --bs-gutter-x: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.ps-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.ps-col {
    flex: 1 0 0%;
}

.desktop-only {
    display: none;
}

@media (min-width: 1272px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

.burger-icon {
    width: 18px;
    height: 12px;
    cursor: pointer;
    position: relative;
    background: none;
    border: none;
    padding: 0;
    display: block;
}

.burger-icon span {
    width: 18px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 1px;
}

.burger-icon span:nth-child(1) {
    top: 0;
}

.burger-icon span:nth-child(2) {
    top: 5px;
}

.burger-icon span:nth-child(3) {
    top: 10px;
}

.nav-open .burger-icon span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
}

.nav-open .burger-icon span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.nav-open .burger-icon span:nth-child(3) {
    top: 5px;
    transform: rotate(-45deg);
}

.topnavigation {
    padding-bottom: 20px;
}

.topmenu {
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin: 0 -6px;
    color: #C5D1E6;
    font-size: 14px;
}

.topmenu li {
    padding: 6px;
}

.topmenu a {
    color: inherit;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
}

.topmenu a:hover, .topmenu a:focus {
    color: #F03E3E;
}

.topmenu a img {
    margin-right: 10px;
}

.navigation {
}

.menu {
    color: #C5D1E6;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 -6px;
}

.menu li {
    padding: 8px 6px 8px;
}

.menu li.ps-divider {
    padding-top: 7px;
    padding-bottom: 8px;
}

.menu li.ps-divider:before {
    content: '';
    display: block;
    width: 164px;
    height: 1px;
    Style; background: linear-gradient(270deg, #151921 0%, #27BE89 46.49%, #151921 93.95%);
    Colors Hex Hex Border colors; Colors Hex Hex Border colors; }

.menu a {
    color: inherit;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
}

.menu a:hover, .menu a:focus {
    color: #F03E3E;
}

.menu a img {
    margin-right: 16px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.header {
    min-height: 50px;
}

.header__fix {
    background: #181C18;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* width: 375px; */
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.nav-open .header__fix {
}

.header__wrap {
}

.header__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 6px 0;
}

.header__block {
}

.header__block_logo {
}

.header-logo {
    font-size: 0;
    line-height: 1;
}

.header-logo img {
    height: 24px;
}

.header__block_nav {
    order: 1;
    padding-top: 51px;
    display: none;
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.nav-open .header__block_nav {
    display: block;
}

.header__block_buttons {
    margin-left: auto;
}

.header__block_burger {
    padding-left: 16px;
}

.allnavigations {
    background: #181C18;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 0 16px;
    pointer-events: all;
}

.topnavmain {
}

.nav-open .topnavmain {
}

.navmain {
}

.nav-open .navmain {
}

.sigblock {
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
}

.sigblock__item {
    padding: 4px;
}

.sigblock__item:first-child {
    display: none;
}

@media (min-width: 420px) {
    .sigblock__item:first-child {
        display: block;
    }
}

.navtoggle {
    color: #fff;
    font-size: 0;
    line-height: 1;
    padding: 5px 0 5px 0;
}

.nav-open .navtoggle {
    color: #F03E3E;
}

.hero {
}

.hero-main {
    color: #FFF;
    text-align: center;
    line-height: 1.4;
    position: relative;
    margin: 0 -16px;
    padding: 0 16px;
    overflow: hidden;
    background-image: url(../img/hero-bg.jpg);
    background-size: 533px auto;
    background-position: 1px 0px;
    /* background-repeat: no-repeat; */
}

.hero-main:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-content {
    padding: 26px 0 0 0;
    position: relative;
}

.hero-linkcover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.hero-title {
    font-family: var(--font-secondary);
    font-size: 24px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 600;
}

.hero-description {
    padding-top: 20px;
    color: #FFF383;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.hero-figure {
    margin: 0 auto;
    padding: 2px 0 0 0;
    max-width: 294px;
}

.hero-picture {
    /* display: none; */
}

.hero-picture img {
}

.hero-control {
    margin-top: auto;
}

.hero-button {
    display: block;
    padding: 11px 0 11px 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    max-width: 200px;
}

.bonuses {
    margin-top: -20px;
    position: relative;
    margin-bottom: 8px;
}

.bonuses-main {
}

.bonuses-content {
}

.bonuses-list {
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
}

.bonuses-item {
    padding: 4px;
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.bonusblock {
    text-align: center;
    padding: 15px 0 15px 0;
    border-radius: 8px;
    border: 1px solid rgba(253, 255, 255, 0.27);
    background: rgba(4, 48, 27, 0.80);
    backdrop-filter: blur(2px);
    box-shadow: 0px -71px 20px 0px rgba(0, 255, 194, 0.00), 0px -45px 18px 0px rgba(0, 255, 194, 0.01), 0px -25px 15px 0px rgba(0, 255, 194, 0.05), 0px -11px 11px 0px rgba(0, 255, 194, 0.09), 0px -3px 6px 0px rgba(0, 255, 194, 0.10);
}

.bonusblock-picture {
    font-size: 0;
    line-height: 1;
}

.bonusblock-picture--reverse {
}

.bonusblock-picture img {
    height: 56px;
    width: auto;
}

.bonusblock-picture--reverse img {
    transform: scaleX(-1);
}

.bonusblock-row {
}

.bonusblock-col {
}

.bonusblock-col--img {
}

.bonusblock-col--content {
}

.bonusblock-col--control {
}

.bonusblock-title {
    font-size: 14px;
    font-weight: 600;
    padding-top: 9px;
    color: #FEE151;
}

.bonusblock-description {
    color: #C4C4C4;
    font-size: 12px;
    padding-top: 8px;
}

.bonusblock-button {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 120px;
}

.posts {
    padding-top: 13px;
    padding-bottom: 4px;
}

.posts--prizes {
    padding-bottom: 22px;
}

.posts--superwins {
}

.posts-main {
}

.posts-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
    padding-bottom: 22px;
}

.posts-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.posts-footer {
    text-align: right;
    padding-top: 21px;
}

.posts--superwins .posts-footer {
    padding-top: 14px;
}

.posts-control {
}

.posts-button {
    display: flex;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    justify-content: end;
}

.posts-button svg {
    margin-left: 14px;
    margin-top: -1px;
}

.posts-content {
}

.posts-list {
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
}

.posts-list.slick-initialized {
    display: block;
}

.posts-list .slick-track {
    display: flex;
}

.posts-list .slick-slide {
    float: none;
    height: auto;
}

.posts-list .slick-slide>div {
    /*height: 100%;*/
}

.posts-item {
    padding: 4px;
    /*height: 100%;*/
}

.postblock {
    position: relative;
}

.postblock-linkcover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.postblock-figures {
    overflow: hidden;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #03866C;
    position: relative;
}

.postblock-picture {
    height: 100%;
    width: 100%;
}

.postblock-coef {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 0px 5px 7px 0;
}

.postblock-coef:before {
    content: '';
    display: block;
    /* backdrop-filter: blur(2px); */
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    width: 0;
    height: 0;
    border-bottom: 54px solid rgba(63, 63, 63, 0.92);
    border-left: 54px solid transparent;
}

.postblock-coef-in {
    position: relative;
    z-index: 2;
}

.postblock-money {
    color: #FD0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding-top: 6px;
    padding-bottom: 5px;
}

.postblock--payment {
    border: 1px solid #BBC6D1;
    background: #FFF;
}

.postblock a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

.postblock--payment img {
    object-fit: contain;
    max-height: 85%;
    margin: 0 auto;
    max-width: 70%;
}

.postblock:hover img, .postblock:focus img {
    transform: scale(1.1);
}

.prize {
    text-align: center;
    padding: 16px 15px 16px;
    color: #045AC1;
    border-radius: 8px;
    background: #BBCAFF;
    Colors Hex Hex Background colors #BBCAFF; min-height: 266px;
}

.prize-iconblock {
    font-size: 0;
    line-height: 1;
    padding-bottom: 9px;
}

.prize-iconblock img {
    margin: 0 auto;
    width: 100px;
}

.prize-title {
    color: #464646;
    font-family: var(--font-secondary);
    font-size: 18px;
    line-height: 1.25;
}

.prize-description {
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    line-height: 1.355;
}

.posts--tournaments {
}

.tournament {
    border-radius: 8px;
    border: 1px solid #BBCAFF;
    background: #DFE6FF;
    text-align: center;
    padding: 15px 15px 10px;
    color: #000;
}

.tournament svg {
    vertical-align: middle;
}

.tournament-type {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tournament-type svg {
    margin-right: 11px;
}

.tournament-type:after {
    content: '';
    display: block;
    height: 1px;
    background-image: linear-gradient(to right, #F03E3E 50%, transparent 50%);
    background-size: 14px 1px;
    background-repeat: repeat-x;
    margin-top: 14px;
    width: 100%;
}

.tournament-price {
    color: #F03E3E;
    font-family: var(--font-secondary);
    font-size: 24px;
    line-height: 1;
    border-radius: 16px;
    background: #FFF;
    margin-top: 16px;
    padding: 4px 5px 4px 5px;
}

.tournament-notice {
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
    font-weight: 500;
    padding-top: 16px;
}

.tournament-notice:after {
    content: '';
    display: block;
    height: 1px;
    background-image: linear-gradient(to right, #F03E3E 50%, transparent 50%);
    background-size: 14px 1px;
    background-repeat: repeat-x;
    margin-top: 14px;
}

.tournament-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tournament-content:after {
    content: '';
    display: block;
    height: 1px;
    background-image: linear-gradient(to right, #F03E3E 50%, transparent 50%);
    background-size: 14px 1px;
    background-repeat: repeat-x;
    margin-top: 9px;
    width: 100%;
}

.tournament-list {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding-top: 14px;
}

.tournament-list svg {
    margin-right: 8px;
    transform: translateY(-2px);
}

.tournament-listitem {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.tournament-control {
    padding-top: 10px;
}

.tournament-button {
    padding-top: 11px;
    padding-bottom: 11px;
}

.tournament-footer {
}

.tournament-collapsebutton {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 0 7px 0;
}

.tournament-collapsebutton svg {
    margin-left: 8px;
}

.entry-content {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.57;
    line-height: 1.5;
}

.home .entry-content {
    padding-top: 61px;
}

.entry-content .h1, .entry-content h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.entry-content .h1 {
    display: none;
}

.entry-content h2 {
    margin: 70px 0 32px 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.22;
    color: #fff;
}

.entry-content p + h2 {
}

.entry-content h3 {
    font-size: 17px;
    margin: 33px 0 15px 0;
}

.entry-content ul + h3 {
}

.entry-content p {
    margin: 0 0 21px 0;
}

.entry-content p.bigger {
    font-size: 16px;
}

.entry-content p.clearfix {
    margin: 0;
}

.entry-content ul, .entry-content ol {
    margin-bottom: 21px;
    padding-left: 21px;
    line-height: 1.5;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
}

.entry-content ul li, .entry-content ol li {
}

.entry-content ul li {
}

.entry-content ol li {
}

.entry-content .table-layout {
    margin-bottom: 22px;
    overflow: auto;
}

.entry-content table {
    font-size: 14px;
    font-weight: 500;
    border-collapse: collapse;
    line-height: 1.5;
    min-width: 100%;
}

.entry-content table thead {
}

.entry-content table tbody {
}

.entry-content table th, .entry-content table td {
    text-align: left;
    border: 1px solid #AEAEB8;
    background: #1E231E;
    padding: 11px 16px 11px 15px;
}

.entry-content table th {
    font-weight: 600;
    background: #323932;
}

.entry-content table td {
}

.toc {
    margin-top: 23px;
    margin-bottom: 9px;
}

.toc-content {
}

.entry-content ul.kamatoc, .kamatoc {
    list-style-type: none;
    counter-reset: list;
    margin: 0;
    padding: 16px 10px 15px 18px;
    font-size: 12px;
    line-height: 1.5;
}

.kamatoc li:before {
    margin-right: 0px;
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -11px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.kamatoc li.kamatoc__top {
    counter-increment: list;
    counter-reset: list1;
    position: relative;
}

.kamatoc li.kamatoc__top:before {
    /* content: counter(list) '. '; */
}

.kamatoc li.kamatoc__sub_1 {
    counter-increment: list1;
    counter-reset: list2;
}

.kamatoc li.kamatoc__sub_1:before {
    content: counter(list) '.' counter(list1) '. ';
}

.kamatoc li.kamatoc__sub_2 {
    counter-increment: list2;
}

.kamatoc li.kamatoc__sub_2:before {
    content: counter(list) '.' counter(list1) '.' counter(list2) '. ';
}

.kamatoc li.kamatoc__sub_3 {
    counter-increment: list3;
}

.kamatoc li.kamatoc__sub_3:before {
    content: counter(list) '.' counter(list1) '.' counter(list2) '.' counter(list3) '.';
}

.footer {
    /* background: #fff; */
    color: #fff;
    font-size: 12px;
    line-height: 2;
    margin-top: 40px;
}

.footer-main {
    padding: 16px 0px 8px 0px;
}

.footer-logo {
    font-size: 0;
    line-height: 1;
}

.footer-nav {
    padding-top: 24px;
}

.footer-nav-title {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #F03E3E;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.footer-menu {
    margin: 0 -4px;
    column-count: 2;
    line-height: 2.32;
}

.footer-menu li {
    padding: 0 4px 4px;
}

.footer-menu a {
}

.footer-infos {
    border-top: 1px solid #F03E3E;
    margin-top: 23px;
    padding-top: 8px;
}

.footer-copyright {
    font-size: 14px;
    border-top: 1px solid #F03E3E;
    margin-top: 4px;
    padding-top: 16px;
}

.footerinfos {
    padding-bottom: 11px;
}

.footerinfos-row {
}

.footerinfos-col {
    padding: 5px 0;
}

.infopictures {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.infopictures--apps {
}

.infopictures-title {
    font-size: 14px;
    line-height: 1;
    padding-right: 33px;
    font-weight: 600;
    padding: 10px 33px 10px 0;
}

.infopictures-content {
}

.infopictures-content--licenses {
    margin-left: auto;
}

.infopictures-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 1;
    margin: 0 -13px;
}

.infopictures-item {
    padding: 0 13px;
}

.infopictures img {
    height: 24px;
}

@media (min-width: 1272px) {
    .menu {
    }

    .menu li {
    }

    .menu a {
    }

    .menu a:hover, .menu a:focus {
    }

    .header {
        min-height: 56px;
    }

    .header__fix {
    }

    .header__wrap {
    }

    .header__main {
        padding: 0;
    }

    .header__block {
    }

    .header__block_logo {
        min-width: 232px;
    }

    .header-logo {
    }

    .header-logo img {
        height: auto;
    }

    .header__block_nav {
    }

    .header__block_buttons {
    }

    .allnavigations {
        padding-top: 16px;
        padding-bottom: 16px;
        box-shadow: 0 0 5px 0 #181C18;
    }

    .navmain {
    }

    .nav-open .navmain {
    }

    .sigblock {
    }

    .sigblock__item {
    }

    .sigblock__item:last-child {
    }

    .sigblock__item:last-child {
    }

    .navtoggle {
    }

    .hero {
    }

    .hero-main {
        margin: 0;
        border-radius: 0;
        text-align: left;
        overflow: visible;
        background-size: 1157px auto;
        background-position: 0px 130px;
    }

    .hero-main:after {
        max-height: none;
        bottom: 0;
        background: linear-gradient(-90deg, #070930 10%, rgba(113, 57, 177, 0.00) 90%);
        /* backdrop-filter: blur(5px); */
        max-width: 828px;
        right: 0;
        left: auto;
    }

    .hero-main:before {
        /* width: 695px; */
        /* left: 0; */
    }

    .hero-content {
        width: 667px;
        padding: 52px 0 0 0;
        margin-left: auto;
        position: static;
        min-height: 434px;
    }

    .hero-title {
        z-index: 1;
        font-size: 42px;
        max-width: 590px;
    }

    .hero-description {
        font-size: 24px;
        z-index: 1;
        padding-top: 39px;
        line-height: 1.36;
    }

    .hero-figure {
        position: absolute;
        bottom: 0px;
        left: 47px;
        padding: 0;
        margin: 0;
        max-width: none;
        overflow: hidden;
    }

    .hero-picture {
    }

    .hero-picture img {
        width: 389px;
    }

    .hero-control {
        padding-top: 32px;
        z-index: 2;
        margin: 0;
    }

    .hero-button {
        max-width: 200px;
    }

    .bonuses {
        margin: -248px 0 50px 0;
        padding-right: 98px;
        position: relative;
        z-index: 3;
    }

    .bonuses-main {
    }

    .bonuses-content {
        margin-left: auto;
        max-width: 586px;
    }

    .bonuses-list {
        justify-content: center;
        display: block;
    }

    .bonuses-item {
    }

    .bonusblock {
        box-shadow: none;
        padding: 23px 23px 8px 32px;
        text-align: left;
        border-radius: 8px;
        border: 1px solid rgba(253, 255, 255, 0.27);
        background: rgba(4, 48, 27, 0.77);
    }

    .bonusblock-picture {
    }

    .bonusblock-picture img {
        height: 67px;
    }

    .bonusblock-picture--reverse img {
        transform: none;
    }

    .bonusblock-row {
        display: flex;
        flex-wrap: wrap;
    }

    .bonusblock-col {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .bonusblock-col--img {
        padding-right: 41px;
    }

    .bonusblock-col--content {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
    }

    .bonusblock-col--control {
        padding-top: 6px;
    }

    .bonusblock-title {
        padding-top: 0px;
        font-size: 24px;
    }

    .bonusblock-description {
        font-size: 14px;
        padding-top: 12px;
    }

    .bonusblock-button {
        margin-top: 0;
        padding: 12px 10px;
    }

    .posts {
        padding-top: 5px;
        padding-bottom: 6px;
    }

    .posts--prizes {
        margin-top: 56px;
        margin-bottom: 56px;
    }

    .posts--payments {
        margin: 56px 0 16px 0;
    }

    .posts-main {
    }

    .posts-header {
        padding-bottom: 21px;
    }

    .posts-title {
        font-size: 18px;
    }

    .posts-control {
    }

    .posts-button {
    }

    .posts-content {
    }

    .posts-list {
    }

    .posts-list .slick-track {
    }

    .posts-list .slick-slide {
    }

    .posts-item {
    }

    .posts-footer {
        padding-top: 22px;
    }

    .posts--superwins .posts-footer {
        padding-top: 22px;
    }

    .postblock {
    }

    .postblock-figures {
        height: 124px;
        border-radius: 12px;
    }

    .postblock-picture {
    }

    .postblock-coef {
        padding: 0 17px 13px 0px;
        font-size: 16px;
    }

    .postblock-coef-in {
    }

    .postblock-coef-in:before {
        content: '(';
    }

    .postblock-coef-in:after {
        content: ')';
    }

    .postblock-money {
        background: rgba(63, 63, 63, 0.50);
        backdrop-filter: blur(9.5px);
        position: absolute;
        bottom: 0;
        width: 100%;
        color: #FD0;
        font-size: 16px;
        padding: 11px 0 14px 17px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        overflow: hidden;
    }

    .postblock-coef:before {
        display: none;
    }

    .postblock--payment {
    }

    .postblock a {
    }

    .postblock img {
    }

    .postblock--payment img {
    }

    .postblock:hover img, .postblock:focus img {
    }

    .prize {
        padding: 16px 15px 15px;
        border-radius: 16px;
    }

    .prize-iconblock {
        padding-bottom: 9px;
    }

    .prize-iconblock img {
        width: 160px;
    }

    .prize-title {
        font-size: 24px;
    }

    .prize-description {
        padding-top: 9px;
    }

    .posts--tournaments {
        padding-top: 66px;
    }

    .tournament {
        padding: 15px 23px 0 23px;
        border-radius: 16px;
    }

    .tournament svg {
    }

    .tournament-type {
    }

    .tournament-type svg {
    }

    .tournament-type:after {
    }

    .tournament-price {
        font-size: 40px;
        padding: 7px 5px 7px 5px;
    }

    .tournament-notice {
    }

    .tournament-notice:after {
    }

    .tournament-content {
    }

    .tournament-content:after {
    }

    .tournament-list {
    }

    .tournament-list svg {
    }

    .tournament-listitem {
    }

    .tournament-control {
    }

    .tournament-button {
    }

    .tournament-footer {
    }

    .tournament-collapsebutton {
        padding-bottom: 17px;
    }

    .tournament-collapsebutton svg {
    }

    .entry-content {
        font-size: 16px;
        line-height: 1.496;
    }

    .home .entry-content {
        padding-top: 65px;
    }

    .entry-content .h1, .entry-content h1 {
        font-size: 32px;
        padding: 1px 15px 32px 0;
        line-height: 1.5;
        display: none;
    }

    .entry-content .h1 {
        display: block;
    }

    .entry-content h2 {
        font-size: 24px;
        margin-top: 70px;
        margin-bottom: 36px;
    }

    .entry-content h2:first-of-type {
        margin-top: 74px;
        margin-bottom: 35px;
    }

    .entry-content p + h2 {
    }

    .entry-content .imgbox + h2 {
        margin-top: 73px;
    }

    .entry-content h3 {
        font-size: 18px;
    }

    .entry-content p {
        margin-bottom: 22px;
    }

    .entry-content p.bigger {
        /* font-size: 18px; */
        /* line-height: 1.556; */
    }

    .entry-content p + p {
        margin-bottom: 24px;
    }

    .entry-content p.clearfix {
        margin: 0;
    }

    .entry-content ul, .entry-content ol {
        margin-top: 23px;
        padding-left: 25px;
        margin-bottom: 32px;
    }

    .entry-content h3 + ul, .entry-content h3 + ol {
        margin-top: 15px;
    }

    .entry-content ul {
    }

    .entry-content ol {
    }

    .entry-content ul li, .entry-content ol li {
    }

    .entry-content ul li {
    }

    .entry-content ol li {
    }

    .entry-content .table-layout {
        margin-bottom: 32px;
    }

    .entry-content table {
        font-size: 16px;
        min-width: auto;
    }

    .entry-content table thead {
    }

    .entry-content table tbody {
    }

    .entry-content table th, .entry-content table td {
        padding: 9px 16px 10px 15px;
    }

    .entry-content table th {
    }

    .entry-content table td {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .toc {
        float: left;
        margin: 0 0 0 0;
    }

    .toc-content {
        width: 575px;
        margin-right: 33px;
        border-radius: 12px;
        border: 1px solid #616161;
        background: #303830;
        Colors Hex Hex Background colors #303830; }

    .entry-content ul.kamatoc, .kamatoc {
        font-size: 16px;
        padding: 15px 0 16px 41px;
    }

    .kamatoc li:before {
        top: 11px;
        left: -16px;
        width: 5px;
        height: 5px;
    }

    .kamatoc li.kamatoc__top {
    }

    .kamatoc li.kamatoc__top:before {
    }

    .kamatoc li.kamatoc__sub_1 {
    }

    .kamatoc li.kamatoc__sub_1:before {
    }

    .kamatoc li.kamatoc__sub_2 {
    }

    .kamatoc li.kamatoc__sub_2:before {
    }

    .kamatoc li.kamatoc__sub_3 {
    }

    .kamatoc li.kamatoc__sub_3:before {
    }

    .footer {
        margin-top: 79px;
        font-size: 16px;
        line-height: 1.75;
    }

    .footer-main {
        position: relative;
        padding: 0px 0 16px 203px;
    }

    .footer-logo {
        position: absolute;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
    }

    .footer-nav {
        padding-top: 16px;
    }

    .footer-nav-title {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 16px;
    }

    .footer-menu {
        column-count: 4;
        margin: 0 -10px;
    }

    .footer-menu li {
        padding: 0 10px 8px;
        line-height: 1.75;
    }

    .footer-menu a {
    }

    .footer-infos {
        border: none;
        margin: 0;
        padding: 16px 0 0 0;
    }

    .footer-copyright {
        margin-top: 12px;
        font-size: 16px;
    }

    .footerinfos {
    }

    .footerinfos-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }

    .footerinfos-col {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        padding: 0 12px;
    }

    .footerinfos-col--apps {
        order: 1;
    }

    .infopictures {
        display: block;
    }

    .infopictures--apps {
    }

    .infopictures-title {
        border-bottom: 1px solid #F03E3E;
        font-size: 16px;
        padding-bottom: 21px;
        margin-bottom: 32px;
    }

    .infopictures-content {
    }

    .infopictures-content--licenses {
    }

    .infopictures-list {
        margin: 0 -16px;
    }

    .infopictures-item {
        padding: 0 16px;
    }

    .infopictures img {
        height: 32px;
    }

    .infopictures-content--licenses img {
    }

    .header__block_nav {
        position: static;
        padding: 0;
        width: auto;
        order: 0;
        display: block;
    }

    .allnavigations {
        padding: 0;
        box-shadow: none;
    }

    .topnavigation {
        padding-bottom: 0;
    }

    .topmenu {
        margin: 0 -16px;
        display: flex;
        flex-wrap: wrap;
    }

    .topmenu li {
        padding: 16px;
    }

    .navmain {
        position: fixed;
        top: 0;
        left: 0;
        width: 244px;
        padding-top: 56px;
        height: 100%;
        padding-right: 10px;
        pointer-events: none;
        display: none;
    }

    .nav-open .navmain {
        display: block;
    }

    .navigation {
        overflow: auto;
        height: 100%;
        padding: 32px 14px 20px 14px;
        pointer-events: auto;
        background: #181C18;
    }
}

@media (min-width: 1440px) {
    .page-content-main {
        padding-right: 23px;
        padding-left: 228px;
    }

    .header__main {
        padding: 0px 24px 0px 24px;
    }

    .header__block_logo {
    }

    .header__block_burger {
        display: none;
    }

    .navmain {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -598px;
        width: 244px;
        padding-top: 56px;
        height: 100%;
        padding-right: 10px;
        pointer-events: none;
        display: block;
    }

    .navigation {
        padding-left: 40px;
    }
}
