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, 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, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body{
	font-family: "Montserrat", sans-serif;
	background: #160428;
  display: flex;
  gap: 24px;
  padding: 10px;
}

aside{
  width: 270px;
  border-radius: 40px;
  background: #21063B;
  box-shadow: 0 -2px 4px 0 rgba(62, 79, 101, 0.25) inset, 0 2px 4px 0 rgba(62, 79, 101, 0.25) inset;
  padding: 16px;
  box-sizing: border-box;
  height: fit-content;
}

.wrapper{
  width: calc(100% - 304px);
  max-width: 1112px;
  margin: 0 auto;
}

.logo{
  display: flex;
  width: 84px;
  margin: 0 auto;
}

.logo img{
  width: 100%;
}

.bok_panel_title{
  margin: 13px auto;
  color: #FFFAA4;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bok_panel_title:before, .bok_panel_title:after{
  background: linear-gradient(90deg, rgba(91, 64, 118, 0.10) 0%, #5B4076 49.99%, rgba(91, 64, 118, 0.10) 100%);
  height: 1px;
  content: '';
  width: 10%;
}

.bok_panel_blocks{
  display: flex;
  gap: 10px 4px;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.bok_panel_block{
  border-radius: 14px;
  border: 1px solid rgba(248, 255, 166, 0.20);
  background: linear-gradient(90deg, #8608A0 1.38%, #650D3E 97.63%);
  box-shadow: 0 3px 4px 0 #6A3B72 inset, -12px 4px 10px -15px #6B1D4B inset;
  padding-left: 32px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #C3FF4B;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  align-items: center;
  position: relative;
}

.bok_panel_block.block_50{
  width: calc(50% - 2px);
  padding-left: 0;
  gap: 1px;
}

.bok_panel_block.mutniy_block{
  border: 1px solid rgba(248, 255, 166, 0.20);
  opacity: 0.5;
  background: linear-gradient(90deg, #8608A0 1.38%, #650D3E 97.63%);
  box-shadow: 0 3px 4px 0 #6A3B72 inset, -12px 4px 10px -15px #6B1D4B inset;
}

.bok_panel_block img{
  width: 42px;
  margin-top: 14px;
}

.bok_panel_block span{
  position: absolute;
  padding: 2px 6px;
  color: #fff;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  text-transform: uppercase;
  right: 6px;
  border-radius: 15px;
  background: #FF4B4E;
  top: -7px;
}

.bok_panel_razdely{
  margin-bottom: 28px;
}

.bok_panel_razdely a{
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.00);
  background: #360F59;
  box-shadow: 0 3px 4px 1px #43136E inset;
  display: flex;
  text-decoration: none;
  padding: 6px 16px;
  box-sizing: border-box;
  gap: 21px;
  margin-bottom: 8px;
}

.bok_panel_razdely a .left{
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bok_panel_razdely a .left:after{
  height: 100%;
  width: 1px;
  background: linear-gradient(0deg, rgba(91, 64, 118, 0.10) 0%, #5B4076 47.13%, rgba(91, 64, 118, 0.10) 100%);
  content: '';
  display: block;
  position: absolute;
  left: 34px;
}

.bok_panel_razdely a .left img{
  max-height: 100%;
  max-width: 100%;
}

.bok_panel_razdely a p{
  color: #A383C5;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.bok_panel_razdely a p.odel_zagolovok{
  font-size: 14px;
  line-height: 17px;
  color: #F19999;
  margin-bottom: 4px;
}

.crach_igry{
  margin-top: 24px;
  margin-bottom: 15px;
}

.crach_igry a{
  display: flex;
  position: relative;
  border-radius: 20px;
  background: #0A0A0A;
  box-shadow: 0 0 4px 1px rgba(231, 203, 255, 0.33) inset;
  overflow: hidden;
  margin-bottom: 8px;
}

.crach_igry a p{
  position: absolute;
  top: 28px;
  right: 28px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.crach_igry a img{
  width: 100%;
}

.hr{
  background: linear-gradient(90deg, rgba(91, 64, 118, 0.10) 0%, #5B4076 49.99%, rgba(91, 64, 118, 0.10) 100%);
  height: 1px;
  width: 100%;
}

aside .tut_nazhimat{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  margin-top: 24px;
}

aside .tut_nazhimat a{
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 16px;
  box-sizing: border-box;
}

a.download{
  border-radius: 16px;
  background: linear-gradient(90deg, #DB53FF 0%, #5B29AE 100%);
  box-shadow: 0 -2px 4px 0 rgba(62, 79, 101, 0.25) inset, 0 2px 4px 0 rgba(62, 79, 101, 0.25) inset;
  width: 100%;
  justify-content: space-between;
}

a.download img {
  height: 40px;
}

a.download img.button_download_img{
  height: 24px;
}

aside .tut_nazhimat a.nazhimay_pishi, aside .tut_nazhimat a.nazhimay_yazik{
  width: calc(50% - 4px);
}

aside .tut_nazhimat a.nazhimay_pishi{
  border-radius: 24px;
  background: #360F59;
  box-shadow: 0 3px 4px 1px #43136E inset;
}

aside .tut_nazhimat a.nazhimay_yazik{
  border-radius: 24px;
  background: #360F59;
  box-shadow: 0 3px 4px 0 #43136E inset;
  border-radius: 24px;
  border: 1px solid #E13AFF;
}

header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

header .logo{
  height: 44px;
  padding: 0;
  background: none;
  width: 44px;
  display: none;
  margin: 0;
}

header .tut_nazhimat{
  display: flex;
  gap: 8px;
  align-items: center;
}

header .tut_nazhimat a{
  padding: 10px 24px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 80px;
  background: #3F0077;
  text-decoration: none;
}

header > a{
  border-radius: 18px;
  background: #270A42;
  box-shadow: 0 -2px 4px 0 rgba(62, 79, 101, 0.25) inset, 0 2px 4px 0 rgba(62, 79, 101, 0.25) inset;
  width: 320px;
  display: flex;
  box-sizing: border-box;
  padding: 12px 16px;
  gap: 10px;
  align-items: center;
  color: #88749D;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px; 
  text-decoration: none;
}

.vhoda_knopka, .rega_knopka{
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 17.6px;
  text-transform: uppercase;
  text-align: center;
  min-width: 50px;
  padding: 10px;
  position: relative;
  text-decoration: none;
}

.vhoda_knopka{
  border-radius: 50px;
  border: 2px solid #C8A8EB;
}

.rega_knopka{
  border-radius: 24px;
  background: linear-gradient(0deg, #DB53FF 0%, #5B29AE 70.19%);
}

.vhoda_knopka img, .rega_knopka img{
  position: absolute;
  right: -12px;
  top: -16px;
  height: 30px;
}

.banner_vverhu{
  position: relative;
  display: flex;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.30);
  overflow: hidden;
}

.banner_vverhu_content{
  position: absolute;
  right: 140px;
  width: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  height: 100%;
  text-align: center;
}

.banner_vverhu img{
  width: 100%;
}

.banner_vverhu_content .title1{
  background: linear-gradient(180deg, #F2FF3A 12.09%, #F951CC 109.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 96px;
  font-weight: 800;
  line-height: 115px;
}

.banner_vverhu_content .title2{
  background: linear-gradient(180deg, #F2FF3A 12.09%, #F951CC 109.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
  margin-bottom: 16px;
}

.banner_vverhu_content .subtitle{
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.kucha_kartinok{
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 26px 0;
}

.kartinka_dvizh{
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #360F59;
}

.kartinki{
  width: calc(100% - 44px);
  overflow-x: scroll;
}

.kartinki::-webkit-scrollbar, .banery_vverhu .items::-webkit-scrollbar, .banneri_kartinki .items::-webkit-scrollbar, .povazka::-webkit-scrollbar, .kuriery::-webkit-scrollbar{
    width: 100%;
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    height: 5px;
    z-index: 104;
}

.kartinki::-webkit-scrollbar-thumb, .banery_vverhu .items::-webkit-scrollbar-thumb, .banneri_kartinki .items::-webkit-scrollbar-thumb, .povazka::-webkit-scrollbar-thumb, .kuriery::-webkit-scrollbar-thumb{
    background: #2B311B;
    border-radius: 5px;
    z-index: 105;
}

.kucha_kartinok .kartinki_content{
  display: flex;
  gap: 17px;
  width: fit-content;
}

.kucha_kartinok .kartinki a{
  background-image: url('/wp-content/themes/vivajack/assets/images/slide-bg.svg');
  background-position: center center;
  display: flex;
  width: 120px;
  height: 70px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  color: #E5D7F3;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.00);
  background-color: #21063B;
  box-shadow: 0 3px 4px 1px #43136E inset;
}

.kucha_kartinok .kartinki a img{
  height: 36px;
}

.ssil_zagol{
  margin: 40px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ssil_zagol .title{
  display: flex;
  gap: 8px;
  align-items: center;
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.ssil_zagol .title img{
  width: 32px;
}

.ssil_zagol a{
  display: flex;
  gap: 8px;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; 
  text-decoration: none;
  border-radius: 20px;
  background: #461278;
  padding: 8px 16px;
}

.banery_vverhu{
  margin-bottom: 22px;
}

.banery_vverhu .items{
  width: 100%;
  overflow-x: scroll;
}

.banery_vverhu .blokkki_container{
  display: flex;
  width: fit-content;
  gap: 17px;
}

.banery_vverhu .item{
  width: 360px;
  box-sizing: border-box;
  height: 208px;
  border-radius: 34px;
  border: 1px solid #FFFB10;
  background-image: url('/wp-content/themes/vivajack/assets/images/top-b-bg.webp');
  position: relative;
  padding: 16px;
  text-decoration: none;
  margin-top: 7px;
  margin-bottom: 7px;
  background-size: cover;
}

.banery_vverhu .item .right{
  position: absolute;
  right: 16px;
  top: -6px;
  height: calc(100% + 12px);
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #344458;
}

.banery_vverhu .item .right img{
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.banery_vverhu .item .left img{
  width: 50px;
  margin-bottom: 16px;
}

.banery_vverhu .item .left p{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.banneri_kartinki .items{
  margin-bottom: 16px;
  width: 100%;
  overflow-x: scroll;
}

.banneri_kartinki .blokkki_container{
  display: flex;
  gap: 16px;
  width: fit-content;
}

.banneri_kartinki .items a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 172px;
  overflow: hidden;
  border-radius: 15px;
}

.banneri_kartinki .items a img{
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.povazka{
  margin: 40px 0;
  width: 100%;
  overflow-x: scroll;
}

.povazka_container{
  display: flex;
  width: fit-content;
  gap: 16px;
}

.povazka .item{
  display: flex;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #77638D;
  background-image: url('/wp-content/themes/vivajack/assets/images/Button.webp');
  width: 172px;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-size: cover;
}

.povazka .item .left{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.povazka .item .left img{
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

.povazka .item .center p:first-child{
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px; 
  margin-bottom: 6px;
}

.povazka .item .center p:last-child{
  color: #FFBD9F;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px; 
}

.povazka .item .million{
  color: #C3FF4B;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.potsjacks_banner{
  position: relative;
  padding-top: 65px;
  padding-bottom: 100px;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.potsjacks_banner .bg{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.potsjacks_banner .bg img{
  height: 100%;
}

.potsjacks_banner img.title{
  max-width: 404px;
  position: relative;
  z-index: 2;
  margin: 0 auto 15px;
  display: block;
}

.potjeck_blocks{
  position: relative;
  z-index: 2;
  max-width: 805px;
  width: 100%;
  margin: 0 auto;
}

.potjeck_blocks .sr_block{
  position: relative;
  z-index: 3;
  width: 390px;
  height: 465px;
  margin: 0 auto;
}

.potjeck_blocks .levo_block{
  left: 0;
} 

.potjeck_blocks .pravo_block{
  right: 0;
}

.potjeck_blocks .levo_block, .potjeck_blocks .pravo_block{
  position: absolute;
  z-index: 2;
  width: 275px;
  height: 328px;
  bottom: 77px;
  opacity: 0.6;
}

.potjeck_blocks .block img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.potjeck_blocks .block .content{
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 12px;
  box-sizing: border-box;
}

.potjeck_blocks .block p{
  color: #A383C5;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.potjeck_blocks .block.levo_block p, .potjeck_blocks .block.pravo_block p{
  font-size: 10px;
  line-height: 14px;
}

.potjeck_blocks .block .title{
  color: #FFBD9F;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.potjeck_blocks .block.levo_block .title, .potjeck_blocks .block.pravo_block .title{
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 3px;
}

.potjeck_blocks .block .million{
  color: #FFF;
  font-size: 31px;
  font-weight: 900;
  line-height: 38px;
  margin-bottom: 4px;
}

.potjeck_blocks .block.levo_block .million, .potjeck_blocks .block.pravo_block .million{
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 3px;
}

.potjeck_blocks .block .hr{
  width: 280px;
  height: 1px;
  background: #fff;
  margin: 12px auto;
}

.potjeck_blocks .block.levo_block .hr, .potjeck_blocks .block.pravo_block .hr{
  margin: 7px auto;
  width: 200px;
}

.potjeck_blocks .block .vilka{
  color: #FFBD9F;
  font-size: 14px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 12px;
}

.potjeck_blocks .block.levo_block .vilka, .potjeck_blocks .block.pravo_block .vilka{
  font-size: 10px;
  margin-bottom: 8px;
}

.potjeck_blocks .block .zanov{
  color: #58D07A;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 155%; 
}

.potjeck_blocks .block.levo_block .zanov, .potjeck_blocks .block.pravo_block .zanov{
  font-size: 10px;
}

.potjeck_blocks .block a{
  padding: 10px 23px;
  margin: 24px auto 0;
  background: #E90043;
  border-radius: 20px;
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
}

.potjeck_blocks .block.levo_block a, .potjeck_blocks .block.pravo_block a{
  padding: 7px 17px;
  font-size: 8px;
  line-height: 10px;
  margin-top: 17px;
}

.kuriery{
  margin: 40px 0;
  width: 100%;
  overflow-x: scroll;
}

.kuriery_container{
  display: flex;
  gap: 12px;
  width: fit-content;
}

.kuriery a{
  width: 100px;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #1c184b;
  text-decoration: none;
}

.kuriery .img{
  height: 51px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kuriery .img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.kuriery p{
  color: #FFFFFFA3;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px; 
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.kucha_texta{
  margin: 40px 0;
}

.kucha_texta h1, .kucha_texta h2, .kucha_texta h3, .sections h1, .sections h2, .sections h3{
  margin-bottom: 15px;
  color: #FFF;
}

h1{
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

h2{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.kucha_texta p, .sections > p, .kucha_texta li{
  margin: 10px 0;
  color: #F1F5F9;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.kucha_texta li{
    margin-left: 18px;
}

table{
    border-collapse: collapse;
}

td{
    color: #F1F5F9;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
    border: 1px solid;
    padding: 8px 10px;
}

footer:before{
  height: 1px;
  width: 100%;
  content: '';
  background: linear-gradient(90deg, rgba(91, 64, 118, 0.10) 0%, #5B4076 49.99%, rgba(91, 64, 118, 0.10) 100%);
  display: block;
}

.footer_menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}

.footer_menu ul{
  list-style: none;
}

.footer_menu li{
  margin-bottom: 24px;
}

.footer_menu ul a{
  text-decoration: none;
  color: #F1F5F9;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

footer a.download{
  display: flex;
  align-items: center;
  width: 240px;
  text-decoration: none;
  color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  font-size: 12px;
}

footer .logo{
  margin: 0;
}

.noga_title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #88749D;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px; 
  align-items: center;
}

.noga_title:before, .noga_title:after{
  background: linear-gradient(90deg, rgba(91, 64, 118, 0.10) 0%, #5B4076 49.99%, rgba(91, 64, 118, 0.10) 100%);
  height: 1px;
  width: calc(50% - 100px);
  content: '';
}

.palata{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.palata .img{
  width: 80px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.palata .img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

footer .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .bottom p{
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}