:root {
	--red: #FD4418;
}
body {
	font-family: 'Manrope';
	overflow-x: hidden;
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	background: #1a1f23;
	background-position: top left;
}
ul, ol {
 -webkit-padding-start: 0px;
 -khtml-padding-start: 0px;
 -o-padding-start: 0px;
 padding-start: 0px;
    padding: 0;
    margin-bottom: 0;
}
p {
	margin-bottom: 0;
}
a {
	color: #0A0A0A;
}
a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
button {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}

h2 {
	font-family: 'RoadRadio';
	font-size: 72px;
	line-height: 72px;
	letter-spacing: 0.02em;
	font-weight: bold;
	margin: 0 0 40px;
	text-transform: uppercase;
}
header {
	position: relative;
	border-bottom: 1px solid rgba(217, 217, 217, 0.1);
	z-index: 2;
}
.home header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
.header__in {
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.header__social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__social ul li {
	list-style: none;
}
.header__social__ex {
	position: absolute;
	top: 100px;
	left: 0;
}
.header__social.header__social__ex ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header__social li a {
	position: relative;
	display: block;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
}
.header__social.header__social__ex ul li a {
	border-right: 1px solid rgba(217, 217, 217, 0.1);
	border-bottom: 1px solid rgba(217, 217, 217, 0.1);
}
.header__social ul li a:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 1px;
	background: url(/img/skobka-verh.svg);
	background-size: 90px;
    width: 89px;
    height: 86px;
	opacity: 0;
	-webkit-transition: top .8s ease 0s;
	-o-transition: top .8s ease 0s;
	transition: top .8s ease 0s;
}
.header__social ul li a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 1px;
	background: url(/img/skobka.svg);
	background-size: 90px;
    width: 90px;
    height: 88px;
	opacity: 0;
	-webkit-transition: bottom .8s ease 0s;
	-o-transition: bottom .8s ease 0s;
	transition: bottom .8s ease 0s;
}
.header__social ul li a:hover:before {
	content: '';
	top: 1px;
	opacity: 1;
	-webkit-transition: top .8s ease 0s;
	-o-transition: top .8s ease 0s;
	transition: top .8s ease 0s;
}
.header__social ul li a:hover:after {
	content: '';
	bottom: 1px;
	opacity: 1;
	-webkit-transition: bottom .8s ease 0s;
	-o-transition: bottom .8s ease 0s;
	transition: bottom .8s ease 0s;
}
.header__social ul li a .shadow {
	position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 81px;
    opacity: 0;
    background: var(--red);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 18px var(--red);
    box-shadow: 0 0 10px 18px var(--red);
    opacity: 0;
    -webkit-filter: blur(35px);
    filter: blur(35px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.header__social ul li a .svg {
	vertical-align: middle;
}
.header__social ul li a:hover .svg path {
	fill: var(--red);
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.header__social ul li a:hover .shadow {
	opacity: .4;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.header__left, .header__right {
	width: 400px;
}
.header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header__download a {
	display: block;
	width: 280px;
    height: 100px;
    background: rgba(217, 217, 217, .1);
    line-height: 100px;
    text-align: center;
    font-family: 'RoadRadio';
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.header__download a:hover {
	background: var(--red);
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.header__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
    max-width: 1200px;
}
.header__brand {
	margin: 0 60px;
	position: relative;
}
.header__brand:after {
	content: '';
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    background: url(/img/brand-vector.svg);
    background-size: 52px;
    width: 52px;
    height: 5px;
}
.header__link.on_page {
    margin-bottom: 20px;
}
.header__link a {
	font-size: 14px;
	line-height: 19px;
	color: #969696;
    border-bottom: 1px dotted #414141;
    padding-bottom: 4px;
}
.header__link.header__shop a {
	color: #FD4418;
	border-bottom: 1px dotted #6e1f0c;
}
.header__forum a, .header__profile a {
	position: relative;
	font-family: 'RoadRadio';
	font-style: normal;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.header__forum {
	margin-right: auto;
}
.header__profile {
	margin-left: auto;
}
.shadow-animate {
	position: relative;
}
.shadow-animate:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    height: 50px;
    opacity: 0;
    background: var(--red);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 18px var(--red);
    box-shadow: 0 0 10px 18px var(--red);
    opacity: 0;
    -webkit-filter: blur(35px);
    filter: blur(35px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.shadow-animate:hover:before {
	opacity: .45;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.screen {
	position: relative;
	padding: 130px 0 100px;
	background: url(/img/screenbg3.jpg);
	background-size: cover;
}
.screen__pattern {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/img/maskm.svg);
    background-size: 1492px;
}
.screen__title {
	margin-top: 130px;
	text-align: center;
}
.screen__title img {
	max-width: 100%;
	height: auto	;
}
/*
.screen__title {
	position: relative;
	margin-top: 130px;
	font-family: 'RoadRadio';
	font-weight: 900;
	font-size: 255px;
	line-height: 271px;
	text-align: center;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, .1);
	background: url(/img/white-wall.jpg);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}
.screen__title:before {
	content: 'Mobile';
	font-family: 'RoadRadio';
	font-weight: 100;
    position: absolute;
    top: 100px;
    right: 194px;
    width: 162px;
    height: 59px;
    background: #FD4418;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 30px;
    line-height: 59px;
    border-radius: 2em/6em;
    opacity: 0;
}
.screen__title.aos-animate:before {
	opacity: 1;
	font-size: 32px;
	transition: 3s;
}
*/
.screen__btns {
	padding-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.screen__btn {
	margin-left: auto;
}
.screen__video {
	cursor: pointer;
	position: relative;
}
.screen__video__text {
	position: absolute;
    top: -63px;
    left: -68px;
    font-size: 16px;
    line-height: 24px;
    color: gray;
}
.screen__video__text:before {
	content: '';
    position: absolute;
    top: 65px;
    left: -15px;
    background: url(/img/play-text-frame.svg);
    background-size: 152px;
    width: 152px;
    height: 42px;
}
.btn-main__in {
	width: 280px;
    height: 100px;
    position: relative;
    -webkit-clip-path: polygon(0 0, 0 80%, 10% 100%, 100% 100%, 100% 20%, 90% 0);
    clip-path: polygon(0 0, 0 80%, 10% 100%, 100% 100%, 100% 20%, 90% 0);
    background: #2f3336;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.btn-main__in:before {
	content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #1a1f23;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 0 80%, 10% 100%, 100% 100%, 100% 20%, 90% 0);
    clip-path: polygon(0 0, 0 80%, 10% 100%, 100% 100%, 100% 20%, 90% 0);
}
.screen__video__btn {
	cursor: pointer;
	position: relative;
}
.screen__video__btn img {
	opacity: 1;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.screen__video__btn:hover img {
	opacity: .7;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.screen__video .screen__video__text {
	color: gray;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.screen__video:hover .screen__video__text {
	color: #fff;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.screen__video__btn .shadow-btn {
	position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: var(--red);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 18px var(--red);
    box-shadow: 0 0 10px 18px var(--red);
    opacity: .3;
    -webkit-filter: blur(35px);
    filter: blur(35px);
}
.screen__video__btn img {
	position: relative;
}
.screen__btn .btn-main {
	top: 10px;
    left: 10px;
}
.btn-main {
	position: relative;
	display: inline-block;
    outline: none;
    width: 260px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
    font-family: 'RoadRadio';
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1em;
    -webkit-clip-path: polygon(0 0, 0 80%, 9% 100%, 100% 100%, 100% 20%, 91% 0);
    clip-path: polygon(0 0, 0 80%, 9% 100%, 100% 100%, 100% 20%, 91% 0);
    -webkit-transition: background-color .7s;
    -o-transition: background-color .7s;
    transition: background-color .7s;
}
.btn-main.green {
	background: #2e8f0f;
    border: 1px solid #2e8f0f;
}

.btn-main.orange {
	background: #ffffff1f;
    border: none;
}

.btn-main.blue {
	background: #327cd1 !important;
	color: white !important;
    border: none;
}
.btn-main.blue:hover {
	background: #2b6cb6;
}

.btn-main.register {
	margin-top: 10px;
}

.btn-main__in:hover {
	-webkit-transition: background-color .7s;
	-o-transition: background-color .7s;
	transition: background-color .7s;
	background: #bc2b08;
}
.btn-main:hover, .btn-main:active, .btn-main:focus {
	color: #fff;
	background: #bc2b08;
    border-color: #bc2b08;
    -webkit-transition: background-color .7s;
    -o-transition: background-color .7s;
    transition: background-color .7s;
}
.btn-main.green:hover, .btn-main.green:active, .btn-main.green:focus {
	background: #26780c;
    border: 1px solid #26780c;
}

.btn-main.orange:hover, .btn-main.orange:active, .btn-main.orange:focus {
	background: #ffffff36;
    /* border: 1px solid #bb7708; */
}

.btn-ghost {
	display: inline-block;
	width: 340px;
    height: 80px;
    line-height: 80px;
    position: relative;
    -webkit-clip-path: polygon(0 0, 0 80%, 10% 100%, 100% 100%, 100% 20%, 90% 0);
    clip-path: polygon(0 0, 0 80%, 10% 100%, 100% 100%, 100% 20%, 90% 0);
    background: var(--red);
    text-align: center;
    color: var(--red);
    font-family: 'RoadRadio';
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.btn-ghost:before {
	content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #031221;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 0 80%, 10% 100%, 100% 100%, 100% 20%, 90% 0);
    clip-path: polygon(0 0, 0 80%, 10% 100%, 100% 100%, 100% 20%, 90% 0);
}
.btn-ghost:hover:before, .btn-ghost:active:before, .btn-ghost:focus:before {
	background: var(--red);
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
	color: #fff;
}
/*
.screen__btn .btn-main span {
	width: auto;
	opacity: 1;
	transition: .7s;
}
.screen__btn .btn-main:hover span {
	font-size: 0;
	width: 0;
	opacity: 0;
	transition: .7s;
}
*/
.btn-main img {
	margin-right: 8px;
}
.i-community {
	position: relative;
	padding: 100px 0 0;
	/* background-color: #000d19; */
	/* background: url(/img/bgblock.jpg); */
	background-size: cover;
	background-position: center;
}
.i-community-bottom {
	padding: 130px 0;
	position: relative;
}
.i-community:before {
	content: '';
    position: relative;
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    height: 65px;
    background: url(/img/mask1.svg);
    background-size: cover;
}
/*
.i-community:after {
	content: '';
    position: relative;
    position: absolute;
    bottom: -125px;
    left: 0;
    width: 100%;
    height: 125px;
    background: url(/img/mask2.svg);
    background-size: cover;
}
*/
.i-main-bg {
	position: relative;
	background: url(/img/bgg2.jpg);
	background-size: cover;
}
.i-community h2 {
	text-align: center;
}
.i-community-bottom h2 {
	text-align: center;
}
.community__block {
	position: relative;
}
.community__block__in {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 80px;
}
.community__line img {
	width: 100%;
}
.community__line.community__line__bottom img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.community__req {
	text-align: center;
}
.community__text, .community__btn {
	width: 50%;
}
.community__btn {
	text-align: right;
}
.community__text {
	font-size: 20px;
	line-height: 28px;
}
.community__req img {
	margin: 0 10px;
}
.community__btn .btn-ghost .svg path {
	fill: var(--red);
}
.community__btn .btn-ghost:hover .svg path {
	fill: #fff;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.svg {
	vertical-align: middle;
}
.line2 {
	margin: 140px 0;
	opacity: .2;
}
.line2 img {
	width: 100%;
}
.frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.frame__title {
	width: 50%;
}
.frame__title h2 {
	text-align: left;
	font-size: 68px;
	line-height: 68px;
}
.frame__block {
	position: relative;
	z-index: 2;
	width: 50%;
	padding: 60px 80px;
	font-size: 20px;
	line-height: 28px;
}
.frame__block:before {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 560px;
    height: 382px;
    background: url(/img/frame.svg);
    background-size: 560px;
    opacity: .1;
}
.frame__sub {
	margin-top: 28px;
	opacity: .5;
	font-size: 16px;
	line-height: 20px;
}
.frame-2 {
	padding-top: 130px;
	position: relative;
	/*
	background-color: #000d19;
	background: url(/img/bgblock2.jpg);
	*/
	background-size: cover;
	background-position: center;
}
/*
.frame-2:before {
	content: '';
    position: relative;
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 140px;
    background: url(/img/mask3.svg);
    background-size: cover;
}
*/
.title-right .frame__title {
	padding-left: 60px;
}
/*
.frame-2:after {
    content: '';
    position: relative;
    position: absolute;
    bottom: -125px;
    left: 0;
    width: 100%;
    height: 125px;
    background: url(/img/mask2.svg);
    background-size: cover;
}
.frame-3:before {
	content: '';
    position: relative;
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 140px;
    background: url(/img/mask3.svg);
    background-size: cover;
}
*/
.frame-3 {
	padding-top: 130px;
	position: relative;
	/*
	background-color: #000d19;
	background: url(/img/bgblock2.jpg);
	*/
	background-size: cover;
	background-position: center;
}
/*
.frame-3:after {
    content: '';
    position: relative;
    position: absolute;
    bottom: -125px;
    left: 0;
    width: 100%;
    height: 125px;
    background: url(/img/mask2.svg);
    background-size: cover;
}
*/
.mordor-slide img {
	width: 100%;
	height: auto;
}
.i-media {
	position: relative;
    padding-top: 155px;
}
/*
.i-media:before {
	content: '';
    position: relative;
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 140px;
    background: url(/img/mask3.svg);
    background-size: cover;
}
*/
.video-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.video-slider__title {
	position: absolute;
	bottom: -35px;
	right: 20px;
	font-family: 'RoadRadio';
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.video-main {
	position: relative;
	padding-right: 20px;
}
.video-main__wrap {
	cursor: pointer;
}
.video-main img {
	display: block;
	max-width: 100%;
	height: auto;
}
.video-nav .video__wrap {
	position: relative;
	cursor: pointer;
}
.video-main .video-main__wrap {
	position: relative;
}
.video-main .video-main__wrap:after {
	content: '';
    position: absolute;
    top: calc(50% - 100px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: url(/img/playbtn.svg);
    background-size: 200px;
}
.video-nav .video__wrap:after {
	content: '';
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: url(/img/shop/pl.svg);
    background-size: 50px;
}
.video-nav .video__wrap img {
	margin: 0 auto 10px;
	display: block;
	max-width: 100%;
	height: auto;
}
.video-line {
	margin-top: 40px;
}
.video-line img {
	width: 100%;
}
.screenshots {
	padding-top: 130px;
}
.screenshot img {
	max-width: 100%;
	height: auto;
}
.screenshot {
	height: 280px;
	overflow: hidden;
	margin-bottom: 30px;
}
.i-bg-bottom {
    position: relative;
    z-index: 1;
    margin-top: -70px;
	background: url(/img/bg-bottom.jpg);
	background-size: cover;
}
.footer-divider img {
	width: 100%;
}
.footer__in {
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__email {
	margin-left: 40px;
}
.footer__alisa {
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}
.footer__links {
	margin: 0 auto;
}
.footer__links ul li {
	display: inline-block;
	list-style: none;
	line-height: 16px;
	margin-right: 20px;
}
.footer__links ul li a {
	font-size: 12px;
	line-height: 16px;
	color: gray;
}
.footer__email__label {
	font-family: 'RoadRadio';
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.02em;
	margin-bottom: 4px;
}
.footer__email__val a {
	color: #fff;
	font-size: 14px;
}
.footer__pays img {
	margin-left: 5px;
}




.content {
	position: relative;
	padding: 150px 0 80px;
}
footer {
	position: relative;
}
.coop-h1 {
	font-family: 'RoadRadio';
	font-weight: bold;
	font-size: 68px;
    line-height: 68px;
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
.coop-sub {
	color: #fff;
	font-size: 24px;
	line-height: 38px;
}
.coop-text-block {
	position: relative;
	padding: 50px 55px;
}

.coop-text-block:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 450px;
    height: 251px;
    background: url(/img/bens/frame.svg);
    background-size: 450px;
    opacity: 1;
}
.coop-text-block {
	font-size: 16px;
	line-height: 28px;
}
.coop-text-block b {
	color: var(--red);
}
.bens h2 {
	font-family: 'RoadRadio';
	font-size: 40px;
	letter-spacing: 0.02em;
	text-align: center;
}
.bens__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ben {
	position: relative;
	width: 25%;
	color: gray;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
.ben:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: var(--red);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 18px var(--red);
	box-shadow: 0 0 10px 18px var(--red);
	opacity: .2;
	-webkit-filter: blur(25px);
	filter: blur(25px);
}
.ben-title {
	margin-top: 25px;
}
.coop-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.coop-bottom__title {
	width: 300px;
	font-family: 'RoadRadio';
	font-weight: bold;
	font-size: 40px;
	line-height: 54px;
	letter-spacing: 0.02em;
	color: var(--red);
}
.coop-bottom__sub {
	font-size: 16px;
	line-height: 24px;
	color: gray;
	margin-left: 40px;
}
.coop-page .line2 {
	margin: 80px 0;
}
.coop-page .btn-ghost {
	background: gray;
	color: #fff;
	width: 270px;
    height: 100px;
    line-height: 100px;
}
.coop-bottom__email {
	margin-left: auto;
}
.coop-bottom__email a {
	transition: .7s;
}
.coop-bottom__email a:hover, .coop-bottom__email a:active, .coop-bottom__email a:focus {
	font-size: 16px;
	/* color: var(--red); */
	transition: .7s;
}
/*
.coop-bottom .btn-ghost:hover:before, .coop-bottom .btn-ghost:focus:before, .coop-bottom .btn-ghost:active:before {
	background: #fff;
	transition: .7s;
}
*/
.coop-bottom__vk a {
	position: relative;
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin-left: 15px;
    transition: .7s;
}
.coop-bottom__vk a .svg {
	width: 20px;
	transition: .7s;
}
.coop-bottom__vk a:hover .svg, .coop-bottom__vk a:active .svg, .coop-bottom__vk a:focus .svg {
	width: 32px;
	transition: .7s;
}
.coop-bottom__vk a:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    background: url(/img/skobka-verh.svg);
    background-size: 90px;
    width: 89px;
    height: 86px;
    opacity: 1;
    -webkit-transition: top .8s ease 0s;
    -o-transition: top .8s ease 0s;
    transition: top .8s ease 0s;
}
.coop-bottom__vk a:after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 1px;
    background: url(/img/skobka.svg);
    background-size: 90px;
    width: 90px;
    height: 88px;
    opacity: 1;
    -webkit-transition: bottom .8s ease 0s;
    -o-transition: bottom .8s ease 0s;
    transition: bottom .8s ease 0s;
}
.coop-bottom__vk a .shadow {
	position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 81px;
    opacity: 0;
    background: var(--red);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 18px var(--red);
    box-shadow: 0 0 10px 18px var(--red);
    opacity: 0;
    -webkit-filter: blur(35px);
    filter: blur(35px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.coop-bottom__vk a:hover .shadow {
	opacity: .4;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.coop-bottom__vk a .svg path {
	fill: var(--red);
}
.coop-bottom .btn-ghost:before {
	background: #1a1f23;
}
/* profile */
.h1__row {
	margin-bottom: 30px;
}
.h1__row .h1 {
	margin-bottom: 0;
}
.h1__name__sub {
	font-size: 24px;
	line-height: 24px;
}
.profile .h1 {
	font-size: 60px;
    line-height: 60px;
}
.h1__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.profile-settings {
	margin-left: auto;
}
.profile-settings a {
	font-family: 'RoadRadio';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
}
.profile-settings a img {
	margin-right: 7px;
}
.profile-settings a span {
	border-bottom: 1px dashed gray;
}
.profile__photo {
	position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 500px;
    background: #1a1a1a;
    background: url(/img/profile-frame.png);
    width: 348px;
    height: 525px;
    border-radius: 8px;
    overflow: hidden;
}
.profile__photo img {
	position: absolute;
    top: 15px;
    left: -320px;
    right: 0;
    max-width: 960px;
}
.content.profile {
	padding-top: 60px;
}
.char {
	background: rgba(217, 217, 217, 0.1);
	-webkit-clip-path: polygon(0 0, 0 80%, 6% 100%, 100% 100%, 100% 20%, 94% 0);
	clip-path: polygon(0 0, 0 80%, 6% 100%, 100% 100%, 100% 20%, 94% 0);
	height: 59px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
	padding: 0 25px;
}
.char__icon {
	width: 20px;
	margin-right: 10px;
}
.char__label {
	font-size: 12px;
	line-height: 15px;
	color: gray;
	width: 100%;
}
.char__value {
	margin-left: auto;
	width: 250px;
    text-align: right;
}
.profile-chars__more {
	margin-top: 45px;
}
.profile-chars__more a {
	font-family: 'RoadRadio';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	border-bottom: 1px dashed gray;
}
.profile__stat > div {
	position: relative;
	margin-bottom: 20px;
}
.profile__stat .profile__money, .profile__stat .profile__bank, .profile__stat .profile__donat {
	margin-bottom: 27px;
}
.profile__rulet .btn-main {
	background: #fff;
	border-color: #fff;
	color: var(--red);
	transition: .7s;
}
.profile__rulet .btn-main:hover, .profile__rulet .btn-main:focus, .profile__rulet .btn-main:active, .profile__coop .btn-main:hover, .profile__coop .btn-main:active, .profile__coop .btn-main:focus {
	background: var(--red);
	border-color: var(--red);
	color: #fff;
	transition: .7s;
}
.stat-block {
	position: relative;
	width: 260px;
	height: 80px;
	text-align: center;
	padding: 25px;
}
.stat-block__label {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 2px;
	color: gray;
}
.stat-block__value {
	font-size: 16px;
	line-height: 20px;
}
.stat-block:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/profile/cash.svg);
    width: 260px;
    height: 89px;
    background-size: 260px;
}
.stat-block.profile__bank:before {
	background: url(/img/profile/bank.svg);
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 89px;
    background-size: 260px;
}
.stat-block.profile__donat:before {
	background: url(/img/profile/donat.svg);
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 89px;
    background-size: 260px;
}
.profile__money .stat-block__value {
	color: #27AE61;
}
.profile__bank .stat-block__value {
	color: #327CD1;
}
.profile__coop .btn-main {
	background: #fff;
	color: #000;
	border-color: #fff;
}
.alert-danger-custom {
	padding: 0;
    color: var(--red);
    text-shadow: 2px 2px 25px;
    font-size: 18px;
}

.top-btn {
    position: fixed;
    font-size: 1.5em;
    width: 90px;
    height: 90px;
    padding-top: 7px;
    background-color: transparent;
    border-radius: 50%;
    margin-left: 0.4em;
    cursor: pointer;
    right: 3.8%;
    bottom: 5%;
    z-index: 99;
    text-align: center;
    display: none;
}
.header__download__mobile {
	width: 60px;
    height: 60px;
    background: rgba(217, 217, 217, .1);
    line-height: 60px;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 0 85%, 15% 100%, 100% 100%, 100% 20%, 80% 0);
    clip-path: polygon(0 0, 0 85%, 15% 100%, 100% 100%, 100% 20%, 80% 0);
}
.hamburger {
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background: rgba(217, 217, 217, .1);
	border: 0;
	margin: 0;
	overflow: visible;
	-webkit-clip-path: polygon(0 0, 0 85%, 15% 100%, 100% 100%, 100% 20%, 80% 0);
	clip-path: polygon(0 0, 0 85%, 15% 100%, 100% 100%, 100% 20%, 80% 0);
}
.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
	width: 30px;
  	height: 24px;
  	display: inline-block;
  	position: relative;
}

.hamburger-inner {
	display: block;
  	top: 50%;
  	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
    display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--elastic-r .hamburger-inner {
	top: 5px;
  	-webkit-transition-duration: 0.275s;
  	     -o-transition-duration: 0.275s;
  	        transition-duration: 0.275s;
  	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  	     -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  	        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    -o-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease;
}
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  	-webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  	        transform: translate3d(0, 10px, 0) rotate(-135deg);
  	-webkit-transition-delay: 0.075s;
  	     -o-transition-delay: 0.075s;
  	        transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
            transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
         -o-transition-delay: 0.075s;
            transition-delay: 0.075s;
}
.header__menu {
	display: none;
}
.panel-adaptive {
	position: fixed;
	top: 100px;
	right: 0;
	left: 100%;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: auto;
	overflow-y: auto;
	background: #0d121a;
	display: none;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
	transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
	-o-transition: transform .35s cubic-bezier(.55,.085,.68,.53);
	transition: transform .35s cubic-bezier(.55,.085,.68,.53);
	transition: transform .35s cubic-bezier(.55,.085,.68,.53), -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53),-webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}
.panel-adaptive.panel-right {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition-duration: .63s;
         -o-transition-duration: .63s;
            transition-duration: .63s;
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
         -o-transition-timing-function: cubic-bezier(.23,1,.32,1);
            transition-timing-function: cubic-bezier(.23,1,.32,1);
}
.panel-adaptive ul li {
	list-style: none;
}
.panel-adaptive ul li a {
	text-align: center;
   	display: block;
   	padding: 12px;
   	color: #fff;
   	font-size: 12px;
   	font-weight: bold;
   	letter-spacing: 1.4px;
   	text-transform: uppercase;
   	border-bottom: 1px solid rgba(255,255,255,.1);
}
.panel-adaptive ul li.footer-social {
	text-align: center;
}
.panel-adaptive ul li.footer-social a {
	display: inline-block;
	border: none;
	padding: 6px;
}
.panel-adaptive .pa__plinks li a {
	font-weight: 400;
}
.pa-social {
	margin-top: 20px;
	text-align: center;
}
.pa-social img {
	margin: 0 10px;
}
.morder-slider {
	position: relative;
    z-index: 2;
}
.mordor-slide {
    display: block;
    width: 100%;
    height: 700px;
}
.mordor-slide {
    -webkit-clip-path: url(#screen-clip-pach);
    clip-path: url(#screen-clip-path);
}

.ms2.is-lazy-loaded {
	background: url(/img/slides/slider1/2.jpeg);
	background-size: cover;
	background-position: center;
}
.ms3.is-lazy-loaded {
	background: url(/img/slides/slider1/3.jpeg);
	background-size: cover;
	background-position: center;
}
.ms4.is-lazy-loaded {
	background: url(/img/slides/slider1/4.jpeg);
	background-size: cover;
	background-position: center;
}
.ms5.is-lazy-loaded {
	background: url(/img/slides/slider2/22.jpg);
	background-size: cover;
	background-position: center;
}
.ms6.is-lazy-loaded {
	background: url(/img/slides/slider2/21.jpg);
	background-size: cover;
	background-position: center;
}
.ms7.is-lazy-loaded {
	background: url(/img/slides/slider2/23.jpg);
	background-size: cover;
	background-position: center;
}

.ms8.is-lazy-loaded {
	background: url(/img/slides/slider2/32.jpg);
	background-size: cover;
	background-position: center;
}
.ms9.is-lazy-loaded {
	background: url(/img/slides/slider2/33.jpg);
	background-size: cover;
	background-position: center;
}
.ms10.is-lazy-loaded {
	background: url(/img/slides/slider2/34.jpg);
	background-size: cover;
	background-position: center;
}

.i-community:after {
    content: none;
}
.svg-clip {
  position: absolute;
  width: 0;
  height: 0;
}
.h1 {
	font-family: 'RoadRadio';
    font-weight: bold;
    font-size: 68px;
    line-height: 68px;
    color: #fff;
    letter-spacing: 0.02em;
    margin: 0 0 30px;
}
.shop a.btn-main:hover {
	opacity: .7;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

/* form */
.form-group {
	position: relative;
	margin-bottom: 55px;
}
label {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: gray;
	margin-bottom: 5px;
}
.form-group input, .form-group select {
	width: 100%;
	padding-right: 50px;
	background: transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid gray;
	height: 50px;
	color: #fff;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.form-group input:focus, .form-group input:active, .form-group input:hover {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.form-group select option {
	color: #000;
}
.form-group input:focus, .form-group select {
	border-color: #fff;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.form-group select:hover, .form-group select:focus, .form-group select:active {
	background: transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-group__icon {
	position: absolute;
    bottom: 15px;
    right: 10px;
}
.form-group__icon .svg g {
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.form-group input:focus + .form-group__icon .svg g {
	opacity: 1;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.form-group.checkbox input {
    width: auto;
    height: 20px;
    margin: 0;
}
.add-items-item .form-group {
    margin-bottom: 20px;
}

/* shop */
.shop__in {
	position: relative;
	text-align: center;
}
.shop-sub {
	vertical-align: middle;
    font-size: 18px;
	line-height: 38px;
}
.shop .ben {
	width: 33%;
}
.shop .bens__list {
	position: relative;
	/* left: -40px; */
}
.shop a.btn-main {
	width: 100%;
	max-width: 260px;
	background: #fff;
	color: var(--red);
	border-color: #fff;
}
.shop button {
	width: 100%;
	max-width: 260px;
}

.clip-form {
    -webkit-clip-path: url(#form-clip-pach);
    clip-path: url(#form-clip-path);
    background: #303335;
    padding: 80px 80px 160px 80px;
}
.clip-form.login {
	padding: 80px;
}
.clip-form.register {
	padding: 80px;
}
.pay-info {
	margin-bottom: 45px;
}
.pay-info__label {
	font-size: 14px;
	color: gray;
	margin-bottom: 10px;
}
.pays-list__title {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 30px;
}
.pays-list__in div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	background: #fff;
	width: 160px;
	height: 82px;
	line-height: 82px;
	max-width: 100%;
	/*-webkit-clip-path: polygon(0 0, 0 80%, 9% 100%, 100% 100%, 100% 20%, 91% 0);*/
	/*clip-path: polygon(0 0, 0 80%, 9% 100%, 100% 100%, 100% 20%, 91% 0);*/
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 10px;
}

.form-btn {
	text-align: right;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.form-forget {
	text-align: right;
    margin-top: 30px;
}
.form-forget a {
	display: inline-block;
    width: 260px;
    text-align: center;
    color: gray;
    font-size: 14px;
}
.form-forget a span {
	border-bottom: 1px dashed gray;
}
.slick-dots {
	bottom: 35px;
}
.slick-dots li button:before {
	background: #fff;
	border: 2px solid #fff;
    content: '';
    width: 18px;
    height: 18px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
	opacity: .25;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: transparent;
	border: 2px solid var(--red);
}

.mordor-slide {
	background-size: cover;
	background-position: center;
}

/* how to play */
.coop-h1 {
    margin: 0 0 60px;
}
.content.play-instructions {
    padding-top: 60px;
}
.play-instructions .play-instruction:first-child .block {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -90px;
    background-position-x: center;
}
.play-instructions .play-instruction .block {
    background: url(/assets/images/phone.png) no-repeat left center;
    background-size: contain;
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    #flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.support-two-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: 10px; */
    /* margin-left: 20px; */
    border: 1px solid gray;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
}
.support-two-block img {
    margin-right: 20px;
}
.support-two-block a {
    color: #fff;
    border-bottom: 1px dashed;
}
.play-instructions .play-instruction:nth-child(2) .block {

    background: transparent;
    text-align: right;
}
.ellipse-start-game {
    width: 57px;
    height: 57px;
    border-radius: 50px;
    background: var(--red);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}
.p-start-game {
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 37px;
    color: #FFFFFF !important;
    text-align: center;
    padding-top: 10px;
}
.root-start-game {
    margin-bottom: 60px;
}
.title-start-game {
    font-family: 'RoadRadio';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: left;
}
.body-start-game {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: gray;
    -moz-text-align-last: left;
    text-align-last: left;
    text-align: -webkit-left;
}
.htp-btn.htp-loader {
    background-image: url(/img/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
    color: #ff000000;
}
.htp-btn .btn-main {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-clip-path: polygon(0 0, 0 82%, 4% 100%, 100% 100%, 100% 18%, 96% 0);
    clip-path: polygon(0 0, 0 82%, 4% 100%, 100% 100%, 100% 18%, 96% 0);
}

/* select */
.select-group {
    position: relative;
}
.select-options {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #1a1f23;
    display: none;
    z-index: 5;
}
.select-group.active .select-options {
    display: block;
}
.select-options .option {
    padding: 12px;
    border-bottom: 1px solid #313131;
    cursor: pointer;
}
.select-group .form-group__icon img {
    transition: .5s;
}
.select-group.active .form-group__icon img {
    transform: rotate(180deg);
    transition: .5s;
}
.btn-roll-mobile {
	display: none;
}

.hystmodal__window {
	background-color: #262525f0 !important;
    padding: 30px;
    border-radius: 10px;
}
.hystmodal__window span {
	color: #FD4418;
}
.hystmodal__window .button {
	display: block;
	padding: 10px;
	margin: 15px 0;
	width: 120px;
	text-align: center;
	color: white;
	position: relative;
}

.hystmodal__window .button.small {
	padding: 5px;
	width: 128px;
	margin: 10px 0;
}

.hystmodal__window .button.red {
	background-color: #fd44189c;
    border: 1px solid #FD4418;
}
.hystmodal__window .button.red:hover {
	background-color: #FD4418;
}

.hystmodal__window .button.blue {
	background-color: #0b7eb591;
    border: 1px solid #09628d;
}
.hystmodal__window .button.blue:hover {
	background-color: #0b7eb5d9;
}

.hystmodal__window h2 {
	font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.02em;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.button.download {
	padding-left: 35px;
	text-align: left;
}
.button.download::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('/img/download.svg');
	background-size: 100%;
}

.button.pc_dost {
	padding-left: 35px !important;
	text-align: left;
}
.button.pc_dost::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('/img/pc_1.png');
	background-size: 100%;
}

.button.instruction {
	padding-left: 35px !important;
	text-align: left;
}
.button.instruction::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('/img/instructions.png');
	background-size: 100%;
}

.transfer-title, .transfer-subtitle {
	color: #FD4418;
	margin: 20px 0 10px;
}
.transfer-list span {
	color: #7bbcff;
}
.transfer-list, .transfer-sublist {
	list-style: none;
	padding: 0;
	margin: 0 10px;
}
.transfer-list li {
	position: relative;
}
.transfer-list li:not(.transfer-subtitle)::before {
	/*position: absolute;*/
	/*content: "- ";
	color: #ffffff59;*/
}
.transfer-account {
	display: flex;
	flex-wrap: wrap;
}
.transfer-account > div {
	width: 510px;
}
.transfer-account__modal h2 {
	font-size: 35px;
}
.transfer-account__modal p {
	color: #FD4418;
	font-size: 20px;
	margin: 53px 0;
}
.transfer-account-form-wrapper {
	font-size: 18px;
	position: relative;
}
.transfer-account-nickname {
	display: flex;
	margin-bottom: 30px;
	color: black;
	width: 100%;
	border: 1px solid #676767;
}
.transfer-account-nickname input {
	padding: 7px;
	border: none;
	width: 100%;
}
.transfer-account-nickname button {
	background-color: #cdcdcd;
	padding: 0 20px;
	color: #333;
}
.transfer-account-nickname--message {
	position: absolute;
	bottom: 100%;
	font-size: 16px;
	display: none;
}
.transfer-account-enter {
	padding: 8px 30px;
	background-color: #FD4418;
	display: block;
	margin: 0 auto;
	border: none;
}

@media (max-width: 1400px) {
	.header__brand {
		margin: 0 30px;
	}
}
@media (max-width: 1300px) {
	.header__download a {
		width: 200px;
		font-size: 13px;
	}
	.header__social li a {
		width: 70px;
	}
	.header__social ul li a:hover:before, .header__social ul li a:hover:after, .header__social ul li a:before, .header__social ul li a:after {
		content: none;
		display: none;
	}
	.header__social ul li a .shadow {
		display: none;
	}
	.header__social ul li a:hover .svg {
	    fill: var(--red);
	}
	.header__social.header__social__ex ul li a {
		height: 70px;
		line-height: 70px;
	}
	.screen__btns {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1199px) {
	.header__left, .header__right {
		width: 300px;
	}
	.header__social li a {
	    width: 50px;
	}
	.shop .bens__list {
		left: 0;
	}
}

.header__download__mobile {
	display: none;
}

@media (max-width: 991px) {
	.header__social, .header__social__ex {
		display: none;
	}
	.header__menu {
		display: block;
	}
	.panel-adaptive {
		display: block;
	}
	header.animate {
		background: #0d121a;
		-webkit-transition: .7s;
		-o-transition: .7s;
		transition: .7s;
	}
	header.animate .header__brand:before {
		content: none;
	}
	header {
		border: none;
	}
	.header__in {
		padding: 0 15px;
	}
	.header__forum, .header__link, .header__shop, .header__profile, .header__download {
		display: none;
	}
	.header__brand {
		margin: 0 auto;
		position: relative;
	}
	.header__brand:after {
		content: none;
	}
	.header__brand:before {
		content: '';
	    position: absolute;
	    top: -25px;
	    left: -40px;
	    right: 0;
	    background: url(/img/brand-frame.svg);
	    background-size: 130px;
	    width: 130px;
	    height: 103px;
	}
	.header__brand a {
		position: relative;
	}
	.header__left, .header__right {
		width: 60px;
	}
	.header__download__mobile {
		display: block;
	}
	.header__center {
		padding: 0;
		width: 100%;
		margin: 0 auto;
	}
	.header__download__mobile a {
		position: relative;
    	top: -3px;
	}
	.coop-text-block {
		padding: 20px 0;
	}
	.screen {
		padding: 130px 0 30px;
		background: url(/img/screenbgmobile.jpg);
		background-size: cover;
	}
	.screen__btns {
		padding-top: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.screen__title {
		margin-top: 30px;
	}
	.screen__btn {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.screen__btn .btn-main__in {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
		height: 92px;
		-webkit-clip-path: polygon(0 0, 0 80%, 8% 100%, 100% 100%, 100% 20%, 92% 0);
		clip-path: polygon(0 0, 0 80%, 8% 100%, 100% 100%, 100% 20%, 92% 0);
	}
	.screen__btn .btn-main__in:before {
		-webkit-clip-path: polygon(0 0, 0 80%, 8% 100%, 100% 100%, 100% 20%, 92% 0);
		clip-path: polygon(0 0, 0 80%, 8% 100%, 100% 100%, 100% 20%, 92% 0);
	}
	.screen__btn .btn-main {
		width: calc(100% - 20px);
		max-width: 320px;
		height: 72px;
    	line-height: 72px;
    	-webkit-clip-path: polygon(0 0, 0 80%, 6% 100%, 100% 100%, 100% 20%, 94% 0);
    	clip-path: polygon(0 0, 0 80%, 6% 100%, 100% 100%, 100% 20%, 94% 0);
	}
	.screen__video {
		width: 100%;
	}
	.screen__btn img {
		width: 40px !important;
	}
	.screen__video__btn {
		padding-top: 170px;
		width: 100%;
		text-align: center;
	}
	.screen__video__btn img {
		width: 170px;
	}
	.screen__video__text {
		position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    width: 100px;
	    margin: 0 auto;
	    padding-top: 50px;
	    padding-left: 40px;
	}
	.screen__video__text:before {
	    content: '';
	    position: absolute;
	    top: 110px;
    	left: -65px;
	    right: 0;
	    margin: 0 auto;
	    text-align: center;
	    background: url(/img/play-text-frame.svg);
	    background-size: 152px;
	    width: 152px;
	    height: 42px;
	    -webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.screen__video__btn .shadow-btn {
		top: 140px;
	}
	h2 {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 20px;
	}
	.i-community {
		padding: 60px 0;
		background: url(/img/bgblock.jpg);
		background-size: cover;
	}
	.i-community:before {
		content: none;
	}
	.community__block__in {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.community__text, .community__btn {
		width: 100%;
	}
	.community__block__in {
		padding: 20px;
	}
	.community__text {
		font-size: 16px;
	}
	.community__btn {
		text-align: center;
		display: block;
	}
	.community__btn {
		margin-top: 20px;
	}
	.i-community .btn-ghost {
		width: 100%;
		max-width: 340px;
		height: 72px;
		line-height: 72px;
		-webkit-clip-path: polygon(0 0, 0 80%, 6% 100%, 100% 100%, 100% 20%, 94% 0);
		clip-path: polygon(0 0, 0 80%, 6% 100%, 100% 100%, 100% 20%, 94% 0);
	}
	.i-community .btn-ghost:before {
		width: calc(100% - 2px);
		max-width: 342px;
		-webkit-clip-path: polygon(0 0, 0 80%, 6% 100%, 100% 100%, 100% 20%, 94% 0);
		clip-path: polygon(0 0, 0 80%, 6% 100%, 100% 100%, 100% 20%, 94% 0);
	}
	.i-community .line2 {
		display: none;
	}
	.frame {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 60px 0 0;
	}
	.frame__title h2 {
		text-align: center;
	}
	.frame__block {
		font-size: 16px;
	}
	.frame__title h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.frame__title h2 br {
		display: none;
	}
	.frame__block {
		padding: 0;
	}
	.frame__block:before {
		content: none;
	}
	.frame__title, .frame__block {
		width: 100%;
	}
	.frame-2 {
		padding: 0 0 60px;
	}
	.title-right .frame__title {
		padding-left: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.frame-3 {
		padding: 0 0 60px;
	}
	.frame__sub {
		font-size: 14px;
		line-height: 20px;
	}
	.i-media {
		padding-top: 60px;
	}
	.video-slider__title {
		bottom: inherit;
		right: inherit;
		position: relative;
		font-size: 28px;
	    line-height: 32px;
	    margin: 0 0 20px;
	}
	.video-slider {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.video-main {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.video-nav {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.video-nav .video__wrap {
		width: 33%;
	    margin: 0;
	    padding: 0 10px;
	}
	.video-main .video-main__wrap:after {
	    content: '';
	    position: absolute;
	    top: calc(50% - 40px);
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 80px;
	    height: 80px;
	    background: url(/img/playbtn.svg);
	    background-size: 80px;
	}
	.video-nav .video__wrap:after {
		content: '';
	    position: absolute;
	    top: calc(50% - 15px);
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 30px;
	    height: 30px;
	    background: url(/img/shop/pl.svg);
	    background-size: 30px;
	}
	.screenshots {
		padding-top: 60px;
	}
	.screenshots h2 {
		text-align: center;
	}
	.screenshot img {
		display: block;
    	margin: 0 auto;
	}
	.i-community-bottom {
		padding: 60px 0;
	}
	.mordor-slide {
		height: 300px;
	}


	/* coop */
	.content {
		padding: 50px 0;
	}
	.coop-h1 {
		font-size: 28px;
		line-height: 32px;
		text-align: center;
	}
	.coop-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.coop-bottom__title {
		width: 100%;
		font-size: 28px;
		line-height: 32px;
	}
	.coop-bottom__sub {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.coop-page .btn-ghost {
		background: transparent;
	    width: 100%;
	    height: auto;
	    font-size: 22px;
	    line-height: 26px;
	    margin: 20px 0;
	}
	.coop-bottom__email {
		margin-left: 0;
	}
	.ben {
		width: 100%;
	}
	.footer__brand {
		margin-bottom: 30px;
	}
	.footer__in {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		text-align: center;
		padding-bottom: 40px;
	}
	.footer__email {
		margin-left: 0;
	}
	.footer__links {
		margin: 15px 0;
	}
	.footer__links br {
		display: none;
	}
	.footer__links ul li {
		margin-right: 0;
	}
	.coop-sub {
		font-size: 16px;
		line-height: 24px;
	}
	.coop-text-block:before {
		display: none;
	}
	.coop-text-block {
		font-size: 14px;
		line-height: 22px;
	}
	.coop-page .line2 {
		margin: 40px 0;
	}
	.coop-page .line2 {
		overflow: hidden;
	}
	.coop-page .line2 img {
		width: 1200px;
	}
	.coop-bottom__vk a {
		margin-left: 0;
	}
	.bens h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.ben {
		position: relative;
		padding-left: 90px;
	}
	.ben-icon {
		position: absolute;
		top: 0;
		left: 20px;
	}
	.ben:before {
		content: none;
	}
	.ben-icon:before {
		content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 30px;
	    height: 30px;
	    background: var(--red);
	    border-radius: 50%;
	    -webkit-box-shadow: 0 0 10px 18px var(--red);
	    box-shadow: 0 0 10px 18px var(--red);
	    opacity: 0.15;
	    -webkit-filter: blur(10px);
	    filter: blur(10px);
	}
	.ben-icon img {
		width: 40px;
	}
	.ben-title {
		margin-top: 0;
		text-align: left;
	}

	.h1 {
		font-size: 28px;
    	line-height: 32px;
    	text-align: center;
	}

	.shop-sub {
		display: block;
    	font-size: 15px;
	}
	.shop .ben {
		width: 100%;
	}
	.shop a.btn-main {
		display: none;
	}
	.form-group {
		margin-bottom: 15px;
	}
	.clip-form {
	    -webkit-clip-path: url(#form-mobile-clip-pach);
	    clip-path: url(#form-mobile-clip-path);
	    padding: 100px 20px 50px 20px;
	}
	.pay-info {
		margin-bottom: 10px;
	    border-bottom: 1px solid #404243;
	    padding-bottom: 10px;
	}
	.profile .h1 {
		font-size: 24px;
		line-height: 30px
	}
	.profile__stat {
		text-align: center;
		margin-top: 40px;
	}
	.profile__stat > div {
		margin: 0 auto 20px;
	}
	.h1__balance {
		margin-left: 0;
		width: 100%;
	}

	.bens__list {
		flex-direction: column;
	}
	.shop .ben {
		max-width: 200px;
	}
	.shop .shop-btn__in a.btn-roll-mobile {
		display: block;
		margin-top: 10px;
	}
	.shop-btn__in {
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}

}

@media (max-width: 768px) {

}


/* animate */
[data-aos=fade-down] {
    -webkit-transform: translate3d(0, -20px ,0);
    transform: translate3d(0, -20px ,0);
}
[data-aos=fade-up] {
    -webkit-transform: translate3d(0, 20px ,0);
    transform: translate3d(0, 20px ,0);
}
[data-aos=fade-left] {
    -webkit-transform: translate3d(15px,0,0);
    transform: translate3d(15px,0,0);
}
[data-aos=fade-right] {
    -webkit-transform: translate3d(-15px,0,0);
    transform: translate3d(-15px,0,0);
}




.mrp_pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mrp_pagination li span, .mrp_pagination li a {
    display: block;
    padding: 3px;
    margin: 2px;
}
.mrp_pagination li.active, .mrp_pagination li a:hover {
    color: var(--red);
}

.add-items-wrapper {
    margin-bottom: 30px;
}
.add-items-item {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff08;
}
.col-md-4:has(.add-items-item) {
    opacity: 1;
    transition: opacity 0.4s, transform 0.4s;
}
/*.add-item-btn {
    padding: 10px;
    background-color: red;
    width: 190px;
    text-align: center;
}*/

.charts {
    width: 100%;
    height: 400px;
    background-color: #0000004d;
    margin-bottom: 30px;
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 80px;
    background: rgba(26, 31, 35, 0.8);
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 11;
}
.dialog.active {
    backdrop-filter: blur(10px);
    visibility: visible;
    transition: .7s;
}
.dialog-title {
    font-family: 'RoadRadio';
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
}
.dialog-text {
    font-size: 22px;
}

.dialog__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
}
.dialog__close .svg {
    fill: #fff;
    width: 25px;
    margin-right: 10px;
}
.disabled-case {
    color: var(--red);
    font-size: 15px;
}
