@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Imports */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* fonts */
/* -------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* King / Regular / Bold */
/* -------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "King";
  src: url("../fonts/SPSLOldKingC.eot");
  src: local("☺"), url("../fonts/SPSLOldKingC.woff") format("woff"), url("../fonts/SPSLOldKingC.ttf") format("truetype"), url("../images/SPSLOldKingC.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "King Bold";
  src: url("../fonts/SPSLOldKingC-Bold.eot");
  src: local("☺"), url("../fonts/SPSLOldKingC-Bold.woff") format("woff"), url("../fonts/SPSLOldKingC-Bold.ttf") format("truetype"), url("../images/SPSLOldKingC-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Gilroy Light / Regular / Medium / Bold */
/* -------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Gilroy Light";
  src: url("../fonts/Gilroy-Light.eot");
  src: local("☺"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../images/Gilroy-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy Regular";
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("☺"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../images/Gilroy-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("☺"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../images/Gilroy-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("☺"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../images/Gilroy-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Default 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: "Gilroy Regular";
  color: #3d3934;
}

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

a {
  text-decoration: none;
  color: #836937;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Input Settings */
/* -------------------------------------------------------------------------------------------------------------------- */
input, button, select, textarea {
  outline: none;
  border: none;
  font-family: "Gilroy Regular";
  color: #3d3934;
}

select, button {
  cursor: pointer;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  color: #5c5552;
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  color: #5c5552;
}

:-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  color: #5c5552;
}

:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  color: #5c5552;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  color: #5c5552;
}

:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  color: #5c5552;
}

:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  color: #5c5552;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  color: #5c5552;
}

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

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Flex Box */
/* -------------------------------------------------------------------------------------------------------------------- */
.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: center;
      -ms-flex-align: center;
          align-items: center;
}

.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;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Check box */
/* -------------------------------------------------------------------------------------------------------------------- */
.check {
  font-size: 18px;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.check > .check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check > .check-input:checked + .check-box:before {
  opacity: 1;
}

.check > .check-box {
  width: 20px;
  height: 20px;
  background: #ada7a1;
  border: 1px solid #ada7a1;
  border-radius: 15px;
  position: absolute;
  margin-left: -20px;
  display: block;
}

.check > .check-box:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  background: #1b1a17;
  border-radius: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Structure */
/* -------------------------------------------------------------------------------------------------------------------- */
body {
  background: #ddd7ce;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background: url(../images/bottom_page_bg.jpg) bottom center no-repeat;
  overflow-x: hidden;
  margin: 0 auto;
}

.content-area {
  width: calc( 100% - 60px );
  max-width: 1240px;
  min-width: 290px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1080px) {
  .content-area {
    width: calc( 100% - 40px );
  }
}
@media (max-width: 640px) {
  .content-area {
    width: calc( 100% - 30px );
  }
}

/* popup */
/* -------------------------------------------------------------------------------------------------------------------- */
.popup {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
}
.popup__box {
  width: 100%;
  height: 100%;
  padding: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1034px) {
  .popup__box {
    width: calc( 100% );
    height: calc( 100vh );
  }
}
.popup__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.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: 30px;
}
.popup__cancel {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 22px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 440px) {
  .popup__cancel {
    width: 20px;
    height: 20px;
  }
}
.popup__cancel:hover:after, .popup__cancel:hover:before {
  background: #8c682e;
  -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 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #8c682e;
}
.popup__cancel:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #8c682e;
}
.popup__video-box-monitor {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Header */
/* -------------------------------------------------------------------------------------------------------------------- */
.header {
  width: 100%;
  height: 821px;
  background: url(../images/header_bg.jpg) top center no-repeat;
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Navigation */
/* -------------------------------------------------------------------------------------------------------------------- */
.navigation {
  width: 100%;
  position: relative;
  z-index: 2;
}
.navigation .content-area {
  height: 75px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.navigation__links {
  width: auto;
}
.navigation__link, .navigation__link-box {
  width: auto;
  font-family: "King";
  font-size: 18px;
  line-height: 18px;
  color: #3d3934;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .navigation__link, .navigation__link-box {
    font-size: 16px;
    line-height: 16px;
  }
  .nav__soc {
    display: none;
  }
}
.navigation__link:not(:last-child), .navigation__link-box:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 1180px) {
  .navigation__link:not(:last-child), .navigation__link-box:not(:last-child) {
    margin-right: 25px;
  }
}
.navigation__link a, .navigation__link span, .navigation__link-box a, .navigation__link-box span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.navigation__link a, .navigation__link-box a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.navigation__link a:hover, .navigation__link-box a:hover {
  color: #9d540c;
}
.navigation__link span, .navigation__link-box span {
  position: relative;
  cursor: pointer;
}
.navigation__link span:after, .navigation__link-box span:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #b99f6d;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.navigation__link span:hover:after, .navigation__link-box span:hover:after {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.navigation__link i, .navigation__link-box i {
  margin-left: 5px;
}
.navigation__link-items {
  width: 270px;
  padding-bottom: 15px;
  background: url(../images/drop_box_bg.png) bottom center no-repeat;
  border-radius: 4px;
  position: absolute;
  left: -15px;
  top: calc( 100% + 12px );
  opacity: 0;
  pointer-events: none;
}
.navigation__link-items.active {
  opacity: 1;
  pointer-events: auto;
}
.navigation__link-items .navigation__link {
  width: 100%;
}
.navigation__link-items .navigation__link a {
  display: block;
  width: 100%;
  padding: 20px 15px 17px;
}
@media (max-width: 1180px) {
  .navigation__link-items .navigation__link a {
    font-size: 16px;
    line-height: 16px;
  }
}
.navigation__link-items .navigation__link:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navigation__link-items .navigation__link span {
  display: inline;
  margin-right: 45px;
}
@media (max-width: 1180px) {
  .navigation__link-items .navigation__link span {
    margin-right: 25px;
  }
}
.navigation__link-items .navigation__link span:after {
  display: none;
}
.navigation__langs {
  width: 74px;
  height: 33px;
  position: relative;
}
.navigation__langs-arrow {
  width: 7px;
  height: 3px;
  background: url(../images/lang_arrow_icon.png) center center;
  position: absolute;
  right: 10px;
  top: 25px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.navigation__langs-items {
  width: calc( 100% + 20px);
  height: calc( 100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, background 0.3s ease-in-out;
}
.navigation__langs-items:hover {
  height: 161px;
  background: #f2efea;
}
.navigation__langs-items:hover .navigation__langs-arrow {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.navigation__langs-item {
  width: 100%;
  padding: 10px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.navigation__langs-item.active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  pointer-events: none;
}
.navigation__langs-item:not(.active):hover {
  background: rgba(0, 0, 0, 0.03);
}
.navigation__langs-item:not(.active) {
  border-top: 1px solid #d6d3ce;
}
.navigation__langs-item-icon {
  width: 33px;
  height: 33px;
  border-radius: 33px;
  overflow: hidden;
  border: 3px solid #ffffff;
  position: relative;
}
.navigation__langs-item-icon img {
  display: block;
  position: absolute;
  top: calc( ( 100% - 33px ) / 2 );
  left: calc( ( 100% - 33px ) / 2 );
}
.navigation__langs-item-name {
  width: calc( 100% - 33px);
  padding-left: 7px;
  font-family: "Gilroy Medium";
  font-size: 16px;
  line-height: 16px;
  color: #827565;
  text-transform: uppercase;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Header content */
/* -------------------------------------------------------------------------------------------------------------------- */
.header-content {
  width: 100%;
}
.header-content__logo {
  width: 221px;
  height: 99px;
  display: block;
  margin: 0 auto;
  margin-top: -10px;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.header-content__logo:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.header-content__start {
  width: 418px;
  height: 70px;
  position: relative;
  margin: 0 auto;
  margin-top: 255px;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
@media (max-width: 520px) {
  .header-content__start {
    width: 272px;
    height: 45px;
  }
  .header-content__logo {
    width: 310px;
  }
  .header-content__logo img{
    width: 310px;
  }
}
.header-content__start img {
  width: 444px;
  height: 118px;
  position: absolute;
  top: -10px;
  left: calc( ( 100% - 444px ) / 2 );
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 520px) {
  .header-content__start img {
    width: 290px;
    height: 77px;
    top: -7px;
    left: calc( ( 100% - 290px ) / 2 );
  }
}
.header-content__start span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  font-family: "King Bold";
  font-size: 30px;
  line-height: 30px;
  color: #332f2f;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.6);
}
@media (max-width: 520px) {
  .header-content__start span {
    font-size: 18px;
    line-height: 18px;
  }
}
.header-content__start:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.header-content__status {
  width: 231px;
  height: auto;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}
.header-content__status-info {
  width: 100%;
}
.header-content__status-name {
  width: auto;
  font-family: "King Bold";
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.header-content__status-online {
  width: auto;
  font-family: "King Bold";
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.header-content__status-online span {
  font-family: "King";
  font-size: inherit;
  line-height: inherit;
  /*color: #b2aea1;*/
  color: #848075;
}
.header-content__status-bar {
  width: 231px;
  height: 4px;
  background: url(../images/progress_bg.png) top left no-repeat;
  margin-top: 15px;
}
.header-content__status-full {
  height: 4px;
  background: url(../images/progress_full.png) top left no-repeat;
  margin-top: 15px;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Time line */
/* -------------------------------------------------------------------------------------------------------------------- */
.timeline-text {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 35px;
  left: 0px;
  padding: 0px 30px;
}
.timeline-text__item {
  width: 500px;
  white-space: nowrap;
  font-family: "King Bold";
  font-size: 32px;
  line-height: 32px;
  color: #e1d6c4;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
          transform: translateX(-2000px);
}
@media (max-width: 800px) {
  .timeline-text__item {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    white-space: unset;
  }
}
.timeline-text__item.show-item {
  -webkit-animation: show_timeline_text 3s 1 linear;
          animation: show_timeline_text 3s 1 linear;
}
@media (max-width: 800px) {
  .timeline-text__item.show-item {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes show_timeline_text {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
  }
  20% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  80% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
  }
}

@keyframes show_timeline_text {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
  }
  20% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  80% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
  }
}
@-webkit-keyframes show_timeline_text_min {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes show_timeline_text_min {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.timeline {
  width: 100%;
  position: absolute;
  bottom: 50px;
  -webkit-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
  opacity: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(74, 70, 67, 0)), color-stop(40%, #4a4643), color-stop(60%, #4a4643), to(rgba(74, 70, 67, 0)));
  background: -o-linear-gradient(left, rgba(74, 70, 67, 0) 0%, #4a4643 40%, #4a4643 60%, rgba(74, 70, 67, 0) 100%);
  background: linear-gradient(to right, rgba(74, 70, 67, 0) 0%, #4a4643 40%, #4a4643 60%, rgba(74, 70, 67, 0) 100%);
}
.timeline.show-item {
  opacity: 1;
}
.timeline__year {
  width: 9%;
  position: relative;
}
.timeline__year-num {
  position: absolute;
  width: 11px;
  height: 11px;
  bottom: -6px;
  right: -5px;
  background: #c3a06a;
  border-radius: 11px;
}
.timeline__year-num span {
  display: block;
  width: 60px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: calc( ( 100% - 60px ) / 2 );
  text-align: center;
  font-family: "King";
  font-size: 14px;
  line-height: 14px;
  color: #c3a06a;
}
.timeline__mount {
  width: calc( 100% / 5 );
  position: relative;
}
.timeline__mount-num {
  position: absolute;
  width: 3px;
  height: 3px;
  bottom: -2px;
  right: -1px;
  background: #8e8781;
  border-radius: 3px;
}
.timeline__item {
  display: block;
  width: 56px;
  height: 68px;
  background: url(../images/timeline_point_bg.png) top center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 8px;
  left: calc( 56px / 2 );
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.timeline__item.show-item {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.timeline__item:hover {
  z-index: 1;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.timeline__item:hover .timeline__item-desc {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.timeline__item-img {
  width: 48px;
  height: 48px;
  border-radius: 64px;
  position: relative;
  margin: 4px auto;
  overflow: hidden;
  background: #000;
}
.timeline__item-img img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.timeline__item-desc {
  width: 240px;
  height: auto;
  background: #2b2727;
  position: absolute;
  bottom: calc( 100% + 10px );
  left: calc( ( 100% - 240px ) / 2 );
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  pointer-events: none;
}
.timeline__item-desc-title {
  width: 100%;
  font-family: "King Bold";
  font-size: 16px;
  line-height: 16px;
  color: #c9a068;
}
.timeline__item-desc-text {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 18px;
  color: #b2aea1;
  margin-top: 5px;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Page */
/* -------------------------------------------------------------------------------------------------------------------- */
.page {
  width: 100%;
  background: url(../images/content_top_bg.png) top center no-repeat;
  position: relative;
  z-index: 1;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Home about */
/* -------------------------------------------------------------------------------------------------------------------- */
.home-about {
  width: 100%;
  background: #bdae98;
  background: url(../images/about_bg.png) bottom center no-repeat, -o-linear-gradient(top, #bdae98 0%, #bdae98 calc(100% - 199px), rgba(255, 255, 255, 0) calc(100% - 200px), rgba(255, 255, 255, 0) 100%);
  background: url(../images/about_bg.png) bottom center no-repeat, linear-gradient(to bottom, #bdae98 0%, #bdae98 calc(100% - 199px), rgba(255, 255, 255, 0) calc(100% - 200px), rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
}
.home-about .content-area {
  padding: 35px 0px 90px;
}
.home-about__title {
  width: 100%;
  font-family: "King";
  font-size: 43px;
  line-height: 43px;
  color: #2a2626;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .home-about__title {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 560px) {
  .home-about__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.home-about__title span {
  font-family: "King Bold";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.home-about__textbox {
  width: calc( 100% - 630px );
  font-family: "Gilroy Light";
  font-size: 18px;
  line-height: 26px;
  color: #2a2626;
}
@media (max-width: 1080px) {
  .home-about__textbox {
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 560px) {
  .home-about__textbox {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
.home-about__textbox-link {
  width: 246px;
  height: 40px;
  border-radius: 4px;
  border: 2px solid #a4926e;
  margin-top: 30px;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding-top: 1px;
  margin-right: 20px;
}
.home-about__textbox-link:hover {
  background: #a4926e;
}
.home-about__textbox-link:hover span {
  color: #000;
}
.home-about__textbox-link span {
  font-family: "King";
  font-size: 16px;
  line-height: 16px;
  color: #836937;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.home-about__stroke {
  width: 630px;
  position: relative;
  right: -50px;
}
@media (max-width: 1080px) {
  .home-about__stroke {
    width: 100%;
    right: 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.home-about__stroke-item {
  width: 50%;
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media (max-width: 1080px) {
  .home-about__stroke-item {
    width: calc( 100% / 4);
    min-width: 250px;
  }
}
.home-about__stroke-icon {
  width: 42px;
  height: 42px;
  margin-left: -10px;
}
.home-about__stroke-text {
  width: calc( 100% - 44px);
  font-family: "Gilroy Light";
  font-size: 18px;
  line-height: 18px;
  color: #2a2626;
  padding-left: 5px;
}
.home-about__stroke-text span {
  font-family: "Gilroy Bold";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Content */
/* -------------------------------------------------------------------------------------------------------------------- */
.content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Aside */
/* -------------------------------------------------------------------------------------------------------------------- */
.aside {
  width: 375px;
  height: auto;
  position: relative;
}
@media (max-width: 960px) {
  .aside {
    width: 100%;
    margin-top: 60px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Home top players */
/* -------------------------------------------------------------------------------------------------------------------- */
.home-top-players {
  width: 100%;
  height: 473px;
  background: url(../images/aside_box_bg.png) top center no-repeat;
  position: relative;
  z-index: 2;
  padding-top: 25px;
}
.home-top-players__title {
  width: 100%;
  height: 70px;
  background: url(../images/aside_sep_bg.png) bottom center no-repeat;
}
.home-top-players__title span {
  font-family: "King";
  font-size: 24px;
  line-height: 24px;
  color: #2a2626;
  text-transform: uppercase;
}
.home-top-players__content {
  width: 100%;
  margin-top: 20px;
  padding: 0px 30px;
}
.home-top-players .min-table__tr:not(:first-child) {
  margin-top: 11px;
}
.min-table__tr:first-child .home-top-players__num {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 14px;
  color: #555555;
  opacity: 0.7;
}
.home-top-players__num {
  width: 35px;
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 14px;
  color: #555555;
  opacity: 0.7;
}
.min-table__tr:first-child .home-top-players__name {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 14px;
  color: #555555;
  opacity: 0.7;
}
.home-top-players__name {
  width: calc( 100% - 35px - 120px );
  font-family: "Gilroy Bold";
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.min-table__tr:first-child .home-top-players__pvp, .min-table__tr:first-child .home-top-players__pk {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 14px;
  color: #555555;
  opacity: 0.7;
}
.home-top-players__pvp, .home-top-players__pk {
  width: 60px;
  text-align: right;
  font-family: "Gilroy Regular";
  font-size: 18px;
  line-height: 18px;
  color: #665539;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Home top castles */
/* -------------------------------------------------------------------------------------------------------------------- */
.min-table {
  width: 100%;
}

.home-top-castles {
  width: 100%;
  height: 520px;
  background: url(../images/aside_box_bg2.png) bottom center no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 25px;
  margin-top: -30px;
}
.home-top-castles__title {
  width: 100%;
  height: 70px;
  background: url(../images/aside_sep_bg.png) bottom center no-repeat;
}
.home-top-castles__title span {
  font-family: "King";
  font-size: 24px;
  line-height: 24px;
  color: #2a2626;
  text-transform: uppercase;
}
.home-top-castles__content {
  width: 100%;
  margin-top: 20px;
  padding: 0px 30px;
}
.home-top-castles .min-table__tr:not(:first-child) {
  margin-top: 10px;
}
.min-table__tr:first-child .home-top-castles__icon {
  width: 40px;
  height: unset;
  border: unset;
}
.home-top-castles__icon {
  width: 40px;
  height: 40px;
  border-radius: 37px;
  border: 3px solid #e5e1db;
  position: relative;
  overflow: hidden;
}
.home-top-castles__icon img {
  position: absolute;
  display: block;
  height: 38px;
  top: -2px;
  left: -2px;
}
.min-table__tr:first-child .home-top-castles__name {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 14px;
  color: #555555;
  opacity: 0.7;
}
.home-top-castles__name {
  width: calc( 100% - 40px - 130px );
  font-family: "Gilroy Bold";
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 10px;
}
.min-table__tr:first-child .home-top-castles__clan {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 14px;
  color: #555555;
  opacity: 0.7;
}
.home-top-castles__clan {
  width: 130px;
  text-align: right;
  font-family: "Gilroy Regular";
  font-size: 16px;
  line-height: 16px;
  color: #665539;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Page content */
/* -------------------------------------------------------------------------------------------------------------------- */
.page-content {
  width: 100%;
}
@media (max-width: 960px) {
  .page-content {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.page-content__title {
  width: 100%;
  font-family: "King";
  font-size: 36px;
  line-height: 36px;
  color: #8c682e;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .page-content__title {
    font-size: 26px;
    line-height: 26px;
    margin-top: 0px;
    text-align: center;
  }
}
.page-content__box {
  width: 100%;
  background: url(../images/content_box_top_bg.png) top left no-repeat, url(../images/content_box_bottom_bg.png) bottom right no-repeat, -o-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 100px, #dfdad2 101px, #dfdad2 calc(100% - 199px), rgba(255, 255, 255, 0) calc(100% - 100px), rgba(255, 255, 255, 0) 100%);
  background: url(../images/content_box_top_bg.png) top left no-repeat, url(../images/content_box_bottom_bg.png) bottom right no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 100px, #dfdad2 101px, #dfdad2 calc(100% - 199px), rgba(255, 255, 255, 0) calc(100% - 100px), rgba(255, 255, 255, 0) 100%);
  margin-top: 20px;
  min-height: 870px;
}
@media (max-width: 960px) {
  .page-content__box {
    min-height: auto;
    padding-bottom: 30px;
  }
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.pagination__link {
  width: 36px;
  height: 36px;
  background: rgba(211, 206, 195, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  margin: 5px;
  font-family: "King";
  font-size: 16px;
  line-height: 16px;
  color: #736961;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pagination__link:hover {
  background: #c4a16b;
  color: #000;
}
.pagination__link_active {
  background: #2a2626;
  color: #c9c5b2;
}
.pagination__link_active:hover {
  background: #2a2626;
  color: #c9c5b2;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Home news */
/* -------------------------------------------------------------------------------------------------------------------- */
.home-news {
  width: 100%;
}
.home-news__item {
  width: calc( ( 100% - 20px ) / 2);
  height: 358px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1150px) {
  .home-news__item {
    width: 100%;
  }
}
.home-news__item:nth-child(1) {
  width: 100%;
}
.home-news__item:nth-child(1) .home-news__img:after {
  top: 85px;
  left: 0px;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.home-news__img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.home-news__img img {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
.home-news__img:after {
  content: "";
  width: 804px;
  height: 358px;
  position: absolute;
  top: -30px;
  left: -100px;
  background: url(../images/news_shadow_bg.png) top center;
  z-index: 2;
  opacity: 0.98;
}
@media (max-width: 1150px) {
  .home-news__img:after {
    top: 85px;
    left: 0px;
    -webkit-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}
.home-news__date {
  width: 60px;
  height: 77px;
  border-radius: 4px;
  background: #c4a16b;
  position: absolute;
  top: 32px;
  left: -9px;
  z-index: 2;
  text-align: center;
  font-family: "King";
  font-size: 14px;
  line-height: 14px;
  color: #2a2626;
  padding-top: 13px;
}
.home-news__date span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "King";
  font-size: 36px;
  line-height: 36px;
  color: #2a2626;
}
.home-news__content {
  width: 620px;
  padding-left: 72px;
  position: relative;
  z-index: 3;
  margin-top: 32px;
}
@media (max-width: 1150px) {
  .home-news__content {
    width: 100%;
    padding-right: 20px;
  }
}
.home-news__item:not(:first-child) .home-news__content {
  width: 100%;
  padding-right: 20px;
}
.home-news__title {
  width: 100%;
  font-family: "King";
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 1150px) {
  .home-news__title {
    font-size: 22px;
    line-height: 25px;
  }
}
.home-news__title a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.home-news__title a:hover {
  color: #c4a16b;
}
.home-news__item:not(:first-child) .home-news__title a {
  font-size: 22px;
  line-height: 25px;
}
.home-news__text {
  width: 100%;
  height: calc( 24px * 3);
  font-family: "Gilroy Regular";
  font-size: 18px;
  line-height: 24px;
  color: #b2aea1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.home-news__text * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.home-news__item:not(:first-child) .home-news__text {
  display: none;
}
@media (max-width: 1150px) {
  .home-news__item:not(:first-child) .home-news__text {
    display: block;
  }
}
.home-news__link {
  width: 200px;
  height: 40px;
  border-radius: 4px;
  border: 2px solid #5b4a38;
  margin-top: 25px;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding-top: 1px;
}
.home-news__link:hover {
  background: #c4a16b;
}
.home-news__link:hover span {
  color: #000;
}
.home-news__link span {
  font-family: "King";
  font-size: 16px;
  line-height: 16px;
  color: #c4a16b;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.home-news__more {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  margin-top: 20px;
  background: rgba(211, 206, 195, 0.5);
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding-top: 3px;
}
.home-news__more:hover {
  background: #c4a16b;
}
.home-news__more:hover span {
  color: #000;
}
.home-news__more span {
  font-family: "King";
  font-size: 20px;
  line-height: 20px;
  color: #736961;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  opacity: 0.7;
}
@media (max-width: 520px) {
  .home-news__more span {
    font-size: 16px;
    line-height: 16px;
  }
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Full article */
/* -------------------------------------------------------------------------------------------------------------------- */
.full-article {
  width: calc( 100% - 60px );
  margin: 0px 30px;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 960px) {
  .full-article {
    width: calc( 100% - 30px );
    margin: 0px 15px;
  }
}
.full-article__img {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.full-article__img img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.full-article__date {
  width: 60px;
  height: 77px;
  border-radius: 4px;
  background: #c4a16b;
  position: absolute;
  top: 62px;
  left: -9px;
  z-index: 2;
  text-align: center;
  font-family: "King";
  font-size: 14px;
  line-height: 14px;
  color: #2a2626;
  padding-top: 13px;
}
.full-article__date span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "King";
  font-size: 36px;
  line-height: 36px;
  color: #2a2626;
}
.full-article__title {
  width: 100%;
  font-family: "King";
  font-size: 22px;
  line-height: 28px;
  color: #272323;
  margin-top: 15px;
}
.full-article__text {
  width: 100%;
  margin-top: 5px;
}
.full-article__text p {
  font-family: "Gilroy Regular";
  font-size: 16px;
  line-height: 22px;
  color: #6b6a69;
  padding: 5px 0px;
}
.full-article__text p a {
  color: #af7e32;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.full-article__text p a:hover {
  color: #cc720c;
}
.full-article__btn {
  display: block;
  width: 200px;
  padding: 12px 12px 11px;
  border-radius: 15px;
  background: #353130;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "King";
  font-size: 16px;
  line-height: 16px;
  color: #b99f6d;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}
.full-article__btn:hover {
  background: #a9a59d;
  color: #353130;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Downloads */
/* -------------------------------------------------------------------------------------------------------------------- */
.downloads {
  width: 100%;
}
.downloads__nav {
  width: 100%;
  height: 76px;
  background: url(../images/content_nav_bg.png) top center no-repeat;
  padding: 0px 30px;
}
@media (max-width: 960px) {
  .downloads__nav {
    padding: 0px 15px;
  }
}
.downloads__nav-item {
  padding: 9px 12px 8px;
  border-radius: 15px;
  background: #a9a59d;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "King";
  font-size: 18px;
  line-height: 18px;
  color: #353130;
  text-transform: uppercase;
}
.downloads__nav-item.active {
  background: #353130;
  color: #b99f6d;
}
.downloads__nav-item:not(.active):hover {
  background: #c3bfb8;
}
.downloads__nav-item:not(:last-child) {
  margin-right: 10px;
}
.downloads__content {
  width: 100%;
  position: relative;
}
.downloads__content-box {
  width: 100%;
  padding: 15px 30px 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 960px) {
  .downloads__content-box {
    padding: 15px;
  }
}
.downloads__content-box.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.downloads__item {
  width: 100%;
  border-radius: 15px;
  background: #eae8e4;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 4px rgba(194, 188, 178, 0.3);
          box-shadow: 0px 2px 4px rgba(194, 188, 178, 0.3);
}
.downloads__item:not(:last-child) {
  margin-bottom: 15px;
}
.downloads__item-icon {
  width: 60px;
  height: 60px;
  background: #353130;
  border-radius: 60px;
  color: #dbd6ce;
  font-size: 24px;
}
.downloads__item-info {
  width: calc( 100% - 60px - 200px);
  padding-left: 15px;
  margin-top: 10px;
}
@media (max-width: 1160px) {
  .downloads__item-info {
    width: calc( 100% - 60px);
  }
}
.downloads__item-title {
  width: 100%;
  font-family: "King";
  font-size: 16px;
  color: #8d6b2e;
  text-transform: uppercase;
}
.downloads__item-size {
  width: 100%;
  font-family: "Gilroy Regular";
  font-size: 15px;
  line-height: 15px;
  color: #6b6a69;
  margin-top: 6px;
}
.downloads__item-links {
  width: 200px;
  margin-top: 14px;
}
@media (max-width: 1160px) {
  .downloads__item-links {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
.downloads__item-link {
  padding: 9px 12px 8px;
  border-radius: 15px;
  background: #353130;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "King";
  font-size: 16px;
  line-height: 16px;
  color: #b99f6d;
  text-transform: uppercase;
}
.downloads__item-link:hover {
  background: #a9a59d;
  color: #353130;
}
.downloads__item-link-min {
  padding: 9px 9px 8px;
  border-radius: 15px;
  background: #353130;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "King";
  font-size: 16px;
  line-height: 16px;
  color: #b99f6d;
  text-transform: uppercase;
  margin-left: 5px;
}
.downloads__item-link-min:hover {
  background: #a9a59d;
  color: #353130;
}
.downloads__item-desc {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  border-top: 1px solid #d0ccc9;
  padding-top: 10px;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Fast start */
/* -------------------------------------------------------------------------------------------------------------------- */
.fast-start {
  width: 100%;
  padding-top: 40px;
}
.fast-start__box {
  width: 50%;
  padding: 0px 30px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media (max-width: 1160px) {
  .fast-start__box {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .fast-start__box {
    width: 50%;
    padding: 0px 15px;
  }
}
@media (max-width: 680px) {
  .fast-start__box {
    width: 100%;
  }
}
.fast-start__box:not(:last-child) {
  border-right: 1px solid #c1bab2;
}
@media (max-width: 1160px) {
  .fast-start__box:not(:last-child) {
    border-right: none;
    margin-bottom: 30px;
  }
}
.fast-start__title {
  width: 100%;
  font-family: "King";
  font-size: 28px;
  line-height: 28px;
  color: #353130;
}
.fast-start__files {
  width: 100%;
  margin-top: 15px;
}
.fast-start__files-item {
  width: 100%;
  border-radius: 15px;
  background: #eae8e4;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 4px rgba(194, 188, 178, 0.3);
          box-shadow: 0px 2px 4px rgba(194, 188, 178, 0.3);
  -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.fast-start__files-item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(194, 188, 178, 0.7);
          box-shadow: 0px 2px 4px rgba(194, 188, 178, 0.7);
}
.fast-start__files-item:not(:last-child) {
  margin-bottom: 15px;
}
.fast-start__files-icon {
  width: 50px;
  height: 50px;
  background: #353130;
  border-radius: 50px;
  color: #dbd6ce;
  font-size: 22px;
}
.fast-start__files-info {
  width: calc( 100% - 50px);
  padding-left: 10px;
}
.fast-start__files-title {
  width: 100%;
  font-family: "King";
  font-size: 16px;
  color: #8d6b2e;
  text-transform: uppercase;
  margin-top: 4px;
}
.fast-start__files-size {
  width: 100%;
  font-family: "Gilroy Regular";
  font-size: 15px;
  line-height: 15px;
  color: #6b6a69;
  margin-top: 6px;
}
.fast-start__files-guide-title {
  width: 100%;
  font-family: "King";
  font-size: 16px;
  color: #8d6b2e;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}
.fast-start__files-guide {
  width: 100%;
}
.fast-start__files-guide-line {
  font-family: "Gilroy Regular";
  font-size: 15px;
  line-height: 19px;
  color: #6b6a69;
}
.fast-start__files-guide-line:not(:last-child) {
  margin-bottom: 15px;
}
.fast-start__reg {
  width: 100%;
  margin-top: 15px;
}
.fast-start__reg-form {
  width: 100%;
}
.fast-start__reg-line {
  width: 100%;
  height: 42px;
  border-radius: 15px;
  background: #ada7a1;
  margin-top: 10px;
  position: relative;
}
.fast-start__reg-line-icon {
  width: 40px;
  padding-left: 3px;
  height: 100%;
  border-right: 1px solid #d7d0c8;
  position: relative;
  z-index: 2;
}
.fast-start__reg-line-prefix {
  width: 50px;
  height: 100%;
  border-right: 1px solid #d7d0c8;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.fast-start__reg-line input {
  display: block;
  width: calc( 100% - 40px);
  height: 100%;
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.fast-start__reg-line.prefix-line input {
  width: calc( 100% - 40px - 50px );
}
.fast-start__reg-box {
  width: 100%;
  margin-top: 15px;
}
.fast-start__reg-box .checkbox-text {
  width: calc( 100% - 30px );
  font-size: 14px;
  margin-top: -1px;
}
.fast-start__reg-box button {
  display: block;
  width: 100%;
  padding: 15px 12px 14px;
  border-radius: 15px;
  background: #353130;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "King";
  font-size: 18px;
  line-height: 18px;
  color: #b99f6d;
  text-transform: uppercase;
  margin-top: 10px;
}
.fast-start__reg-box button:hover {
  background: #4b4341;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Fast donate */
/* -------------------------------------------------------------------------------------------------------------------- */
.fast-donate {
  width: 600px;
  padding: 180px 30px 120px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1120px) {
  .fast-donate {
    width: 100%;
  }
}
.fast-donate:after {
  content: "";
  width: 700px;
  height: 680px;
  background: url(../images/donate_bg.png) top center;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  left: calc( ( 100% - 700px ) / 2 );
  opacity: 0.4;
  z-index: 1;
}
.fast-donate__text {
  width: 100%;
  font-family: "Gilroy Medium";
  font-size: 18px;
  line-height: 22px;
  color: #3d3d3d;
  text-align: center;
  position: relative;
  z-index: 2;
}
.fast-donate__text-price {
  width: 100%;
  padding: 14px;
  border-radius: 15px;
  background: #4c803b;
  font-size: 20px;
  color: #d4f1cb;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.fast-donate__form {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.fast-donate__form-line {
  width: 100%;
  height: 52px;
  border-radius: 15px;
  background: #ada7a1;
  margin-top: 10px;
  position: relative;
}
.fast-donate__form-line input {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.fast-donate__form-line i {
  font-size: 18px;
  position: absolute;
  top: 17px;
  left: 17px;
}
.fast-donate button {
  display: block;
  width: 100%;
  padding: 15px 12px 14px;
  border-radius: 15px;
  background: #353130;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "King";
  font-size: 18px;
  line-height: 18px;
  color: #b99f6d;
  text-transform: uppercase;
  margin-top: 10px;
}
.fast-donate button:hover {
  background: #4b4341;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Library */
/* -------------------------------------------------------------------------------------------------------------------- */
.library {
  width: 100%;
}
.library__title {
  width: 100%;
  font-family: "King";
  font-size: 36px;
  line-height: 36px;
  color: #8c682e;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 960px) {
  .library__title {
    font-size: 26px;
    line-height: 26px;
    margin-top: 0px;
    text-align: center;
  }
}
.library__aside {
  width: 350px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: -20px 0px;
  background: url(../images/content_black_box_top_bg.png) top left repeat-x, url(../images/content_black_box_bottom_bg.png) bottom center repeat-x, -o-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 60px, #372e2a 61px, #372e2a calc(100% - 61px), rgba(255, 255, 255, 0) calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
  background: url(../images/content_black_box_top_bg.png) top left repeat-x, url(../images/content_black_box_bottom_bg.png) bottom center repeat-x, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 60px, #372e2a 61px, #372e2a calc(100% - 61px), rgba(255, 255, 255, 0) calc(100% - 60px), rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 960px) {
  .library__aside {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.library__aside-nav {
  width: 100%;
  height: auto;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .library__aside-nav {
    padding: 30px 15px;
  }
}
.library__aside-item {
  width: 100%;
}
.library__aside-item:not(:last-child) {
  margin-bottom: 15px;
}
.library__aside-item-btn {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 0px 8px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.library__aside-item-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.library__aside-item-btn:hover i {
  color: #e6c179;
}
.library__aside-item-btn:hover span {
  color: #e6c179;
}
.library__aside-item-btn i {
  width: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #b1aba5;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.library__aside-item-btn span {
  font-family: "King";
  font-size: 18px;
  line-height: 18px;
  color: #b1aba5;
  margin-left: 4px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.library__aside-item-content {
  width: 100%;
  display: none;
}
.library__aside-item-content a {
  display: block;
  width: 100%;
  font-family: "Gilroy Regular";
  font-size: 16px;
  line-height: 22px;
  color: #b1aba5;
  padding-left: 10px;
  padding: 10px 13px;
  border-radius: 15px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.library__aside-item-content a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #e6c179;
}
.library__content {
  width: calc( 100% - 350px);
  min-height: 500px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 40px 30px 30px;
  background: url(../images/content_box_top_bg.png) top right repeat-x, url(../images/content_box_bottom_bg.png) bottom right repeat-x, -o-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 100px, #dfdad2 101px, #dfdad2 calc(100% - 199px), rgba(255, 255, 255, 0) calc(100% - 100px), rgba(255, 255, 255, 0) 100%);
  background: url(../images/content_box_top_bg.png) top right repeat-x, url(../images/content_box_bottom_bg.png) bottom right repeat-x, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 100px, #dfdad2 101px, #dfdad2 calc(100% - 199px), rgba(255, 255, 255, 0) calc(100% - 100px), rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 960px) {
  .library__content {
    width: 100%;
    margin-top: -50px;
    padding: 80px 15px 30px;
    position: relative;
    z-index: 1;
  }
}
.library__content-title {
  width: 100%;
  height: auto;
  font-family: "King";
  font-size: 24px;
  line-height: 30px;
  color: #272323;
}
.library__content-text {
  width: 100%;
  margin-top: 10px;
}
.library__content-text h3 {
  display: block;
  font-family: "Gilroy Regular";
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: #272323;
  padding: 10px 0px 5px;
}
.library__content-text p {
  font-family: "Gilroy Regular";
  font-size: 16px;
  line-height: 22px;
  color: #6b6a69;
  padding: 5px 0px;
}
.library__content-text p a {
  color: #af7e32;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.library__content-text p a:hover {
  color: #cc720c;
}
.library__content-text table {
  width: 100%;
  border: 1px solid #928a80;
  border-radius: 15px;
  margin: 5px 0px;
}
.library__content-text table tr:first-child td {
  background: #eceae6;
}
.library__content-text table tr:first-child td:first-child {
  border-radius: 15px 0px 0px 0px;
}
.library__content-text table tr:first-child td:last-child {
  border-radius: 0px 15px 0px 0px;
}
.library__content-text table tr:last-child td:first-child {
  border-radius: 0px 0px 0px 15px;
}
.library__content-text table tr:last-child td:last-child {
  border-radius: 0px 0px 15px 0px;
}
.library__content-text table td {
  padding: 10px;
  border: 1px solid #928a80;
}
.library__content-text ul {
  margin-left: 18px;
  padding: 5px 0px;
}
.library__content-text ul li {
  font-family: "Gilroy Regular";
  font-size: 16px;
  line-height: 20px;
  color: #4b4947;
  padding: 5px 0px;
}
.library__content-text ul li a {
  color: #af7e32;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.library__content-text ul li a:hover {
  color: #cc720c;
}
.library__content-buttons {
  width: 100%;
  padding: 5px 0px;
}
.library__content-buttons a {
  display: block;
  width: auto;
  padding: 13px 12px 12px;
  border-radius: 15px;
  background: #353130;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  font-family: "King";
  font-size: 14px;
  line-height: 14px;
  color: #b99f6d;
  text-transform: uppercase;
  margin-top: 10px;
}
.library__content-buttons a:hover {
  background: #4b4341;
}
.library__content-buttons a:not(:last-child) {
  margin-right: 5px;
}
.library__content-category {
  width: 100%;
  height: auto;
}
.library__content-category:not(:first-child) {
  margin-top: 20px;
}
.library__content-category-title {
  width: 100%;
  padding: 12px 0px;
  font-family: "King";
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  color: #372e2a;
  border-bottom: 1px solid #b9b3ac;
}
.library__content-category-content {
  width: calc( 100% + 10px );
  margin: 10px -5px;
}
.library__content-category-item {
  width: calc( ( 100% / 3 ) - 10px );
  background: #cfc9c2;
  margin: 5px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media (max-width: 700px) {
  .library__content-category-item {
    width: calc( ( 100% / 2 ) - 10px );
  }
}
@media (max-width: 440px) {
  .library__content-category-item {
    width: calc( ( 100% / 1 ) - 10px );
    height: 180px;
  }
}
.library__content-category-item-player {
  width: 100%;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 440px) {
  .library__content-category-item-player {
    height: 180px;
  }
}
.library__content-category-item-info {
  width: 100%;
  padding: 10px 15px 13px;
}
.library__content-category-item-title {
  width: 100%;
  font-family: "Gilroy Bold";
  font-size: 16px;
  line-height: 18px;
  max-height: calc( 18px * 2 );
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.library__content-category-item-desc {
  width: 100%;
  font-family: "Gilroy Regular";
  font-size: 14px;
  color: #827771;
  line-height: 16px;
  max-height: calc( 16px * 2 );
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.library__content-category-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.library__content-category-item.img {
  cursor: pointer;
}
.library__content-category-item.img:after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/see_icon.png) rgba(255, 255, 255, 0.7) center center no-repeat;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 15px;
}
@media (max-width: 440px) {
  .library__content-category-item.img:after {
    height: 180px;
  }
}
.library__content-category-item.img:hover:after {
  opacity: 1;
}
.library__jail {
  width: 100%;
  min-height: 500px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 50px 30px;
  background: url(../images/content_box_top_bg2.png) top center repeat-x, url(../images/content_box_bottom_bg2.png) bottom center repeat-x, -o-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 100px, #dfdad2 101px, #dfdad2 calc(100% - 199px), rgba(255, 255, 255, 0) calc(100% - 100px), rgba(255, 255, 255, 0) 100%);
  background: url(../images/content_box_top_bg2.png) top center repeat-x, url(../images/content_box_bottom_bg2.png) bottom center repeat-x, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 100px, #dfdad2 101px, #dfdad2 calc(100% - 199px), rgba(255, 255, 255, 0) calc(100% - 100px), rgba(255, 255, 255, 0) 100%);
}
.library__table {
  width: 100%;
  height: auto;
  border: 1px solid #c3bdb5;
  border-bottom: 0px;
}
.library__tr {
  width: 100%;
  border-bottom: 1px solid #c3bdb5;
}
.library__tr:nth-child(even) {
  background: #ccc7c0;
}
.library__tr:first-child * {
  font-family: "Gilroy Bold";
}
@media (max-width: 800px) {
  .library__tr:first-child {
    display: none;
  }
}
.library__td {
  width: calc( 100% / 6);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 15px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 800px) {
  .library__td {
    width: 100%;
    text-align: left;
    border-right: 0px !important;
  }
  .library__td:not(:last-child) {
    border-bottom: 1px solid #c3bdb5;
  }
}
.library__td:before {
  content: attr(data-name);
  font-family: "Gilroy Medium";
  display: none;
}
@media (max-width: 800px) {
  .library__td:before {
    display: inline-block;
    margin-right: 5px;
  }
}
.library__td:not(:last-child) {
  border-right: 1px solid #c3bdb5;
}

.textbox {
  width: 100%;
  padding: 30px;
}
.textbox h3 {
  display: block;
  font-family: "Gilroy Regular";
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: #272323;
  padding: 10px 0px 5px;
}
.textbox p {
  font-family: "Gilroy Regular";
  font-size: 16px;
  line-height: 22px;
  color: #6b6a69;
  padding: 5px 0px;
}
.textbox p a {
  color: #af7e32;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.textbox p a:hover {
  color: #cc720c;
}
.textbox table {
  width: 100%;
  border: 1px solid #928a80;
  border-radius: 15px;
  margin: 5px 0px;
}
.textbox table tr:first-child td {
  background: #eceae6;
}
.textbox table tr:first-child td:first-child {
  border-radius: 15px 0px 0px 0px;
}
.textbox table tr:first-child td:last-child {
  border-radius: 0px 15px 0px 0px;
}
.textbox table tr:last-child td:first-child {
  border-radius: 0px 0px 0px 15px;
}
.textbox table tr:last-child td:last-child {
  border-radius: 0px 0px 15px 0px;
}
.textbox table td {
  padding: 10px;
  border: 1px solid #928a80;
}
.textbox ul {
  margin-left: 18px;
  padding: 5px 0px;
}
.textbox ul li {
  font-family: "Gilroy Regular";
  font-size: 16px;
  line-height: 20px;
  color: #4b4947;
  padding: 5px 0px;
}
.textbox ul li a {
  color: #af7e32;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.textbox ul li a:hover {
  color: #cc720c;
}

/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Footer */
/* -------------------------------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  background: -o-linear-gradient(bottom, #dad7cd 0%, #dad7cd calc(100% - 324px), rgba(255, 255, 255, 0) calc(100% - 200px), rgba(255, 255, 255, 0) 100%), url(../images/footer_bg.png) top center no-repeat;
  background: linear-gradient(to top, #dad7cd 0%, #dad7cd calc(100% - 324px), rgba(255, 255, 255, 0) calc(100% - 200px), rgba(255, 255, 255, 0) 100%), url(../images/footer_bg.png) top center no-repeat;
  position: relative;
  z-index: 1;
}
.footer .content-area {
  padding: 144px 0px 55px;
}
@media (max-width: 1080px) {
  .footer .content-area {
    padding: 144px 0px 35px;
  }
}
.footer__cpr {
  width: 375px;
}
@media (max-width: 1080px) {
  .footer__cpr {
    width: 100%;
    border-bottom: 1px solid #cac3bb;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.footer__cpr-title {
  width: 100%;
  font-family: "Gilroy Bold";
  font-size: 18px;
  line-height: 18px;
  color: #6b6a69;
}
@media (max-width: 1080px) {
  .footer__cpr-title {
    text-align: center;
  }
}
.footer__cpr-text {
  width: 100%;
  font-family: "Gilroy Light";
  font-size: 10px;
  line-height: 16px;
  color: #6b6a69;
  text-transform: uppercase;
  margin-top: 15px;
}
@media (max-width: 1080px) {
  .footer__cpr-text {
    text-align: center;
    margin-top: 8px;
  }
}
.footer__cpr-unsimple {
  width: 152px;
  height: 30px;
  display: block;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin-top: 20px;
}
.footer__cpr-unsimple:hover {
  opacity: 1;
}
@media (max-width: 1080px) {
  .footer__cpr-unsimple {
    margin: 20px auto 0px;
  }
}
.footer__links {
  width: auto;
}
@media (max-width: 620px) {
  .footer__links {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer__links-title {
  width: auto;
  white-space: nowrap;
  font-family: "King";
  font-size: 16px;
  line-height: 16px;
  color: #8d6b2e;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  .footer__links-title {
    width: 100%;
    text-align: center;
  }
}
.footer__link {
  width: auto;
  margin-top: 15px;
  font-family: "Gilroy Bold";
  font-size: 14px;
  line-height: 14px;
  color: #6b6a69;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  .footer__link {
    width: 100%;
    text-align: center;
  }
}
.footer__link a {
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer__link a:hover {
  color: #9d540c;
}
.footer__up-btn {
  width: 40px;
  height: 130px;
  border-radius: 40px;
  border: 1px solid #afa9a3;
  position: relative;
  cursor: pointer;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
@media (max-width: 620px) {
  .footer__up-btn {
    height: 40px;
    margin: 0 auto;
  }
}
.footer__up-btn:hover {
  border: 1px solid #9d540c;
}
.footer__up-btn img {
  position: absolute;
  display: block;
  top: calc( ( 100% - 20px ) / 2 );
  left: calc( ( 100% - 20px ) / 2 );
}
/* -------------------------------------------------------------------------------------------------------------------- */
/* Custom CSS */
/* -------------------------------------------------------------------------------------------------------------------- */

/*@media (max-width: 1439px) {*/
  .voting {display: none;}
  .tg-sticky {border:0;position: fixed;z-index: 99999;top: 40%;right: 0;width: 60px;height: 124px;background-color: #2d2727;border-radius: 10px 0 0 10px;}
  .tg-join {margin: 50px 0 0 0;}
  .tg-window {border-radius: 15px;background-color: #1f1919;margin-top: 105px;}
  .home-online {
    width: 100%;
    height: 290px;
    background: url(../images/aside_box_bg3.png) top center no-repeat;
    position: relative;
    z-index: 2;
    padding-top: 25px;
  }
  .nav-tabs{
    display: flex;
  }
  .nav-tab{
    font-size: 20px;
    margin-right: 10px;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #a4926e;
    font-family: "King";
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
.nav-tab:hover{
  background: #a4926e;
  color: #2a2626;
}
  .nav-tab.active{
    background: #ddd7ce;
    cursor: default;
    color: #2a2626;
    font-weight: 600;
    border: 2px solid transparent;
  }
  .tab-content{
    font-size: 20px;
  }
  .tab-pane{
    display: none;
    padding: 20px;
  }
  .tab-pane.active{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }
/*}*/
/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* End CSS */
/* -------------------------------------------------------------------------------------------------------------------- */