@charset "utf-8";
@import "validation.css";
@import "notice.css";
@import "ui.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  margin-bottom: 10px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../images/fon-bg-top.jpg) center top no-repeat, url(../images/fon-bg-bottom.jpg) center bottom no-repeat;
  background-color: #151518;
  font-family: 'Arial', 'Verdana';
  font-size: 13px;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 8px;
  border: 1px solid #64646b;
}
table tr:nth-child(odd) {
  background-color: #544f4b;
}
caption {
  margin-bottom: 15px;
}

input {
  background: #1e1e21;
  border: 1px solid #544f4b;
  text-align: center;
  color: #f7ddbf;
  font-size: 14px;
}

button,
.button {
  width: 165px;
  height: 60px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
  color: #98e0e5;
  background: url(../images/bg-bottom.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

button:hover,
.button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.button-border:after {
  content: "";
  position: absolute;
}

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #f7ddbf;
}
::-moz-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #f7ddbf;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container {
  display: flex;
  position: relative;
}

.flex {
  display: flex;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
}
.flex-c {
  display: flex;
  align-items: center;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header{
  min-height: 300px;
  position: relative;
}

/*TOP menu*/

.top-panel {
  width: 100%;
  position: absolute;
  z-index: 10;
  background: url(../images/fon-menu.jpg) center no-repeat;
  height: 70px;
  margin-top: 40px;
}

.menu {
  display: flex;
}

.menu li {
  margin-right: 41px;
  padding-left: 37px;
}

.menu li a:before {
  content: "";
  position: absolute;
}

.menu li:first-child a:before{
  display: none;
}

.menu a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.menu a:after {
  content: "";
  transition: 0.3s;
  height: 0px;
  width: 0px;
}

.menu li:hover a {
  color: #98e0e5;
}

.menu a:hover:after {
  content: "";
  width: 100%;
  left: 0px;
  position: absolute;
}

.menu .active a {
  color: #98e0e5;
  font-weight: 200;
}

.menu li:nth-child(1) {
  height: 25px;
  padding-top: 5px;
  background: url(../images/home-icon-hover.png) no-repeat;
}

.menu li:nth-child(2) {
  height: 25px;
  padding-top: 5px;
  background: url(../images/reg-icon.png) no-repeat;
}

.menu li:nth-child(2):hover{
  background: url(../images/reg-icon-hover.png) no-repeat;
}

.menu li:nth-child(3){
  height: 25px;
  padding-top: 5px;
  background: url(../images/players-icon.png) no-repeat;
}

.menu li:nth-child(3):hover{
  background: url(../images/players-icon-hover.png) no-repeat;
}

.menu li:nth-child(4){
  height: 25px;
  padding-top: 5px;
  background: url(../images/guilds-icon.png) no-repeat;
}

.menu li:nth-child(4):hover{
  background: url(../images/guilds-icon-hover.png) no-repeat;
}

.menu li:nth-child(5){
  height: 25px;
  padding-top: 5px;
  background: url(../images/discussions-icon.png) no-repeat;
}

.menu li:nth-child(5):hover{
  background: url(../images/discussions-icon-hover.png) no-repeat;
}

.menu li:nth-child(6){
  height: 25px;
  padding-top: 5px;
  background: url(../images/forum-icon.png) no-repeat;
}

.menu li:nth-child(6):hover{
  background: url(../images/forum-icon-hover.png) no-repeat;
}

.menu li:nth-child(7){
  height: 25px;
  padding-top: 5px;
  background: url(../images/about-icon.png) no-repeat;
}

.menu li:nth-child(7):hover{
  background: url(../images/about-icon-hover.png) no-repeat;
}

.languages {
  margin-left: 0px;
}

.languages a {
  margin-left: 10px;
}


.languages a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  margin-left: 20px;
}

.logo {
  display: block;
  position: absolute;
  top: 190px;
  transition: 0.3s;
}

.logo:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.fast-button{
  display: flex;
  padding-top: 75px;
  margin-bottom: 5px;
}

.download-block  {
display: flex;
height: 197px;
width: 398px;
background: url(../images/download-button.png) no-repeat;
}

.download-block a {
  font-size: 30px;
  color: #1a5477;
  padding-left: 172px;
  padding-top: 111px;
  text-align: left;
  text-shadow: #79c6db 0px 1px;
  font-weight: 600;
}

.download-block span {
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(#98e0e5, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-shadow:none;
}

.download-block p{
  font-size: 14px;
  font-style: italic;
  padding-top: 10px;
}

.download-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}


/* servers
-----------------------------------------------------------------------------*/

.status-block {
  background: url(../images/status-bg.png) no-repeat;
  height: 125px;
  width: 398px;
  margin-top: 72px;
  margin-left: 3px;
}

.server {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../images/img-server-top.png) no-repeat;
  font-size: 14px;
}

.server .server-name {
  color: #fff;
}

.server .status-online {
  color: #ccfa6a;
  float: right;
}


.server-bottom {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../images/img-server-bottom.png) no-repeat;
  font-size: 14px;
}

.server-bottom .server-name {
  color: #fff;
}

.server-bottom .status-offline {
  color: #f74133;
  float: right;
}

.progress-bar {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar span {
  height: 17px;
  background: url(../images/line-server.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.progress-bar-off {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-off:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-off span {
  height: 17px;
  background: url(../images/line-server-off.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.desc {
  color: #b2eaf4;
  font-size: 12px;
  text-decoration: underline;
}

.desc:hover {
  text-decoration: none;
}

/* servers end
-----------------------------------------------------------------------------*/

/* Header
-----------------------------------------------------------------------------*/

.content{
  width: 1200px;
  margin-top: 35px;
}

.login-block{
  float: left;
  width: 353px;
  height: 377px;
  background: url(../images/fon-account-bg.jpg) repeat;
  padding-left: 35px;
  padding-right: 35px;
  border-right: 2px solid #000;
}

.widget-title{
  font-size: 16px;
  padding-top: 36px;
  padding-bottom: 10px;
}

.input-user {
		right: 25px;
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.input-user input {
  width: 330px;
  height: 83px;
  padding-top: 23px;
  background: url(../images/fon-input-user.png) no-repeat;
  border: none;
}

.input-pass {
	right: 25px;
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.input-pass input {
  width: 330px;
  height: 83px;
  padding-top: 23px;
  background: url(../images/fon-input-pass.png) no-repeat;
  border: none;
}

.lost {
  padding-top: 12px;
}

.lost a{
  font-size: 14px;
  color: #98e0e5;
}

.lost a:hover{
  color: #98e0e5;
  text-decoration: underline;
}

/*slider*/

.slider {
  overflow: hidden;
  position: relative;
  width: 845px;
  height: 377px;
  padding-left: 3px;
} 

.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 845px;
  height: 377px;
}
.slider .slides .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide-info span{
  font-weight: 800;
  width: 90px;
  height: 36px;
  margin-left: 115px;
  margin-top: 30px;
  background: linear-gradient(#f7ddbf, #fff);
  font-size: 36px;
  font-style: italic;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
}

.slide-text-big{
  font-weight: 800;
  font-size: 60px;
  width: 800px;
  height: 60px;
  margin-top: -30px;
  margin-left: 80px;
  font-style: italic;
  background: linear-gradient(#f7ddbf, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;   
}

.slide-text p{
  text-align: right;
  padding-left: 100px;
  margin-top: 20px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
}

.slide-text1 p{
  width: 800px;
  margin-top: -30px;
  padding-left: 50px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
}

.slider .slides .slide-info {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}


.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}


.slider .arrows {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 145px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
}

.slider .arrows:hover {
  cursor: pointer;
  opacity: 1;
}
.slider .next {
  background: url(../images/arrow-right.png) no-repeat;
  right: 1px;
}

.slider .prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: 1px;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 20px;
}
.next:hover,
.prev:hover {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0px 20px;
  background-color: #98e0e5;
  position: relative;
}
.slider .navigation .active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px #98e0e5;
}

/*slider end*/

.fast-links{
  display: flex;
  margin-top: 5px;
}

.fast-links span{
  margin-right: 3px;
}

/*fast 1*/

.fast-links-left{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-left.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
}

.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
}

.fast-links-left p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-left:before {
  content: "";
  background: url(../images/hero-links.png) no-repeat;
  width: 251px;
  height: 125px;
  position: absolute;
  left: 147px;
  transition: 0.3s;
}

.fast-links-left:hover:before {
  left: 137px;
}

/*fast 2*/
.fast-links-center{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-center.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
}

.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
}

.fast-links-center p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-center:before {
  content: "";
  background: url(../images/hero-links-center.png) no-repeat;
  width: 251px;
  height: 125px;
  position: absolute;
  left: 131px;
  transition: 0.3s;
}

.fast-links-center:hover:before {
  left: 116px;
}

/*fast 3*/
.fast-links-right{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-right.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
}

.fast-links-right span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
}

.fast-links-right p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-right:before {
  content: "";
  background: url(../images/hero-links-right.png) no-repeat;
  width: 251px;
  height: 125px;
  position: absolute;
  left: 184px;
  transition: 0.3s;
}

.fast-links-right:hover:before {
  left: 169px;
}

/*last news   more news*/
.content-last-news{
margin-top: 2px;
}

.content-more-news{
  width: 800px;
  margin-left: 400px;
  margin-top: 7px;
}

.clearer{
width: 100%;
height: 0;
overflow: hidden;
clear: both;
}

.content-top{
  display: flex;
}

.last-news{
  display: flex;
}

.last-news-top{
  height: 93px;
  background: url(../images/fon-bg-news.png) no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 37px 35px 0px 35px;
  margin-bottom: 2px;
  font-family: 'Lucida Sans Unicode';
}

.last-more-top{
  height: 93px;
  background: url(../images/fon-news-more.png) no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 37px 35px 0px 35px;
  margin-bottom: 2px;
  font-family: 'Lucida Sans Unicode';
}

.last-news-top-small{
font-size: 16px;
font-weight: normal !important;
}

.last-more-top a{
  float: right;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Lucida Sans Unicode';
  padding-top: 3px;
}

.last-more-top a:hover{
  text-decoration: underline;
}

.last-news-top a{
  float: right;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Lucida Sans Unicode';
  padding-top: 3px;
}

.last-news-top a:hover{
  text-decoration: underline;
}

.last-news-fon{
  width: 398px;
  height: 491px;
  background: url(../images/line-news.jpg) center top no-repeat, url(../images/line-news.jpg) center bottom no-repeat;
  background-color: #29292c;
  padding: 35px;
  margin-left: 1px;
}

.last-more-fon{
  width: 800px;
  min-height: 700px;
  background: url(../images/line-news.jpg) center top no-repeat, url(../images/line-news.jpg) center bottom no-repeat;
  background-color: #29292c;
  padding: 35px;
  margin-left: 1px;
}

.last-more-fon ul{
  line-height: 1.6;
  margin-bottom: 10px;
}

.last-more-fon li:hover{
  cursor: pointer;
  text-decoration: underline;
  color: #98e0e5;
}

.last-news-title{
  font-size: 18px;
  padding-bottom: 25px;
}

.last-news-title a{
  color: #fff;
  text-decoration: none;
  line-height: 21px;
}

.last-news-title a:hover{
  text-decoration: underline;
}

.news-img{
  width: 328px;
  height: 195px;
  box-shadow: 0em 10px 25px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  transition: 0.3s;
  transform: scale(1);
}

.news-img-more{
  width: 728px;
  height: 356px;
  box-shadow: 0em 10px 25px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.news-img:hover{
  transform: scale(1.02);
}

.last-news-text{
font-size: 14px;
line-height: 20px;
padding-bottom: 20px;
color: #f7ddbf;
}

.last-news-bottom{
  display: flex;
  position: absolute;
  margin-top: 395px;
}

.last-news-time{
  display: flex;
  padding-top: 10px;
  color: #5a676f;
  margin-right: 159px;
}

.last-news-time p{
  display: flex;
  font-size: 16px;
  color: #98e0e5;
  margin-top: -10px;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  background-color: #34393e;
  margin-right: 2px;
}

.button-small{
  display: flex;
  width: 86px;
  height: 31px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #98e0e5;
  background: url(../images/button-small.png) no-repeat;
  justify-content: center;
  align-items: center;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}


.button-small:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration:none !important;
}
/*last news end*/

/*--block-widget--*/

.block-widget{
  display: flex;
  margin-top: 10px;
}

.block-widget-more{
  margin-top: 10px;
  float: left;
}

.widget-fon{
  background: url(../images/fon-players-bg-bottom.jpg) center bottom no-repeat;
  background-color: #29292c;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
}

.block-players{
  padding: 0px 35px 35px 35px;
  min-height: 305px;
  width: 398px;
  margin-right: 3px;
}

.block-widget-title{
  background: url(../images/fon-players-bg.png) no-repeat;
  width: 398px;
  
  right: 35px;
  top: -12px;
  padding: 45px;
}

.block-widget-title{
  color: #98e0e5;
  font-family: 'Verdana';
  font-size:18px;
  font-weight: bold;
  position: relative;
}

.widget-title-text{
  font-size: 14px;
  font-weight: normal;
}

.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}


.top-block.guild .score {
  padding-left: 55px
}

.top-block {
  width: 100%;
  padding-bottom: 18px;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 20px;
}

.guild img{
  border: 1px solid #360e17;
}

.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}

.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 80px;
}

.top-block .top-Res sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}

.top-list {
  height: 31px;
  display: flex;
  align-items: center;
  font-size: 12px;
  transition: 0.3s;
  color: #f7ddbf;
}
.top-list a {
  color: #f7ddbf;
  text-decoration: none;
}
.top-list:hover {
 background-color: #3c3c44;
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.top-list:hover a {
  color: #fff;
}
.top-title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.no-reset{
  margin-top: 8px;
}

.no-reset a{
  color: #98e0e5;
  text-decoration: none;
}

.no-reset a:hover{
  text-decoration: underline;
}

.top-block.guild .top-number {
    width: 60px;
}
/*--block-widget end--*/

/*widget Discussions*/

.admin-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
margin-right: 26px;
}

.discussions-content-top{
  margin-top: -11px;
  margin-bottom: 32px;
}

.discussions-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-message{
  float: right;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #34393e;
  color: #98e0e5;
  font-size: 11px;
}

.discussions-text{
  padding-left: 16px;
  font-size: 14px;
}

.discussions-text-bt{
  padding-left: 16px;
  font-size: 13px;
  color: #5a676f;
}

.discussions-content-block:hover .discussions-text-bt{
  color: #8b6757;
}

.discussions-text-bt a{
  color: #fccca0;
}
.discussions-text-bt a:hover{
  text-decoration:none;
}


.discussions-content-block{
  padding-bottom: 11px;
  padding-top: 11px;
}

.discussions-content-block:hover{
background-color: #3c3c44;
box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
transition: 0.4s;
margin: 0px -40px 0px -40px;
padding: 11px 26px 11px 26px;
}

.discussions-content-block:hover .discussions-text {
  color: #fff;
}

.discussions-content-block:hover .discussions-message {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #59626b;
  color: #98e0e5;
}

/*widget Discussions end*/

/*MEDIA*/

.media-fon{
  width: 1200px;
  min-height: 265px;
  background-color: #29292c;
  padding: 35px 35px 5px 35px;
}
.slick-list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, rgba(41, 41, 44, 1), rgba(57, 43, 33, 0));
  z-index: 1;
}
.slick-list:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  right: 0px;
  top: 0px;
  background: linear-gradient(to left, rgba(41, 41, 44, 1), rgba(57, 43, 33, 0));
  z-index: 1;
}
.slick-slider-slide {
  padding: 15px;
}
.slick-slider-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: scale(1);
}

.slick-slider-slide img {
  display: block;
}
.slick-center a {
  transform: scale(1.1);
}
.slick-center a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 1);
  top: 0px;
  left: 0px;
}
/*MEDIA END*/

/*To top*/

.toTop-fon{
    display: flex;
    justify-content: center;
    height: 62px;
    background: url(../images/fon-totop.png) no-repeat;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.toTop {
  background: url(../images/fon-circle.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
}

.toTop:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(152, 224, 229, 1);
  filter: drop-shadow(0px 0px 5px rgba(152, 224, 229, 0.5));
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* to top end*/


/* Footer
-----------------------------------------------------------------------------*/
.footer{
  min-height: 330px;
}

.footer-block-t{
  padding-top: 33px;
  justify-content: center;
  align-items: center;
  text-align:center;
}

.f-menu li {
  display: inline-block;
  margin: 15px 23px;
}

.f-menu li a {
  text-transform: uppercase;
  color: #5a676f;
  font-size: 14px;
}

.f-menu li a:hover{
  color: #98e0e5;
}

.f-menu li a:active{
  color: #98e0e5;
}

.footer-end{
  margin-top: 51px;
}

.footer-block-coperite{
  float: left;
  color: #5a676f;
  padding-top: 40px;
}

.footer-block-coperite a{
  color: #98e0e5;
}

.footer-block-coperite a:hover{
  text-decoration: underline;
}

.footer-block-r {
  float: right;
}

.soc-block{
  margin-bottom: 24px;
}

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background-color: #3f3f44;
  height: 33px;
  width: 33px;

}
.soc-block a:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(152, 224, 229, 1);
  filter: drop-shadow(0px 0px 5px rgba(152, 224, 229, 0.5));
}

.footer-logo{
  text-align:center;
}

.footer-logo:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.templstock{
  padding-bottom: 47px;
}

.templstock:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

/*animations*/
.big-light {
    width: 355px;
    height: 364px;
    position: absolute;
    right: -95px;
    bottom: -170px;
    animation-name: big-light;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 1;
    background: url(../images/big-light.png) no-repeat;
}

@keyframes big-light {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.light {
  float: left;
    width: 290px;
    height: 297px;
    position: absolute;
    bottom: -200px;
    left: 330px;
    animation-name: light;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 1;
    background: url(../images/light.png) no-repeat;
}

@keyframes light {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sparks-sparks{
  left: 1150px;
  position: absolute;
  top: 690px;
}

.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}

.sparks-1 {
    background-image: url(../images/sparks-1.png);
    width: 117px;
    height: 136px;
    right: 200px;
    bottom: 0px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-1;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.sparks-2 {
    background-image: url(../images/sparks-2.png);
    width: 219px;
    height: 176px;
    right: 200px;
    bottom: 30px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    opacity: 0;
}

.sparks-3 {
    background-image: url(../images/sparks-3.png);
    width: 438px;
    height: 281px;
    right: 100px;
    bottom: 20px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-3;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes sparks-1 {
  0% {
    right: 200px;
    bottom: 10px;
    opacity: 0;
  }
  33% {
    right: 210px;
    bottom: 20px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 220px;
    bottom: 30px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 230px;
    bottom: 40px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 210px;
    bottom: 40px;
    opacity: 0;
  }
  33% {
    right: 220px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 230px;
    bottom: 60px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 240px;
    bottom: 70px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 120px;
    bottom: 30px;
    opacity: 0;
  }
  33% {
    right: 140px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 160px;
    bottom: 70px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 180px;
    bottom: 90px;
    opacity: 0;
    transform: scale(1.1);
  }
}

/*form-registration */

.form {
  border: none;
  border-width: 0px;
}

.form-registration{
  padding-top: 25px;
}


.news-all-text{
  padding-top: 32px;
  color: #fff;
}

.news-all-text-download{
  margin-bottom: 16px;
  position: relative;
}

.login {
  background: url(../images/fon-input-user-reg.png) no-repeat;
  color: #f7ddbf;
}

.pass {
  background: url(../images/fon-input-pass-reg.png) no-repeat;
  color: #f7ddbf;
}

.email {
  background: url(../images/fon-input-user-mail.png) no-repeat;
  color: #f7ddbf;
}

.registration-input {
  width: 570px;
  height: 68px;
  border: none;
  text-indent: center;
  position: relative;
}
.registration-input input {
  background: none;
  border: none;
  text-align: center;
  width: 570px;
  height: 38px;
  color: #f7ddbf;
  padding-top: 60px;
  position: relative;
}

.agree{
  margin-top: 30px;
  color: #fff;
}

.agree a{
  color: #f7ddbf;
  margin-left: 5px;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}

.buttons-re{
  padding-top: 32px;
  padding-left: 160px;
}

.buttons{
  padding-top: 32px;
}

/*end form-registration */

.dowload-link{
  color: #f7ddbf;
}

.dowload-link:hover{
  text-decoration:underline;
}

