﻿@charset "UTF-8";
@font-face {
  font-family: 'Angelus Medieval';
  src: url("template/fonts/angelus_medieval/Angelus-Medieval.eot");
  src: local("☺"), url("template/fonts/angelus_medieval/Angelus-Medieval.woff") format("woff"), url("template/fonts/angelus_medieval/Angelus-Medieval.ttf") format("truetype"), url("template/fonts/angelus_medieval/Angelus-Medieval.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

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

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

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,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Intro';
  font-weight: 400;
  font-size: 16px;
  color: #7c7670; }

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

a, span, p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none; }

font {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none; }

input, button, select, textarea {
  outline: none;
  border: none;
  font-family: 'Intro';
  font-size: 16px;
  color: #7a7a7a; }

select, button {
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #7b7873;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

::-moz-placeholder {
  color: #7b7873;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

:-moz-placeholder {
  color: #7b7873;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

:-ms-input-placeholder {
  color: #7b7873;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

:focus::-moz-placeholder {
  opacity: 0;
  transform: translateX(20px); }

:focus:-moz-placeholder {
  opacity: 0;
  transform: translateX(20px); }

:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

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

#detach-button-host {
  display: none; }

.flex-sbc, .flex-sbs, .flex-sbe,
.flex-cc, .flex-cs, .flex-ce,
.flex-sc, .flex-ss, .flex-se,
.flex-ec, .flex-es, .flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-sbc, .flex-sbs, .flex-sbe {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-cc, .flex-cs, .flex-ce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-sc, .flex-ss, .flex-se {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-ec, .flex-es, .flex-ee {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-sbs, .flex-cs, .flex-ss, .flex-es {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-sbe, .flex-ce, .flex-se, .flex-ee {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

body {
  background: #f8f1e7; }

.wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url("../images/bg/main_footer_bg.png") no-repeat, url("../images/bg/middle_smoke_bg.png") no-repeat, url("../images/bg/main_header_bg.jpg") no-repeat;
  background-position: 50% 100%, 50% 866px, 50% 0px; }
  @media (max-width: 1024px) {
    .wrapper {
      background-position: 50% 100%, 50% 866px, 80% 0px; } }
  .wrapper.inner {
    background: url("../images/bg/main_footer_bg.png") no-repeat, url("../images/bg/middle_smoke_bg.png") no-repeat, url("../images/bg/main_inner_header_bg.jpg") no-repeat;
    background-position: 50% 100%, 50% 340px, 50% 0px; }
    @media (max-width: 1024px) {
      .wrapper.inner {
        background-position: 50% 100%, 50% 340px, 80% 0px; } }
  .wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background: -webkit-linear-gradient(left, #edeae2 0px, rgba(237, 234, 226, 0) 200px, rgba(237, 234, 226, 0) calc(100% - 200px), #edeae2 100%);
    background: -o-linear-gradient(left, #edeae2 0px, rgba(237, 234, 226, 0) 200px, rgba(237, 234, 226, 0) calc(100% - 200px), #edeae2 100%);
    background: linear-gradient(to right, #edeae2 0px, rgba(237, 234, 226, 0) 200px, rgba(237, 234, 226, 0) calc(100% - 200px), #edeae2 100%);
    pointer-events: none;
    display: none; }
    @media (min-width: 1921px) {
      .wrapper:after {
        display: block; } }

.content-area {
  max-width: 1500px;
  width: calc( 100% - 60px);
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 1200px) {
    .content-area {
      width: calc( 100% - 40px); } }

.button {
  width: 100%;
  height: 44px;
  position: relative;
  z-index: 1;
  border-radius: 44px;
  cursor: pointer;
  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;
  text-align: center;
  text-transform: uppercase;
  font-family: "Angelus Medieval";
  font-weight: 400;
  color: #2a2a29;
  font-size: 17px;
  line-height: 17px; }
  .button.small {
    height: 40px;
    border-radius: 40px;
    font-size: 17px;
    line-height: 17px; }
  .button.yellow {
    background-color: rgba(255, 174, 0, 0.5);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out; }
	.button.yellow.hidden {
		display:none;
	}
    .button.yellow span {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-family: "Angelus Medieval";
      font-weight: 400;
      color: #2a2a29;
      font-size: 17px;
      line-height: 17px;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px); }
    .button.yellow.small span {
      font-size: 17px;
      line-height: 17px; }
    .button.yellow:hover {
      background-color: #ffae00; }
    .button.yellow.active {
      background-color: #d32d2c;
      color: #fff; }
      .button.yellow.active span {
        color: #fff; }
  .button img {
    margin-right: 10px; }

.text-box {
  font-family: 'Intro';
  font-size: 16px;
  line-height: 24px;
  color: #685959; }
  .text-box > *:not(:first-child) {
    margin-top: 10px; }
  .text-box > *:last-child {
    margin-bottom: 0px; }
  .text-box a {
    color: #685959;
    text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer; }
    .text-box a:hover {
      color: #dd5f58;
      text-decoration: none; }
  .text-box b, .text-box strong {
    font-family: 'Intro';
    font-weight: 700;
    color: #4d4438; }
  .text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
    font-family: 'Angelus Medieval';
    color: #4d4438; }
    .text-box h1:first-child, .text-box h2:first-child, .text-box h3:first-child, .text-box h4:first-child, .text-box h5:first-child, .text-box h6:first-child {
      padding-top: 0px; }
    .text-box h1:not(:first-child), .text-box h2:not(:first-child), .text-box h3:not(:first-child), .text-box h4:not(:first-child), .text-box h5:not(:first-child), .text-box h6:not(:first-child) {
      margin-top: 30px; }
  .text-box h1 {
    font-size: 28px; }
  .text-box h2 {
    font-size: 26px; }
  .text-box h3 {
    font-size: 20px; }
  .text-box h4, .text-box h5, .text-box h6 {
    font-size: 16px; }
  .text-box ul, .text-box ol {
    width: 100%;
    padding-left: 17px; }
    .text-box ul li, .text-box ol li {
      color: #685959;
      font-size: 16px;
      line-height: 24px; }
      .text-box ul li:not(:last-child), .text-box ol li:not(:last-child) {
        margin-bottom: 10px; }
  .text-box ol li::marker {
    color: #4d4438 !important; }
  .text-box img {
    border-radius: 5px;
    max-width: 100%; }

.desc-line {
  width: 100%; }
  .desc-line__icon {
    width: 24px;
    height: 24px; }
    .desc-line__icon img {
      display: block;
      width: 100%;
      height: 100%; }
  .desc-line__text {
    width: calc( 100% - 24px);
    padding-left: 10px;
    padding-top: 1px; }

.desc-table {
  width: 100%;
  background: #fcf9f6;
  border-radius: 5px;
  padding: 10px; }
  .desc-table:not(:first-child) {
    margin-top: 15px; }
  .desc-table .desc-line {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 5px; }
  .desc-table.col-1 .desc-line {
    width: 100%; }
  .desc-table.col-2 .desc-line {
    width: calc( ( 100% - 40px ) / 2); }
    @media (max-width: 800px) {
      .desc-table.col-2 .desc-line {
        width: calc( ( 100% - 30px ) / 2); } }
    @media (max-width: 600px) {
      .desc-table.col-2 .desc-line {
        width: 100%; } }
  .desc-table.col-3 .desc-line {
    width: calc( ( 100% - 80px ) / 3); }
    @media (max-width: 800px) {
      .desc-table.col-3 .desc-line {
        width: calc( ( 100% - 30px ) / 2); } }
    @media (max-width: 600px) {
      .desc-table.col-3 .desc-line {
        width: 100%; } }

.d-none {
  display: none; }

.form-group {
  width: 100%; }
  .form-group:not(:first-child) {
    margin-top: 20px; }
  .form-group label.control-label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #2a2a29; }
  .form-group select, .form-group input:not([type=checkbox]):not([type=file]) {
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    border: 2px solid #ebe8e6;
    padding: 0px 10px; }
  .form-group .alert {
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 20px; }
    .form-group .alert.alert-danger {
      color: #ffe3e1;
      background: #d93025; }
    .form-group .alert.alert-success {
      color: #e1ffea;
      background: #148547; }

.subform {
  display: none;
  max-width: 500px;
  background: #fbfaf9;
  border-radius: 5px;
  padding: 40px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .subform {
      padding: 20px; } }
  .subform.active {
    display: block; }

.nav {
  width: 100%;
  position: relative;
  z-index: 3; }
  .nav .content-area {
    height: 110px; }
    @media (max-width: 1400px) {
      .nav .content-area {
        height: 80px; } }
  .nav__langs {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    margin-right: calc( 15px + 50px); }
    @media (max-width: 1400px) {
      .nav__langs {
        margin-right: calc( 15px + 20px); } }
    .nav__langs:after {
      content: '';
      width: 8px;
      height: 4px;
      position: absolute;
      top: calc( ( 100% - 4px ) / 2);
      right: -15px;
      background: url("../images/langs/arrow.png") center center no-repeat;
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    .nav__langs.active:after {
      -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
    .nav__langs-current {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: -webkit-filter .3s ease-in-out;
      transition: -webkit-filter .3s ease-in-out;
      -o-transition: filter .3s ease-in-out;
      transition: filter .3s ease-in-out;
      transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out; }
      .nav__langs-current:hover {
        -webkit-filter: brightness(130%);
        filter: brightness(130%); }
      .nav__langs-current img {
        width: 100%;
        height: 100%; }
    .nav__langs-stroke {
      position: absolute;
      top: calc( 100% + 5px);
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-35px);
      -ms-transform: translateX(-50%) translateY(-35px);
      transform: translateX(-50%) translateY(-35px);
      list-style: none;
      padding: 5px;
      border-radius: 100px;
      background: #f6f3ed;
      -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
      transition: opacity .3s ease-in-out, transform .3s ease-in-out;
      transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      opacity: 0;
      pointer-events: none; }
      .nav__langs-stroke li {
        width: 30px;
        height: 30px;
        -webkit-transition: -webkit-filter .3s ease-in-out;
        transition: -webkit-filter .3s ease-in-out;
        -o-transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out;
        transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out; }
        .nav__langs-stroke li:hover {
          -webkit-filter: brightness(130%);
          filter: brightness(130%); }
        .nav__langs-stroke li:not(:last-child) {
          margin-bottom: 5px; }
        .nav__langs-stroke li img {
          display: block;
          width: 100%;
          height: 100%; }
    .nav__langs.active .nav__langs-stroke {
      -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%);
      opacity: 1;
      pointer-events: all; }
  .nav__links {
    position: relative;
    z-index: 2;
    list-style: none; }
    @media (max-width: 1024px) {
      .nav__links {
        width: 280px;
        height: auto;
        position: absolute;
        top: 100%;
        left: 0px;
        background: url("../images/bg/mobile_nav_bg.jpg") #f6f3ed top center;
        border-radius: 5px;
        display: none; } }
    @media (max-width: 460px) {
      .nav__links {
        width: 100%; } }
    @media (max-width: 1024px) {
      .nav__links li {
        width: 100%; } }
    .nav__links li:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 1400px) {
        .nav__links li:not(:last-child) {
          margin-right: 20px; } }
      @media (max-width: 1024px) {
        .nav__links li:not(:last-child) {
          margin-right: 0px;
          border-bottom: 1px solid #ede6da; } }
    .nav__links li a {
      position: relative;
      text-transform: uppercase;
      font-family: "Angelus Medieval";
      font-weight: 400;
      color: #4d4438;
      font-size: 18px;
      line-height: 18px;
      -webkit-transition: color .3s ease-in-out, opacity .3s ease-in-out;
      -o-transition: color .3s ease-in-out, opacity .3s ease-in-out;
      transition: color .3s ease-in-out, opacity .3s ease-in-out; }
      @media (max-width: 1400px) {
        .nav__links li a {
          font-size: 16px;
          line-height: 16px; } }
      @media (max-width: 1024px) {
        .nav__links li a {
          display: block;
          width: 100%;
          padding: 15px 15px 13px; } }
      .nav__links li a:after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0px;
        top: calc( 100% + 3px);
        background: #ffae00;
        pointer-events: none;
        -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out; }
        @media (max-width: 1024px) {
          .nav__links li a:after {
            display: none; } }
      .nav__links li a:hover {
        color: #d32d2c; }
        .nav__links li a:hover:after {
          opacity: 0;
          -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
          transform: translateY(10px); }
    .nav__links li.active a {
      color: #d32d2c; }
  .nav__socials {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    list-style: none; }
    @media (max-width: 1200px) {
      .nav__socials {
        position: relative;
        width: auto;
        height: auto;
        margin-left: auto; } }
    .nav__socials li {
      opacity: .5;
      -webkit-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out; }
      .nav__socials li:not(:last-child) {
        margin-right: 20px; }
        @media (max-width: 1200px) {
          .nav__socials li:not(:last-child) {
            margin-right: 5px; } }
      .nav__socials li:hover {
        opacity: 1; }
      .nav__socials li img {
        display: block; }
  .nav__account-btn {
    width: 140px;
    position: relative;
    z-index: 2;
    margin-left: auto; }
    @media (max-width: 1400px) {
      .nav__account-btn {
        width: 120px;
        height: 36px !important; }
        .nav__account-btn span {
          font-size: 16px;
          line-height: 16px; } }
    @media (max-width: 1200px) {
      .nav__account-btn {
        margin-left: 20px; } }
    @media (max-width: 460px) {
      .nav__account-btn {
        width: 36px; }
        .nav__account-btn span {
          display: none; } }
    .nav__account-btn img {
      display: none;
      margin-right: 0px; }
      @media (max-width: 460px) {
        .nav__account-btn img {
          display: block; } }
  .nav__open-links {
    width: 22px;
    height: 18px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    display: none; }
    @media (max-width: 1024px) {
      .nav__open-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .nav__open-links:hover:after, .nav__open-links:hover:before {
      background: #d32d2c; }
    .nav__open-links:hover .nav__open-links-item {
      -webkit-transform: scale(0.7, 1);
      -ms-transform: scale(0.7, 1);
      transform: scale(0.7, 1); }
    .nav__open-links.active:after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: calc( ( 100% - 2px ) / 2); }
    .nav__open-links.active:before {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      top: calc( ( 100% - 2px ) / 2); }
    .nav__open-links.active .nav__open-links-item {
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1); }
    .nav__open-links:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #4d4438;
      position: absolute;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      top: 0px; }
    .nav__open-links:before {
      content: '';
      width: 100%;
      height: 2px;
      background: #4d4438;
      position: absolute;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      top: calc( 100% - 2px); }
    .nav__open-links-item {
      width: 100%;
      height: 2px;
      background: #4d4438;
      position: absolute;
      top: calc( ( 100% - 2px ) / 2);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }

.header {
  width: 100%;
  position: relative;
  z-index: 2; }
  .header__content {
    width: 50%;
    padding: 50px 0px 130px; }
    @media (max-width: 1200px) {
      .header__content {
        width: 60%; } }
    @media (max-width: 1024px) {
      .header__content {
        width: 100%;
        padding: 50px 0px 60px; } }
  .header__logo {
    width: 294px;
    height: 133px;
    position: relative;
    z-index: 1;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .header__logo {
        width: 210px;
        height: 91px; } }
    .header__logo img {
      width: 350px;
      height: 173px;
      position: absolute;
      top: 41px;
      left: -15px;
      pointer-events: none;
      -webkit-transition: -webkit-filter .3s ease-in-out;
      transition: -webkit-filter .3s ease-in-out;
      -o-transition: filter .3s ease-in-out;
      transition: filter .3s ease-in-out;
      transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out; }
      @media (max-width: 1024px) {
        .header__logo img {
          width: 464px;
          height: 298px;
          top: -101px;
          left: -127px; } }
    .header__logo:hover img {
      -webkit-filter: brightness(110%);
      filter: brightness(110%); }
  .header__info {
    width: 100%;
    margin-top: 70px; }
    @media (max-width: 1024px) {
      .header__info {
        margin-top: 50px; } }
    .header__info-title {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-family: "Angelus Medieval";
      font-weight: 400;
      color: #4d4438;
      font-size: 36px;
      line-height: 36px;
      text-shadow: 0px 0px 10px #fbf8f3, 0px 0px 10px #fbf8f3; }
      @media (max-width: 1024px) {
        .header__info-title {
          font-size: 28px;
          line-height: 28px; } }
    .header__info-text {
      width: 100%;
      text-align: center;
      font-family: "Intro";
      font-weight: 400;
      color: #7c7670;
      font-size: 18px;
      line-height: 24px;
      text-shadow: 0px 0px 10px #fbf8f3, 0px 0px 10px #fbf8f3;
      margin-top: 10px; }
      @media (max-width: 1024px) {
        .header__info-text {
          font-size: 16px;
          line-height: 20px; } }
  .header__servers {
    width: 100%;
    margin-top: 25px; }
    .header__servers-item {
      width: 100%; }
      .header__servers-item.offline .header__servers-rate:after {
        content: '';
        width: 58px;
        height: 58px;
        position: absolute;
        z-index: 1;
        top: calc( ( 100% - 71px ) / 2);
        left: calc( ( 100% - 71px ) / 2);
        background: url("../images/bg/server_off.png");
		background-size: 71px 71px;
        pointer-events: none; }
      .header__servers-item:not(:last-child) {
        margin-bottom: 10px; }
    .header__servers-rate {
      width: 36px;
      height: 36px;
      position: relative;
      z-index: 1; }
      .header__servers-rate:after {
        content: '';
        width: 58px;
        height: 58px;
        position: absolute;
        z-index: 1;
        top: calc( ( 100% - 71px ) / 2);
        left: calc( ( 100% - 71px ) / 2);
        background: url("../images/bg/server_on.png");
		background-size: 71px 71px;
        pointer-events: none; }
      .header__servers-rate span {
        width: 100%;
        position: relative;
        z-index: 2;
        text-align: center;
        text-transform: uppercase;
        font-family: "Intro";
        font-weight: 400;
        color: #4d4438;
        font-size: 12px;
        line-height: 14px;
        padding: 1px 0px 0px 1px; }
    .header__servers-online {
      padding-left: 8px;
      text-transform: uppercase;
      font-family: "Intro";
      font-weight: 400;
      color: #81796e;
      font-size: 18px;
      line-height: 18px; }
      .header__servers-online span {
        font-family: "Intro";
        font-weight: 700;
        color: #4d4438;
        font-size: 18px;
        line-height: 18px; }
  .header__button {
    width: 350px;
    height: 74px;
    margin: 30px auto 0px;
    position: relative;
    z-index: 1;
    border-radius: 74px;
    background: url("../images/bg/yellow_btn_bg.jpg") center center no-repeat;
    -webkit-box-shadow: 0px 5px 15px #8c7267;
    box-shadow: 0px 5px 15px #8c7267;
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    -o-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out; }
    @media (max-width: 1024px) {
      .header__button {
        width: 250px;
        height: 60px; } }
    .header__button:hover {
      -webkit-filter: brightness(120%);
      filter: brightness(120%); }
    .header__button:after, .header__button:before {
      content: '';
      width: 295px;
      height: 142px;
      position: absolute;
      z-index: 1;
      top: calc( -70px + 4px);
      left: calc( ( 100% - 295px ) / 2);
      background: url("../images/bg/yellow_inner_bg.png") center center no-repeat;
      pointer-events: none; }
    .header__button:before {
      top: calc( 100% + ( -70px - 5px )); }
    .header__button span {
      width: 100%;
      position: relative;
      z-index: 2;
      text-align: center;
      text-transform: uppercase;
      font-family: "Angelus Medieval";
      font-weight: 700;
      color: #44372e;
      font-size: 30px;
      line-height: 30px;
      text-shadow: 0px 0px 5px #ebe1d1, 0px 0px 10px #ebe1d1;
      padding-top: 1px; }
      @media (max-width: 1024px) {
        .header__button span {
          font-size: 24px;
          line-height: 24px; } }

.main {
  width: 100%;
  position: relative;
  z-index: 1; }
  .main__title {
    width: 100%;
    margin-bottom: 35px; }
    .main__title-big {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-family: "Angelus Medieval";
      font-weight: 400;
      color: #4d4438;
      font-size: 38px;
      line-height: 38px; }
      @media (max-width: 480px) {
        .main__title-big {
          font-size: 24px;
          line-height: 24px; } }
    .main__title-small {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-family: "Intro";
      font-weight: 400;
      color: #a8a19a;
      font-size: 14px;
      line-height: 14px;
      max-height: calc( 14px * 1);
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      margin-top: 5px; }
      @media (max-width: 480px) {
        .main__title-small {
          font-size: 12px;
          line-height: 12px; } }
    .main__title-sep {
      max-width: 1024px;
      height: 22px;
      position: relative;
      margin: 0 auto;
      margin-top: 10px; }
      .main__title-sep:after, .main__title-sep:before {
        content: '';
        width: calc( ( 100% - 40px ) / 2);
        height: 1px;
        background: url("../images/bg/sep_left_bg.png");
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 0px; }
      .main__title-sep:before {
        background: url("../images/bg/sep_right_bg.png");
        background-size: 100% 100%;
        left: calc( ( 100% - 40px ) / 2 + 40px); }

.main-articles {
  width: 100%; }
  .main-articles__items {
    width: calc( 100% + 26px);
    margin: -13px; }
    @media (max-width: 1200px) {
      .main-articles__items {
        width: calc( 100% + 20px);
        margin: -10px; } }
  .main-articles__item {
    width: calc( ( 100% / 4 ) - 26px);
    margin: 13px;
    height: 340px;
    background: #ebe4dd;
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 1200px) {
      .main-articles__item {
        width: calc( ( 100% / 4 ) - 20px);
        margin: 10px; } }
    @media (max-width: 1024px) {
      .main-articles__item {
        width: calc( ( 100% / 2 ) - 20px);
        margin: 10px; } }
    @media (max-width: 580px) {
      .main-articles__item {
        width: calc( ( 100% / 1 ) - 20px);
        margin: 10px; } }
    .main-articles__item-img {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      z-index: 1;
      -o-object-fit: cover;
      object-fit: cover; }
    .main-articles__item:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      top: 0px;
      left: 0px;
      background: -webkit-gradient(linear, left bottom, left top, from(#ebe4dd), color-stop(40%, rgba(235, 228, 221, 0.9)), color-stop(60%, rgba(235, 228, 221, 0.5)), to(rgba(235, 228, 221, 0)));
      background: -webkit-linear-gradient(bottom, #ebe4dd 0%, rgba(235, 228, 221, 0.9) 40%, rgba(235, 228, 221, 0.5) 60%, rgba(235, 228, 221, 0) 100%);
      background: -o-linear-gradient(bottom, #ebe4dd 0%, rgba(235, 228, 221, 0.9) 40%, rgba(235, 228, 221, 0.5) 60%, rgba(235, 228, 221, 0) 100%);
      background: linear-gradient(to top, #ebe4dd 0%, rgba(235, 228, 221, 0.9) 40%, rgba(235, 228, 221, 0.5) 60%, rgba(235, 228, 221, 0) 100%); }
    .main-articles__item-content {
      width: 100%;
      position: absolute;
      z-index: 3;
      left: 0px;
      bottom: 0px;
      padding: 26px; }
    .main-articles__item-date {
      width: 90px;
      height: 26px;
      background-color: rgba(235, 228, 221, 0.8);
      border-radius: 90px;
      margin: 0 auto; }
      .main-articles__item-date span {
        font-family: "Intro";
        font-weight: 400;
        color: #7c7670;
        font-size: 12px;
        line-height: 12px; }
    .main-articles__item-title {
      width: 100%;
      text-align: center;
      font-family: "Intro";
      font-weight: 700;
      color: #4d4438;
      font-size: 20px;
      line-height: 20px;
      max-height: calc( 20px * 2);
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-top: 10px; }
      .main-articles__item-title a {
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out; }
        .main-articles__item-title a:hover {
          color: #d32d2c; }
    .main-articles__item-text {
      width: 100%;
      text-align: center;
      font-family: "Intro";
      font-weight: 400;
      color: #7c7670;
      font-size: 14px;
      line-height: 18px;
      max-height: calc( 18px * 2);
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-top: 10px; }
      .main-articles__item-text a {
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out; }
        .main-articles__item-text a:hover {
          color: #d32d2c; }
    .main-articles__item .button {
      width: 150px;
      margin: 18px auto 0px; }
  .main-articles .pagination {
    margin-top: 10px; }

.main-info {
  width: 100%;
  margin-top: 120px; }
  @media (max-width: 1024px) {
    .main-info {
      margin-top: 50px; } }
  .main-info__items {
    width: calc( 100% + 30px);
    margin: -15px; }
    @media (max-width: 1200px) {
      .main-info__items {
        width: calc( 100% + 20px);
        margin: -10px; } }
  .main-info__item {
    width: calc( ( 100% / 3 ) - 30px);
    margin: 15px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
    @media (max-width: 1024px) {
      .main-info__item {
        width: calc( ( 100% / 1 ) - 20px);
        margin: 10px; }
        .main-info__item:not(:last-child) {
          margin-bottom: 50px; } }
    .main-info__item-title {
      width: 100%; }
      .main-info__item-title-big {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-family: "Angelus Medieval";
        font-weight: 400;
        color: #4d4438;
        font-size: 28px;
        line-height: 28px; }
        @media (max-width: 480px) {
          .main-info__item-title-big {
            font-size: 24px;
            line-height: 24px; } }
      .main-info__item-title-small {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-family: "Intro";
        font-weight: 400;
        color: #a8a19a;
        font-size: 14px;
        line-height: 14px;
        max-height: calc( 14px * 1);
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-top: 5px; }
        @media (max-width: 480px) {
          .main-info__item-title-small {
            font-size: 12px;
            line-height: 12px; } }
    .main-info__item-sep {
      width: 100%;
      height: 22px;
      position: relative;
      margin-top: 10px; }
      .main-info__item-sep:after, .main-info__item-sep:before {
        content: '';
        width: calc( ( 100% - 40px ) / 2);
        height: 1px;
        background: url("../images/bg/sep_left_bg.png");
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 0px; }
      .main-info__item-sep:before {
        background: url("../images/bg/sep_right_bg.png");
        background-size: 100% 100%;
        left: calc( ( 100% - 40px ) / 2 + 40px); }
    .main-info__item-content {
      width: 100%;
      margin-top: 15px; }

.main-clans {
  width: 100%; }
  .main-clans__item:not(:last-child) {
    margin-bottom: 10px; }
  .main-clans__item-emblem {
    width: 24px;
    height: 12px;
    border-radius: 0px;
    position: relative;
    overflow: hidden; }
    .main-clans__item-emblem img {
      min-width: 100%;
      min-height: 100%;
      position: relative;
      -o-object-fit: cover;
      object-fit: cover; }
  .main-clans__item-name, .main-clans__item-leader {
    width: calc( ( 100% - 70px ) / 2);
    overflow: hidden; }
  .main-clans__item-name {
    text-align: right;
    text-transform: uppercase;
    font-family: "Intro";
    font-weight: 700;
    color: #4d4438;
    font-size: 18px;
    line-height: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    @media (max-width: 480px) {
      .main-clans__item-name {
        font-size: 16px;
        line-height: 16px; } }
  .main-clans__item-leader {
    font-family: "Intro";
    font-weight: 700;
    color: #7c7670;
    font-size: 18px;
    line-height: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    @media (max-width: 480px) {
      .main-clans__item-leader {
        font-size: 16px;
        line-height: 16px; } }
  .main-clans .button {
    width: 240px;
    margin: 20px auto 0px; }

.main-discord {
  padding: 0px calc( ( 100% - 340px ) / 2); }
  .main-discord__widget {
    width: 100%;
    height: 238px;
    border-radius: 5px;
    background: #ece5de; }
  .main-discord .button {
    width: 150px;
    margin: 20px auto 0px; }

.main-votes__title {
  width: 100%;
  text-align: center;
  font-family: "Intro";
  font-weight: 700;
  color: #7f7870;
  font-size: 18px;
  line-height: 22px; }
  @media (max-width: 480px) {
    .main-votes__title {
      font-size: 16px;
      line-height: 18px; } }
  .main-votes__title span {
    color: #bbb4ad; }

.main-votes__items {
  width: calc( 100% + 14px);
  margin: 10px -7px;
  padding: 0px calc( ( 100% - 340px ) / 2); }

.main-votes__item {
  width: calc( ( 100% / 2 ) - 14px);
  height: 75px;
  margin: 7px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(211, 206, 198, 0.8);
  border-radius: 4px;
  padding: 10px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }
  .main-votes__item:hover {
    background-color: #ebe5de; }
  .main-votes__item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.main-votes .button {
  width: 170px;
  margin: 16px auto 0px; }

.inner-page {
  width: 100%;
  position: relative; }
  .inner-page__title {
    width: 100%; }
    .inner-page__title-big {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-family: "Angelus Medieval";
      font-weight: 400;
      color: #4d4438;
      font-size: 38px;
      line-height: 38px; }
      @media (max-width: 480px) {
        .inner-page__title-big {
          font-size: 24px;
          line-height: 24px; } }
    .inner-page__title-small {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-family: "Intro";
      font-weight: 400;
      color: #a8a19a;
      font-size: 14px;
      line-height: 14px;
      max-height: calc( 14px * 1);
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      margin-top: 5px; }
      @media (max-width: 480px) {
        .inner-page__title-small {
          font-size: 12px;
          line-height: 12px; } }
    .inner-page__title-sep {
      max-width: 1024px;
      height: 22px;
      position: relative;
      margin: 0 auto;
      margin-top: 10px; }
      .inner-page__title-sep:after, .inner-page__title-sep:before {
        content: '';
        width: calc( ( 100% - 40px ) / 2);
        height: 1px;
        background: url("../images/bg/sep_left_bg.png");
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 0px; }
      .inner-page__title-sep:before {
        background: url("../images/bg/sep_right_bg.png");
        background-size: 100% 100%;
        left: calc( ( 100% - 40px ) / 2 + 40px); }
  .inner-page__content {
    width: 100%;
    padding: 0px calc( ( 100% - 1024px ) / 2);
    margin-top: 40px; }

.start-game {
  width: 100%; }
  .start-game__box {
    width: 100%; }
    .start-game__box:not(:last-child) {
      margin-bottom: 40px; }
    .start-game__box-title {
      width: 100%;
      font-family: "Angelus Medieval";
      font-weight: 400;
      color: #4d4438;
      font-size: 24px;
      line-height: 28px; }
    .start-game__box-sub {
      font-family: "Intro";
      font-weight: 400;
      color: #a8a19a;
      font-size: 16px;
      line-height: 20px;
      margin-top: 3px; }
    .start-game__box-links {
      width: 100%;
      margin-top: 20px; }
    .start-game__box-link {
      width: 100%;
      padding: 10px 0px; }
      .start-game__box-link:first-child {
        padding-top: 0px; }
      .start-game__box-link:last-child {
        padding-bottom: 0px; }
      .start-game__box-link:not(:last-child) {
        border-bottom: 1px solid #e3dcd7; }
      .start-game__box-link-icon {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        overflow: hidden;
        border: 2px solid #ddd7d1; }
        .start-game__box-link-icon img {
          display: block;
          width: 100%;
          height: 100%; }
      .start-game__box-link-info {
        width: calc( 100% - 50px - 170px);
        padding: 0px 15px; }
        @media (max-width: 580px) {
          .start-game__box-link-info {
            width: calc( 100% - 50px); } }
      .start-game__box-link-title {
        width: 100%;
        font-family: "Intro";
        font-weight: 700;
        color: #4d4438;
        font-size: 18px;
        line-height: 22px; }
      .start-game__box-link-size {
        width: 100%;
        font-family: "Intro";
        font-weight: 400;
        color: #a8a19a;
        font-size: 12px;
        line-height: 16px; }
        .start-game__box-link-size span {
          color: #817470; }
      .start-game__box-link > .button {
        width: 170px; }
        @media (max-width: 580px) {
          .start-game__box-link > .button {
            width: 100%;
            margin-top: 10px; } }
    .start-game__box .button.reg-button {
      width: 250px;
      margin-top: 20px; }
      @media (max-width: 580px) {
        .start-game__box .button.reg-button {
          width: 100%; } }

.stat-nav {
  width: calc( 100% + 10px);
  margin: -5px; }
  .stat-nav__row {
    width: 100%; }
    .stat-nav__row .button {
      width: auto;
      padding: 0px 20px;
      margin: 5px; }

#stat-data {
  width: 100%; }
  #stat-data .mb-3 {
    margin-top: 15px;
    margin-bottom: 5px; }
  #stat-data .btn a {
    padding: 6px 15px;
    border-radius: 50px;
    background: #e7e2db; }
  #stat-data select {
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    border: 2px solid #ebe8e6;
    padding: 0px 10px; }
  #stat-data table {
    width: 100%; }
    #stat-data table td, #stat-data table th {
      padding: 10px;
      border-bottom: 1px solid #ddd7ce; }
    #stat-data table th {
      color: #44372e; }
    #stat-data table tr.gray {
      background: rgba(0, 0, 0, 0.05); }

.donate-table-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Angelus Medieval";
  font-weight: 400;
  color: #4d4438;
  font-size: 24px;
  line-height: 24px;
  margin-top: 30px !important; }
  @media (max-width: 480px) {
    .donate-table-title {
      font-size: 24px;
      line-height: 24px; } }

.donate-table-bg {
  width: 100%;
  margin-top: 20px !important;
  background: #fbfaf9;
  border-radius: 5px;
  border-top: 2px solid #df4d49; }
  @media (max-width: 640px) {
    .donate-table-bg {
      font-size: 24px;
      line-height: 24px;
      overflow-x: scroll; } }

.donate-table {
  width: 100%;
  min-width: 600px;
  padding: 12px 20px; }
  .donate-table tr:not(:last-child) td {
    border-bottom: 1px solid #ebe8e6; }
  .donate-table tr td {
    padding: 8px 0px; }
    .donate-table tr td:not(:first-child) {
      padding-left: 15px; }
    .donate-table tr td img {
      margin-right: 15px; }
  .donate-table.shop {
    padding: 0px 20px; }
    .donate-table.shop tr td {
      padding: 20px 0px; }

.price {
  width: 100%;
  line-height: 16px;
  margin-top: 10px;
  color: #7c2845 !important; }
  .price img {
    width: 18px;
    height: 18px;
    margin-right: 5px !important; }

.footer {
  width: 100%;
  padding: 130px 0px 50px; }
  @media (max-width: 1024px) {
    .footer {
      padding: 50px 0px 50px; } }
  .footer__sep {
    max-width: 1024px;
    height: 22px;
    position: relative;
    margin: 0 auto 40px; }
    .footer__sep:after, .footer__sep:before {
      content: '';
      width: calc( ( 100% - 40px ) / 2);
      height: 1px;
      background: url("../images/bg/sep_left_bg.png");
      background-size: 100% 100%;
      position: absolute;
      top: 50%;
      left: 0px; }
    .footer__sep:before {
      background: url("../images/bg/sep_right_bg.png");
      background-size: 100% 100%;
      left: calc( ( 100% - 40px ) / 2 + 40px); }
  .footer__copyright {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Intro";
    font-weight: 400;
    color: #4d4438;
    font-size: 16px;
    line-height: 16px; }
  .footer__links {
    width: 100%;
    list-style: none;
    margin-top: 20px; }
    .footer__links li:not(:last-child) {
      margin-right: 15px; }
    .footer__links li a {
      position: relative;
      text-transform: uppercase;
      font-family: "Intro";
      font-weight: 400;
      color: #7a6f60;
      font-size: 12px;
      line-height: 12px;
      -webkit-transition: color .3s ease-in-out;
      -o-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
      .footer__links li a:after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: calc( 100% + 3px);
        left: 0px;
        background: #ffae00;
        -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out; }
      .footer__links li a:hover {
        color: #4d4438; }
        .footer__links li a:hover:after {
          -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
          transform: translateY(10px);
          opacity: 0; }
  .footer .unsimple {
    display: block;
    width: 152px;
    height: 30px;
    margin: 40px auto 0px;
    opacity: 0.5;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .footer .unsimple:hover {
      opacity: 1; }

.timer {
  width: 100%;
  text-shadow: 0px 0px 10px #fbf8f3;
  margin: 40px auto 0px; }
  @media (max-width: 1024px) {
    .timer {
      width: 520px; } }
  @media (max-width: 580px) {
    .timer {
      width: 100%; } }
  .timer__title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Angelus Medieval";
    font-weight: 400;
    color: #d32d2c;
    font-size: 30px;
    line-height: 30px;
    text-shadow: 0px 0px 10px #fbf8f3, 0px 0px 10px #fbf8f3;
    margin-bottom: -20px; }
    @media (max-width: 1024px) {
      .timer__title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px; } }
  .timer__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .timer__item {
    width: 100px;
    text-align: center; }
    @media (max-width: 1024px) {
      .timer__item {
        width: auto; } }
    .timer__item div {
      font-family: "Angelus Medieval";
      font-weight: 400;
      color: #4d4438;
      font-size: 100px;
      line-height: 1; }
      @media (max-width: 1024px) {
        .timer__item div {
          font-size: 60px; } }
      @media (max-width: 580px) {
        .timer__item div {
          font-size: 40px; } }
    .timer__item span {
      display: block;
      font-size: 24px;
      color: #7c7670;
      font-family: 'Intro'; }
      @media (max-width: 1024px) {
        .timer__item span {
          font-size: 18px; } }
      @media (max-width: 580px) {
        .timer__item span {
          font-size: 12px; } }
  .timer__line img {
    pointer-events: none; }
    @media (max-width: 1024px) {
      .timer__line img {
        width: 30px; } }

.pagination {
  width: 100%;
  position: relative; }
  .pagination__item {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 5px;
    border: 2px solid #e3d9cc;
    -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    transition: background-color .3s ease-in-out, border .3s ease-in-out; }
    @media (max-width: 1024px) {
      .pagination__item {
        width: 32px;
        height: 32px;
        margin: 2px; } }
    .pagination__item span {
      font-family: 'Intro';
      font-size: 14px;
      line-height: 14px;
      color: #7c7670; }
      @media (max-width: 1024px) {
        .pagination__item span {
          font-size: 12px;
          line-height: 12px; } }
    .pagination__item:not(.dots):hover, .pagination__item.active {
      border: 2px solid #f4c76c;
      background-color: rgba(240, 203, 196, 0.15); }
    .pagination__item.dots, .pagination__item.disable {
      pointer-events: none;
      opacity: 0.5; }
    .pagination__item.arrow.left {
      background: url("../images/icons/pagination_arrow_left_icon.png") center center no-repeat; }
    .pagination__item.arrow.right {
      background: url("../images/icons/pagination_arrow_right_icon.png") center center no-repeat; }
    .pagination__item.arrow span {
      display: none; }

.popup_mask {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8; }

.popup_discord {
  display: block;
  position: fixed;
  left: calc(50% - 300px);
  top: calc(50% - 200px);
  width: 600px;
  height: 400px;
  z-index: 9999;
  background: url("../images/discord-popup.gif") #ffffff no-repeat center center;
  border: 5px solid #ffffff;
  border-radius: 5px; }

.popup_discord .close {
  background: #999999;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: absolute;
  left: 576px;
  top: -19px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Comic Sans MS';
  font-size: 17px;
  text-align: center;
  opacity: 1.0; }

.popup_discord .link {
  position: absolute;
  left: 151px;
  top: 300px;
  width: 287px;
  height: 78px; }

.popup_discord .close:hover {
  opacity: 1 !important; }
  
  
  .flex-streams {
  justify-content: center;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  flex-wrap: wrap;  }
  
.hide { display:none; }

.widgetclans {
	display:block;
    width:100%;
    height:311px;
    overflow:hidden;
}