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;
}

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/background-top.jpg) center top no-repeat, url(../images/background-bottom.jpg) center bottom no-repeat;
    background-color: #1a1615;
    font-family: 'Open sans', 'Candara', 'Verdana';
    font-size: 14px;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden !important;
    transition: background-image 0.5s;
}

.add,
.list-news li,
.list-news .button-more,
.top-list,
.x-buttons input,
.fast-link,
.button-buy,
.button-market,
.to-the-top,
.start-video {
    cursor: pointer;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ff9c00;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.login_modal{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: url(../images/button.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 19px 29px;
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 15px;
  -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 20%);
}

.p-0{
  padding:0!important;
}
.p-1{
  padding:1rem!important;
}
.p-2{
  padding:2rem!important;
}
.p-3{
  padding:3rem!important;
}
.p-4{
  padding:4rem!important;
}
.p-5{
  padding:5rem!important;
}

.pl-0{
  padding-left:0!important;
}
.pl-1{
  padding-left:1rem!important;
}
.pl-2{
  padding-left:2rem!important;
}
.pl-3{
  padding-left:3rem!important;
}
.pl-4{
  padding-left:4rem!important;
}
.pl-5{
  padding-left:5rem!important;
}

.pr-0{
  padding-right:0!important;
}
.pr-1{
  padding-right:1rem!important;
}
.pr-2{
  padding-right:2rem!important;
}
.pr-3{
  padding-right:3rem!important;
}
.pr-4{
  padding-right:4rem!important;
}
.pr-5{
  padding-right:5rem!important;
}

.pt-0{
  padding-top:0!important;
}
.pt-1{
  padding-top:1rem!important;
}
.pt-2{
  padding-top:2rem!important;
}
.pt-3{
  padding-top:3rem!important;
}
.pt-4{
  padding-top:4rem!important;
}
.pt-5{
  padding-top:5rem!important;
}

.pb-0{
  padding-bottom:0!important;
}
.pb-1{
  padding-bottom:1rem!important;
}
.pb-2{
  padding-bottom:2rem!important;
}
.pb-3{
  padding-bottom:3rem!important;
}
.pb-4{
  padding-bottom:4rem!important;
}
.pb-5{
  padding-bottom:5rem!important;
}
.p-0{
  padding:0!important;
}
.p-1{
  padding:1rem!important;
}
.p-2{
  padding:2rem!important;
}
.p-3{
  padding:3rem!important;
}
.p-4{
  padding:4rem!important;
}
.p-5{
  padding:5rem!important;
}

.pl-0{
  padding-left:0!important;
}
.pl-1{
  padding-left:1rem!important;
}
.pl-2{
  padding-left:2rem!important;
}
.pl-3{
  padding-left:3rem!important;
}
.pl-4{
  padding-left:4rem!important;
}
.pl-5{
  padding-left:5rem!important;
}

.pr-0{
  padding-right:0!important;
}
.pr-1{
  padding-right:1rem!important;
}
.pr-2{
  padding-right:2rem!important;
}
.pr-3{
  padding-right:3rem!important;
}
.pr-4{
  padding-right:4rem!important;
}
.pr-5{
  padding-right:5rem!important;
}

.pt-0{
  padding-top:0!important;
}
.pt-1{
  padding-top:1rem!important;
}
.pt-2{
  padding-top:2rem!important;
}
.pt-3{
  padding-top:3rem!important;
}
.pt-4{
  padding-top:4rem!important;
}
.pt-5{
  padding-top:5rem!important;
}

.pb-0{
  padding-bottom:0!important;
}
.pb-1{
  padding-bottom:1rem!important;
}
.pb-2{
  padding-bottom:2rem!important;
}
.pb-3{
  padding-bottom:3rem!important;
}
.pb-4{
  padding-bottom:4rem!important;
}
.pb-5{
  padding-bottom:5rem!important;
}

.m-0{
  padding:0!important;
}
.m-1{
  padding:1rem!important;
}
.m-2{
  padding:2rem!important;
}
.m-3{
  padding:3rem!important;
}
.m-4{
  padding:4rem!important;
}
.m-5{
  padding:5rem!important;
}

.ml-0{
  margin-left:0!important;
}
.ml-1{
  margin-left:1rem!important;
}
.ml-2{
  margin-left:2rem!important;
}
.ml-3{
  margin-left:3rem!important;
}
.ml-4{
  margin-left:4rem!important;
}
.ml-5{
  margin-left:5rem!important;
}

.mr-0{
  margin-right:0!important;
}
.mr-1{
  margin-right:1rem!important;
}
.mr-2{
  margin-right:2rem!important;
}
.mr-3{
  margin-right:3rem!important;
}
.mr-4{
  margin-right:4rem!important;
}
.mr-5{
  margin-right:5rem!important;
}

.mt-0{
  margin-top:0!important;
}
.mt-1{
  margin-top:1rem!important;
}
.mt-2{
  margin-top:2rem!important;
}
.mt-3{
  margin-top:3rem!important;
}
.mt-4{
  margin-top:4rem!important;
}
.mt-5{
  margin-top:5rem!important;
}

.mb-0{
  margin-bottom:0!important;
}
.mb-1{
  margin-bottom:1rem!important;
}
.mb-2{
  margin-bottom:2rem!important;
}
.mb-3{
  margin-bottom:3rem!important;
}
.mb-4{
  margin-bottom:4rem!important;
}
.mb-5{
  margin-bottom:5rem!important;
}

.top-pannel {
    border-bottom: 1px solid #b3b4b8;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #6d4a20;
}

::-moz-placeholder {
    color: #6d4a20;
}

:-moz-placeholder {
    color: #6d4a20;
}

:-ms-input-placeholder {
    color: #6d4a20;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.form-control{
  background: #131212 !important;
  color: white !important;
  border: 1px solid #333333 !important;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  width:100%;
}
.user-stat{
  width: 336px;
  float: left;
  height: 487px;
  color: white;
  background: no-repeat url(../images/CharacterInfo.png);
  font-size: 1.5em;
  margin-top: 75px;
}
.user-inventory{
  width: 393px;
  float: left;
  height: 610px;
  background: no-repeat url(../images/Inventory.png);
  font-size: 1.5em;
  margin-left:40px;
}
.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col-10{
  position:relative;
  flex: 0 0 10%;
  max-width:10%;
  padding-right:10px;
  padding-left:10px;
}

.col-20{
  position:relative;
  flex: 0 0 20%;
  max-width:20%;
  padding-right:10px;
  padding-left:10px;
}

.col-30{
  position:relative;
  flex: 0 0 30%;
  max-width:30%;
  padding-right:10px;
  padding-left:10px;
}

.col-40{
  position:relative;
  flex: 0 0 40%;
  max-width:40%;
  padding-right:10px;
  padding-left:10px;
}

.col-50{
  position:relative;
  flex: 0 0 50%;
  max-width:50%;
  padding-right:10px;
  padding-left:10px;
}

.col-60{
  position:relative;
  flex: 0 0 60%;
  max-width:60%;
  padding-right:10px;
  padding-left:10px;
}

.col-70{
  position:relative;
  flex: 0 0 70%;
  max-width:70%;
  padding-right:10px;
  padding-left:10px;
}

.col-80{
  position:relative;
  flex: 0 0 80%;
  max-width:80%;
  padding-right:10px;
  padding-left:10px;
}

.col-90{
  position:relative;
  flex: 0 0 90%;
  max-width:90%;
  padding-right:10px;
  padding-left:10px;
}

.col-100{
  position:relative;
  flex: 0 0 100%;
  max-width:100%;
  padding-right:10px;
  padding-left:10px;
}
.flex {
    display: flex;
}

.flex-c {
    display: flex;
    align-items: center;
}

.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;
    align-items: center;
}

.flex-c-x {
    display: flex;
    justify-content:center;
    align-items: center;
}

.top-panel {
    position:fixed;
    width: 100%;
    top: 0px;
    z-index: 10;
    height: 80px;
    background-color: rgb(0 0 0 / 85%);
}

.top-panel-block {
    max-width: 1200px;
    margin: 0 auto;
    top: 0px;
    z-index: 10;
    height: 80px;
}

.logo-icon {
    margin-left: -80px;
}

.logo-icon img {
    transition: 0.3s;
    margin-right: 45px;
}

.logo-icon img:hover {
    filter: brightness(1.1);
}

.logo{
  position: absolute;
  top: 200px;
  transition: all 0.3s ease;
}
.logo img {
    width: 80%;
}

.logo:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease;
}

.button-btn {
  display: none;
  cursor: pointer;
}

.button-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.9);
  margin: 5px 0px;
}

.menu {
  display: flex;
}

.menu li {
  margin-right: 25px;
  padding-left: 45px;
}
.menu li:hover .sub-menu, .menu li:hover .sub-menu:hover, .menu li:focus-within .sub-menu, .menu li:focus-within .sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.sub-menu {
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  background-color:rgb(0 0 0 / 85%);
  margin-left: -45px;
  visibility: hidden;
  display: none;
  width: auto;
  min-width: 240px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  cursor:pointer;
  opacity: 0;
  z-index:2;
}
.sub-menu .menu-item {
  padding: 10px 11px;
  line-height: 15px;
  width:100%;
  z-index: 2;
  margin-right: 0;
  border-bottom:1px solid #1c1e23;
}
.sub-menu .menu-item:last-child{
  border:none;
}
.sub-menu .menu-item:hover{
  padding-left:16px;
  transition: 0.2s;
}
.sub-menu .menu-item a{
  color:#fff!important;
}
.sub-menu .menu-item:hover a{
  color:#ff9c00!important;
}


.menu li:first-child a:before{
  display: none;
}

.menu a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.menu li:hover a {
  color: #ff9c00;
}

.menu .active a {
  color: #ff9c00;
  font-weight: 200;
}

.menu .f-li:nth-child(2) {
  line-height: 80px;
  background: url(../images/icon-menu-1.png) no-repeat;
  background-position-y: center;
}


.menu .f-li:nth-child(3) {
  line-height: 80px;
  background: url(../images/icon-menu-2.png) no-repeat;
  background-position-y: center;
  transition: 0.2s;
}

.menu .f-li:nth-child(4){
  line-height: 80px;
  background: url(../images/icon-menu-4.png) no-repeat;
  background-position-y: center;
  transition: 0.2s;
}

.menu .f-li:nth-child(5){
  line-height: 80px;
  background: url(../images/icon-menu-3.png) no-repeat;
  background-position-y: center;
  transition: 0.2s;
}

.menu .f-li:nth-child(6){
  line-height: 80px;
  background: url(../images/icon-menu-5.png) no-repeat;
  background-position-y: center;
  transition: 0.2s;
}

.menu .f-li:nth-child(7){
  line-height: 80px;
  background: url(../images/icon-menu-2.png) no-repeat;
  background-position-y: center;
  transition: 0.2s;
}


.menu .f-li:nth-child(8){
  line-height: 80px;
  background: url(../images/icon-menu-6.png) no-repeat;
  background-position-y: center;
  transition: 0.2s;
}


.topPanel-wrapper_right{
    margin-left: 80px;
}


.topPanel-wrapper_right span {
 margin: 0px 28px;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

button, .button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: url(../images/button.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 19px 45px;
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 14px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}
button:hover, .button:hover {
 -webkit-filter: brightness(120%);
 filter: brightness(120%);
 box-shadow: 0 10px 26px -6px rgb(255 156 0 / 50%);
}

.button { display: inline-block; text-decoration: none; }

a.sign-in:hover{
    color: #face01;
    text-decoration: underline;
}

.header {
    min-height: 675px;
    position: relative;
    flex-direction: column;
    padding: 0 0;
}

.server-time {
    position: absolute;
    padding-top: 0px;
    text-align: center;
    align-self: flex-end;
    text-transform: uppercase;
    font-size: 14px;
    width: 193px;
    font-weight: bold;
    height: 15px;
    right: 0;
    z-index: 9;
    bottom: -166px;
    color: #ff1e1e;
    background: url(../images/fon-time.png) no-repeat;
    text-shadow: 0px 0px 25px rgb(255 0 0);
}

.server-time span {
    font-size: 14px;
    color: #fff;
}

.content{
    position: relative;
    z-index: 8;
}

.fast-button {
    margin-top: 40px;
}

/* icon login*/

.reg-block {
  background: url(../images/fon-icon-login.png) no-repeat;
  width: 241px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: auto;
}

.reg-block a {
  display: flex;
  flex-direction: column;
  width: 130px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.reg-block a {
  font-size: 12px;
  margin-top: 3px;
  text-transform: uppercase;
}

.b-icons-text{
   font-size: 18px;
   text-transform: none ;
   line-height: 26px;
}

.reg-block a:hover {
  color: #fff;
}
.reg-block a:hover .b-icons {
  filter: brightness(120%);
}
.reg-block .b-icons {
  width: 40px;
  height: 39px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: .2s all ease;
  filter: hue-rotate(345deg);
}
.reg-block .log_in {
  background: url(../images/icon-log_in.png) center no-repeat;
}
.reg-block .sign_up {
  background: url(../images/icon-sign_up.png) center no-repeat;
}
.reg-block .logout {
  background: url(../images/icon-exit.png) center no-repeat;
}

/* end icon login*/

.btn-download {
    position: relative;
    width: 350px;
    background: url('../images/bg-download.jpg') 0 0 no-repeat;
    transition: 0.5s;
}

.btn-download:hover {
    filter: brightness(1.2);
}

.btn-download span {
    position: absolute;
    bottom: 38px;
    left: 120px;
    transition: 0.5s;
    color: #5c320f;
    font-family: 'Open sans';
    font-size: 13px;
    text-shadow: 1px 1px 0px rgb(255 248 188 / 35%);
    font-weight: 600;
}

.status-block {
    display: flex;
    justify-content: flex-end;
}

.status-block>div {
    position: relative;
    width: 196px;
    margin-left: 1px;
    background: url(../images/bg-server.jpg) 0 0 no-repeat;
}

.status-block>div::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 37px;
    top: -25px;
}

.server-1::before {
    background: url('../images/online-ofline-icons.png') 0 0 no-repeat;
}

.server-2::before {
    background: url('../images/online-ofline-icons.png') -100px 0 no-repeat;
}

.circle-online {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.serverInfo {
    position: absolute;
    width: 100px;
    height: 100px;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serverInfo span {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 16px;
    padding-top:26px;
}

.serverInfo__name {
    font-size: 14px;
    color: #fff;
    margin-bottom: 7px;
}

.serverInfo__online {
    color: #a2ff00;
    font-size: 14px;
}

.serverInfo__online {
    color: #27ff00;
    text-shadow: 0px 0px 3px #ccc;
}

.server-2 .serverInfo__online {
    color: #e22024;
}

.serverInfo__i{
    font-size: 12px;
}

.circlestat {
    margin-left: -10px;
}

.news-panel {
    height: 380px;
    margin-top: 55px;
}

.news-panel>div {
    width: 590px;
}

.bright:hover {
    filter: brightness(120%);
}

.swiper-news {
    position: relative;
    width: 590px;
    height: 380px;
}

.swiper-news::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
    height: 50px;
    background: #030508;
    z-index: 10;
}

.swiper-news .swiper-slide {
    position: relative;
    height: 330px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -10px 40px 40px rgb(7 8 19 / 70%);
}

.newsPagination {
    position: absolute;
    left: calc(50% - 60px);
    bottom: 10px;
    width: 120px;
    height: 35px;
    z-index: 11;
}

.swiper-news .swiper-button-next{
    width: 20px;
    height: 20px;
    background: url('../images/swiper-next.png')no-repeat;
    margin-top: -10px;
}

.swiper-news .swiper-button-prev {
    width: 20px;
    height: 20px;
    background: url('../images/swiper-back.png')no-repeat;
    margin-top: -10px;
}

.swiper-news .swiper-pagination {
    color: #ff9c00;
    font-size: 15px;
    font-weight: bold;
}

.swiper-news .swiper-pagination-current {
    color: #fff;
}

.slider-title {
    position: absolute;
    left: 40px;
    top: -140px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
}

.swiper-slide-active .slider-title {
    top: 40px;
}

.slider-info {
    position: absolute;
    width: 440px;
    left: 40px;
    bottom: -140px;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
}

.swiper-slide-active .slider-info {
    bottom: 40px;
}

.swiper-news .button-more {
    display: block;
    position: absolute;
    right: 50px;
    bottom: -140px;
    padding: 6px 16px 6px 16px;
    opacity: 0.7;
    transition: 1.5s bottom, 0.3s opacity;
}

.swiper-news .button-more:hover {
    opacity: 1;
}

.swiper-slide-active .button-more {
    bottom: 100px;
}

.events-block {
    display: flex;
    flex-direction: column;
    background: url('../images/events-block.jpg') 0 0 no-repeat;
    padding: 40px 0;
}

.top-event-block {
    padding: 10px 40px;
}

.pp {
    color: #ff9c00;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px 0px 0px;
}

.news-top-title {
    position: relative;
    display: flex;
    margin-left: 50px;
    font-family: 'Candara';
}

.news-top-title::before {
    content: "";
    position: absolute;
    left: -65px;
    top: -26px;
    width: 71px;
    height: 75px;
    background: url('../images/news-icon.png') 0 0 no-repeat;
}

.news-top-title span.active {
    color: #ff9c00;
    font-weight: 700;
}

.news-top-title span {
    display: block;
    color: #7e7c7b;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px 10px 0px;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
}

.news-top-title span:hover{
    color: #ffe26e;
    cursor: pointer;
}

.top-event-block .add {
    border: none;
    background: #34340b;
    color: #fff;
    position: relative;
    top: -3px;
}

.tab-block {
    display: none;
}

.tab-block.active {
    display: block;
    animation: tab 0.6s linear;
}

@keyframes tab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tab-block li {
    position: relative;
    color: #fff;
    padding: 18px 40px;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-block li:hover {
    background: #130c0c;
    transition: 0.3s;
    padding: 18px 45px 18px 35px;
}

.tab-block span {
    color: #ffcc00;
}

.tab-block .date {
    color: #7e7c7b;
}

.tab-block li:hover .button-more {
    display: block;
}

.tab-block li:hover .date {
    display: none;
}

.tab-block li:hover {
    color: #ffcc00;
}

.tab-block li:hover span {
    color: #fff;
}

.tab-block2 li {
    position: relative;
    color: #fff;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #171717;
    margin-bottom: 10px;
}

.tab-block2 li:hover {
    background: #181411;
    transition: 0.3s;
}

.tab-block2 span {
    color: #ffcc00;
}

.tab-block2 .date {
    color: #7e7c7b;
}

.tab-block2 li:hover .button-more {
    display: block;
}

.tab-block2 li:hover .date {
    display: none;
}

.tab-block2 li:hover {
    color: #ffcc00;
}

.tab-block2 li:hover span {
    color: #fff;
}

.button-more {
    position: absolute;
    right: 40px;
    display: none;
    padding: 6px 16px 6px 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   cursor: pointer;
   background-image: url(../images/button.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   border: none;
   text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
   text-align: center;
   font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
   -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
   opacity: 0.7;
}

.button-more:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.widget-panel {
    margin-top: 70px;
}

.widget-block {
    position: relative;
    background: #110d0c url(../images/top-widget-block.jpg) no-repeat;
    width: 380px;
    height: 690px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 0.8);
}

.info-widget-block {
    position: relative;
    padding: 60px 40px 60px 150px;
    text-transform: uppercase;
    color: #ff9c00;
}

.top-players:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top:-24px;
    left: -6px;
    background: url('../images/icon-top-players.png') no-repeat;
}

.top-guilds:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top:-24px;
    left: -6px;
    background: url('../images/icon-top-guilds.png') no-repeat;
}

.top-event:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top:-24px;
    left: -6px;
    background: url('../images/icon-top-event.png') no-repeat;
}

.info-widget-block h2{
    font-family: 'Candara';
    font-size: 20px;
    text-transform: uppercase;
}

.info-widget-block .add {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #666564;
    background: url('../images/add-icon.png') center center no-repeat;
}

.top-block {
    padding-bottom: 15px;
    margin: 0 40px;
}

.top-block span {
    display: block;
}

.top-block .top-flag {
    width: 30px;
    padding-top: 2px;
}

.top-block .top-name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-block .top-lvl {
    width: 80px;
}

.top-guilds .top-name {
    width: 230px;
}

.top-block .top-Res sup {
    font-size: 10px;
    color: #ff0000;
    position: absolute;
    margin-top: -5px;
}

.top-list {
    height: 41px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
    color: #fff;
}

.top-list a {
    color: #fff;
    text-decoration: none;
}

.top-list:hover {
    background-color: #130c0c;
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
    height: 41px;
    margin: 0px -40px 0px -40px;
    padding: 0px 25px 0px 25px;
    color: #ffcc00;
    position: relative;
    z-index: 5;
}

.top-list:hover a {
    color: #ffcc00;
}

.top-title {
    color: #ff9c00;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.x-buttons {
    width: 100%;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
}

.x-buttons input {
    padding: 8px 20px;
    background: #251f1f;
    border: none;
    color: #d6b45c;
    transition: 0.3s;
    margin-left: 10px;
}

.x-buttons input:hover {
    background: #401e1e;
    box-shadow: 2px 4px 20px 0 #000;
}

.event-timers {
    padding: 25px;
    max-height: 540px;
    display: block;
    overflow: auto;
}

.event-timers li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.event-timers p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.event-timers .starts-in {
    color: #fad953;
    font-size: 12px;
}

.time-start-event{
    font-size: 13px;
}

.event-timers .time-to-event {
    color: #7c7671;
    font-size: 12px;
}

.title-video-panel {
    position: relative;
    color: #ff9c00;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 10px;
    text-indent: 20px;
}

.title-video-panel::after {
    position: absolute;
    left: 100px;
    bottom: 14px;
    content: "";
    width: 690px;
    height: 1px;
    background: #3c3422;
}

.video-panel {
    height: 476px;
}

.video-block {
    width: 790px;
    height: 476px;
    padding: 40px;
    background: #030508;
}

.video-player {
    width: 710px;
    height: 250px;
    flex-direction: column;
    justify-content: space-around;
    background: url('../images/bg-video.jpg') 0 0 no-repeat;
    transition: 0.5s;
}

.video-player .title-video {
    opacity: 0;
    transition: 0.5s;
}

.video-player:hover {
    box-shadow: inset 0 -60px 40px -40px #000;
}

.video-player:hover .title-video {
    opacity: 1;
}

.video-player .start-video {
    width: 80px;
    height: 80px;
    padding-bottom: 10px;
    margin-top: 60px;
    transform: rotate(90deg);
    font-size: 50px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}

.video-player .start-video:hover {
    border: 1px solid #ccc;
    color: #ccc;
}

.media-fon {
    margin-top: 30px;
}

.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);
}

.fast-links {
    width: 378px;
    height: 476px;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto';
    justify-content: space-between;
}

.fast-link {
    position: relative;
    width: 100%;
    height: 140px;
}

.fast-link::after {
    content: "";
    position: absolute;
    top: -28px;
    right: -20px;
    width: 230px;
    height: 168px;
    transition: 0.5s;
}

.fast-link:first-child::after {
    background: url('../images/heroes-fast-links.png') 0 0 no-repeat;
}

.fast-link:nth-child(2)::after {
    background: url('../images/heroes-fast-links.png') 0 -168px no-repeat;
}

.fast-link:last-child::after {
    background: url('../images/heroes-fast-links.png') 0 -336px no-repeat;
}

.fast-link:first-child {
    background: url('../images/backgrounds-fast-links.png') 0 0 no-repeat;
}

.fast-link:nth-child(2) {
    background: url('../images/backgrounds-fast-links.png') 0 -140px no-repeat;
}

.fast-link:last-child {
    background: url('../images/backgrounds-fast-links.png') 0 -280px no-repeat;
}

.fast-link:hover::after {
    right: -40px;
}

.fast-link:hover .info-link {
    padding-left: 20px;
}

.info-link {
    margin: 40px 0 0 20px;
    font-style: italic;
    transition: 0.5s;
}

.title-link {
    font-size: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.title-link a {
    color: white;
}
.text-link{
    color: #f7ddbf;
}

.market-panel {
    margin-top: 60px;
    height: 370px;
    padding: 30px;
    background: #030508;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.market-panel h2 {
    position: relative;
    text-transform: uppercase;
    align-self: flex-start;
    color: #ff9c00;
}

.market-panel h2::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 90px;
    width: 1080px;
    height: 1px;
    background: #3c3422;
}

.list-goods {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.list-goods li {
    width: 140px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border: 1px solid #1b1f34;
    background-color: #070813;
    transition: 0.3s;
}
.list-goods li:hover {
    margin-top: -10px;
}

.title-good {
    font-size: 12px;
    font-weight: normal;
    margin-top: -20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-buy {
    padding: 5px 18px;
    margin: 10px 0;
    background: #010000;
    color: #dfbc60;
    border: none;
    transition: 0.3s;
}

.button-buy:hover {
    background: #251f1f;
    box-shadow: 2px 4px 20px 0 #000;
    color: #ccff00;
}

.price {
    position: relative;
    right: 10px;
    color: #ffcc00;
    margin-top: 4px;
}

.price::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('../images/coin-icon.png') 0 0 no-repeat;
    right: -20px;
}

.button-market {
    position: relative;
    text-transform: uppercase;
    padding: 13px 40px 13px 28px;
    background: #251f1f;
    color: #dfbc60;
    border: none;
    margin-bottom: -10px;
}

.button-market::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 16px;
    background: url('../images/more-icon.png') 0 0 no-repeat;
}

.button-market:hover {
    background: #401e1e;
    box-shadow: 2px 4px 20px 0 #401e1e;
}

.line {
    height: 1px;
    margin-top: 65px;
    background: #363534;
}

.to-the-top {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #363534;
    border-radius: 50%;
    background: #111110;
    margin-top: -31px;
}

.button-to-the-top {
    width: 48px;
    height: 48px;
    margin: 4.85px 5.05px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #fff url("../images/to-the-top-icon.png") center center no-repeat;
    font-weight: bold;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    line-height: 2.2;
}

.button-to-the-top:hover {
    box-shadow: inset 0 0 10px 0 #ff9c00;
    border: 1px solid #ff9c00;
    background-color: #ff9c00;
}

.footer-block-t {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.payment {
    margin: 70px auto 120px auto;
}

.payment li {
    display: inline-block;
    margin: 15px 26px;
}

.payment a {
    opacity: 0.3;
    transition: 0.5s;
}

.payment .visa a {
    display: block;
    width: 60px;
    height: 20px;
    background: url('../images/payment.png') 0 0 no-repeat;
}

.payment .mastercard a {
    display: block;
    width: 105px;
    height: 24px;
    background: url('../images/payment.png') -115px 0 no-repeat;
}

.payment .g2apay a {
    display: block;
    width: 158px;
    height: 26px;
    background: url('../images/payment.png') -277px 0 no-repeat;
}

.payment .entergames a {
    display: block;
    width: 135px;
    height: 26px;
    background: url('../images/payment.png') -485px 0 no-repeat;
}

.payment a:hover {
    opacity: 1;
}

.f-menu {
    margin: 0 auto 20px auto;
}

.f-menu li {
    display: inline-block;
    margin: 15px 26px;
}

.f-menu li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.f-menu li a:hover{
    color: #ff9c00;
}

.f-menu li a:active{
    color: #ff9c00;
}

.bottom-footer {
    padding: 50px 0;
}

.info-copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.info-copyright a {
    font-size: 14px;
    color: #ff9c00;
}

.info-copyright .info {
    color: #514720;
    margin-top: 12px;
}

.social-networks {
    width: 200px;
    height: 35px;
}

.social-networks a {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.social-networks .facebook a {
    background: #000 url('../images/social-networks.png') 12px 9px no-repeat;
}

.social-networks .twitter a {
    background: #000 url('../images/social-networks.png') -42px 9px no-repeat;
}

.social-networks .twitch a {
    background: #000 url('../images/social-networks.png') -98px 9px no-repeat;
}

.social-networks .youtube a {
    background: #000 url('../images/social-networks.png') -153px 9px no-repeat;
}

.social-networks a:hover {
    border: 1px solid #ff9c00;
    box-shadow: inset 0 0 10px 0 #ff9c00;
}

.designed {
    display: block;
    width: 194px;
    height: 49px;
    background: url("../images/designed-icon.png");
    margin-top: 60px;
    transition: 0.5s;
}

.designed:hover {
    filter: brightness(1.3);
}

.footer{
    min-height: 300px;
}

footer .f-logo {
    margin-left: 76px;
}

footer .f-logo:hover {
    -webkit-filter: brightness(140%);
    filter: brightness(140%);
}

/** Modal **/

.modalx-overlay {
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    overflow: auto;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

/***************************************checkbox********************************************/

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  position: relative;
}
.checkbox+label::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid#666569;
  position: relative;
  top: 3px;
}
.checkbox+label::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 27px;
  left: -5px;
  top: -4px;
  opacity: 0;
  transition: 0.3s;
  background: url("../images/checked-icon.png") 0 0 no-repeat;
}
.checkbox:checked+label:after {
  opacity: 1;
}
.checkbox+label {
  transition: 0.3s;
  color: #8f7f61;
}
.checkbox:checked+label {
  color: #fff;
}

.agree{
  margin-bottom: 25px;
}

.agree a:hover{
  text-decoration:underline;
}

.modal_window {
    width: 420px;
    background: url("../images/top-modal-bg.jpg") top center no-repeat,url("../images/repeat-modal-bg.jpg") center repeat-y;
    padding: 40px 30px;
    z-index: 1002;
    position: relative;
    cursor: auto;
    margin: 0 auto;
    display: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    margin-bottom: 20px;
    transform: scale(0.4);
}

.modal_window h3 {
    margin: 13px 0px 100px 45px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ff9c00;
}

.icon-modal-login:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top: -25px;
    left: -8px;
    background: url("../images/modal-icon-login.png")no-repeat;
}

.icon-modal-reg:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top: -25px;
    left: -8px;
    background: url("../images/modal-icon-reg.png")no-repeat;
}

.modal_form {
    box-sizing: border-box;
}

.modal_form input,
.modal_form select,
.modal_form textarea {
    width: 100%;
    background: #0f0f0e;
    border: 1px solid #272322;
    box-sizing: border-box;
    height: 36px;
    color: #fff;
    padding-left:15px;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}

.formGroup select {
    color: #fff;
}

.formGroup-name {
    display: block;
    margin-bottom: 6px;
}

.formGroup.error .formGroup-name {
  color: #df3b5a;
}

.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4), inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.errorGroup {
    background: url(../images/wrong-icon.png) left 20px top 17px no-repeat;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 17px 20px 17px 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    line-height: 1.5;
    font-size: 13px;
    text-align: left;
    position: absolute;
    left: 100%;
    bottom: -6px;
    min-width: 330px;
    color: #fff;
    margin-left: 30px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.formGroup-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.button-small {
    padding: 8px 20px;
    background: #251f1f;
    border: none;
    color: #d6b45c;
    transition: 0.3s;
    margin-left: 10px;
}

.button-small:hover {
    background: #401e1e;
    box-shadow: 2px 4px 20px 0 #000;
}

.lost-pass {
    margin-bottom: 30px;
    color: #ffcc00;
    font-size: 12px;
}

.lost-pass:hover {
    text-decoration:underline;
}

/*page*/
.widgets_news {
    display: flex;
    margin-top: 70px;
}

.widget-block-span {
    margin-bottom: 40px;
}

.down-button{
  background-image:url('../images/button.png');
  background-size: 100%;
  padding: 22px 65px 25px 65px;
  background-repeat: no-repeat;
  margin: 10px 0px;
  font-size: 22px;
  font-weight: bold;
}

.news-block {
    width: 800px;
    margin-left: 10px;
    height: 100%;
    z-index: 1;
    background-color: #110d0c;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 40%);
    position: relative;
}

.news-block h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffcc00;
    margin-bottom: 20px;
}

.news-block h2 {
    font-family: 'Candara';
    background-image: url(https://bilgikampi.com/kpanel/Public/Web/images/top-widget-block.jpg);
    font-size: 20px;
    color: #ff9c00;
    padding: 60px;
    text-align: center;
    text-transform: uppercase;
}

.news-block p {
    font-size: 14px;
    margin: 40px 0;
    line-height: 20px;
}

.news-block p a {
    text-decoration: underline;
}

.news-block p a:hover{
    text-decoration:none;
    color: #ffcc00;
}

.news-block .date {
    display: block;
    text-align: right;
    padding: 15px 20px;
    font-size: 14px;
    color: #ff9c00;
}

.news-block .date b{
   font-size: 20px;
}
/*end page*/

/*download*/

.download {
    align-items: center;
    text-align: center;
}

.download h2 {
    font-family: 'Candara';
    font-size: 20px;
    color: #ffe26e;
    margin: 40px;
}

.download h3 {
    font-size: 15px;
    color: #ffe26e;
    margin: 20px;
    margin-bottom: 60px;
    text-transform:none;
    font-weight:none;
}

.download-files div {
    margin-bottom: 40px;
}

.download-files div p {
    font-size: 14px;
}

.btn-download-file {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: url(../images/button.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 19px 28px;
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 15px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}

.btn-download-file:hover {
    box-shadow: 0 10px 26px -6px rgb(255 156 0 / 50%);
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.drivers-block {
    width: 100%;
    margin-top: 70px;
}

.drivers-block h3 {
    margin-bottom: 20px;
}

.drivers a {
    display: block;
    width: 229px;
    height: 114px;
}

.drivers .nvidia a {
    background: url('../images/dirvers.png') 0 0 no-repeat;
}

.drivers .directx a {
    background: url('../images/dirvers.png') -245px 0 no-repeat;
}

.drivers .microsoft-net a {
    background: url('../images/dirvers.png') -490px 0 no-repeat;
}

.drivers a:hover{
    box-shadow: 0 10px 26px -6px rgb(255 156 0 / 50%);
}

/*end download*/

/*slider*/
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*end slider*/


/*log-in after authorization*/
.icon-log-in{
  margin-left: 5px;
}
.icon-log-in img{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-size: 32px;
  border: 2px solid #fff;
}

.log-in{
  position: relative;
}
/* .log-in-menu-1:after {
  content: "";
  background: url(../images/lang-block.png) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 70px;
  bottom: 0;
  margin-top: -4px;
  opacity: 0.2;
  transition: all 0.3s ease;
} */

.log-in-menu-1:hover:after {
  opacity: 1;
  transition: all 0.3s ease;
}

.main-item-log-in {
  color: #fff;
  z-index: 9;
}

.log-in-menu-1 ul {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #040406;
  min-width: 250px;
  z-index: 2;
  left: -115px;
  top: 70px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #201f28;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 0.6);
}
.hidden-block-log-in li{
  border-bottom:1px solid #1c1e23;
}
.hidden-block-log-in li:last-child{
  border-bottom:1px solid #1c1e23;
}

.hidden-block-log-in a{
  padding-left: 32px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
.hidden-block-log-in a:hover {
  background: #0d0e15;

}
.hidden-block-log-in li a:after{
  content: "";
  position: absolute;
  left: 35px;
  top: 12px;
  width: 8px;
  height: 12px;
  background: url(../images/lang-block-1.html) no-repeat;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.hidden-block-log-in li a:hover:after{
  opacity: 1;
  transition: all 0.3s ease;
}

.hidden-block-log-in:after {
background: url(../images/hidden-block-log-in.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 10px;
  right: 23px;
  top: -10px;
  content: "";
}

.main-item-log-in:focus ~ .hidden-block-log-in,
.main-item-log-in:active ~ .hidden-block-log-in {
  visibility: visible;
  opacity: 1;
}
.hidden-block-log-in a:after{
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  width: 16px;
  height: 15px;
  background: url(../images/log-out.png) no-repeat;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.log-out{
 padding: 10px 0px;
 border-top: 1px solid#1c1e23;
}
.hidden-block-log-in img{
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-size: 48px;
}
.icon-login-big{
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid#1c1e23;
}
.icon-login-big span{
  color: #8c84a2;
  font-size: 11px;
}
.icon-text{
  font-size: 16px;
}
.icon-login-big p{
  position: relative;
  padding-left:10px;
}
.top_panel-right{
  border-left: 1px solid #1c1e23;
  padding-left: 28px;
}
.hidden-block-log-in a:hover:after{
  opacity: 1;
  transition: all 0.3s ease;
}

.menulog-in li a {
  color: #fff;
  display: block;
  line-height: 36px;
  font-size: 12px;
  position: relative;
 font-weight:600;
}

.menulog-in li a:hover {
  color: #ff9c00;
  font-weight:600;
}

.menulog-in .active a {
  color: #ffac5b;
}


/*animation*/

.smoke {
    position: absolute;
    left: 0;
    right: 0;
    top: 600px;
    height: 484px;
    width: 100%;
    background-image: url(../images/smoke.png);
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-animation: smoke 20s linear infinite;
    animation: smoke 20s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
 }

@-webkit-keyframes smoke { 0% { background-position: left -1920px top; }
  100% { background-position: left 1920px top; } }

@keyframes smoke { 0% { background-position: left -1920px top; }
  100% { background-position: left 1920px top; } }


.sparks { position: absolute; width: 1200px; left: 50%; bottom: -100px; z-index: 1; }
.sparks > div { position: absolute; }
.sparks .spark_1 { background: url(../images/spark_1.png) no-repeat; width: 764px; height: 313px; right: 0; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 1s; animation-delay: 1s; }
.sparks .spark_2 { background: url(../images/spark_2.png) no-repeat; width: 179px; height: 335px; right: 230px; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark_3 { background: url(../images/spark_3.png) no-repeat; width: 128px; height: 165px; right: 280px; bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-3 4s linear infinite; animation: spark-3 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark-big { background: url(../images/spark_4.png) no-repeat; width: 794px; height: 176px; right: 0; bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-5 4s linear infinite; animation: spark-5 4s linear infinite; }
.sparks .spark_5 { -webkit-animation-delay: 2s; animation-delay: 2s; right: 40px; }

.sparks_2 .spark_1 { background: url(../images/spark_1.png) no-repeat; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks_2 .spark_2 { background: url(../images/spark_2.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.sparks_2 .spark_3 { background: url(../images/spark_3.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.sparks_2 .spark-big { background: url(../images/spark_4.png) no-repeat; }
.sparks_2 .spark_5 { -webkit-animation-delay: 3s; animation-delay: 3s; }

.sparks_2 { margin-left: -500px;}

@-webkit-keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }

@keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }


.ray {
  background: url(../images/ray.png) no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 117px;
  top: -44px;
  animation: ray 14s infinite linear;
  transform: rotate(0deg);
  opacity: 0.6;
}
@keyframes ray {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*end animation*/
