/* ----------------------------------------------------------------------------------------------------- Unsimple Group */
/* Scrollbar */
/* -------------------------------------------------------------------------------------------------------------------- */ 
::-webkit-scrollbar {
	width: 12px;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #eac485;
}
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;
}

*, *:after, *:before {
  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;
}

select, button {
  cursor: pointer;
}

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

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

:root {
  --primary-font: "Angelus Medieval";
  --secondary-font: "Intro";
  --secondary-light-font: "Intro Book";
  --brand-color: #eac485;
}

body {
  font-family: var(--secondary-font);
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  background: url(../images/bg/header_hero_bg.png) top center no-repeat, url(../images/bg/footer_bg.jpg) #2b2929 bottom center no-repeat;
  background-size: 100% auto, 100% auto;
}
@media (max-width: 5200px) {
  body {
    background-size: 2600px auto, 2600px auto;
	background-position: 50% 72px;
  }
}
@media (max-width: 2600px) {
  body {
    background-size: 2600px auto, 2600px auto;
	background-position: 50% 72px;
  }
}
@media (max-width: 1680px) {
  body {
    background-size: 2400px auto, 2600px auto;
	background-position: 50% 72px;
  }
}
@media (max-width: 1460px) {
  body {
    background-size: 2200px auto, 2600px auto;
	background-position: 50% 72px;
  }
}
@media (max-width: 1240px) {
  body {
    background-size: 2000px auto, 2600px auto;
	background-position: 50% 72px;
  }
}
@media (max-width: 1024px) {
  body {
    background-size: 1400px auto, 2600px auto;
	background-position: 50% 60px;
  }
}
@media (max-width: 640px) {
  body {
    background-size: 1500px auto, 2600px auto;
    background-position: 50% 60px;
  }
}
@media (max-width: 480px) {
  body {
    background-size: 1445px auto, 2600px auto;
    background-position: 50% 60px;
  }
}
body.body--inner {
  background: url("../images/bg/inner_bg.png") top center no-repeat, url("../images/bg/footer_bg.jpg") #1e2a44 bottom center no-repeat;
  background-size: 100% auto, 100% auto;
}
@media (max-width: 2600px) {
  body.body--inner {
    background-size: 2600px auto, 2600px auto;
  }
}
@media (max-width: 1680px) {
  body.body--inner {
    background-size: 2400px auto, 2600px auto;
  }
}
@media (max-width: 1460px) {
  body.body--inner {
    background-size: 2200px auto, 2600px auto;
  }
}
@media (max-width: 1240px) {
  body.body--inner {
    background-size: 2000px auto, 2600px auto;
  }
}
@media (max-width: 1024px) {
  body.body--inner {
    background-size: 1400px auto, 2600px auto;
  }
}
@media (max-width: 640px) {
  body.body--inner {
    background-size: 1000px auto, 2600px auto;
  }
}
@media (max-width: 480px) {
  body.body--inner {
    background-size: 760px auto, 2600px auto;
  }
}

.wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.wrapper--inner {
  padding-top: 128px;
}
@media (max-width: 1024px) {
  .wrapper--inner {
    padding-top: 60px;
  }
}

.content-area {
    width: calc(100% - 60px);
    max-width: 1420px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media (max-width: 1024px) {
  .content-area {
    width: calc(100% - 40px);
  }
}

.decor-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.decor-title__top {
  width: 100%;
  max-width: 550px;
  position: relative;
  z-index: 2;
}
.decor-title__bottom {
  width: 100%;
  max-width: 472px;
  position: relative;
  z-index: 2;
}
.decor-title__content {
  width: 100%;
  padding: 24px 0;
  position: relative;
  text-shadow: 2px 2px 2px #000;
}
@media (max-width: 1240px) {
  .decor-title__content {
    padding: 16px 0;
  }
}
.decor-title__content:after {
  content: "";
  width: 100%;
  max-width: 1250px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(30, 45, 69, 0), rgba(30, 45, 69, 0.8), rgba(30, 45, 69, 0));
}
.decor-title__content h1 {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 42px;
  line-height: 1em;
  color: var(--brand-color);
  text-transform: uppercase;
}
.decor-title__content h1:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 1240px) {
  .decor-title__content h1:not(:first-child) {
    margin-top: 5px;
  }
}
@media (max-width: 1680px) {
  .decor-title__content h1 {
    font-size: 38px;
  }
}
@media (max-width: 1460px) {
  .decor-title__content h1 {
    font-size: 34px;
  }
}
@media (max-width: 1240px) {
  .decor-title__content h1 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .decor-title__content h1 {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  .decor-title__content h1 {
    font-size: 22px;
  }
}
.decor-title__content small {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
.decor-title__content small:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 1240px) {
  .decor-title__content small:not(:first-child) {
    margin-top: 5px;
  }
}
@media (max-width: 1680px) {
  .decor-title__content small {
    font-size: 24px;
  }
}
@media (max-width: 1460px) {
  .decor-title__content small {
    font-size: 22px;
  }
}
@media (max-width: 1240px) {
  .decor-title__content small {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .decor-title__content small {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .decor-title__content small {
    font-size: 16px;
  }
}

.btn {
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  background: url("../images/buttons/btn_left_bg.png") left center no-repeat, url("../images/buttons/btn_right_bg.png") right center no-repeat, url("../images/buttons/btn_middle_bg.png") left 34px center no-repeat;
  background-size: auto 100%, auto 100%, calc(100% - 34px - 34px) 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-align: center;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .btn {
    height: 34px;
    background: url("../images/buttons/btn_left_bg.png") left center no-repeat, url("../images/buttons/btn_right_bg.png") right center no-repeat, url("../images/buttons/btn_middle_bg.png") left 26px center no-repeat;
    background-size: auto 100%, auto 100%, calc(100% - 26px - 26px) 100%;
    font-size: 13px;
    padding: 0 30px;
  }
}
.btn:hover {
  filter: brightness(130%);
}
.btn.active {
  filter: brightness(160%);
}

.swiper-arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 1024px) {
  .swiper-arrows {
    margin-top: 20px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 62px;
  height: auto;
  aspect-ratio: 62/74;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  transform: translateY(-50%);
}
@media (max-width: 1680px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.swiper-button-next {
  right: -102px;
}
@media (max-width: 1680px) {
  .swiper-button-next {
    right: -60px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-next {
    right: auto;
  }
}

.swiper-button-prev {
  left: -102px;
}
@media (max-width: 1680px) {
  .swiper-button-prev {
    left: -60px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-prev {
    left: auto;
  }
}

.text-area {
  width: 100%;
  font-family: var(--secondary-light-font);
  font-size: 18px;
  line-height: 24px;
  color: #d4dff0;
}
@media (max-width: 1024px) {
  .text-area {
    font-size: 16px;
    line-height: 20px;
  }
}
.text-area > *:not(:first-child) {
  margin-top: 20px;
}
.text-area > img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.text-area b {
  font-family: var(--secondary-font);
}
.text-area p b {
  color: #fff;
}
.text-area p img {
  height: auto !important;
  max-width: 100% !important;
  vertical-align: middle;
}
.text-area ul, .text-area ol {
  padding-left: 20px;
}
.text-area ul li, .text-area ol li {
  font-size: 18px;
  line-height: 24px;
  color: #b4bfd1;
}
@media (max-width: 1024px) {
  .text-area ul li, .text-area ol li {
    font-size: 16px;
    line-height: 20px;
  }
}
.text-area ul li::marker, .text-area ol li::marker {
  color: var(--brand-color);
  font-weight: 700;
}
.text-area ul li:not(:first-child), .text-area ol li:not(:first-child) {
  margin-top: 15px;
}
.text-area ul li img, .text-area ol li img {
  vertical-align: middle;
}
.text-area ul li {
  position: relative;
  list-style-type: none;
}
.text-area ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 8px;
  left: -20px;
  transform: rotate(45deg);
  background: var(--brand-color);
}
.text-area ul ul:not(:first-child) {
  margin-top: 15px;
}
.text-area a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.text-area a:hover {
  color: var(--brand-color);
}
.text-area hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
  font-family: var(--primary-font);
  color: var(--brand-color);
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 5px;
}
.text-area h1 b, .text-area h2 b, .text-area h3 b, .text-area h4 b, .text-area h5 b, .text-area h6 b {
  font-family: var(--primary-font);
}
.text-area h1 {
  font-size: 25px;
  line-height: 40px;
}
@media (max-width: 1460px) {
  .text-area h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .text-area h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.text-area h2 {
  font-size: 32px;
  line-height: 36px;
}
@media (max-width: 1460px) {
  .text-area h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .text-area h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.text-area h3 {
  font-size: 26px;
  line-height: 30px;
}
@media (max-width: 1460px) {
  .text-area h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .text-area h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.text-area h4, .text-area h5, .text-area h6 {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 1460px) {
  .text-area h4, .text-area h5, .text-area h6 {
    font-size: 18px;
    line-height: 22px;
  }
}
.text-area table {
  width: 100% !important;
  min-width: 700px;
}
.text-area table tr td {
  padding: 16px 20px;
}
.text-area table tr td img {
  vertical-align: middle;
}
.text-area table thead tr td {
  background: #303e61;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
@media (max-width: 1024px) {
  .text-area table thead tr td {
    font-size: 16px;
    line-height: 16px;
  }
}
.text-area table tbody tr:nth-child(even) td {
  background: #212c47;
}
.text-area table tbody tr:nth-child(odd) td {
  background: #1c263f;
}
.text-area table tbody tr td {
  font-size: 16px;
  line-height: 22px;
  color: #9facbe;
}
@media (max-width: 1024px) {
  .text-area table tbody tr td {
    font-size: 14px;
    line-height: 18px;
  }
}
.text-area table td {
  border-color: #3c4b70 !important;
  border-width: 1px;
}
.text-area__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1024px) {
  .text-area__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.text-area__grid-item {
  border: 1px solid #303e61;
  padding: 30px;
}
@media (max-width: 1024px) {
  .text-area__grid-item {
    padding: 20px;
  }
}

.table-bg {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #303e61;
  padding: 5px;
}
.table-bg::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #213862;
}
.table-bg::-webkit-scrollbar-thumb {
  background-color: var(--brand-color);
}
.table-bg::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand-color);
}

.spoiler {
  width: 100%;
  border-left: 2px solid var(--brand-color);
  background: rgba(48, 62, 97, 0.3);
}
.spoiler__title {
  width: 100%;
  padding: 20px 40px 18px 20px !important;
  background-color: #303e61;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
@media (max-width: 1024px) {
  .spoiler__title {
    font-size: 16px;
    line-height: 16px;
  }
}
.spoiler__title:hover {
  background-color: #43537e;
}
.spoiler__title:before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: calc((100% - 7px) / 2);
  right: 20px;
  background: url("../images/icons/arrow.png") center center no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}
.spoiler__title img {
  height: 30px;
}
.spoiler.active > .spoiler__title:before {
  transform: scale(1, -1);
}
.spoiler__content {
  width: 100%;
  padding: 20px;
  display: none;
}

.icon-stroke {
  width: 100%;
}
.icon-stroke__line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.icon-stroke__line:not(:first-child) {
  margin-top: 15px;
}
.icon-stroke__line-icon {
  width: 32px;
  height: 32px;
  align-self: stretch;
  position: relative;
}
@media (max-width: 1024px) {
  .icon-stroke__line-icon {
    width: 24px;
    height: 24px;
  }
}
.icon-stroke__line-icon img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}
.icon-stroke__line-text {
  width: calc(100% - 32px);
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 3px;
}
@media (max-width: 1024px) {
  .icon-stroke__line-text {
    width: calc(100% - 24px);
    padding-left: 10px;
    padding-top: 1px;
  }
}

.nav {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
.nav__content {
  width: calc(100% - 60px);
  max-width: 1780px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 1680px) {
  .nav__content {
    max-width: 100%;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .nav__content {
    width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  .nav__content {
    gap: 20px;
  }
}
.nav__main {
  width: 100%;
  height: 72px;
  position: relative;
  z-index: 1;
  background-color: rgb(20 20 20 / 90%);
}
@media (max-width: 1024px) {
  .nav__main {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .nav__response {
    width: 320px;
    height: calc(100vh - 60px);
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: rgba(11, 33, 51, 0.95);
    padding: 20px;
    overflow-x: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .nav__response.active {
    transform: translateX(0%);
  }
}
@media (max-width: 480px) {
  .nav__response {
    width: 100%;
  }
}
.nav__sub {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  background-color: rgb(68 72 75 / 60%);
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .nav__sub {
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(11, 33, 51, 0);
  }
}
.nav__sub-content {
  width: 100%;
  overflow: hidden;
}
.nav__sub .nav__content {
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .nav__sub .nav__content {
    width: 100%;
    padding: 0;
    gap: 0;
  }
}
.nav--fixed .nav__sub {
  grid-template-rows: 0fr;
}
@media (max-width: 1024px) {
  .nav--fixed .nav__sub {
    grid-template-rows: 1fr;
  }
}
.nav:hover .nav__sub {
  grid-template-rows: 1fr !important;
}
.nav__emblem {
  width: 55px;
  aspect-ratio: 55/44;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .nav__emblem {
    width: 40px;
  }
}
.nav__emblem img {
  width: 100%;
  height: 100%;
}
.nav__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
  list-style-type: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 1680px) {
  .nav__links {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .nav__links {
    width: 100%;
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .nav__links li {
    width: 100%;
  }
}
.nav__links li a, .nav__links li .drop-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .nav__links li a, .nav__links li .drop-box {
    font-size: 13px;
  }
}
.nav__links li a span, .nav__links li .drop-box span {
  transition: color 0.3s ease-in-out;
}
.nav__links li a:hover span, .nav__links li .drop-box:hover span {
  color: var(--brand-color);
}
.nav__links li a i, .nav__links li .drop-box i {
  font-size: 19px;
  line-height: 1em;
  background-color: #2AA5A0;
  background-image: linear-gradient(to bottom, #a2967f, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: discord 4.4s ease infinite;
}
@media (max-width: 1460px) {
  .nav__links li a i, .nav__links li .drop-box i {
    font-size: 15px;
  }
}
@keyframes discord {
  0% {
    transform: scale(1) rotate(0);
  }
  4% {
    transform: scale(1.15) rotate(0);
  }
  8% {
    transform: scale(1.15) rotate(0);
  }
  24% {
    transform: scale(1.15) rotate(1turn);
  }
  36% {
    transform: scale(1) rotate(1turn);
  }
  to {
    transform: scale(1) rotate(1turn);
  }
}
.nav__links li .drop-box {
  cursor: pointer;
  position: relative;
}
.nav__links li .drop-box span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}
.nav__links li .drop-box span:after {
  content: "";
  width: 12px;
  aspect-ratio: 12/6;
  background: url("../images/icons/arrow.png");
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .nav__links li .drop-box span:after {
    width: 8px;
  }
}
.nav__links li .drop-box__links {
  min-width: 100%;
  padding: 30px 20px 20px 20px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .nav__links li .drop-box__links {
    position: relative;
    top: 0;
    display: none;
  }
}
.nav__links li .drop-box__links:before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  background-color: #091926;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
}
.nav__links li .drop-box__links a {
  position: relative;
  z-index: 2;
  font-size: 15px;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}
.nav__links li .drop-box__links a:not(:last-child) {
  margin-bottom: 10px;
}
.nav__links li .drop-box__links a:hover {
  color: var(--brand-color);
}
@media (max-width: 1460px) {
  .nav__links li .drop-box__links a {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .nav__links li .drop-box:hover .drop-box__links {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
  }
  .nav__links li .drop-box:hover span:after {
    transform: scale(1, -1);
  }
}
@media (max-width: 1024px) {
  .nav__links li .drop-box.active .drop-box__links {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .nav__links li .drop-box.active .drop-box__links {
    display: block;
  }
}
@media (max-width: 1024px) {
  .nav__links li .drop-box.active span:after {
    transform: scale(1, -1);
  }
}
.nav__sublinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
  list-style-type: none;
}
@media (max-width: 1680px) {
  .nav__sublinks {
    gap: 30px;
  }
}
@media (max-width: 1460px) {
  .nav__sublinks {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .nav__sublinks {
    width: 100%;
    gap: 15px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1024px) {
  .nav__sublinks li {
    width: 100%;
  }
}
.nav__sublinks li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .nav__sublinks li a {
    font-size: 12px;
    gap: 5px;
  }
}
.nav__sublinks li a:before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/icons/marker_icon.png");
  background-size: 100% 100%;
}
@media (max-width: 1460px) {
  .nav__sublinks li a:before {
    width: 16px;
  }
}
.nav__sublinks li a span {
  padding-top: 2px;
  transition: color 0.3s ease-in-out;
}
.nav__sublinks li a:hover span {
  color: var(--brand-color);
}
.nav__servers {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
  list-style-type: none;
  margin-left: auto;
}
@media (max-width: 1680px) {
  .nav__servers {
    gap: 30px;
  }
}
@media (max-width: 1460px) {
  .nav__servers {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .nav__servers {
    width: 100%;
    gap: 15px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.nav__servers li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .nav__servers li {
    font-size: 12px;
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .nav__servers li {
    width: 100%;
  }
}
.nav__servers li:before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/icons/marker_icon.png");
  background-size: 100% 100%;
}
@media (max-width: 1460px) {
  .nav__servers li:before {
    width: 16px;
  }
}
.nav__servers li.on:before {
  background: url("../images/icons/marker_green_icon.png");
  background-size: 100% 100%;
}
.nav__servers li.off:before {
  background: url("../images/icons/marker_red_icon.png");
  background-size: 100% 100%;
}
.nav__servers li span {
  padding-top: 2px;
  transition: color 0.3s ease-in-out;
}
.nav__servers li span.accent {
  color: var(--brand-color);
}
.nav__servers-name {
  color: #cdcfd1;
}
.nav__servers-rate {
  color: #87d732;
}
.nav__servers-date {
  color: var(--brand-color);
}
.nav__langs {
  position: relative;
  z-index: 2;
  margin-left: auto;
}
.nav__langs-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 6px;
  flex-wrap: nowrap;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1460px) {
  .nav__langs-item {
    font-size: 13px;
  }
}
@media (max-width: 1460px) {
  .nav__langs-item img {
    height: 20px;
  }
}
.nav__langs-item span {
  transition: color 0.3s ease-in-out;
}
.nav__langs-item:hover span {
  color: var(--brand-color);
}
.nav__langs > .nav__langs-item:after {
  content: "";
  width: 12px;
  aspect-ratio: 12/6;
  background: url("../images/icons/arrow.png");
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .nav__langs > .nav__langs-item:after {
    width: 8px;
  }
}
.nav__langs:hover > .nav__langs-item:after {
  transform: scale(1, -1);
}
.nav__langs-stroke {
  padding: 20px 10px 10px 10px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -10px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.nav__langs-stroke:before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  background-color: #091926;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
}
.nav__langs-stroke .nav__langs-item:not(:last-child) {
  margin-bottom: 10px;
}
.nav__langs:hover .nav__langs-stroke {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}
@media (max-width: 640px) {
  .nav__auth {
    padding: 0 23px;
  }
}
.nav__auth i {
  display: none;
}
@media (max-width: 640px) {
  .nav__auth i {
    display: block;
  }
}
@media (max-width: 640px) {
  .nav__auth span {
    display: none;
  }
}

.open-main-menu {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  display: none;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  z-index: 3;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
}
@media (max-width: 1024px) {
  .open-main-menu {
    display: flex;
  }
}
.open-main-menu:hover {
  background-color: var(--brand-color);
}
.open-main-menu:hover:after, .open-main-menu:hover:before, .open-main-menu:hover .open-main-menu__item {
  background: #1c2227;
}
.open-main-menu:hover .open-main-menu__item {
  transform: scale(0.7, 1);
}
.open-main-menu.active:after {
  transform: rotate(-135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}
.open-main-menu.active:before {
  transform: rotate(135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}
.open-main-menu.active .open-main-menu__item {
  transform: scale(0, 1);
}
.open-main-menu:after {
  content: "";
  width: calc(100% - 12px);
  height: 2px;
  background: #cdcfd1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  top: 11px;
  left: 6px;
  transform: scale(0.7, 1);
}
.open-main-menu:before {
  content: "";
  width: calc(100% - 12px);
  height: 2px;
  background: #cdcfd1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  top: calc(100% - 13px);
  left: 6px;
  transform: scale(0.7, 1);
}
.open-main-menu__item {
  width: calc(100% - 12px);
  height: 2px;
  background: #cdcfd1;
  position: absolute;
  top: calc((100% - 2px) / 2);
  left: 6px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  transform: scale(0.7, 1);
}

.header {
  width: 100%;
  height: auto;
  padding: 232px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 5200px) {
  .header {
    padding: 265px 0 156px;
  }
}
@media (max-width: 2600px) {
  .header {
    padding: 275px 0 156px;
  }
}
@media (max-width: 1680px) {
  .header {
    padding: 255px 0 120px;
  }
}
@media (max-width: 1460px) {
  .header {
    padding: 210px 0 110px;
  }
}
@media (max-width: 1040px) {
  .header {
    padding: 210px 0 40px;
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 90px 0 40px;
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 100px 0 75px;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 100px 0 75px;
    min-height: auto;
  }
}
.header--page {
  min-height: auto;
}
.header:before {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  bottom: -16px;
  background: url("../images/bg/sep_bg.png") center center no-repeat;
}
.header .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.header__logo {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 600/221;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 1680px) {
  .header__logo {
    max-width: 500px;
  }
}
@media (max-width: 1460px) {
  .header__logo {
    max-width: 500px;
  }
}
@media (max-width: 1240px) {
  .header__logo {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    max-width: 360px;
  }
}
@media (max-width: 640px) {
  .header__logo {
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    max-width: 280px;
  }
}
.header__logo:hover {
  filter: brightness(130%);
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__title {
  margin-top: 30px;
}
.header__button {
  width: 100%;
  max-width: 433px;
  aspect-ratio: 433/103;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease-in-out;
  background: url("../images/bg/header_button_bg.png");
  background-size: 100% 100%;
  padding: 0 20px;
  margin-top: 30px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 1680px) {
  .header__button {
    max-width: 400px;
    font-size: 24px;
  }
}
@media (max-width: 1460px) {
  .header__button {
    max-width: 380px;
    font-size: 22px;
  }
}
@media (max-width: 1240px) {
  .header__button {
    max-width: 360px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .header__button {
    max-width: 340px;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .header__button {
    max-width: 320px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .header__button {
    max-width: 300px;
    font-size: 14px;
  }
}
.header__button:hover {
  filter: brightness(130%);
}
.header__button span {
  padding-top: 2px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.header__video {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask: linear-gradient(to bottom, rgb(42, 59, 91) 0%, rgb(42, 59, 91) 20%, rgba(42, 59, 91, 0.3) 70%, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
}
@media (max-width: 2600px) {
  .header__video {
    width: 2600px;
  }
}
@media (max-width: 1680px) {
  .header__video {
    width: 2400px;
  }
}
@media (max-width: 1460px) {
  .header__video {
    width: 2200px;
  }
}
@media (max-width: 1240px) {
  .header__video {
    width: 2000px;
  }
}
@media (max-width: 1024px) {
  .header__video {
    display: none;
  }
}

.section {
  width: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1460px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .section {
    padding: 40px 0;
  }
}
.section:after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  top: -16px;
  background: url("../images/bg/sep_bg.png") center center no-repeat;
}
.section:before {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  bottom: -16px;
  background: url("../images/bg/sep_bg.png") center center no-repeat;
}
.section__title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 52px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.section__title span {
  color: var(--brand-color);
}
@media (max-width: 1680px) {
  .section__title {
    font-size: 46px;
  }
}
@media (max-width: 1460px) {
  .section__title {
    font-size: 38px;
  }
}
@media (max-width: 1240px) {
  .section__title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .section__title {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  .section__title {
    font-size: 22px;
  }
}

.features {
  background: url("../images/bg/features_bg.png") top center;
  background-size: cover;
}
.features .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.features__slider {
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 1460px) {
  .features__slider {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .features__slider {
    margin-top: 40px;
  }
}
.features__slider-item {
  width: 100%;
  position: relative;
  padding: 88px 80px 80px;
  background: linear-gradient(to bottom, rgb(77 77 77 / 80%), rgba(59, 78, 116, 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .features__slider-item {
    padding: 68px 60px 60px;
  }
}
@media (max-width: 1024px) {
  .features__slider-item {
    padding: 48px 40px 40px;
  }
}
@media (max-width: 640px) {
  .features__slider-item {
    padding: 28px 20px 20px;
  }
}
.features__slider-item.swiper-slide-active {
  opacity: 1;
  pointer-events: all;
}
.features__slider-item:after {
  content: "";
  width: 100%;
  height: 21px;
  position: absolute;
  top: -15px;
  left: 0;
  background: url("../images/bg/border_top_bg.png") center center no-repeat;
}
.features__slider-item h3 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 34px;
  line-height: 1em;
  color: var(--brand-color);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .features__slider-item h3 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .features__slider-item h3 {
    font-size: 24px;
  }
}
.features__slider-item p {
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}
@media (max-width: 1460px) {
  .features__slider-item p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .features__slider-item p {
    font-size: 14px;
  }
}
.features__slider-item p:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .features__slider-item p:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .features__slider-item p:not(:first-child) {
    margin-top: 10px;
  }
}
.features__slider-item .btn {
  width: 100%;
  max-width: 240px;
  margin: 25px auto 0;
}
@media (max-width: 1024px) {
  .features__slider-item .btn {
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  .features__slider-item .btn {
    margin: 15px auto 0;
  }
}
.features__thumbs {
  width: 780px;
  position: relative;
}
@media (max-width: 1460px) {
  .features__thumbs {
    width: 680px;
  }
}
@media (max-width: 1024px) {
  .features__thumbs {
    width: 340px;
  }
}
@media (max-width: 640px) {
  .features__thumbs {
    width: 240px;
  }
}
.features__thumbs-item {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  cursor: pointer;
}
.features__thumbs-item:hover {
  filter: brightness(130%);
}
.features__thumbs-item.swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}
.features__thumbs-item.swiper-slide-active {
  transform: scale(1);
}
.features__thumbs-item-icon {
  width: 140px;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1460px) {
  .features__thumbs-item-icon {
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .features__thumbs-item-icon {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .features__thumbs-item-icon {
    width: 80px;
  }
}
.features__thumbs-item-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.features__thumbs-item-icon i {
  font-size: 36px;
  line-height: 1em;
  position: relative;
  z-index: 2;
  background-color: #c9c9c9;
  background-image: linear-gradient(to bottom, #c9c9c9, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1460px) {
  .features__thumbs-item-icon i {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .features__thumbs-item-icon i {
    font-size: 24px;
  }
}
.features__video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .features__video {
    display: none;
  }
}

.update {
  background: url("../images/bg/update_bg.jpg") top center;
  background-size: cover;
  padding: 0;
}
.update__slider {
  width: 100%;
}
.update__slider-swiper {
  height: 100%;
}
.update__slider-item {
  min-height: calc(100vh - 72px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 0 380px;
}
@media (max-width: 1460px) {
  .update__slider-item {
    padding: 80px 0 300px;
  }
}
@media (max-width: 1024px) {
  .update__slider-item {
    padding: 40px 0 280px;
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .update__slider-item {
    padding: 40px 0 200px;
  }
}
.update__slider-item .content-area {
  z-index: 2;
}
.update__slider-item h3 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 54px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000;
}
@media (max-width: 1680px) {
  .update__slider-item h3 {
    font-size: 50px;
  }
}
@media (max-width: 1460px) {
  .update__slider-item h3 {
    font-size: 46px;
  }
}
@media (max-width: 1240px) {
  .update__slider-item h3 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .update__slider-item h3 {
    font-size: 38px;
  }
}
@media (max-width: 760px) {
  .update__slider-item h3 {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .update__slider-item h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .update__slider-item h3 {
    font-size: 26px;
  }
}
.update__slider-item h4 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 34px;
  line-height: 1em;
  color: var(--brand-color);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  text-shadow: 2px 2px 2px #000;
}
@media (max-width: 1680px) {
  .update__slider-item h4 {
    font-size: 32px;
  }
}
@media (max-width: 1460px) {
  .update__slider-item h4 {
    font-size: 28px;
  }
}
@media (max-width: 1240px) {
  .update__slider-item h4 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .update__slider-item h4 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .update__slider-item h4 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .update__slider-item h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .update__slider-item h4 {
    font-size: 18px;
  }
}
.update__slider-item p {
  width: 100%;
  max-width: 860px;
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  color: #d0daee;
  text-align: center;
  margin: 20px auto 0;
  text-shadow: 1px 1px 2px #000;
}
@media (max-width: 1460px) {
  .update__slider-item p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .update__slider-item p {
    font-size: 14px;
  }
}
.update__slider-item-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .update__slider-item-video {
    display: none;
  }
}
.update__slider-item-video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgb(37 40 45) 0%, rgb(69 69 69 / 50%) 60%, rgb(0 0 0 / 80%) 100%);
}
.update__slider-item-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.update__thumbs {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 100px;
}
@media (max-width: 1460px) {
  .update__thumbs {
    bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .update__thumbs {
    bottom: 40px;
  }
}
.update__thumbs-item {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  cursor: pointer;
}
.update__thumbs-item:hover {
  opacity: 1 !important;
  transform: translateY(-10px);
}
.update__thumbs-item.swiper-slide-visible {
  opacity: 0.6;
  pointer-events: all;
}
.update__thumbs-item.swiper-slide-visible.active {
  opacity: 1;
  filter: brightness(130%);
}
.update__thumbs-item-icon {
  width: 140px;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 1460px) {
  .update__thumbs-item-icon {
    width: 120px;
    height: 120px;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .update__thumbs-item-icon {
    width: 100px;
    height: 100px;
    padding: 16px;
  }
}
@media (max-width: 640px) {
  .update__thumbs-item-icon {
    width: 80px;
    height: 80px;
    padding: 14px;
  }
}
.update__thumbs-item-icon-border {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.update__thumbs-item-icon-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  clip-path: polygon(50% 0, 50% 0, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0 50%, 0 50%);
}
.update__thumbs-item-icon i {
  font-size: 36px;
  line-height: 1em;
  position: relative;
  z-index: 2;
  background-color: #c9c9c9;
  background-image: linear-gradient(to bottom, #c9c9c9, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1460px) {
  .update__thumbs-item-icon i {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .update__thumbs-item-icon i {
    font-size: 24px;
  }
}
.update__thumbs-item-text {
  width: 100%;
  text-align: center;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}
@media (max-width: 1460px) {
  .update__thumbs-item-text {
    font-size: 13px;
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .update__thumbs-item-text {
    display: none;
  }
}

.nselect.myStyleSelect {
  width: 160px;
  height: 42px;
  border: none;
  background: none;
}
.nselect.myStyleSelect .nselect__head {
  height: 42px;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  background: #384b6d;
  padding: 0px 30px 0px 20px;
}
.nselect.myStyleSelect .nselect__head span {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  padding-top: 2px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.nselect.myStyleSelect .nselect__head:after {
  border-color: #a6b0c3 transparent transparent transparent;
}
.nselect.myStyleSelect .nselect__inner {
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  border: none;
  background: #102639;
}
.nselect.myStyleSelect .nselect__inner:before {
  display: none;
}
.nselect.myStyleSelect .nselect__list {
  padding: 0;
}
.nselect.myStyleSelect .nselect__list LI SPAN {
  border-bottom: 1px solid #253c4e;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
.nselect.myStyleSelect .nselect__list LI SPAN:hover {
  background: #15324b;
  color: var(--brand-color);
}
.nselect.myStyleSelect .nselect__list LI._active SPAN {
  color: var(--brand-color);
}

.news {
  background: url("../images/bg/news_bg.jpg") top center;
  background-size: cover;
  padding: 0px 0;
}
.news .content-area {
  z-index: 2;
}
.news__filters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}
.news__slider {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1460px) {
  .news__slider {
    margin-top: 50px;
	margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .news__slider {
    margin-top: 30px;
	margin-bottom: 30px;
  }
}
.news__slider-item {
  height: 540px;
  position: relative;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  background: rgb(42, 59, 91);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1680px) {
  .news__slider-item {
    height: 500px;
  }
}
@media (max-width: 1460px) {
  .news__slider-item {
    height: 480px;
  }
}
@media (max-width: 1240px) {
  .news__slider-item {
    height: 460px;
  }
}
@media (max-width: 1024px) {
  .news__slider-item {
    height: 440px;
  }
}
@media (max-width: 640px) {
  .news__slider-item {
    height: 420px;
  }
}
@media (max-width: 480px) {
  .news__slider-item {
    height: 400px;
  }
}
.news__slider-item.swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}
.news__slider-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease-in-out;
  -webkit-mask: linear-gradient(to bottom, rgb(42, 59, 91) 0%, rgb(42, 59, 91) 20%, rgba(42, 59, 91, 0.3) 40%, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
}
.news__slider-item:hover .news__slider-item-bg {
  transform: scale(1.1);
}
.news__slider-item-badges {
  width: 100%;
  padding: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 5px;
  row-gap: 5px;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .news__slider-item-badges {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .news__slider-item-badges {
    padding: 20px;
  }
}
.news__slider-item-badges span {
  height: 30px;
  padding: 0 15px;
  background: #000;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news__slider-item-badges span.red {
  background: rgb(180, 67, 67);
}
.news__slider-item-badges span.green {
  background: rgb(56, 151, 56);
}
.news__slider-item-badges span.blue {
  background: rgb(61, 98, 167);
}
.news__slider-item-content {
  width: 100%;
  padding: 80px 40px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .news__slider-item-content {
    padding: 80px 30px 30px;
  }
}
@media (max-width: 640px) {
  .news__slider-item-content {
    padding: 80px 20px 20px;
  }
}
.news__slider-item-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}
.news__slider-item-info-type {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}
.news__slider-item-info-type:before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url("../images/icons/marker_icon.png");
  background-size: 100% 100%;
}
@media (max-width: 1460px) {
  .news__slider-item-info-type:before {
    width: 16px;
  }
}
.news__slider-item-info-type span {
  padding-top: 2px;
}
.news__slider-item-info-date {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #a8b0c2;
  text-transform: uppercase;
}
.news__slider-item[data-type=news] .news__slider-item-info-type {
  color: #9ef344;
}
.news__slider-item[data-type=event] .news__slider-item-info-type {
  color: #f3b644;
}
.news__slider-item[data-type=update] .news__slider-item-info-type {
  color: #44adf3;
}
.news__slider-item[data-type=promotion] .news__slider-item-info-type {
  color: #ff7078;
}
.news__slider-item-title {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .news__slider-item-title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news__slider-item-title {
    font-size: 20px;
  }
}
.news__slider-item:hover .news__slider-item-title {
  color: var(--brand-color);
}
.news__slider-item-text {
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #afbacf;
  overflow: hidden;
  max-height: calc(1.4em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  margin-top: 15px;
}
@media (max-width: 1460px) {
  .news__slider-item-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news__slider-item-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.news__slider-item .btn {
  width: 100%;
  max-width: 200px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .news__slider-item .btn {
    margin-top: 20px;
    max-width: 160px;
  }
}
.news__video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .news__video {
    display: none;
  }
}

.streams .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.streams__slider {
  width: 100%;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 1460px) {
  .streams__slider {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .streams__slider {
    margin-top: 30px;
  }
}
.streams__slider-item {
  aspect-ratio: 800/460;
  position: relative;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.streams__slider-item.swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}
.streams__slider-item-player {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.streams__slider-item-player > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.streams__slider-item-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.streams__slider-item-preview-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease-in-out;
}
.streams__slider-item-preview-play {
  width: 84px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.streams__slider-item-preview:hover .streams__slider-item-preview-bg {
  transform: scale(1.2);
}
.streams__slider-item-preview:hover .streams__slider-item-preview-play {
  transform: scale(0.9);
  filter: brightness(130%);
}
.streams__button {
  width: 100%;
  max-width: 504px;
  aspect-ratio: 504/99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease-in-out;
  background: url("../images/bg/header_button_bg.png");
  background-size: 100% 100%;
  padding: 0 20px;
  margin-top: 70px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 1680px) {
  .streams__button {
    max-width: 400px;
    font-size: 24px;
  }
}
@media (max-width: 1460px) {
  .streams__button {
    max-width: 380px;
    font-size: 22px;
    margin-top: 50px;
  }
}
@media (max-width: 1240px) {
  .streams__button {
    max-width: 360px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .streams__button {
    max-width: 340px;
    font-size: 18px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .streams__button {
    max-width: 320px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .streams__button {
    max-width: 300px;
    font-size: 14px;
  }
}
.streams__button:hover {
  filter: brightness(130%);
}
.streams__button span {
  padding-top: 2px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.footer {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1460px) {
  .footer {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0;
  }
}
.footer:after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  top: -16px;
  background: url("../images/bg/sep_bg.png") center center no-repeat;
  z-index: 2;
}
.footer .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer .content-area {
    gap: 40px;
  }
}
.footer__cpr {
  width: 50%;
  padding-right: 220px;
}
@media (max-width: 1024px) {
  .footer__cpr {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.footer__cpr-logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1024px) {
  .footer__cpr-logo {
    justify-content: center;
  }
}
.footer__cpr-logo-emblem {
  margin: -20px 0;
}
@media (max-width: 1024px) {
  .footer__cpr-logo-emblem {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .footer__cpr-logo-text {
    display: none;
  }
}
.footer__cpr-title {
  width: 100%;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
}
@media (max-width: 1460px) {
  .footer__cpr-title {
    font-size: 12px;
  }
}
.footer__cpr-text {
  width: 100%;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2em;
  color: #6e7685;
  text-transform: uppercase;
  margin-top: 5px;
}
.footer__cpr-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 10px;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}
@media (max-width: 1460px) {
  .footer__cpr-links {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .footer__cpr-links {
    justify-content: center;
  }
}
.footer__cpr-links a {
  transition: color 0.3s ease-in-out;
}
.footer__cpr-links a:hover {
  color: var(--brand-color);
}
.footer__cpr .unsimple {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .footer__cpr .unsimple {
    margin: 30px auto 0px;
  }
}
.footer__links {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .footer__links {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .footer__links {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .footer__links-group {
    width: calc((100% - 40px) / 3);
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer__links-group {
    width: 100%;
  }
}
.footer__links-group-title {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  color: var(--brand-color);
}
@media (max-width: 1460px) {
  .footer__links-group-title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .footer__links-group-title {
    width: 100%;
  }
}
.footer__links-group ul {
  list-style-type: none;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .footer__links-group ul {
    width: 100%;
    margin-top: 20px;
  }
}
.footer__links-group ul li {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #d0d7e0;
}
@media (max-width: 1460px) {
  .footer__links-group ul li {
    font-size: 12px;
  }
}
.footer__links-group ul li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .footer__links-group ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__links-group ul li a {
  transition: color 0.3s ease-in-out;
}
.footer__links-group ul li a:hover {
  color: var(--brand-color);
}

.unsimple {
  width: 164px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  text-transform: uppercase;
}
.unsimple:hover {
  opacity: 1;
}
.unsimple__copyright {
  font-size: 12px;
  line-height: 16px;
  text-align: left !important;
}
.unsimple__copyright p {
  color: #dad9d8;
}
.unsimple__copyright span {
  color: #ecaa60;
  text-transform: uppercase;
}

.page {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
.page_about {
  width: 100%;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1460px) {
  .page {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .page {
    padding: 40px 0;
  }
}
.page__title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 52px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.page__title span {
  color: var(--brand-color);
}
@media (max-width: 1680px) {
  .page__title {
    font-size: 46px;
  }
}
@media (max-width: 1460px) {
  .page__title {
    font-size: 38px;
  }
}
@media (max-width: 1240px) {
  .page__title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .page__title {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  .page__title {
    font-size: 22px;
  }
}
.page_about__content {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.page__content {
  width: 100%;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 1460px) {
  .page__content {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .page__content {
    margin-top: 40px;
  }
}
.page__content--bg {
  background: rgba(14, 34, 52, 0.9);
  padding: 40px;
}
@media (max-width: 1024px) {
  .page__content--bg {
    padding: 20px;
  }
}
.page__content--bg:after {
  content: "";
  width: 100%;
  height: 21px;
  position: absolute;
  top: -15px;
  left: 0;
  background: url("../images/bg/border_top_bg.png") center center no-repeat;
}

.news-switch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .news-switch {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.news-switch__item {
  padding: 15px 20px 13px;
  background-color: #344461;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .news-switch__item {
    font-size: 13px;
    padding: 10px 15px 9px;
    clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px);
  }
}
.news-switch__item:hover {
  background-color: #43577a;
}
.news-switch__item.active {
  background-color: var(--brand-color);
  color: #344461;
}

.news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .news-list {
    gap: 20px;
  }
}
.news-list__item {
  width: calc((100% - 80px) / 3);
  height: 540px;
  position: relative;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  background: rgb(42, 59, 91);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1680px) {
  .news-list__item {
    height: 500px;
  }
}
@media (max-width: 1460px) {
  .news-list__item {
    height: 480px;
  }
}
@media (max-width: 1240px) {
  .news-list__item {
    height: 460px;
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 1024px) {
  .news-list__item {
    height: 440px;
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .news-list__item {
    height: 420px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .news-list__item {
    height: 400px;
  }
}
.news-list__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease-in-out;
  -webkit-mask: linear-gradient(to bottom, rgb(42, 59, 91) 0%, rgb(42, 59, 91) 20%, rgba(42, 59, 91, 0.3) 40%, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
}
.news-list__item:hover .news-list__item-bg {
  transform: scale(1.1);
}
.news-list__item-badges {
  width: 100%;
  padding: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 5px;
  row-gap: 5px;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .news-list__item-badges {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .news-list__item-badges {
    padding: 20px;
  }
}
.news-list__item-badges span {
  height: 30px;
  padding: 0 15px;
  background: #000;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news-list__item-badges span.red {
  background: rgb(180, 67, 67);
}
.news-list__item-badges span.green {
  background: rgb(56, 151, 56);
}
.news-list__item-badges span.blue {
  background: rgb(61, 98, 167);
}
.news-list__item-content {
  width: 100%;
  padding: 80px 40px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .news-list__item-content {
    padding: 80px 30px 30px;
  }
}
@media (max-width: 640px) {
  .news-list__item-content {
    padding: 80px 20px 20px;
  }
}
.news-list__item-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}
.news-list__item-info-type {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}
.news-list__item-info-type:before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url("../images/icons/marker_icon.png");
  background-size: 100% 100%;
}
@media (max-width: 1460px) {
  .news-list__item-info-type:before {
    width: 16px;
  }
}
.news-list__item-info-type span {
  padding-top: 2px;
}
.news-list__item-info-date {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #a8b0c2;
  text-transform: uppercase;
}
.news-list__item[data-type=news] .news-list__item-info-type {
  color: #9ef344;
}
.news-list__item[data-type=event] .news-list__item-info-type {
  color: #f3b644;
}
.news-list__item[data-type=update] .news-list__item-info-type {
  color: #44adf3;
}
.news-list__item[data-type=promotion] .news-list__item-info-type {
  color: #ff7078;
}
.news-list__item-title {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .news-list__item-title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news-list__item-title {
    font-size: 20px;
  }
}
.news-list__item:hover .news-list__item-title {
  color: var(--brand-color);
}
.news-list__item-text {
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #afbacf;
  overflow: hidden;
  max-height: calc(1.4em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  margin-top: 15px;
}
@media (max-width: 1460px) {
  .news-list__item-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news-list__item-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.news-list__item .btn {
  width: 100%;
  max-width: 200px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .news-list__item .btn {
    margin-top: 20px;
    max-width: 160px;
  }
}

.about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 1460px) {
  .about {
    gap: 20px;
  }
}
.about__nav {
  width: 380px;
  height: calc(100vh - 72px - 40px - 40px);
  background-color: #344461;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 112px;
  left: 0;
  overflow: auto;
}
@media (max-width: 1460px) {
  .about__nav {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .about__nav {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  }
}
.about__nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #213862;
}
.about__nav::-webkit-scrollbar-thumb {
  background-color: var(--brand-color);
}
.about__nav::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand-color);
}
.about__nav-item {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  border-bottom: 1px solid #465673;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .about__nav-item {
    padding: 15px 20px;
    gap: 10px;
  }
}
.about__nav-item:hover, .about__nav-item.active {
  background-color: #3b4c6b;
}
.about__nav-item-icon {
  width: 60px;
  height: 60px;
  background: url("../images/bg/icon_border_bg.png");
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .about__nav-item-icon {
    width: 50px;
    height: 50px;
  }
}
.about__nav-item-icon i {
  font-size: 18px;
  line-height: 1em;
  background-color: #c9c9c9;
  background-image: linear-gradient(to bottom, #c9c9c9, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about__nav-item-icon img {
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0, 50% 0, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0 50%, 0 50%);
}
.about__nav-item:hover .about__nav-item-icon, .about__nav-item.active .about__nav-item-icon {
  filter: brightness(130%);
}
.about__nav-item-info {
  width: calc(100% - 60px - 20px);
}
@media (max-width: 1460px) {
  .about__nav-item-info {
    width: calc(100% - 50px - 10px);
  }
}
.about__nav-item-name {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .about__nav-item-name {
    font-size: 15px;
  }
}
.about__nav-item:hover .about__nav-item-name, .about__nav-item.active .about__nav-item-name {
  color: var(--brand-color);
}
.about__nav-item-desc {
  width: 100%;
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  color: #afbacf;
  overflow: hidden;
  max-height: calc(1em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  margin-top: 8px;
}
@media (max-width: 1460px) {
  .about__nav-item-desc {
    font-size: 10px;
    margin-top: 5px;
  }
}
.about__nav-item:hover .about__nav-item-desc, .about__nav-item.active .about__nav-item-desc {
  color: #fff;
}
.about__content {
  width: calc(100% - 380px - 40px);
  background: rgba(14, 34, 52, 0.9);
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
@media (max-width: 1460px) {
  .about__content {
    width: calc(100% - 300px - 20px);
  }
}
@media (max-width: 1024px) {
  .about__content {
    width: 100%;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  }
}
.about__content-title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
}
@media (max-width: 1460px) {
  .about__content-title {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .about__content-title {
    padding: 30px 20px;
  }
}
.about__content-info {
  width: 100%;
  padding: 40px;
  position: relative;
}
@media (max-width: 1460px) {
  .about__content-info {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .about__content-info {
    padding: 20px;
  }
}
.about__content-info:after {
  content: "";
  width: 100%;
  height: 21px;
  position: absolute;
  top: -15px;
  left: 0;
  background: url("../images/bg/border_top_bg.png") center center no-repeat;
}

.htc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .htc {
    gap: 20px;
  }
}
.htc__box {
  width: 100%;
  padding: 40px;
  background-color: #344461;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
@media (max-width: 1024px) {
  .htc__box {
    padding: 20px;
  }
}
.htc__box-title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
  color: var(--brand-color);
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .htc__box-title {
    font-size: 20px;
  }
}
.htc__box-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .htc__box-content {
    margin-top: 20px;
    gap: 20px;
  }
}
.htc__box-content-col {
  width: calc((100% - 60px) / 3);
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .htc__box-content-col {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .htc__box-content-col {
    width: 100%;
  }
}
.htc__box-content-title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .htc__box-content-title {
    font-size: 18px;
  }
}
.htc__box-content-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  background-color: #2d3a52;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  padding: 20px;
  flex-grow: 1;
}
.htc__box-content-buttons .btn {
  width: 100%;
}
.htc__box-content-text {
  width: 100%;
  padding: 0 calc((100% - 800px) / 2);
  text-align: center;
}
@media (max-width: 1024px) {
  .htc__box-content-text {
    font-size: 16px;
  }
}
.social {
  width: 100%;
  padding: 0px 0;
  position: relative;
}
@media (max-width: 1460px) {
  .social {
    padding: 80px 0;
  }
}
.social:after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  top: -16px;
  background: url("../images/bg/sep_bg.png") center center no-repeat;
}
.social:before {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  bottom: -16px;
  background: url("../images/bg/sep_bg.png") center center no-repeat;
}
.social__item{width:33.33%;padding:120px 30px;position:relative}@media(max-width: 1240px){.social__item{padding:80px 30px}}@media(max-width: 760px){.social__item{width:100%;padding:60px 30px}}.social__item-bg{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:top center}.social__item-content{width:100%;position:relative;z-index:2}.social__item-content img{height:115px;margin-bottom:40px;transition:transform .3s ease-in-out}@media(max-width: 1240px){.social__item-content img{height:80px;margin-bottom:20px}}.social__item-description{width:100%}.social__item-description span{position:relative;font-size:18px;font-weight:300;text-align:center;text-transform:uppercase}@media(max-width: 1240px){.social__item-description span{font-size:14px}}.social__item-description span:after{content:"";width:100%;height:1px;position:absolute;bottom:-2px;left:0;background-color:#fff;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.social__item:hover .social__item-content img{transform:scale(1.1)}.social__item:hover .social__item-description span:after{transform:translateY(10px);opacity:0}.partners{width:100%;padding:100px 0}@media(max-width: 1240px){.partners{padding:60px 0}}.partners .swiper-wrapper{transition-timing-function:linear !important}.partners__item{height:82px}.partners__item img{max-height:82px}@media(max-width: 760px){.partners__item img{max-height:44px}}
.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:flex;flex-wrap:wrap}
.flex-cc, .flex-cs, .flex-ce {
    justify-content: center;
}
.content-heading{
padding: 0px 0px 30px 0px;
}
  .about__box {
    width: calc( 100% - 320px - 20px);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: auto;
    position: relative; }
    @media (max-width: 1024px) {
      .about__box {
        width: 100%;
        margin-top: 20px; } }
  .about__content {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    pointer-events: none; }
    .about__content.active {
      position: relative;
      opacity: 1;
      pointer-events: all; }
    .about__content-title {
      width: 100%;
      background: rgba(66, 62, 61, 0.25);
      border-bottom: 1px solid #2b2a2a;
      border-radius: 5px 5px 0px 0px; }
      .about__content-title-icon {
        width: 50px;
        height: 50px;
        position: relative;
        text-align: center;
        padding-left: 2px; }
        .about__content-title-icon:after {
          content: '';
          width: 100%;
          height: 100%;
          background: url("../images/wiki/border_icon.png") center center no-repeat;
          position: absolute;
          top: 0px;
          left: 0px;
          z-index: 1;
          -webkit-transition: opacity .3s ease-in-out;
          -o-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out; }
        .about__content-title-icon img {
          width: 32px;
          height: 32px;
          border-radius: 32px; }
        .about__content-title-icon i {
          font-size: 18px;
          line-height: 18px;
          color: #ffda84; }
      .about__content-title-info {
        width: calc( 100% - 50px);
        padding-left: 15px; }
      .about__content-title-name {
        width: 100%;
        font-family: 'Philosopher';
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        margin-top: 3px; }
      .about__content-title-desc {
        width: 100%;
        font-size: 14px;
        color: #656060;
        margin-top: 2px; }
    .about__content-main {
      width: 100%;
      padding: 20px; }
.about-text-box {
  font-size: 16px;
  line-height: 24px;
  color: #8a8181; }
  .about-text-box p {
    color: #8a8181; }
  @media (max-width: 1024px) {
    .about-text-box {
      font-size: 14px;
      line-height: 20px; } }
  .about-text-box > *:not(:first-child) {
    margin-top: 10px; }
  .about-text-box > *:last-child {
    margin-bottom: 0px; }
  .about-text-box a {
    color: #ddd5cf;
    text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .about-text-box a:hover {
      color: #ffaf43;
      text-decoration: none; }
  .about-text-box b {
    font-weight: normal;
    color: #ddd5cf; }
  .about-text-box h1, .about-text-box h2, .about-text-box h3, .about-text-box h4, .about-text-box h5, .about-text-box h6 {
    font-family: 'Philosopher';
    font-weight: 700;
    color: #ddd5cf;
    margin: 0px; }
    .about-text-box h1:first-child, .about-text-box h2:first-child, .about-text-box h3:first-child, .about-text-box h4:first-child, .about-text-box h5:first-child, .about-text-box h6:first-child {
      padding-top: 0px; }
    @media (max-width: 1024px) {
      .about-text-box h1:not(:last-child), .about-text-box h2:not(:last-child), .about-text-box h3:not(:last-child), .about-text-box h4:not(:last-child), .about-text-box h5:not(:last-child), .about-text-box h6:not(:last-child) {
        margin-bottom: -5px; } }
  .about-text-box h1 {
    font-size: 26px; }
    @media (max-width: 1024px) {
      .about-text-box h1 {
        font-size: 22px; } }
  .about-text-box h2 {
    font-size: 22px; }
    @media (max-width: 1024px) {
      .about-text-box h2 {
        font-size: 18px; } }
  .about-text-box h3 {
    font-size: 20px; }
    @media (max-width: 1024px) {
      .about-text-box h3 {
        font-size: 16px; } }
  .about-text-box h4, .about-text-box h5, .about-text-box h6 {
    font-size: 16px; }
    @media (max-width: 1024px) {
      .about-text-box h4, .about-text-box h5, .about-text-box h6 {
        font-size: 14px; } }
  .about-text-box ul {
    width: 100%;
    padding-left: 17px; }
    .about-text-box ul li {
      color: #a7a2a2;
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 1024px) {
        .about-text-box ul li {
          font-size: 14px;
          line-height: 20px; } }
      .about-text-box ul li:not(:last-child) {
        margin-bottom: 5px; }
  .about-text-box hr {
    width: 100%;
    border: none;
    border-top: 1px solid #333;
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .about-text-box img {
    border-radius: 5px;
    max-width: 100%; }
.icon-title {
  width: 100%;
  border-radius: 5px;
  background: rgba(66, 62, 61, 0.25);
  padding: 10px;
  }
  .icon-title__icon {
    width: 32px;
    height: 32px; }
    .icon-title__icon img {
      width: 100%;
      height: 100%;
      display: block;
      border-radius: 5px; }
  .icon-title__text {
    width: calc( 100% - 32px);
    font-family: 'Philosopher';
    font-weight: 700;
    color: #ddd5cf;
    font-size: 22px;
    line-height: 22px;
    margin-top: 5px;
    padding-left: 10px; }
    @media (max-width: 1024px) {
      .icon-title__text {
        font-size: 18px;
        line-height: 18px;
        margin-top: 7px; } 
	}
/* -------------------------------------------------------------------------------------------------------------------- */
/* rankings */
/* -------------------------------------------------------------------------------------------------------------------- */
.rankings {
  width: 100%;
  border-radius: 5px;
  padding: 40px;
  border: 2px solid #211d1d;
  /* navigation */
  /* table */ }
  @media (max-width: 620px) {
    .rankings {
      padding: 20px; } }
  .rankings__nav {
    width: calc( 100% + 10px);
    margin: -5px;
    margin-bottom: 10px; }
  .rankings__nav-item {
    padding: 15px 25px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.06);
    margin-right: 2px;
    border-radius: 4px;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 16px;
    color: #8a8181;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    @media (max-width: 480px) {
      .rankings__nav-item {
        padding: 10px 15px;
        width: 100%; } }
    .rankings__nav-item:hover {
      color: #f6ad4d; }
    .rankings__nav-item.active {
      background: #f6ad4d;
      color: #000; }
  .rankings__content {
    width: 100%;
    height: auto;
    position: relative; }
  .rankings__table {
    width: 100%;
    height: auto;
    background: #212c47;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
    .rankings__table.active {
      position: relative;
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .rankings__table-tr {
    width: 100%;
    padding: 15px 25px; }
    @media (max-width: 790px) {
      .rankings__table-tr {
        width: calc( 100% / 3);
        padding: 20px 20px;
        background: -webkit-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
        background: -o-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
        background: linear-gradient(-45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important; } }
    @media (max-width: 600px) {
      .rankings__table-tr {
        width: calc( 100% / 2); } }
    @media (max-width: 470px) {
      .rankings__table-tr {
        width: calc( 100% / 1); } }
  @media (max-width: 790px) {
    .rankings__table-tr.title {
      display: none; } }
  .rankings__table-tr .rankings__table-td {
    font-size: 16px;
    color: #9facbe; }
    @media (max-width: 790px) {
      .rankings__table-tr .rankings__table-td:not(:last-child) {
        margin-bottom: 10px; } }
  .rankings__table-tr .rankings__table-td:before {
    content: attr(data-name);
    width: 100%;
    font-size: 12px;
    color: #464141;
    display: none; }
    @media (max-width: 790px) {
      .rankings__table-tr .rankings__table-td:before {
        width: 100%;
        display: block; } }
  .rankings__table-tr.title .rankings__table-td {
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 18px;
    color: #fff; }
  .rankings__table-tr:nth-child(even) {
    background: #1c263f; }
    @media (max-width: 790px) {
      .rankings__table-tr:nth-child(even) {
        background: none; } }
  .rankings__table-td.white {
    color: #f6ad4d !important; }
  .rankings__table-td.red {
    color: #c72e2e !important; }
  .rankings__table-td.green {
    color: #3caa38 !important; }
  .rankings__table-td.center {
    text-align: left; }
    @media (max-width: 790px) {
      .rankings__table-td.center {
        text-align: left; } }
  .rankings__table-td.num {
    width: 70px; }
    @media (max-width: 790px) {
      .rankings__table-td.num {
        width: 100%; } }
  .rankings__table-td.td8 {
    width: calc( ( 100% - -75px ) / 8); }
    @media (max-width: 790px) {
      .rankings__table-td.td8 {
        width: 100%; } }
  .rankings__table-td.td6 {
    width: calc( ( 100% - -30px ) / 6); }
    @media (max-width: 790px) {
      .rankings__table-td.td6 {
        width: 100%; } }
  .rankings__table-td.td5 {
    width: calc( ( 100% - 70px ) / 5); }
    @media (max-width: 790px) {
      .rankings__table-td.td5 {
        width: 100%; } }
  .rankings__table-td.td4 {
    width: calc( ( 100% - 0px ) / 2); }
    @media (max-width: 790px) {
      .rankings__table-td.td4 {
        width: 100%; } }
  .rankings__table-td.td2 {
    width: calc( ( 100% - -75px ) / 3); }
    @media (max-width: 790px) {
      .rankings__table-td.td2 {
        width: 100%; } }
  .rankings__table-td.td-only-5 {
    width: calc( 100% / 5); }
    @media (max-width: 790px) {
      .rankings__table-td.td-only-5 {
        width: 100%; } }
  .rankings__table-td.td3 {
    width: calc( 100% / 3);
    background: -webkit-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
    background: -o-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
    background: linear-gradient(-45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important; }
    @media (max-width: 1220px) {
      .rankings__table-td.td3 {
        width: calc( 100% / 2); } }
    @media (max-width: 790px) {
      .rankings__table-td.td3 {
        width: 100%; } }
  .rankings__castle {
    width: 100%;
    padding: 25px; }
  .rankings__castle-img {
    width: 130px; }
    @media (max-width: 490px) {
      .rankings__castle-img {
        width: 90px; } }
    .rankings__castle-img img {
      width: 130px; }
      @media (max-width: 490px) {
        .rankings__castle-img img {
          width: 90px; } }
  .rankings__castle-content {
    width: calc( 100% - 130px);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding-left: 15px; }
    @media (max-width: 490px) {
      .rankings__castle-content {
        width: calc( 100% - 90px); } }
  .rankings__castle-name {
    width: 100%;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 20px;
    color: #f6ad4d;
    margin-top: 10px; }
    @media (max-width: 490px) {
      .rankings__castle-name {
        font-size: 16px;
        margin-top: 5px; } }
  .rankings__castle-date {
    width: 100%;
    font-size: 14px;
    color: #8a8181;
    margin-top: 10px; }
    @media (max-width: 490px) {
      .rankings__castle-date {
        margin-top: 4px; } }
    .rankings__castle-date span {
      font-size: inherit;
      color: #bbafaf; }
  .rankings__castle-owner {
    width: 100%;
    font-size: 14px;
    color: #8a8181;
    margin-top: 3px; }
    @media (max-width: 490px) {
      .rankings__castle-owner {
        margin-top: 0px; } }
    .rankings__castle-owner span {
      font-size: inherit;
      color: #76a068; }
.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;
}
.border {
    width: 100%;
    height: 32px;
    background: url(../images/bg/sep_bg.png) center center repeat-x;
    margin: -16px auto;
}