body:not(.lp-body) .content-box {
	width: inherit;
}
#competition
{
	color: #ffffff;
	min-height: 800px;
	background: #000000 url('/images/content/competition/bg.jpg') right top no-repeat;
	background-size: contain;
	text-align: center;
}
body #competition h1
{
	padding-top: 75px;
}
body #competition h1.contest_paid:after {
	content: url('/images/content/paid_32.png');
	position: relative;
	bottom: 1.5rem;
	left: 0.5rem;
}
#competition .container
{
	width: 1230px;
	max-width: 100% !important;
}
h1
{
	font-size: 48px;
	font-weight: bold;
	margin: 0;
	padding: 3rem 0 1rem;
}
h1 > span
{
	text-transform: uppercase;
	color: #f6951e;
}
h2
{
	font-size: 42px;
	font-weight: 500;
}
h2:after
{
	content: "";
	display: block;
	width: 100px;
	border-bottom: 3px solid #f6951e;
	margin: 0 auto;
	padding-top: 2rem;
}
h1 + p
{
	font-size: 22px;
}
#competition .btn
{
	font-size: 18px;
	text-align: center;
	width: 256px;
	max-width: 100%;
	padding: 13px 10px;
	margin: 45px auto;
	color: #ffffff;
	background: #f6951e;
}
#competition .btn:hover
{
	background: #be6f1b;
}
.period-block {
	margin: 35px auto;
}
.period-block > div:first-of-type
{
	padding-bottom: 45px;
}

.clock
{
	display: inline-flex;
	margin: 10px auto 1.5rem;
}
.clock .timer
{
	font-size: 64px;
	font-weight: bold;
	color: #f6951e;
}
.clock .timer + .text
{
	font-size: 12px;
}
.clock .column .timer
{
	animation:fadeIn 1s;-webkit-animation:fadeIn 1s;-moz-animation:fadeIn 1s;
}
.clock .column + .timer
{
	padding: 0 10px;
}
.contest-block
{
	margin: 25px 0;
}
.contest-block > p
{
	font-size: 24px;
	line-height: 36px;
}
.contest-block .tree-blocks
{
	display: inline-flex;
	width: 100%;
	margin: 8rem auto 1rem;
}
.contest-block .tree-blocks > div
{
	width: 33%;
}
.contest-block .tree-blocks > div:nth-of-type(2)
{
	position: relative;
	bottom: 80px;
}
.contest-block .tree-blocks > div > div:first-of-type
{
	display: grid;
	width: 181px;
	height: 171px;
	margin: 10px auto;
	font-size: 52px;
	font-weight: bold;
	text-align: center;
	align-content: center;
	background: url('/images/content/competition/ellipse.png') center center no-repeat;
}
.contest-block .tree-blocks > div > div:first-of-type > span
{
	font-size: 24px;
	height: 0;
	line-height: 10px;
}
.contest-block .tree-blocks > div > div:last-of-type
{
	font-size: 24px;
}
.how-get-block
{
	text-align: center;
	margin: 5rem 0 3rem;
}
.how-get-block .multiple-elements
{
	display: flex;
	margin-top: 30px;
}
.how-get-block .multiple-elements > div
{
	display: inline-block;
	width: calc(100% / 5 - 5px);
}
.how-get-block .multiple-elements > div p
{
	line-height: 24px;
}
.multiple-elements > div.separate
{
	background: url('/images/content/competition/separate.png') no-repeat right top;
	background-size: contain;
}
.multiple-elements:last-of-type
{
	margin-bottom: 35px;
}
.how-get-block .multiple-elements > div i
{
	display: block;
	width: 45px;
	height:45px;
	font-size: 28px;
	font-family: sans-serif;
	font-weight: bolder;
	line-height: 45px;
	font-style: normal;
	color: #000000;
	background: #f6951e;
	text-align: center;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	margin: 10px auto 55px;
	-webkit-box-shadow: 0px 5px 5px 5px rgba(83,46,1,0.55);
	-moz-box-shadow: 0px 5px 5px 5px rgba(83,46,1,0.55);
	box-shadow: 0px 5px 5px 5px rgba(83,46,1,0.55);
}
.how-get-block .multiple-elements:first-of-type > div:last-of-type::after
{
	content: "";
	background:  url('/images/content/competition/separate_to.png') no-repeat bottom left;
	background-size: contain;
	display: inline-block;
	width: 248px;
	height: 60px;
	float: right;
	position: absolute;
	margin-left: -15px;
	margin-top: -39px;
	transform: rotate(-52deg);
}
.how-get-block .multiple-elements:nth-of-type(2) .separate
{
	background-position-y: 75%;
	transform: rotate(-180deg);
}
.terms-block .spoiler_body_after
{
	height: inherit;
	max-height: 110px;
}
.terms-block .spoiler_body_after.opened
{
	max-height: 3000px;
	min-height: inherit;
	height: inherit;
}
.terms-block ul
{
	list-style-type: none;
	text-align: left;
}
.terms-block ul li
{
	padding: 0 0 15px 30px;
	line-height: 21px;
}
.terms-block ul li:before
{
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 16px;
	background: #f6951e;
	position: relative;
	margin: 5px 0 0 -10px;
	right: 10px;
}
.terms-block .spoiler_links_after {
	display: table;
	text-align: center;
	margin: 0 auto 30px;
	border-top: none;
	color: #f6951e;
}
.tree-blocks.multilist
{
	margin-top: 1rem;
}
.tree-blocks ol
{
	counter-reset: myCounter;
	text-align: left;
	margin: 1rem auto;
}
.tree-blocks ol li
{
	list-style: none;
	font-size: 28px;
}
.tree-blocks ol li:before
{
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #000000;
	background: #f6951e;
	font-family: sans-serif;
	font-weight: bolder;
	display: inline-block;
	text-align: center;
	margin: 5px 10px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 5px 5px 5px rgb(83 46 1 / 55%);
	-moz-box-shadow: 0px 5px 5px 5px rgba(83,46,1,0.55);
	box-shadow: 0px 5px 5px 5px rgb(83 46 1 / 55%);
}
.contest-ended
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 1;
}
.contest-ended > span
{
	display: block;
	z-index: 99;
	padding: 3rem 3rem;
	position: relative;
	margin: 30vh auto 0;
	background: rgba(255,255,255,.95);
	width: 500px;
	max-width: 90%;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
	color: #131313;
	animation: zoomIn 1s;
}