
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-height: 100%;
}
body {
  width: 100%;
  font-family: 'Trebuchet MS';
  font-size: 13px;
  color: #494236;
  line-height: 1;
  min-height: 100%;
  min-width: 1280px;
  background-color: black;
}
a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}
a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
h1,
h2,
h3 {
  color: #9d6609;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Metamorphous';
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 14px;
}
table {
  margin-bottom: 20px;
}
table td {
  border-collapse: collapse;
  padding: 10px;
  border: 1px solid #534524;
}
caption {
  margin-bottom: 15px;
}
input,
textarea {
  background: url(../images/input-bg.png) no-repeat;
  border: none;
  width: 579px;
  height: 65px;
  font-size: 15px;
  color: #917460;
  padding: 15px 30px;
  position: relative;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background-color: #0c0906;
  border: 1px solid #54492e;
}
.checkbox label {
  margin-bottom: 15px;
  margin-top: 10px;
}
.checkbox label:before {
  border-radius: 1px;
}
input[type=radio]:checked + label:before {
  content: "";
  background: #948372;
  text-align: center;
}
input[type=checkbox]:checked + label:before {
  content: "";
  background: url(../images/check-icon.png) center no-repeat;
  background-color: #0c0906;
}
label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  font-size: 12px;
  color: #948372;
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button-bg.jpg) center no-repeat;
  background-size: cover;
  height: 38px;
  line-height: 38px;
  border: none;
  color: #f2f2f2;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
  filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 1;
  min-width: 141px;
  padding: 0px 15px;
  font-family: 'Trebuchet MS';
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
button:hover,
.button:hover {
  filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5)) brightness(120%);
  -webkit-filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.5)) brightness(120%);
}
.green-button {
  background: url(../images/green-button-bg.jpg) center no-repeat;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #917460;
}
::-moz-placeholder {
  color: #917460;
}
:-moz-placeholder {
  color: #917460;
}
:-ms-input-placeholder {
  color: #917460;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container h1 {
  background: linear-gradient(#cb983a, #775621);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.flex {
  display: flex;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-c {
  display: flex;
  align-items: center;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section {
  height: 1050px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#section-home {
  background: url(../images/top-fon-bg.jpg) no-repeat center top;
}
#section-news {
  background: url(../images/center-fon-bg.jpg) repeat-y center top 45px;
  padding-top: 110px;
  height: 1095px;
}
#section-media {
  background: url(../images/bottom-fon-bg.jpg) no-repeat center top 30px;
  padding-top: 110px;
  height: 1095px;
}
#section-rating {
  height: 220px;
  padding-top: 80px;
}
.navigation-menu {
  width: 100%;
  height: 45px;
  margin-bottom: -45px;
  position: relative;
  z-index: 15;
  background: url(../images/navigation-bg.jpg) center no-repeat;
}
.section-page {
  height: 500px;
  background: url(../images/top-fon-bg.jpg) center top -200px no-repeat !important;
  box-shadow: inset 0px -10px 20px 1px #060605;
}
.menu {
  text-align: center;
}
.menu li {
  display: inline-block;
}
.menu li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 15px;
}
.navigation-menu .mPS2id-highlight,
.navigation-menu .mPS2id-highlight-last {
  color: #ff9000;
}
.navigation-menu-bottom .mPS2id-highlight {
  color: #fff;
}
.navigation-menu-bottom .mPS2id-highlight-last {
  color: #ff9000;
}
.soc-block {
  position: absolute;
  left: 15px;
  bottom: -7px;
}
.soc-block a {
  height: 29px;
  width: 29px;
  display: inline-block;
  margin-right: 3px;
}
.soc-block .ins {
  background: url(../images/soc-icons.png) -99px 0px no-repeat;
}
.soc-block .fb {
  background: url(../images/soc-icons.png) 0px 0px no-repeat;
}
.soc-block .vk {
  background: url(../images/soc-icons.png) -33px 0px no-repeat;
}
.soc-block .tw {
  background: url(../images/soc-icons.png) -66px 0px no-repeat;
}
.top-panel {
  background: rgba(6, 6, 5, 0.5);
}
.top-panel > div {
  height: 70px;
}
.lk-button {
  cursor: pointer;
  background: url(../images/button-area.png) center no-repeat;
  background-size: cover;
  height: 37px;
  line-height: 37px;
  border: none;
  color: #fff;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
  position: relative;
  min-width: 178px;
  padding: 0px 15px;
  font-family: 'Trebuchet MS';
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-right: -20px;
}
.lang-block {
  position: relative;
  margin-right: 30px;
}
.lang-block:after {
  content: "";
  position: absolute;
  height: 23px;
  width: 1px;
  background: #2a1c10;
  left: calc(50% + 10px);
  top: 0px;
}
.lang-block a {
  display: block;
  text-transform: uppercase;
  color: #fffefc;
  font-size: 10px;
  text-align: center;
  width: 24px;
  margin-left: 20px;
}
.lang-block a:hover {
  margin-top: -3px;
}
.lang-block a img {
  margin-bottom: 3px;
}
.panel-logo {
  margin-right: 30px;
}
.top-menu li {
  margin: 0px 14px;
  position: relative;
}
.top-menu li:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 0px;
  border-right: 1px solid #090604;
  border-left: 1px solid #2a1c10;
}
.top-menu li:first-child {
  margin: 0px 14px 0px 0px;
}
.top-menu li:last-child {
  margin: 0px 0px 0px 14px;
}
.top-menu li:last-child:after {
  display: none;
}
.top-menu li a {
  color: #ffdbb4;
  text-transform: uppercase;
  height: 70px;
  line-height: 70px;
  padding-left: 47px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}
.top-menu li a:hover {
  background-position: left 5px center;
}
.top-menu li:nth-child(1n) a {
  background-image: url(../images/home-icon.png);
}
.top-menu li:nth-child(2n) a {
  background-image: url(../images/registration-icon.png);
}
.top-menu li:nth-child(3n) a {
  background-image: url(../images/download-icon.png);
}
.top-menu li:nth-child(4n) a {
  background-image: url(../images/forum-icon.png);
}
.top-menu li:nth-child(5n) a {
  background-image: url(../images/donate-icon.png);
}
.logo {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 4%;
}
.registration-button {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 32%;
  z-index: 2;
}
.registration-button a {
  background: url(../images/registration-button.jpg) no-repeat;
  width: 330px;
  height: 77px;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7), 0px 5px 5px 0px rgba(0, 0, 0, 0.6);
  color: #371c0e;
  text-transform: uppercase;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 1px 0px rgba(251, 220, 83, 0.4), 5px 5px 15px rgba(251, 220, 83, 0.5), -5px -5px 15px rgba(251, 220, 83, 0.5);
  padding-top: 14px;
}
.registration-button a span {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
}
.stream-block {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 490px;
  z-index: 2;
}
.stream-block a {
  display: block;
  background: url(../images/stream-img.jpg) no-repeat;
  width: 332px;
  height: 170px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.stream-block a:after {
  content: "";
  background: url(../images/play-icon.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
}
.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/fon-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;
}
.status-block {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 60%;
}
.status-block .status-title {
  font-size: 14px;
  color: #9dc70b;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  line-height: 1.3;
}
.status-block .status-title span {
  display: block;
  color: #fdf9e1;
}
.progress-block {
  width: 1045px;
  height: 30px;
  background: #0d0705;
  margin: 0 auto;
  position: relative;
  border-radius: 1px 1px 30px 30px;
  text-align: left;
  padding-top: 1px;
}
.progress-block img {
  height: 25px;
  border-radius: 1px 1px 30px 30px;
}
.progress-block:after {
  content: "";
  position: absolute;
  background: url(../images/progress-bg.png) no-repeat;
  width: 1057px;
  height: 48px;
  left: -5px;
  top: -14px;
}
.players-block {
  justify-content: space-around;
  width: 1060px;
  margin: 0 auto;
  margin-top: 16px;
}
.player-online {
  position: relative;
  text-align: center;
  width: 60px;
  color: #ffe0c8;
  font-weight: bold;
  font-family: 'Trebuchet MS';
  z-index: 8;
}
.player-online:after {
  content: "";
  position: absolute;
  background: url(../images/player-icon.png) no-repeat;
  width: 40px;
  height: 15px;
  top: -21px;
  left: 50%;
  margin-left: -20px;
}
.player-online span {
  display: block;
  font-size: 8px;
  color: #e48134;
  margin-top: 1px;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 945px;
  height: 265px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 915px;
  height: 265px;
}
.slider .slides .slide-info {
  position: absolute;
  padding: 15px;
  bottom: 0px;
  right: 0px;
  width: 300px;
  opacity: 0;
  z-index: 4;
  text-shadow: 1px 1px 1px rgba(255, 250, 246, 0.8);
}
.slider .slides .slide-info h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #5b1f13;
  letter-spacing: -1px;
  line-height: 1.5;
}
.slider .slides .slide-info p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  color: #10100e;
  line-height: 1.3;
}
.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}
.slider .slides .active .slider-date {
  transition: all 2s ease;
  bottom: 40px;
}
.slider .arrows {
  position: absolute;
  height: 60px;
  width: 40px;
  top: 120px;
  z-index: 4;
  cursor: pointer;
  opacity: 0;
  display: none;
}
.slider .next {

  right: -2px;
}
.slider .prev {

  left: 0;
}
.slider .navigation {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 4;
}
.slider .navigation .dot {
  background: url(../images/dot.png) no-repeat;
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 50%;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  background: url(../images/dot-active.png) no-repeat;
}
.news-block {
  width: 1120px;
  margin: 0 auto;
  align-items: baseline;
}
.news-title {
  text-transform: uppercase;
  color: #9d6609;
  font-family: 'Trebuchet MS';
  font-size: 15px;
  margin-bottom: 12px;
}
.news-sidebar {
  width: 245px;
  position: relative;
  color: #2b2b1c;
}
.news {
  width: 550px;
  line-height: 1.4;
}
.news-sidebar-block {
  background-repeat: no-repeat;
  background-size: cover;
  width: 245px;
  height: 460px;
}
.news-sidebar-block span {
  padding: 30px;
  position: absolute;
  bottom: 80px;
  line-height: 1.3;
  height: 235px;
  display: block;
  overflow: hidden;
}
.read-more {
  position: absolute;
  bottom: 30px;
  left: 50px;
  background: url(../images/news-button.png) no-repeat;
  min-width: 147px;
  font-weight: normal;
  color: #e0c6b3;
}
.slider-pro {
  margin: 0px;
}
.slider-pro:after {
  content: "";
  position: absolute;
  height: 88px;
  width: 1px;
  background: #6c615b;
  right: -35px;
  top: -75px;
}
.sp-full-screen-button:before {
  color: #fff;
  opacity: 0.7;
}
.video-block {
  position: absolute;
  top: 510px;
  width: 100%;
}
.video-block h1 {
  text-align: right;
  margin-bottom: 40px;
}
.video {
  width: 283px;
}
.video .video-img {
  position: relative;
  height: 174px;
  display: block;
  cursor: pointer;
  margin-bottom: 23px;
}
.video .video-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 50px 20px rgba(0, 0, 0, 0.9);
}
.video .video-img:after {
  content: "";
  background: url(../images/play-icon.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
}
.video .video-img:hover:before {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 50px 20px rgba(0, 0, 0, 0.7);
}
.video .video-img img {
  width: 283px;
  height: 174px;
}
.video h3 {
  color: #ccccb6;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.video p {
  line-height: 1.4;
  font-size: 14px;
}
.pay-system {
  text-align: center;
  margin-bottom: 25px;
}
.copyright {
  color: #564d44;
  font-size: 12px;
  line-height: 1.3;
  padding: 0px 10px;
}
.copyright a {
  color: #ecf1fd;
  font-size: 12px;
  text-decoration: none;
}
.copyright-logo {
  padding-right: 10px;
}
.content-page {
  min-height: 300px;
  padding: 30px 10px;
  line-height: 1.4;
}
.content-page h1 {
  font-size: 22px;
  color: #9d6609;
}
.content-page h2 {
  font-size: 18px;
}
.content-page h3 {
  font-size: 14px;
}
.content-page img {
  max-width: 1160px;
}
.content-page ul {
  margin-bottom: 20px;
  padding-left: 40px;
}
.content-page ul li {
  margin-bottom: 10px;
  list-style: disc;
  color: #73644b;
}
.content-page a {
  text-decoration: underline;
}
.content-page a:hover {
  text-decoration: none;
}
.select-hidden {
  display: none;
  visibility: hidden;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.select-styled {
  position: relative;
  display: block;
  background: url(../images/input-bg.png) no-repeat;
  padding: 0px 30px;
  width: 579px;
  height: 65px;
  font-size: 15px;
  font-weight: 300;
  color: #917460;
  line-height: 65px;
  cursor: pointer;
}
.select-styled:after {
  position: absolute;
  background: url(../images/custom-select-trigger.png) no-repeat;
  display: block;
  content: '';
  width: 19px;
  height: 13px;
  top: 50%;
  margin-top: -6px;
  right: 30px;
  transition: all 0.4s ease-in-out;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  right: 0;
  border: 1px solid #69582f;
  width: 537px;
  background: #000;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  transition: all 0.4s ease-in-out;
  padding-left: 0px !important;
  z-index: 15;
  animation: select 0.5s ease;
}
.select-options li {
  list-style: none !important;
  margin-bottom: 0px !important;
  position: relative;
  display: block;
  background: #090705;
  padding: 0 22px;
  border-bottom: 1px solid #69582f;
  font-size: 18px;
  color: #917460;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.select-options li:hover {
  background: #000;
  color: #fff;
}
@keyframes select {
  0% {
    display: none;
    opacity: 0;
  }
  10% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.select-options li[rel="hide"] {
  display: none;
}
.amount {
  margin-top: -20px;
  position: relative;
}
.page-section {
  height: 900px;
}
#registration {
  background: url(../images/registration-bg.jpg) center top no-repeat;
}
#home {
  background: url(../images/home-bg.jpg) center top no-repeat;
}
#download {
  background: url(../images/download-bg.jpg) center top no-repeat;
}
.page-container {
  width: 1330px;
  margin: 0 auto;
  position: relative;
  justify-content: flex-end;
}
.bottom-section {
  height: 180px !important;
  padding-top: 30px !important;
}
.left-block {
  width: 238px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.l-logo {
  text-align: center;
  margin: 30px 0px;
}

.l-logo img {
	width: 100%;
    position: relative;
	margin-left: 4px;
}
.l-menu {
  margin-bottom: 15px;
}
.l-menu a {
  display: block;
  position: relative;
  width: 246px;
  height: 52px;
  line-height: 52px;
  color: #ffdbb4;
  text-transform: uppercase;
  font-family: 'Trebuchet MS';
  padding-left: 80px;
}
.l-menu a:hover {
  background: url(../images/menu-hover.jpg) no-repeat;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.l-menu a:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 48px;
  left: 33px;
  top: 50%;
  margin-top: -24px;
}
.l-menu .active a {
  background: url(../images/menu-hover.jpg) no-repeat;
}
.l-menu li:nth-child(1n) a:before {
  background: url(../images/home-icon.png) left no-repeat;
}
.l-menu li:nth-child(2n) a:before {
  background: url(../images/registration-icon.png) left no-repeat;
}
.l-menu li:nth-child(3n) a:before {
  background: url(../images/download-icon.png) left no-repeat;
}
.l-menu li:nth-child(4n) a:before {
  background: url(../images/forum-icon.png) left no-repeat;
}
.l-menu li:nth-child(5n) a:before {
  background: url(../images/donate-icon.png) left no-repeat;
}
.l-soc-block {
  float: none;
  position: relative;
  padding: 7px 0px;
  margin: 0px 2px;
  left: 0px;
  bottom: 0px;
}
.l-soc-block:before {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0px;
  top: 0px;
}
.l-soc-block:after {
  content: "";
  height: 1px;
  width: 80%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.l-soc-block a {
  margin-right: 0px;
  margin-left: 15px;
}
.right-info-block {
  width: 579px;
  padding-top: 65px;
  margin-right: 85px;
  color: #948372;
  font-size: 11px;
}
.right-info-block h1 {
  font-size: 30px;
  background: linear-gradient(#fce698 33%, #7c5f2a, #d4a451 77%);
  -webkit-background-clip: text;
  color: transparent;
  padding-left: 10px;
  margin-bottom: 40px;
}
.right-info-block .in-title {
  display: block;
  font-size: 15px;
  background: linear-gradient(#d0c6bc, #a89e93);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 10px;
}
.right-info-block p {
  margin-bottom: 12px;
}
.login-in {
  background: url(../images/login-icon.png) right 25px center no-repeat, url(../images/input-bg.png) no-repeat;
  padding: 15px 90px 15px 30px;
}
.email-in {
  background: url(../images/email-icon.png) right 25px center no-repeat, url(../images/input-bg.png) no-repeat;
  padding: 15px 90px 15px 30px;
}
.password-in {
  background: url(../images/password-icon.png) right 15px center no-repeat, url(../images/input-bg.png) no-repeat;
  padding: 15px 90px 15px 30px;
}
.checkbox {
  padding-top: 10px;
  padding-left: 20px;
}
.cp-button {
  text-align: center;
  margin-top: 15px;
}
.button-orange {
  background: url(../images/button-orange.png) no-repeat;
  width: 244px;
  height: 57px;
  color: #eddbbb;
}
.donate h1 {
  margin-bottom: 7px;
  padding-left: 80px;
}
.donate-info {
  position: relative;
  text-transform: uppercase;
  color: #887b68;
  font-size: 12px;
  line-height: 18px;
  width: 570px;
  padding-top: 10px;
  left: -20px;
  margin-bottom: 15px;
}
.donate-info span {
  color: #ffdbb4;
  font-size: 15px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.donate-info a {
  color: #fe8832;
  text-decoration: underline;
}
.donate-info a:hover {
  text-decoration: none;
}
.donate-info:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(56, 45, 38, 0), #382d26, rgba(56, 45, 38, 0));
  height: 2px;
  width: 100%;
  top: 0px;
  left: 0px;
}
.donate-info:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(56, 45, 38, 0), #382d26, rgba(56, 45, 38, 0));
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.select-server {
  margin-bottom: 0px;
}
.d-info {
  line-height: 1.4;
  padding-left: 15px;
}
.page-container-download {
  justify-content: flex-start;
}
.download-block {
  width: 643px;
  margin-left: 350px;
}
.d-title {
  width: 643px;
  clear: both;
  padding-left: 25px;
}
.d-title h1 {
  padding-left: 0px;
  margin-bottom: 15px;
}
.d-title .download-info {
  width: auto;
  margin-bottom: 20px;
  padding-left: 25px;
  width: 643px;
}
.step {
  margin-bottom: 20px;
}
.button-small {
  width: 199px;
  height: 46px;
  background-size: 199px 46px;
  color: #eeeeee;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.load-button {
      width: 100%;
    margin-bottom: 30px;
    margin-left: 25px;
}
.step-block {
  display: none;
}
.step-block.active {
  animation: tab 1s ease;
  display: block;
}
@keyframes tab {
  0% {
    display: none;
    opacity: 0;
    transform: scale(0);
  }
  10% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
}
.btn-block.active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.step-block-i {
    text-transform: uppercase;
    padding: 0px 40px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    color: white;
	text-shadow: 1px 1px 0 #000;
}
.step-block-i span {
  color: #ca8337;
  font-size: 17px;
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
  text-shadow: 1px 1px 0 #000;
}
.b-download {
  background: #080807;
  border-top: 2px solid #3f382e;
  border-bottom: 2px solid #3f382e;
  height: 55px;
  padding: 0px 9px 0px 22px;
  font-weight: bold;
  font-size: 14px;
  color: #b9b9a4;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container h1 {
    background: none;
    color: #ab7a2f;
  }
  .right-info-block h1 {
    background: none;
    color: #ebcb83;
  }
  .right-info-block .in-title {
    background: none;
    color: #c7bdb2;
  }
}
/*# sourceMappingURL=style.css.map */