﻿ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../images/augsa.webp) center top no-repeat, url(../images/fon-bg-bottom.webp) center bottom no-repeat, url(../images/fon-bg-repeat.jpg) center repeat-y;
  background-color: #eaecff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #230707;
  line-height: 1;
  min-height: 100vh;
}
a {
  transition: all 0.3s ease;
  color: #bf5252;
  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: #230707;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
/*
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #8a3c51;
}
table tr:nth-child(odd) {
  background-color: rgba(170, 115, 132, 0.2);
}*/
caption {
  margin-bottom: 15px;
}
input[type!='checkbox'],
textarea {
  background: url(../images/red-light-bg.jpg);
  border-radius: 30px;
  border: 1px solid #9b666e;
  color: #fff;
  padding: 8px 18px;
  position: relative;
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #d13131;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 11px;
  position: relative;
  z-index: 1;
  padding: 12px 28px;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
button:hover,
.button:hover {
  background: #6a2e36;
}
.button-border:after {
  content: "";
  border-radius: 30px;
  border: 1px solid rgba(208, 49, 49, 0.3);
  left: -2px;
  top: -2px;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 1px;
}
.button-small {
  text-transform: none;
  padding: 6px 12px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #c37289;
}
::-moz-placeholder {
  color: #c37289;
}
:-moz-placeholder {
  color: #c37289;
}
:-ms-input-placeholder {
  color: #c37289;
}
.wrapper_web {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container_web {
  min-height: 1300px;
  display: flex;
  background-color: #f1e6d0;
  position: relative;
}
.container_web:before {
  content: "";
  position: absolute;
  background: url(../images/container-icon.png) no-repeat;
  width: 103px;
  height: 105px;
  left: -25px;
  top: -25px;
}
.flex {
  display: flex;
}
.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%;
  position: fixed;
  top: 0px;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: 0.4s;
}
.top-panel-fixed {
  background-color: rgba(255, 255, 255, 1);
}
.menu {
  max-width: 1200px;
  margin: 0 auto;
  height: 66px;
  display: flex;
  justify-content: center;
}
.menu li {
  margin: 0px 8px;
	list-style-type: none;
}
.menu a {
  color: #614134;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 26px;
  font-weight: 600;
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.menu a:hover{
  color: #614134;  
}
.menu a:after {
  content: "";
  transition: 0.3s;
  height: 0px;
  width: 0px;
}
.menu a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #7c5849;
}
.menu .active a {
  border-bottom: 2px solid #7c5849;
}
/* Header
-----------------------------------------------------------------------------*/
.header_web {
  height: 450px;
  position: relative;
}
/*
.logo a {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 450px;
}*/
.logo a {
	display: block;
	/* position: absolute; */
	bottom: 60px;
	/* left: 450px; */
	padding-top: 80px;
	text-align: center;
}

.countdown-block {
  position: absolute;
  bottom: 184px;
  right: 410px;
  text-align: center;
  width: 100%;
}
.countdown-block-mobile {
    display:none;
}
.countdown-block h3 {
  color: #5a2824;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.countdown li {
  margin: 0px 7px;
  position: relative;
	list-style-type: none;
}
.countdown li:after {
  content: ":";
  position: absolute;
  right: -12px;
  top: 8px;
  font-size: 38px;
  color: #3b0c16;
}
.countdown li:first-child:after {
  __display: none;
}
.countdown li:last-child:after {
  display: none;
}

.countdown span {
  display: block;
  background: rgba(120, 40, 62, 0.5);
  border-radius: 6px;
  height: 60px;
  width: 60px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 7px;
}
.countdown p {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #5a2823;
  text-transform: uppercase;
}
.start-game {
  position: absolute;
  bottom: 75px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.start-game a {
  display: block;
  background: url(../images/start-game-button.png) no-repeat;
  width: 230px;
  height: 100px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  padding-top: 19px;
}
.leaves-1 {
  background: url(../images/leaves-1.png) no-repeat;
  width: 243px;
  height: 86px;
  position: absolute;
  left: 190px;
  bottom: 0;
  opacity: 0;
  animation: leaves-1 6s linear infinite;
}
.leaves-2 {
  background: url(../images/leaves-2.png) no-repeat;
  width: 202px;
  height: 150px;
  position: absolute;
  left: 190px;
  bottom: 0;
  opacity: 0;
  animation: leaves-1 6s linear infinite;
  animation-delay: 2s;
}
.leaves-3 {
  background: url(../images/leaves-3.png) no-repeat;
  width: 198px;
  height: 132px;
  position: absolute;
  left: 190px;
  bottom: 0;
  opacity: 0;
  animation: leaves-1 6s linear infinite;
  animation-delay: 4s;
}
.leaves-d-1 {
  animation-delay: 3s;
  background: url(../images/leaves-2-d.png) no-repeat;
}
.leaves-d-2 {
  animation-delay: 5s;
  background: url(../images/leaves-3-d.png) no-repeat;
}
.leaves-d-3 {
  animation-delay: 1s;
}
@keyframes leaves-1 {
  0% {
    left: 190px;
    bottom: 0px;
    transform: scale(0.5);
    opacity: 0;
  }
  10% {
    left: 240px;
    bottom: -20px;
  }
  20% {
    left: 290px;
    bottom: -40px;
    transform: scale(0.8);
    opacity: 1;
  }
  30% {
    left: 340px;
    bottom: -60px;
  }
  40% {
    left: 390px;
    bottom: -70px;
  }
  50% {
    left: 440px;
    bottom: -60px;
  }
  60% {
    left: 490px;
    bottom: -40px;
    transform: rotate(-50deg);
  }
  70% {
    left: 540px;
    bottom: -20px;
  }
  80% {
    left: 590px;
    bottom: 0px;
  }
  90% {
    left: 640px;
    bottom: 20px;
  }
  100% {
    left: 690px;
    bottom: 40px;
    transform: rotate(-100deg);
  }
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.download-block a {
  background: url(../images/download-button.jpg) center;
  height: 90px;
  font-size: 20px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid #a880a0;
}
.download-block a span {
  padding-left: 50px;
}
.download-block a b {
  font-weight: 400;
  display: block;
  color: #d2d2e1;
  font-size: 12px;
  margin-top: 5px;
}
.widget {
  padding: 25px;
  min-height: 250px;
  border-bottom: 1px solid #884358;
}
.widget-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #fec16a;
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
}
.widget-title a:hover {
  text-decoration: underline;
}
.widget-title span {
  display: block;
  margin-top: 9px;
}
.widget-title:after {
  content: "";
  background: url(../images/widget-title-bg.png) center right no-repeat;
  width: 54px;
  height: 53px;
  position: absolute;
  right: -5px;
  top: -11px;
}
.widget-title span,
.widget-title a {
  text-transform: none;
  font-size: 12px;
  color: #f59eb8;
  font-weight: 400;
}
.l-input {
  width: 235px;
  height: 59px;
  border: none;
  padding: 17px 60px 15px 10px;
  position: relative;
}
.l-input input {
  background: none !important;
  border: none;
  padding: 5px 15px;
  width: 170px;
  color: #fff;            
}
.select-hidden {
  display: none;
  visibility: hidden;
}
.select {
  cursor: pointer;
  display: block;
  position: relative;
  width: 170px;
  height: 30px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in;
  color: #fff;
  padding: 7px 15px;
  width: 170px;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: linear-gradient(to bottom, #712634, #873950);
  width: 200px;
  padding-left: 0px !important;
}
.select-options li {
  margin: 0;
  list-style: none !important;
  margin: 0px !important;
  padding: 10px 10px;
  border-bottom: 1px solid #9b656c;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #fff;
}
.select-options li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.select-options li[rel="hide"] {
  display: none;
}
.login-block p {
  margin-bottom: 5px;
}
.login-block a:hover {
  text-decoration: underline;
}
.login-block .lost {
  color: #fff;
  font-size: 12px;
}
.login-block .widget-title:after {
  display: none;
}
.login {
  background: url(../images/login-input.png) no-repeat;
}
.pass {
  background: url(../images/password-input.png) no-repeat;
}
.select-s {
  background: url(../images/select_server.png) no-repeat;
}
.select-s-page {
  background: url(../images/select_server-page.png) no-repeat;
}
.buttons {
  margin-top: 10px;
}
.top-block {
  width: 100%;
  color: #f59eb8;
}
.top-block span {
  display: block;
  padding-bottom: 1px;
}
.top-block .top-number {
  width: 35px  !important;
}
.top-block .top-flag {
  width: 25px;
  padding-top: 2px;
}
.top-block .top-name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-event-name {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-drop-name {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 55px;
}
.top-block .top-lvl sup {
  font-size: 10px;
  color: #ff0000;
}
.top-block .top-event-time {
  width: 100px;
}
.top-list {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-size: 12px;
  border-bottom: 1px solid rgba(133, 52, 73, 0.5);
  transition: 0.3s;
}
.top-list a {
  color: #fff;
}
.top-list:hover {
  background: linear-gradient(to bottom, #390b13, #671f39);
  margin: -1px -25px 0px -25px;
  padding: 0px 35px 0px 35px;
  box-shadow: 0px 0px 10px 0px rgba(162, 132, 136, 0.5);
  height: 37px;
  color: #fd588a;
}
.top-list:hover a {
  color: #fd588a;
}
.top-title {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0px 10px !important;
  background: #380d14 !important;
  font-size: 13px !important;
  border-bottom: 1px solid #853449 !important;
}
.top-title a{
	color: #fd588a !important;
}
.no-reset {
  text-align: right;
  margin-top: 15px;
}
.no-reset a {
  color: #fff;
  font-size: 12px;
}
.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery li {
  position: relative;
	list-style-type: none;
}
.gallery li img {
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -1px;
  width: 113px;
  height: 75px;
}
.gallery li:first-child {
  margin-bottom: 8px;
}
.gallery li:first-child img {
  width:100%;
  max-width: 255px;
  height: 145px;
  outline: 1px solid #ffffff;
}
.gallery li:first-child a {
  width: 235px;
  height: 145px;
}
.gallery li:first-child a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  max-width: 255px;
  height: 100%;
  box-shadow: inset 0px 50px 80px 5px rgba(0, 0, 0, 0.7);
}
.gallery li:first-child a:before {
  content: "";
  background: url(../images/play-icon.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -20px;
  width: 46px;
  height: 46px;
  z-index: 2;
}
.gallery li a {
  display: block;
  cursor: pointer;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 630px;
  line-height: 1.3;
  background: url(../images/block-bottom-bg.jpg) right bottom no-repeat;
  background-color: #fff;
  padding-bottom: 20px;
}
.content a {
  text-decoration: underline;
}
.content-page {
  background: url(../images/block-top-bg.jpg) right top no-repeat;
  min-height: 50px;
  padding: 20px;
}
.content-page img {
  max-width: 590px;
}
.content-page ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-page ul li {
  list-style: circle;
  margin: 5px 0px;
}
.sidebar {
  width: 285px;
  background: url(../images/sidebar-bg.jpg);
}
.slider {
  overflow: hidden;
  position: relative;
  width: 630px;
  height: 280px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 630px;
  height: 280px;
  border: 1px solid #c9aa71;
}
.slider .slides .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 80%);
}
.slider .slides .slide-info {
  position: relative;
  padding: 40px 35px 35px 35px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.slider .slides .slide-info h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
.slider .slides .slide-info .slide-text {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0));
  color: #fff;
  line-height: 1.7;
  padding: 15px 35px;
  width: 470px;
  margin-left: -35px;
  margin-bottom: 15px;
  position: relative;
}
.slider .slides .slide-info .slide-text:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 75%;
  background: #fff;
  top: -2px;
  left: 0;
}
.slider .slides .slide-info .slide-i {
  width: 100%;
}
.slider .slides .slide-info p {
  margin-bottom: 0px;
}
.slider .slides .slide-info .slide-date {
  font-size: 14px;
  color: #38352f;
  font-family: Candara, Arial, sans-serif;
}
.slider .slides .slide-info .slide-date span {
  color: #38352f;
  font-size: 18px;
}
.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}
.slider .arrows {
  position: absolute;
  height: 33px;
  width: 33px;
  top: 125px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}
.slider .next {
  background: url(../images/arrow-right.png) no-repeat;
  right: 1px;
}
.slider .prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: 1px;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  width: 2px;
  height: 2px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 10px;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 0px 5px;
  background-color: #f04747;
  position: relative;
}
.slider .navigation .active:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid rgba(240, 71, 71, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(240, 71, 71, 0.6);
}
.content-title, .title1 {
  background: url(../images/content-title-bg.jpg) no-repeat;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: #cec5b0;
  border-bottom: 1px solid #b8af9c;
  margin-bottom: 1px;
}
.content-title h1,
.content-title h2,
.content-title h3,
.title1 h1,
.title1 h2,
.title1 h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 400;
  padding: 0px 25px;
}
.block {
  background: url(../images/block-top-bg.jpg) right top no-repeat, url(../images/block-bottom-bg.jpg) right bottom no-repeat;
  min-height: 110px;
  background-color: #fff;
  padding: 1px;
}
.news-block {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.news {
  position: relative;
  margin-bottom: 2px;
  transition: 0.3s;
}
.news .news-img {
  width: 245px;
}
.news .news-img img {
  display: block;
}
.news .news-info {
  width: 385px;
  padding: 15px 20px;
}
.news .news-info p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.news:hover .button {
  background: #6a2e36;
}
.news-date {
  font-family: Candara, Arial, sans-serif;
  color: #903c3c;
  font-size: 14px;
}
.news-date b {
  font-size: 18px;
  font-weight: 600;
}
.top-news-block:before {
  content: "";
  background: url(../images/texture_right.png) repeat-y;
  position: absolute;
  width: 29px;
  height: 100%;
  right: 0;
  top: 0;
}
.top-news-block:after {
  content: "";
  border-right: 1px solid rgba(197, 157, 154, 0.5);
  border-left: none;
}
.top-news-block:hover {
  margin: 0px 0px 2px 0px;
}
.top-news-block .news-info {
  /*padding: 20px 20px 80px 20px;*/
  padding: 20px 20px 20px 20px;
  position: relative;
}
.top-news-block .news-info h2 {
  border-bottom: 1px solid #a88d5e;
  margin: 0px -20px 20px -19px;
  padding: 0px 20px 20px 20px;
}
.top-news {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
.top-news-img {
  position: relative;
}
.top-news-img .read-more {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.top-news-i {
                     
               
  margin-top:50px;
}
.top-news-v {
  color: #9e998f;
  font-size: 12px;
}
.top-news-v a {
  text-decoration: none;
}
.br-t {
  margin: 0px 15px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border: 1px solid rgba(145, 125, 86, 0.3);
  border-radius: 50%;
  text-decoration: none !important;
  color: #8d7951;
  font-size: 12px;
  margin: 0px 7px;
}
.page-numbers.active {
  background: #cd3030;
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.page-numbers.prev,
.page-numbers.next {
  border: 1px solid #e2c3c3;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: #cd3030;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.page-numbers.prev {
  margin: 0px 25px 0px 0px;
}
.page-numbers.next {
  margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
  content: "";
  position: absolute;
  background: url(../images/prev-p.png) no-repeat;
  width: 15px;
  height: 12px;
  margin-left: -8px;
  margin-top: -6px;
  left: 50%;
  top: 50%;
  z-index: 2;
}
.page-numbers.prev:hover:after {
  background: url(../images/prev-p.png) 0px -12px no-repeat;
}
.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../images/next-p.png) no-repeat;
  width: 15px;
  height: 12px;
  margin-right: -8px;
  margin-top: -6px;
  right: 50%;
  top: 50%;
}
.page-numbers.next:hover:after {
  background: url(../images/next-p.png) 0px -12px no-repeat;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.status-block {
  background: url(../images/status-bg.jpg) no-repeat;
  height: 80px;
}
.server-x {
  background: url(../images/status-icon.png) no-repeat;
  width: 84px;
  height: 67px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  padding: 22px 0px 0px 5px;
}
.server {
  width: 160px;
  font-size: 12px;
}
.server .server-name {
  color: #fec16a;
}
.server .status-online, .server .status-offline {
  color: #fff;
}
.server .status-online b {
  font-weight: 400;
  color: #58c526;
}
.server .status-offline b {
  font-weight: 400;
  color: #f7161d;
}
.progress-barr {
  height: 4px;
  background-color: #591113;
  border-radius: 5px;
  margin: 9px 0px 6px 0px;
  position: relative;
}
.progress-barr:after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  height: 100%;
  top: -4px;
  left: -4px;
  padding: 2px;
  border-radius: 5px;
}
.progress-barr span {
  height: 4px;
  background-color: #58c526;
  display: block;
  border-radius: 5px;
}
.desc {
  color: #fec16a;
  font-size: 10px;
  text-decoration: underline;
}
.desc:hover {
  text-decoration: none;
}
.top-block.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
}
.top-block.guild .top-name {
  width: 105px;
}
.top-block.guild .score {
  width: 60px;
}
.events {
  line-height: 1.2;
}
.events li {
  border-bottom: 1px solid #843349;
  padding: 15px 0px;
  transition: 0.3s;
}
.events li:hover {
  background: linear-gradient(to bottom, #390b13, #671f39);
  margin: -1px -25px 0px -25px;
  padding: 15px 20px 15px 20px;
  box-shadow: 0px 0px 10px 0px rgba(162, 132, 136, 0.5);
  color: #fd588a;
}
.events li:hover a {
  color: #fd588a;
}
.events li:hover span {
  color: #ad5169;
}
.events li a {
  display: block;
  margin-bottom: 4px;
  color: #fdc3d3;
}
.events li span {
  color: #bfb5ae;
  font-size: 11px;
}
.guides li {
  padding: 15px 0px 12px 0px;
}
.guides li:hover {
  margin: -3px -25px 0px -25px;
}
.guides li a {
  color: #fff;
}
.banner-block {
  min-height: 160px;
}
.banner-block img {
  border: 1px solid #b5486d;
}
#toTop {
  background: url(../images/top-button.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 53px;
  right: 150px;
  cursor: pointer;
  display: block;
  z-index: 2;
}
.red-light {
  background: url(../images/red-light-top-bg.jpg) center top no-repeat, url(../images/red-light-bottom-bg.jpg) center bottom no-repeat, url(../images/red-light-bg.jpg) center repeat-y;
}
.red-dark {
  background: url(../images/red-dark-top-bg.jpg) center top no-repeat, url(../images/red-dark-bottom-bg.jpg) center bottom no-repeat;
  background-color: #501d29;
}
.brown-widget {
  background: url(../images/brown-top-bg.jpg) center top no-repeat, url(../images/brown-bottom-bg.jpg) center bottom no-repeat, url(../images/brown-bg.jpg) repeat-y;
  min-height: 450px;
}
.modalx-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.modal_window {
  z-index: 9999;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 20px;
  transform: scale(0.4);
  background: #000;
  width: 1000px;
  height: 540px;
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
  background: url(../images/sidebar-bg.jpg);
}
.close-r {
  display: block;
  position: absolute;
  margin-top: -25px;
  width: 70px;
  height: 70px;
  right: -35px;
  background: url(../images/close_popup.png) no-repeat;
  filter: hue-rotate(50deg);
  -webkit-filter: hue-rotate(50deg);
}
.modal_window iframe {
  border: 0px;
}


.rank-list {
  display: none;
  animation: rank 0.4s ease;
}
.rank-list ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.4s;
  padding: 9px 0px;
}
.rank-list ul li .rank-ava {
  margin: 0px 15px;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.rank-list ul li .rank-name {
  color: #ffafc0;
}
.rank-list ul li .rank-name b {
  color: #fe95ad;
}
.rank-list ul li a {
  display: block;
  width: 100%;
  color: #fff;
  margin-bottom: 4px;
}
.rank-list ul li:hover {
  background: #502338;
  margin: 0px -40px;
  padding: 9px 35px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
.rank-list ul li:hover .rank-ava {
  margin: 0px 25px 0px 15px;
}
.rank-list ul li:before {
  display: none;
}

.rank-list.active {
  display: block;
}

@keyframes rank {
  0% {
    display: none;
    opacity: 0;
    transform: scale(0);
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
}
.footer {
  background: url(../images/footer-bg.webp) center bottom no-repeat;
  height: 310px;
  padding: 40px 20px;
  color: #e0d7c7;
  position: relative;
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  gap: 5px;
}
.footer-section {
  padding: 15px;
  text-align: center;
}
.footer-title {
  color: #fec16a;
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.footer-links a {
  color: #e0d7c7;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 15px;
}
.footer-links a:hover {
  color: #fff;
  transform: translateY(-2px);
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3a1519;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  transform: scale(1.1);
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.copyright {
  font-size: 12px;
  color: #e0f0fd;
}
.copyright a {
  color: #f2a6b8;
}
.btn2 { display: none; -webkit-transition: 0.3s; transition: 0.3s; left: 20px; cursor:pointer;}
.btn2 span { width: 30px; height: 4px; display: block; margin: 6px 0px; background: #fec16a; -webkit-transition: 0.3s; transition: 0.3s; position: relative; }

@media (max-width: 1200px) { 
  .wrapper_web {
    width: 100%;
    padding: 0 15px;
  }
  .menu li a { padding: 0px 20px; font-size: 16px; } 
}
@media (max-width: 993px) { 
  body {
    background-size: contain;
  }
  .container_web {
    flex-direction: column;
    min-height: auto;
  }
  .header_web {
    height: 100px;
    padding: 20px 0;
  }
  .content,
  .sidebar {
    width: 100%;
  }

  .slider {
    display:none;
  }
  .leaves{
      display: none;
  }
  .logo{
      display:none;
  }
  .menu li a { padding: 0px 10px; font-size: 14px; }
  .sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
  }
  .sidebar > * {
    width: 285px !important;
    transform: none !important;
  }
  .download-block,
  .widget,
  .status-block {
    width: 285px !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery li:first-child a {
    width: 285px !important;
  }
  .countdown-block {
      display:none;
  }
  .countdown-block-mobile {
    display:block;
    text-align: center;
    height: 150px;
  }
  .countdown-block-mobile h3 {
    color: #fff;
  }
  .countdown span {
    background: rgba(59, 12, 22, 1);
  }
  .countdown p {
    color: rgba(59, 12, 22, 1);
  }
}
@media (max-width: 769px) { 
  .topMenu-wrapper { display: none; position: fixed; width: 320px; height: 100%; top: 0; left: -320px; background: #501d29; z-index: 3; padding-top: 100px; -webkit-transition: 0.3s; transition: 0.3s; }
  .topMenu-wrapper.active { left: 0px; display: block;}
  .topMenu ul li a {
    height: 40px;
    line-height: 40px;
  }
  .menu { height: calc(100% - 50px); overflow-y: auto; display: block !important; }
  .menu li { display: block; }
  .menu li a { color: #fff; height: auto; line-height: 1; padding: 20px 25px; font-size: 18px; }
  .topMenu { height: 60px; }
  .btn2 { display: block; position: relative; z-index: 14; margin-top: 14px;}
  .btn2.active { left: 250px; }
  .btn2.active span:nth-child(1) { -webkit-transform: rotate(45deg); transform: rotate(45deg); bottom: -9px; }
  .btn2.active span:nth-child(2) { display: none; }
  .btn2.active span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .footer {
    padding: 30px 15px;
  }
  .footer-content {
    
  }
  .footer-section {
    padding: 10px;
  }
  .footer-links {
    flex-direction: column;
    gap: 5px;
  }
  .footer-links li {
    margin: 2px;
  }
  .footer-links a {
    padding: 10px;
  }
  .social-icons {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .widget {
    padding: 15px;
  }
}
@media (max-width: 400px) {
  .sidebar {
    padding: 15px;
  }
  .sidebar > * {
    width: 100% !important;
    max-width: 285px;
  }
}
.accordion-body {
  display: none;
}
.accordion-item.active .accordion-body {
  display: block;
}