@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: url('../fonts/Montserrat-Regular.woff2');
	font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  src: url('../fonts/Montserrat-Bold.woff2');
	font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

*:hover {
    transition: all 0.2s
}

html::-webkit-scrollbar {
    width: 16px
}

html::-webkit-scrollbar-track {
    border-radius: 8px
}

html::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #00b7ff
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #8d53e9
}

body {
    font-family: 'Montserrat', system-ui, sans-serif;
    background: #090f1e
}

.contents {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    color: #ffffff;
    text-align: left;
    font-weight: 700
}

h1,
.h1 {
    font-size: 28px;
    margin: 0 0 26px
}

h2,
.h2 {
    font-size: 23px;
    margin: 24px 0
}

h3,
.h3 {
    font-size: 20px;
    margin: 20px 0
}

p,
li {
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 20px;
    color: #d1d1d1
}

a {
    color: #2979ff;
    text-decoration: none
}

ul {
    list-style-type: "● ";
    padding: 0 0 0 14px;
    margin: 0 0 20px
}

ul li {
    margin: 0 0 5px
}

ul li::marker {
    color: #576771
}

ol {
    list-style: none;
    counter-reset: num;
}

ol li {
    padding: 0 0 0 30px;
    position: relative;
}

ol li:before {
    content: counter(num);
    counter-increment: num;
    background: #576771;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    line-height: 100%;
    align-items: center;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

img {
    display: block;
    margin: 20px auto;
    max-width: 100%
}

.description img {
    border: 1px solid #fff;
    border-radius: 8px;
}

table {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px
}

table th {
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    background-image: linear-gradient(358deg, #00b7ff, #8d53e9);
}

table td {
    font-size: 14px;
    color: #d1d1d1;
}

table td,
table th {
    white-space: pre-wrap;
    padding: 10px 5px;
    line-height: 13px;
    vertical-align: middle;
    border: 1px solid #00b7ff;
}

.btn {
    box-sizing: border-box;
    transition: color 0.2s ease, background 0.2s ease;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    font-weight: 700;
    text-transform: inherit;
    text-decoration: none !important;
    text-align: center;
    border: none;
    outline: none;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    border-radius: 32px;
    padding: 20px 50px;
    margin: 20px auto;
    max-width: 350px
}

.btn-size-big {
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
    color: #fafafa;
    animation: glowing 1300ms infinite;
    transition: all 0.5s
}

.btn-size-big:hover {
    background: #8d53e9
}

@keyframes glowing {
    0% {
        background-color: #8d53e9;
        box-shadow: 0 0 3px #8d53e9
    }
    50% {
        background-color: #00b7ff;
        box-shadow: 0 0 10px #00b7ff
    }
    100% {
        background-color: #8d53e9;
        box-shadow: 0 0 3px #8d53e9
    }
}

@media (max-width:744px) {
    .btn {
        padding: 20px
    }
}

blockquote {
    border: 2px dashed #00b7ff;
    padding: 20px 20px 0;
    margin: 30px 0;
    width: 100%;
    display: block;
    border-radius: 32px;
}

article {
    min-height: calc(100vh - 165px);
}

article,
footer {
    padding: 30px 20px;
    width: 100%;
    position: relative
}

header {
    padding: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

header .contents {
    padding: 0 20px;
    border-radius: 0 0 5px 5px;
    position: fixed;
    top: 0;
    z-index: 1;
    background: #1e283f;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

header .contents .logo {
    width: 67px;
    display: inline-block;
    position: relative
}

header .contents .logo img {
    height: 25px;
    margin: 0 0 8px;
    display: block;
    width: 100%
}

header .contents ul {
    display: flex;
    align-items: center;
    width: calc(100% - 67px);
    padding: 0 10px 0 30px;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
		gap: 10px;
}

header .contents ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 5px
}

header .contents ul li {
    height: 100%;
    margin: 0;
    padding: 0
}

@media (min-width:744px) {
    header .contents ul li:hover a i,
    header .contents ul li.active a i {
        background-image: linear-gradient(90deg, rgb(27, 241, 255) 0, rgb(8, 85, 196) 100%);
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        border-radius: 5px 5px 0 0
    }
}

aside {
    position: relative;
    padding: 0 20px
}

aside .contents {
    padding-top: 20px;
    padding-bottom: 55px
}

footer {
    margin: 20px 0 0;
    background: #090f1e
}

footer p {
    margin: 0;
    text-align: center
}

header .promokod,
header .mobile-btn {
    display: none
}

.top-btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 30px;
}

.top-btn-box span {
    color: #00b7ff;
    font-size: 22px;
    display: block;
}

.top-btn-box p {
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
}

.top-btn-box .telegramm-box {
    width: calc(100% - 300px);
    position: relative;
    border-left: 1px dashed #fff;
    padding: 0 0 0 30px;
    margin: 0 0 0 20px;
}

.top-btn-box .telegramm-box a {
    color: #fff;
    background: #00b7ff;
    padding: 5px 20px;
    border-radius: 32px;
    display: inline-block;
    margin: 5px 0 0;
    position: relative;
}

.top-btn-box .telegramm-box a:hover {
    background: #0396d0;
}

@media (max-width:744px) {
    header .contents ul li a {
        padding: 8px 5px;
    }
    header .mobile-btn {
        display: flex;
        width: 30px;
        position: relative;
        height: 23px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    header .mobile-btn span,
    header .mobile-btn span:before,
    header .mobile-btn span:after {
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 10px;
    }
    header .mobile-btn span:before,
    header .mobile-btn span:after {
        content: '';
    }
    header .mobile-btn span:before {
        top: 10px;
        width: 80%;
    }
    header .mobile-btn span:after {
        top: 20px;
        width: 60%;
    }
    header .promokod {
        display: flex;
        flex-direction: column;
        position: relative;
        text-align: center;
    }
    header .promokod span {
        font-size: 10px;
        color: #fff;
    }
    header .promokod i {
        color: #00b7ff;
        font-weight: 700;
        font-size: 19px;
        font-style: normal;
    }
    header .contents ul.nav {
        display: none
    }
    header .contents ul.nav.active {
        display: block;
        position: absolute;
        padding: 50px 20px;
        top: 0;
        left: 0;
        background: #1e283f;
        z-index: -1;
        width: 100%;
    }
    header .contents .logo {
        padding: 7px 0
    }
    header .contents {
        justify-content: space-between
    }
    .top-btn-box .telegramm-box {
        width: 100%;
        border-left: 0;
        border-top: 1px dashed #fff;
        padding: 20px 0 0;
        margin: 20px 0 0;
    }
    .top-btn-box .telegramm-box {
        text-align: center;
    }
}

@media (max-width:490px) {
    footer {
        margin: 10px 0 0
    }
}

.section-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 25px;
    height: 4px;
    border-radius: 5px 5px 0 0;
    background-size: 200% auto;
    -webkit-animation: notch-bg-slide-01a6027a 4s linear 0s infinite alternate;
    animation: notch-bg-slide-01a6027a 4s linear 0s infinite alternate;
    will-change: background-position;
    background-image: linear-gradient(90deg, rgb(27, 241, 255) 0, rgb(8, 85, 196) 100%)
}

@-webkit-keyframes notch-bg-slide-01a6027a {
    0 {
        background-position: 0
    }
    to {
        background-position: 100%
    }
}

@keyframes notch-bg-slide-01a6027a {
    0 {
        background-position: 0
    }
    to {
        background-position: 100%
    }
}

.contents .date {
    color: #b7b7b7;
    font-size: 13px
}

.games-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%);
    padding: 30px 20px 20px;
    border-radius: 10px
}

.games-box .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 280px;
    width: 200px;
    position: relative;
    border-radius: 20px;
    background-size: 100% 100% !important;
    margin: 0 0 15px
}

.games-box .item span {
    display: none
}

.games-box .item:hover:before {
    content: '';
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    display: block
}

.games-box .item span {
    cursor: pointer;
    display: none;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 5px 30px;
    line-height: 34px;
    font-weight: bold;
    border-radius: 40px;
    background: #eb3573;
    box-shadow: 0 4px 4px 0 rgb(233 30 99 / 25%)
}

.games-box .item:hover span {
    display: block
}

@media (max-width:790px) {
    .games-box .item {
        width: 49%;
        height: 228px
    }
    .games-box {
        background-image: none;
        padding: 0;
    }
}

@media (max-width:490px) {
    .games-box .item span {
        display: block
    }
    .games-box .item:before {
        content: '';
        background: #000000b3;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        border-radius: 20px;
        display: block
    }
    .games-box .item:nth-child(5) {
        display: none
    }
}

.banner-home {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    width: 100%;
    height: 330px;
    margin: 20px 0 30px;
    position: relative
}

.banner-home span {
    position: relative;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    display: block;
		margin-bottom: 10px;
}

.banner-home p {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    margin: 0;
		margin-bottom: 16px;
}
.banner-home p:last-child {
	margin-top: 16px;
	margin-bottom: 0;
}
.banner-home i {
    position: relative;
    margin: 0;
    font-style: normal
}

@media (max-width:760px) {
    .banner-home {
        height: auto;
				flex-wrap: wrap;
    }
    .banner-home span {
        margin: 0 0 5px;
        font-size: 18px
    }
    .banner-home p {
        font-size: 13px;
        margin: 0 0 15px
    }
    .banner-home i {
        padding: 10px 20px;
        font-size: 13px
    }
}

@media (max-width:490px) {
    .banner-home {
        padding: 0;
    }
}

.js-move {
    position: fixed;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    opacity: .7;
    z-index: 10;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 41px;
    border-radius: 100%;
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9)
}

.js-move svg {
    font-size: 13px;
    color: #fff;
    fill: #fff;
    width: 20px;
    display: inline-block;
    height: 15px;
    transform: rotate(270deg);
    line-height: 100%;
    position: relative;
    top: 1px
}

.js-move:hover {
    opacity: .9;
    transition: all 0.2s
}

.link {
	background: transparent;
	color: #00b7ff;
	cursor: pointer;
	font-weight: 700;
}
.link:hover {
	color: #8d53e9;
}
p button {
	margin-left: 4px;
}
.banner-home img {
	width: 100%;
	margin: 0;
}