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;
}

.log-in,
.sign-in,
.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;
}

.top-pannel {
    border-bottom: 1px solid #b3b4b8;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #6d4a20;
    text-align: center;
}

::-moz-placeholder {
    color: #6d4a20;
}

:-moz-placeholder {
    color: #6d4a20;
}

:-ms-input-placeholder {
    color: #6d4a20;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
  
.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;
    justify-content: center;
    align-items: center;
}

.top-panel {
    width: 100%;
    top: 0px;
    z-index: 10;
    height: 81px;
    background: url('../images/top-line-menu.png') bottom repeat-x;
}

.top-panel-block {
    max-width: 1400px;
    margin: 0 auto;
    top: 0px;
    z-index: 10;
    height: 80px;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo-icon {
    margin-top: 10px;
    margin-left: -80px;
}

.logo-icon img {
    transition: 0.3s;
}

.logo-icon img:hover {
    filter: brightness(1.1);
}

.logo{
  position: absolute;
  top: 20px;
  left: -0px;
  transition: all 0.3s ease;
}

.logo:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease;
}

.menu li {
    margin: 0px 8px;
}

.menu a {
    position: relative;
    padding: 0 20px 0 40px;
    display: block;
    height: 80px;
    line-height: 80px;
    color: #ffffff; /* თეთრი ტექსტი */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.menu li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 26px;
    background: url('../images/icon.png') 0 0 no-repeat;
    width: 29px;
    height: 27px;
}

.menu a:hover {
    color: #ffe26e; /* ოქროსფერი hover ტექსტი */
}

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

.menu a:hover:after {
    height: 1px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    position: absolute;
    background: #ffe26e; /* hover ხაზიც ოქროსფერი */
}

.lang-block {
    position: relative;
    margin-left: 80px;
}

.lang-block:after {
    border: 5px solid transparent;
    border-top-color: #000;
    position: absolute;
    left: -15px;
    top: 8px;
    content: '';
}
  
.lang-block a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
  
.lang-block a:hover  {
    color: #fff;
}

.img-lang {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 8px;
    margin-bottom: -2px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.main-item {
    color: #ffffff;
}
  
.hidden-block {
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    position: absolute;
    background: #151414;
    min-width: 140px;
    z-index: 2;
    left: -40px;
    top: 25px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    padding: 10px 0px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);;
}
  
.hidden-block a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 25px;
    color: #ffffff;
}

.hidden-block a:hover {
    background: #301a1e;
    color: #ff4628;
}
  
.hidden-block a:hover:before {
    content: ">";
    position: absolute;
    margin-left: -12px;
    color: #ff4628;
}
  
.hidden-block:after {
    border: 5px solid transparent;
    border-bottom-color: #151414;
    position: absolute;
    left: 24px;
    top: -10px;
    content: "";
}

.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
    visibility: visible;
    opacity: 1;
}

.header {
    min-height: 500px;
    position: relative;
    flex-direction: column;
    padding: 0 50px;
}

.server-time {
    position: absolute;
    padding-top: 54px;
    text-align: center;
    align-self: flex-end;
    text-transform: uppercase;
    font-size: 16px;
    width: 393px;
    height: 129px;
    right: 0;
    bottom: -55px;
    background: url(../images/fon-time.png) no-repeat;
}

.server-time span {
    font-size: 20px;
}
  
.content{
    position: relative;
}

.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;
  left: -107px;
}

.reg-block a {
  display: flex;
  flex-direction: column;
  width: 130px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.reg-block a span {
  font-size: 14px;
  margin-top: 3px;
}
.reg-block a:hover {
  color: #fff;
}
.reg-block a:hover .b-icons {
  filter: drop-shadow(0px 0px 10px #edff2a);
}
.reg-block .b-icons {
  width: 40px;
  height: 39px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 0.3s;
}
.reg-block .log_in {
  background: url(../images/icon-log_in.png) center no-repeat;
}
.reg-block .logout {
  background: url(../images/icon-exit.png) center no-repeat;
}
.reg-block .sign_up {
  background: url(../images/icon-sign_up.png) center no-repeat;
}

.title-link a {
    color: white;
}

/* end icon login*/

.button {
    height: 130px;
}

.btn-download {
    position: relative;
    width: 350px;
    background: url('../images/bg-download.png') 0 0 no-repeat;
    color: #503a13;
    transition: 0.5s;
}

.btn-download a {
    color: #503a13;
}

.btn-download:hover {
    filter: brightness(1.2);
}

.btn-download span {
    position: absolute;
    bottom: 38px;
    left: 140px; 
    transition: 0.5s;
}

.log-in {
    position: relative;
    width: 120px;
    background: url('../images/bg-log.png');
    transition: 0.5s;
}

.sign-in {
    position: relative;
    width: 120px;
    background: url('../images/bg-log.png');
    transition: 0.5s;
}


.log-in:hover,
.sign-in:hover {
    filter: brightness(1.35);
}

.log-in p,
.sign-in p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 95px;
}

.status-block {
    display: flex;
    justify-content: flex-end;
}

.status-block>div {
    position: relative;
    width: 196px;
    margin-left: 1px;
    background: url(../images/bg-server.png) 0 0 no-repeat;
}

.status-block>div::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 35px;
    top: -22px;
}

.server-1::before {
    background: url('../images/online-ofline-icons.png') 0 0 no-repeat;
}

.server-2::before {
    background: url('../images/online-ofline-icons.png') -86px 0 no-repeat;
}

.circle-online {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(40,40,40,0.9) 0%, rgba(20,20,20,0.95) 100%);
    box-shadow: 0 0 10px rgba(0, 255, 100, 0.3), inset 0 0 15px rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid #88ff00;
    transition: all 0.3s ease;
}

.circle-online:hover {
    box-shadow: 0 0 18px rgba(136, 255, 0, 0.6), inset 0 0 20px rgba(255,255,255,0.2);
    transform: scale(1.05);
}

  
.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;
}

.serverInfo__name {
    font-size: 14px;
    color: #fff;
    margin-bottom: 7px;
}

.serverInfo__online {
    color: #a2ff00;
    font-size: 14px;
}

.server-2 .serverInfo__online {
    color: #e22024;
}

.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: #110d0c;
    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 #110d0c;
}

.swiper-news .swiper-slide .button-more::before {
    right: 4px;
}
  
.newsPagination {
    position: absolute;
    left: 225px;
    bottom: 10px;
    width: 120px;
    height: 35px;
    z-index: 11;
}
  
.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
    width: 20px;
    height: 20px;
    background: none;
    background-color: #23210b;
    margin-top: -10px;
    text-align: center;
    line-height: 1.4;
    color: #c0d107;
}
  
.swiper-news .swiper-pagination {
    color: #c0d107;
    font-size: 15px;
}
  
.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: 7px 20px 7px 10px;
    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: #110d0c;
    padding: 40px 0;
}

.top-event-block {
    padding: 10px 40px;
}

.pp {
    color: #ffe26e;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px 0px 0px;	
}
   
.news-top-title {
    position: relative;
    display: flex;
    margin-left: 50px;
}

.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: #ffe26e;
    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;
    border-top: 1px dotted #292625;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-block li:hover {
    background: #272320;
    transition: 0.3s;
    padding: 18px 45px 18px 35px;
}

.tab-block li:last-child {
    border-bottom: 1px dotted #292625;
}

.tab-block span {
    color: #ddc96a;
}

.tab-block .date {
    color: #797776;
}

.tab-block li:hover .button-more {
    display: block;
}

.tab-block li:hover .date {
    display: none;
}

.tab-block li:hover {
    color: #c0d107;
}

.tab-block li:hover span {
    color: #fff;
}

.button-more {
    position: absolute;
    right: 40px;
    display: none;
    padding: 5px 18px 5px 10px;
    background: #141212;
    color: #dfbc60;
}

.button-more:hover {
    box-shadow: 2px 5px 20px 0 #000;
    background: #010000;
}

.button-more::before {
    content: "";
    position: absolute;
    right: 1.5px;
    width: 14px;
    height: 16px;
    background: url('../images/more-icon.png') 0 0 no-repeat;
}

.widget-panel {
    height: 690px;
    margin-top: 70px;
    background: #110d0c;
}

.widget-block {
    position: relative;
    background: url('../images/top-widget-block.jpg') no-repeat;
    width: 380px;
    height: 690px;
    background-color: #110d0c;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 0.8);
}

.top-widget-block {
    position: absolute;
    top: -36px;
    background: url('../images/icon-top-widget-block-1.png') no-repeat;
    width: 380px;
    height: 200px;
}

.top-widget-block h2 {
    font-family: 'Candara';
    font-size: 20px;
    text-transform: uppercase;
    color: #cdf965;
    margin-top: -25px;
}

.widget-block:last-child .top-widget-block h2 {
    font-size: 18px;
    margin-top: -20px;
}

.info-widget-block {
    position: relative;
    padding: 60px 40px;
    text-transform: uppercase;

}

.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: #352a23;
    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: #c0d107;
    position: relative;
    z-index: 5;
}

.top-list:hover a {
    color: #c0d107;
}

.top-title {
    color: #d5b402;
    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: #090606;
    border: none;
    color: #d6b45c;
    transition: 0.3s;
    margin-left: 10px;
}

.x-buttons input:hover {
    background: #010000;
    box-shadow: 2px 4px 20px 0 #000;
}

.event-timers {
    padding: 40px;
}

.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: #85814e;
}

.event-timers .time-to-event {
    color: #7c7671;
}

.title-video-panel {
    position: relative;
    color: #ffe26e;
    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: #110d0c;
}

.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;
    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 50px;
    font-style: italic;
    transition: 0.5s;
}

.title-link {
    font-size: 30px;
    margin-bottom: 6px;
}

.market-panel {
    margin-top: 60px;
    height: 370px;
    padding: 30px;
    background: #110d0c;
    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: #ffe26e;
}

.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 #342d1b;
    background: linear-gradient(#070606 25%, #1d1a1a, #2c2727);
    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: #010000;
    box-shadow: 2px 4px 20px 0 #000;
}

.price {
    position: relative;
    right: 10px;
    color: #929e11;
    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: #010000;
    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: #010000;
    box-shadow: 2px 4px 20px 0 #000;
}

.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 #a1af06;
    border: 1px solid #a1af06;
    background-color: #a1af06;
}

.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;
    color: #c4d27c;
    font-size: 14px;
}

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

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

.bottom-footer {
    padding: 50px 0;
}

.info-copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.info-copyright a {
    font-size: 14px;
    color: #b8c808;
}

.info-copyright .info {
    color: #3c431b;
    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 #a1af06;
    box-shadow: inset 0 0 10px 0 #a1af06;
}

.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;
}

.modal_window {
    width: 420px;
    background: #110d0c;
    padding: 40px 60px;
    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: -8px 0px 45px 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ffe26e;
}

.modal_form {
    text-align: center;
    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;
    text-align: center;
}

.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 {
    margin: 0 auto;
    padding: 14px 40px;
    text-transform: uppercase;
    background: #010000;
    border: none;
    color: #c1d107;
    transition: 0.3s;
}

.button-small:hover {
    box-shadow: 0 10px 26px -6px #7c800d;
}

.lost-pass {
    margin-top: 20px;
    color: #ffe26e;
}

/*page*/
.widgets_news {
    display: flex;
    margin-top: 70px;
}

.widget-block-span {
    margin-bottom: 40px;
}

.news-block { 
  width: 800px;
  padding: 0px 40px 40px 40px;
  margin-left: 10px;
  min-height: 1356px;
  z-index: 1;
  background-color: #110d0c;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 0.4);
  position: relative;
}

.news-block h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #c0d107;
    margin-bottom: 20px;
}

.news-block h2 {
    font-family: 'Candara';
    font-size: 20px;
    color: #ffe26e;
    margin: 40px;
    text-align: center;
    text-transform: uppercase;
}

.news-block p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 20px;
}

.news-block p a {
    color: #ddc96a;
    text-decoration: underline;
}

.news-block p a:hover{
	text-decoration:none;
	color: #c0d107;
}

.news-block .date {
    display: block;
    text-align: right;
    padding: 15px 20px;
    border-top: 1px dotted #292625;
    border-bottom: 1px dotted #292625;
    font-size: 14px;
    color: #7e7c7b;
}
/*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;
}

.download-files div a {
    color: #c1d107;
}

.btn-download-file {
    cursor: pointer;
    display: block;
    width: 140px;
    height: 50px;
    margin: 20px auto;
    text-transform: uppercase;
    background: #010000;
    text-align: center;
    line-height: 50px;
    transition: 0.3s;
}

.btn-download-file:hover {
    box-shadow: 0 10px 26px -6px #7c800d;
}

.drivers-block {
    width: 100%;
}

.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: 0px 0px 25px 0px rgb(161 175 6);
}

/*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*/
/*animation*/
.leaves {
  position: absolute;
  bottom: 10px;
  left: 100px;
}

.leaves-1 {
  background: url(../images/leaves_1.png);
  width: 300px;
  height: 197px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-1 linear infinite;
}

@keyframes leaves-1 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-2 {
  background: url(../images/leaves_2.png);
  width: 283px;
  height: 171px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-2 linear infinite;
  animation-delay: 2s;
}

@keyframes leaves-2 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-3 {
  background: url(../images/leaves_3.png);
  width: 324px;
  height: 222px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-3 linear infinite;
  animation-delay: 4s;
}

@keyframes leaves-3 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
/*end animation*/
.custom_button {
    background-color: #111;
    border: 1px solid #ffd700;
    color: #ffd700;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease;
}

.custom_button:hover {
    background-color: #ffd700;
    color: #111;
}
