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: 'Inter';
	background: #0d1017;
}

aside{
	position: fixed;
	width: 220px;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
	left: 0;
	z-index: 10;
	border-right: 1px solid rgba(255,255,255,0.1);
	background: #0d1017;
}

p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.container{
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	box-sizing: border-box;
}

.logo{
	height: 40px;
	display: flex;
}

.logo img{
	height: 100%;
}

aside .menu{
	margin: 40px 0;
}

aside .menu a, header .menu a{
	display: flex;
	gap: 8px;
	align-items: center;
}

aside .menu a{
	margin-bottom: 15px;
}

.button_mobile_menu{
	position: relative;
	width: 24px;
	height: 24px;
	display: none;
}

.button_mobile_menu img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}

.mobile_menu_close{
	opacity: 0;
	visibility: hidden;
}

.button_mobile_menu.active .mobile_menu_close{
	visibility: visible;
	opacity: 1;
}

.button_mobile_menu.active .mobile_menu_open{
	opacity: 0;
	visibility: hidden;
}

.menu a svg, .games_lenta_top a svg, .benefits .item svg, .benefits .item img{
	height: 24px;
	width: 24px;
}

.menu li{
	list-style: none;
}

.menu a svg path, .games_lenta_top a svg path{
	fill: #80858f;
	transition: all 0.3s;
}

.menu a, .games_lenta_top a{
	color: #80858f;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 14px;
    line-height: 18px;
}

.menu a:hover, .menu a.active, .games_lenta_top a:hover{
	color: #fff;
}

.menu a:hover svg path, .games_lenta_top a:hover svg path, .benefits .item svg path{
	fill: #fff;
}

.menu a.active svg path{
	fill: #ff2400;
}

a.red_button, a.tr_button{
	padding: 8px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid red;
	border-radius: 5px;
	transition: all 0.3s;
	width: fit-content;
	display: flex;
}

.login_reg{
	display: flex;
	align-items: center;
	gap: 10px;
}

a.red_button{
	background: red;
}

a.tr_button:hover{
	background: red;
}

header, .content, footer{
	width: calc(100% - 220px);
	margin-left: 220px;
	padding: 15px;
	box-sizing: border-box;
}

.content{
	padding-top: 0;
}

header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .menu, header .right, header .left{
	display: flex;
	gap: 25px;
	align-items: center;
}

header .logo{
	display: none;
}

.main_banners .slide{
	position: relative;
	height: 320px;
	overflow: hidden;
	border-radius: 8px;
}

.main_banners .slide img{
	height: 100%;
	width: auto;
	right: 0;
	position: absolute;
	z-index: 1;
}

.main_banners .slide_content{
	position: absolute;
	height: 100%;
	top: 0;
	left: 50px;
	display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    font-style: italic;
    z-index: 2;
}

.main_banners .slide_content p{
	font-size: 20px;
	line-height: 30px;
}

.main_banners .slide_content p span{
	font-size: 30px;
	line-height: 45px;
	font-weight: 600;
}

.owl-dots{
	position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.wp-block-lazyblock-top-lenta-block{
	position: sticky;
	top: 0;
	z-index: 3;
}

.games_lenta_top{
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
    background: #0d1017;
}

.games_lenta_top a{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.benefits{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	padding: 10px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
	margin-top: 10px;
}

.benefits .item{
	display: flex;
	align-items: center;
	gap: 8px;
	width: calc(25% - 14px);
}

.benefits .item span{
	color: #08cfa6;
	text-transform: uppercase;
}

.benefits .item span{
	width: calc(100% - 32px);
}

.games_title{
	display: flex;
	justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.polosa_left, .polosa_right{
	flex: 1;
    height: 1px;
}

.games_title p{
	text-transform: uppercase;
}

.polosa_left{
	background: linear-gradient(270deg, #2DA57C 0%, #113F2F 100%);
}

.polosa_right{
	background: linear-gradient(90deg, #2DA57C 0%, #113F2F 100%);
}

.games_banners, .live_games_banners{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.games_banners .item, .live_games_banners .item{
	position: relative;
	width: calc(20% - 8px);
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
}

.games_banners .item, .live_games_banners .item a.item_img_a{
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1.5 / 1;
}

.games_banners .item:hover, .live_games_banners .item:hover{
	transform: scale(1.1);
}

.games_banners .item img, .live_games_banners img{
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.games_banners .banner_over{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	padding: 8px;
	opacity: 0;
	visibility: hidden;
}

.games_banners .item:hover .banner_over{
	opacity: 1;
	visibility: visible;
}

.games_banners .banner_over a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: fit-content;
}

.games_banners .banner_over a, .live_games_banners .banner_button, .predfooter_lenta .banner_button{
	background-image: url('/wp-content/themes/pinup/assets/images/banner-button-bg.svg');
	background-position: center left 8px;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	background-color: red;
	padding: 8px;
	padding-left: 33px;
	background-size: 20px;
	border-radius: 5px;
	height: 21px;
}

.live_games_banners .item_img_title{
	width: 100%;
	text-decoration: none;
	color: #fff;
	display: block;
	height: 50px;
    margin-top: 10px;
}

.live_games_banners .banner_button{
	display: block;
}

.block_blokov{
	display: flex;
	gap: 10px;
	margin-top: 30px;
}

.block_blokov .left{
	width: 66.6%;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.block_blokov .left .item{
	width: calc(50% - 5px);
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #242833;
}

.block_blokov .left .item p.item_title{
	font-size: 20px;
	font-weight: 600;
}

.button_image{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 10px;
}

.button_image a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: red;
	border-radius: 20px;
}

.button_image > img{
	height: 90px;
}

.block_blokov .right{
	width: 33.3%;
	background: #006a4e;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.block_blokov .img_mobile{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	background: red;
	margin: 0 auto 20px;
}

.block_blokov .hr{
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 10px auto;
}

.block_blokov .right a, footer .buttons a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: red;
	border-radius: 5px;
	margin: 15px 0;
	text-decoration: none;
	padding: 8px;
	transition: all 0.3s;
}

.block_blokov .right a p:first-child, footer .buttons a p:first-child{
	font-size: 10px;
	line-height: 14px;
}

.block_blokov .right a p:last-child, footer .buttons a p:last-child{
	font-size: 12px;
	line-height: 16px;
}

.block_blokov .right a:hover, footer .buttons a:hover{
	background: #ff543a;
}

.text_block, footer .container{
	border-radius: 10px;
	background: #242833;
	padding: 10px;
	margin-top: 30px;
}

.text_block figure:has(img){
	margin: 30px 0;
    text-align: center;
    height: 400px;
    border-radius: 20px;
    border: 1px solid rgba(213, 213, 213, 0.20);
	background-color: #006a4e55;
}

.text_block figure img{
	height: 100%;
    width: auto;
    max-width: 100%;
}

.text_block p{
	margin: 20px 0;
}

h1, h2, h3{
	color: #fff;
	margin-top: 30px;
	font-weight: 600; 
	text-transform: uppercase;
}

h1{
	font-size: 30px;
	line-height: 45px;
}

h2{
	font-size: 24px;
	line-height: 32px;
}

h3{
	font-size: 20px;
	line-height: 30px;
}

ul, ol{
	margin: 20px;
	color: #fff;
}

.faq{
	padding: 0 24px;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 40px;
}

.faq-item{
	padding: 24px 0;
    border-bottom: 1px solid rgba(233, 234, 235, 0.50);
    overflow: hidden;
    transition: all 0.3s;
}

.faq-question{
	margin-bottom: 18px;
    cursor: pointer;
    background-image: url('/wp-content/themes/pinup/assets/images/plus-circle.svg');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 45px;
}

.faq-item.active .faq-question{
	background-image: url('/wp-content/themes/pinup/assets/images/minus-circle.svg');
}

.faq h2, .faq h3{
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 28px;
    background: none;
    padding-left: 0;
    margin-top: 0;
}

.faq-answer{
	padding-bottom: 24px;
}

.faq-item:last-child{
	border-bottom: none;
}

.wp-block-lazyblock-predfooter-slider-block{
	position: sticky;
	bottom: 0;
}

.predfooter_lenta{
	margin-top: 30px;
	display: flex;
	align-items: center;
    background: #0d1017;
    padding: 5px 0;
}

.predfooter_lenta > p{
	border-right: 1px solid rgba(255,255,255,0.2);
	width: 140px;
	font-size: 14px;
    line-height: 18px;
}

.predfooter_lenta_container{
	width: calc(100% - 140px);
}

.predfooter_lenta .slide{
	display: flex;
	gap: 10px;
	align-items: center;
	position: relative;
	width: 118px;
	cursor: pointer;
}

.predfooter_lenta .slide img{
	width: 48px;
}

.predfooter_lenta .slide_text{
	width: 60px;
}

.predfooter_lenta .slide_text p{
	font-size: 12px;
	line-height: 16px;
}

.predfooter_lenta .slide_text p:first-child{
	color: #80858f;
}

.predfooter_lenta .banner_button{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.predfooter_lenta .slide:hover .banner_button{
	visibility: visible;
	opacity: 1;
}

.footer_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_row:last-child{
	align-items: flex-start;
}

.footer_row:not(:last-child){
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.footer_row{
	position: relative;
}

.footer_menu{
	margin-left: 0;
}

.footer_menu li{
	list-style: none;
}

.footer_menu a{
	color: #80858f;
	text-decoration: none;
	transition: all 0.3s;
	line-height: 30px;
}

.footer_menu a:hover{
	color: #fff;
}

.footer_email{
	position: absolute;
    right: 0;
    top: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

footer .images{
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

footer .right .images{
	justify-content: flex-end;
}

footer .images .img{
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .right .images .img{
	width: 80px;
	height: 32px;
}

footer .left .images .img{
	width: 75px;
	height: 35px;
}

footer .images img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

footer .buttons{
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer_row:last-child p{
	font-size: 12px;
	line-height: 16px;
}

.footer_row p.gray_p{
	color: #80858f;
}

.footer_row:last-child .left{
	width: calc(100% - 215px);
}

.toc-wrapper{
	padding: 16px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #161B22;
	margin: 16px 0;
}

.toc-content a{
	color: #E1E1E1;
	text-decoration: none;
}

.text_block .wp-block-table td, .text_block .wp-block-table th{
	border: 1px solid rgba(255,255,255,0.5);
	color:#fff;
}

.text_block .wp-block-table thead{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}