@charset "UTF-8";
/* fonts */
/* -------------------------------------------------------------------------------------------------------------------- */
/* Beaufort Regular / Medium / Bold */
/* -------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Beaufort Regular';
  src: url("../fonts/BeaufortforLOL-Regular.eot");
  src: local("☺"), url("../fonts/BeaufortforLOL-Regular.woff") format("woff"), url("../fonts/BeaufortforLOL-Regular.ttf") format("truetype"), url("../fonts/BeaufortforLOL-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'Beaufort Bold';
  src: url("../fonts/BeaufortforLOL-Bold.eot");
  src: local("☺"), url("../fonts/BeaufortforLOL-Bold.woff") format("woff"), url("../fonts/BeaufortforLOL-Bold.ttf") format("truetype"), url("../fonts/BeaufortforLOL-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Roboto Regular / Medium / Bold */
/* -------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("☺"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: local("☺"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-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: 'Roboto Regular';
  color: #5d504b;
}

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

a {
  text-decoration: none;
  color: #6c5f57;
}

/* 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;
  transition: all .3 ease-in-out;
  color: #5c5552;
}

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

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

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

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

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

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

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

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

/* chekbox */
/* -------------------------------------------------------------------------------------------------------------------- */
.checkbox-wrapper {
  width: 20px;
  height: 20px;
  display: block;
  left: 0px;
  position: relative;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}

.checkbox-wrapper input {
  cursor: pointer;
  height: 20px;
  margin: 0px;
  opacity: 0;
  position: absolute;
  width: 20px;
  z-index: 2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-wrapper input:active + .checkbox:before {
  height: 50px;
  width: 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-wrapper input:checked + .checkbox {
  border: 2px solid #92380b;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-wrapper input:checked + .checkbox:before {
  -webkit-animation: pulse 1s cubic-bezier(0.15, 0.8, 0.5, 1);
          animation: pulse 1s cubic-bezier(0.15, 0.8, 0.5, 1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-wrapper input:checked + .checkbox:after {
  height: 20px;
  opacity: 1;
  width: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-wrapper .checkbox {
  border: 2px solid #bbb7b0;
  border-radius: 2px;
  height: 16px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 14px;
}

.checkbox-wrapper .checkbox:before, .checkbox-wrapper .checkbox:after {
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-wrapper .checkbox:before {
  border-radius: 50%;
  height: 5px;
  width: 5px;
  z-index: -1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-wrapper .checkbox:after {
  background-color: #92380b;
  border-radius: 2px;
  height: 5px;
  opacity: 0;
  width: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.checkbox-wrapper .checkbox i {
  color: #ddd5c7;
  height: 18px;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 18px;
  z-index: 2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 1px;
  margin-left: 1px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px #92380b;
            box-shadow: 0 0 0 0px #92380b;
  }
  100% {
    -webkit-box-shadow: 0 0 0 25px rgba(242, 242, 242, 0);
            box-shadow: 0 0 0 25px rgba(242, 242, 242, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px #92380b;
            box-shadow: 0 0 0 0px #92380b;
  }
  100% {
    -webkit-box-shadow: 0 0 0 25px rgba(242, 242, 242, 0);
            box-shadow: 0 0 0 25px rgba(242, 242, 242, 0);
  }
}

/* buttons */
/* -------------------------------------------------------------------------------------------------------------------- */
.btn {
  width: 100%;
  height: 38px;
  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;
  border-radius: 5px;
  border-bottom: 2px solid #753e39;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  padding: 0px;
}

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

.btn:hover:before {
  opacity: 1;
}

.btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 136, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: 1;
}

.btn span {
  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;
  font-family: 'Beaufort Medium';
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #773412;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
  width: calc( 100% - 6px);
  height: calc( 100% - 6px);
  margin: 3px;
  border-radius: 3px;
  border: 1px solid rgba(80, 26, 13, 0.1);
}

.btn.big {
  height: 50px;
}

.btn.small {
  height: 38px;
}

.btn.big span {
  font-family: 'Beaufort Bold';
  font-size: 20px;
  line-height: 20px;
}

.btn.yellow {
  background: url(../images/bg/big_yellow_bg.jpg) top center;
}

.btn.white {
  background: url(../images/bg/big_white_bg.jpg) top center;
}

.btn.light {
  background: url(../images/bg/light_btn_bg.jpg) top center;
  background-size: 100% 100%;
  border: 1px solid #f9edd5;
}

.btn.light span {
  border: none;
}

.btn.very-light {
  background: none;
  background-size: 100% 100%;
  border: 2px solid #4f433e;
  -webkit-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  -webkit-filter: brightness(100%) !important;
          filter: brightness(100%) !important;
}

.btn.very-light:before {
  display: none;
}

.btn.very-light:hover {
  border: 2px solid #92380b;
}

.btn.very-light span {
  border: none;
  color: #4f433e;
  text-shadow: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.btn.very-light:hover span {
  color: #92380b;
}

/* structure */
/* -------------------------------------------------------------------------------------------------------------------- */
body {
    background: url(../images/bg/comp.webp) no-repeat, url(../images/bg/content_bg.jpg) repeat-y;
    background-position: top center, top center;
    background-size: cover;
}

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

@media (max-width: 1024px) {
  .wrapper {
    background-position: 0px top, top center;
  }
}

.video-bg {
  width: 100%;
  height: 820px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow-x: hidden;
  -webkit-mask-box-image: linear-gradient(to top, transparent 0%, white 20%);
}

.video {
  height: auto;
  position: absolute;
  top: 0px;
  left: calc( ( 100% - 1920px ) / 2);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1439px) {
  .video {
    display: none;
  }
}

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

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

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

/* navigation */
/* -------------------------------------------------------------------------------------------------------------------- */
.navigation {
  width: 100%;
  height: 72px;
  position: relative;
  z-index: 4;
  /* links */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* social */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* open nav button */
  /* ---------------------------------------------------------------------------------------------------------------- */
}

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

.navigation__links {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .navigation__links {
    width: 280px;
    height: auto;
    position: absolute;
    top: 100%;
    right: 0px;
    background: #faf0de;
    border-radius: 5px;
    display: none;
  }
}

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

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

@media (max-width: 1024px) {
  .navigation__link {
    width: 100%;
    height: 50px;
  }
}

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

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

@media (max-width: 1024px) {
  .navigation__link:not(:last-child) {
    margin-right: 0px;
    border-bottom: 1px solid #dad0be;
  }
}

.navigation__link span {
  width: auto;
  font-family: 'Beaufort Medium';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #503e33;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.navigation__link:hover span {
  color: #92380b;
}

.navigation__link.active span {
  color: #92380b;
}

.navigation__social {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 2;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .navigation__social {
    margin-left: 0px;
  }
}

.navigation__social-link {
  width: auto;
  height: 100%;
  position: relative;
}

.navigation__social-link:not(:last-child) {
  margin-right: 38px;
}

.navigation__social-link span {
  width: auto;
  font-family: 'Beaufort Medium';
  text-transform: uppercase;
  font-size: 23px;
  line-height: 23px;
  color: #503e33;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.navigation__social-link:hover span {
  color: #92380b;
}

.navigation__social-link .fa-discord {
  font-size: 19px;
  line-height: 19px;
}

.navigation__open-nav {
  width: 24px;
  height: 20px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  display: none;
}

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

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

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

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

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

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

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

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

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

/* header */
/* -------------------------------------------------------------------------------------------------------------------- */
.lang-switch {
  width: auto;
  position: relative;
  margin-left: 20px;
  z-index: 3;
}

.lang-switch__btn {
  height: 36px;
  padding: 0 12px 0 36px;
  border-radius: 6px;
  background: rgba(250,240,222,0.95);
  border: 1px solid #dad0be;
  font-family: 'Beaufort Medium';
  color: #503e33;
  font-size: 14px;
  line-height: 34px;
  position: relative;
}

.lang-flag {
  width: 24px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 50%;
  background-image: url(../images/raster-sprite.png);
  background-repeat: no-repeat;
  background-size: auto 16px;
}

/* Позиции флагов в спрайте (каждый флаг 24px шириной) */
.lang-flag.ru { background-position: 0 0; }
.lang-flag.ua {background-position: -44px 0;}
.lang-flag.en {background-position: -88px 0;}
.lang-flag.ka {background-position: -132px 0;}
.lang-flag.pl {background-position: -176px 0;}
.lang-flag.pt {background-position: -220px 0;}
.lang-flag.es {background-position: -264px 0;}

.lang-switch__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 220px;
  background: #0e2a34; /* подобрать под тему */
  background: #0e2a34 linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.05));
  border: 1px solid #1c3a45;
  border-radius: 10px;
  padding: 8px 0;
  display: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.lang-switch.open .lang-switch__menu { display: block; }

.lang-switch__item {
  height: 40px;
  padding: 0 14px 0 42px;
  display: flex;
  align-items: center;
  color: #e6f0f2;
  font-family: 'Roboto Medium';
  font-size: 14px;
  position: relative;
}

.lang-switch__item .lang-flag { left: 12px; }

.lang-switch__item:hover { background: rgba(255,255,255,0.06); }

.lang-switch__item.active:after {
  content: '\2713';
  position: absolute;
  right: 12px;
  color: #9ad672;
  font-size: 14px;
}

/* скрыть стандартную панель Google Translate */
iframe.goog-te-banner-frame, .goog-te-banner-frame, .goog-te-banner, .goog-te-gadget-icon, #goog-gt-tt, .goog-te-balloon-frame { display: none !important; visibility: hidden !important; }
html, body { top: 0 !important; margin-top: 0 !important; }
.goog-te-combo { display: none !important; }
/* новые классы интерфейса GT */
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO { display: none !important; visibility: hidden !important; }

/* ================= New language selector theme ================= */
.language-selector { position: relative; margin-left: 20px; z-index: 3; }
.language-selector__current {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    background: linear-gradient(135deg, #f7eedb, #f0e6d2);
    border: 2px solid rgba(139, 69, 19, 0.3);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(15px);
    min-width: 70px;
    box-shadow: 0 4px 20px rgba(139, 69, 19, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}
.language-selector__current::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left .5s; }
.language-selector__current:hover::before { left: 100%; }
.language-selector__current:hover { background: linear-gradient(135deg, #f7eedb, #f0e6d2); border-color: rgba(139,69,19,.5); box-shadow: 0 8px 30px rgba(139,69,19,.3), 0 0 20px rgba(255,255,255,.2), inset 0 1px 0 rgba(255,255,255,.4); transform: translateY(-2px); }
.language-selector__current.active { background: linear-gradient(135deg, #f7eedb, #f0e6d2); border-color: rgba(139,69,19,.6); box-shadow: 0 10px 35px rgba(139,69,19,.4), 0 0 25px rgba(255,255,255,.3), inset 0 1px 0 rgba(255,255,255,.5); }

.language-code { font-size: 13px; font-weight: 800; color: #8B4513; margin-right: 8px; text-transform: uppercase; letter-spacing: .8px; text-shadow: 0 1px 2px rgba(255,255,255,.8); position: relative; z-index: 2; }
.language-arrow { font-size: 11px; color: #8B4513; transition: all .3s cubic-bezier(0.4,0,0.2,1); text-shadow: 0 1px 2px rgba(255,255,255,.8); position: relative; z-index: 2; }
.language-selector__current.active .language-arrow { transform: rotate(180deg); color: #8B4513; }

.language-flag { width: 24px; height: 24px; display: inline-block; background-image: url(../images/raster-sprite.png); background-repeat: no-repeat; background-size: auto 24px; margin-right: 10px; flex-shrink: 0; position: relative; z-index: 2; vertical-align: middle; }

.language-selector__dropdown { position: absolute; top: 100%; left: 0; right: 0; background: linear-gradient(135deg, #f7eedb, #f0e6d2); border: 2px solid rgba(139,69,19,.3); border-radius: 12px; backdrop-filter: blur(25px); box-shadow: 0 20px 60px rgba(139,69,19,.3), 0 0 30px rgba(255,255,255,.2), inset 0 1px 0 rgba(255,255,255,.3); opacity: 0; visibility: hidden; transform: translateY(-15px) scale(.95); transition: all .4s cubic-bezier(0.4,0,0.2,1); margin-top: 8px; overflow: hidden; min-width: 220px; z-index: 1000; }
.language-selector__dropdown.active { opacity: 1; visibility: visible; transform: translateY(0) scale(1); animation: slideInFromTop .4s cubic-bezier(0.4,0,0.2,1); }

.language-option { display: flex; align-items: center; padding: 16px 20px; cursor: pointer; transition: all .3s cubic-bezier(0.4,0,0.2,1); border-bottom: 1px solid rgba(139,69,19,.1); position: relative; overflow: hidden; }
.language-option:last-child { border-bottom: none; }
.language-option::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); transition: left .5s; }
.language-option:hover::before { left: 100%; }
.language-option:hover { background: rgba(139,69,19,.05); transform: translateX(6px); border-left: 4px solid #8B4513; }
.language-option.active { background: rgba(139,69,19,.08); border-left: 4px solid #8B4513; box-shadow: inset 0 0 20px rgba(139,69,19,.1); }
.language-option .language-flag { width: 24px; height: 24px; margin-right: 14px; background-image: url(../images/raster-sprite.png); background-repeat: no-repeat; background-size: auto 24px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.language-name { color: #8B4513; font-size: 15px; font-weight: 600; flex: 1; text-shadow: 0 1px 2px rgba(255,255,255,.8); position: relative; z-index: 2; }
.language-check { color: #8B4513; font-weight: bold; font-size: 18px; margin-left: 10px; text-shadow: 0 1px 2px rgba(255,255,255,.8); position: relative; z-index: 2; }

.language-selector.dark-theme .language-selector__current { background: linear-gradient(135deg, rgba(139,69,19,.9), rgba(160,82,45,.8)); border: 2px solid rgba(255,215,0,.4); color: #fff; box-shadow: 0 4px 20px rgba(139,69,19,.3), inset 0 1px 0 rgba(255,215,0,.2); }
.language-selector.dark-theme .language-selector__current:hover { background: linear-gradient(135deg, rgba(160,82,45,.95), rgba(139,69,19,.9)); border-color: rgba(255,215,0,.6); box-shadow: 0 8px 30px rgba(139,69,19,.4), 0 0 20px rgba(255,215,0,.3); }
.language-selector.dark-theme .language-code, .language-selector.dark-theme .language-arrow { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.8), 0 0 10px rgba(255,215,0,.5); }
.language-selector.dark-theme .language-selector__dropdown { background: linear-gradient(135deg, rgba(139,69,19,.98), rgba(160,82,45,.95)); border: 2px solid rgba(255,215,0,.3); box-shadow: 0 20px 60px rgba(139,69,19,.6), 0 0 30px rgba(255,215,0,.2); }
.language-selector.dark-theme .language-option { border-bottom: 1px solid rgba(255,215,0,.1); }
.language-selector.dark-theme .language-option:hover { background: rgba(255,215,0,.1); }
.language-selector.dark-theme .language-option.active { background: rgba(255,215,0,.15); border-left: 4px solid #FFD700; }
.language-selector.dark-theme .language-name { color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,.6); }
.language-selector.dark-theme .language-check { color: #FFD700; text-shadow: 0 0 10px rgba(255,215,0,.5); }

@media (max-width: 768px) {
    .language-selector__current { padding: 8px 12px; min-width: 60px; }
    .language-flag { width: 18px; height: 14px; margin-right: 8px; }
    .language-code { font-size: 11px; margin-right: 6px; }
    .language-selector__dropdown { min-width: 180px; }
    .language-option { padding: 12px 16px; }
    .language-option .language-flag { width: 22px; height: 17px; margin-right: 12px; }
    .language-name { font-size: 14px; }
}

@keyframes slideInFromTop { from { opacity: 0; transform: translateY(-20px) scale(0.9);} to { opacity: 1; transform: translateY(0) scale(1);} }

.header {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  /* header content */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* header logo */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* header info */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* header buttons */
  /* ---------------------------------------------------------------------------------------------------------------- */
}

.header .content-area {
  height: auto;
  position: relative;
  z-index: 2;
}

.header__content {
  width: 50%;
  padding: 85px 0px;
}

@media (max-width: 1024px) {
  .header__content {
    width: 100%;
    padding: 85px calc( ( 100% - 600px ) / 2);
  }
}

.header__logo {
  width: 100%;
}

@media (max-width: 1439px) {
  .header__logo {
    opacity: 1;
  }
}

.header__logo a {
  width: 460px;
  height: 100px;
  position: relative;
}

@media (max-width: 1024px) {
  .header__logo a {
    width: 320px;
    height: 80px;
  }
}

@media (max-width: 460px) {
  .header__logo a {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.header__logo a img {
  display: block;
  pointer-events: none;
  position: absolute;
  top: calc( ( 100% - 258px ) / 2);
  left: calc( ( 100% - 552px ) / 2);
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  opacity: 1;
}

@media (max-width: 1439px) {
  .header__logo a img {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .header__logo a img {
    width: 400px;
    height: auto;
    top: calc( ( 100% - 193px ) / 2);
    left: calc( ( 100% - 400px ) / 2);
  }
}

.header__logo a:hover img {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

.header__info {
  width: 100%;
  margin-top: 65px;
}

@media (max-width: 1024px) {
  .header__info {
    margin-top: 35px;
  }
}

.header__info-title {
  width: 100%;
  font-family: 'Beaufort Bold';
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #503e33;
}

@media (max-width: 1024px) {
  .header__info-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.header__info-text {
  width: 100%;
  font-family: 'Roboto Medium';
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #3e3431;
  margin-top: 10px;
}

.header__buttons {
  width: 100%;
  margin-top: 40px;
}

.header__buttons .btn.yellow {
  width: 214px;
  margin-right: 15px;
}

@media (max-width: 1024px) {
  .header__buttons .btn.yellow {
    width: 230px;
    margin-right: 0px;
  }
}

.header__buttons .btn.white {
  width: 230px;
}

.header__buttons-sep {
  width: 1px;
  height: 1px;
}

@media (max-width: 1024px) {
  .header__buttons-sep {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* main content */
/* -------------------------------------------------------------------------------------------------------------------- */
.main-content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

/* top content */
/* -------------------------------------------------------------------------------------------------------------------- */
.top-content {
  width: 100%;
  height: 316px;
  background: #413c3a;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .top-content {
    height: auto;
  }
}

/* slider */
/* -------------------------------------------------------------------------------------------------------------------- */
.slider {
  width: 50%;
  height: 316px;
  position: relative;
}

@media (max-width: 1024px) {
  .slider {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.slider__img {
  width: auto;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0px;
  right: 0px;
}

.slider__img img {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.slider__img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 76, 73, 0.1)), color-stop(30%, rgba(86, 76, 73, 0.6)), color-stop(60%, rgba(86, 76, 73, 0.8)), to(rgba(86, 76, 73, 0.95)));
  background: linear-gradient(to bottom, rgba(86, 76, 73, 0.1) 0%, rgba(86, 76, 73, 0.6) 30%, rgba(86, 76, 73, 0.8) 60%, rgba(86, 76, 73, 0.95) 100%);
}

.slider__content {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.slider__title {
  width: 100%;
  margin-top: 10px;
  font-family: 'Beaufort Medium';
  font-size: 28px;
  line-height: 28px;
  color: #e5d9c3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640px) {
  .slider__title {
    white-space: normal;
    overflow: visible;
    font-size: 22px;
    line-height: 22px;
  }
}

.slider__title a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.slider__title a:hover {
  color: #f8d672;
}

.slider__text {
  width: 100%;
  height: calc( 24px * 2);
  margin-top: 10px;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 24px;
  color: #c0b6a6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slider__button {
  width: 180px;
  margin-top: 20px;
}

.main-slider {
  width: 100%;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
  position: relative;
}

@media (max-width: 1024px) {
  .main-slider {
    border-radius: 0px 0px 5px 5px;
  }
}

.main-slider__content-bg {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.main-slider .MVisionSlider__nav {
  position: absolute;
  left: 240px;
  bottom: 27px;
  z-index: 20;
}

@media (max-width: 640px) {
  .main-slider .MVisionSlider__nav {
    left: 20px;
    bottom: calc( 100% - 50px);
  }
}

.main-slider .MVisionSlider__item {
  overflow: hidden;
}

.main-slider .MVisionSlider__markers {
  width: 100%;
  padding: 10px;
}

.main-slider .MVisionSlider__marker {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #817c75;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0px 10px;
  opacity: 0.3;
}

.main-slider .MVisionSlider__marker.active {
  opacity: 1;
  background: #f8d672;
  -webkit-box-shadow: 0px 0px 4px #f8d672;
          box-shadow: 0px 0px 4px #f8d672;
}

.main-slider .MVisionSlider__prev-arrow, .main-slider .MVisionSlider__next-arrow {
  width: 9px;
  height: 16px;
  display: block;
  opacity: 0.5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-slider .MVisionSlider__prev-arrow:hover, .main-slider .MVisionSlider__next-arrow:hover {
  opacity: 1;
}

/* servers */
/* -------------------------------------------------------------------------------------------------------------------- */
.servers {
  width: 50%;
  height: 316px;
  /* server */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* content */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* info */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* status */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* button */
  /* ---------------------------------------------------------------------------------------------------------------- */
}

@media (max-width: 1024px) {
  .servers {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 640px) {
  .servers {
    width: 100%;
    height: auto;
  }
}

.servers__item {
  width: calc( 100% / 3);
  height: 100%;
}

@media (max-width: 640px) {
  .servers__item {
    width: 100%;
    height: 316px;
  }
}

.servers__item:nth-child(1) {
  border-right: 1px solid #60554f;
}

@media (max-width: 1024px) {
  .servers__item:nth-child(1) {
    border-radius: 5px 0px 0px 0px;
  }
}

@media (max-width: 640px) {
  .servers__item:nth-child(1) {
    border-radius: 5px 5px 0px 0px;
    border-right: 0px solid #60554f;
    border-bottom: 1px solid #60554f;
  }
}

.servers__item:nth-child(2) {
  border-right: 1px solid #60554f;
}

@media (max-width: 640px) {
  .servers__item:nth-child(2) {
    border-right: 0px solid #60554f;
    border-bottom: 1px solid #60554f;
  }
}

.servers__item:nth-child(3) {
  border-radius: 0px 5px 5px 0px;
}

@media (max-width: 1024px) {
  .servers__item:nth-child(3) {
    border-radius: 0px 5px 0px 0px;
  }
}

.servers__item-content {
  width: 100%;
  height: 233px;
  padding-top: 30px;
}

.servers__item:nth-child(1) .servers__item-content {
  background: url(../images/bg/server_bg_1.png) top center no-repeat;
  background-size: auto 100%;
}

@media (max-width: 1024px) {
  .servers__item:nth-child(1) .servers__item-content {
    border-radius: 5px 0px 0px 0px;
  }
}

@media (max-width: 640px) {
  .servers__item:nth-child(1) .servers__item-content {
    border-radius: 5px 5px 0px 0px;
  }
}

.servers__item:nth-child(2) .servers__item-content {
  background: url(../images/bg/server_bg_2.png) top center no-repeat;
  background-size: auto 100%;
}

.servers__item:nth-child(3) .servers__item-content {
  background: url(../images/bg/server_bg_3.png) top center no-repeat;
  background-size: auto 100%;
  border-radius: 0px 5px 5px 0px;
}

@media (max-width: 1024px) {
  .servers__item:nth-child(3) .servers__item-content {
    border-radius: 0px 5px 0px 0px;
  }
}

@media (max-width: 640px) {
  .servers__item:nth-child(3) .servers__item-content {
    border-radius: 0px 0px 0px 0px;
  }
}

.servers__item-icon {
  width: 80px;
  height: 80px;
  position: relative;
  pointer-events: none;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.servers__item-icon img {
  position: absolute;
  top: calc( ( 100% - 120px ) / 2);
  left: calc( ( 100% - 120px ) / 2);
}

.servers__item-name {
  width: 100%;
  text-align: center;
  font-family: 'Beaufort Medium';
  font-size: 22px;
  line-height: 22px;
  color: #e5d9c3;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

.servers__item-online {
  width: 100%;
  text-align: center;
  font-family: 'Roboto Regular';
  font-size: 14px;
  line-height: 14px;
  color: #c0b6a6;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

.servers__item-online span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #f8d672;
}

.accs, .server-time {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #f8d672;
}

.servers__item-info {
  width: 100%;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

.servers__item-info-item {
  width: auto;
  font-family: 'Roboto Regular';
  font-size: 12px;
  line-height: 12px;
  color: #888275;
  position: relative;
  cursor: default;
}

.servers__item-info-item:not(:last-child) {
  margin-right: 20px;
}

.servers__item-info-item:hover .servers__item-info-tooltip {
  opacity: 1;
}

.servers__item-info-tooltip {
  width: auto;
  padding: 4px 8px;
  border-radius: 4px;
  background: #5a534c;
  border: 1px solid #6e6560;
  font-family: 'Roboto Regular';
  font-size: 12px;
  line-height: 12px;
  color: #e5d9c3;
  position: absolute;
  top: -30px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.servers__item-info-tooltip:before {
  content: '';
  width: 10px;
  height: 6px;
  background: url(../images/bg/tooltip_arrow.png) top center;
  position: absolute;
  bottom: -6px;
  left: calc( ( 100% - 10px ) / 2);
}

.servers__item-status {
  width: 100%;
  height: calc( 100% - 233px);
  position: relative;
}

.servers__item.on .servers__item-status {
  background: url(../images/bg/server_on_bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}

.servers__item.off .servers__item-status {
  background: url(../images/bg/server_off_bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}

.servers__button {
  width: 136px;
  position: absolute;
  left: calc( ( 100% - 136px ) / 2);
  bottom: 20px;
}

.servers__item.disable .servers__button {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

/* servers min */
/* -------------------------------------------------------------------------------------------------------------------- */
.servers-min {
  width: 100%;
  background: #413c3a;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.servers-min__item {
  width: calc( 100% / 3);
  height: 90px;
  padding: 20px;
  position: relative;
}

@media (max-width: 1024px) {
  .servers-min__item {
    height: auto;
    padding-bottom: 60px;
  }
}

@media (max-width: 720px) {
  .servers-min__item {
    width: 100%;
  }
}

.servers-min__item:not(:last-child) {
  border-right: 1px solid #60554f;
}

@media (max-width: 720px) {
  .servers-min__item:not(:last-child) {
    border-right: 0px solid #60554f;
  }
}

.servers-min__item.on {
  background: url(../images/bg/server_on_bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}

.servers-min__item.off {
  background: url(../images/bg/server_off_bg.png) bottom center no-repeat;
  background-size: 100% 100%;
}

.servers-min__item-icon {
  width: 50px;
  height: 50px;
  position: relative;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .servers-min__item-icon {
    width: 100%;
  }
}

.servers-min__item-icon img {
  width: 74px;
  height: 74px;
  position: absolute;
  top: calc( ( 100% - 74px ) / 2);
  left: calc( ( 100% - 74px ) / 2);
}

.servers-min__content {
  width: calc( 100% - 50px);
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .servers-min__content {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
}

.servers-min__item-name {
  width: 100%;
  font-family: 'Beaufort Medium';
  font-size: 22px;
  line-height: 22px;
  color: #e5d9c3;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .servers-min__item-name {
    text-align: center;
  }
}

.servers-min__item-online {
  width: 100%;
  font-family: 'Roboto Regular';
  font-size: 14px;
  line-height: 14px;
  color: #c0b6a6;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .servers-min__item-online {
    text-align: center;
  }
}

.servers-min__item-online span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #f8d672;
}

.servers-min__button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc( ( 100% - 30px ) / 2);
  right: 20px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .servers-min__button {
    top: calc( 100% - 30px - 20px);
    right: calc( ( 100% - 30px ) / 2);
  }
}

/* page content */
/* -------------------------------------------------------------------------------------------------------------------- */
.page-content {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-content.inner {
  margin-top: 10px;
}

/* articles */
/* -------------------------------------------------------------------------------------------------------------------- */
.articles {
  width: calc( 100% - 330px - 50px);
}

@media (max-width: 1220px) {
  .articles {
    width: 100%;
  }
}

.articles__place {
  width: 100%;
  height: 470px;
  position: relative;
}

@media (max-width: 840px) {
  .articles__place {
    height: auto;
  }
}

.articles__btn {
  width: 100%;
  height: 52px;
  background: #f7eedb;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Beaufort Medium';
  font-size: 18px;
  line-height: 18px;
  color: #6c5f57;
  -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out;
  margin-top: 10px;
}

.articles__btn:hover {
  background: #ece4d1;
  color: #584e48;
}

.articles__btn span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.article {
  width: calc( ( 100% - 20px ) / 3);
  height: calc( ( 100% - 10px ) / 2);
  position: absolute;
  background: #faf0de;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  /* images */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* content */
  /* ---------------------------------------------------------------------------------------------------------------- */
}

@media (max-width: 840px) {
  .article {
    position: relative;
    width: 100% !important;
    height: 290px !important;
    top: 0px !important;
    left: 0px !important;
  }
}

@media (max-width: 840px) {
  .article:not(:last-child) {
    margin-bottom: 10px;
  }
}

.article:nth-child(1) {
  height: 100%;
  top: 0px;
  left: 0px;
}

.article:nth-child(2) {
  width: calc( ( ( ( 100% - 20px ) / 3 ) * 2 ) + 10px);
  height: 290px;
  top: 0px;
  left: calc( ( ( ( 100% - 20px ) / 3 ) * 1 ) + 10px);
}

.article:nth-child(3) {
  height: calc( 100% - 290px - 10px);
  top: calc( 290px + 10px);
  left: calc( ( ( ( 100% - 20px ) / 3 ) * 1 ) + 10px);
}

.article:nth-child(4) {
  height: calc( 100% - 290px - 10px);
  top: calc( 290px + 10px);
  left: calc( ( ( ( 100% - 20px ) / 3 ) * 2 ) + 20px);
}

.article__img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.article__img img {
  position: relative;
  z-index: 1;
}

@media (max-width: 840px) {
  .article__img img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 623px) {
  .article__img img {
    width: auto !important;
    height: 100% !important;
  }
}

.article__img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 245, 227, 0.97)), color-stop(rgba(254, 245, 227, 0.95)), color-stop(rgba(254, 245, 227, 0.72)), to(rgba(254, 245, 227, 0)));
  background: linear-gradient(to top, rgba(254, 245, 227, 0.97), rgba(254, 245, 227, 0.95), rgba(254, 245, 227, 0.72), rgba(254, 245, 227, 0));
}

.article:nth-child(1) .article__img img {
  height: 100%;
}

.article:nth-child(2) .article__img img {
  width: auto;
}

.article:nth-child(3) .article__img img,
.article:nth-child(4) .article__img img {
  height: 100%;
}

@media (max-width: 1220px) {
  .article:nth-child(3) .article__img img,
  .article:nth-child(4) .article__img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1060px) {
  .article:nth-child(3) .article__img img,
  .article:nth-child(4) .article__img img {
    width: auto;
    height: 100%;
  }
}

.article__content {
  width: calc( 100% - 40px);
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}

.article__date {
  width: 100%;
  font-family: 'Roboto Regular';
  font-size: 13px;
  line-height: 13px;
  color: #6c5f57;
}

.article__title {
  width: 100%;
  font-family: 'Beaufort Medium';
  font-size: 24px;
  line-height: 24px;
  color: #4f433e;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 840px) {
  .article__title {
    font-size: 20px;
    line-height: 20px;
  }
}

.article__title a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.article__title a:hover {
  color: #92380b;
}

.article:nth-child(3) .article__title,
.article:nth-child(4) .article__title {
  font-size: 20px;
  line-height: 20px;
}

.article__text {
  width: 100%;
  height: calc( 22px * 3);
  margin-top: 10px;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 22px;
  color: #6c5f57;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 840px) {
  .article__text {
    height: calc( 22px * 2);
    -webkit-line-clamp: 2;
  }
}

.article:nth-child(2) .article__text {
  height: calc( 22px * 2);
  -webkit-line-clamp: 2;
}

.article:nth-child(3) .article__text,
.article:nth-child(4) .article__text {
  display: none;
}

@media (max-width: 840px) {
  .article:nth-child(3) .article__text,
  .article:nth-child(4) .article__text {
    display: block;
  }
}

.article__button {
  width: 140px;
  height: 32px;
  margin-top: 20px;
}

.article__button span {
  font-size: 14px;
  line-height: 14px;
}

.inner-articles {
  width: calc( 100% + 10px);
  margin: -5px;
  /* content */
  /* ---------------------------------------------------------------------------------------------------------------- */
}

.inner-articles__item {
  width: calc( ( 100% - 40px ) / 4);
  height: 400px;
  border-radius: 5px;
  background: #faf0de;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  margin: 5px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
}

@media (max-width: 1200px) {
  .inner-articles__item {
    width: calc( ( 100% - 20px ) / 2);
  }
}

@media (max-width: 640px) {
  .inner-articles__item {
    width: calc( ( 100% - 10px ) / 1);
  }
}

.inner-articles__img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.inner-articles__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.inner-articles__img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 240, 222, 0.97)), color-stop(rgba(250, 240, 222, 0.95)), color-stop(rgba(250, 240, 222, 0.72)), to(rgba(250, 240, 222, 0)));
  background: linear-gradient(to top, rgba(250, 240, 222, 0.97), rgba(250, 240, 222, 0.95), rgba(250, 240, 222, 0.72), rgba(250, 240, 222, 0));
}

.inner-articles__content {
  width: calc( 100% - 40px);
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}

.inner-articles__date {
  width: 100%;
  font-family: 'Roboto Regular';
  font-size: 13px;
  line-height: 13px;
  color: #6c5f57;
}

.inner-articles__title {
  width: 100%;
  font-family: 'Beaufort Medium';
  font-size: 24px;
  line-height: 24px;
  color: #4f433e;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 840px) {
  .inner-articles__title {
    font-size: 20px;
    line-height: 20px;
  }
}

.inner-articles__title a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.inner-articles__title a:hover {
  color: #92380b;
}

.inner-articles:nth-child(3) .inner-articles__title,
.inner-articles:nth-child(4) .inner-articles__title {
  font-size: 20px;
  line-height: 20px;
}

.inner-articles__text {
  width: 100%;
  height: calc( 22px * 3);
  margin-top: 10px;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 22px;
  color: #6c5f57;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inner-articles__button {
  width: 140px;
  height: 32px;
  margin-top: 20px;
}

.inner-articles__button span {
  font-size: 14px;
  line-height: 14px;
}

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

.pagination__link {
  width: 38px;
  height: 38px;
  background: #f7eedb;
  border-radius: 5px;
  margin: 3px;
  font-family: 'Beaufort Regular';
  color: #6c5f57;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out;
}

.pagination__link:hover {
  background: #ece4d1;
  color: #584e48;
}

.pagination__link.active {
  font-family: 'Beaufort Bold';
  color: #f7eedb;
  background: #92380b;
  pointer-events: none;
}

.full-article {
  width: 100%;
  border-radius: 5px;
  background: #fef5e3;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.full-article__img {
  width: calc( 100% - 20px);
  height: 250px;
  margin: 10px;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 580px) {
  .full-article__img {
    height: 150px;
  }
}

.full-article__img img {
  width: 100%;
}

@media (max-width: 370px) {
  .full-article__img img {
    height: 100%;
    width: auto;
  }
}

.full-article__content {
  width: 100%;
  padding: 0px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.full-article__date {
  width: 100%;
  font-family: 'Roboto Regular';
  font-size: 13px;
  line-height: 13px;
  color: #6c5f57;
}

.full-article__title {
  width: 100%;
  font-family: 'Beaufort Medium';
  font-size: 24px;
  line-height: 24px;
  color: #4f433e;
  margin-top: 5px;
}

@media (max-width: 840px) {
  .full-article__title {
    font-size: 20px;
    line-height: 20px;
  }
}

.full-article__title a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.full-article__text {
  width: 100%;
  margin-top: 10px;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 22px;
  color: #6c5f57;
}

.full-article__button {
  width: 110px;
  height: 32px;
  margin-top: 20px;
}

.full-article__button span {
  font-size: 14px;
  line-height: 14px;
}

.full-article__button i {
  margin-right: 10px;
}

/* widget */
/* -------------------------------------------------------------------------------------------------------------------- */
.widget {
  width: 330px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 1220px) {
  .widget {
    width: 100%;
    height: 300px;
    margin-top: 50px;
  }
}

/* inner page */
/* -------------------------------------------------------------------------------------------------------------------- */
.inner-page {
  width: 100%;
  border-radius: 5px;
  background: #faf0de;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.inner-page__title {
  width: 100%;
  padding: 30px 30px 26px;
  text-align: center;
  font-family: 'Beaufort Bold';
  font-size: 28px;
  line-height: 28px;
  color: #92380b;
  text-transform: uppercase;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 2px solid #e3d8c4;
}

@media (max-width: 500px) {
  .inner-page__title {
    font-size: 22px;
    line-height: 22px;
    padding: 20px 20px 18px;
  }
}

.inner-page__title span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #6c5f57;
  text-transform: none;
  margin-top: 5px;
}

@media (max-width: 500px) {
  .inner-page__title span {
    font-size: 14px;
    line-height: 14px;
  }
}

.inner-page__block {
  width: 100%;
  padding: 30px;
}

@media (max-width: 500px) {
  .inner-page__block {
    padding: 20px;
  }
}

.inner-page__text-block {
  width: 100%;
}

.inner-page__text-block *:first-child {
  margin-top: 0px;
}

.inner-page__text-block h1 {
  width: 100%;
  font-family: 'Beaufort Bold';
  font-size: 24px;
  line-height: 26px;
  color: #92380b;
  margin: 30px 0px 10px;
}

.inner-page__text-block p {
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 24px;
  color: #6c5f57;
}

.inner-page__text-block p a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #c97630;
  text-decoration: underline;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.inner-page__text-block p a:hover {
  color: #92380b;
}

.inner-page__text-block ul {
  width: 100%;
  padding-left: 18px;
}

.inner-page__text-block ul li {
  margin: 6px 0px;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 24px;
  color: #796b63;
}

.inner-page__text-block-title {
  width: 100%;
  font-family: 'Beaufort Bold';
  font-size: 24px;
  line-height: 26px;
  color: #92380b;
}

/* global form */
/* -------------------------------------------------------------------------------------------------------------------- */
.global-form {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.global-form__text {
  width: 100%;
  text-align: center;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 24px;
  color: #6c5f57;
}

.global-form__text a {
  font-family: 'Roboto Regular';
  color: #6c5f57;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.global-form__text a:hover {
  color: #92380b;
}

.global-form__form {
  width: 100%;
}

.global-form__line {
  position: relative;
  margin-top: 20px;
}

.global-form__line.percent-100 {
  width: 100%;
}

.global-form__line.percent-50 {
  width: calc( ( 100% - 20px ) / 2);
}

@media (max-width: 790px) {
  .global-form__line.percent-50 {
    width: 100%;
  }
}

.global-form__line input {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #cbc2b3;
  background: #ddd5c7;
  padding-left: 60px;
  padding-right: 20px;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 24px;
  color: #6c5f57;
}

.global-form__line input.zindex {
  position: relative;
  z-index: 1;
  padding-left: 130px;
  padding-right: 20px;
}

.global-form__prefix {
  width: 70px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 46px;
  text-align: center;
  border-right: 1px solid #cbc2b3;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 16px;
  color: #6c5f57;
  padding-top: 2px;
}

.global-form__prefix a {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #cbc2b3;
  font-size: 10px;
  line-height: 10px;
  color: #6c5f57;
  position: absolute;
  top: calc( ( 100% - 20 ) / 2);
  right: -10px;
  background: #ddd5c7;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.global-form__prefix a:hover {
  color: #92380b;
}

.global-form__line-icon {
  width: 46px;
  height: 46px;
  background: #ddd5c7;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px 0px 0px 5px;
  color: #92380b;
  z-index: 2;
  border: 1px solid #cbc2b3;
}

.global-form .checkbox-bg {
  background: #ddd5c7;
  border-radius: 5px;
  padding: 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.global-form .checkbox-bg .checkbox-wrapper {
  margin-bottom: 10px;
}

.global-form .checkbox-bg__text {
  width: 100%;
  text-align: center;
  font-family: 'Roboto Regular';
  font-size: 14px;
  line-height: 20px;
  color: #6c5f57;
}

.global-form .checkbox-bg__text a {
  font-family: 'Roboto Regular';
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #c97630;
}

.global-form .checkbox-bg__text a:hover {
  color: #92380b;
}

.global-form .capcha-bg {
  background: #ddd5c7;
  border-radius: 5px;
  padding: 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.global-form__button {
  width: 260px;
}

.global-form__sep {
  width: 100%;
  height: 1px;
}

.register-form {
  width: 800px;
}

@media (max-width: 920px) {
  .register-form {
    width: 100%;
  }
}

/* how to start */
/* -------------------------------------------------------------------------------------------------------------------- */
.hts-block {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}

.hts-block:not(:last-child) {
  border-bottom: 1px solid #e3d8c4;
}

.hts-block:after {
  content: '';
  width: 96px;
  height: 73px;
  position: absolute;
  top: -32px;
  left: calc( ( 100% - 96px ) / 2);
  background: url(../images/icons/arrow.png) top center no-repeat;
  background-size: 100% 100%;
}

.hts-block.hts-1:after {
  display: none;
}

.hts-block.hts-1 {
  background: url(../images/hts/1.jpg) top center;
  background-size: cover;
}

.hts-block.hts-2 {
  background: url(../images/hts/2.jpg) top center;
  background-size: cover;
}

.hts-block.hts-3 {
  background: url(../images/hts/3.jpg) top center;
  background-size: cover;
}

.hts-block.hts-4 {
  background: url(../images/hts/4.jpg) top center;
  background-size: cover;
}

.hts-block.hts-5 {
  background: url(../images/hts/5.jpg) top center;
  background-size: cover;
  border-bottom: 0px;
  border-radius: 0px 0px 10px 10px;
}

.hts-block__title {
  width: 100%;
}

.hts-block__title-step {
  width: 110px;
  margin: 0 auto;
  font-family: 'Beaufort Bold';
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #92380b;
  position: relative;
  background: #f8d672;
  padding: 8px 0px;
  border-radius: 50px;
}

@media (max-width: 500px) {
  .hts-block__title-step {
    font-size: 18px;
    line-height: 18px;
  }
}

.hts-block__title-step:after {
  content: '';
  width: 73px;
  height: 22px;
  position: absolute;
  top: calc( 50% - 11px);
  left: -80px;
  background: url(../images/bg/step_left.png) top center no-repeat;
}

.hts-block__title-step:before {
  content: '';
  width: 73px;
  height: 22px;
  position: absolute;
  top: calc( 50% - 11px);
  right: -80px;
  background: url(../images/bg/step_right.png) top center no-repeat;
}

.hts-block__title-text {
  width: 100%;
  font-family: 'Beaufort Medium';
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #92380b;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .hts-block__title-text {
    font-size: 20px;
    line-height: 20px;
  }
}

.hts-block__text {
  width: 800px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  font-family: 'Roboto Regular';
  font-size: 16px;
  line-height: 24px;
  color: #6c5f57;
}

@media (max-width: 920px) {
  .hts-block__text {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .hts-block__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.hts-block__text a {
  font-family: 'Roboto Regular';
  color: #c97630;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.hts-block__text a:hover {
  color: #92380b;
}

.hts-block__text b {
  color: #92380b;
  font-family: 'Roboto Bold';
}

.hts-block__button-reg {
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}

@media (max-width: 500px) {
  .hts-block__button-reg {
    width: 100%;
    height: 44px !important;
  }
}

@media (max-width: 500px) {
  .hts-block__button-reg span {
    font-size: 18px !important;
    line-height: 18px !important;
  }
}

.hts-block__downloads {
  width: 100%;
  margin-top: 20px;
}

.hts-block__downloads .btn {
  width: 250px;
  margin: 10px;
}

@media (max-width: 500px) {
  .hts-block__downloads .btn {
    width: 100%;
    height: 44px !important;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.hts-block__downloads .btn span {
  font-size: 18px;
}

.hts-block__downloads .btn i {
  margin-right: 10px;
}

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

.hts-block__system-stat-title {
  width: 100%;
  font-family: 'Beaufort Medium';
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #92380b;
}

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

.hts-block__system-stat-block {
  width: calc( ( 100% - 20px ) / 2);
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-bottom: 2px solid #92380b;
}

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

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

.hts-block__system-stat-block-title {
  width: 100%;
  font-family: 'Beaufort Medium';
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #92380b;
  margin-bottom: 20px;
}

.hts-block__system-stat-block-text {
  width: 100%;
  text-align: center;
  font-family: 'Roboto Regular';
  font-size: 14px;
  line-height: 18px;
  color: #6c5f57;
}

.hts-block__system-stat-block-text b {
  color: #4b423d;
  font-family: 'Roboto Medium';
}

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

.macguide {
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

@media (max-width: 920px) {
  .macguide {
    width: 100%;
  }
}

.macguide__title {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  font-family: 'Roboto Bold';
  font-size: 16px;
  line-height: 18px;
  color: #6c5f57;
  border-radius: 4px;
  border: 2px solid rgba(108, 95, 87, 0.5);
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
  transition: color .3s ease-in-out, border .3s ease-in-out;
}

.macguide__title:hover {
  color: #92380b;
  border: 2px solid #92380b;
}

.macguide__title i {
  font-size: 14px;
  line-height: 14px;
  margin-left: 5px;
}

.macguide__content {
  width: 100%;
  padding: 20px;
  border: 2px solid rgba(108, 95, 87, 0.5);
  border-radius: 5px;
  margin-top: 3px;
  font-family: 'Roboto Regular';
  font-size: 14px;
  line-height: 18px;
  color: #6c5f57;
  display: none;
}

.macguide__content-top-text {
  font-family: 'Roboto Bold';
  font-size: 16px;
  line-height: 18px;
  color: #92380b;
  margin-bottom: 20px;
}

.macguide__content-open-screenshot {
  font-family: 'Roboto Bold';
  font-size: 14px;
  line-height: 18px;
  color: #c97630;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.macguide__content-open-screenshot:hover {
  color: #92380b;
}

.macguide__content-screenshot {
  width: 100%;
  margin-top: 10px;
  display: none;
}

.macguide__content-screenshot img {
  width: 100%;
  display: block;
}

/* footer */
/* -------------------------------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  /* copyright */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* navigation */
  /* ---------------------------------------------------------------------------------------------------------------- */
  /* banners */
  /* ---------------------------------------------------------------------------------------------------------------- */
}

.footer .content-area {
  border-top: 1px solid rgba(62, 60, 58, 0.16);
  padding: 50px 0px;
}

.footer__cpr {
  width: 630px;
}

@media (max-width: 1260px) {
  .footer__cpr {
    width: 100%;
    border-bottom: 1px solid rgba(62, 60, 58, 0.16);
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.footer__cpr-logo {
  width: 231px;
}

@media (max-width: 1260px) {
  .footer__cpr-logo {
    width: 100%;
  }
}

.footer__cpr-logo img {
  opacity: .7;
}

@media (max-width: 1260px) {
  .footer__cpr-logo img {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.footer__cpr-info {
  width: calc( 100% - 231px - 15px);
  margin-left: auto;
}

@media (max-width: 1260px) {
  .footer__cpr-info {
    width: 100%;
  }
}

.footer__cpr-title {
  width: 100%;
  font-family: 'Roboto Bold';
  font-size: 14px;
  line-height: 14px;
  color: #6f6763;
  text-transform: uppercase;
}

@media (max-width: 1260px) {
  .footer__cpr-title {
    text-align: center;
    margin-top: 20px;
  }
}

.footer__cpr-text {
  width: 100%;
  font-family: 'Roboto Bold';
  font-size: 10px;
  line-height: 18px;
  color: #6f6763;
  text-transform: uppercase;
  margin-top: 15px;
}

@media (max-width: 1260px) {
  .footer__cpr-text {
    text-align: center;
    margin-top: 5px;
  }
}

.footer__nav {
  width: auto;
}

@media (max-width: 620px) {
  .footer__nav {
    width: 100%;
    margin-bottom: 18px;
  }
}

.footer__nav-link {
  width: auto;
}

@media (max-width: 620px) {
  .footer__nav-link {
    text-align: center;
  }
}

.footer__nav-link:not(:last-child) {
  margin-bottom: 18px;
}

.footer__nav-link a {
  white-space: nowrap;
  font-family: 'Roboto Bold';
  font-size: 14px;
  line-height: 14px;
  color: #6f6763;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.footer__nav-link a:hover {
  color: #92380b;
}

.footer__banners {
  width: auto;
  width: 190px;
}

@media (max-width: 620px) {
  .footer__banners {
    width: 100%;
    margin-top: 32px;
    padding-top: 50px;
    border-top: 1px solid rgba(62, 60, 58, 0.16);
  }
}

.footer__banners-unsimple {
  width: auto;
}

@media (max-width: 620px) {
  .footer__banners-unsimple {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__banners-unsimple a {
  width: 152px;
  height: 29px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0.8;
}

.footer__banners-unsimple a:hover {
  opacity: 1;
}

.footer__banners-unsimple a img {
  display: block;
}

.footer__banners-buttons {
  margin-top: 32px;
}

@media (max-width: 620px) {
  .footer__banners-buttons {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__banners-buttons a {
  opacity: .6;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.footer__banners-buttons a:hover {
  opacity: 1;
}

@media (max-width: 620px) {
  .footer__banners-buttons a {
    margin: 0px 5px;
  }
}

.footer__banners-buttons a:not(:last-child) {
  margin-right: 5px;
}

.footer__banners-sep {
  width: 100%;
}

/* statistic */
/* -------------------------------------------------------------------------------------------------------------------- */
.rating {
  width: 100%;
}

.rating__tabs {
  width: 100%;
  padding: 15px 25px;
  background: #fff9f0;
  border-bottom: 2px solid #92380b;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .rating__tabs {
    padding: 15px 15px;
  }
}

.rating__tabs-item {
  width: auto;
  height: 38px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #dfd9ce;
  margin: 5px;
  font-family: 'Beaufort Medium';
  color: #6c5f57;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.rating__tabs-item:not(.active):hover {
  background-color: #cec8bd;
  color: #92380b;
}

.rating__tabs-item.active {
  background-color: #92380b;
  color: #faf0de;
}

.rating__content {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.rating__table-bg {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -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;
  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;
}

.rating__table-bg.active {
  position: relative;
  opacity: 1;
  z-index: 2;
  pointer-events: all;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1024px) {
  .rating__table-bg {
    overflow-x: scroll;
    border-radius: 10px;
  }
}

.rating__table {
  width: 100%;
  min-width: 800px;
}

.rating__table-tr {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: #fdf5e7;
  border: 1px solid #efe3ce;
}

.rating__table-tr:not(:last-child) {
  margin-bottom: 2px;
}

.rating__table-tr:nth-child(2n+1) {
  background: #fff8ea;
}

.rating__table-tr:nth-child(1) .rating__table-td {
  background: #fff9f0 !important;
  color: #92380b;
}

.rating__table-td {
  width: auto;
  min-height: 56px;
  text-align: center;
  font-family: 'Roboto Regular';
  color: #6c5f57;
  font-size: 16px;
  line-height: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 10px;
}

.rating__table-td:nth-child(2n+1) {
  background: rgba(60, 61, 64, 0.03);
}

.rating__table-td.num {
  width: 50px;
  color: #92380b;
  font-weight: 500;
}

.rating__table-td.td-1-1 {
  width: calc( 100% - 50px);
}

.rating__table-td.td-1-2 {
  width: calc( ( 100% - 50px ) / 2);
}

.rating__table-td.td-1-3 {
  width: calc( ( 100% - 50px ) / 3);
}

.rating__table-td.td-2-3 {
  width: calc( ( ( 100% - 50px ) / 3) * 2);
}

.rating__table-td.td-1-4 {
  width: calc( ( 100% - 50px ) / 4);
}

.rating__table-td.td-2-4 {
  width: calc( ( ( 100% - 50px ) / 4) * 2);
}

.rating__table-td.td-3-4 {
  width: calc( ( ( 100% - 50px ) / 4) * 3);
}

.rating__table-td.td-1-5 {
  width: calc( ( 100% - 50px ) / 5);
}

.rating__table-td.td-2-5 {
  width: calc( ( ( 100% - 50px ) / 5) * 2);
}

.rating__table-td.td-3-5 {
  width: calc( ( ( 100% - 50px ) / 5) * 3);
}

.rating__table-td.td-4-5 {
  width: calc( ( ( 100% - 50px ) / 5) * 4);
}

.rating__table-td.td-1-6 {
  width: calc( ( 100% - 50px ) / 6);
}

.rating__table-td.td-1-7 {
  width: calc( ( 100% - 50px ) / 7);
}

.rating__table-td.td-1-8 {
  width: calc( ( 100% - 50px ) / 8);
}

.rating__table-td.td-2-6 {
  width: calc( ( ( 100% - 50px ) / 6) * 2);
}

.rating__table-td.td-3-6 {
  width: calc( ( ( 100% - 50px ) / 6) * 3);
}

.rating__table-td.td-4-6 {
  width: calc( ( ( 100% - 50px ) / 6) * 4);
}

.rating__table-td.td-5-6 {
  width: calc( ( ( 100% - 50px ) / 6) * 5);
}

/* Пагинация */
.pagination {
  margin-top: 30px;
  padding: 20px;
  background: rgb(250 240 222);
  border-radius: 10px;
  text-align: center;
}

.pagination__info {
  color: #75685f;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: 'Roboto Regular', sans-serif;
}

.pagination__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #d4c6ab 0%, #d2c4a9 100%);
  color: #7a6c64;
  text-decoration: none;
  border-radius: 8px;
  font-family: 'Roboto Medium', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pagination__btn:hover {
  background: linear-gradient(135deg, #d4c6ab 0%, #d2c4a9 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.pagination__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination__numbers {
  display: flex;
  gap: 5px;
  align-items: center;
}

.pagination__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #7a6c64;
  text-decoration: none;
  border-radius: 8px;
  font-family: 'Roboto Medium', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pagination__number:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.pagination__number.active {
  background: linear-gradient(135deg, #d4c6ab 0%, #d2c4a9 100%);
  border-color: #6c5f57;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.pagination__dots {
  color: #7a6c64;
  font-size: 16px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .pagination__controls {
    flex-direction: column;
    gap: 15px;
  }
  
  .pagination__numbers {
    order: 2;
  }
  
  .pagination__btn {
    order: 1;
  }
  
  .pagination__number {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
