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: #2b0155;
  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;
}

.container{
  width: calc(100% - 304px);
  max-width: 1112px;
  margin: 0 auto;
}

.img_logo{
  display: flex;
  width: 84px;
  margin: 0 auto;
}

.img_logo img{
  width: 100%;
}

.sidebar_zagolovok{
  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;
}

.sidebar_zagolovok:before, .sidebar_zagolovok: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%;
}

.sidebar_kirpichi{
  display: flex;
  gap: 10px 4px;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.sidebar_kirpich{
  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: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  align-items: center;
  position: relative;
}

.sidebar_kirpich.block_50{
  width: calc(50% - 2px);
  padding-left: 0;
  gap: 1px;
}

.sidebar_kirpich.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;
}

.sidebar_kirpich img{
  width: 42px;
  margin-top: 14px;
}

.sidebar_kirpich span{
  position: absolute;
  padding: 2px 6px;
  color: #000;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  text-transform: uppercase;
  right: 6px;
  border-radius: 15px;
  background: #C3FF4B;
  top: -7px;
}

.sidebar_odely{
  margin-bottom: 28px;
}

.sidebar_odely 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;
}

.sidebar_odely a .left{
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sidebar_odely 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;
}

.sidebar_odely a .left img{
  max-height: 100%;
  max-width: 100%;
}

.sidebar_odely a p{
  color: #A383C5;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.sidebar_odely a p.razdel_title{
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 4px;
}

.crash_games{
  margin-top: 24px;
  margin-bottom: 15px;
}

.crash_games 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;
}

.crash_games a p{
  position: absolute;
  top: 28px;
  right: 28px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.crash_games 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 .nazhmi{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  margin-top: 24px;
}

aside .nazhmi 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 .nazhmi a.knop_chat, aside .nazhmi a.knop_lang{
  width: calc(50% - 4px);
}

aside .nazhmi a.knop_chat{
  border-radius: 24px;
  border: 1px solid #FFE53A;
  background: #360F59;
  box-shadow: 0 3px 4px 1px #43136E inset;
}

aside .nazhmi a.knop_lang{
  border-radius: 24px;
  background: #360F59;
  box-shadow: 0 3px 4px 0 #43136E inset;
}

header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

header .img_logo{
  height: 44px;
  padding: 0;
  background: none;
  width: 44px;
  display: none;
  margin: 0;
}

header .nazhmi{
  display: flex;
  gap: 8px;
  align-items: center;
}

header .nazhmi a{
  padding: 10px 24px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 80px;
  background: #360F59;
  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;
}

.knopka_login, .knopka_reg{
  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;
}

.knopka_login{
  border-radius: 50px;
  border: 2px solid #C8A8EB;
}

.knopka_reg{
  border-radius: 24px;
  background: #0DAE20;
}

.knopka_login img, .knopka_reg img{
  position: absolute;
  right: -12px;
  top: -16px;
  height: 30px;
}

.glavniy_banner{
  position: relative;
  display: flex;
}

.glavniy_banner_content{
  position: absolute;
  right: 140px;
  width: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  height: 100%;
  text-align: center;
}

.glavniy_banner img{
  width: 100%;
}

.glavniy_banner_content .title1{
  color: #FF3A3D;
  font-size: 96px;
  font-weight: 800;
  line-height: 115px;
  color: #FF3A3D;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #980003;
}

.glavniy_banner_content .title2{
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
  margin-bottom: 16px;
}

.glavniy_banner_content .subtitle{
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.karousel{
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 26px 0;
}

.karousel_dvig{
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #000;
  background: #360F59;
}

.kartinkis{
  width: calc(100% - 44px);
  overflow-x: scroll;
}

.kartinkis::-webkit-scrollbar, .top_plakates .items::-webkit-scrollbar, .plakates_images .items::-webkit-scrollbar, .poloska::-webkit-scrollbar, .providers::-webkit-scrollbar{
    width: 100%;
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    height: 5px;
    z-index: 104;
}

.kartinkis::-webkit-scrollbar-thumb, .top_plakates .items::-webkit-scrollbar-thumb, .plakates_images .items::-webkit-scrollbar-thumb, .poloska::-webkit-scrollbar-thumb, .providers::-webkit-scrollbar-thumb{
    background: #2B311B;
    border-radius: 5px;
    z-index: 105;
}

.karousel .kartinkis_content{
  display: flex;
  gap: 17px;
  width: fit-content;
}

.karousel .kartinkis 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;
}

.karousel .kartinkis a img{
  height: 36px;
}

.title_a{
  margin: 40px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_a .title{
  display: flex;
  gap: 8px;
  align-items: center;
  color: #3AFF75;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.title_a .title img{
  width: 32px;
}

.title_a 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;
  padding: 8px 16px;
  border: 1px solid #A9A9A9;
  background: #40106F;
}

.top_plakates{
  margin-bottom: 22px;
}

.top_plakates .items{
  width: 100%;
  overflow-x: scroll;
}

.top_plakates .mnogo_container{
  display: flex;
  width: fit-content;
  gap: 17px;
}

.top_plakates .item{
  width: 360px;
  box-sizing: border-box;
  height: 208px;
  border-radius: 15px;
  border: 1px solid #3AFF75;
  background-image: url('/wp-content/themes/vivajack/assets/images/background-banner.webp');
  position: relative;
  padding: 16px;
  text-decoration: none;
  margin-top: 7px;
  margin-bottom: 7px;
  background-size: cover;
}

.top_plakates .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 #3AFF75;
}

.top_plakates .item .right img{
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.top_plakates .item .left img{
  width: 50px;
  margin-bottom: 16px;
}

.top_plakates .item .left p{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.plakates_images .items{
  margin-bottom: 16px;
  width: 100%;
  overflow-x: scroll;
}

.plakates_images .mnogo_container{
  display: flex;
  gap: 16px;
  width: fit-content;
}

.plakates_images .items a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 172px;
  overflow: hidden;
  border-radius: 15px;
}

.plakates_images .items a img{
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.poloska{
  margin: 40px 0;
  width: 100%;
  overflow-x: scroll;
}

.poloska_container{
  display: flex;
  width: fit-content;
  gap: 16px;
}

.poloska .item{
  display: flex;
  gap: 12px;
  padding: 8px 16px;
  width: 336px;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #77638D;
  background: #491677;
}

.poloska .item .left{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.poloska .item .left img{
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

.poloska .item .center p:first-child{
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px; 
  margin-bottom: 6px;
}

.poloska .item .center p:last-child{
  color: #FFBD9F;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px; 
}

.poloska .item .mnogo_cifr{
  color: #FFDB10;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.jackpots_plakat{
  position: relative;
  padding-top: 65px;
  padding-bottom: 100px;
  border-radius: 24px;
  border: 2px solid rgba(243, 202, 255, 0.60);
  overflow: hidden;
}

.jackpots_plakat .bg{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.jackpots_plakat .bg img{
  height: 100%;
}

.jackpots_plakat img.title{
  max-width: 404px;
  position: relative;
  z-index: 2;
  margin: 0 auto 15px;
  display: block;
}

.jackpot_kirpichi{
  position: relative;
  z-index: 2;
  max-width: 805px;
  width: 100%;
  margin: 0 auto;
}

.jackpot_kirpichi .seredina_block{
  position: relative;
  z-index: 3;
  width: 390px;
  height: 465px;
  margin: 0 auto;
}

.jackpot_kirpichi .block_sleva{
  left: 0;
} 

.jackpot_kirpichi .block_sprava{
  right: 0;
}

.jackpot_kirpichi .block_sleva, .jackpot_kirpichi .block_sprava{
  position: absolute;
  z-index: 2;
  width: 275px;
  height: 328px;
  bottom: 77px;
  opacity: 0.6;
}

.jackpot_kirpichi .block img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.jackpot_kirpichi .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;
}

.jackpot_kirpichi .block p{
  color: #A383C5;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.jackpot_kirpichi .block.block_sleva p, .jackpot_kirpichi .block.block_sprava p{
  font-size: 10px;
  line-height: 14px;
}

.jackpot_kirpichi .block .title{
  color: #FFBD9F;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.jackpot_kirpichi .block.block_sleva .title, .jackpot_kirpichi .block.block_sprava .title{
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 3px;
}

.jackpot_kirpichi .block .mnogo_cifr{
  color: #FFF;
  font-size: 31px;
  font-weight: 900;
  line-height: 38px;
  margin-bottom: 4px;
}

.jackpot_kirpichi .block.block_sleva .mnogo_cifr, .jackpot_kirpichi .block.block_sprava .mnogo_cifr{
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 3px;
}

.jackpot_kirpichi .block .hr{
  width: 280px;
  height: 1px;
  background: #fff;
  margin: 12px auto;
}

.jackpot_kirpichi .block.block_sleva .hr, .jackpot_kirpichi .block.block_sprava .hr{
  margin: 7px auto;
  width: 200px;
}

.jackpot_kirpichi .block .ot_do{
  color: #FFBD9F;
  font-size: 14px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 12px;
}

.jackpot_kirpichi .block.block_sleva .ot_do, .jackpot_kirpichi .block.block_sprava .ot_do{
  font-size: 10px;
  margin-bottom: 8px;
}

.jackpot_kirpichi .block .obstar{
  color: #58D07A;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 155%; 
}

.jackpot_kirpichi .block.block_sleva .obstar, .jackpot_kirpichi .block.block_sprava .obstar{
  font-size: 10px;
}

.jackpot_kirpichi .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;
}

.jackpot_kirpichi .block.block_sleva a, .jackpot_kirpichi .block.block_sprava a{
  padding: 7px 17px;
  font-size: 8px;
  line-height: 10px;
  margin-top: 17px;
}

.providers{
  margin: 40px 0;
  width: 100%;
  overflow-x: scroll;
}

.providers_container{
  display: flex;
  gap: 12px;
  width: fit-content;
}

.providers a{
  width: 100px;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid rgba(255, 87, 252, 0.40);
  text-decoration: none;
  box-shadow: 0 0 10.202px 0 rgba(255, 255, 255, 0.20);
  background: #2e1d85;
}

.providers .img{
  height: 51px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.providers .img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.providers p{
  color: #FFBC05;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px; 
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.content_content{
  margin: 40px 0;
}

.content_content h1, .content_content h2, .content_content 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;
}

.content_content p, .sections > p, .content_content li{
  margin: 10px 0;
  color: #F1F5F9;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.content_content 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 .img_logo{
  margin: 0;
}

.footer_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;
}

.footer_title:before, .footer_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: '';
}

.oplata{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.oplata .img{
  width: 80px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oplata .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;
}