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;
  vertical-align: baseline;
}
/* 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(../img/top-bg.jpg) top center no-repeat, url(../img/bottom-bg.jpg) bottom center no-repeat;
  background-color: #23201e;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #7b756c;
  min-height: 100vh;
  top:30px;
  
}

a {
  transition: all 0.3s ease;
  color: #977e5c;
}

a:hover, button:hover, .button:hover {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3 {
  color: #cd9e48;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}

h1 {
  font-size: 20px;
  margin-bottom: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}



caption {
  margin-bottom: 15px;
}

select {
  background: url(../img/textarea-bg.jpg);
  background-color: #100f0e;
  min-width: 200px;
  border: 1px solid #413b37;
  color: #b7b7b7 !important;
  box-shadow: 1px 1px 0px 0px #966754, -1px -1px 0px 0px #966754;
  margin-bottom: 15px;
  padding: 6px 40px 6px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../img/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
}

input {
  background: url(../img/input-bg.png) no-repeat;
  border: none;
  color: #b7b7b7;
  position: relative;
  text-align: center;
  font-size: 13px;
  min-width: 265px;
  height: 51px;
  font-family: 'Lato', sans-serif;
}
input[type='checkbox']{
	background:none;
	min-width: 5px !important; 
  height: 5px !important;
}
textarea {
  background: url(../img/textarea-bg.jpg);
  border: 2px solid #413b37;
  min-width: 260px;
  min-height: 100px;
  padding: 10px;
  color: #b7b7b7 !important;
  box-shadow: 1px 1px 0px 0px #966754, -1px -1px 0px 0px #966754;
  font-size: 13px;
}

.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../img/button.png) no-repeat;
  border: none;
  width: 101px;
  height: 27px;
  line-height: 27px;
  color: #ffffff !important;
  font-size: 10px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  box-shadow: 0px 0px 10px 1px rgba(218, 152, 5, 0.3);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
button:hover, .button:hover {
  filter: brightness(120%);
}

.button {
  display: inline-block;
  text-decoration: none;
}

.button-brown {
  background: url(../img/burron-brown.png) no-repeat;
  width: 127px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.5);
}

.read-more {
  background: url(../img/button-read-more.png) no-repeat;
  width: 111px;
  height: 37px;
  line-height: 37px;
  box-shadow: none;
}
.read-more:hover {
  background: url(../img/button-read-more.png) 0px -37px no-repeat;
}

.bright:hover {
  filter: brightness(120%);
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #736c68;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #736c68;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #736c68;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #736c68;
  text-transform: uppercase;
}

.wrapper_web {
  width: 1175px;
  margin: 0 auto;
  position: relative;
}

.container_web {
  min-height: 720px;
  display: flex;
  box-shadow: 0px 23px 10px 1px rgba(0, 0, 0, 0.1);
}

.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;
}

/* Header
-----------------------------------------------------------------------------*/
.top-panel {
  width: 100%;
  position: fixed;
  z-index: 10;
  background: #141211;
  height: 54px;
  border-top: 1px solid #060505;
}
.top-panel a {
  text-decoration: none;
  margin-left: 3px;
}
.top-panel__wrapper {
  width: 1175px;
  margin: 0 auto;
  position: relative;
}
.top-panel__block {
  padding: 0px 20px;
  position: relative;
  height: 54px;
}
.top-panel__block:after {
  content: "";
  background: url(../img/top-border.png) no-repeat;
  height: 54px;
  width: 2px;
  position: absolute;
  right: -2px;
  top: 0px;
}
.top-panel__block-r {
  padding: 0px 15px;
  position: relative;
  height: 54px;
}
.top-panel__block-r:after {
  content: "";
  background: url(../img/top-border.png) no-repeat;
  height: 54px;
  width: 2px;
  position: absolute;
  left: -2px;
  top: 0px;
}
.top-panel_info {
  font-weight: 400;
  color: #4f4f4f;
}
.top-panel_info img {
  margin-right: 10px;
}
.top-panel_info .welcome {
  margin-right: 20px;
}
.top-panel_info .welcome a {
  margin-left: 3px;
}
.top-panel__social-block a {
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-left: 7px;
}
.top-panel__social-block a:hover {
  filter: hue-rotate(25deg);
}
.top-panel__social-block .vk {
  background: url(../img/social-icons.png) 0px 0px no-repeat;
}
.top-panel__social-block .fb {
  background: url(../img/social-icons.png) -35px 0px no-repeat;
}
.top-panel__social-block .tw {
  background: url(../img/social-icons.png) -72px 0px no-repeat;
}
.top-panel__social-block .yt {
  background: url(../img/social-icons.png) -107px 0px no-repeat;
}
.top-panel_time {
  font-weight: 700;
  padding: 0px 20px;
}
.top-panel_time .time-name {
  color: #c9b05a;
}
.top-panel_time .time {
  color: #867e7a;
  margin-left: 12px;
}
.top-panel__lang-block {
  padding-bottom: 3px;
}

.main-item {
  font-size: 10px;
  font-weight: 700;
  color: #c38e00;
}
.main-item img {
  margin-bottom: -3px;
  margin-right: 3px;
}
.main-item .arrow-v {
  background: url(../img/arrow-v.png) no-repeat;
  width: 8px;
  height: 5px;
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 3px;
}

.hide-block {
  display: block;
  position: absolute;
  top: 53px;
  right: 0px;
  background: #141211;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.hide-block li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 12px;
}
.hide-block li a:hover {
  color: #c38e00;
  background: rgba(0, 0, 0, 0.2);
}
.hide-block li a img {
  margin-right: 10px;
}

.main-item:focus ~ .hide-block, .main-item:active ~ .hide-block {
  opacity: 1;
  visibility: visible;
}

.header_web {
  height: 900px;
  position: relative;
}
.header__logo {
  position: absolute;
  top: 50px;
  left: -15px;
}
.header__block-bottom {
  height: 364px;
  width: 1175px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: 1px solid #141211;
  margin-top:200px;
}
.block-bottom-page {
  height: 99px;
}
.block-bottom-page .menu-block {
  height: 99px;
}
.header__block-bottom-left {
  width: 814px;
}
.header__block-bottom-right {
  width: 361px;
}

.header-home {
  height: 1050px;
}

.menu-block {
  background: #141311;
  height: 100px;
  width: 100%;
}

.menu li {
  display: inline-block;
  width: 87px;
  text-align: center;
}
.menu li a {
  position: relative;
  text-decoration: none;
  color: #626262;
  text-transform: uppercase;
  display: block;
  padding-top: 58px;color: #c9b05a;
}
.menu li a:hover {
  color:red !important;
}
.menu li a:hover:after {
  content: "";
  position: absolute;
  background: #6cbc01;
  height: 2px;
  width: 54px;
  left: 18px;
  bottom: -6px;
}
.menu li a:before {
  content: "";
  width: 51px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 0px;
}
.menu li:nth-child(1) a:before {
  background: url(../img/menu-icons.png) 0px 0px no-repeat;
}
.menu li:nth-child(2) a:before {
  background: url(../img/menu-icons.png) -90px 0px no-repeat;
}
.menu li:nth-child(3) a:before {
  background: url(../img/menu-icons.png) -180px 0px no-repeat;
}
.menu li:nth-child(4) a:before {
  background: url(../img/menu-icons.png) -272px 0px no-repeat;
}
.menu li:nth-child(5) a:before {
  background: url(../img/menu-icons.png) -362px 0px no-repeat;
}
.menu li:nth-child(6) a:before {
  background: url(../img/menu-icons.png) -453px 0px no-repeat;
}
.menu li:nth-child(7) a:before {
  background: url(../img/menu-icons.png) -544px 0px no-repeat;
}
.menu li:nth-child(8) a:before {
  background: url(../img/menu-icons.png) -634px 0px no-repeat;
}
.menu li:nth-child(9) a:before {
  background: url(../img/menu-icons.png) -725px 0px no-repeat;
}
.menu .active a {
  color: #fff;
}
.menu .active a:after {
  content: "";
  position: absolute;
  background: #6cbc01;
  height: 2px;
  width: 54px;
  left: 10px;
  bottom: -6px;
}

.swiper-one {
  width: 814px;
  height: 280px;
}

.swiper-one .swiper-slide {
  background-color: #141211;
}

.slider-info {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: -30px;
  width: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 15px;
  transition: all 1s;
}
.slider-info span {
  display: block;
  width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}

.swiper-one .swiper-slide-active .slider-info {
  bottom: 0px;
}

.swiper-one .swiper-pagination {
  display: flex;
  align-items: center;
}

.swiper-one .swiper-pagination-bullet {
  background: #717171;
  width: 6px;
  height: 6px;
  margin: 0px 6px !important;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
}

.swiper-one .swiper-pagination-bullet-active {
  background: #ffb337 !important;
  height: 8px !important;
  width: 8px !important;
}

.swiper-one .slider-button {
  position: absolute;
  right: 137px;
  bottom: 58px;
}

.swiper-two {
  width: 330px;
  height: auto;
  position: absolute;
  top: 410px;
  left: 0px;
}

.swiper-two .swiper-wrapper {
  padding-bottom: 35px;
}

.swiper-two .swiper-slide h1 {
  color: #e8e8e8;
  font-size: 25px;
  margin-bottom: 14px;
}
.swiper-two .swiper-slide p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.3;
  color: #7d7d7d;
}

.swiper-two .swiper-pagination {
  display: flex;
  align-items: center;
  width: 330px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.swiper-two .swiper-pagination-bullet {
  background: #908f8f;
  width: 51px;
  height: 3px;
  margin-right: 23px !important;
  cursor: pointer;
  opacity: 1;
}

.swiper-two .swiper-pagination-bullet-active {
  background: #c37728 !important;
}

.swiper-two .slider-button {
  position: absolute;
  right: 137px;
  bottom: 58px;
}

.download-button a {
  background: url(../img/download-bg.jpg) no-repeat;
  width: 361px;
  height: 99px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  flex-wrap: wrap;
  align-content: center;
  font-size: 16px;
  color: #302d0e;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
  position: relative;
}
.download-button a:after {
  content: "";
  background: url(../img/download-icon.png) no-repeat;
  position: absolute;
  width: 80px;
  height: 93px;
  left: 10px;
  top: 4px;
}
.download-button a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  margin-bottom: 2px;
  padding-left: 35px;
  font-weight: bold;
  font-family: Candara,sans-serif;
}

.servers-block {
  background: #141311;
}

.server {
  background: url(../img/status-bg.jpg) no-repeat;
  width: 361px;
  height: 66px;
  padding-top: 6px;
  padding-left: 16px;
  font-weight: 300;
}
.server .percent {
  font-size: 17px;
  color: #d6d6d6;
  width: 47px;
  display: block;
}
.server .server-status {
  width: 282px;
}
.server .server-status-name {
  color: #999593;
  margin-bottom: 5px;
  padding: 0px 5px 0px 1px;
}
.server .server-status-name span {
  color: #c0bfbf;
}
.server .progress-bg {
  background: url(../img/offline-bar.png) no-repeat;
  width: 282px;
  height: 18px;
}
.server .progress-bg span {
  width: 282px;
  height: 18px;
  background: url(../img/progress-bar.png) no-repeat;
  display: block;
  animation: progress-width 1.5s linear;
}

@keyframes progress-width {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}

.right-sidebar {
  width: 400px;
}
.right-sidebar-title{
  margin-bottom: 25px;
}
.title-small{
  color: #aaa79e;
}
/* Middle
-----------------------------------------------------------------------------*/
.content-page {
  padding: 20px 20px;
  line-height: 1.3;
}



.block-info {
  margin-bottom: 80px;
}
.block-info > div {
  width: 540px;
}

.info-filled {
  margin-bottom: 50px;
}

.info-game {
  margin-bottom: 85px;
}

.content {
  background: url(../img/container-bg.png) bottom center no-repeat;
  background-color: #100f0e;
  width: 100%;
}
.content p {
  line-height: 1.5;
}
.content__news-block {
  position: relative;
  z-index: 5;
  perspective: 2000px;
}
.content__news-block .news {
  width: 294px;
  height: 450px;
  background-color: #141211;
  padding-bottom: 25px;
  position: relative;
  transform: rotateX(0deg);
  transition: all 0.5s;
}
.content__news-block .news:hover {
  transform: rotateX(5deg);
}
.content__news-block .news:nth-child(3n) {
  z-index: 1;
}
.content__news-block .news:nth-child(2n) {
  background-color: #1a1614;
}
.content__news-block .news:nth-child(2n) .news-img:after {
  background: linear-gradient(to top, #1a1614 15%, rgba(26, 22, 20, 0.9) 30%, rgba(26, 22, 20, 0.4) 80%, rgba(26, 22, 20, 0));
}
.content__news-block .news-img {
  position: relative;
  height: 240px;
  width: 294px;
}
.content__news-block .news-img:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 294px;
  height: 80%;
  background: linear-gradient(to top, #141211 15%, rgba(20, 18, 17, 0.9) 30%, rgba(20, 18, 17, 0.4) 80%, rgba(20, 18, 17, 0));
}
.content__news-block .news-info {
  position: absolute;
  padding: 0px 25px;
  width: 100%;
  bottom: 80px;
  left: 0px;
  height: 150px;
  overflow: hidden;
}
.content__news-block .news-button {
  position: absolute;
  padding: 0px 25px;
  width: 100%;
  bottom: 20px;
  left: 0px;
}
.content__news-block .news-button span {
  color: #786756;
  font-size: 10px;
}

.content__page-home {
  /*padding: 30px 23px;*/
  flex-wrap: wrap;
}

.desc {
  width: 100%;
  padding: 22px;
  border: 1px solid #3e3216;
  margin-bottom: 18px;
}
.desc span {
  color: #cd9332;
}

.preview {
  position: relative;
  transition: 0.4s;
  box-shadow: inset 0px 0px 50px 20px rgba(61, 61, 61, 0.5);
}
.preview img {
  opacity: 0.5;
  transition: 0.3s;
}
.preview:after {
  content: "";
  background: url(../img/play-icon.png) no-repeat;
  background-color: rgba(20, 18, 17, 0.8);
  border-radius: 50%;
  position: absolute;
  width: 65px;
  height: 65px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.preview:hover {
  box-shadow: inset 0px 0px 50px 30px rgba(61, 61, 61, 0);
}

.video-top-block {
  width:700px;
}

.video-top-block-preview {
  width: 560px;
  height: 287px;
}

.game-img {
  width: 273px;
  height: 163px;
  margin-bottom: 23px;
}
.game-img:after {
  content: "";
  background: url(../img/play-icon.png) no-repeat;
  background-size: 42px 42px;
  background-color: #080a07;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  cursor: pointer;
}

.game-block {
  width: 100%;
}

.game {
  width: 273px;
}
.game h3 {
  color: #ccccb6;
  font-size: 14px;
}

.forum-block {
  margin-bottom: 12px;
  width: 660px;
	margin-left: 5px;
}
.forum-block ul li {
  display: flex;
  align-items: center;
  height: 48px;
  border-bottom: 1px solid #262221;
  padding-left: 3px;
}

.forum-block ul li .news-cat {
  color: #d5a635;
  text-transform: uppercase;
  padding: 8px 16px;
  border: 1px solid #795f20;
}
.forum-block ul li p {
  margin-bottom: 0px;
  width: 380px;
  padding-left: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.last-news{
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.last-news-1{
  padding-top: 10px;
  padding-bottom: 25px;
}

.last-news-img{
  width: 672px;
  height: 200px;
  margin-bottom: 30px;
}

.last-news-title{
  margin-bottom: 15px;
}

.last-news-title h3{
    margin-top: 20px;
    margin-bottom: 15px;
}

.last-news-time{
  color: #55544a;
  font-size: 12px;
}

.last-news-text{
  line-height: 18px;
  color: #d4cdc5;
  border-bottom: 1px solid #272727;
  padding-bottom: 35px;
}


.last-news-text a:hover{
  text-decoration: underline;
}

.read-more{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -44px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 280px;
  position: relative;
}

.f-menu {
  position: absolute;
  top: 82px;
  left: 0px;
  width: 1175px;
}
.f-menu ul {
  width: 530px;
}
.f-menu ul li {
  display: inline-block;
}
.f-menu ul li a {
  color: #626262;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
}
.f-menu ul li a:hover {
  color: #fff;
}
.f-menu .f-menu-left {
  text-align: right;
}
.f-menu .f-menu-left li {
  margin-left: 45px;
}
.f-menu .f-menu-right li {
  margin-right: 45px;
}

.toTop {
  background: url(../img/up-icon.png) no-repeat;
  width: 80px;
  height: 93px;
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -39px;
  cursor: pointer;
}



.f-info {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 1175px;
}

.copyright {
  line-height: 1.3;
  color: #564d44;
  font-weight: 400;
}
.copyright a {
  text-decoration: none;
  color: #ecf1fd;
  font-weight: 400;
}

.modal-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 999;
  display: none;
}

.modal-block {
  background:url(../img/modal-repeat-bg.png) center repeat-y;
  width: 367px;
  min-height: 260px;
  position: absolute;
  top: -240px;
  padding: 20px 25px 25px 25px;
  transform: scale(0);
  animation: open 0.4s linear;
}
.modal-block:before {
  content: "";
  position: absolute;
  width: 367px;
  height: 88px;
  bottom: -12px;
  left: 0px;
  background:url(../img/modal-bottom-bg.png) no-repeat;
}
.modal-block:after {
  content: "";
  position: absolute;
  width: 367px;
  height: 96px;
  top: -10px;
  left: 0px;
  background:url(../img/modal-top-bg.png) no-repeat;
}
.modal-block-content {
  position: relative;
  z-index: 10;
}
.modal-block h1 {
  text-align: center;
  color: #d5a635;
}
.modal-block form {
  width: 240px;
  margin: 0 auto;
}
.modal-block form input {
  margin-left: -13px;
}

.formgroup {
  margin-bottom: 14px;
}

.modal-buttons {
  margin-top: 25px;
}
.modal-buttons span {
  width: 130px;
  display: block;
  padding-left: 5px;
}
.modal-buttons span a {
  text-decoration: none;
  color: #7a7674;
  font-size: 12px;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.modal-buttons span a:hover {
  color: #a3a3a3;
}

.modal-dialog:target {
  display: flex;
}

.modal-dialog:target .modal-block {
  top: 240px;
  transform: scale(1);
}

@keyframes open {
  0% {
    top: -240px;
    transform: scale(0);
  }
  100% {
    top: 240px;
    transform: scale(1);
  }
}
.close-icon {
  background: url(../img/close-icon.png) no-repeat;
  position: absolute;
  right: -10px;
  top: -18px;
  width: 15px;
  height: 17px;
  display: block;
}


.top-block {
  width: 100%;
  color: #f59eb8;
}
.top-list span {
  display: block;
  padding-bottom: 1px;
}

.top-list img { width:20px;}

.top-list .top-number {
  width: 25px  !important;
  margin-left: 2px;
}
.top-list .top-flag {
  width: 25px;
  padding-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.top-list .top-name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-list .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-list .top-lvl {
  width: 55px;
  color:white;
}
.top-list .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(254,193,106, 0.5);
  transition: 0.3s;
}
.top-list a {
  color: #fff;
}
.top-list:hover {
  background: linear-gradient(to bottom, #bec44e,#717522);
  margin: -1px -15px 0px -15px;
  padding: 0px 35px 0px 35px;
  box-shadow: 0px 0px 10px 0px rgba(254,193,106, 0.5);
  height: 37px;

}

.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;
}
.tab-links {
  margin: 10px 0px;
  padding-bottom: 10px;
}
.tab-links a {
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  margin: 0px 3px;
}
.tab-links a.active {
  color: #ffafc0;
}

#CDT {
    font-size: 48px;
    color: #ffd672;
    text-shadow: 2px 2px 2px #000;
    font-family: 'Oranienbaum', serif;
}

#CDT .number-wrapper {
    margin: 0px 7px;
    position: relative;
}

#CDT .number {
    *display: inline;
    *zoom: 1;
    text-align: center;
    width: 40px;
}
#CDT .number:after {
  content: ":";
  position: absolute;
  margin-left: 4px;
}
.number-sec:after {
  display: none !important;
}
       
#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
}
       
.caption {
   font-size: 12px;
   position: absolute;
   bottom: -10px;
   left: 0;
   text-align: center;
   width: 100%;
   color: #ffffff;
   text-transform: lowercase !important;
}
.timer {
  text-align: center;
  padding-top:100px;
position: absolute;
}
.s-start {
  display: block;
  color: #fff;
  font-family: 'Oranienbaum', serif;
  margin-bottom: 5px;
}
 


.content99{
  width: 790px;
}  
.msidebar{
width:280px;
padding-left:60px !important;
}
