@font-face {
    font-family: "AeonikTRIAL";
    font-weight: 400;
    src: url("../fonts/AeonikTRIAL-Regular.otf");
}
@font-face {
    font-family: "AeonikTRIAL";
    font-weight: 700;
    src: url("../fonts/AeonikTRIAL-Bold.otf");
}
input,
button,
textarea,
select {
    font-family: "AeonikTRIAL", sans-serif;
}

body {
    font-family: "AeonikTRIAL", sans-serif;
    background: #080808;
    color: #fff;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100vh;
}

.page-wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    padding-top: 86px;
}

.container {
    width: 1200px;
}

.footer {
    margin-top: auto;
}

.btn {
    text-decoration: none;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 31px;
    border-radius: 100px;
    background: #7717ff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    height: 59px;
}
.btn:hover {
    background: #a566ff;
}
.btn.btn-gray {
    background: #2a2e38;
}
.btn.btn-gray:hover {
    background: #7717ff;
}

.header {
    background: #080808;
    border-bottom: 1px solid #262d3d;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
}
.header-list {
    height: 85px;
}
.header-btn {
    padding: 0 40px;
    height: 47px;
    font-size: 14px;
    margin-left: 10px;
}
.header-gray {
    padding: 0 33px;
    height: 47px;
    font-size: 14px;
    margin-left: auto;
}
.header-burger {
    background: #121418;
    width: 85px;
    height: 85px;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
}
.header-burger b {
    opacity: 0;
    margin-left: 16px;
    opacity: 0;
    color: rgba(155, 165, 180, 0.2);
    font-size: 18px;
    font-weight: 400;
    line-height: 22.4px;
}
.header-burger small {
    width: 34px;
    min-width: 34px;
}

.header-burger.active,
.header-burger.desktop-active {
    width: 238px;
}
.header-burger.active b,
.header-burger.desktop-active b {
    opacity: 1;
}

.header-burger span,
.header-burger span::before,
.header-burger span::after {
    display: block;
    position: absolute;
    width: 34px;
    height: 2px;
    background-color: #616161;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-burger span::before {
    content: "";
    top: -8px;
}
.header-burger span::after {
    content: "";
    top: 8px;
}

.header-burger.active span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-burger.active span::before {
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.header-burger.active span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page-error {
    padding: 85px 0 115px;
}
.page-error__btn {
    margin: 53px auto 0;
}
.page-error__img {
    margin: 0 auto;
}

.footer {
    background: #121418;
    padding: 60px 0;
}
.footer-text {
    color: #828998;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 60px;
}
.footer-navs {
    border-right: 1px solid #262d3d;
    border-left: 1px solid #262d3d;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 622px;
    margin: 0 auto;
}
.footer-navs__line {
    width: 1px;
    background: #262d3d;
}
.footer-nav {
    width: 50%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-nav:first-child {
    border-right: 1px solid #262d3d;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-nav ul li {
    display: block;
    margin-bottom: 10px;
    color: #828998;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.footer-nav ul li .active {
	color: #fff;
}
.footer-nav ul li a {
    text-decoration: none;
    outline: none;
    color: #828998;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer-nav ul li a:hover {
    color: #886cff;
}
.footer-year {
    margin-top: 16px;
}
.footer-left__block:last-child {
    margin-top: auto;
}

.article {
    padding: 60px 0 20px;
}
.article-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 60px;
}
.article-content {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.article-content a {
    text-decoration: underline;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.article-content a:hover {
    color: #7717ff;
}
.article-content a.btn {
    text-decoration: none;
    padding: 0 22px;
    height: 32px;
    font-size: 14px;
    color: #fff;
}
.article-content a.btn:hover {
    color: #fff;
}
.article-content h2 {
    margin-bottom: 32px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.article-winner__title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.article-content h3 {
    font-size: 16px;
}
.article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 32px;
}
.article-content p {
    margin-bottom: 32px;
}
.article-content ul,
.article-content ol {
    margin-bottom: 32px;
}
.article-content ol {
    padding-left: 24px;
}
.article-content ul {
    padding-left: 24px;
}
.article-content table {
    display: block;
    margin-bottom: 40px;
}
.article-content table thead {
    display: block;
    width: 100%;
}
.article-content table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #262d3d;
}
.article-content table thead th {
    padding: 0 20px 20px;
    width: 50%;
    color: #828998;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 18px;
}
.article-content table tbody {
    display: block;
    width: 100%;
}
.article-content table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.article-content table tbody tr:nth-child(even) {
    background: #121418;
}
.article-content table tbody td {
    width: 50%;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.footer-right {
    width: 167px;
}
.footer-lang {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.footer-lang__current {
    padding: 0 15px;
    height: 48px;
    border-radius: 6px;
    background: #202329;
    color: #fff;
}
.footer-lang__current::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-image: url("../img/select.svg");
    min-width: 12px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer-lang__current:hover {
    background: #2d3038;
}
.footer-lang__wrapper {
    width: 100%;
    top: 100%;
    padding-top: 3px;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer-lang__bg {
    background: #202329;
    padding: 7px 0;
    border-radius: 6px;
    overflow: hidden;
}
.footer-lang__link {
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    background: #202329;
}
.footer-lang__link:hover {
    background: #2d3038;
}
.footer-lang.active .footer-lang__current::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer-lang.active .footer-lang__wrapper {
    opacity: 1;
    pointer-events: auto;
}

.page-menu {
    top: 86px;
    height: calc(100% - 86px);
    position: fixed;
    left: 0;
    overflow-y: auto;
    width: 85px;
    background: #121418;
    padding: 3px 0 30px;
    z-index: 29;
}
.page-menu__link {
    margin-top: 30px;
    color: #9ba5b4;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    padding-left: 30px;
}
.page-menu__link span {
    opacity: 0;
}
.page-menu__link svg {
    margin-right: 15px;
    min-width: 26px;
    fill: #9ba5b4;
}
.page-menu__link:hover,
.page-menu__link.active {
    color: #fff;
}
.page-menu__link:hover svg,
.page-menu__link.active svg {
    fill: #fff;
}
.page-menu__lang {
    margin-top: 40px;
    padding-left: 17px;
}
.page-menu__lang-text {
    margin-right: 0px;
    margin-left: 0px;
    color: #9ba5b4;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: 6px;
    line-height: 22px;
    max-width: 0px;
    overflow: hidden;
    opacity: 0;
}
.page-menu__lang-select {
    width: 53px;
    min-width: 53px;
}
.page-menu__lang-select__current {
    height: 35px;
    padding: 0 8px;
    border-radius: 5px;
    border: 1px solid #232323;
    color: #9ba5b4;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.page-menu__lang-select__current::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    min-width: 6px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.page-menu__lang-select__wrapper {
    width: 100%;
    padding-top: 3px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    max-height: 0px;
}
.page-menu__lang-select__bg {
    border: 1px solid #232323;
    background: #121418;
    border-radius: 5px;
    padding: 4px 0;
}
.page-menu__lang-select__link {
    padding: 4px 8px;
    background: #121418;
    color: #9ba5b4;
    font-size: 16px;
    font-weight: 400;
}
.page-menu__lang-select__link:hover {
    background: #232323;
    color: #fff;
}
.page-menu__lang-select.active .page-menu__lang-select__current::after,
.page-menu__lang-select.desktop-active .page-menu__lang-select__current::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page-menu__lang-select.active .page-menu__lang-select__wrapper,
.page-menu__lang-select.desktop-active .page-menu__lang-select__wrapper {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    max-height: 200px;
}

.active .page-menu,
.desktop-active .page-menu {
    width: 238px;
}
.active .page-menu .page-menu__link span,
.desktop-active .page-menu .page-menu__link span {
    opacity: 1;
}
.active .page-menu__lang,
.desktop-active .page-menu__lang {
    padding-left: 30px;
}
.active .page-menu__lang-text,
.desktop-active .page-menu__lang-text {
    max-width: 200px;
    margin-right: 20px;
    opacity: 1;
}

.main {
    padding: 60px 0;
}
.main-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}
.main-subtitle {
    margin: 40px auto 60px;
    width: 622px;
    max-width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.main-block {
    margin-bottom: 50px;
    position: relative;
}
.main-block:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    height: 95%;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#080808),
        color-stop(53.87%, rgba(8, 8, 8, 0.88)),
        to(rgba(8, 8, 8, 0))
    );
    background: linear-gradient(
        0deg,
        #080808 0%,
        rgba(8, 8, 8, 0.88) 53.87%,
        rgba(8, 8, 8, 0) 100%
    );
}
.main-block__title {
    padding-left: 30px;
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 24px;
}
.main-item__img {
    width: 100%;
    border-radius: 12px;
}
.main-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 12px;
    border: 1px solid #886cff;
}
.main-item__link {
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main-item:hover::before {
    opacity: 1;
}

.footer-bonus {
    width: 90px;
    bottom: 20px;
    left: 20px;
    z-index: 39;
    position: fixed;
}
.footer-bonus img {
    border-radius: 8px;
    border: 1px solid #080808;
}
.footer-bonus:hover img {
    border: 1px solid #886cff;
}

.providers {
    margin-top: 40px;
}
.providers-item {
    height: 75px;
    border-radius: 8px;
    background: #121418;
    border: 1px solid #121418;
}
.providers-item img {
    width: 86px;
}
.providers-item:hover {
    border: 1px solid #886cff;
}

.hide-winners {
    display: none;
}

.sort-table {
    display: block;
    width: 100%;
}
.sort-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sort-table th,
.sort-table td {
    width: calc(25% - 25px);
    display: block;
}
.sort-table th:last-child,
.sort-table td:last-child {
    width: 126px;
}
.sort-table thead {
    border-bottom: 1px solid #262d3d;
    background: #080808;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    text-align: left;
}
.sort-table tbody {
    display: block;
    width: 100%;
}
.sort-table tbody tr:nth-child(odd) {
    background: #121418;
}
.sort-table th {
    padding: 0 20px 20px;
    color: #828998;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.sort-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 15px 20px;
}
.sort-table td > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sort-table td img {
    margin-right: 7px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.sort-table .disabled {
    opacity: 0.41;
}

.table-winers__all tbody tr:nth-child(even) {
    -webkit-animation: 0.5s ease-out 0s 1 normal none running roo239;
    animation: 0.5s ease-out 0s 1 normal none running roo239;
}

.table-winers__all tbody tr:nth-child(odd) {
    -webkit-animation: 0.5s ease-out 0s 1 normal none running roo240;
    animation: 0.5s ease-out 0s 1 normal none running roo240;
}

@-webkit-keyframes roo239 {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-webkit-keyframes roo240 {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.table-winers__all-multiplier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table-winers__all-multiplier::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 7px;
    background-image: url("../img/flash-1.svg");
    background-repeat: no-repeat;
}
.table-winers__all-multiplier.disabled::after {
    background-image: url("../img/flash-2.svg");
}

.bonus {
    padding-top: 60px;
    padding-bottom: 20px;
}
.bonus-wrapper {
    margin-bottom: 60px;
    padding: 60px 60px 180px;
    border-radius: 11px;
    border: 1px solid rgba(51, 39, 69, 0.4);
    background-image: url("../img/bg.png");
    background-size: cover;
    background-position: center;
}
.bonus-box {
    width: 856px;
    max-width: 100%;
    margin: 0 auto;
}
.bonus-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 33px;
}
.bonus-text {
    padding: 0 38px;
    min-height: 80px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    width: 611px;
    max-width: 100%;
    margin: 27px auto 39px;
}
.bonus-text::before {
    content: "";
    width: 23px;
    height: 80px;
    background-image: url("../img/border.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bonus-text::after {
    content: "";
    width: 23px;
    height: 80px;
    background-image: url("../img/border.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.bonus-left {
    left: 0;
    bottom: 0;
}
.bonus-right {
    right: 0;
    bottom: 0;
}
.bonus-center {
    bottom: 0;
    right: 45%;
}
.bonus-btn {
    height: 67px;
    padding: 0 22px;
    font-size: 19px;
    font-weight: bold;
}
.bonus-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 20px;
    height: 67px;
    border: 1px solid #886cff;
    padding: 4px;
}
.bonus-info__list {
    height: 100%;
    background: #252235;
    color: #bfb1ff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.bonus-info__list img {
    margin-right: 13px;
}
.bonus-copy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bonus-copy__icon {
    margin-left: 3px;
    width: 63px;
    min-width: 63px;
    height: 67px;
    background: #886cff;
}
.bonus-copy__wrapper {
    background: #252235;
    width: 198px;
    min-width: 198px;
    height: 67px;
}
.bonus-copy__check {
    color: #886cff;
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.bonus-copy__check img {
    margin-left: 10px;
}
.bonus-copy__text {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 5.04px;
    text-transform: uppercase;
}
.bonus-copy.active .bonus-copy__check {
    opacity: 1;
}
.bonus-copy.active .bonus-copy__text {
    opacity: 0;
}

.banner {
    background-image: url("../img/banner.png");
    background-size: cover;
    background-position: center;
    padding: 24px 79px;
    width: 1365px;
    max-width: 100%;
    bottom: -500px;
    z-index: 40;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(63, 63, 63, 0.26);
    -webkit-box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 1s;
    transition: all 1s;
	display: none;
}
.banner.open {
	display: block;
}
.banner.active {
    bottom: 0;
}
.banner .bonus-list {
    width: 870px;
}
.banner-close {
    right: 12px;
    top: 12px;
    z-index: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    height: 30px;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
}
.banner-close:hover {
    opacity: 0.8;
}

.bonus-gray {
    position: absolute;
    top: calc(100% + 2px);
    right: 5px;
    color: #828998;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.01px;
}



.faq {
    padding: 10px 0 60px;
}

.faq-title {
    padding-bottom: 10px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 22.4px;
}
.faq-block {
    width: calc(50% - 10px);
}
.faq-item {
    overflow: hidden;
    border-radius: 8px;
    background: #1C1E22;
    margin-top: 20px;
}
.faq-item__title {
    padding: 10px 12px 10px 20px;
    border-radius: 8px;
    background: #121418;
    user-select: none;
}
.faq-item__title::after {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    min-width: 41px;
    margin-left: 24px;
    background-image: url('data:image/svg+xml,<svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20.5" cy="20.5" r="20.5" fill="%230A0A0E"/><path d="M21.934 19.0928H27V21.9608H21.934V27H19.066V21.9608H14V19.0928H19.066V14H21.934V19.0928Z" fill="%233C3C40"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
}
.faq-item__title.active::after {
    background-image: url('data:image/svg+xml,<svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20.5" cy="20.5" r="20.5" fill="%23886CFF"/><path d="M21.934 19.0928H27V21.9608H21.934V22H19.066V21.9608H14V19.0928H19.066H21.934Z" fill="white"/></svg>');
}
.faq-item__text {
    padding: 10px 12px 20px 20px;
    color: #76787C;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    display: none;
}




@media (min-width: 993px) {
    .header {
        padding-left: 85px;
    }
    .header.active {
        padding-left: 238px;
    }
    .page-wrapper {
        padding-left: 85px;
    }
    .page-wrapper.active, .page-wrapper.desktop-active {
        padding-left: 238px;
    }
    .header-burger.desktop-active span {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header-burger.desktop-active span::before {
        top: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .header-burger.desktop-active span::after {
        top: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@media (max-width: 1600px) {
    .container {
        width: 1260px;
        padding: 0 30px;
    }
    .banner {
        width: 1200px;
        padding: 24px 29px;
    }
    .banner-close {
        right: 8px;
        top: 8px;
    }
}
@media (max-width: 1310px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .footer-navs {
        width: 350px;
    }
    .banner .bonus-list {
        width: calc(100% - 200px);
    }
    .banner {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .container {
        width: 730px;
        padding: 0;
    }
    .footer-navs {
        width: 100%;
    }
    .header-logo {
        width: 120px;
        margin-right: auto;
    }
    .header-btn {
        margin-left: 5px;
        height: 33px;
        font-size: 12px;
        padding: 0 16px;
    }
    .header-gray {
        padding: 0 15px;
        height: 33px;
        font-size: 12px;
        margin-left: 10px;
    }
    .header-burger {
        position: relative;
        width: 24px;
        height: 24px;
        padding: 0;
        background: transparent;
        margin: 0 22px 0 0;
    }
    .header-burger.active,
    .header-burger.desktop-active {
        width: 24px;
    }
    .header-burger b {
        display: none;
    }
    .header-burger small {
        width: 100%;
        min-width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-burger span {
        width: 24px;
    }
    .header-burger span,
    .header-burger span::before,
    .header-burger span::after {
        width: 24px;
    }
    .header-list {
        height: 69px;
    }
    .page-wrapper {
        padding-top: 70px;
    }
    .page-error {
        padding: 125px 0 80px;
    }
    .page-error__btn {
        margin-top: 45px;
        height: 55px;
        padding: 0 31px;
        font-size: 18px;
    }
    .footer {
        padding: 40px 0;
    }
    .footer-text {
        margin-top: 20px;
        font-size: 12px;
    }
    .article {
        padding: 40px 0 30px;
    }
    .article-title {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 33px;
    }
    .article-content h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .article-content table tbody td {
        padding: 11px 20px;
        font-size: 12px;
        line-height: 18px;
    }
    .article-content table {
        margin-bottom: 30px;
    }
    .article-content table thead th {
        padding: 0 20px 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .article-content h3,
    .article-content h4,
    .article-content h5,
    .article-content h6 {
        margin-bottom: 30px;
    }
	.article-winner__title {
        margin-bottom: 24px;		
	}
    .article-content p,
    .article-content img,
    .article-content ul,
    .article-content ol {
        margin-bottom: 30px;
    }
    .article-content h2 {
        margin-bottom: 30px;
    }
    .footer {
        padding: 40px 0;
    }
    .footer-text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 21px;
    }
    .footer-list {
        display: block;
    }
    .footer-right {
        margin: 0 auto;
    }
    .footer-navs {
        margin: 50px 0 20px;
        border: none;
        border-top: 1px solid #262d3d;
        border-bottom: 1px solid #262d3d;
        width: 100%;
        display: block;
    }
    .footer-nav {
        width: 100%;
        text-align: center;
        display: block;
        border: none;
        padding: 20px 0;
    }
    .footer-nav:first-child {
        border: none;
        border-bottom: 1px solid #262d3d;
    }
    .footer-left {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer-year {
        margin: 0;
    }
    .page-menu {
        top: 70px;
        height: auto;
        padding: 3px 0 35px;
        overflow-y: auto;
        max-height: calc(100% - 70px);
    }
    .page-menu {
        width: 238px;
        left: -250px;
    }
    .page-menu .page-menu__link span {
        opacity: 1;
    }
    .page-menu__lang {
        padding-left: 30px;
    }
    .page-menu__lang-text {
        max-width: 200px;
        margin-right: 20px;
        opacity: 1;
    }
    .active .page-menu {
        left: 0 !important;
    }
    .main {
        padding-top: 30px;
    }
    .main-title {
        font-size: 28px;
        line-height: 33px;
    }
    .main-subtitle {
        width: 100%;
        margin: 18px 0 40px;
        font-size: 12px;
        line-height: 18px;
    }
    .main-block {
        margin-bottom: 30px;
    }
    .main-block__title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 21px;
    }
    .sort-table td {
        font-size: 12px;
        line-height: 18px;
        padding: 10px;
    }
    .sort-table th {
        padding: 0 10px 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .sort-table th,
    .sort-table td {
        width: 33.333% !important;
    }
    .sort-table th:nth-child(2),
    .sort-table th:nth-child(4),
    .sort-table td:nth-child(2),
    .sort-table td:nth-child(4) {
        display: none !important;
    }
    .bonus-wrapper {
        padding: 19px 19px 128px;
    }
    .bonus {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .bonus-wrapper {
        margin-bottom: 40px;
    }
    .bonus-list {
        display: block;
        text-align: center;
    }
    .bonus-copy {
        width: 235px;
        margin: 35px auto 12px;
        height: 55px;
    }
    .bonus-copy__icon {
        height: 55px;
        width: 55px;
        min-width: 55px;
        margin-left: 6px;
    }
    .bonus-copy__wrapper {
        height: 55px;
    }
    .bonus-copy__text {
        font-size: 24px;
    }
    .bonus-info {
        height: 61px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
        margin: 0 auto 12px;
        width: 400px;
        max-width: 100%;
    }
    .bonus-info__list {
        font-size: 14px;
    }
    .bonus-right {
        z-index: 3;
        width: 180px;
    }
    .bonus-left {
        z-index: 1;
        width: 140px;
    }
    .bonus-center {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        width: 160px;
    }
    .bonus-title {
        width: 280px;
        max-width: 100%;
        margin: 0 auto;
        font-size: 28px;
        line-height: 33px;
    }
    .bonus-text {
        margin: 8px 0 0;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 300px;
        font-size: 12px;
        line-height: 18px;
        padding: 0 20px;
    }
    .bonus-btn {
        height: 55px;
        padding: 0 34px;
        font-size: 15px;
    }
    .footer-bonus {
        display: none;
    }
    .banner {
        border-radius: 0;
        padding: 11px 19px;
        width: 100%;
    }
    .banner-close {
        width: 22px;
        height: 22px;
        background-size: 22px;
    }
    .banner-list {
        display: block;
    }
    .banner-logo {
        display: block;
        width: 179px;
        margin: 0 auto 23px;
    }
    .bonus-gray {
        position: static;
        text-align: center;
        margin: 7px auto 0;
        color: #828998;
        font-size: 12px;
        font-weight: 400;
        line-height: 21.01px;
    }
    .banner .bonus-list {
        width: 100%;
    }
    .page-menu {
        z-index: 50;
    }
}
@media (max-width: 767px) {
    .container {
        width: 540px;
    }
    .providers-item {
        height: 60px;
    }
    .faq-block {
        width: 100%;
    }
    .faq-item {
        margin-top: 6px;
    }
    .faq-title {
        padding-bottom: 14px;
        font-size: 18px;
        line-height: 22px;
    }
    .faq-item__title {
        align-items: flex-start;
        font-size: 14px;
        line-height: 22px;
        padding: 10px 6px 10px 15px;
    }
    .faq-item__title::after {
        width: 26px;
        min-width: 26px;
        height: 26px;
        margin-left: 12px;
        background-size: 26px;
    }
    .faq-item__text {
        padding: 15px;
        font-size: 12px;
        line-height: normal;
    }
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 16px;
    }
    .page-error__img {
        max-width: calc(100% + 32px);
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .main-block:last-child::before {
        height: 70%;
    }
    .main-block__slider::before,
    .providers-slider::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 3;
        pointer-events: none;
        background: -webkit-gradient(
            linear,
            right top,
            left top,
            from(#080808),
            to(rgba(70, 26, 26, 0))
        );
        background: linear-gradient(-90deg, #080808 0%, rgba(8, 8, 8, 0) 100%);
    }
}
@media (max-width: 360px) {
    .header-burger {
        margin-right: 12px;
    }
    .providers-item img {
        width: 70px;
    }
    .bonus-info__list {
        font-size: 12px;
    }
}
