/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@charset "UTF-8";

* {  
  padding: 0;
  margin: 0;    position: relative;
  box-sizing: border-box;
  font-family: 'Roborot', Arial,  sans-serif;
  font-size:14px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
::-moz-selection { /* Code for Firefox */
  color: #CDCAE6;
  background: #312F50;
}
::selection {
  color: #CDCAE6;
  background: #312F50;
}
html, body {
    width: 100%;
    height: 100%;
    display: block;
} 
a {cursor:pointer;}


* {
	-webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
                             
}
*:focus {
    outline: none !important;
}
html {  
  scroll-snap-type: y mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}
:root {
	--background:#0B0001;	
	--dark-main:#110d0e;
	--dark-light:#252323;
	--text-gray:#D1D1D1;
	--text:#eee;
	--brand-yellow: #F5C66B;
    --brand-gold: #D2C25A;
	--brand-red:#C9051D;
	--jackpot-letter-color: linear-gradient(358.88deg, #E4C47E -101.79%, #F9D380 -69.74%, #FFF5A4 -33.32%, #F7EB76 -4.16%, #D5A857 31.07%, #FFF9C7 60.89%, #F0C358 89.74%);
	
	--nav-list-bg: linear-gradient(180deg, rgba(166, 3, 22, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #1F1A1B;
    --nav-list-box-shadow: 0 1px 1px 0 rgba(209, 2, 27, 0.10) inset;
    --nav-list-active-item-before-color: #0B0001;
    --nav-list-active-item-color: #C9051D;
	
	
}

*::-webkit-scrollbar {
  width: 4px; height: 4px;
  transition:none;
}
*::-webkit-scrollbar-track {
  background: var(--dark-main);border-radius: 1px;width:6px;height: 4px;
  transition:none;
}
*::-webkit-scrollbar-thumb {
  background: var(--brand-red);transition:all 0.6s ease;width:6px;height: 4px;
  transition:none;
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--brand-red);
  transition:none;
}



body {
    background: var(--background);
	padding-top: 64px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.content {}
.wrap {}
.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 0 24px;
    background: linear-gradient(180deg,#fff,#dadada);
    color: #000;
    display: inline-block;
    border-radius: 10px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease;
 

}
.btn.btn-white  {}
.btn.btn-white:hover  {
    background: linear-gradient(0deg,#fffc,#fffc),linear-gradient(180deg,#fff,#dadada);
}
.btn.btn-red  {
    background: linear-gradient(180deg,#d1021b,#a71023);
    color: #fff;
}
.btn.btn-red:hover {
	background: linear-gradient(0deg,#ffffff0d,#ffffff0d),linear-gradient(180deg,#d1021b,#a71023);
    text-shadow: 0 -1px 0 #ffffff0f;
} 
.promo_block {
    height: 328px;
}
.promo_block .slides {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.promo_block .slides .slide {
    width: calc(100vw - 4px);
    height: 328px;
    display: flex;
    align-items: center;
    padding: 0 24px;
}
.promo_block .slides .slide > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
}
.promo_block .owl-nav {
    display: none;
}
.promo_block .slides .slide .cont {}
.promo_block .slides .slide .cont .title_1 {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 8px;
}
.promo_block .slides .slide .cont .title_2 {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
}
.promo_block .slides .slide .cont .btn {
    margin-top: 20px;
}
.promo_block .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 8px;
}
.promo_block .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    border: 1px solid var(--brand-yellow);
    border-radius: 32px;
    margin: 0 4px;
    transition: all 0.6s ease;
    background: transparent;
}
.promo_block .owl-dots .owl-dot.active {
	background: var(--brand-yellow);
}
.promo_block .slides .slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #00000094, transparent);
    z-index: 0;
    pointer-events: none;
}
.promo_block .slides .slide .cont {
    z-index: 1;
}

.promo_subblock {
    height: 64px;
    padding: 8px 0;
}
.promo_subblock .gold {
    font-size: 36px;
    font-weight: 900;
    line-height: 48px;
}
.promo_subblock .gold i, .promo_subblock .gold b {
    -webkit-text-fill-color: #0000;
    background: var(--jackpot-letter-color);
    background-clip: text;
    -webkit-background-clip: text;
    box-sizing: border-box;
    color: var(--brand-yellow);
}
.promo_subblock .gold i {    font: inherit;}
.promo_subblock .gold b {    font: inherit;}
.promo_subblock .btn {
    position: absolute;
    right: 24px;
    top: 4px;
}

.game-menu {
    margin: 8px auto;
    margin-bottom: 24px;
}
.game-menu .items {
    align-items: center;
    background: var(--nav-list-bg);
    border-radius: 10px;
    box-shadow: var(--nav-list-box-shadow);
    display: flex;
    height: inherit;
    justify-content: space-between;
    opacity: 1;
    padding: 0 48px 0 24px;
    transition: all 0.6s ease;
    height: 64px;
    font-size: 0;
}
.game-menu .more > span,
.game-menu a {
    display: inline-flex;
    height: 62px;
    line-height: 64px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all 0.6s ease;
    white-space: nowrap;
    opacity: 0.85;
    border-bottom: 3px solid transparent;
}
.game-menu .more > span:hover,
.game-menu a:hover, .game-menu a.active {
	color:#C9051D;
	text-shadow: 0 0 4px var(--nav-list-active-item-color),0 0 8px rgba(var(--nav-list-active-item-color),.6),0 0 16px #2a824999;
}
.game-menu a.active {
	border-color:#C9051D;
}

.game-menu .more:after {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 100%;
    background-position: 0px 21px;
    background-repeat: no-repeat; 
}
.game-menu .more:hover:after {
	transform: rotate(180deg);
    background-position: 0px 19px;
}
.game-menu .more {}
.game-menu .more:hover {}

.game-menu .items .more-menu {
    background: var(--dark-light);
    position: absolute;
    top: 48px;
    right: 0px;
    box-shadow: 0 8px 10px 0 #1d1a1a33;
    z-index: 1;
    width: 175px;
    padding: 16px 24px;
    border-radius: 12px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.6s ease;
}
.game-menu .more:hover .more-menu{
	pointer-events: all;
    opacity: 1;
}
.game-menu .more {
    height: 64px;
    cursor: pointer;
}
.game-menu .more > span {
    line-height: 64px;
}
.game-menu .more-menu a {
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    display: block;
}
.game-menu .more-menu a:hover  {}

	
.game-items {
    margin: 24px auto;
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 968px;
    padding: 0;
    justify-content: space-between;
}
.game-items .game-item {
    width: calc(50% - 6px);
    margin-bottom: 16px;
    min-height: 100px;
    min-width: 125px;
    flex: 1 1 125px;
}
.game-items .game-item .game-item-img {
    width: 132px;
    height: 132px;
    overflow: hidden;
}
.game-items .game-item .game-item-img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.game-items .game-item .game-item-title {
    width: 100%;
    height: 24px;
    position: absolute;
    top: calc(132px - 24px);
    background: linear-gradient(0deg,#252323,#25232300);
}
.game-items .game-item .texttitle {
    color: var(--text-gray);
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.game-items .game-item .game-item-title img, .game-items .game-item .game-item-title svg {}
.game-items .game-item .hovered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #000000a1;
    transition: all 0.6s ease;
    height: 132px;
    pointer-events: none;
    opacity: 0;
    padding: 16px;
}
.game-items .game-item:hover .hovered .link {
    color: var(--text-gray);
    font-size: 13px;
}
.game-items .game-item .hovered .btn {
    margin-top: 24px;
}
.game-items .game-item:hover .hovered {
	pointer-events: all;
    opacity: 1;
}
.game-items .game-item.prized .game-item-img:after {
    content: '';
    background-color: #F5C66B;
    position: absolute;
    display: block;
    width: 32px;
    height: 22px;
    top: 0;
    left: 0;
    border-radius: 0 0 12px 0;
    padding: 0 8px;
    background-position: center;
    background-repeat: no-repeat;
}
.game-items .game-item .game-item-img {
    border-radius: 12px 12px 0 0;
}


.gold {
    color: var(--brand-yellow); 
}




.block_lavinabonus {
    margin: 24px auto;
    height: 434px;
}
.block_lavinabonus .wrap {
    max-width: 968px;
    padding: 0 24px;
    margin: 0 auto;
    font-size: 0;
    height: 100%;
}
.block_lavinabonus .bonuss {
    background: linear-gradient(180deg,#39050c,#900a1a);
    width: 304px;
    margin-left: 24px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    box-shadow: 0 8px 16px #191e2d99;
    padding: 26px 32px 20px;
    border-radius: 12px;
}
.block_lavinabonus .lavina {
    vertical-align: top;
    width: calc(100% - 304px - 24px);
    align-items: normal;
    background: linear-gradient(180deg,#7e0918,#8b1221 32.29%,#761126);
    border-radius: 12px;
    box-shadow: 0 6px 12px #0000001a;
    display: inline-flex;
    flex-direction: row;
    height: 100%;
    justify-content: normal;
    overflow: hidden;
    padding: 16px;
    position: relative;font-size: 0;
}
.block_lavinabonus .lavina:before {
    content: '';
    width: 100%;
    height: 204px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: url(../img/lavina.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(180deg,#c4c4c4 34.09%,#c4c4c400 98.06%);
    mask-image: linear-gradient(180deg,#c4c4c4 34.09%,#c4c4c400 98.06%);
}
.block_lavinabonus .lavina .left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 32px - 96px);
    padding: 8px;
}
.block_lavinabonus .lavina .right {
    display: inline-block;
    vertical-align: top;
    width: 96px;
    margin-left: 32px;
    overflow: hidden;
}
.block_lavinabonus .lavina .left > b {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 27px;
    height: 52px;
}
.block_lavinabonus .lavina .left .info > div {
    margin-bottom: 18px;
    height: 44px;
}
.block_lavinabonus .lavina .left .info > div i {
    display: block;
    font-style: normal;
    color: #fff9;
    font-size: 12px;
}
.block_lavinabonus .lavina .left .info > div b {
    font-weight: 500;
    text-shadow: 0 0 4px #00000059;
    color: #fff;
    font-size: 20px;
}
.block_lavinabonus .lavina .left .info > div b.gold {
    color: var(--brand-yellow);
    font-size: 20px;
    line-height: 20px;
}
.block_lavinabonus .lavina .left .info > div .btn {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}
.block_lavinabonus .lavina .left .tabl {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 400;
    height: 188px;
    line-height: 16px;
    margin-bottom: 16px;
    padding: 16px;
    background: #ffffff1a;
    border-radius: 12px;
}
.block_lavinabonus .lavina .left .tabl .tr {
    height: 20px;
    margin-bottom: 4px;
    font-size: 0;
}
.block_lavinabonus .lavina .left .tabl .tr:first-child {
    margin-bottom: 12px;
}
.block_lavinabonus .lavina .left .tabl .tr ins {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 400;
    color: #fff9;
}
.block_lavinabonus .lavina .left .tabl .tr ins.white {
    color: #fff;
}
.block_lavinabonus .lavina .left .tabl .tr ins:nth-child(1) {
    width: 7%;
}
.block_lavinabonus .lavina .left .tabl .tr ins:nth-child(2) {
    width: 50%;
}
.block_lavinabonus .lavina .left .tabl .tr ins:nth-child(3) {
    width: 43%;
    text-align: right;
}
.block_lavinabonus .lavina .right > b {
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
    color: #fff;
    opacity: 0.84;
}
.block_lavinabonus .lavina .right .items .item {
    display: block;
    height: 96px;
    width: 96px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}
.block_lavinabonus .lavina .right .items .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom,#0000,#000 13px,#000 calc(100% - 13px),#0000);
	mask-image: linear-gradient(to bottom,#0000,#000 13px,#000 calc(100% - 13px),#0000);
}
.block_lavinabonus .lavina .right .items .item:after {
    content: '';
    background: linear-gradient(0deg,#252323,#25232300);
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}
.block_lavinabonus .lavina .right .items .item > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #000000a1;
    transition: all 0.6s ease;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    padding: 8px;
    display: flex;
    align-items: center;
}
.block_lavinabonus .lavina .right .items .item:hover > div {
	pointer-events: all;
    opacity: 1;
}
.block_lavinabonus .lavina .right .items .item > div .btn {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    padding: 0 6px;
    display: block;
    text-align: center;
    font-weight: 500;
	width: 100%;
}
.block_lavinabonus .lavina .right .items {
    height: 100%;
    overflow: auto;
	padding-right: 15px;
	scrollbar-width: none; 
	-ms-overflow-style: none; 
	overflow-y: auto; 
}
.block_lavinabonus .lavina .right .items::-webkit-scrollbar {
	width: 0;   display: none;
}
.block_lavinabonus .bonuss p {
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin-bottom: 20px;
    color: #fff;
}

.block_lavinabonus .bonuss span {
    font: inherit;
}
.block_lavinabonus .bonuss span.block {
    display: block;
    font-weight: 500;
    font-size: 24px;
}
.block_lavinabonus .bonuss p i {
    display: block;
    font-style: normal;
    font-weight: 400;
    color: #fffc;
    font-size: 12px;
}
.block_lavinabonus .bonuss .btn {
    width: calc(100% - 64px);
    position: absolute;
    bottom: 32px;
    left: 32px;
    text-align: center;
    height: 40px;
    font-weight: 500;
}
.wrap {
    max-width: 968px;
    margin: 0 auto;
    padding: 0 24px;
}
.promo_block .slides .slide .cont {
    width: 100%;
    padding: 0 24px;
    max-width: 968px;
    margin: 0 auto;
}




header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 1;
    background: var(--dark-main);
    box-shadow: 0 2px 4px 0 #2626264d;
}
header .wrap {
    font-size: 0;
}
header .logo {
    width: 144px;
    height: 64px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left center;
}
header .menu {
    width: calc(100% - 220px - 144px);
    padding: 0 24px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: space-around;
}
header .tools {
    width: 220px;
    padding: 0 24px;
    display: inline-flex;
    vertical-align: top;
    font-size: 0;
    align-items: center;
    justify-content: end;
    padding-top: 12px;
    gap: 12px;
}
header .menu a {
    display: block;
    line-height: 64px;
    text-decoration: none;
    color: var(--brand-yellow);
    font-size: 13px;
    padding: 0 8px;
    white-space: nowrap;
    transition: all 0.6s ease;
}
header .menu a:hover {
	color: var(--brand-red);
}
header .tools .btn {
    font-size: 13px;
    padding: 0 12px;
    font-weight: 400;
}

.game-items .game-item .game-item-title img, .game-items .game-item .game-item-title svg {
    width: 100%;
    height: 26px;
    object-fit: contain;
    display: block;
}







footer {
    padding-top: 24px;
    margin-top: 72px;
    border-top: 1px solid var(--dark-light);
}
footer .footer_menu .wrap {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

footer .footer_menu .col span {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    opacity: 0.8;
    font-weight: 500;
    line-height: 24px;
}

footer .footer_menu .col a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 0;
    display: block;
    text-decoration: none;
    color: var(--text-gray);
    transition: all 0.6s ease;
}
footer .footer_menu .col a:hover {
    color: var(--brand-yellow);
}
footer .footer_copy {
    padding: 24px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    opacity: 0.4;
}
footer .footer_text {
    font-size: 13px;
    color: #fff;
    line-height: 1.4em;
    opacity: 0.75;
}

.support_text_block {
    margin: 24px 0;
    background: var(--dark-light);
    padding: 24px 0;
	padding-top:8px;
}
.support_text_block h1, .support_text_block h2, .support_text_block h3 {
    display: block;
    margin-top: 24px;
    margin-bottom: 12px;
    color: var(--text-gray);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.support_text_block p {
    display: block;
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 8px;
}
.support_text_block blockquote * {
    font: inherit;
    color: inherit;
}
.support_text_block blockquote {
    padding: 12px;
    background: #d1d1d11a;
    color: #fff;
    line-height: 1.5em;
    font-style: italic;
    padding-bottom: 6px;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 12px;
    font-size: 16px;
}
.support_text_block blockquote:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    display: block;
    top: -16px;
    left: -16px;
    background-size: 32px;
    opacity: 0.96;
}
.support_text_block a {
    color: var(--brand-yellow);
}
.support_text_block a:hover {
    color: var(--brand-red);
}
.support_text_block table {
    border-collapse: collapse;
    border: 1px solid #dedede69;
    width: 100%;
    margin: 24px auto;
}
.support_text_block table th {
    border: 1px solid #dedede69;
    padding: 10px;
    font-size: 14px;
    line-height: 1.3em;
    color: #ffffffd1;
    background: #363434;
    text-transform: uppercase;
}
.support_text_block table td {
    border: 1px solid #dedede69;
    padding: 10px;
    font-size: 13px;
    line-height: 1.3em;
    color: #ffffffd1;
    background: #363434;
}




.providers {
    margin: 24px auto;
}
.providers .wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 20px;
    justify-content: space-between;
}
.providers .item {
    text-decoration: none;
    display: block;
    width: 84px;
    height: 24px;
}

.paymethods {
    margin: 24px 0;
}
.paymethods .wrap {
    background: var(--dark-light);
    border-radius: 12px;
    padding: 24px;
    height: calc(24px + 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.paymethods .item {
    text-decoration: none;
    display: block;
    width: 84px;
    height: 24px;
}

.cols_2x_1x {
    display: flex;
    gap: 24px;
    align-items: start;
    justify-content: space-around;
}
.cols_2x_1x .col_2x {
    flex-grow: 2;
    width: calc(100% - 304px - 24px);
}
.cols_2x_1x .col_1x {
    flex-grow: 1;
    width: 304px;
    margin-left: 24px;
    height: auto;
}
.block_lavinabonus.col_1x .wrap {
    padding: 0;
}
.block_lavinabonus.col_1x .lavina {
    width: 100%;
}
.block_lavinabonus.col_1x .lavina .right {
    display: none;
}
.block_lavinabonus.col_1x .lavina .left {
    width: 100%;
}
.block_lavinabonus.col_1x .lavina:after {
    content: '';
    height: 220px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00000063;
    z-index: 0;
}
.block_lavinabonus.col_1x .lavina .left {
    width: 100%;
    z-index: 1;
}
.block_lavinabonus.col_1x .bonuss {
    margin: 0;
    margin-top: 24px;
    height: auto;
    padding-bottom: 80px;
}
.block_lavinabonus.col_1x .bonuss:before {
	content:'';
	background: url(../img/widget_bonus.webp) no-repeat;
    background-size: contain;
    border-radius: 2px;
    bottom: 0;
    display: block;
    height: 200px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 200px;
    z-index: auto;
}





.bonuses_cards h1 {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin: 24px 0 16px;
    color: #fff;
}
.bonuses_cards .items {
    display: flex;
    flex-wrap: wrap;
}
.bonuses_cards .items .bonus.item {
    border-radius: 8px;
    box-shadow: 0 4px 16px #00000080;
    margin: 8px;
    position: relative;
    width: calc(50% - 16px);
    height: 272px;
    overflow: hidden;
    padding: 24px;
}
.bonuses_cards .items .bonus.item .bg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.bonuses_cards .items .bonus.item .bg .bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    opacity: 0.86;
}
.bonuses_cards .items .bonus.item .bg .fgImg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: right bottom;
}
.bonuses_cards .items .bonus.item > b {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    max-height: 64px;
    overflow: hidden;
    color: #fff;
}
.bonuses_cards .items .bonus.item div.params {
    position: absolute;
    height: auto;
    padding: 16px;
    background: #000000b0;
    border-radius: 12px;
    left: 8px;
    bottom: 8px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    max-width: calc(100% - 48px);
    width: auto;
}
.bonuses_cards .items .bonus.item div p {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 2px;
    color: rgba(255,255,255,0.6);
}
.bonuses_cards .items .bonus.item div p i {
    color: #fff;
    font: inherit;
    font-style: normal;
}
.bonuses_cards .items .bonus.item div .btn {
    margin-top: 16px;
}

.general_promo {
    height: 375px;
    background: linear-gradient(135deg,#fbf29c 0%,#e7cb74 33.7%,#b29b5b 68.75%,#7e6937 100%);
    margin-bottom: 24px;
}
.general_promo .wrap {
    padding: 24px;
    margin: 24px auto;
    color: var(--dark-main);
    height: 100%;
    border-radius: 12px;
    padding-top: 48px;
}
.general_promo .title {
    display: block;
    font-size: 32px;
    margin-bottom: 12px;
    color: var(--dark-main);
    font-weight: 700;
    line-height: 1.25em;
}
.general_promo .description {
    display: block;
    max-width: 500px;
}
.general_promo .image {
    width: 275px;
    height: 275px;
    position: absolute;
    right: 0;
    top: calc( (100% - 275px) / 2);
}
.general_promo .btn {
    margin-top: 48px;
}


.form {
    margin: 24px auto;
    background: var(--dark-light);
}
.form .wrap {
    font-size: 0;
    padding: 24px 0;
}
.form .form-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
}
.form .form-item.second {
    margin-right: 0;
}
.form .title {
    display: block;
    text-align: center;
    color: var(--text-gray);
    font-size: 24px;
    margin-bottom: 24px;
}
.form .form-item.wide {
    margin-right: 0;
    width: 100%;
}
.form .form-item label {
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
    font-size: 12px;
    opacity: 0.5;
}
.form .form-item input, .form .form-item textarea {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 12px;
    outline: none;
    color: #000;
    border-radius: 6px;
    border: none;
    background: #ffffff26;
    color: #fff;
}
.form .form-item textarea {
    resize: none;
    height: 100px;
    padding: 12px;
    font: inherit;
}
.form .form-item input[itemid="surname"] {
    display: none;
}
.form .form-controls {}
.form .form-controls .btn {}
.form .form-controls .results {}
.form .form-item.error label {}

.comments_list {}
.comments_list .wrap {}
.comments_list h2 {
    display: block;
    text-align: center;
    color: var(--text-gray);
    font-size: 24px;
    margin-bottom: 24px;
}
.comments_list .items {}
.comments_list .items .item {
    margin-bottom: 16px;
    font-size: 0;
}
.comments_list .items .item .info {
    display: inline-block;
    vertical-align: top;
    width: 125px;
    padding: 12px;
}
.comments_list .items .item .info .avat {
    display: block;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
}
.comments_list .items .item .info .name {
    display: block;
    color: var(--text);
    margin-top: 12px;
    overflow: hidden;
    height: 16px;
    font-size: 14px;
}
.comments_list .items .item .info .date {
    display: block;
    font-size: 11px;
    color: var(--text-gray);
    opacity: 0.75;
    margin-top: 12px;
}
.comments_list .items .item .text {
    width: calc(100% - 125px);
    display: inline-block;
    vertical-align: top;
    background: var(--dark-light);
    padding: 12px 24px;
    color: var(--text-gray);
    font-size: 14px;
    line-height: 1.6em;
    border-left: 2px solid var(--brand-red);
}
header .menu .close,
.mobmenu {
    display: none;
}
header .menu .justmobile,
.justmobile {display:none;}


header .menu {
    justify-content: start;
}
.form .form-item.error label {
    color: #cc0000;
    opacity: 1;
}
.form .form-item textarea {
font-size: 14px;}
.form .form-controls .results {
    font-size: 17px;
    display: block;
    margin-top: 12px;
    color: #fff;
}

.game-menu .items {
    justify-content: flex-start;
    gap: 20px;
}
.form .form-controls
.btn {
    border: none;
}



.features {
    display: flex;
    align-items: center;
    margin: 48px auto;
    justify-content: space-around;
    margin-bottom: 0;
}
.features .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.features .col  .features_icon {
    height: 80px;
    margin-bottom: 25px;
    text-align: center;
}
.features .col .h4 {
    font-size: 17px;
    height: 60px;
    text-align: center;
    color: #ffffffe0;
    max-width: 300px;
    font-weight: 500;
    display: block;
}
.page_download footer {
    margin-top: 0;
}
.promo_block.promo_downloads .slides .slide {
    margin: 0 auto;
    max-width: 968px;
}
.promo_block.promo_downloads .slides .slide>img {
    width: 328px;
    height: 328px;
    left: auto;
    right: 0;
    object-fit: contain;
}
.promo_block.promo_downloads .slides .slide .cont {
    width: calc(100% - 260px);
    margin: 0;
}
.promo_block.promo_downloads .slides .slide .cont .title_2 {
    font-size: 19px;
    height: auto;
}
.promo_block.promo_downloads .slides .owl-item {
    background: #a98d3fe0;
    background: linear-gradient(to left, #fff9c433 0%, #a98d3fe0 100%);
}
.promo_block.promo_downloads .slides .slide:after {display:none;}
 
.promo_block.promo_downloads {
    height: 480px;
}
.promo_block.promo_downloads .slides .slide {
    height: 480px;
}
.promo_block.promo_downloads .slides .slide>img {
    width: 480px;
    height: 480px;
    left: auto;
    right: 0;
    object-fit: contain;
}


button {cursor:pointer;border:none;}


.bonuss:before {
    background: url(/template/img/widget_bonus.png) no-repeat;
    background-size: contain;
    border-radius: 2px;
    bottom: 0;
    content: "";
    display: block;
    height: 200px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 200px;
    z-index: auto;
}
.promo_block.promo_downloads .slides .slide>img,
.promo_block.promo_downloads .slides .slide,
.promo_block.promo_downloads {
    height: 328px;
}
.promo_block.promo_downloads .slides .owl-item {
    background: transparent;
}
.promo_block.promo_downloads {
    background: linear-gradient(135deg, #A6081B 0%, #390007 100%);
}


.bonuses_cards .items .bonus.item .bg .fgImg {
    max-height: 100%;
    height: auto;
    width: 100%;
}
.support_text_block ul, .support_text_block ol {
    display: block;
    margin: 24px 0;
    list-style: inside;
    color: var(--text-gray);
}
.support_text_block li {
    margin-bottom: 12px;
}
.support_text_block {
    padding: 24px;
}


.block_faq .title {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: normal;
}


.block_faq {margin:48px auto;}

.faq-blocks .faq .q:after {
    content: ''; 
    font-weight: 300; 
    position: absolute;
    right: 16px;
    line-height: 32px;
    transition: all 0.6s ease;
    width: 32px;
    height: 32px;
    top:0;
    background-position: center;
    background-repeat: no-repeat;
}

.faq .q {
    text-decoration: none;
    border-radius: 0;
    background: transparent;
    margin: 0px 0px 12px;
    border: none;
    display: block;
    transition: all 0.6s ease;
    padding: 0px 16px;
    height: auto;
    padding-right: 64px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.7em;
}
.faq .a {
    border-radius: 0;
    box-shadow: 0px 4px 10px -11px;
    margin: 0 auto;
    margin-bottom: 0;
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: top;
    background: #404040;
    color: #ffffffbf;
    font-size: 14px;
    line-height: 1.6em;
    border-left: 2px solid #ccc;
    margin-left: 16px;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.6s ease;
}
.faq .a div[itemprop="text"] { 
    opacity: 0;
    transition: all 0.6s ease;
}
 
.faq.active .a {
    height: auto;
    padding: 12px 24px;
    overflow: hidden;
    margin-bottom: 16px;
}
.faq.active .a div[itemprop="text"] {
    font-size: 14px;
    opacity: 1;
}

.spaced {width:100%;height:24px;}
.page_download footer,
.page_mirror footer {
    margin-top: 24px;
    padding-top: 0;
}


.content-btn {margin:24px 0;    text-align: center; }

footer {
    margin-top: 24px; 
    border-top: none;
}
.support_text_block h1,
.support_text_block {
    margin-top: 0;
}
.table-wrap {
    width: 100%;
    overflow: auto;
}

.block_faq {
    margin: 24px auto;
}
.block_lavinabonus .lavina:before {
    opacity: 0.5;
}
.block_lavinabonus .lavina {
    background: linear-gradient(180deg,#000000,#640a15 32.29%,#761126);
}


.support_text_block {font-size: 14px;}
.support_text_block ul, .support_text_block ol {
    font-size: inherit;
    margin: 16px 0;
    padding-left: 16px;
}
.support_text_block li {
    margin-bottom: 3px;
    line-height: 1.4em;
    list-style-position: outside;
}
.faq-blocks .faq .q:after {
    background-position: top center;
    width: 24px;
    height: 24px;
}
.table-wrap {
    margin-bottom: 12px;
}

.page_404 .content {
    padding-top: 48px;
}
.page_404 h1 {
    color: #ffffffa6;
    text-align: center;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.error-page-text {
    text-align: center;
}
.error-page-text img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
}

.promo_block .owl-dots .owl-dot {
    font-size: 0;
}

.logo {font-size:0;}

.promo_block { 
    overflow: hidden;
}
header {
    z-index: 99;
}
.bonuses_cards .items .bonus.item .bg .fgImg {
    opacity: 0.4;
}
.faq .a div[itemprop="text"],
.faq .a {transition:none;}

html,body {min-width:320px;}
@media (max-width: 992px) {
 
.bonuses_cards .items .bonus.item div .btn {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 12px;
}
	header .tools .btn {
		display: none;
	}
	header .tools {
		width: calc(100% - 144px);padding-right: 0;
	}
	.mobmenu {
		background-repeat: no-repeat;
		display: block;
		width: 40px;
		height: 40px;
		background-position: center;
		background-size: 32px;
	}
	.form .wrap {
		padding: 24px 24px;
	}
.wrap {
    max-width: calc(100%  );
}
header .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 275px;
    height: 100vh;
    background: #252323f2;
    z-index: 100;
    transition: all 0.6s ease;
    transform: translateX(375px);
    opacity: 0;
    pointer-events: none;
    display: block;
    padding: 24px;
    padding-top: 64px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.menuopened header .menu {
    pointer-events: all;
    opacity: 1;
    transform: translateX(0px);
}
header .menu a {
    height: 32px;
    line-height: 32px;
}
header .menu .btn {
    height: 40px;
    line-height: 40px;
    margin-top: 24px;
    text-align: center;
    max-width: 130px;
    display: block;
    padding: 0 16px;
}
header .menu .btn.btn-white {color:#000}
.justdesktop {display:none !important;}

header .menu .close {
    display: block;
    width: 42px;
    height: 42px;
    background-size: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 12px;
    right: 12px;
    opacity: 0.7;
    z-index: 1;
}
.bonuses_cards .items
.bonus.item { 
    flex: 1 1 275px;
}
.bonuses_cards .items .bonus.item {
    text-align: center; 
}
.bonuses_cards .items .bonus.item div.params {
    width: 100%;
    max-width: 175px;
    left: calc( (100% - 175px) / 2);
}
}



@media (max-width: 768px) {
	.block_lavinabonus .lavina .left .info > div .btn {
    margin-left: 24px;
}
.promo_subblock .gold {
    font-size: 30px;
}
.game-menu .items > a {
    margin-right: 12px;
    top: 2px;
}
.game-menu .items {
    overflow-x: auto;
	height:76px;
	overflow-y:hidden;
	scrollbar-width: none; 
	-ms-overflow-style: none; 
}
.game-menu .items::-webkit-scrollbar {	width: 0;   display: none;}
.game-menu .more {
    position: relative;
    display: inline-flex;
}
.game-menu .more span {
    display: none;
}
.game-menu .items .more-menu {
    position: relative;
    top: 0;
    width: auto;
    white-space: nowrap;
    padding: 0;
    box-shadow: none;
    background: transparent;
    display: block;
    opacity: 1;
}
.game-menu .more:after {display:none;}
.game-menu .more-menu a {
    display: inline-flex;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    top: 2px;margin-right: 12px;
}
.block_lavinabonus .lavina {
    width: 100%;
    height: 434px;
}
.block_lavinabonus .bonuss {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
}
.block_lavinabonus { 
    height: auto;
}
.block_lavinabonus .bonuss .btn {
    width: 140px;
    padding: 0 12px;
    position: absolute;
    right: 23px;
    left: auto;
}

	.faq .q {
		font-size: 15px;
	}

}
 


@media (max-width: 576px) {
	.faq .a {transition:none;}
	.wrap {
    padding: 0 12px;
	}
	.block_lavinabonus .wrap {
    max-width: 100%;
    padding: 0 12px;
	}
	.game-items {
    padding: 0 12px;
	}

	.faq .q {
		font-size: 12px; 
		display: flex;align-items: start;
	}
	.faq.active .a {
    width: calc(100% - 32px);
    font-size: 12px;
	}
	.faq.active .a div[itemprop="text"] {
		font-size: inherit;
	}
	.promo_subblock .gold {
    font-size: 16px;
	}
	.game-menu .items  a {
    top: 0;
	}
	.game-items .game-item {
    width: calc(50% - 6px);
    margin-bottom: 16px;
	}
	.game-items {
    gap: 12px;
	}
	.game-items .game-item .game-item-img {
    width: 100%;
	}
	.block_lavinabonus .lavina .right { 
     margin-left: 16px; 
	}
	.block_lavinabonus .lavina .left { 
    width: calc(100% - 16px - 96px); 
	}
	.block_lavinabonus .lavina .left .info > div {
    margin-bottom: 12px;
    height: auto;
	}	
	.block_lavinabonus .lavina .left > b {
    margin-bottom: 0px;
	}
	.block_lavinabonus .lavina .left .info > div .btn {
    position: relative;
    margin-top: 11px;
	}	
	.paymethods .wrap {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    height: calc(24px + 48px + 4px);
	}	
	footer .footer_text {
    font-size: 12px;
    line-height: 1.7em;
	}
	footer .footer_text .wrap {
    font: inherit;
	}
	footer .footer_copy {
    font-size: 13px;
	}
	footer .footer_menu .col a {
    font-size: 12px; 
	}
	.cols_2x_1x {
    display: block;
	}
	.cols_2x_1x .col_2x {
    width: 100%;
	}	
	.bonuses_cards .items .bonus.item {
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
	}
	.cols_2x_1x .col_1x {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
	}
.block_lavinabonus.col_1x .lavina:after { 
    height: 100%; pointer-events:none;
	
}	
.block_lavinabonus .lavina .left .info > div .btn {
    position: absolute;
    margin-top: 0;
}
.block_lavinabonus .lavina {
    height: auto;
    max-height: 440px;
}
.form .form-item {
    width: 100%;
    margin-right: 0;
}	
.comments_list .items .item .info {
    width: 100px;
}
.comments_list .items .item .info .name {
    font-size: 12px;
}
.comments_list .items .item .info .date {
	font-size: 10px;
}
.comments_list .items .item .text {
    width: calc(100% - 100px);
    font-size: 12px;
}
.support_text_block .wrap {
    padding: 24px;
}
.support_text_block p {
    font-size: 12px;
}
.support_text_block blockquote, .support_text_block blockquote * {
    font-size: 14px;
}
.support_text_block table th,
.support_text_block table td { 
    font-size: 12px; 
}

 
.promo_block.promo_downloads .slides .slide>img {
    position: absolute;
    width: 80%;
    height: 80%;
    right: -40%;
    left: auto;
    top: 10%;
    opacity: 0.6;
}
.promo_block.promo_downloads .slides .slide .cont {
    width: calc(100% - 60px);
    margin: 0;
}
.promo_block .slides .slide .cont .btn {
    white-space: normal;
}
.features {flex-wrap: wrap;}
.features .col {    flex: 0 0 50%;}
.support_text_block .wrap {
    padding: 0;
}
.comments_list .items .item .text {
    width: 100%; 
}
.promo_block .slides .slide .cont .title_1 {
    font-size: 22px;
    line-height: 1.2em;
}
.promo_block .slides .slide .cont .title_2 {
    font-size: 16px;
    height: auto;
    line-height: 1.3em;
}
.promo_subblock .gold {
    display: block;
    text-align: center;
    font-size: 21px;
}
.promo_subblock .btn {
    position: relative;
    margin: 0 auto;
    width: 155px;
    display: block;
    right: 0;
    top: 0;
}
.promo_subblock {
    height: auto; 
}
.game-items .game-item .hovered {
    text-align: center;
}
.game-items .game-item {
    width: calc(50% - 6px);
    margin-bottom: 16px;
    flex: 0 1 calc(50% - 10px);
    min-height: 100px;
}

.block_lavinabonus .lavina .left .info > div .btn {
    position: relative;
    margin-top: 12px;
}
.block_lavinabonus .lavina .left .tabl .tr ins {
    font-size: 11px;
}
.block_lavinabonus .lavina .left .tabl .tr ins:nth-child(3) {
    white-space: nowrap;
}
.support_text_block {font-size: 12px;}
.block_faq {
    margin: 0px auto;
    margin-top: 24px;
}
.support_text_block h1, .support_text_block h2, .support_text_block h3 {
    margin-top: 10px;
}
.form .form-controls {
    text-align: center;
}
.promo_block.promo_downloads .slides .slide .cont
.title_2 {
    font-size: 16px; 
}
.promo_block .slides .slide .cont .btn {
    white-space: nowrap;
}
.btn {
	   font-size: 13px;
    height: auto;
    min-height: 40px;
    line-height: unset;
    padding: 12px 20px;
    max-width: 200px;
    white-space: normal;
}
.promo_block .slides .slide .cont .btn {
	white-space: normal;
}
header, footer, .content {
    min-width: 320px;
}

}
.faq-blocks .faq .q:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%235f6368'%3E%3Cpath d='M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z'/%3E%3C/svg%3E");
}
.game-items .game-item .game-item-img:after {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.58 2.67H5.42c-.61 0-1.11.5-1.09 1.1l.02.37H1.92c-.31 0-.56.25-.56.55 0 2.14.77 3.62 1.81 4.63a7.4 7.4 0 003.18 1.75c.54.15.91.6.91 1.05 0 .48-.39.87-.87.87h-.6a.74.74 0 100 1.48h4.42a.74.74 0 100-1.48h-.6a.87.87 0 01-.87-.87c0-.45.36-.9.9-1.05a7.38 7.38 0 003.19-1.75c1.04-1 1.8-2.5 1.8-4.63 0-.3-.24-.55-.55-.55h-2.43l.02-.36c.02-.61-.48-1.11-1.09-1.11zM2.5 5.25h1.94c.21 2.07.68 3.46 1.2 4.39a4.9 4.9 0 01-3.14-4.4zm9.57 3.28c-.52.5-1.11.86-1.69 1.11.52-.93.99-2.32 1.2-4.4h1.94a4.92 4.92 0 01-1.45 3.29z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}
.logo {
	background-image: url("data:image/svg+xml,%0A%3Csvg id='e1Hmv0wZPeB1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 50' shape-rendering='geometricPrecision' text-rendering='geometricPrecision'%3E%3Cstyle%3E%3C!%5BCDATA%5B%0A%23e1Hmv0wZPeB5_to %7Banimation: e1Hmv0wZPeB5_to__to 15000ms linear infinite normal forwards%7D@keyframes e1Hmv0wZPeB5_to__to %7B 0%25 %7Btransform: translate(40.911227px,16.867185px)%7D 2%25 %7Btransform: translate(40.911227px,16.867185px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 6.666667%25 %7Btransform: translate(53.830147px,16.867185px)%7D 16%25 %7Btransform: translate(53.830147px,16.867185px)%7D 19.333333%25 %7Btransform: translate(40.911227px,16.867185px)%7D 100%25 %7Btransform: translate(40.911227px,16.867185px)%7D%7D %23e1Hmv0wZPeB7_tr %7Banimation: e1Hmv0wZPeB7_tr__tr 15000ms linear infinite normal forwards%7D@keyframes e1Hmv0wZPeB7_tr__tr %7B 0%25 %7Btransform: translate(41.719475px,16.867177px) rotate(0deg);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 2%25 %7Btransform: translate(41.719475px,16.867177px) rotate(-32.061531deg);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 6.666667%25 %7Btransform: translate(41.719475px,16.867177px) rotate(360deg)%7D 14%25 %7Btransform: translate(41.719475px,16.867177px) rotate(360deg)%7D 15.333333%25 %7Btransform: translate(41.719475px,16.867177px) rotate(367.850292deg)%7D 20%25 %7Btransform: translate(41.719475px,16.867177px) rotate(180deg)%7D 100%25 %7Btransform: translate(41.719475px,16.867177px) rotate(180deg)%7D%7D %23e1Hmv0wZPeB7_ts %7Banimation: e1Hmv0wZPeB7_ts__ts 15000ms linear infinite normal forwards%7D@keyframes e1Hmv0wZPeB7_ts__ts %7B 0%25 %7Btransform: scale(1,1)%7D 6.666667%25 %7Btransform: scale(1,1);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 8%25 %7Btransform: scale(0,1);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 9.333333%25 %7Btransform: scale(1,1);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 10.666667%25 %7Btransform: scale(0,1);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 12%25 %7Btransform: scale(1,1)%7D 100%25 %7Btransform: scale(1,1)%7D%7D %23e1Hmv0wZPeB7 %7Banimation: e1Hmv0wZPeB7_c_o 15000ms linear infinite normal forwards%7D@keyframes e1Hmv0wZPeB7_c_o %7B 0%25 %7Bopacity: 0;animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 1.333333%25 %7Bopacity: 1%7D 18.666667%25 %7Bopacity: 1%7D 20%25 %7Bopacity: 0%7D 100%25 %7Bopacity: 0%7D%7D %23e1Hmv0wZPeB9 %7Banimation: e1Hmv0wZPeB9__m 15000ms linear infinite normal forwards%7D@keyframes e1Hmv0wZPeB9__m %7B 0%25 %7Bd: path('M50.544777,15.897662C50.544777,15.897662,34.87939,15.820111,34.87939,15.820111L34.87939,7.227009L73.810205,7.227009L73.810205,43.908833L34.724286,43.908833L34.724288,37.499476L50.544777,37.499476L50.544777,15.897662Z')%7D 4%25 %7Bd: path('M50.544777,15.897662C50.544777,15.897662,34.87939,15.820111,34.87939,15.820111L34.87939,7.227009L73.810205,7.227009L73.810205,43.908833L34.724286,43.908833L34.724288,37.499476L50.544777,37.499476L50.544777,15.897662Z')%7D 4.666667%25 %7Bd: path('M34.788671,15.447461C34.788671,15.447461,34.87939,15.36991,34.87939,15.36991L34.87939,7.227009L73.810205,7.227009L73.810205,43.908833L34.724286,43.908833L34.724286,37.161859L34.691082,37.161859L34.788671,15.447461Z');animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 18%25 %7Bd: path('M34.788671,15.447461C34.788671,15.447461,34.87939,15.36991,34.87939,15.36991L34.87939,7.227009L73.810205,7.227009L73.810205,43.908833L34.724286,43.908833L34.724286,37.161859L34.691082,37.161859L34.788671,15.447461Z');animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 18.666667%25 %7Bd: path('M50.544777,15.897662C50.544777,15.897662,34.87939,15.820111,34.87939,15.820111L34.87939,7.227009L73.810205,7.227009L73.810205,43.908833L34.724286,43.908833L34.724288,37.499476L50.544777,37.499476L50.544777,15.897662Z')%7D 100%25 %7Bd: path('M50.544777,15.897662C50.544777,15.897662,34.87939,15.820111,34.87939,15.820111L34.87939,7.227009L73.810205,7.227009L73.810205,43.908833L34.724286,43.908833L34.724288,37.499476L50.544777,37.499476L50.544777,15.897662Z')%7D%7D %23e1Hmv0wZPeB10_ts %7Banimation: e1Hmv0wZPeB10_ts__ts 15000ms linear infinite normal forwards%7D@keyframes e1Hmv0wZPeB10_ts__ts %7B 0%25 %7Btransform: translate(41.364301px,17.13346px) scale(1,1)%7D 7.333333%25 %7Btransform: translate(41.364301px,17.13346px) scale(1,1);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 8.666667%25 %7Btransform: translate(41.364301px,17.13346px) scale(0,1);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 10%25 %7Btransform: translate(41.364301px,17.13346px) scale(1,1);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 11.333333%25 %7Btransform: translate(41.364301px,17.13346px) scale(0,1);animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 12.666667%25 %7Btransform: translate(41.364301px,17.13346px) scale(1,1)%7D 100%25 %7Btransform: translate(41.364301px,17.13346px) scale(1,1)%7D%7D %23e1Hmv0wZPeB12 %7Banimation: e1Hmv0wZPeB12_c_o 15000ms linear infinite normal forwards%7D@keyframes e1Hmv0wZPeB12_c_o %7B 0%25 %7Bopacity: 1%7D 0.666667%25 %7Bopacity: 1;animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 2%25 %7Bopacity: 0%7D 18.666667%25 %7Bopacity: 0%7D 20%25 %7Bopacity: 1%7D 100%25 %7Bopacity: 1%7D%7D %23e1Hmv0wZPeB13 %7Banimation: e1Hmv0wZPeB13_c_o 15000ms linear infinite normal forwards%7D@keyframes e1Hmv0wZPeB13_c_o %7B 0%25 %7Bopacity: 0%7D 8%25 %7Bopacity: 0%7D 8.666667%25 %7Bopacity: 1%7D 9.333333%25 %7Bopacity: 0%7D 10.666667%25 %7Bopacity: 0%7D 11.333333%25 %7Bopacity: 1%7D 12%25 %7Bopacity: 0%7D 100%25 %7Bopacity: 0%7D%7D %23e1Hmv0wZPeB14 %7Banimation: e1Hmv0wZPeB14_c_o 15000ms linear infinite normal forwards%7D@keyframes e1Hmv0wZPeB14_c_o %7B 0%25 %7Bopacity: 0%7D 7.333333%25 %7Bopacity: 0;animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 8%25 %7Bopacity: 1;animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 8.666667%25 %7Bopacity: 0%7D 10%25 %7Bopacity: 0;animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 10.666667%25 %7Bopacity: 1;animation-timing-function: cubic-bezier(0.42,0,0.58,1)%7D 11.333333%25 %7Bopacity: 0%7D 100%25 %7Bopacity: 0%7D%7D%0A%5D%5D%3E%3C/style%3E%3Cdefs%3E%3ClinearGradient id='e1Hmv0wZPeB4-fill' x1='8' y1='29.2532' x2='8.82194' y2='6.07284' spreadMethod='pad' gradientUnits='userSpaceOnUse' gradientTransform='translate(0 0)'%3E%3Cstop id='e1Hmv0wZPeB4-fill-0' offset='0%25' stop-color='%23bb772d'/%3E%3Cstop id='e1Hmv0wZPeB4-fill-1' offset='28.6458%25' stop-color='%23fcf296'/%3E%3Cstop id='e1Hmv0wZPeB4-fill-2' offset='82.2917%25' stop-color='%23fcf296'/%3E%3Cstop id='e1Hmv0wZPeB4-fill-3' offset='100%25' stop-color='%23fda648'/%3E%3C/linearGradient%3E%3ClinearGradient id='e1Hmv0wZPeB7-fill' x1='45.812748' y1='-5.099293' x2='45.812748' y2='38.894684' spreadMethod='pad' gradientUnits='userSpaceOnUse' gradientTransform='translate(0 0)'%3E%3Cstop id='e1Hmv0wZPeB7-fill-0' offset='0%25' stop-color='%23bb772d'/%3E%3Cstop id='e1Hmv0wZPeB7-fill-1' offset='29%25' stop-color='%23fcf296'/%3E%3Cstop id='e1Hmv0wZPeB7-fill-2' offset='48%25' stop-color='%23fffce0'/%3E%3Cstop id='e1Hmv0wZPeB7-fill-3' offset='70%25' stop-color='%23fcf296'/%3E%3Cstop id='e1Hmv0wZPeB7-fill-4' offset='100%25' stop-color='%23bb772d'/%3E%3C/linearGradient%3E%3ClinearGradient id='e1Hmv0wZPeB11-fill' x1='27.117' y1='29.2595' x2='27.6657' y2='6.05057' spreadMethod='pad' gradientUnits='userSpaceOnUse' gradientTransform='translate(0 0)'%3E%3Cstop id='e1Hmv0wZPeB11-fill-0' offset='0%25' stop-color='%23bb772d'/%3E%3Cstop id='e1Hmv0wZPeB11-fill-1' offset='28.6458%25' stop-color='%23fcf296'/%3E%3Cstop id='e1Hmv0wZPeB11-fill-2' offset='82.2917%25' stop-color='%23fcf296'/%3E%3Cstop id='e1Hmv0wZPeB11-fill-3' offset='100%25' stop-color='%23fda648'/%3E%3C/linearGradient%3E%3ClinearGradient id='e1Hmv0wZPeB12-fill' x1='46.6174' y1='39.6118' x2='47.8926' y2='-3.98852' spreadMethod='pad' gradientUnits='userSpaceOnUse' gradientTransform='translate(0 0)'%3E%3Cstop id='e1Hmv0wZPeB12-fill-0' offset='1%25' stop-color='%23bb772d'/%3E%3Cstop id='e1Hmv0wZPeB12-fill-1' offset='28.6458%25' stop-color='%23fcf296'/%3E%3Cstop id='e1Hmv0wZPeB12-fill-2' offset='47.9167%25' stop-color='%23fffce0'/%3E%3Cstop id='e1Hmv0wZPeB12-fill-3' offset='69.7917%25' stop-color='%23fcf296'/%3E%3Cstop id='e1Hmv0wZPeB12-fill-4' offset='100%25' stop-color='%23bb772d'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='matrix(1.318479 0 0 1.318479-15.640031-9.248092)'%3E%3Cg transform='translate(12.268353 9.04556)'%3E%3Cpath d='M8.24988,23.1724h2.57812v3.0931h-9.5676v-3.0931h2.45873c.26258-2.0813.87368-4.1916,1.82853-6.3404.95962-2.1488,2.1675-4.0229,3.62365-5.6225h-5.89141v2.4957h-3.2799v-5.52133h13.4347v2.32703c-.9214.8865-1.7712,2.0573-2.5638,3.5171-.7877,1.455-1.41314,3.0016-1.87624,4.63-.4631,1.6333-.71136,3.1365-.74478,4.5096v.0048Z' fill='url(%23e1Hmv0wZPeB4-fill)'/%3E%3Cg id='e1Hmv0wZPeB5_to' transform='translate(40.911227,16.867185)'%3E%3Cg transform='translate(-40.911226,-16.867185)'%3E%3Cg mask='url(%23e1Hmv0wZPeB8)'%3E%3Cg id='e1Hmv0wZPeB7_tr' transform='translate(41.719475,16.867177) rotate(0)'%3E%3Cg id='e1Hmv0wZPeB7_ts' transform='scale(1,1)'%3E%3Cpath id='e1Hmv0wZPeB7' d='M52.61156,26.20991l2.5232,1.46693c.32169.19217.4021.63735.16087.92057-2.60367,3.04516-6.19249,5.19997-10.28389,5.96882-.3619.06072-.70372-.23269-.70372-.60696v-2.92372c0-.33387-.27142-.60702-.60312-.60702h-3.97079c-.33176,0-.60318.27315-.60318.87004v2.67083c0,.37427-.33176.66768-.70372.59683-4.08134-.76886-7.68022-2.92366-10.28384-5.96882-.25132-.28322-.16085-.7284.16084-.92057l2.52319-1.46693c.29155-.17197.39209-.53617.22121-.82958l-1.99045-3.45989c-.17089-.29335-.53279-.39453-.82431-.22256l-2.53328,1.46693c-.33173.19223-.75395.04046-.87458-.31361-.65342-1.87158-1.02537-3.88481-1.02537-5.97895s.37195-4.10737,1.02537-5.97895c.13068-.35407.5529-.50584.87458-.31361l2.53328,1.46693c.29152.17197.65342.07079.82431-.22256l1.99045-3.45989c.17088-.29341.07034-.65761-.22121-.82958L28.30421,6.06766c-.32169-.19217-.40211-.63735-.16084-.92057c2.60362-3.04513,6.19244-5.19998,10.28384-5.96884.3619-.0607.70372.23268.70372.607v2.91359c0,.33385.27142.607.60318.607h3.97079c.3317,0,.60312-.27315.60312-.87003v-2.6708c0-.37431.34182-.6677.70372-.59688c4.0914.77898,7.69028,2.93383,10.28389,5.97896.25129.28322.16082.7284-.16087.92057l-2.5232,1.46693c-.29155.17197-.39203.53617-.22115.82958l1.99043,3.45989c.17088.29335.53278.39453.82433.22256l2.53327-1.46693c.3317-.19223.75393-.04046.87454.31361.65345,1.87158,1.02535,3.88481,1.02535,5.97895s-.3719,4.10737-1.02535,5.97895c-.13068.35407-.55291.50584-.87454.31361l-2.53327-1.46693c-.29155-.17197-.65345-.07079-.82433.22256l-1.99043,3.45989c-.17088.29341-.0704.65761.22115.82958Zm1.03542-9.33767c0-6.6365-5.33796-12.00844-11.93249-12.00844s-11.93249,5.37194-11.93249,12.00844s5.34797,12.00844,11.93249,12.00844c6.59453,0,11.93249-5.37194,11.93249-12.00844Z' transform='translate(-41.719475,-16.867177)' opacity='0' fill='url(%23e1Hmv0wZPeB7-fill)'/%3E%3C/g%3E%3C/g%3E%3Cmask id='e1Hmv0wZPeB8'%3E%3Cpath id='e1Hmv0wZPeB9' d='M50.544777,15.897662c0,0-15.665387-.077551-15.665387-.077551v-8.593102h38.930815v36.681824h-39.085919l.000002-6.409357h15.820489v-21.601814Z' transform='translate(-11.773298-9.439853)' fill='%23fff' stroke='%233f5787' stroke-width='0'/%3E%3C/mask%3E%3C/g%3E%3Cg id='e1Hmv0wZPeB10_ts' transform='translate(41.364301,17.13346) scale(1,1)'%3E%3Cpath d='M44.757,15.0673c-.3994,0-1.1326.1903-1.1326.1903s1.1326-1.3577,1.1326-2.2656c0-1.6517-1.4569-2.992-3.2523-2.992s-3.2523,1.3403-3.2523,2.992c0,.9079.4417,1.7165,1.1326,2.2656-.3525-.1211-.7332-.1903-1.1326-.1903-1.7954,0-3.2524,1.3404-3.2524,2.992s1.457,2.992,3.2524,2.992c1.0245,0,1.941-.4367,2.5332-1.1199.0564,1.7338-.2914,3.1433-.6063,4.0686h2.9187c-.3807-.8431-.8836-2.2699-.8977-4.0859.5969.6918,1.5134,1.1372,2.5474,1.1372c1.7953,0,3.2523-1.3404,3.2523-2.992s-1.457-2.992-3.2523-2.992h.0093Z' transform='translate(-41.5,-17)' fill='%23d1021b'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M22.1724,11.2576v11.9387h2.0911v3.0739h-9.1522v-3.0739h2.3871v-11.9387h-2.3871v-3.07387h9.3337v3.07387h-2.2726Zm10.4269,0l-5.0654,4.9528l5.8866,6.9811h1.8524v3.0738h-9.6201v-3.0738h2.0912l-5.4236-6.4174l5.8389-5.5214h-2.1388v-3.07379h8.7607v3.07379h-2.1866l.0047.0049Z' fill='url(%23e1Hmv0wZPeB11-fill)'/%3E%3Cpath id='e1Hmv0wZPeB12' d='M58.174,11.6543c-.0716-.2168-.3246-.3131-.5204-.1975l-1.9622,1.1418c-.3246.1928-.7447.0771-.9309-.2505l-1.967-3.43516c-.191-.32762-.0764-.7516.2482-.9395l1.6997-.98767c.4201-.24571.5108-.80941.2005-1.1852-2.454-2.92447-5.8437-5.01063-9.7108-5.786314-.5013-.101176-.9692.284257-.9692.794955v1.965709c0,.38061-.3055.68896-.6827.68896h-3.934c-.3771,0-.6827-.30835-.6827-.68896v-2.028342c0-.428794-.3962-.741958-.8164-.650418-3.9387.881678-7.3618,3.13646-9.7633,6.23438h8.1305c1.3464-.6986,2.8312-1.15148,4.4067-1.27675c7.2902-.57815,13.3296,5.51171,12.7519,12.86861-.4535,5.7863-5.0988,10.4742-10.8327,10.9319-1.8476.1493-3.6141-.1349-5.2135-.7613h-8.8228c2.4588,2.9342,5.8724,5.0348,9.7586,5.8056.21.0434.4058-.1252.4058-.342v-1.4069c0-.3806.3055-.6889.6827-.6889h3.934c.3771,0,.6827.3083.6827.6889v1.4839c0,.2168.1957.3903.4106.3566c4.0008-.6649,7.5337-2.7173,10.0879-5.6611.2006-.2312.1385-.5974-.1289-.7516l-1.5898-.925c-.3246-.1927-.4392-.6119-.2483-.9395l1.967-3.4352c.191-.3276.6064-.4432.931-.2505l1.6423.9588c.2531.1493.5825.0337.678-.2458.635-1.8067.9883-3.7531.9883-5.7766c0-1.8501-.2913-3.6327-.826-5.3046l-.0048-.0048Z' fill='url(%23e1Hmv0wZPeB12-fill)'/%3E%3Crect id='e1Hmv0wZPeB13' width='2.819016' height='13.444539' rx='0' ry='0' transform='matrix(.599689 0 0 1.042642 53.602143 10.18023)' opacity='0' fill='%23c33218' stroke-width='0'/%3E%3C/g%3E%3Crect id='e1Hmv0wZPeB14' width='4.67352' height='35.965783' rx='1' ry='1' transform='matrix(.61085 0 0 1.028242 65.381979 7.612675)' opacity='0' fill='%23f3bb78' stroke-width='0' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}



blockquote:before {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23d1021b' width='48px' height='48px' viewBox='0 0 64 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='Icons' x='-640' y='0' width='1280' height='800' style='fill:none;'/%3E%3Cpath id='quote-1' d='M27.194,12l0,8.025c-2.537,0.14 -4.458,0.603 -5.761,1.39c-1.304,0.787 -2.22,2.063 -2.749,3.829c-0.528,1.766 -0.793,4.292 -0.793,7.579l9.303,0l0,19.145l-19.081,0l0,-18.201c0,-7.518 1.612,-13.025 4.836,-16.522c3.225,-3.497 7.973,-5.245 14.245,-5.245Zm28.806,0l0,8.025c-2.537,0.14 -4.457,0.586 -5.761,1.338c-1.304,0.751 -2.247,2.028 -2.828,3.829c-0.581,1.8 -0.872,4.344 -0.872,7.631l9.461,0l0,19.145l-19.186,0l0,-18.201c0,-7.518 1.603,-13.025 4.809,-16.522c3.207,-3.497 7.999,-5.245 14.377,-5.245Z' style='fill-rule:nonzero;'/%3E%3C/svg%3E");
}

.avat {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' id='icon-user'%3E%3Cpath fill='%23D1D1D1' fill-rule='evenodd' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm3-12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-9 7a7.489 7.489 0 0 1 6-3 7.489 7.489 0 0 1 6 3 7.489 7.489 0 0 1-6 3 7.489 7.489 0 0 1-6-3Z' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
}

.imgReviews {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 460 460' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23FF7F4F;' d='M230.333,0C103.308,0,0,102.974,0,230c0,98.785,62.479,183.024,150.004,215.598l297.381-291.024 C416.25,64.595,330.94,0,230.333,0z'/%3E%3Cpath style='fill:%23FF5419;' d='M460,230c0-26.416-4.467-51.784-12.663-75.41l-44.274-44.274l-345.46,201.7l50.785,50.785 l-10.785,30.515l52.366,52.367C174.895,454.935,202.188,460,230.333,460C357.359,460,460,357.026,460,230z'/%3E%3Cpolygon style='fill:%2371E2F0;' points='403.063,110.317 403.063,312.017 230.333,312.017 200.003,211.167 230.333,110.317 '/%3E%3Cpolygon style='fill:%23C2FBFF;' points='230.333,110.317 230.333,312.017 178.893,312.017 97.603,393.317 97.603,312.017 57.603,312.017 57.603,110.317 '/%3E%3Cpolygon style='fill:%23C2FBFF;' points='383.063,130.317 383.063,292.017 230.333,292.017 210.333,211.167 230.333,130.317 '/%3E%3Crect x='77.603' y='130.317' style='fill:%23FFFFFF;' width='152.73' height='161.7'/%3E%3Crect x='97.603' y='241.167' style='fill:%23366796;' width='132.73' height='20'/%3E%3Cpolygon style='fill:%23121149;' points='230.333,221.167 363.063,221.167 363.063,201.167 230.333,201.167 220.333,211.167 '/%3E%3Crect x='97.603' y='201.167' style='fill:%23366796;' width='132.73' height='20'/%3E%3Cpolygon style='fill:%23121149;' points='230.333,181.167 363.063,181.167 363.063,161.167 230.333,161.167 220.333,171.167 '/%3E%3Crect x='97.603' y='161.167' style='fill:%23366796;' width='132.73' height='20'/%3E%3C/g%3E%3C/svg%3E");
	
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 460 460' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:transparent' d='M230.333,0C103.308,0,0,102.974,0,230c0,98.785,62.479,183.024,150.004,215.598l297.381-291.024 C416.25,64.595,330.94,0,230.333,0z'/%3E%3Cpath style='fill:transparent;' d='M460,230c0-26.416-4.467-51.784-12.663-75.41l-44.274-44.274l-345.46,201.7l50.785,50.785 l-10.785,30.515l52.366,52.367C174.895,454.935,202.188,460,230.333,460C357.359,460,460,357.026,460,230z'/%3E%3Cpolygon style='fill:%2371E2F0;' points='403.063,110.317 403.063,312.017 230.333,312.017 200.003,211.167 230.333,110.317 '/%3E%3Cpolygon style='fill:%23C2FBFF;' points='230.333,110.317 230.333,312.017 178.893,312.017 97.603,393.317 97.603,312.017 57.603,312.017 57.603,110.317 '/%3E%3Cpolygon style='fill:%23C2FBFF;' points='383.063,130.317 383.063,292.017 230.333,292.017 210.333,211.167 230.333,130.317 '/%3E%3Crect x='77.603' y='130.317' style='fill:%23FFFFFF;' width='152.73' height='161.7'/%3E%3Crect x='97.603' y='241.167' style='fill:%23366796;' width='132.73' height='20'/%3E%3Cpolygon style='fill:%23121149;' points='230.333,221.167 363.063,221.167 363.063,201.167 230.333,201.167 220.333,211.167 '/%3E%3Crect x='97.603' y='201.167' style='fill:%23366796;' width='132.73' height='20'/%3E%3Cpolygon style='fill:%23121149;' points='230.333,181.167 363.063,181.167 363.063,161.167 230.333,161.167 220.333,171.167 '/%3E%3Crect x='97.603' y='161.167' style='fill:%23366796;' width='132.73' height='20'/%3E%3C/g%3E%3C/svg%3E");
}

.mobmenu {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 18L20 18' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 12L20 12' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 6L20 6' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.close {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8L8 16M8 8L16 16' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.faq-blocks .faq.active .q:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%235f6368'%3E%3Cpath d='M200-440v-80h560v80H200Z'/%3E%3C/svg%3E");
}
.game-menu .more:after {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg' class='arrowDown___v5a71'%3E%3Cpath d='M12.35 14.65a.5.5 0 01-.7 0l-3.8-3.8a.5.5 0 01.36-.85h7.58a.5.5 0 01.36.85l-3.8 3.8z'%3E%3C/path%3E%3C/svg%3E");
	content:'';
}


