@charset "utf-8";

input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}

*{
	margin: 0;
	padding: 0;
	outline: none !important;
}

/*----------collapse-btn----------*/

.collapse-btn{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 5px 0 0 5px;
	border: 1px solid #800000;
	background: none !important;
	border-radius: 4px;
	outline: none !important;
}
.collapse-btn span{
	display: block;
	width: 40px;
	height: 1px;
	background: #ffffff;
	margin-bottom: 5px;
}

/*----------/collapse-btn----------*/
.main .header{
	background: url(../images/bg.png) center top no-repeat;
	background-size: cover;
}
.header{
	padding-top: 36px;
	position: relative;
	overflow: hidden;
}
.header .logo{
	display: inline-block;
}
.navbar-collapse ul li{
	list-style: none;
	display: inline-block;
	margin-right: 43px;
	padding-top: 16px;
}
.navbar-collapse ul li:nth-child(4) a{
	position: relative;
}
.navbar-collapse ul li:nth-child(4) a:before{
	position: absolute;
	content: '';
	text-transform: uppercase;
	top: -5px;
	right: -10px;
	font-size: 12px;
	color: #3498db;
	text-shadow: 1px 1px 2px rgba(253, 191, 3, 0.7);
	font-weight: 700;
	transform: rotate(20deg);
	transition: 0.3s;
}
.navbar-collapse ul li:nth-child(4) a:hover:before{
	transform: rotate(-10deg);
	top: -8px;
	right: -11px;
	color: #800000;
	text-shadow: 1px 1px 2px rgba(227, 63, 53, 0.7);
}
.navbar-collapse ul li:nth-child(5){
	margin: 0;
}
.navbar-collapse ul a{
	font-size: 16px;
	text-decoration: none;
	color: #333;
	text-shadow: 1px 1px 2px rgba(253, 191, 3, 0.00);
	display: block;
	transition: 0.4s;
}
.navbar-collapse ul a:hover{
	color: #800000;
	text-shadow: 1px 1px 2px rgba(253, 191, 3, 0.7);
}
.header .lcab{
	display: block;
	text-decoration: none;
	color: #808080;
	font-size: 16px;
	text-align: center;
	border: 1px solid #808080;
	border-radius: 45px;
	padding: 19px 0 19px 0;
	position: relative;
	transition: 0.4s;
	margin-top: -7px;	
	z-index: 1;
}
.header .lcab:hover{
	color: #fff;
}
.header .lcab:before{
	position: absolute;
	content: '';
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	background-color: #808080;
	opacity: 0;
	border-radius: 45px;
	transition: 0.4s;
	z-index: -1;
}
.header .lcab:hover:before{
	left: 0;
	right: 0;
	opacity: 0.9;
}
.head-mdl{
	margin-top: 100px;
}
.head-mdl h1{
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 190px;
	margin: 0 0 65px 0;
}
.main .start{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: #3498db;
	margin-bottom: 405px;
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0px 0px 110px -7px rgba(1,1,3,0.43);
	-moz-box-shadow: 0px 0px 110px -7px rgba(1,1,3,0.43);
	box-shadow: 0px 0px 110px -7px rgba(1,1,3,0.43);
	transition: 0.5s;
}
.head-mdl .start:hover{
	background: #3498db;
}
.serv{
	padding-top: 40px;
	background: url(../images/bg1-1.png) center no-repeat;
	padding-bottom: 60px;
	/*background-attachment: fixed;*/
}
.block h2{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 110px;
}
.block h2 span{
	display: inline-block;
	color: #fff;
	background: #3498db;
	padding: 10px 6px 10px 6px;
	margin-left: 7px;
}
.p-bar{
	position: relative;
	display: inline-block;
}
.p-bar strong{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 27%;
	font-size: 16px;
	font-weight: 700;
}
.p-bar span{
	line-height: 30px;
	font-weight: 700;
	display: block;
	font-size: 20px;
	padding-top: 20px;

}
.news{
	padding-top: 102px;
	padding-bottom: 144px;	
	background: url(../images/bg3.png) center no-repeat;
	background-size: cover;
}
.new-wrp{
	padding: 0 35px;
}
.br-title{
	position: relative;
	padding: 82px 0;
	border-radius: 17px;
	margin-bottom: 30px;
}
.br-title:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 17px;
	background: #333;
	opacity: 0.8;
	z-index: 2;
}
.br-title img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 17px;
}
.br-title h4{
	display: block;
	color: #fff;
	font-size: 20px;
	margin: 0;
	font-weight: 700;
	z-index: 3;
	position: relative;
}
.br-title .time{
	color: #fff;
	font-weight: 700;
	line-height: 23px;
	z-index: 1;
	position: relative;
}
.new-wrp p{
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
}
.new-wrp .more{
	margin-top: 17px;
	display: inline-block;
	text-align: center;
	background-color: #808080;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	padding: 17px 32px 16px 32px;
	border-radius: 45px;
	transition: 0.5s;
}
.new-wrp .more:hover{
	background-color: #808080;
}
.social{
	padding-bottom: 528px;
	background: url(../images/bg7.png) bottom no-repeat;
	/*background-size: cover;*/
}
.social a{
	padding-top: 152px;
	display: inline-block;
	text-decoration: underline;
	color: #333;
	font-size: 18px;
	line-height: 31px;
	position: relative;
}
.social a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -51px;
	width: 102px;
	height: 102px;
	border-radius: 50%;
}
.social a:after{
	font-family: 'FontAwesome';	
	position: absolute;
	font-size: 40px;
	left: 50%;
	margin-left: -21px;
	top: 50%;
	margin-top: -70px;
}
.social .vk1:after{
	content: "\f189";
	color: #3498db;
}
.social .vk2:after{
	content: "\f189";
	color: #fff;
}
.social .yt:after{
	content: "\f16a";
	color: #fff;
}
.social .vk1:before{
	background-color: #333333;
}
.social .vk2:before{
	background-color: #3498db;
}
.social .yt:before{
	background-color: #c53852;
}
.social a:hover{
	text-decoration: none;
}
.main .footer{
	padding-top: 68px;
	border-top: 1px solid #e6e5e5;
	margin-top: -228px;
}
.footer a{
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}
.footer span{
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #999999;
}
/*-----------------------------cabinet---------------------------------*/

.cabinet{
	background: url(../images/lk-bg.jpg) center top no-repeat;
	background-size: cover;
}
.cabinet .header{
	margin-bottom: 145px;
}
.cabinet .av-wrp{
	padding: 0 15px;
	position: relative;
}
.avatar{
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 77%;
	padding-top: 16px;
	-webkit-box-shadow: 0px 0px 72px -26px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 0px 72px -26px rgba(0,0,0,0.63);
	box-shadow: 0px 0px 72px -26px rgba(0,0,0,0.63);
	display: inline-block;
}
.av-wrp .vip{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #3498db;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	padding-top: 29px;
	text-transform: uppercase;
	bottom: 0;
	right: 30px;
	display: block;
	text-align: center;
}
.av-wrp .vip:before{
	position: absolute;
	content: '\f005';
	width: 20px;
	height: 30px;
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #fff;
	top: 11px;
}
.cabinet .inner .out{
	display: block;
	background-color: #3498db;
	margin: 0 15px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 21px 0 19px 0;
	border: 1px solid #3498db;
	border-radius: 40px;
	transition: 0.4s;
	margin-top: 27px;
}
.cabinet .inner .out:hover{
	background-color: transparent;
	color: #3498db;
}
.cabinet .inf{
	background-color: #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 72px -26px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 0px 72px -26px rgba(0,0,0,0.63);
	box-shadow: 0px 0px 72px -26px rgba(0,0,0,0.63);
}
.inf .name{
	text-transform: uppercase;
	display: block;
	text-align: left;
	font-size: 30px;
}
.inf .lvl{
	font-size: 18px;
	color: #333;
	font-weight: 600;
	line-height: 29px;
}
.inf .headline{
	padding: 35px 23px 20px 23px;
	border-bottom: 1px solid #eee;
}
.inf .headline-bonus{
	padding: 35px 23px 20px 23px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.inf ul{
	display: block;
	padding: 25px 23px 14px 23px;
}
.inf ul li{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 24px;
}
.inf ul li span{
	float: right;
	display: inline-block;
	text-align: right;
	width: 50%;
	font-weight: 400;
}
.inner{
	padding-bottom: 250px;
}
.footer {
	border-top: 1px solid #e6e5e5;
	margin-bottom: 60px	;
	padding-top: 70px;
	margin-top: 0;
}




/*----------------------------start-------------------*/
.start{
	background: url(../images/st-bg.jpg) center top no-repeat;
	background-color: #fff;
}
.start .header{
	margin-bottom: 100px;
}
.start  h1{
	display: block;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
}
.start p{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 50px;
}
.arrow{
	display: block;
	margin-bottom: 35px;
}
.start-btn{
	display: block;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	background-color: #ffffff;
	border-radius: 45px;
	padding: 19px 0 18px 0;
	line-height: 1;
	font-size: 16px;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.62);
	-moz-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.62);
	box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.62);
	text-shadow: 1px 1px 2px rgba(253, 191, 3, 0.0);
	transition: 0.5s;
	margin-bottom: 73px;
}
.start-btn:hover{
	color: #696969;
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0);
	-moz-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0);
	box-shadow: 0px 0px 101px -7px rgba(253,191,3,0);
	text-shadow: 1px 1px 2px rgba(253, 191, 3, 0.26);
}
.serv-id{
	margin-bottom: 104px;
}
.serv-id p{
	display: block;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0;
}
.start .wrap{
	padding: 0 25px;
}
.start .img-wrp{
	position: relative;
	background-color: #fff;
	width: 100%;
	-webkit-box-shadow: 0px 0px 72px -26px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 0px 72px -26px rgba(0,0,0,0.63);
	box-shadow: 0px 0px 72px -26px rgba(0,0,0,0.63);
	border-radius: 17px;
	margin-bottom: 130px;
}
.start .img-wrp img{
	width: 100%;
	border-radius: 17px;
}
.start .img-wrp span{
	display: block;
	text-align: center;
	background-color: #3498db;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	padding-top: 18px;
	right: -20px;
	top: -20px;
	position: absolute;
}
/*----------------------login---------------------*/
.login .header{
	margin-bottom: 100px;
}
.login  h1{
	display: block;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
	margin-bottom: 95px;
}
.login{
	background: url(../images/log-bg.jpg) center top no-repeat;
	background-size: cover;
}
.form-wrp{
	text-align: center;
}
.input-wrp{
	position: relative;
}
.input-wrp:first-child:before{
	position: absolute;
	content: '\f007';
	left: 17px;
	top: 50%;
	margin-top: -9px;
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #333;
}
.input-wrp:nth-child(2):before{
	position: absolute;
	content: '\f084';
	left: 17px;
	top: 50%;
	margin-top: -9px;
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #333;
}
.input-wrp input{
	display: block;
	width: 100%;
	background-color: transparent;
	outline: none;
	border-radius: 20px;
	font-size: 16px;
	line-height: 1;
	color: #333;
	/*font-weight: 600;*/
	padding: 15px 50px 15px 45px;
	border: 1px solid #333;
	margin-bottom: 30px;
	text-align: left;
}
.input-wrp-two input{
	display: block;
	width: 45%;
	background-color: transparent;
	outline: none;
	border-radius: 20px;
	font-size: 14px;
	line-height: 1;
	color: #333;
	/*font-weight: 600;*/
	padding: 15px 50px 15px 20px;
	border: 1px solid #333;
	margin-bottom: 35px;
	text-align: center;
}

.footer{
	margin-top: 240px;
}

.popol-bonus {
	display: inline-block;
	border: none;
	outline: none;
	background-color: #808080;
	color: #333;
	font-size: 16px;
	padding: 15px 90px;
	border-radius: 45px;
	-webkit-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.26);
	-moz-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.26);
	box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.26);
	transition: 0.5s;
	margin-bottom: 30px;
}
.form-wrp .btn{
	display: inline-block;
	border: none;
	outline: none;
	background-color: #808080;
	color: #333;
	font-size: 16px;
	padding: 26px 110px;
	border-radius: 45px;
	-webkit-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.26);
	-moz-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.26);
	box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.26);
	transition: 0.5s;
	margin-bottom: 30px;
}
.form-wrp .btn:hover{
	-webkit-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.46);
	-moz-box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.46);
	box-shadow: 0px 0px 101px -7px rgba(253,191,3,0.46);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);
}
::-webkit-input-placeholder {color:#333;}
::-moz-placeholder          {color:#333;}
:-moz-placeholder           {color:#333;}
:-ms-input-placeholder      {color:#333;}

/*--------------donate--------------------*/
.donate{
	background: url(../images/don-bg.jpg) center top no-repeat;
	background-size: cover;
}
.donate .header{
	margin-bottom: 100px;
}
.donate h1{
	display: block;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 90px;
}
.ps-input-wrp{
	display: block;
	width: 100%;
	border-radius: 20px;
	font-size: 16px;
	line-height: 1;
	color: #333;
	/*font-weight: 600;*/
	padding: 15px 20px 15px 45px;
	border: 1px solid #333;
	margin-bottom: 30px;
	text-align: left;
	position: relative;
}
.ps-input-wrp:before{
	position: absolute;
	content: '\f158';
	left: 17px;
	top: 50%;
	margin-top: -9px;
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #333;	
}
.ps-input-wrp input{
	width: 35%;
	padding: 0 10px;
	display: inline-block;
	outline: none;
	background-color: transparent;
	border: none;
}
.ps-input-wrp input:nth-child(2){
	width: 15px;
	margin-right: 5px;
	margin-left: 15px;
	padding: 0;
	
}
.ps-input-wrp .val{
	display: inline-block;
	margin-left: 0px;
	font-size: 16px;
	color: #999;
	text-align: right;
	float: right;
}
.ps-input-wrp .x2{
	position: absolute;
	right: 30%;
	color: #c53852;
	font-weight: 700;
	display: inline-block;
}
.ps-input-wrp .val input{
	color: 333;
	text-align: right;
	padding-right: 3px;
	font-weight: 400;
}
.ps-input-wrp1{
	padding-top: 20px;
	padding-bottom: 20px;
}

.dropdown{
	float: right;
	display: inline-block;
}
.dropdown button{
	outline: none;
	border: none;
	background-color: transparent;
}
.dropdown ul{
	top: 50px;
	-webkit-box-shadow: 0px 0px 85px -32px rgba(0,0,0,0.61);
	-moz-box-shadow: 0px 0px 85px -32px rgba(0,0,0,0.61);
	box-shadow: 0px 0px 85px -32px rgba(0,0,0,0.61);
}
.dropdown ul li{
	font-weight: 600;
	line-height: 20px;
}
.dropdown ul li a{
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
	display: block;
	text-align: center;
	color: #999;
	font-weight: 700;
	font-size: 16px;
	background-color: transparent !important; 
	transition: 0.5s;
}
.dropdown ul li:last-child a{
	border: none;
}
.dropdown ul li a:hover{
	background-color: #e1e1e1;
}
.dropdown-menu{
	width: 560px;
	left: -530px;
	border: none;
	border-radius: 17px;
	background-color: #fff;
}
.donate-buy {
	display: block;
	color: #333;
	text-decoration: underline;
	margin-bottom: 40px;
}
.donate-buy:hover,
.donate-buy:focus {
	color: #333;
}
.donate-list {
	list-style: none;
}
.donate-list li {
	color: #666;
	line-height: 30px;
	font-size: 14px;
}
.donate-list li span {
	float: right;
}
.p-bar span a { 
color: #333; 
} 
.p-bar span a:hover, 
.p-bar span a:focus { 
color: #333; 
text-decoration: none; 
}
.line{
border-left: 0px solid #DCDCDC; /* Ширина, цвет и вид линии */ 
padding: 10px; /* Расстояние от линии до текста */
background: #DCDCDC; /* Цвет фона */
color: #808080; /* Цвет текста */
border-radius: 20px;
}
.stats{
color: #808080; /* Цвет текста */
}
.plus{
color: #696969; /* Цвет текста */
}
.bonuses-coins-one{
	color: #808080; /* Цвет текста */
	font-size: 20px;
	font-weight: bolder;
}
.bonuses-coins-two{
	margin-top: 25px;
	color: #808080; /* Цвет текста */
	font-size: 16px;
	font-weight: bolder;
}
.bonuses-coins-free{
	margin-top: 25px;
	color: #808080; /* Цвет текста */
	margin-bottom: 5px;
}