@charset "UTF-8";
@font-face {
  font-family: 'Cambria';
  src: url("../fonts/Cambria-Italic.eot");
  src: local("Cambria Italic"), local("Cambria-Italic"), url("../fonts/Cambria-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cambria-Italic.woff") format("woff"), url("../fonts/Cambria-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Cambria';
  src: url("../fonts/Cambria-Bold.eot");
  src: local("Cambria Bold"), local("Cambria-Bold"), url("../fonts/Cambria-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Cambria-Bold.woff") format("woff"), url("../fonts/Cambria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: url("../fonts/Cambria.eot");
  src: local("Cambria"), url("../fonts/Cambria.eot?#iefix") format("embedded-opentype"), url("../fonts/Cambria.woff") format("woff"), url("../fonts/Cambria.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: url("../fonts/Cambria-BoldItalic.eot");
  src: local("Cambria Bold Italic"), local("Cambria-BoldItalic"), url("../fonts/Cambria-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cambria-BoldItalic.woff") format("woff"), url("../fonts/Cambria-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
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;
}

html {
  height: 100%;
  min-height: 100vh;
}

body {
  width: 100%;
  background-color: #0c0902;
  font-family: 'Cambria';
  font-size: 14px;
  color: #fffdfd;
  height: 100%;
  min-height: 100vh;
}

a {
  transition: all 0.3s ease;
  color: #d8d0cc;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 25px;
}

h1, h2, h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

table {
  width: 100%;
  margin-bottom: 15px;
}
table td {
  border-collapse: collapse;
  padding: 5px;
  border: 1px solid rgba(134, 85, 39, 0.7);
}

caption {
  margin-bottom: 15px;
}

select {
  background: rgba(253, 241, 203, 0.1);
  border: 1px solid rgba(192, 207, 202, 0.2);
  color: #faf9f8;
  position: relative;
  font-size: 18px;
  min-width: 600px;
  font-family: 'Cambria';
  min-width: 250px;
  margin-bottom: 20px;
  padding: 6px 40px 6px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/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;
}
select option {
  color: #000;
}

input, textarea {
  background: rgba(253, 241, 203, 0.1);
  border: 1px solid rgba(192, 207, 202, 0.2);
  color: #faf9f8;
  padding: 12px 40px;
  position: relative;
  font-size: 18px;
  min-width: 600px;
  font-family: 'Cambria';
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d4c790;
  background: rgba(168, 162, 148, 0.25);
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 14px 60px;
  font-family: 'Cambria';
}
button:hover, .button:hover {
  background: #fff0b5;
  color: #584d33;
}

.h-v {
  height: auto;
}

.button {
  display: inline-block;
  text-decoration: none;
}

.white {
  background: rgba(250, 248, 241, 0.2);
  border: 1px solid rgba(210, 210, 203, 0.8);
  font-size: 24px;
  font-weight: bold;
}
.white:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(241, 241, 240, 0), #f1f1f0, rgba(241, 241, 240, 0));
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
}
.white:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(241, 241, 240, 0), #f1f1f0, rgba(241, 241, 240, 0));
  width: 100%;
  height: 2px;
  top: -1px;
  left: 0px;
  box-shadow: 0px 0px 10px 0px rgba(250, 237, 185, 0.5);
}
.white:hover {
  background: #faf8f1;
  color: #393a40;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #faf9f8;
}

::-moz-placeholder {
  color: #faf9f8;
}

:-moz-placeholder {
  color: #faf9f8;
}

:-ms-input-placeholder {
  color: #faf9f8;
}

.container {
  width: 1050px;
  margin: 0 auto;
  opacity: 0;
  transition: 1.5s;
}
.container > .title-top {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 70px;
}
.container > .title-top:after {
  content: "";
  position: absolute;
  background: url(../images/title-bg.png) no-repeat;
  width: 1138px;
  height: 28px;
  left: 50%;
  margin-left: -570px;
  bottom: 0px;
}
.container.container-p {
  padding-bottom: 110px;
  opacity: 1 !important;
  transition: 0s !important;
}
.container img {
  max-width: 1010px;
}

.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;
}

.bright:hover {
  filter: brightness(120%);
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #585e63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next, .swiper-button-prev {
  height: 92px;
  width: 50px;
  margin-top: -25px;
  background-size: auto;
}

.swiper-button-next {
  background-image: url(../images/next-arrow.png);
  right: 65px;
}

.swiper-button-prev {
  background-image: url(../images/prew-arrow.png);
  left: 65px;
}

.logo a {
  position: fixed;
  display: block;
  top: 35px;
  left: 40px;
  z-index: 20;
}

.hide {
  display: none;
}

.hide + label ~ div {
  display: none;
}

.lang-block {
  position: fixed;
  display: block;
  top: 40px;
  right: 80px;
  z-index: 21;
  transition: 0.5s;
}
.lang-block:after {
  border: 6px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -5px;
  content: '';
}
.lang-block img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0);
}
.lang-block img:hover {
  border: 2px solid white;
}

.right-p {
  right: 360px;
}

.hide + label {
  cursor: pointer;
}

.hide:checked + label + div {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  right: 0px;
  top: 40px;
  display: block;
  animation: hiden 0.3s linear;
}
.hide:checked + label + div a {
  display: block;
  text-align: center;
  padding: 10px 10px;
}

@keyframes hiden {
  0% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  1% {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.right-menu {
  position: absolute;
  z-index: 99;
  height: 100%;
  right: 0px;
}

.hide-menu {
  display: none;
}

.nav-toggle {
  position: fixed;
  display: block;
  top: 43px;
  right: 40px;
  z-index: 22;
  cursor: pointer;
  transition: 0.5s;
}
.nav-toggle span {
  width: 19px;
  height: 3px;
  background: #fff;
  border-radius: 1px;
  display: block;
  margin-bottom: 4px;
  position: relative;
  transition: 0.3s;
}

.nav {
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  right: -280px;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
}
.nav a {
  text-decoration: none;
  color: #fff;
}
.nav ul {
  padding: 50px 0px 0px 55px;
}
.nav ul li {
  padding: 10px 0px;
}
.nav ul li a {
  font-size: 18px;
  padding: 10px 0px;
  display: block;
}
.nav ul li a:hover {
  color: #af9768;
}

.hide-menu:checked ~ .nav {
  right: 0;
  overflow-y: auto;
}

.hide-menu:checked ~ .nav .nav-toggle {
  right: 315px;
}

.hide-menu:checked ~ .nav .first {
  transform: rotate(45deg);
  top: 7px;
}

.hide-menu:checked ~ .nav .second {
  display: none;
}

.hide-menu:checked ~ .nav .third {
  transform: rotate(-45deg);
  bottom: 0px;
}

.menu-download-button {
  position: relative;
  background-color: #ad9564;
  width: 100%;
  border-bottom: 1px solid #f7e4c0;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0px;
}
.menu-download-button:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to right, rgba(221, 214, 196, 0), #ddd6c4, rgba(221, 214, 196, 0));
  height: 2px;
  width: 100%;
}

.download-button {
  background: url(../images/download-button.png) no-repeat;
  width: 542px;
  height: 113px;
  line-height: 113px;
  text-align: center;
  display: block;
  color: #fafcfe;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-bottom: 40px;
}

.intro {
  align-items: flex-end;
  padding-bottom: 120px;
}

.news {
  flex-wrap: wrap;
}
.news-block {
  width: 505px;
  height: 250px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #949ea7;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 40px;
}
.news-block_info {
  position: absolute;
  text-align: left;
  left: 0px;
  bottom: 0px;
  padding: 30px 35px;
}
.news-block_info h2 {
  margin-bottom: 5px;
  font-size: 20px;
}
.news-block_info span {
  color: #fff;
  font-size: 18px;
}

.game-center {
  background: rgba(194, 183, 137, 0.24);
  border: 1px solid #cabe8e;
  width: 470px;
  height: 581px;
  position: relative;
  transition: 0.3s;
}
.game-center:hover {
  background: radial-gradient(#e3d39e, #917d5e);
}
.game-center:after {
  content: "";
  background: url(../images/character.png) no-repeat;
  width: 555px;
  height: 696px;
  position: absolute;
  left: -55px;
  bottom: 0px;
  z-index: 2;
}
.game-center:before {
  content: "";
  background: linear-gradient(to top, rgba(102, 97, 82, 0.9), rgba(102, 97, 82, 0));
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}
.game-center_info {
  position: absolute;
  width: 100%;
  height: 110px;
  background-color: rgba(70, 64, 49, 0.5);
  left: 0px;
  bottom: 1px;
  z-index: 4;
  padding-left: 53px;
  color: #fff;
}
.game-center_text {
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
}
.game-center_text p {
  margin-bottom: 10px;
  font-size: 24px;
}

.play-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f6e6a5;
  position: relative;
  margin-right: 30px;
}
.play-icon:after {
  border: 6px solid transparent;
  border-left-color: #f6e6a5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -5px;
  content: '';
}

.game-block_m {
  background-color: rgba(194, 183, 137, 0.24);
  background-repeat: no-repeat;
  background-position: top 75px center;
  border: 1px solid #cabe8e;
  width: 273px;
  height: 284px;
  position: relative;
  transition: all 0.3s;
  display: block;
  margin-bottom: 13px;
  padding-top: 183px;
  font-size: 20px;
  font-weight: bold;
  color: #f6e6a5;
  text-transform: uppercase;
  line-height: 1.2;
}
.game-block_m.game-s {
  background-image: url(../images/game-icon.png);
}
.game-block_m.epic-r {
  background-image: url(../images/epic-icon.png);
}
.game-block_m.events-l {
  background-image: url(../images/events-icon.png);
}
.game-block_m.guides {
  background-image: url(../images/guides-icon.png);
}
.game-block_m:hover {
  background-color: #fff0b5;
  color: #534d34;
}
.game-block_m:hover.game-s {
  background-image: url(../images/game-icon_hover.png);
}
.game-block_m:hover.epic-r {
  background-image: url(../images/epic-icon-hover.png);
}
.game-block_m:hover.events-l {
  background-image: url(../images/events-icon-hover.png);
}
.game-block_m:hover.guides {
  background-image: url(../images/guides-icon-hover.png);
}

.media {
  margin-bottom: 100px;
}
.media-l {
  width: 539px;
  flex-wrap: wrap;
}
.media-r {
  width: 511px;
  flex-wrap: wrap;
}
.media a {
  display: block;
  position: relative;
}
.media a:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  transition: 0.3s;
}
.media a:after {
  content: "";
  background: url(../images/more-icon.png) center no-repeat;
  background-color: #000;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -42px;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}
.media a:hover:before {
  background: rgba(0, 0, 0, 0.6);
}
.media a:hover:after {
  opacity: 1;
}
.media img {
  display: block;
}

.footer {
  background: url(../images/media-dop-bg.png) repeat-x;
  height: 116px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  color: #cdc3bb;
  font-size: 12px;
  padding-top: 20px;
}
.footer img {
  margin-right: 60px;
}

.page-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/page-bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 100%;
}

.page-container {
  padding-top: 140px;
  height: 100%;
  font-size: 18px;
  color: #faf9f8;
}
.page-container p {
  margin-bottom: 35px;
}
.page-container h2 {
  margin-bottom: 11px;
}

.title-page {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
}
.title-page:after {
  content: "";
  background: url(../images/page-title-icon.png) no-repeat;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -11px;
  width: 346px;
  height: 25px;
  margin-left: 25px;
}

#check {
  display: none;
}

.check-in {
  background: rgba(253, 241, 203, 0.1);
  border: 1px solid rgba(192, 207, 202, 0.2);
  width: 23px;
  height: 18px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.check-in:after {
  content: "";
  background: url(../images/arrow-v.png) no-repeat;
  position: absolute;
  width: 8px;
  height: 5px;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -2px;
  display: none;
}

#check:checked ~ .check-in:after {
  display: block;
}

.agree {
  font-size: 18px;
  color: #fff;
}

.check-ag {
  margin-bottom: 40px;
}

.tab-b {
  border: 1px solid #b7beb9;
  padding: 15px 30px;
  font-weight: bold;
  color: #faf9f8;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 18px;
}
.tab-b.active {
  background-color: #fff0b5;
  border: 1px solid #fff0b5;
  color: #584d33;
}
.tab-b.active:hover {
  background: rgba(255, 240, 181, 0.5);
}
.tab-b:hover {
  background: rgba(255, 255, 255, 0.1);
}
.tab-b span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
}
.tab-b.torrent {
  background: url(../images/torrent-icon.png) left 30px center no-repeat;
  background-color: #fff0b5;
  padding: 15px 0px 15px 90px;
}
.tab-b.torrent:hover {
  background: url(../images/torrent-icon.png) left 30px center no-repeat;
  background-color: rgba(255, 240, 181, 0.5);
}
.tab-b.mega {
  background: url(../images/mega-icon.png) left 30px center no-repeat;
  padding: 15px 0px 15px 90px;
}
.tab-b.mega:hover {
  background: url(../images/mega-icon.png) left 30px center no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
}

.tab-links {
  margin-bottom: 50px;
}
.tab-links a {
  justify-content: center;
}

.tab-link {
  width: 210px;
  cursor: pointer;
}

.game-client {
  background: url(../images/title-bg.png) left bottom no-repeat;
  background-size: 630px 16px;
  padding-bottom: 60px;
}

.download-block {
  margin-bottom: 32px;
}

.swiper-slide-active .container {
  opacity: 1;
}

.tab-block {
  display: none;
}

.tab-block.active {
  display: block;
}

.container-bg {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 15px;
}

.modal_div {
  width: 820px;
  height: 520px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
  display: none;
  opacity: 0;
  z-index: 5;
  padding: 10px 10px;
}

.modal_div .modal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  font-size: 26px;
  top: -30px;
  right: -40px;
  cursor: pointer;
  display: block;
  font-family: 'Arial';
}

/* Пoдлoжкa */
#overlay {
  z-index: 3;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

/*# sourceMappingURL=style.css.map */
