@charset "UTF-8";

/* fonts */
/* -------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: DIN Next W1G Regular;
  src: url("../fonts/DINNextW1G_Regular.eot");
  src: local("☺"), url("../fonts/DINNextW1G_Regular.woff") format("woff"), url("../fonts/DINNextW1G_Regular.ttf") format("truetype"), url("../fonts/DINNextW1G_Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DIN Next W1G Medium;
  src: url("../fonts/DINNextW1G_Medium.eot");
  src: local("☺"), url("../fonts/DINNextW1G_Medium.woff") format("woff"), url("../fonts/DINNextW1G_Medium.ttf") format("truetype"), url("../fonts/DINNextW1G_Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DIN Next W1G Bold;
  src: url("https://x3.l2etina.com/fonts/DINNextW1G_Bold.eot");
  src: local("☺"), url("https://x3.l2etina.com/fonts/DINNextW1G_Bold.woff") format("woff"), url("https://x3.l2etina.com/fonts/DINNextW1G_Bold.ttf") format("truetype"), url("https://x3.l2etina.com/fonts/DINNextW1G_Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* settings */
/* -------------------------------------------------------------------------------------------------------------------- */
html,
body,
header,
nav,
section,
aside,
article,
footer,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: DIN Next W1G Regular;
  color: #ffecd3;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #f6ad4d;
}
a:hover{
  text-decoration: none;
}

/* inputs */
/* -------------------------------------------------------------------------------------------------------------------- */
input,
button,
select,
textarea {
  outline: none;
  border: none;
}

select,
button {
  cursor: pointer;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893;
}

::-moz-placeholder {
  opacity: 1;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893;
}

:-moz-placeholder {
  opacity: 1;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893;
}

:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893;
}

:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893;
}

:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* flex */
/* -------------------------------------------------------------------------------------------------------------------- */
.flex-sbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-sbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-ec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-es {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* structure */
/* -------------------------------------------------------------------------------------------------------------------- */
body {
  background: #0e0e0e;
  
  overflow-x:hidden ;

  

}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.wrapper:after {
  content: '';
  width: calc((100% - 1920px) / 2 + 200px);
  height: 100vh;
  background: -webkit-linear-gradient(left, #000 0%, #000 calc(100% - 200px), rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #000 0%, #000 calc(100% - 200px), rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000 0%, #000 calc(100% - 200px), rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 6;
  pointer-events: none;
}

@media (max-width: 1920px) {
  .wrapper:after {
    display: none;
  }
}

.wrapper:before {
  content: '';
  width: calc((100% - 1920px) / 2 + 200px);
  height: 100vh;
  background: -webkit-linear-gradient(right, #000 0%, #000 calc(100% - 200px), rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(right, #000 0%, #000 calc(100% - 200px), rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to left, #000 0%, #000 calc(100% - 200px), rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 6;
  pointer-events: none;
}

@media (max-width: 1920px) {
  .wrapper:before {
    display: none;
  }
}

.content-area {
  width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .content-area {
    width: calc(100% - 60px);
  }
}

@media (max-width: 1080px) {
  .content-area {
    width: calc(100% - 40px);
  }
}

.section {
  width: 100%;
  position: relative;
  z-index: 1;
}

.section__content {
  width: 100%;
  position: relative;
  z-index: 5;
}

.section__title {
  width: 660px;
  margin: 0 auto;
}

@media (max-width: 780px) {
  .section__title {
    width: 100%;
  }
}

.section__title-big-text {
  width: 100%;
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 48px;
  color: #f6ad4d;
  text-transform: uppercase;
  padding: 0px 20px;
  text-shadow: 0px 2px 4px #000;
}

@media (max-width: 550px) {
  .section__title-big-text {
    font-size: 30px;
  }
}

.section__title-small-text {
  width: 100%;
  text-align: center;
  font-family: DIN Next W1G Regular;
  font-size: 20px;
  line-height: 30px;
  color: #ffecd3;
  margin-top: 8px;
  padding: 0px 20px;
  text-shadow: 0px 2px 4px #000;
}

@media (max-width: 550px) {
  .section__title-small-text {
    font-size: 16px;
    line-height: 26px;
  }
}

/* buttons */
/* -------------------------------------------------------------------------------------------------------------------- */
.btn {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  border-bottom: 2px solid #470f0a;
}

.btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/bg/button_bg.jpg) top center;
  background-size: auto 100%;
  z-index: 1;
}

.btn:before {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #2b221d;
  text-shadow: 0px 1px 0px #ffe262;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

/* popup */
/* -------------------------------------------------------------------------------------------------------------------- */
.popup {
  width: 100vw;
  height: 100vh;
  background: rgba(18, 13, 12, 0.9);
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.popup.active {
  opacity: 1;
  pointer-events: auto;
}

.popup__box {
  width: 1000px;
  background: #181313;
  border: 1px solid #382c2c;
  -webkit-box-shadow: 0px 0px 30px #403b35;
  box-shadow: 0px 0px 30px #403b35;
  border-radius: 5px;
  margin: 30px 20px;
  position: relative;
  z-index: 2;
}

.popup__box-title {
  width: 100%;
  padding: 20px 30px;
  font-family: 'Beaufort Medium';
  font-size: 24px;
  color: #daccca;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 440px) {
  .popup__box-title {
    font-size: 18px;
  }
}

.popup__content {
  width: 100%;
  padding: 0px;
  border-radius: 4px;
  overflow: hidden;
}

.popup__cancel {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: -3px;
  cursor: pointer;
  z-index: 2;
}

.popup__cancel:hover:after,
.popup__cancel:hover:before {
  background: #ffa325;
  -webkit-transform: rotate(0deg) scale(0.8, 1);
  -ms-transform: rotate(0deg) scale(0.8, 1);
  transform: rotate(0deg) scale(0.8, 1);
}

.popup__cancel:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #ffa325;
}

.popup__cancel:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #ffa325;
}

.popup__video-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.popup__video-box:after {
  display: block;
  content: '';
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 50%;
}

.popup__video-box-monitor {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/* navigation */
/* -------------------------------------------------------------------------------------------------------------------- */
@-webkit-keyframes nav_fixed {
  0% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes nav_fixed {
  0% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.navigation {
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  /* logo */
  /* links */
  /* open nav button */
  /* ---------------------------------------------------------------------------------------------------------------- */
}

.navigation.nav-fixed {
  padding-bottom: 5px;
  background: url(../images/bg/fixed_nav_bg.png) bottom center no-repeat;
  height: 90px;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-animation: nav_fixed 0.3s 1 ease-in-out;
  animation: nav_fixed 0.3s 1 ease-in-out;
}

@media (max-width: 1024px) {
  .navigation.nav-fixed {
    height: 70px;
  }
}

.navigation .content-area {
  height: 100%;
}

@media (max-width: 1160px) {
  .navigation .content-area {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.navigation__logo {
  width: 344px;
  height: 114px;
  position: absolute;
  top: calc((100% - 114px) / 2 + 5px);
  left: calc((100% - 389px) / 2);
  z-index: 2;
}

@media (max-width: 1160px) {
  .navigation__logo {
    left: 0px;
    top: calc((100% - 90px) / 2 + 5px);
    width: 272px;
    height: 90px;
  }
}

@media (max-width: 1024px) {
  .navigation__logo {
    left: 0px;
    top: calc((100% - 70px) / 2 + 2px);
    width: 216px;
    height: 70px;
  }
}

.navigation__logo:hover img {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.navigation__logo img {
  display: block;
  height: 100%;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.navigation__links {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1160px) {
  .navigation__links {
    width: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 870px) {
  .navigation__links {
    width: 280px;
    background: #000;
    position: absolute;
    top: calc(100% - 40px);
    right: 20px;
    border-radius: 5px 5px 5px 5px;
    border-top: 1px solid #c39b6f;
    border-right: 1px solid #c39b6f;
    border-left: 1px solid #c39b6f;
    border-bottom: 1px solid #c39b6f;
    overflow: hidden;
    display: none;
  }
}

@media (max-width: 500px) {
  .navigation__links {
    width: calc(100% - 40px);
  }
}

.navigation__links.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 870px) {
  .navigation.nav-fixed .navigation__links {
    width: 280px;
    background: #000;
    position: absolute;
    top: 100%;
    right: 20px;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px solid #c39b6f;
    border-right: 1px solid #c39b6f;
    border-left: 1px solid #c39b6f;
    border-bottom: 1px solid #c39b6f;
    overflow: hidden;
  }
}

@media (max-width: 500px) {
  .navigation.nav-fixed .navigation__links {
    width: calc(100% - 40px);
  }
}

.navigation__links-block {
  width: auto;
}

@media (max-width: 870px) {
  .navigation__links-block {
    width: 100%;
  }
}

.navigation__links-block:not(:last-child) {
  margin-right: 45px;
}

@media (max-width: 1024px) {
  .navigation__links-block:not(:last-child) {
    margin-right: 35px;
  }
}

@media (max-width: 870px) {
  .navigation__links-block:not(:last-child) {
    margin-right: 0px;
  }
}

.navigation__link {
  width: auto;
}

@media (max-width: 870px) {
  .navigation__link {
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid #26221f;
  }
}

.navigation__link:not(:last-child) {
  margin-right: 45px;
}

@media (max-width: 1024px) {
  .navigation__link:not(:last-child) {
    margin-right: 35px;
  }
}

@media (max-width: 870px) {
  .navigation__link:not(:last-child) {
    margin-right: 0px;
  }
}

.navigation__link:hover span {
  color: #f6ad4d;
}

.navigation__link:hover img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.navigation__link span {
  font-family: DIN Next W1G Medium;
  font-size: 20px;
  line-height: 20px;
  color: #ffecd3;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1024px) {
  .navigation__link span {
    font-size: 16px;
    line-height: 16px;
  }
}

.navigation__link-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
}

.navigation__link-icon img {
  position: absolute;
  top: calc((100% - 46px) / 2);
  left: calc((100% - 46px) / 2);
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.navigation__open-nav {
  width: 32px;
  height: 24px;
  position: relative;
  cursor: pointer;
  display: none;
}

@media (max-width: 870px) {
  .navigation__open-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navigation__open-nav:hover:after,
.navigation__open-nav:hover:before {
  background: #feaf00;
}

.navigation__open-nav:hover .navigation__open-nav-item {
  -webkit-transform: scale(0.7, 1);
  -ms-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

.navigation__open-nav.active:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: calc((100% - 2px) / 2);
}

.navigation__open-nav.active:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc((100% - 2px) / 2);
}

.navigation__open-nav.active .navigation__open-nav-item {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.navigation__open-nav:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #dcd9cf;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0px;
}

.navigation__open-nav:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #dcd9cf;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: calc(100% - 2px);
}

.navigation__open-nav-item {
  width: 100%;
  height: 3px;
  background: #dcd9cf;
  position: absolute;
  top: calc((100% - 2px) / 2);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* header */
/* -------------------------------------------------------------------------------------------------------------------- */
.header {
  width: 100%;
  height: 1145px;
  background: url(../images/bg/bg1.png) top center no-repeat;
  position: relative;
  z-index: 4;
  /* timers */
}

.header.inner {
  height: 700px;
}

.header.login {
  height: 100vh;
  padding-top: 140px;
}

@media (max-height: 760px) {
  .header.login {
    height: auto;
    padding-bottom: 30px;
  }
}

.header__content {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -50px;
}

@media (max-width: 640px) {
  .header__content {
    bottom: -200px;
  }
}

.header__content.inner {
  bottom: 0px;
}

.header__info {
  width: 660px;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media (max-width: 780px) {
  .header__info {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .header__info {
    margin-bottom: 30px;
  }
}

.header__info-title {
  width: 100%;
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 48px;
  color: #f6ad4d;
  text-transform: uppercase;
  padding: 0px 20px;
  text-shadow: 0px 2px 4px #000;
}

@media (max-width: 550px) {
  .header__info-title {
    font-size: 30px;
  }
}

.header__info-text {
  width: 100%;
  text-align: center;
  font-family: DIN Next W1G Regular;
  font-size: 20px;
  line-height: 30px;
  color: #ffecd3;
  margin-top: 8px;
  padding: 0px 20px;
  text-shadow: 0px 2px 4px #000;
}

@media (max-width: 550px) {
  .header__info-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.header__info-buttons {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.header__info-buttons:after {
  content: '';
  width: 1047px;
  height: 54px;
  background: url(../images/bg/light_bg.png) top center no-repeat;
  position: absolute;
  top: calc((100% - 54px) / 2);
  left: calc((100% - 1047px) / 2);
  z-index: 1;
}

.header__info-btn {
  z-index: 2;
  width: 254px;
  margin: 10px 20px;
}

.header__media {
  width: 100%;
  padding: 0px 100px;
}

@media (max-width: 1300px) {
  .header__media {
    padding: 0px 30px;
  }
}

@media (max-width: 1080px) {
  .header__media {
    padding: 0px 20px;
  }
}

@media (max-width: 980px) {
  .header__media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__media-item {
  width: 550px;
  height: 280px;
  border-radius: 30px;
  border: 3px solid #723f08;
  background: #000;
  overflow: hidden;
  cursor: pointer;
}

.header__media-item iframe {
  pointer-events: none;
}

@media (max-width: 1680px) {
  .header__media-item {
    width: 420px;
    height: 210px;
  }
}

@media (max-width: 1150px) {
  .header__media-item {
    width: 320px;
    height: 170px;
  }
}

@media (max-width: 980px) {
  .header__media-item {
    width: 280px;
    height: 150px;
    margin: 5px;
  }
}

.header__media-item.active {
  -webkit-box-shadow: 0px 0px 40px #ff8800, 0px -5px 10px #ffc400;
  box-shadow: 0px 0px 40px #ff8800, 0px -5px 10px #ffc400;
}

@media (max-width: 980px) {
  .header__media-item.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header__media-item:not(.active) {
  width: 450px;
  height: 220px;
}

@media (max-width: 1680px) {
  .header__media-item:not(.active) {
    width: 320px;
    height: 170px;
  }
}

@media (max-width: 1150px) {
  .header__media-item:not(.active) {
    width: 280px;
    height: 150px;
  }
}

.header__timers {
  width: 320px;
  position: absolute;
  top: calc(100vh / 2);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
}

@media (max-width: 1300px) {
  .header__timers {
    left: 30px;
  }
}

@media (max-width: 1080px) {
  .header__timers {
    width: calc(100% - 40px);
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin: 0 auto;
    top: 170px;
  }
}

.header__timer {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 20px 0px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 1080px) {
  .header__timer {
    width: 320px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 10px;
  }
}

@media (max-width: 720px) {
  .header__timer {
    width: calc((100% - 10px) / 2);
  }
}

.header__timer:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1080px) {
  .header__timer:not(:last-child) {
    margin-bottom: 0px;
  }
}

.header__timer-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (max-width: 1080px) {
  .header__timer-icon {
    display: none;
  }
}

.header__timer-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-shadow: 0px 2px 4px #000;
  color: #e4ba6c;
}

@media (max-width: 1080px) {
  .header__timer-title {
    font-size: 14px;
  }
}

.header__timer-time {
  width: 100%;
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 20px;
  text-shadow: 0px 2px 4px #000;
}

@media (max-width: 1080px) {
  .header__timer-time {
    font-size: 18px;
  }
}

.header__timer-time span {
  font-family: inherit;
  font-weight: inherit;
  font-size: 26px;
  color: #f6ad4d;
}

@media (max-width: 1080px) {
  .header__timer-time span {
    font-size: 20px;
  }
}

.header__timer-end {
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 20px;
  text-shadow: 0px 2px 4px #000;
  color: #f6ad4d;
}

.header__login-block {
  width: 500px;
  margin: 0 auto;
  margin-top: 400px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  padding: 30px;
  position: relative;
}

@media (max-width: 660px) {
  .header__login-block {
    margin-top: 350px;
    width: calc(100% - 40px);
  }
}

.header__login-block:before {
  content: '';
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(245, 226, 191, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
}

.header__login-block:after {
  content: '';
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(245, 226, 191, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.header__login-title {
  width: 100%;
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 38px;
  color: #f6ad4d;
  text-transform: uppercase;
  text-shadow: 0px 2px 4px #000;
}

.header__login-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #e7d5bc;
  text-shadow: 0px 2px 4px #000;
  margin-top: 15px;
}

.header__login-button {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .header__login-button span {
    font-size: 18px;
    line-height: 18px;
  }
}

/* section-1 */
/* -------------------------------------------------------------------------------------------------------------------- */
.section-1 {
  background: url(../images/bg/bg2.jpg) top center no-repeat;
  background-size: cover;
  z-index: 1;
  margin-top: -80px;
}

.section-1 .section__content {
  padding-top: 230px;
  padding-bottom: 85px;
}

@media (max-width: 640px) {
  .section-1 .section__content {
    padding-top: 330px;
  }
}

.section-1:after {
  content: '';
  width: 1920px;
  height: 1249px;
  background: url(../images/bg/bg3.png) top center no-repeat;
  position: absolute;
  z-index: 1;
  top: calc(100% - 600px);
  left: calc((100% - 1920px) / 2);
  pointer-events: none;
}

.section-1__items {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 70px;
}

@media (max-width: 1150px) {
  .section-1__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-1__item {
  width: 329px;
  height: auto;
}

@media (max-width: 1150px) {
  .section-1__item {
    margin: 20px;
  }
}

.section-1__item.center {
  width: 365px;
}

@media (max-width: 1150px) {
  .section-1__item.center {
    width: 329px;
  }
}

.section-1__item-img {
  width: 100%;
  height: 245px;
  position: relative;
}

.section-1__item-img img {
  display: block;
  position: absolute;
  top: 0px;
  left: calc((100% - 329px) / 2);
  z-index: 1;
}

.section-1__item.center .section-1__item-img {
  height: 272px;
}

@media (max-width: 1150px) {
  .section-1__item.center .section-1__item-img {
    height: 245px;
  }
}

.section-1__item.center .section-1__item-img img {
  left: calc((100% - 365px) / 2);
}

@media (max-width: 1150px) {
  .section-1__item.center .section-1__item-img img {
    height: 100%;
    left: calc((100% - 329px) / 2);
  }
}

.section-1__item-title {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 30px;
  padding: 0px 20px;
  text-align: center;
  font-family: DIN Next W1G Medium;
  font-size: 27px;
  color: #f6ad4d;
  text-transform: uppercase;
  text-shadow: 0px 2px 4px #000;
}

.section-1__item.center .section-1__item-title {
  font-size: 30px;
}

@media (max-width: 1150px) {
  .section-1__item.center .section-1__item-title {
    font-size: 27px;
  }
}

.section-1__item-text {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-family: DIN Next W1G Regular;
  font-size: 14px;
  color: #bdb2a3;
  line-height: 22px;
  text-shadow: 0px 2px 4px #000;
}

.section-1__item.center .section-1__item-text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1150px) {
  .section-1__item.center .section-1__item-text {
    font-size: 14px;
    line-height: 22px;
  }
}

/* section-2 */
/* -------------------------------------------------------------------------------------------------------------------- */
.section-2 {
  z-index: 2;
}

.section-2:after {
  content: '';
  width: 1920px;
  height: 85px;
  background: url(../images/bg/border_bottom_bg3.png) top center no-repeat;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: calc((100% - 1920px) / 2);
  pointer-events: none;
}

.section-2__items {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-2__items-nav {
  width: calc((103px + 30px) * 3);
}

@media (max-width: 830px) {
  .section-2__items-nav {
    width: 100%;
  }
}

.section-2__items-nav-content {
  width: calc(100% + 30px);
  margin: -15px;
}

@media (max-width: 830px) {
  .section-2__items-nav-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-2__items-nav-button {
  width: 103px;
  height: 103px;
  margin: 15px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
  position: relative;
}

@media (max-width: 830px) {
  .section-2__items-nav-button {
    width: 60px;
    height: 60px;
    margin: 5px;
  }
}

.section-2__items-nav-button:hover {
  opacity: 1;
}

.section-2__items-nav-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.section-2__items-nav-button.active {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 20px #ff8800, 0px -3px 5px #ffc400;
  box-shadow: 0px 0px 20px #ff8800, 0px -3px 5px #ffc400;
}

.section-2__slides {
  width: calc(100% - 420px);
  height: 391px;
  position: relative;
}

@media (max-width: 830px) {
  .section-2__slides {
    width: 100%;
    margin-top: 40px;
  }
}

.section-2__slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.section-2__slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.section-2__slide img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.section-2__slide-content {
  width: 100%;
  padding: 0px 40px;
  padding-bottom: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

@media (max-width: 830px) {
  .section-2__slide-content {
    padding: 0px 20px;
    padding-bottom: 30px;
  }
}

.section-2__slide-title {
  width: 100%;
  font-family: DIN Next W1G Medium;
  font-size: 27px;
  color: #f6ad4d;
  text-transform: uppercase;
  text-shadow: 0px 2px 4px #000;
}

.section-2__slide-text {
  width: 100%;
  margin-top: 10px;
  font-family: DIN Next W1G Regular;
  font-size: 16px;
  color: #bdb2a3;
  line-height: 24px;
  text-shadow: 0px 2px 4px #000;
}

/* section-3 */
/* -------------------------------------------------------------------------------------------------------------------- */
.section-3 {
  z-index: 1;
  background: #000;
}

.section-3 .section__content {
  padding: 0px 0px;
}

.slider {
  width: 100%;
  height: 890px;
  position: relative;
}

.slider__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.slider__bg.active {
  opacity: 1;
}

.slider__content {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 130px;
  z-index: 2;
}

.slider__content-area {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1070px) {
  .slider__content-area {
    width: calc(100% - 40px);
  }
}

.slider__nav {
  width: 100%;
  margin-bottom: 35px;
}

.slider__nav-item {
  width: 103px;
  height: 103px;
  margin: 15px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.7;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
}

@media (max-width: 740px) {
  .slider__nav-item {
    width: 60px;
    height: 60px;
    margin: 5px;
  }
}

.slider__nav-item:hover {
  opacity: 1;
}

.slider__nav-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.slider__nav-item.active {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 20px #ff8800, 0px -3px 5px #ffc400;
  box-shadow: 0px 0px 20px #ff8800, 0px -3px 5px #ffc400;
}

.slider__info {
  width: calc(100% - 200px);
  margin: 0 auto;
  position: relative;
}

@media (max-width: 740px) {
  .slider__info {
    width: 100%;
  }
}

.slider__arrow {
  width: 40px;
  height: 73px;
  position: absolute;
  top: calc((100% - 73px) / 2);
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

@media (max-width: 740px) {
  .slider__arrow {
    display: none;
  }
}

.slider__arrow:hover {
  opacity: 1;
}

.slider__arrow.perv {
  left: -100px;
}

.slider__arrow.next {
  right: -100px;
}

.slider__monitor {
  width: 100%;
  position: relative;
}

.slider__slide {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 1;
}

.slider__slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slider__slide-title {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 48px;
  color: #f6ad4d;
  text-transform: uppercase;
  text-shadow: 0px 2px 4px #000;
  text-align: center;
}

@media (max-width: 740px) {
  .slider__slide-title {
    font-size: 30px;
  }
}

.slider__slide-text {
  width: 100%;
  margin-top: 10px;
  font-family: DIN Next W1G Regular;
  font-size: 16px;
  color: #bdb2a3;
  line-height: 24px;
  text-shadow: 0px 2px 4px #000;
  text-align: center;
}

.slider__slide-text p {
  font-family: DIN Next W1G Regular;
  font-size: 16px;
  color: #bdb2a3;
  line-height: 24px;
}

.slider__slide-text p:not(:last-child) {
  margin-bottom: 8px;
}

/* inner-content */
/* -------------------------------------------------------------------------------------------------------------------- */
.inner-content {
  position: relative;
  z-index: 4;
  background: url(../images/bg/inner_bg.jpg) #0e0c0c top center;
  background-size: cover;
}

.inner-content:before {
  content: '';
  width: 100%;
  height: 85px;
  background: url(../images/bg/border_bottom_bg_inner.png) top center no-repeat;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  position: absolute;
  top: -50px;
  left: 0px;
  pointer-events: none;
}

.inner-content:after {
  content: '';
  width: 100%;
  height: 85px;
  background: url(../images/bg/border_bottom_bg_inner.png) top center no-repeat;
  position: absolute;
  bottom: -50px;
  left: 0px;
  pointer-events: none;
}

.inner-page {
  width: 100%;
  padding-bottom: 60px;
}

.inner-page__title {
  width: 660px;
  margin: 0 auto;
  padding: 40px 0px;
}

@media (max-width: 780px) {
  .inner-page__title {
    width: 100%;
  }
}

.inner-page__title-big-text {
  width: 100%;
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 34px;
  color: #f6ad4d;
  text-transform: uppercase;
  padding: 0px 20px;
  text-shadow: 0px 2px 4px #000;
}

@media (max-width: 550px) {
  .inner-page__title-big-text {
    font-size: 30px;
  }
}

.inner-page__title-small-text {
  width: 100%;
  text-align: center;
  font-family: DIN Next W1G Regular;
  font-size: 20px;
  line-height: 30px;
  color: #ffecd3;
  margin-top: 0px;
  padding: 0px 20px;
  text-shadow: 0px 2px 4px #000;
}

@media (max-width: 550px) {
  .inner-page__title-small-text {
    font-size: 16px;
    line-height: 26px;
  }
}

/* rankings */
/* -------------------------------------------------------------------------------------------------------------------- */
.rankings {
  width: 100%;
  border-radius: 5px;
  padding: 40px;
  border: 2px solid #211d1d;
  /* navigation */
  /* table */
}

@media (max-width: 620px) {
  .rankings {
    padding: 20px;
  }
}

.rankings__nav {
  width: calc(100% + 10px);
  margin: -5px;
  margin-bottom: 10px;
}

.rankings__nav-item {
  padding: 15px 25px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.06);
  margin-right: 2px;
  border-radius: 4px;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 16px;
  color: #8a8181;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 480px) {
  .rankings__nav-item {
    padding: 10px 15px;
    width: 100%;
  }
}

.rankings__nav-item:hover {
  color: #f6ad4d;
}

.rankings__nav-item.active {
  background: #f6ad4d;
  color: #000;
}

.rankings__content {
  width: 100%;
  height: auto;
  position: relative;
}

.rankings__table {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.03);
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.rankings__table.active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rankings__table-tr {
  width: 100%;
  padding: 15px 25px;
}

@media (max-width: 790px) {
  .rankings__table-tr {
    width: calc(100% / 3);
    padding: 20px 20px;
    background: -webkit-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
    background: -o-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
    background: linear-gradient(-45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
  }
}

@media (max-width: 600px) {
  .rankings__table-tr {
    width: calc(100% / 2);
  }
}

@media (max-width: 470px) {
  .rankings__table-tr {
    width: calc(100% / 1);
  }
}

@media (max-width: 790px) {
  .rankings__table-tr.title {
    display: none;
  }
}

.rankings__table-tr .rankings__table-td {
  font-size: 16px;
  color: #8a8181;
}

@media (max-width: 790px) {
  .rankings__table-tr .rankings__table-td:not(:last-child) {
    margin-bottom: 10px;
  }
}

.rankings__table-tr .rankings__table-td:before {
  content: attr(data-name);
  width: 100%;
  font-size: 12px;
  color: #464141;
  display: none;
}

@media (max-width: 790px) {
  .rankings__table-tr .rankings__table-td:before {
    width: 100%;
    display: block;
  }
}

.rankings__table-tr.title .rankings__table-td {
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 18px;
  color: #464141;
}

.rankings__table-tr:nth-child(even) {
  background: rgba(93, 93, 93, 0.1);
}

@media (max-width: 790px) {
  .rankings__table-tr:nth-child(even) {
    background: none;
  }
}

.rankings__table-td.white {
  color: #ebd6d6 !important;
}

.rankings__table-td.red {
  color: #c72e2e !important;
}

.rankings__table-td.green {
  color: #3caa38 !important;
}

.rankings__table-td.center {
  text-align: center;
}

@media (max-width: 790px) {
  .rankings__table-td.center {
    text-align: left;
  }
}

.rankings__table-td.num {
  width: 70px;
}

@media (max-width: 790px) {
  .rankings__table-td.num {
    width: 100%;
  }
}

.rankings__table-td.td5 {
  width: calc((100% - 70px) / 5);
}

@media (max-width: 790px) {
  .rankings__table-td.td5 {
    width: 100%;
  }
}

.rankings__table-td.td4 {
  width: calc((100% - 70px) / 4);
}

@media (max-width: 790px) {
  .rankings__table-td.td4 {
    width: 100%;
  }
}

.rankings__table-td.td-only-5 {
  width: calc(100% / 5);
}

@media (max-width: 790px) {
  .rankings__table-td.td-only-5 {
    width: 100%;
  }
}

.rankings__table-td.td3 {
  width: calc(100% / 3);
  background: -webkit-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
  background: -o-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
  background: linear-gradient(-45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
}

@media (max-width: 1220px) {
  .rankings__table-td.td3 {
    width: calc(100% / 2);
  }
}

@media (max-width: 790px) {
  .rankings__table-td.td3 {
    width: 100%;
  }
}

.rankings__castle {
  width: 100%;
  padding: 25px;
}

.rankings__castle-img {
  width: 130px;
}

@media (max-width: 490px) {
  .rankings__castle-img {
    width: 90px;
  }
}

.rankings__castle-img img {
  width: 130px;
}

@media (max-width: 490px) {
  .rankings__castle-img img {
    width: 90px;
  }
}

.rankings__castle-content {
  width: calc(100% - 130px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-left: 15px;
}

@media (max-width: 490px) {
  .rankings__castle-content {
    width: calc(100% - 90px);
  }
}

.rankings__castle-name {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 20px;
  color: #f6ad4d;
  margin-top: 10px;
}

@media (max-width: 490px) {
  .rankings__castle-name {
    font-size: 16px;
    margin-top: 5px;
  }
}

.rankings__castle-date {
  width: 100%;
  font-size: 14px;
  color: #8a8181;
  margin-top: 10px;
}

@media (max-width: 490px) {
  .rankings__castle-date {
    margin-top: 4px;
  }
}

.rankings__castle-date span {
  font-size: inherit;
  color: #bbafaf;
}

.rankings__castle-owner {
  width: 100%;
  font-size: 14px;
  color: #8a8181;
  margin-top: 3px;
}

@media (max-width: 490px) {
  .rankings__castle-owner {
    margin-top: 0px;
  }
}

.rankings__castle-owner span {
  font-size: inherit;
  color: #76a068;
}

/* term of use */
/* -------------------------------------------------------------------------------------------------------------------- */
.text-box {
  width: 100%;
  border-radius: 5px;
  padding: 40px;
  border: 2px solid #211d1d;
}

@media (max-width: 620px) {
  .text-box {
    padding: 20px;
  }
}

.text-box *:last-child {
  margin-bottom: 0px !important;
}

.text-box__buttons {
  width: calc(100% + 10px);
  margin: 0px -5px;
  margin-bottom: 20px;
}

.text-box__button {
  width: auto;
  padding: 10px 20px;
  border: 2px solid #3a3737;
  border-radius: 5px;
  margin: 5px;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 18px;
  color: #ccbca8;
  -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
  -o-transition: color .3s ease-in-out, border .3s ease-in-out;
  transition: color .3s ease-in-out, border .3s ease-in-out;
}

@media (max-width: 430px) {
  .text-box__button {
    width: 100%;
  }
}

.text-box__button:hover {
  color: #f6ad4d;
  border: 2px solid #f6ad4d;
}

.text-box__button i {
  margin-right: 10px;
}

.text-box__sep-title {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  background: -webkit-linear-gradient(45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%);
  background: -o-linear-gradient(45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%);
  background: linear-gradient(45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%);
  font-weight: 700;
  font-size: 22px;
  color: #f6ad4d !important;
  border-left: 2px solid #f6ad4d;
}

.text-box h1 {
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 20px;
  color: #beb19e;
}

.text-box p {
  font-size: 16px;
  color: #8a8181;
  line-height: 22px;
  margin-bottom: 20px;
}

.text-box p a {
  font-size: inherit;
  color: #b8afa6;
  text-decoration: underline;
}

.text-box p b {
  font-family: DIN Next W1G Medium;
  font-size: inherit;
  color: #b8afa6;
}

/* how to play */
/* -------------------------------------------------------------------------------------------------------------------- */
.htp {
  width: 100%;
}

.htp__block {
  width: 100%;
  height: auto;
  padding: 40px;
  border-radius: 5px;
  border: 2px solid #211d1d;
  position: relative;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.htp__block:not(:first-child) {
  margin-top: 60px;
}

.htp__block.htp-50 {
  width: calc((100% - 40px) / 2);
}

@media (max-width: 810px) {
  .htp__block.htp-50 {
    width: 100%;
  }
}

.htp__block-step {
  width: 70px;
  height: 70px;
  background: url(../images/icons/step_icon.png) center center;
  background-size: 100% 100%;
  position: absolute;
  top: -35px;
  left: calc((100% - 70px) / 2);
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-top: 4px;
}

.htp__block-step span {
  display: block;
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: -5px;
}

.htp__block-title {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 24px;
  color: #f6ad4d;
  text-align: center;
  margin-top: 10px;
}

.htp__block-text {
  width: 100%;
  font-size: 16px;
  color: #8f8272;
  text-align: center;
  margin-top: 7px;
}

.htp__block-buttons {
  width: 100%;
  margin-top: 20px;
}

.htp__block-button {
  width: auto;
  padding: 10px 15px;
  border: 2px solid #3a3737;
  border-radius: 5px;
  margin: 5px;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 18px;
  color: #ccbca8;
  -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
  -o-transition: color .3s ease-in-out, border .3s ease-in-out;
  transition: color .3s ease-in-out, border .3s ease-in-out;
}

@media (max-width: 430px) {
  .htp__block-button {
    width: 100%;
  }
}

.htp__block-button:hover {
  color: #f6ad4d;
  border: 2px solid #f6ad4d;
}

.htp__block-button img {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.htp__block-button i {
  margin-right: 10px;
}

.htp__system-stat {
  width: 100%;
  margin-top: 20px;
}

.htp__system-stat-title {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #989391;
}

.htp__system-stat-blocks {
  width: 100%;
  margin-top: 20px;
}

.htp__system-stat-block {
  width: calc((100% - 20px) / 2);
  padding: 20px;
  border-radius: 5px;
  background: rgba(37, 37, 39, 0.2);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 2px solid #c59c6e;
}

@media (max-width: 750px) {
  .htp__system-stat-block {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .htp__system-stat-block:nth-child(2) {
    margin-top: 20px;
  }
}

.htp__system-stat-block-title {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #989391;
  margin-bottom: 20px;
}

.htp__system-stat-block-text {
  width: 100%;
  text-align: center;
  font-family: DIN Next W1G Regular;
  font-size: 14px;
  line-height: 18px;
  color: #8d807c;
}

.htp__system-stat-block-text b {
  color: #989391;
  font-family: DIN Next W1G Regular;
}

.htp__system-stat-block-text:not(:last-child) {
  margin-bottom: 10px;
}

/* footer */
/* -------------------------------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  height: 903px;
  background: url(../images/bg/bg5.jpg) top center no-repeat;
  position: relative;
  z-index: 2;
}

.footer.inner {
  height: 450px;
  background: url(../images/bg/bg5.jpg) bottom center no-repeat;
}

.footer.inner:after {
  display: none;
}

.footer:after {
  content: '';
  width: 1920px;
  height: 85px;
  background: url(../images/bg/border_top_bg5.png) top center no-repeat;
  position: absolute;
  z-index: 1;
  top: -85px;
  left: calc((100% - 1920px) / 2);
  pointer-events: none;
}

.footer .content-area {
  height: 100%;
  position: relative;
}

.footer__content {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 50px;
  left: 0px;
}

.footer__buttons {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.footer__buttons:after {
  content: '';
  width: 700px;
  height: 54px;
  background: url(../images/bg/light_bg.png) top center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: calc((100% - 54px) / 2);
  left: calc((100% - 700px) / 2);
  z-index: 1;
}

.footer__btn {
  z-index: 2;
  width: 254px;
  margin: 10px 20px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer__title {
  width: 100%;
  font-family: DIN Next W1G Regular;
  font-size: 16px;
  color: #ffecd3;
  text-align: center;
  margin-top: 90px;
}

.footer__text {
  width: 100%;
  font-family: DIN Next W1G Regular;
  font-size: 14px;
  color: #7b766f;
  text-align: center;
  margin-top: 10px;
}

.footer__text b {
  font-family: DIN Next W1G Medium;
  font-size: inherit;
  color: inherit;
}

.footer__links {
  width: 100%;
  text-align: center;
}

.footer__links a {
  font-family: DIN Next W1G Regular;
  font-size: 14px;
  color: #f6ad4d;
  text-transform: uppercase;
  opacity: 0.5;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  margin: 0px 10px;
  margin-top: 20px;
}

.footer__links a:hover {
  opacity: 1;
}

.footer .unsimple {
  display: block;
  width: 152px;
  height: 31px;
  margin: 0 auto;
  opacity: 0.3;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  margin-top: 30px;
}

.footer .unsimple:hover {
  opacity: 1;
}

.footer .unsimple img {
  display: block;
}

/* banners */
.left-banners {
  width: 40px;
  height: auto;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  z-index: 4;
}

@media (max-width: 800px) {
  .left-banners {
    top: 200px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.left-banners__button {
  width: 40px;
  height: 120px;
  display: block;
  background: url(../images/button_tex.png) top center #f34703;
  position: relative;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  border-radius: 5px 0px 0px 5px;
}

@media (max-width: 800px) {
  .left-banners__button {
    height: 40px;
  }
}

.left-banners__button:nth-child(1) {
  background: url(../images/button_tex.png) top center #970404;
}

.left-banners__button:nth-child(2) {
  background: url(../images/button_tex.png) top center #b84300;
}

.left-banners__button:nth-child(3) {
  background: url(../images/button_tex.png) top center #004ab8;
}

.left-banners__button-name {
  width: 120px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: calc((100% - 40px) / 2);
  left: calc((100% - 120px) / 2);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: DIN Next W1G Regular;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding-left: 30px;
}

@media (max-width: 800px) {
  .left-banners__button-name {
    display: none;
  }
}

.left-banners__button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.left-banners__button:not(:last-child) {
  margin-bottom: 4px;
}

.left-banners__button img {
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
}

@media (max-width: 800px) {
  .left-banners__button img {
    top: 0px;
  }
}

.left-banners__button.facebook {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.left-banners__button.facebook:hover {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.left-banners__button-box {
  width: 250px;
  height: 300px;
  top: 0px;
  right: -250px;
  position: absolute;
}

.spoiler {
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

.spoiler__header {
  width: 100%;
  background: #221b18;
  border-radius: 5px;
  cursor: pointer;
  padding: 16px 20px 15px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

@media (max-width: 1024px) {
  .spoiler__header {
    padding: 10px;
  }
}

.spoiler__header:hover {
  background: #2b221e;
}

.spoiler__header:after {
  content: '';
  width: 8px;
  height: 4px;
  background: url("../images/wiki/spoiler_arrow_icon.png") center center no-repeat;
  margin-left: auto;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.spoiler__header.active:after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.spoiler__header-title {
  width: calc(100% - 8px);
  padding-right: 15px;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #b5a499;
}

@media (max-width: 1024px) {
  .spoiler__header-title {
    width: calc(100% - 26px - 8px);
    font-size: 16px;
    line-height: 16px;
    padding-right: 10px;
  }
}

.spoiler__header-title span {
  color: #d9c777;
}

.spoiler__content {
  width: 100%;
  background: #1c1714;
  border-radius: 5px;
  padding: 15px;
  margin-top: 5px;
  display: none;
}

@media (max-width: 1024px) {
  .spoiler__content {
    padding: 10px;
  }
}

.table {
  width: 100%;
  margin-top: 15px !important;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.table:first-child {
  margin-top: 0px !important;
}

@media (max-width: 840px) {
  .table {
    border: 1px solid #342b27;
  }
}

.table__tr {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #1c1714;
}

.table__tr:not(:last-child) {
  border-bottom: 1px dotted #342b27;
}

.table__tr:first-child {
  border-bottom: 1px solid #3e3632;
  background: #221b18;
}

.table__tr:nth-child(n+3):nth-child(odd) {
  background: #221d1a;
}

@media (max-width: 840px) {
  .table__tr:first-child {
    display: none;
  }
}

.table__tr:first-child .table__td {
  font-family: 'DIN Next W1G Medium';
  color: #b5a49d;
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  .table__tr:first-child .table__td {
    font-size: 14px;
    line-height: 14px;
  }
}

.table__td {
  height: auto !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding: 15px 20px;
  text-align: center;
  color: #848181;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .table__td {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px;
  }
}

@media (max-width: 840px) {
  .table__td {
    width: 100% !important;
    text-align: left;
  }

  .table__td:not(:last-child) {
    border-bottom: 1px dotted #342b27;
  }

  .table__td:before {
    content: attr(data-title);
    color: #b5a49d;
  }
}

.table__td:first-child {
  text-align: left;
}

.table__td:last-child {
  text-align: right;
}

@media (max-width: 840px) {
  .table__td:last-child {
    text-align: left;
  }
}

.info-group {
  width: calc(100% + 10px);
  height: auto;
  margin: -5px !important;
}

.info-group:not(:first-child) {
  margin-top: 10px !important;
}

.info-group__box {
  width: 100%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin: 5px;
  padding: 20px;
  background: #1c1714;
  border-radius: 5px;
}

.info-group__box.box-1-2 {
  width: calc((100% - 20px) / 2);
  margin: 5px;
}

@media (max-width: 740px) {
  .info-group__box.box-1-2 {
    width: 100%;
  }
}

.info-group__box.box-1-3 {
  width: calc((100% - 30px) / 3);
  margin: 5px;
}

@media (max-width: 1240px) {
  .info-group__box.box-1-3 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .info-group__box.box-1-3 {
    width: calc((100% - 30px) / 3);
  }
}

@media (max-width: 740px) {
  .info-group__box.box-1-3 {
    width: 100%;
  }
}

.info-group__box.box-1-4 {
  width: calc((100% - 40px) / 4);
  margin: 5px;
}

@media (max-width: 1400px) {
  .info-group__box.box-1-4 {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 740px) {
  .info-group__box.box-1-4 {
    width: 100%;
  }
}

.info-group__box-header {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.info-group__box-header img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.message {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.message.red {
  background: #4a1717;
}

.message.green {
  background: #1b380c;
}

.message.yellow {
  background: #684212;
}

.message__icon {
  width: 50px;
  height: 50px;
  position: relative;
  padding-left: 2px;
}

.message__icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/wiki/border_icon.png") center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.message__icon i {
  font-size: 18px;
  line-height: 18px;
}

.message.red .message__icon i {
  color: #cf6262;
}

.message.green .message__icon i {
  color: #74af56;
}

.message.yellow .message__icon i {
  color: #fbd581;
}

.message__info {
  width: calc(100% - 50px);
  padding-left: 10px;
}

.message__info a {
  color: inherit;
}

.message__info a:hover {
  color: #fff;
}

.message.red .message__info {
  color: #cf6262;
}

.message.green .message__info {
  color: #74af56;
}

.message.yellow .message__info {
  color: #d9c08a;
}

.wiki {
  width: 100%;
}

.wiki__nav {
  width: 320px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #211d1d;
}

@media (max-width: 1024px) {
  .wiki__nav {
    width: 100%;
    border: 1px solid #211d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wiki__nav-item {
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  border-bottom: 1px solid rgba(43, 42, 42, 0.5);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 1024px) {
  .wiki__nav-item {
    width: calc(100% / 3);
    border: 1px solid rgba(43, 42, 42, 0.5);
  }
}

@media (max-width: 680px) {
  .wiki__nav-item {
    width: calc(100% / 2);
  }
}

@media (max-width: 460px) {
  .wiki__nav-item {
    width: 100%;
  }
}

.wiki__nav-item:last-child {
  margin-bottom: -1px;
}

.wiki__nav-item:hover {
  background: rgba(66, 62, 61, 0.25);
}

.wiki__nav-item.active {
  background: rgba(66, 62, 61, 0.25);
}

.wiki__nav-item-icon {
  width: 50px;
  height: 50px;
  position: relative;
  padding-left: 2px;
}

.wiki__nav-item-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/wiki/border_icon.png") center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.wiki__nav-item-icon img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.wiki__nav-item-icon i {
  font-size: 18px;
  line-height: 18px;
  color: #ffda84;
}

.wiki__nav-item.active .wiki__nav-item-icon:after {
  opacity: 1;
}

.wiki__nav-item-info {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.wiki__nav-item-name {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 3px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.wiki__nav-item.active .wiki__nav-item-name {
  color: #f6ad4d;
}

.wiki__nav-item-desc {
  width: 100%;
  font-size: 14px;
  color: #656060;
  margin-top: 2px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.wiki__nav-item.active .wiki__nav-item-desc {
  color: #f0e3db;
}

.wiki__box {
  width: calc(100% - 320px - 20px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .wiki__box {
    width: 100%;
    margin-top: 20px;
  }
}

.wiki__content {
  width: 100%;
  min-height: 100%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  border: 2px solid #211d1d;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
}

.wiki__content.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.wiki__content-title {
  width: 100%;
  padding: 15px 20px;
  background: rgba(66, 62, 61, 0.25);
  border-bottom: 1px solid #2b2a2a;
  border-radius: 5px 5px 0px 0px;
}

.wiki__content-title-icon {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  padding-left: 2px;
}

.wiki__content-title-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/wiki/border_icon.png") center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.wiki__content-title-icon img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.wiki__content-title-icon i {
  font-size: 18px;
  line-height: 18px;
  color: #ffda84;
}

.wiki__content-title-info {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.wiki__content-title-name {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 3px;
}

.wiki__content-title-desc {
  width: 100%;
  font-size: 14px;
  color: #656060;
  margin-top: 2px;
}

.wiki__content-main {
  width: 100%;
  padding: 20px;
}

.wiki-text-box {
  font-size: 16px;
  line-height: 24px;
  color: #8a8181;
}

.wiki-text-box p {
  color: #8a8181;
}

@media (max-width: 1024px) {
  .wiki-text-box {
    font-size: 14px;
    line-height: 20px;
  }
}

.wiki-text-box>*:not(:first-child) {
  margin-top: 10px;
}

.wiki-text-box>*:last-child {
  margin-bottom: 0px;
}

.wiki-text-box a {
  color: #ddd5cf;
  text-decoration: underline;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wiki-text-box a:hover {
  color: #ffaf43;
  text-decoration: none;
}

.wiki-text-box b {
  font-family: 'DIN Next W1G Medium';
  font-weight: normal;
  color: #ddd5cf;
}

.wiki-text-box h1,
.wiki-text-box h2,
.wiki-text-box h3,
.wiki-text-box h4,
.wiki-text-box h5,
.wiki-text-box h6 {
  font-family: 'Philosopher';
  font-weight: 700;
  color: #ddd5cf;
  margin: 0px;
}

.wiki-text-box h1:first-child,
.wiki-text-box h2:first-child,
.wiki-text-box h3:first-child,
.wiki-text-box h4:first-child,
.wiki-text-box h5:first-child,
.wiki-text-box h6:first-child {
  padding-top: 0px;
}

@media (max-width: 1024px) {

  .wiki-text-box h1:not(:last-child),
  .wiki-text-box h2:not(:last-child),
  .wiki-text-box h3:not(:last-child),
  .wiki-text-box h4:not(:last-child),
  .wiki-text-box h5:not(:last-child),
  .wiki-text-box h6:not(:last-child) {
    margin-bottom: -5px;
  }
}

.wiki-text-box h1 {
  font-size: 26px;
}

@media (max-width: 1024px) {
  .wiki-text-box h1 {
    font-size: 22px;
  }
}

.wiki-text-box h2 {
  font-size: 22px;
}

@media (max-width: 1024px) {
  .wiki-text-box h2 {
    font-size: 18px;
  }
}

.wiki-text-box h3 {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .wiki-text-box h3 {
    font-size: 16px;
  }
}

.wiki-text-box h4,
.wiki-text-box h5,
.wiki-text-box h6 {
  font-size: 16px;
}

@media (max-width: 1024px) {

  .wiki-text-box h4,
  .wiki-text-box h5,
  .wiki-text-box h6 {
    font-size: 14px;
  }
}

.wiki-text-box ul {
  width: 100%;
  padding-left: 17px;
}

.wiki-text-box ul li {
  color: #a7a2a2;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .wiki-text-box ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.wiki-text-box ul li:not(:last-child) {
  margin-bottom: 5px;
}

.wiki-text-box hr {
  width: 100%;
  border: none;
  border-top: 1px solid #333;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.wiki-text-box img {
  border-radius: 5px;
  max-width: 100%;
}

.icon-title {
  width: 100%;
  border-radius: 5px;
  background: #201b19;
  padding: 10px;
}

.icon-title__icon {
  width: 32px;
  height: 32px;
}

.icon-title__icon img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}

.icon-title__text {
  width: calc(100% - 32px);
  font-family: 'Philosopher';
  font-weight: 700;
  color: #ddd5cf;
  font-size: 22px;
  line-height: 22px;
  margin-top: 5px;
  padding-left: 10px;
}

@media (max-width: 1024px) {
  .icon-title__text {
    font-size: 18px;
    line-height: 18px;
    margin-top: 7px;
  }
}

.table-dark {
  color: #211d1d !important;
  background-color: #211d1d !important;
}

.btn-none{

  background-color: transparent;
 
}

