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_bg.png") top center no-repeat, url("../images/bg/footer_bg.png") #1e2a44 bottom center no-repeat;
  background-size: 100% auto, 100% auto;
}
@media (max-width: 2600px) {
  body {
    background-size: 2600px auto, 2600px auto;
  }
}
@media (max-width: 1680px) {
  body {
    background-size: 2400px auto, 2600px auto;
  }
}
@media (max-width: 1460px) {
  body {
    background-size: 2200px auto, 2600px auto;
  }
}
@media (max-width: 1240px) {
  body {
    background-size: 2000px auto, 2600px auto;
  }
}
@media (max-width: 1024px) {
  body {
    background-size: 1400px auto, 2600px auto;
  }
}
@media (max-width: 640px) {
  body {
    background-size: 1000px auto, 2600px auto;
    background-position: 50% 60px;
  }
}
@media (max-width: 480px) {
  body {
    background-size: 760px 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.png") #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% - 160px);
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@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;
}
@media (max-width: 1240px) {
  .decor-title__content {
    padding: 16px 0;
  }
}
.decor-title__content:after {
  content: "";
  width: 100%;
  max-width: 550px;
  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.5), 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%);
}

.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: underline;
  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: 36px;
  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: rgba(39, 42, 68, 0.9);
  color: red;
}
@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(39, 42, 68, 0.95);
    padding: 20px;
    overflow-x: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    color: red;
  }
  .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: rgba(39, 42, 68, 0.6);
  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(39, 42, 68, 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;
  color: red;
}
@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;
  min-height: 100vh;
  padding: 232px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1460px) {
  .header {
    padding: 212px 0 80px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 100px 0 40px;
    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: 280px;
  aspect-ratio: 280/266;
  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: 240px;
  }
}
@media (max-width: 1460px) {
  .header__logo {
    max-width: 220px;
  }
}
@media (max-width: 1240px) {
  .header__logo {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    max-width: 180px;
  }
}
@media (max-width: 640px) {
  .header__logo {
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    max-width: 140px;
  }
}
.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: #272a44;
  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, rgba(29, 41, 65, 0.8), 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.png") 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;
}
@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;
}
@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;
}
@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;
}
.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: #272a44;
  background-size: cover;
  height:100%;
}
.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;
  position: relative;
}
@media (max-width: 1460px) {
  .news__slider {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .news__slider {
    margin-top: 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-badges span.bronze {
  background: rgb(148, 100, 61);
}
.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;
}
.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: 30px;
}
@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;
}
@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__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-badges span.bronze {
  background: rgb(148, 100, 61);
}
.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: rgba(39, 42, 68, 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);
  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(39, 42, 68, 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;
  }
}/*# sourceMappingURL=style.css.map */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-color: rgba(39, 42, 68, 0.9);
  background-size: 100% auto, 100% auto;
}
@media (max-width: 2600px) {
  body {
    background-size: 2600px auto, 2600px auto;
  }
}
@media (max-width: 1680px) {
  body {
    background-size: 2400px auto, 2600px auto;
  }
}
@media (max-width: 1460px) {
  body {
    background-size: 2200px auto, 2600px auto;
  }
}
@media (max-width: 1240px) {
  body {
    background-size: 2000px auto, 2600px auto;
  }
}
@media (max-width: 1024px) {
  body {
    background-size: 1400px auto, 2600px auto;
  }
}
@media (max-width: 640px) {
  body {
    background-size: 1000px auto, 2600px auto;
    background-position: 50% 60px;
  }
}
@media (max-width: 480px) {
  body {
    background-size: 760px 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.png") #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% - 160px);
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@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;
}
@media (max-width: 1240px) {
  .decor-title__content {
    padding: 16px 0;
  }
}
.decor-title__content:after {
  content: "";
  width: 100%;
  max-width: 550px;
  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.5), 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%);
}

.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: underline;
  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: 36px;
  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: rgba(39, 42, 68, 0.9);
  color: red;
}
@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(39, 42, 68, 0.95);
    padding: 20px;
    overflow-x: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    color: red;
  }
  .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: rgba(39, 42, 68, 0.6);
  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(39, 42, 68, 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;
  color: red;
}
@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;
  min-height: 100vh;
  padding: 232px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1460px) {
  .header {
    padding: 212px 0 80px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 100px 0 40px;
    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: 280px;
  aspect-ratio: 280/266;
  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: 240px;
  }
}
@media (max-width: 1460px) {
  .header__logo {
    max-width: 220px;
  }
}
@media (max-width: 1240px) {
  .header__logo {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    max-width: 180px;
  }
}
@media (max-width: 640px) {
  .header__logo {
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    max-width: 140px;
  }
}
.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: #272a44;
  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, rgba(29, 41, 65, 0.8), 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.png") 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;
}
@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;
}
@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;
}
@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;
}
.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: #272a44;
  background-size: cover;
}
.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;
  position: relative;
}
@media (max-width: 1460px) {
  .news__slider {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .news__slider {
    margin-top: 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-badges span.bronze {
  background: rgb(148, 100, 61);
}
.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;
}
.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: 30px;
}
@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;
}
@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__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-badges span.bronze {
  background: rgb(148, 100, 61);
}
.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: rgba(39, 42, 68, 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);
  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(39, 42, 68, 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;
  }
}/*# sourceMappingURL=style.css.map */