abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,


video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0
}


a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: 0 0
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}


hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #9d302f;
	margin: 0;
	padding: 0
}


body {
	height: 100vh;
	width: 100vw;
	overflow: hidden
}
::selection {
	background: #db7e0d;
	color: #fff
}
.b-lp-arena-main {
	height: 100%;
	width: 100%;
	background: url(/images/bg.webp) center center no-repeat;
	background-size: cover;
	position: absolute;
}
.b-lp-arena-main:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/setka.webp) center center no-repeat;
	background-size: cover;
	position: absolute;
}

.b-lp-arena-logo {
 position : absolute;
 top : 1%;
 left : 1%;
 width : 233px;
 height : 250px;
 background : url(/images/logo.webp) center center no-repeat;
 background-size : auto 40%;
    z-index: -2;
}
.b-lp-arena-center {
position : absolute;
left : 50%;
transform : translate(-50%,0);
top : 33%;
}

diva {
  /* Назначаем div флекс-контейнером, по умолчанию элементы располагаются в строку */
  display: flex;
position : fixed;
left : 50%;
transform : translate(-50%,0);
top : 50%;
}



/*--------*/
.b-lp-arena-center__button {
position : relative;
	padding: 6px 9px;
line-height: 0.5;
	background: linear-gradient(#F74343, #F74343);
	text-align: center;
	font: bold 20px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 10px 10px 10px 10px; /* Скругляем уголки */
 	margin-bottom: 66px;
	z-index: 1;
}
.b-lp-arena-center__button:hover {
	background: linear-gradient(#FFF, #FFF);
	text-align: center;
	font: bold 20px/40px Arial, Helvetica, sans-serif;
	color: #F74343;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 6;
}

/*----1---*/
.b-lp-arena-center__button1 {
	padding: 1px 9px;
line-height: 0.5;
	background: linear-gradient(#FFF, #FFF);
	text-align: center;
	font: bold 20px/40px Arial, Helvetica, sans-serif;
	color: #F74343;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 6;
}
.b-lp-arena-center__button1:hover {
	background: linear-gradient(#F74343, #F74343);
	text-align: center;
	font: bold 20px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 6;
}

/*----2---*/
.b-lp-arena-center__button2 {
	padding: 1px 9px;
line-height: 0.5;
	background: linear-gradient(#FFF, #FFF);
	text-align: center;
	font: bold 20px/40px Arial, Helvetica, sans-serif;
	color: #F74343;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 9px;
	z-index: 6;
}
.b-lp-arena-center__button2:hover {
	background: linear-gradient(#F74343, #F74343);
	text-align: center;
	font: bold 20px/40px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
z-index: 6;
}

.text-pod-knopkoi {
position : absolute;
	text-transform: none;
	text-align: center;
	font: bold italic 18px/40px Helvetica, sans-serif;
line-height: 1.5;
	color: #ff0000;
	text-shadow: 1px 1px 1px black, 0 0 1em #fff; /* Параметры тени */
}




.b-lp-arena-footer__footer {
position : absolute;
bottom : 28px;
width : 100%;
height : auto;
text-align : center;
font-family : CharterCTT, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #685d43;
z-index: 6;
}
.b-lp-arena-footer__footer-group {
display : inline;
position : relative;
}
.b-lp-arena-footer__footer-group_links {
padding-left : 95px;
}
.b-lp-arena-footer__footer-group_links a {
color : #cfb77b;
margin : 0 5px;
white-space : nowrap;
}
.b-lp-arena-footer__footer-group_links a:hover {
text-decoration : none;
}

