* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #160a0c;
	font-family: montserrat-regular;
	color: #fff8de;
	font-size: 12px;
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #fff8de;
}

@font-face {
    font-family: montserrat-regular;
    src: url(../css/fonts/montserrat-regular.ttf);
}
@font-face {
    font-family: montserrat-medium;
    src: url(../css/fonts/montserrat-medium.ttf);
}
@font-face {
    font-family: montserrat-black;
    src: url(../css/fonts/montserrat-black.ttf);
}
@font-face {
    font-family: montserrat-bold;
    src: url(../css/fonts/montserrat-bold.ttf);
}
@font-face {
    font-family: montserrat-extrabold;
    src: url(../css/fonts/montserrat-extrabold.ttf);
}
@font-face {
    font-family: montserrat-light;
    src: url(../css/fonts/montserrat-light.ttf);
}
@font-face {
    font-family: Candarab;
    src: url(../css/fonts/Candarab.ttf);
}

b, th, strong, h1, h2, h3, h4, h5, h6 {
	font-family: montserrat-bold;
}

::-webkit-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

textarea::-webkit-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea::-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-ms-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}

.flex-sbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-sbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-ec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-es {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	height: 2000px;
	margin: 0 auto;
	background: url(../images/bg1.jpg) no-repeat center top 0px,
				url(../images/bg2.jpg) no-repeat center top 500px,
				url(../images/bg3.jpg) no-repeat center top 1000px,
				url(../images/bg4.jpg) no-repeat center top 1500px;
	overflow: hidden;
}

#general .wrapper {
	position: relative;
	display: block;
	width: 1200px;
	height: 2000px;
	margin: 0 auto;
}

#general .wrapper .inner {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.navi {
	height: 90px;
}

.navi ul {
	position: absolute;
	display: inline-block;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1100px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.navi ul li {
	position: relative;
	display: inline-block;
	float: left;
}

.navi ul li a {
	position: relative;
	display: block;
	padding: 0 20px 0 10px;
}

.navi ul li:first-child a {
	padding-left: 0;
}

.navi ul li a span {
	position: relative;
	display: block;
	color: #fff6ca;
	font-size: 16px;
    font-family: Candarab;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi ul li a p {
	position: relative;
	display: block;
	color: #a5a5a5;
	font-size: 11px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi ul li a:hover span {
	color: #96ff00;
}

.navi ul li a:hover p {
	color: #fff;
}



.navi ul li div {
	position: relative;
	display: block;
	padding: 0 20px 0 10px;
	cursor: pointer;
}

.navi ul li:first-child div {
	padding-left: 0;
}

.navi ul li div span {
	position: relative;
	display: block;
	color: #fff6ca;
	font-size: 16px;
    font-family: Candarab;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi ul li div p {
	position: relative;
	display: block;
	color: #a5a5a5;
	font-size: 11px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi ul li div:hover span {
	color: #96ff00;
}

.navi ul li div:hover p {
	color: #fff;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.navi .lang {
	position: absolute;
	display: block;
	width: 40px;
	height: 60px;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
	background: url(../images/lang.png) no-repeat;
}

.navi .lang a {
	position: absolute;
	display: block;
	width: 40px;
	height: 60px;
	top: 0;
	left: 0;
}

.navi .lang a img {
	position: absolute;
	display: block;
	top: 9px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi .lang a span {
	position: absolute;
	display: block;
	bottom: 9px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #ffffff;
	font-size: 9px;
	text-transform: uppercase;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi .lang a.active img, .navi .lang a.active span,
.navi .lang:hover a img, .navi .lang:hover a span {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.navi .lang:hover a.active img {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.navi .lang:hover a.active span {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.navi .lang:before {
	content: '';
	position: absolute;
	display: block;
	width: 29px;
	height: 1px;
	background: #413f45;
	top: 34px;
	left: 0;
	right: 0;
	margin: auto;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.header {
	height: 660px;
}

.logo {
	position: absolute;
	display: block;
	width: 356px;
	height: 241px;
	top: 53px;
    right: 172px;
}

.logo:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	-webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter:brightness(1.6); 
	-moz-filter:brightness(1.6); 
	-o-filter:brightness(1.6); 
	filter:brightness(1.6);
	visibility: hidden;
	opacity: 0;
}

.logo:hover:before {
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    visibility: visible;
    opacity: 1;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.slider {
	position: absolute;
	display: block;
	width: 475px;
	height: 99px;
	background: url(../images/slider.png) no-repeat;
	top: 304px;
	right: 113px;
}

.slider .slide {
	display: none;
	width: 475px;
	height: 99px;
	left: 0 !important;
}

.slider .slide.slick-active {
	display: block !important;
}

.slider .slide .text-1 {
	position: relative;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 6px;
	padding-top: 5px;
}

.slider .slide .text-2 {
	position: relative;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
    font-family: montserrat-black;
    margin-bottom: 8px;
}

.slider .slide .text-3 {
	position: relative;
	display: block;
	text-align: center;
	color: #ffe400;
	font-size: 18px;
    font-family: montserrat-black;
}

.slider .pagine {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 5px 0 0;
	text-align: center;
}

.slider .pagine button.slick-prev.slick-arrow {
	position: relative;
	display: inline-block !important;
	width: 8px;
	height: 21px;
	background: url(../images/ico-prev.png) no-repeat;
	font-size: 0;
	border: none;
	top: -0px;
	margin-right: 5px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.slider .pagine button.slick-next.slick-arrow {
	position: relative;
	display: inline-block !important;
	width: 8px;
	height: 21px;
	background: url(../images/ico-next.png) no-repeat;
	font-size: 0;
	border: none;
	top: -0px;
	margin-left: 5px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.slider .pagine button.slick-prev.slick-arrow:hover,
.slider .pagine button.slick-next.slick-arrow:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5); 
}

.slider .pagine ul.slick-dots {
	position: relative;
	display: inline-block !important;
}

.slider .pagine ul.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
}

.slider .pagine ul.slick-dots li button {
	font-size: 0;
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: none;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	cursor: pointer;
}

.slider .pagine ul.slick-dots li.slick-active button,
.slider .pagine ul.slick-dots li:hover button {
	background: rgba(255,255,255,1);

}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.links {
	position: absolute;
	display: block;
	width: 475px;
	top: 456px;
	right: 113px;
	text-align: center;
}

.links .btn {
	position: relative;
	display: block;
	width: 328px;
	height: 91px;
	background: url(../images/links-btn.png) no-repeat;
	margin: 0 auto;
}

.links .btn span {
	position: relative;
	display: block;
	margin-left: 95px;
	color: #c1ff70;
	font-size: 16px;
    font-family: montserrat-extrabold;
    text-align: left;
    padding-top: 28px;
}

.links .btn p {
	position: relative;
	display: block;
	margin-left: 95px;
	color: #c9c4ae;
	font-size: 11px;
    font-family: montserrat-light;
    text-align: left;
    padding-top: 2px;
}

.links .btn:hover {
	-webkit-filter:contrast(200%); 
	-moz-filter:contrast(200%); 
	-o-filter:contrast(200%); 
	filter:contrast(200%); 
}

.links .text {
	position: relative;
	display: block;
	margin: 20px auto 0;
	text-align: center;
	color: #c2b5cf;
	font-size: 12px;
    font-family: montserrat-light;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.stats {
	height: 160px;
}

.stats .status {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 0;
	height: 152px;
}

.stats .status .progress {
	position: relative;
	display: inline-block;
	float: left;
	width: 152px;
	height: 152px;
	background: url(../images/status.png) no-repeat;
	margin-right: 15px;
}

.stats .status .progress .circle {
	position: absolute;
	display: block;
	width: 152px;
	height: 152px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.stats .status .progress .title {
	position: absolute;
	display: block;
	width: 140px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.stats .status .progress .title span {
	position: relative;
	display: block;
	/* color: #ffe400; */
	font-size: 20px;
	font-family: montserrat-black;
}

.stats .status .progress .title p {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
    font-family: montserrat-black;
    margin-top: -4px;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.stats .shares {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	right: -160px;
	/*right: -0;*/
}

.stats .shares .item {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 20px;
	/*margin-left: 70px;*/
	
}

.stats .shares .item .frame {
	position: relative;
	display: inline-block;
	float: left;
	width: 76px;
	height: 76px;
	background: url(../images/ico-shares.png) no-repeat;
}

.stats .shares .item .frame img {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.stats .shares .item .title {
	position: relative;
	display: block;
	margin-left: 95px;
}

.stats .shares .item .title span {
	position: relative;
	display: block;
	color: #e3c513;
	font-size: 16px;
    font-family: montserrat-black;
    padding-top: 5px;
}

.stats .shares .item .title p {
	position: relative;
	display: block;
	color: #8e8e8e;
	font-size: 12px;
	margin-top: 3px;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content {
	height: 955px;
}

.content .left-content {
	position: absolute;
	display: block;
	width: 815px;
	height: 920px;
	top: 35px;
	left: 0;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .left-content .news-block {
	position: relative;
	display: block;
	width: 815px;
	/*height: 390px;*/
	overflow: hidden;
}

.content .left-content .news-block .news {
	position: relative;
	display: inline-block;
	float: left;
	width: 390px;
	height: 380px;
	padding: 5px;
	background: url(../images/news.png) no-repeat;
	overflow: hidden;
	margin-top: 20px;
}

.content .left-content .news-block .news:nth-child(2n) {
	margin-left: 15px;
}

.content .left-content .news-block .news:nth-child(1),
.content .left-content .news-block .news:nth-child(2) {
	margin-top: 0;
}

.content .left-content .news-block .news .frame {
	position: absolute;
	display: block;
	width: 390px;
	height: 189px;
	background: #2f252f;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}

.content .left-content .news-block .news .frame img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}

.content .left-content .news-block .news .frame:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/fade.png) no-repeat center bottom;
	top: 0;
	left: 0;
	z-index: 1;
}

.content .left-content .news-block .news .date {
	position: absolute;
	display: block;
	width: 63px;
	height: 62px;
	top: 5px;
	left: 5px;
	background: url(../images/date.png) no-repeat;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}

.content .left-content .news-block .news .date i {
	font-style: normal;
	font-size: 10px;
	display: inline-block;
	margin: 0 3px 0 1px;
}

.content .left-content .news-block .news .date span {
	color: #ffe400;
	font-size: 18px;
    font-family: montserrat-black;
    display: inline-block;
    margin-left: -5px;
}

.content .left-content .news-block .news .title {
	position: relative;
	display: block;
	width: 350px;
	margin: 0 auto 6px;
	padding-top: 150px;
	color: #ffe400;
	font-size: 16px;
    font-family: montserrat-black;
    z-index: 1;
    height: 20px;
    text-align: left;
}

.content .left-content .news-block .news .title span {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}

.content .left-content .news-block .news .author {
	position: relative;
	display: block;
	width: 350px;
	margin: 0 auto 10px;
	color: #5d5d59;
	text-shadow: 0 0 0 #5d5d59;
	font-size: 12px;
	z-index: 1;
}

.content .left-content .news-block .news .text {
	position: relative;
	display: block;
	width: 350px;
	margin: 0 auto 15px;
	color: #fff8de;
	font-size: 12px;
	line-height: 18px;
	height: 124px;
	overflow: hidden;
}

.content .left-content .news-block .news .text a {
	color: #c1ff70;
	text-decoration: underline;
}

.content .left-content .news-block .news .text a:hover {
	text-decoration: none;
}

.content .left-content .news-block .news .link {
	position: relative;
	display: block;
	width: 350px;
	margin: 0 auto;
}

.content .left-content .news-block .news .link a {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 32px;
	background: #ffe400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 32px;
	text-align: center;
	color: #0b080b;
	text-shadow: 0 0 0 #0b080b;
	font-size: 12px;
}

.content .left-content .news-block .news .link a:hover {
	background: #ff6300;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .left-content .news-block .page-news {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.content .left-content .news-block .page-news .title {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 6px;
	color: #ffe400;
	font-size: 16px;
    font-family: montserrat-black;
    z-index: 1;
    text-align: left;
}

.content .left-content .news-block .page-news .text {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 15px;
	color: #fff8de;
	font-size: 12px;
	line-height: 18px;
}

.content .left-content .news-block .page-news .text a {
	color: #c1ff70;
	text-decoration: underline;
}

.content .left-content .news-block .page-news .text a:hover {
	text-decoration: none;
}

.content .left-content .news-block .page-news .link {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.content .left-content .news-block .page-news .link a {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 32px;
	background: #ffe400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 32px;
	text-align: center;
	color: #0b080b;
	text-shadow: 0 0 0 #0b080b;
	font-size: 12px;
}

.content .left-content .news-block .page-news .link a:hover {
	background: #ff6300;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .left-content .send {
	position: relative;
	display: block;
	width: 815px;
	height: 66px;
	background: url(../images/send.png) no-repeat;
	margin: 20px auto 0;
}

.content .left-content .send .text {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 26px;
}

.content .left-content .send .text span {
	position: relative;
	display: block;
	color: #ffc000;
	font-size: 18px;
    font-family: montserrat-bold;
}

.content .left-content .send .text p {
	position: relative;
	display: block;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
	margin-top: -2px;
}

.content .left-content .send .form {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
}

.content .left-content .send .form input {
	position: relative;
	display: inline-block;
	float: left;
	width: 261px !important;
	height: 44px !important;
	padding: 0 20px !important;
	background: url(../images/input.png) no-repeat;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
	font-family: montserrat-regular;
	border: none;
	text-align: left;
}

.content .left-content .send .form button {
	position: relative;
	display: inline-block;
	width: 128px;
	height: 40px;
	background: #ffe400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 20px;
	line-height: 40px;
	text-align: left;
	color: #0b0406;
	font-size: 12px;
	border: none;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	cursor: pointer;
	font-family: montserrat-regular;
}

.content .left-content .send .form button:before {
	content: '';
	position: absolute;
	display: block;
	width: 22px;
	height: 20px;
	background: url(../images/ico-send.png) no-repeat;
	top: 0;
	left: 13px;
	bottom: 0;
	margin: auto;
}

.content .left-content .send .form button span {
	margin-left: 45px;
}

.content .left-content .send .form button:hover {
	background: #ff6300;
}

.content .left-content .send .form input.error::-webkit-input-placeholder { 
	color:#ff5b5b;
}
.content .left-content .send .form input.error:-moz-placeholder { 
	color:#ff5b5b;
}
.content .left-content .send .form input.error::-moz-placeholder { 
	color:#ff5b5b;
}
.content .left-content .send .form input.error:-ms-input-placeholder { 
	color:#ff5b5b;
}

.content .left-content .send .form input.success::-webkit-input-placeholder { 
	color:#58ff61;
}
.content .left-content .send .form input.success:-moz-placeholder { 
	color:#58ff61;
}
.content .left-content .send .form input.success::-moz-placeholder { 
	color:#58ff61;
}
.content .left-content .send .form input.success:-ms-input-placeholder { 
	color:#58ff61;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .left-content .stream-block {
	position: relative;
	display: block;
	width: 815px;
	height: 380px;
	margin: 55px auto 0;
}

.content .left-content .stream-block .stream-title {
	position: relative;
	display: block;
	height: 56px;
	padding-left: 68px;
	background: url(../images/ico-stream.png) no-repeat center left;
}

.content .left-content .stream-block .stream-title span {
	position: relative;
	display: block;
	color: #ffc000;
	font-size: 18px;
    font-family: montserrat-bold;
    padding-top: 9px;
}

.content .left-content .stream-block .stream-title p {
	position: relative;
	display: block;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
}

.content .left-content .stream-block .block {
	position: relative;
	display: inline-block;
	width: 815px;
	margin: 25px 0 0;
}

.content .left-content .stream-block .block .item {
	position: relative;
	display: inline-block;
	float: left;
	width: 250px;
}

.content .left-content .stream-block .block .item .frame {
	position: relative;
	display: block;
	width: 258px;
	height: 208px;
	background: url(../images/stream.png) no-repeat;
}

.content .left-content .stream-block .block .item .frame iframe {
	position: absolute;
	display: block;
	width: 250px;
	height: 200px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.content .left-content .stream-block .block .item:nth-child(3n-1) {
	margin: 0 32px;
}

.content .left-content .stream-block .block .item .title {
	position: relative;
	display: block;
	text-align: center;
	margin: 14px auto 0;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
}

.content .left-content .stream-block .block .item .title span {
	color: #ffe400;
	text-shadow: none;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .right-content {
	position: absolute;
	display: block;
	width: 360px;
	height: 920px;
	top: 35px;
	right: 0;
}

.content .right-content .side-block {
	position: relative;
	display: block;
	width: 360px;
	margin: 0 auto 20px;
}

.content .right-content .side-block .side-title {
	position: relative;
	display: block;
	width: 360px;
	height: 66px;
	margin: 0 auto 10px;
	background: url(../images/title.png) no-repeat;
}

.content .right-content .side-block .side-title .img {
	position: absolute;
	display: block;
	width: 62px;
	height: 100%;
	top: 0;
	left: 0;
}

.content .right-content .side-block .side-title .img img {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.content .right-content .side-block .side-title span {
	position: relative;
	display: block;
	margin-left: 62px;
	width: 240px;
	text-align: center;
	color: #ffc000;
	font-size: 18px;
    font-family: montserrat-bold;
    padding-top: 15px;
}

.content .right-content .side-block .side-title p {
	position: relative;
	display: block;
	margin-left: 62px;
	width: 240px;
	text-align: center;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .right-content .side-block .table {
	position: relative;
	display: none;
	width: 100%;
}

.content .right-content .side-block .table.active {
	display: block;
}

.content .right-content .side-block .table .tr {
	position: relative;
	display: flow-root;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: url(../images/tr.png) no-repeat;
	background-size: 100% 32px;
	margin-bottom: 4px;
}

.content .right-content .side-block .table .tr:first-child {
	background: none;
	height: auto;
	line-height: inherit;
	margin-bottom: 0;
}

.content .right-content .side-block .table .tr .th {
	position: relative;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 12px;
	padding:0 0 8px;
}

.content .right-content .side-block .table .tr .th:nth-child(1) {
	width: 3%;
}

.content .right-content .side-block .table .tr .th:nth-child(2) {
	width: 70%;
	text-align: left;
}

.content .right-content .side-block .table .tr .th:nth-child(3) {
	width: 12%;
	text-align: right;
}

.content .right-content .side-block .table .tr .th:nth-child(4) {
	width: 3%;
	text-align: center;
}

.content .right-content .side-block .table .tr .th:nth-child(5) {
	width: 12%;
	text-align: left;
}

.content .right-content .side-block .table .tr .td {
	position: relative;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 12px;
}

.content .right-content .side-block .table .tr .td:nth-child(1) {
	width: 6%;
	text-align: right;
}

.content .right-content .side-block .table .tr .td:nth-child(2) {
	width: 66%;
	text-align: left;
	padding-left: 1%;
	color: #ffdf6e;
	overflow: hidden;
}

.content .right-content .side-block .table .tr .td:nth-child(3) {
	width: 12%;
	text-align: right;
}

.content .right-content .side-block .table .tr .td:nth-child(4) {
	width: 3%;
	text-align: center;
}

.content .right-content .side-block .table .tr .td:nth-child(5) {
	width: 12%;
	text-align: left;
}

.content .right-content .side-block .table-tabs {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 8px auto 0;
}

.content .right-content .side-block .table-tabs a {
	position: relative;
	display: inline-block;
	width: 92px;
	height: 38px;
	background: url(../images/tab.png) no-repeat;
	line-height: 38px;
	text-align: center;
	color: #c1ff70;
	font-size: 12px;
	margin: 0 1px;
	opacity: 0.6;
}

.content .right-content .side-block .table-tabs a:hover,
.content .right-content .side-block .table-tabs a.active {
	opacity: 1;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.post {
	position: relative;
	display: block;
	width: 360px;
	margin: 0 auto;
}

.post .item {
	position: relative;
	display: block;
	width: 360px;
	height: 50px;
	background: url(../images/post.png) no-repeat;
	margin: 0 auto 3px;
}

.post .item:before {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 100%;
	background: url(../images/ico-post.png) no-repeat center;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.post .item:hover:before {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.post .item .title {
	position: relative;
	display: block;
	margin-left: 60px;
	padding-top: 9px;
	text-align: left;
}

.post .item .title a {
	color: #f4edd5;
	font-size: 12px;
}

.post .item .title a:hover {
	text-decoration: underline;
}

.post .item .desc {
	position: relative;
	display: block;
	margin-left: 60px;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 11px;
	margin-top: 1px;
}

.post .item .desc span a {
	color: #9fd25c;
	margin: 0 3px;
}

.post .item .desc i {
	color: #d2b75a;
	font-style: normal;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.footer {
	height: 134px;
	border-top: 1px solid #261d21;
}

.footer .copyright {
	position: absolute;
	display: inline-block;
	width: 550px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #8c877c;
	font-size: 10px;
	text-shadow: 0 0 0 #8c877c;
}

.footer .banners {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 685px;
}

.footer .banners li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 5px;
}

.footer .coolness {
	position: absolute;
	display: block;
	width: 122px;
	height: 31px;
	background: url(../images/coolness.png) no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.footer .coolness:hover {
	opacity: 0.7;
}

/*==============================================================*/
/*==============================================================*/
/*==============================================================*/

.content-static-text{
	width: 100%;
}

.fast-start-block{
	width: 100%;
}

.fast-start-block *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fast-start-step{
	width: 100%;
	padding: 20px 25px;
	border: 1px solid #261d21;
	position: relative;
	cursor: pointer;
}

.fast-start-step:hover:after{
	background: rgba(38, 29, 33, 0.41);
}

.fast-start-step:after{
	box-sizing: border-box;
	content: '';
	width: calc( 100% - 8px );
	height: calc( 100% - 8px );
	position: absolute;
	top: 4px;
	left: 4px;
	pointer-events: none;
	border: 1px solid #1e1215;
	background: rgba(0,0,0,0);
	z-index: 1;
	transition: all .3s ease-in-out;
}

.fast-start-step:not(:first-child){
	margin-top: 10px;
}

.fast-start-icon{
	width: 90px;
	padding: 5px 10px;
	background: #ffe400;
	font-family: montserrat-bold;
	font-size: 14px;
	color: #000;
	text-align: center;
	position: relative;
	z-index: 2;
}

.fast-start-title{
	width: calc( 100% - 180px - 90px );
    font-family: montserrat-medium;
    color: #a09e97;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 20px;
    margin-right: auto;
    position: relative;
	z-index: 2;
}

.fast-start-title span{
	color: #d6d2c3;
	text-decoration: underline;
}

.fast-start-button{
	width: 180px;
    padding: 8px 10px;
    border: 1px solid #ffe400;
    text-align: center;
    font-family: montserrat-bold;
    color: #d6d2c3;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    background: rgba(255, 228, 0, 0);
    transition: all .3s ease-in-out;
    position: relative;
	z-index: 2;
}

.fast-start-button:hover{
	 background: rgba(255, 228, 0, 1);
	 color: #000;
}

/*==============================================================*/
/*==============================================================*/
/*==============================================================*/

.wnd-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	transition: all .3s ease-in-out;
	opacity: 0;
	pointer-events: none;
}

.wnd-bg.active{
	opacity: 1;
	pointer-events: auto;
}


.wnd *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wnd{
	width: 800px;
	height: 645px;
	background: #111213;
	position: fixed;
	z-index: 101;
	top: calc( ( 100% - 645px ) / 2 );
	left: calc( ( 100% - 800px ) / 2 );
	transition: all .4s ease-in-out;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.3, 1.3);
	border: 1px solid #2f2e2e;
}

.wnd.active{
	opacity: 1;
	pointer-events: auto;
	transform: scale(1, 1);
}

.wnd:before{
	content: '';
	width: calc( 100% + 20px );
	height: 28px;
	position: absolute;
	top: -10px;
	left: -10px;
	background: url(../images/border-wnd.png) top left no-repeat,
				url(../images/border-wnd2.png) top right no-repeat;
	pointer-events: none;
	transform: scale(1.3, 1.3) translateY(-50px);
	transition: all .6s ease-in-out;
}

.wnd.active:before{
	transform: scale(1, 1) translateY(0px);
}

.wnd:after{
	content: '';
	width: calc( 100% + 20px );
	height: 28px;
	position: absolute;
	bottom: -10px;
	left: -10px;
	background: url(../images/border-wnd.png) top left no-repeat,
				url(../images/border-wnd2.png) top right no-repeat;
	transform: scale(1.3, -1.3) translateY(50px);
	pointer-events: none;
	transition: all .6s ease-in-out;
}

.wnd.active:after{
	transform: scale(1, -1) translateY(0px);
}

.wnd-cancel{
	width: 17px;
	height: 17px;
	position: absolute;
	background: url(../images/cancel-wnd.png) center center no-repeat;
	top: 20px;
	right: 20px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.wnd-cancel:hover{
	transform: rotate(90deg);
}

.wnd-title{
	width: calc( 100% - 60px );
	margin: 0 auto;
	margin-top: 35px;
	text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 18px;
    font-family: montserrat-bold;
    font-weight: normal;
    text-transform: uppercase;
}

.wnd-title span{
	color: #ffe400;
}

.wnd-desc{
	width: calc( 100% - 60px );
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
    font-family: montserrat-regular;
    color: #676767;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 30px;
}

.wnd-files{
	width: calc( 100% - 60px );
	margin: 0 auto;
	border: 1px solid #2f2e2e;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
}

.wnd-files-flag{
	padding: 5px 10px;
	background: #ffe400;
	font-family: montserrat-bold;
	font-size: 14px;
	color: #000;
	position: absolute;
	top: -14px;
	left: 10px;
}

.wnd-files-title{
	width: 100%;
	text-align: center;
    color: #ffe400;
    font-size: 16px;
    font-family: montserrat-bold;
    font-weight: normal;
}

.wnd-files-title-desc{
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
    font-family: montserrat-regular;
    color: #676767;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}

.wnd-files-line{
	width: calc( 100% - 10px );
	padding: 5px 5px;
	background: #161819;
	margin-top: 5px;
}

.wnd-files-line-name{
	margin-right: auto;
	font-family: montserrat-bold;
    color: #c1c0c0;
    font-size: 12px;
    padding-left: 10px;
}

.wnd-files-line-btn{
	/*width: 150px;*/
	padding: 8px 15px;
	text-align: center;
	font-family: montserrat-bold;
    color: #000;
    font-size: 12px;
    background: linear-gradient(45deg, #1a8222, #ffc100);
    border-radius: 3px;
    margin: 2px 2px;
    transition: all .3s ease-in-out;
}

.wnd-files-line-btn:hover{
	filter: brightness(150%);
}

/*bonuses*/

.wnd[data-name-wnd="donate"]{
	height: 410px;
	top: calc( ( 100% - 410px ) / 2 );
}

.wnd-donate-bonuses{
	width: calc( 100% - 60px );
	margin: 0 auto;
}

.wnd-donate-bonus{
	width: calc( ( 100% - 15px ) / 4 );
	height: 100px;
	border: 1px solid rgba(0,0,0,0);
	background: #171819;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.wnd-donate-bonus:hover{
	filter: brightness(120%);
}

.wnd-donate-bonus.active{
	border: 1px solid rgba(0,0,0,0);
}

.wnd-donate-bonus:before{
	content: '';
	width: 50px;
	height: 300px;
	background: rgba(255,255,255,0.03);
	position: absolute;
	top: -100px;
	left: 0px;
	z-index: 3;
	transform: rotate(45deg) translateX(-100px);
}

.wnd-donate-bonus.active:before{
  animation: active_bonus 2s ease infinite;
  animation-delay: 0s;
}

@keyframes active_bonus {
  0% {
    transform: rotate(45deg) translateX(-200px);
  }
  100% {
    transform: rotate(45deg) translateX( calc( 100% + 200px ) );
  }
}

.wnd-donate-bonus:after{
	content: '';
	width: calc( 100% - 4px );
	height: calc( 100% - 4px );
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	background: rgba(186, 255, 252, 0.05);
	border-top: 2px solid rgba(255, 255, 255, 0.25098039215686274);
    border-right: 2px solid rgba(255, 255, 255, 0.06);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, 0.25098039215686274);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.wnd-donate-bonus.active:after{
	opacity: 1;
	animation: active_bonus2 2s ease infinite;
  	animation-delay: 0s;
}

@keyframes active_bonus2 {
  0% {
    background: rgba(186, 255, 252, 0.05);
  }
  50% {
    background: rgba(186, 255, 252, 0.03);
  }
  100% {
    background: rgba(186, 255, 252, 0.05);
  }
}

.wnd-donate-flag{
	width: 100px;
	padding: 3px 0px;
	background: #ffe400;
	font-family: montserrat-bold;
	font-size: 12px;
	color: #000;
	position: absolute;
	top: 13px;
	left: -27px;
	text-align: center;
	transform: rotate(-45deg);
	z-index: 1;
}

.wnd-donate-bonus:nth-child(1) .wnd-donate-flag{
	background: #b7927c;
}

.wnd-donate-bonus:nth-child(2) .wnd-donate-flag{
	background: #d0f1f5;
}

.wnd-donate-bonus:nth-child(3) .wnd-donate-flag{
	background: #ffd508;
}

.wnd-donate-bonus:nth-child(4) .wnd-donate-flag{
	background: #35a7de;
}

.wnd-donate-percent{
	width: 100%;
	font-family: montserrat-bold;
	font-size: 36px;
	color: #88d60c;
	text-align: right;
	padding: 0px 20px;
	margin-top: 12px;
}

.wnd-donate-bonus:nth-child(1) .wnd-donate-percent{
	color: #b7927c;
}

.wnd-donate-bonus:nth-child(2) .wnd-donate-percent{
	color: #d0f1f5;
}

.wnd-donate-bonus:nth-child(3) .wnd-donate-percent{
	color: #ffd508;
}

.wnd-donate-bonus:nth-child(4) .wnd-donate-percent{
	color: #35a7de;
}

.wnd-donate-percent-desc{
	width: 100%;
	padding: 0px 20px;
	font-family: montserrat;
	font-size: 10px;
	color: #ffeb3b;
	text-align: right;
}

.wnd-donate-form{
	width: calc( 100% - 60px );
	margin: 0 auto;	
	margin-top: 10px;
}

.wnd-donate-form form{
	width: 100%;
}

.wnd-donate-input, .wnd-donate-button{
	width: calc( ( 100% - 10px ) / 3 ) !important;
	height: 40px !important;
	border-radius: 0px !important;
	margin: 0 !important;
}

.wnd-donate-input{
	background: #100f0f !important;
}

.wnd-donate-button{
	text-align: center;
	font-family: montserrat-bold;
    color: #000;
    font-size: 12px;
    background: linear-gradient(45deg, #1a8222, #ffc100);
    transition: all .3s ease-in-out;
    border: 1px solid #aeda1a;
    text-transform: uppercase;
    cursor: pointer;
}

.wnd-donate-button:hover{
	filter: brightness(150%);
}

.wnd-donate-info{
	width: calc( 100% - 60px );
	margin: 0 auto;
	border: 1px solid #2f2e2e;
	padding: 10px;
	margin-top: 10px;
	position: relative;
}

.wnd-donate-info:after{
	content: '';
	width: 28px;
	height: 28px;
	background: url(../images/border-wnd2.png);
	position: absolute;
	left: calc( ( 100% - 28px ) / 2 - 8px );
	top: calc( ( 100% - 28px ) / 2 );
	transform: rotate(45deg);
}

.wnd-donate-info-left{
	font-family: montserrat;
    color: #6f757b;
    font-size: 12px;
}

.wnd-donate-info-left span{
	display: block;
	font-family: montserrat-bold;
    color: #64c33d;
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px;
}

.wnd-donate-info-right{
	font-family: montserrat;
    color: #6f757b;
    font-size: 12px;
}

.wnd-donate-info-right span{
	display: block;
	width: 100%;
	font-family: montserrat-bold;
    color: #ffd508;
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px;
    text-align: right;
}

.wnd-donate-rules{
	width: calc( 100% - 60px );
	margin: 0 auto;	
	margin-top: 10px;
	font-family: montserrat;
    color: #6f757b;
    font-size: 10px;
    text-align: justify;
}
.l2online{
	 color: #32CD32;
}
.l2offline{
	 color: #FF0000;
}
.pvp{
	 color: #32CD32;
}
.pk{
	 color: #FF0000;
}
.donatebutton {
  position: relative;
  margin: 3px -3px -3px !important;
  flex-wrap: wrap;
}

.donatebutton li {
  position: relative;
  display: block;
  margin: 20px;
}

.donatebutton li a {
  position: relative;
}

.donatebutton li a:hover img {
  -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: zoomOutSW;
    animation-name: zoomOutSW;
}

@-webkit-keyframes zoomOutSW {
  0% {transform: scale(1.0);}
  50% {transform: scale(0.9);}
  100% {transform: scale(1.0);}
}

@keyframes zoomOutSW {
  0% {transform: scale(1.0);}
  50% {transform: scale(0.9);}
  100% {transform: scale(1.0);}
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Чтобы центрировать относительно контейнера */
    margin: 10px auto; /* Центрирование по горизонтали */
}
	.l2servers {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #d5b95c;
	font-size: 10px;
	text-transform: uppercase;
	font-family: montserrat-bold;
	margin: 0 5px 7px;
	left: 350px;
}