* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../img/top-fon-bg.jpg) top center no-repeat, url(../img/bottom-fon-bg.jpg) bottom center no-repeat;
  background-color: #2e3d54;
  font-family: Candara;
  font-size: 14px;
  color: #575757;
  color: #777a7e;
  line-height: 1;
}
a {
  transition: all 0.3s ease;
  color: #6092db;
  text-decoration: none;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
}
caption {
  margin-bottom: 15px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #8693a7;
}
::-moz-placeholder {
  color: #8693a7;
}
:-moz-placeholder {
  color: #8693a7;
}
:-ms-input-placeholder {
  color: #8693a7;
}
.input-menu,
textarea {
  box-shadow: inset 5px 5px 10px 2px rgba(0, 0, 0, 0.1);
  background: #1a273a;
  border: none;
  color: #fff;
  padding: 10px 15px;
  position: relative;
  font-size: 12px;
}
button,
.button {
  transition: all 0.3s ease;
  background: url(../img/button.jpg) center no-repeat;
  background-size: cover;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  border: none;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 6px 15px;
  font-family: Candara;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.button-small {
  display: flex;
  width: 89px;
  height: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #fff;
  background: url(../img/button.jpg) no-repeat;
  justify-content: center;
  align-items: center;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}
.button-small:hover,.button-small:focus{
  background: url(../img/button-hover.jpg) no-repeat;
  color: #fff;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.container_web {
  min-height: 1200px;
  display: flex;
  justify-content: space-between;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Header
-----------------------------------------------------------------------------*/
.header-top {
  height: 285px;
  position: relative;
}
.top-panel {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
  height: 50px;
}
.lang-block {
  position: relative;
}
.lang-block:after {
  border: 5px solid transparent;
  border-top-color: #1a273a;
  position: absolute;
  left: -15px;
  top: 5px;
  content: '';
}
.lang-block a {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.lang-block a:hover {
  color: #285379;
}
.lang-block img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -2px;
  border: 1px solid #110c0d;
  box-shadow: 0px 0px 0px 1px #785c2e;
  transition: all 0.3s ease;
}
.main-item {
  color: #1a273a;
}
.main-item span {
  color: #285379;
  margin-left: 3px;
}
.hidden-block {
  visibility: visible;
  opacity: 1;
  position: absolute;
  border: 1px solid #bdd1eb;
  background: #20324d;
  min-width: 180px;
  z-index: 2;
  left: -40px;
  top: 20px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
}
.hidden-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  color: #ffffff;
}
.hidden-block a:hover {
  background: #1a273a;
  color: #ff9000;
}
.hidden-block:after {
  border: 5px solid transparent;
  border-bottom-color: #20324d;
  position: absolute;
  left: 24px;
  top: -10px;
  content: '';
}
.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
  visibility: visible;
  opacity: 1;
}
.menu {
  display: flex;
  border-bottom: 1px solid rgba(46, 61, 84, 0.3);
}
.menu li {
  margin-right: 35px;
}
.menu li a {
  color: #285379;
  text-transform: uppercase;
  padding: 0px 10px;
  font-weight: bold;
  display: block;
  line-height: 50px;
  font-size: 16px;
  position: relative;
}
.menu li a:hover {
  color: #000;
}
.menu li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background: #000;
  transition: all 0.5s ease;
}
.menu li a:before {
  border: 4px solid transparent;
  border-bottom-color: rgba(57, 57, 57, 0.85);
  position: absolute;
  left: 0px;
  margin-left: -4px;
  bottom: 0px;
  content: '';
  transition: all 0.5s ease;
  opacity: 0;
}
.menu li a:hover:after {
  width: 100%;
}
.menu li a:hover:before {
  left: 50%;
  opacity: 1;
}
.menu li:last-child {
  margin-right: 0px;
}
.menu .active a {
  color: #000;
}
.menu .active a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.5s ease;
}
.menu .active a:before {
  border: 4px solid transparent;
  border-bottom-color: rgba(57, 57, 57, 0.85);
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 0px;
  content: '';
  opacity: 1;
}
.logo {
  position: absolute;
  left: 125px;
  top: 90px;
}
/* Content
-----------------------------------------------------------------------------*/
.content {
  width: 711px;
  background: #fff;
  padding: 25px;
  line-height: 1.4;
}
.content a:hover {
  text-decoration: none;
}
.content img {
  max-width: 660px;
}
.content ul {
  padding-left: 10px;
}
.content-title {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.content-title a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 711px;
  height: 286px;
  margin: 0 auto;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  margin: -25px 0px 25px -25px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 711px;
  height: 286px;
}
.slider .slides .active .slide-info {
  transition: all 4s ease;
  opacity: 1;
}
.slider .slides .slide-info {
  line-height: 1.4;
  position: absolute;
  padding: 15px 60px 15px 60px;
  bottom: 60px;
  width: 100%;
  opacity: 0;
  color: #dfdee2;
  font-weight: bold;
}
.slider .slides .slide-info h2 {
  font-size: 36px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 800;
  background: linear-gradient(#f7ddbf, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider .slides .slide-info p {
  margin-bottom: 0px;
  width: 200px;
}
.slider .arrows {
  position: absolute;
  height: 60px;
  width: 40px;
  top: 120px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .next {
  background: url(../img/arrow-right.png) no-repeat;
  right: -2px;
}
.slider .prev {
  background: url(../img/arrow-left.png) no-repeat;
  left: 0;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  text-align: right;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  width: 8px;
  height: 8px;
  background: none;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 8px;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  background: none;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background: #fff;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
  width: 268px;
  color: #fff;
}
.download-button {
  background: url(../img/download-button.jpg) no-repeat;
  width: 269px;
  height: 85px;
  transition: all 0.3s ease;
}
.download-button a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.download-button a span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3px;
}
.download-button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.registration-button {
  background: url(../img/registration-button.jpg) no-repeat;
  width: 269px;
  height: 85px;
  transition: all 0.3s ease;
}
.registration-button a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.registration-button a span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3px;
}
.registration-button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.login-block {
  padding: 15px;
  background: #20324d;
  margin-bottom: 20px;
}
.login-block p {
  margin-bottom: 7px;
}
.login-block input {
  width: 100%;
}
.login-block .login {
  font-size: 13px;
  margin-top: 20px;
}
.login-block .l-login a {
  color: #fff;
}
.login-block .l-login .lost {
  text-decoration: underline;
}
.login-block .l-login .lost:hover {
  text-decoration: none;
}
.login-block .l-login .reg {
  text-transform: uppercase;
  color: #ff9000;
}
.login-block .r-login button {
  display: block;
  background: url(../img/login-button.jpg);
  width: 110px;
  height: 53px;
  padding: 0px;
  font-size: 16px;
}
.widget {
  /*background: #20324d;*/
  background: linear-gradient(to bottom, #20324d, #142135);
  padding-bottom: 17px;
  margin-bottom: 20px;
}
/*.widget li {
  padding: 15px 0px;
  transition: all 0.4s ease;
  position: relative;
}
.widget li:after {
  content: "";
  width: 269px;
  bottom: 0px;
  left: -15px;
  position: absolute;
  border-bottom: 1px solid #2e4972;
}
.widget li:hover {
  background: #fff;
  margin: 0px -20px;
  padding: 15px 15px;
  color: #000;
}
.widget li:hover:after {
  opacity: 0;
}
.widget > div,
.widget > ul,
.widget > table,
.widget > form {
  padding: 0px 15px 0px 15px;
  position: relative;
}*/

.widget-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/widget-title-bg.jpg);
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
  height: 61px;
  padding: 0px 15px;
}
.widget-title a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
.status {
  font-family: Arial, sans-serif;
  font-size: 12px;
  position: relative;
  padding: 15px 0px 10px 0px;
}
.status:after {
  content: "";
  width: 269px;
  bottom: 0px;
  left: -15px;
  position: absolute;
}
.status img {
  margin-left: -10px;
}
.status-b > div {
  margin-bottom: 10px;
}
.status-b {
  width: 270px;
}
.status-b .online {
  color: #57ba34;
}
.status-b .offline {
  color: #e1350f;
}
.status-b .progress-block {
  background: #1a273a;
  
  border: 2px solid #374963;
  height: 9px;
  border-radius: 5px;
}
.status-b .progress-bar {
  height: 5px;
  background: #ff9000;
  background-image: linear-gradient(to right, #ff7b00,#ffc60a);
  border-radius: 4px;
  display: block;
}
.status-b .online-number {
  text-align: right;
}
.widget-menu{
  padding:20px;
}
.menu-user-cp{
  padding:15px;
}
.widget-menu li{
  padding: 15px 0px;
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-menu li:hover {
  background: #fff;
  margin: 0px -20px;
  padding: 15px 15px;
  color: #000;
}
.widget-menu li:hover a{
    color:#000;
}
.info-span-l{
  float: left; 
  width: 100%; 
  text-align: left; 
  padding-left: 5px; 
  display:block;
}
.info-span-r{
  float: right; 
  text-align:right; 
  padding-right: 5px; 
  display:block; 
  width: 100%;
}
.menu-user-cp li {
  position: relative;
  list-style-type: none;
}
.menu-user-cp li:before {
  content: "";
  background: url(../img/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: 35px;
  top: 13px;
  opacity: 0.3;
}
.menu-user-cp li a {
  display: block;
  padding: 10px 25px 10px 60px;
  text-decoration: none;
  font-size: 14px;
  text-decoration: none;
  color: #587c95;
}
.menu-user-cp li:hover a{
  padding-left:65px;
  color: #fff;
  background: #20324db9;
  box-shadow: 0px 11px 31px -9px rgba(0, 0, 0, 0.1);
}
.top-list span{
  display: block;
}
.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 12px;
  transition: 0.3s;
}
.top-list:first-child,.top-list:first-child:hover {
  color: #ff9000;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background: none;
}
.top-list .top-number {
  width: 20px;
}
.top-list .top-name {
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-list .top-name a{
  color:#fff;
}
.top-list .top-name a:hover{
  color:#000;
}
.top-list .top-lvl {
  width: 55px;
}
.top-list .top-lvl sup {
  color: #ff0000;
}
.top-list:hover span:nth-child(2n) {
  font-weight: bold;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 310px;
  padding-top: 70px;
  position: relative;
  color: #bde7ff;
  font-size: 13px;
}
.footer a {
  color: #ffffff;
}
.f-menu {
  width: 711px;
}
.f-menu li {
  margin-bottom: 10px;
}
.f-menu li:first-child {
  color: #cfd8dd;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.f-menu li a {
  color: #ff9000;
  font-weight: normal;
}
.f-menu li a:before {
  content: "-";
  margin-right: 5px;
}
.f-info {
  width: 268px;
  text-align: center;
}
.soc-block {
  margin-bottom: 30px;
}
.soc-block a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 5px;
}
.soc-block .fb {
  background: url(../img/soc-icons.png) no-repeat;
}
.soc-block .tw {
  background: url(../img/soc-icons.png) -37px 0px no-repeat;
}
.soc-block .gl {
  background: url(../img/soc-icons.png) -74px 0px no-repeat;
}
.templstock {
  font-size: 12px;
}
.templstock a {
  text-decoration: underline;
  line-height: 1.4;
}
.templstock a:hover {
  text-decoration: none;
}
.f-block {
  margin-bottom: 60px;
}
.copyright {
  text-align: center;
  line-height: 1.4;
}
/*Time Server*/
.time-server{
  position:absolute;
  bottom:0;
  right:0;
  margin-bottom:10px;
  width:268px;
  height:44px;
  background:#20324de5;
  border:solid 1px #425e88;
  border-radius:5px;
}
.your-time{
  width: 280px;
  height: 24px;
  padding: 5px 0 0 20px; 
}
.server-time{
  width: 280px;
  height: 24px;
  padding: 0px 0 0 20px; 
}
.time-server span{
  float: left; 
  width: 125px;
  color:#9ed6ff;
}