@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;
}

a,div,img,li,span,ul{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:initial;}
ul{list-style:none;}
a,div,img,li,span,ul{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.block{display:flex;justify-content:space-between;box-sizing:border-box;max-width:1200px;width:100%;padding:0 15px;}
@media (max-width:1024px){
.block{padding:0 20px;}
}
@media (max-width:668px){
.block{padding:0 10px;}
}
.btn_approve_small{overflow:hidden;display:flex;justify-content:center;align-items:center;box-sizing:border-box;height:40px;border:none;border-radius:50px;padding:0 40px;background-color:#4d5a85;outline:none;text-align:center;text-transform:uppercase;text-decoration:none;line-height:22px;font-size:16px;font-weight:700;letter-spacing:1px;white-space:nowrap;color:#fff;cursor:pointer;}
.btn_approve_small:focus{outline:none;}
.btn_approve_small{height:30px;padding:0 30px;font-size:12px;}
.btn_approve_small{box-shadow:0 3px 0 0 #3c7028, 0 4px 4px 0 #000;background-color:#62c23c;}
.btn_approve_small:focus,.btn_approve_small:hover{box-shadow:0 3px 0 0 #3c7028, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4);}
.btn_approve_small:active{transform:translateY(3px);box-shadow:inset 0 2px 0 0 #3c7028, inset 0 0 0 15px rgba(0, 0, 0, .2);}
.gamecard{position:relative;display:flex;flex-direction:column;box-sizing:border-box;height:100%;width:100%;border-radius:10px;box-shadow:0 4px 10px 0 #000;color:#fff;will-change:transform;transition:transform 0.15s linear;}
.gamecard a{display:flex;}
.gamecard a{justify-content:center;align-items:center;text-decoration:none;color:inherit;}
.gamecard .gamecard_flags{position:absolute;left:10px;width:100%;z-index:2;}
.gamecard .game_flag_favorite{display:none;}
.gamecard_img,.gamecard_window{border-top-left-radius:10px;border-top-right-radius:10px;}
.gamecard_window{position:relative;height:75%;border:1px solid #393a51;border-bottom:none;}
.gamecard_img{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;}
.gamecard_links{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:space-around;box-sizing:border-box;height:100%;width:100%;padding:20px 0;pointer-events:none;opacity:0;transition:opacity 0.15s linear;transition-delay:20ms;border-radius:10px 10px 0 0;background-color:rgba(0, 0, 0, .8);}
.gamecard_demo,.gamecard_play{margin-bottom:10px;}
.gamecard_demo{box-sizing:border-box;height:23px;border-radius:50px;padding:0 20px;background-color:#313047;font-size:11px;font-weight:700;text-transform:uppercase;}
.gamecard_title{overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;justify-content:center;flex:none;box-sizing:border-box;height:25%;border:1px solid #393a51;border-top:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:0 5px;background-color:#161626;font-size:14px;text-align:center;word-wrap:break-word;overflow-wrap:break-word;}
.gamecard_flags{display:flex;}
.gamecard_flags li{margin-right:10px;}
.gamecard_flags li:last-child{margin-right:0;}
.gamecard:hover{transform:scale(1.1);z-index:4;}
.gamecard:hover .gamecard_links{pointer-events:auto;opacity:1;}
@media (max-width:668px){
.gamecard .gamecard_flags{left:8px;}
.gamecard .gamecard_flags li{margin-right:5px;}
.gamecard_links{padding:5px 0;}
.gamecard_demo,.gamecard_play{margin-bottom:0;transform:scale(.8);flex:none;}
.gamecard_play:active{transform:translateY(3px) scale(.8);}
.gamecard_title{line-height:12px;}
}
.game-catalog{display:flex;flex-direction:column;align-items:center;margin-bottom:45px;overflow-anchor:none;}
.game-catalog_list{display:flex;box-sizing:border-box;width:100%;}
.game-catalog_list{flex-wrap:wrap;align-content:center;}
@media (max-width:668px){
.game-catalog{padding:0 10px;}
}
.game-catalog_list-item{position:relative;box-sizing:border-box;height:0;margin:0 15px 15px 0;}
.game-catalog_list-item .gamecard{position:absolute;top:0;left:0;}
@media (min-width:0px){
.game-catalog_list{max-width:450px;}
.game-catalog_list .game-catalog_list-item:nth-child(2n){margin-right:0;}
.game-catalog_list-item{width:calc(50% - 7.5px);padding-top:calc(50% - 7.5px);}
}
@media (min-width:669px){
.game-catalog_list{max-width:100%;}
.game-catalog_list .game-catalog_list-item:nth-child(2n){margin-right:15px;}
.game-catalog_list .game-catalog_list-item:nth-child(4n){margin-right:0;}
.game-catalog_list-item{width:calc(25% - 11.25px);padding-top:calc(25% - 11.25px);}
}
@media (min-width:1025px){
.game-catalog_list{max-width:100%;}
.game-catalog_list .game-catalog_list-item:nth-child(4n){margin-right:15px;}
.game-catalog_list .game-catalog_list-item:nth-child(5n){margin-right:0;}
.game-catalog_list-item{width:calc(20% - 12px);padding-top:calc(20% - 12px);}
}
.game_flag_favorite,.game_flag_hit,.game_flag_pre,.game_flag_supernew{position:relative;display:inline-block;-webkit-filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .4));filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .4));width:14%;}
.game_flag_favorite img,.game_flag_hit img,.game_flag_pre img,.game_flag_supernew img{width:100%;}
.game_flag_pre{-webkit-filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .5));filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .5));width:20%;}
.game_flag_supernew{-webkit-filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .5));filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .5));width:16%;}
.layer_games{position:relative;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;width:100%;padding-top:40px;}
.layer_games:before{top:2px;height:5px;background-image:url("https://vavadacasino7sx.ru/wp-content/themes/vavada/img/line_decoration/point_with_large_space.4257ede318a193f6bc607e0a418776b3.svg");background-repeat:repeat-x;background-size:contain;}
.layer_games:after,.layer_games:before{content:"";position:absolute;z-index:0;width:100%;}
.layer_games:after{top:0;left:0;height:100%;background-size:100%;}
.layer_games > *{position:relative;z-index:1;}
.layer_games .game-catalog{z-index:2;}
@media (max-width:668px){
.layer_games{padding-top:20px;}
.layer_games:after,.layer_games:before{display:none;}
}
img{max-width:100%;}
a{color:inherit;text-decoration:none;}
@media screen and (max-width: 1000px){
img{max-width:90vw;}
img{max-width:100vw;}
}