@font-face {
font-family: "Angelus Medieval";  
src: url("../fonts/DXAngelusMediaval.woff2") format("woff2");
font-style: normal; 
font-weight: normal;
 }
 
@font-face {
font-family: "Intro Book";
src: url("../fonts/Intro-Book.woff") format("woff");
font-style: normal; 
font-weight: normal; 
}

html, body, header, nav, section, aside, article, footer, div,
span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

*, *: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;
}


/* Добавьте эти стили в ваш CSS */
.wrapper {
    position: relative;  /* Добавляем для правильного позиционирования */
    padding-top: 100px;  /* Добавляем отступ для таймера */
}

.timer2 {
    position: absolute;  /* Абсолютное позиционирование */
    top: 0;              /* Размещаем вверху родительского элемента */
    left: 0;             /* От левого края */
    right: 0;            /* До правого края */
    margin: 0 auto;      /* Центрируем по горизонтали */
    width: 450px;        /* Фиксированная ширина */
    text-align: center;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 30px;
    border: 2px solid #4a90e2;
    box-shadow: 0 0 20px rgba(74, 144, 226, 0.4);
    z-index: 10;         /* Поверх других элементов */
}

.timer2 p {
    font-family: "Angelus Medieval";
    font-size: 22px;
    margin: 0 0 1px 0;
    text-shadow: 0 0 5px #4a90e2;
    letter-spacing: 1px;
}

.countdown-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.item {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.number {
    font-family: "Intro Book";
    font-weight: 800;
    font-size: 46px;
    color: #fff;
    text-shadow: 0 0 8px rgba(74, 144, 226, 0.8);
}

.label {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    text-shadow: 0 0 3px #000;
    color: #fff;
    margin-top: 5px;
}

/* Это важно - удаляем все псевдоэлементы, создающие квадратики */
.item:before, .item:after {
    display: none !important;
}
.item{
  margin: 0px 5px;
  text-align: center;
  width: 80px;
  height: 80px;
  color: #fff;
  line-height: 73px;
  position: relative;
  font-size: 44px;
  position: relative;
  font-family: "Intro Book";
  font-weight: 800;
  color: #274768;
}
.item .label{
  position: absolute;
  display: block;
  bottom: -23px;
  left:0px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  text-shadow: 0 0 3px #000;
  color: #fff;
}
.separator{
  display: none;
}
/*.dd, .hh-1, .mm-1, .ss-1{
  display: block;
  text-align: center;
  width: 70px;
  height: 70px;
  color: #fff;
  line-height: 70px;
  position: relative;
  text-shadow: 0 0 3px #000;
  font-size: 40px;
}*/
.item:before{
  position: absolute;
  top:0;
  left:0;
  transform: rotate(45deg);
  content: "";
  width: 80px;
  height: 80px;
  z-index:-1;
  background: rgb(107,171,233);
  box-shadow: 0 0 55px #f1f1f1, 0 0 105px #f1f1f1;
  border: 1px solid #1b4a76;
  background: linear-gradient(115deg, rgba(107,171,233,1) 35%, rgba(28,122,195,1) 100%);
}
/*.dd:before, .hh-1:before, .mm-1:before, .ss-1:before{
  position: absolute;
  top:0;
  left:0;
  transform: rotate(45deg);
  content: "";
  width: 70px;
  height: 70px;
  z-index:-1;
  background: rgb(107,171,233);
  box-shadow: 0 0 10px #000;
  background: linear-gradient(115deg, rgba(107,171,233,1) 35%, rgba(28,122,195,1) 100%);
}*/
time{
  display: flex;
  justify-content: center;
}




:root {
  --page-gap-x: 60px;
}
@media (max-width: 1460px) {
  :root {
    --page-gap-x: 40px;
  }
}
@media (max-width: 1024px) {
  :root {
    --page-gap-x: 20px;
  }
}

body {
  min-height: 100vh;
  font-family: "Intro Book";
  color: #cccdcf;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  background: url("../img/bg/main_top_bg.jpg") top center no-repeat, url("../img/bg/main_bottom_bg.png") #0c2544 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: 1200px auto, 2600px auto;
  }
}
@media (max-width: 480px) {
  body {
    background-size: 1000px auto, 2600px auto;
  }
}
body.page-store {
  background: url("../img/bg/inner_bottom_bg.png") bottom center no-repeat, url("../img/bg/store_top_bg.jpg") #0c2544 top center no-repeat;
  background-size: 100% auto, 100% auto;
}
@media (max-width: 1920px) {
  body.page-store {
    background-size: 2600px auto, 2000px auto;
  }
}
body.page-text {
  background: url("../img/bg/inner_bottom_bg.png") bottom center no-repeat, url("../img/bg/text_top_bg.jpg") #0c2544 top center no-repeat;
  background-size: 100% auto, 100% auto;
}
@media (max-width: 1920px) {
  body.page-text {
    background-size: 2600px auto, 2000px auto;
  }
}
body.page-wiki {
  background: url("../img/bg/inner_bottom_bg.png") bottom center no-repeat, url("../img/bg/wiki_top_bg.jpg") #0c2544 top center no-repeat;
  background-size: 100% auto, 100% auto;
}
@media (max-width: 1920px) {
  body.page-wiki {
    background-size: 2600px auto, 2000px auto;
  }
}

.wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.content-area {
  width: calc(100% - 60px * 2);
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.btn {
  height: 67px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  z-index: 1;
  background: url("../img/buttons/border_button_left.png") left center no-repeat, url("../img/buttons/border_button_right.png") right center no-repeat, url("../img/buttons/border_button_middle.png") left 41px center no-repeat, url("../img/buttons/border_button_middle.png") right 41px center no-repeat, url("../img/buttons/border_button_center.png") right 50% center no-repeat;
  background-size: auto 100%, auto 100%, calc(50% - 41px - 4px) 100%, calc(50% - 41px - 4px) 100%, auto 100%;
  cursor: pointer;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: url("../img/buttons/bg_button_left.png") left center no-repeat, url("../img/buttons/bg_button_right.png") right center no-repeat, #3b7bb6;
  background-size: auto 100%, auto 100%;
  -webkit-clip-path: polygon(0 50%, 26px 0px, 32px 5px, calc(50% - 4px) 5px, 50% 2px, calc(50% + 4px) 5px, calc(100% - 32px) 5px, calc(100% - 26px) 0, 100% 50%, calc(100% - 26px) 100%, calc(100% - 32px) calc(100% - 5px), calc(50% + 4px) calc(100% - 5px), 50% calc(100% - 2px), calc(50% - 4px) calc(100% - 5px), 32px calc(100% - 5px), 26px 100%);
          clip-path: polygon(0 50%, 26px 0px, 32px 5px, calc(50% - 4px) 5px, 50% 2px, calc(50% + 4px) 5px, calc(100% - 32px) 5px, calc(100% - 26px) 0, 100% 50%, calc(100% - 26px) 100%, calc(100% - 32px) calc(100% - 5px), calc(50% + 4px) calc(100% - 5px), 50% calc(100% - 2px), calc(50% - 4px) calc(100% - 5px), 32px calc(100% - 5px), 26px 100%);
}
.btn span, .btn i {
  position: relative;
  z-index: 2;
}
.btn span {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.btn--primary {
  background: url("../img/buttons/border_button_left.png") left center no-repeat, url("../img/buttons/border_button_right.png") right center no-repeat, url("../img/buttons/border_button_middle.png") left 41px center no-repeat, url("../img/buttons/border_button_middle.png") right 41px center no-repeat, url("../img/buttons/border_button_center.png") right 50% center no-repeat;
  background-size: auto 100%, auto 100%, calc(50% - 41px - 4px) 100%, calc(50% - 41px - 4px) 100%, auto 100%;
}
.btn--primary:before {
  background: url("../img/buttons/bg_button_left.png") left center no-repeat, url("../img/buttons/bg_button_right.png") right center no-repeat, #3b7bb6;
  background-size: auto 100%, auto 100%;
  transition: filter 0.3s ease-in-out;
}
.btn--primary:hover:before {
  filter: brightness(130%);
}
.btn--secondary {
  background: url("../img/buttons/border_button_secondary_left.png") left center no-repeat, url("../img/buttons/border_button_secondary_right.png") right center no-repeat, url("../img/buttons/border_button_secondary_middle.png") left 41px center no-repeat, url("../img/buttons/border_button_secondary_middle.png") right 41px center no-repeat, url("../img/buttons/border_button_secondary_center.png") right 50% center no-repeat;
  background-size: auto 100%, auto 100%, calc(50% - 41px - 4px) 100%, calc(50% - 41px - 4px) 100%, auto 100%;
}
.btn--secondary:before {
  background: url("../img/buttons/bg_button_secondary_left.png") left center no-repeat, url("../img/buttons/bg_button_secondary_right.png") right center no-repeat, #203753;
  background-size: auto 100%, auto 100%;
  transition: filter 0.3s ease-in-out;
}
.btn--secondary:hover:before {
  filter: brightness(130%);
}
.btn--small {
  height: 53px;
  padding: 0 30px;
  background: url("../img/buttons/sm_border_button_left.png") left center no-repeat, url("../img/buttons/sm_border_button_right.png") right center no-repeat, url("../img/buttons/sm_border_button_middle.png") left 32px center no-repeat, url("../img/buttons/sm_border_button_middle.png") right 32px center no-repeat, url("../img/buttons/sm_border_button_center.png") right 50% center no-repeat;
  background-size: auto 100%, auto 100%, calc(50% - 32px - 4px) 100%, calc(50% - 32px - 4px) 100%, auto 100%;
}
.btn--small.btn--secondary {
  background: url("../img/buttons/sm_border_button_secondary_left.png") left center no-repeat, url("../img/buttons/sm_border_button_secondary_right.png") right center no-repeat, url("../img/buttons/sm_border_button_secondary_middle.png") left 32px center no-repeat, url("../img/buttons/sm_border_button_secondary_middle.png") right 32px center no-repeat, url("../img/buttons/sm_border_button_secondary_center.png") right 50% center no-repeat;
  background-size: auto 100%, auto 100%, calc(50% - 32px - 4px) 100%, calc(50% - 32px - 4px) 100%, auto 100%;
}
.btn--small span {
  font-size: 15px;
}
.btn--small:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  -webkit-clip-path: polygon(0 50%, 20px 0px, 25px 4px, calc(50% - 3px) 4px, 50% 2px, calc(50% + 3px) 4px, calc(100% - 25px) 4px, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - 25px) calc(100% - 4px), calc(50% + 3px) calc(100% - 4px), 50% calc(100% - 2px), calc(50% - 3px) calc(100% - 4px), 25px calc(100% - 4px), 20px 100%);
          clip-path: polygon(0 50%, 20px 0px, 25px 4px, calc(50% - 3px) 4px, 50% 2px, calc(50% + 3px) 4px, calc(100% - 25px) 4px, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - 25px) calc(100% - 4px), calc(50% + 3px) calc(100% - 4px), 50% calc(100% - 2px), calc(50% - 3px) calc(100% - 4px), 25px calc(100% - 4px), 20px 100%);
}
.btn--tiny {
  height: 30px;
  padding: 0 25px;
  background: url("../img/buttons/tn_border_button_left.png") left center no-repeat, url("../img/buttons/tn_border_button_right.png") right center no-repeat, url("../img/buttons/tn_border_button_middle.png") left 17px center no-repeat;
  background-size: auto 100%, auto 100%, calc(100% - 34px) 100%;
}
.btn--tiny.btn--secondary {
  background: url("../img/buttons/tn_border_button_secondary_left.png") left center no-repeat, url("../img/buttons/tn_border_button_secondary_right.png") right center no-repeat, url("../img/buttons/tn_border_button_secondary_middle.png") left 17px center no-repeat;
  background-size: auto 100%, auto 100%, calc(100% - 34px) 100%;
}
.btn--tiny span {
  font-size: 14px;
  transform: translateY(1px);
}
.btn--tiny:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  -webkit-clip-path: polygon(0 50%, 11px 0px, 12px 1px, calc(100% - 12px) 1px, calc(100% - 11px) 0, 100% 50%, calc(100% - 11px) 100%, calc(100% - 12px) calc(100% - 1px), 12px calc(100% - 1px), 11px 100%);
          clip-path: polygon(0 50%, 11px 0px, 12px 1px, calc(100% - 12px) 1px, calc(100% - 11px) 0, 100% 50%, calc(100% - 11px) 100%, calc(100% - 12px) calc(100% - 1px), 12px calc(100% - 1px), 11px 100%);
}

.slider {
  width: 100%;
  height: auto;
  position: relative;
}
.slider .swiper {
  width: 100%;
}
.slider .swiper-slide {
  height: auto;
  align-self: stretch;
}
.slider .swiper-autoheight .swiper-slide {
  align-self: auto !important;
}

.card {
  position: relative;
  z-index: 1;
  background: #141d33;
  -webkit-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);
          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);
}
.card:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-image-source: url("../img/bg/border.png");
  border-image-slice: 15;
  border-image-repeat: stretch;
  border-style: solid;
  border-width: 15px;
  pointer-events: none;
}
.card__content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.card--video {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease-in-out;
}
.card--video:hover {
  filter: brightness(120%);
}
.card__preview {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.card__play {
  width: 20%;
  aspect-ratio: 136/119;
  position: relative;
  z-index: 3;
  transition: filter 0.3s ease-in-out;
}
.card__play:hover {
  filter: brightness(120%);
}
.card__play:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #06182a;
  transform: scale(1.2);
  filter: blur(20px);
  transition: background-color 0.3s ease-in-out;
}
.card__play:hover:before {
  background-color: #0c2d4e;
}
.card__play:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/buttons/play_button.png") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}

.text-area {
  width: 100%;
  font-family: var(--secondary-light-font);
  font-size: 18px;
  line-height: 24px;
  color: #cccdcf;
}
@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: "Intro Book";
}
.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: #acafb4;
}
@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: #7fc2ce;
  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: -18px;
  transform: rotate(45deg);
  background: #7fc2ce;
}
.text-area ul ul:not(:first-child) {
  margin-top: 15px;
}
.text-area a:not(.btn) {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.text-area a:not(.btn):hover {
  color: #7fc2ce;
}
.text-area hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.text-area hr:not(:first-child) {
  margin-top: 30px;
}
.text-area hr:not(:last-child) {
  margin-bottom: 30px;
}
.text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
  font-family: "Angelus Medieval";
  color: #7fc2ce;
  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: "Angelus Medieval";
}
.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: #1b3757;
  font-family: "Angelus Medieval";
  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: #172f4b;
}
.text-area table tbody tr:nth-child(odd) td {
  background: #132a45;
}
.text-area table tbody tr td {
  font-size: 16px;
  line-height: 22px;
  color: #cccdcf;
}
@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--center h1, .text-area--center h2, .text-area--center h3, .text-area--center h4, .text-area--center h5, .text-area--center h6, .text-area--center p {
  text-align: center;
}
.text-area--center .btn-list {
  justify-content: center;
}

.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: #7fc2ce;
}
.table-bg::-webkit-scrollbar-thumb:hover {
  background-color: #7fc2ce;
}

.spoiler {
  width: 100%;
  border-left: 2px solid #7fc2ce;
  background: rgba(15, 15, 22, 0.2);
}
.spoiler__title {
  width: 100%;
  padding: 20px 40px 18px 20px !important;
  background-color: #1b3757;
  font-family: "Angelus Medieval";
  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;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1024px) {
  .spoiler__title {
    font-size: 16px;
    line-height: 16px;
  }
}
.spoiler__title:hover {
  background-color: #214268;
}
.spoiler__title:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc((100% - 12px) / 2);
  right: 20px;
  background: url("../img/langs/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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     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;
  }
}

.btn-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.nav {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
.nav:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #1e2838 0%, rgba(30, 30, 56, 0) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.nav--fixed:before {
  opacity: 1;
}
.nav__content {
  width: calc(100% - 60px * 2);
  max-width: 1800px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  transition: padding 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .nav__content {
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  .nav__content {
    padding: 15px 0;
  }
}
.nav--fixed .nav__content {
  padding: 15px 0px;
}
.nav__emblem {
  width: 90px;
  aspect-ratio: 90/58;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1680px) {
  .nav__emblem {
    width: 80px;
  }
}
@media (max-width: 1460px) {
  .nav__emblem {
    width: 70px;
  }
}
@media (max-width: 1240px) {
  .nav__emblem {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .nav__emblem {
    width: 50px;
  }
}
.nav__emblem:hover {
  transform: scale(1.05);
}
.nav__emblem img {
  width: 100%;
  height: 100%;
}
.nav__langs {
  position: relative;
  z-index: 1;
}
.nav__langs-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: nowrap;
  cursor: pointer;
  font-family: "Angelus Medieval";
  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) {
  .nav__langs-item {
    font-size: 15px;
  }
}
.nav__langs-item:hover, .nav__langs-item.active {
  color: #7fc2ce;
}
.nav__langs-item span {
  line-height: 1em;
  transform: translateY(1px);
}
.nav__langs-item img {
  width: 34px;
  aspect-ratio: 34/24;
  border-radius: 5px;
}
@media (max-width: 1460px) {
  .nav__langs-item img {
    width: 28px;
  }
}
.nav__langs-item--current:after {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  background: url("../img/langs/arrow.png");
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .nav__langs-item--current:after {
    width: 10px;
  }
}
.nav__langs-item.active:after {
  transform: scale(1, -1);
}
.nav__langs-stroke {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  top: calc(100% + 10px);
  left: -10px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(30, 37, 56, 0.8);
  display: none;
}
.nav__langs-stroke li:not(:first-child) {
  margin-top: 10px;
}
.nav__links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1460px) {
  .nav__links {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .nav__links {
    width: 300px;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    right: calc(60px * -1);
    padding: 0 30px;
    background: rgba(30, 37, 56, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .nav__links.active {
    transform: translateX(0%);
  }
  .nav__links:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 40px auto 30px;
    aspect-ratio: 397/259;
    background: url("../img/logos/logo_minimal.png");
    background-size: 100% 100%;
  }
}
@media (max-width: 1024px) {
  .nav__links li {
    width: 100%;
  }
  .nav__links li:not(:first-child) {
    margin-top: 20px;
  }
}
.nav__links-item {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .nav__links-item {
    font-size: 15px;
  }
}
.nav__links-item:hover {
  color: #7fc2ce;
}
.nav__links-item img {
  height: 30px;
}
@media (max-width: 1460px) {
  .nav__links-item img {
    height: 25px;
  }
}
@media (max-width: 1460px) {
  .nav__links-button {
    height: 53px;
    padding: 0 30px;
    background: url("../img/buttons/sm_border_button_left.png") left center no-repeat, url("../img/buttons/sm_border_button_right.png") right center no-repeat, url("../img/buttons/sm_border_button_middle.png") left 32px center no-repeat, url("../img/buttons/sm_border_button_middle.png") right 32px center no-repeat, url("../img/buttons/sm_border_button_center.png") right 50% center no-repeat;
    background-size: auto 100%, auto 100%, calc(50% - 32px - 4px) 100%, calc(50% - 32px - 4px) 100%, auto 100%;
  }
  .nav__links-button.btn--secondary {
    background: url("../img/buttons/sm_border_button_secondary_left.png") left center no-repeat, url("../img/buttons/sm_border_button_secondary_right.png") right center no-repeat, url("../img/buttons/sm_border_button_secondary_middle.png") left 32px center no-repeat, url("../img/buttons/sm_border_button_secondary_middle.png") right 32px center no-repeat, url("../img/buttons/sm_border_button_secondary_center.png") right 50% center no-repeat;
    background-size: auto 100%, auto 100%, calc(50% - 32px - 4px) 100%, calc(50% - 32px - 4px) 100%, auto 100%;
  }
  .nav__links-button span {
    font-size: 15px;
  }
  .nav__links-button:before {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    -webkit-clip-path: polygon(0 50%, 20px 0px, 25px 4px, calc(50% - 3px) 4px, 50% 2px, calc(50% + 3px) 4px, calc(100% - 25px) 4px, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - 25px) calc(100% - 4px), calc(50% + 3px) calc(100% - 4px), 50% calc(100% - 2px), calc(50% - 3px) calc(100% - 4px), 25px calc(100% - 4px), 20px 100%);
            clip-path: polygon(0 50%, 20px 0px, 25px 4px, calc(50% - 3px) 4px, 50% 2px, calc(50% + 3px) 4px, calc(100% - 25px) 4px, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - 25px) calc(100% - 4px), calc(50% + 3px) calc(100% - 4px), 50% calc(100% - 2px), calc(50% - 3px) calc(100% - 4px), 25px calc(100% - 4px), 20px 100%);
  }
}
.nav__switch {
  width: 34px;
  height: 34px;
  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;
  border-radius: 50%;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .nav__switch {
    display: flex;
  }
}
.nav__switch:hover {
  background-color: #7fc2ce;
}
.nav__switch:hover:after, .nav__switch:hover:before, .nav__switch:hover .nav__switch-item {
  background: #1c2227;
}
.nav__switch:hover .nav__switch-item {
  transform: scale(0.7, 1);
}
.nav__switch.active:after {
  transform: rotate(-135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}
.nav__switch.active:before {
  transform: rotate(135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}
.nav__switch.active .nav__switch-item {
  transform: scale(0, 1);
}
.nav__switch: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);
}
.nav__switch: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);
}
.nav__switch-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);
}

.points {
  width: 2px;
  height: auto;
  position: fixed;
  z-index: 11;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 60px 0;
  background: linear-gradient(to bottom, rgba(192, 178, 120, 0) 0px, #7fc2ce 60px, #7fc2ce calc(100% - 60px), rgba(192, 178, 120, 0) 100%);
}
@media (max-width: 1680px) {
  .points {
    gap: 30px;
    padding: 30px 0;
    right: calc(60px / 2);
  }
}
@media (max-width: 1460px) {
  .points {
    display: none;
  }
}
.points__item {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.points__item:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #7fc2ce;
  background: #1e1e38;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.points__item:before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #7fc2ce;
  transform: rotate(45deg);
  border: 2px solid #1e1e38;
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.points__item.active:before, .points__item.active:before {
  opacity: 1;
}
.points__item-content {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  text-align: right;
  text-transform: uppercase;
  padding-right: 20px;
  overflow: hidden;
  transition: padding-right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1680px) {
  .points__item-content {
    pointer-events: none;
    opacity: 0;
  }
}
.points__item-content:before {
  content: "";
  width: 80px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: calc(100% - 15px);
  transform: translateY(-50%);
  background: url("../img/bg/point_bg.png") no-repeat;
  transition: left 0.3s ease-in-out;
}
.points__item-content-name {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  color: #7fc2ce;
  transition: color 0.3s ease-in-out;
}
.points__item-content-desc {
  font-size: 11px;
  line-height: 1em;
  color: #b4b4b4;
  margin-top: 3px;
}
.points__item:hover .points__item-content, .points__item.active .points__item-content {
  padding-right: 40px;
}
.points__item:hover .points__item-content:before, .points__item.active .points__item-content:before {
  left: calc(100% - 35px);
}
.points__item:hover .points__item-content .points__item-content-name, .points__item.active .points__item-content .points__item-content-name {
  color: #fff;
}
.points__item.active {
  pointer-events: none;
}
.points__item:hover .points__item-content {
  opacity: 1;
}

.socials {
  width: 54px;
  height: auto;
  position: fixed;
  z-index: 11;
  top: 50%;
  left: calc(60px + 18px);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1680px) {
  .socials {
    width: 44px;
    left: calc(60px / 2);
  }
}
@media (max-width: 1460px) {
  .socials {
    display: none;
  }
}
.socials__item {
  width: 100%;
  transition: filter 0.3s ease-in-out;
}
.socials__item img {
  width: 100%;
}
.socials__item:hover {
  filter: brightness(130%);
}

.main-background {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask: linear-gradient(to bottom, rgb(42, 59, 91) 0%, rgb(42, 59, 91) 80%, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
}
@media (max-width: 1024px) {
  .main-background {
    display: none;
  }
}
.main-background video {
  width: 100%;
}
@media (max-width: 2600px) {
  .main-background video {
    width: 2600px;
  }
}
@media (max-width: 1680px) {
  .main-background video {
    width: 2400px;
  }
}
@media (max-width: 1460px) {
  .main-background video {
    width: 2200px;
  }
}
@media (max-width: 1240px) {
  .main-background video {
    width: 2000px;
  }
}
@media (max-width: 1024px) {
  .main-background video {
    display: none;
  }
}

.main-header {
  width: 100%;
  min-height: 100vh;
  padding: 260px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1240px) {
  .main-header {
    padding: 220px 0 100px;
  }
}
@media (max-width: 1024px) {
  .main-header {
    padding: 180px 0 0px;
    min-height: auto;
  }
}
.main-header__logo {
  width: 397px;
  aspect-ratio: 397/259;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .main-header__logo {
    width: 377px;
  }
}
@media (max-width: 1460px) {
  .main-header__logo {
    width: 357px;
  }
}
@media (max-width: 1240px) {
  .main-header__logo {
    width: 327px;
  }
}
@media (max-width: 1024px) {
  .main-header__logo {
    width: 307px;
  }
}
@media (max-width: 640px) {
  .main-header__logo {
    width: 280px;
  }
}
.main-header__logo img {
  width: 100%;
  height: 100%;
}
.main-header__title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.main-header__title small {
  width: 100%;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 28px;
  line-height: 1em;
  color: #7fc2ce;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .main-header__title small {
    font-size: 24px;
  }
}
@media (max-width: 1240px) {
  .main-header__title small {
    font-size: 18px;
  }
}
.main-header__title h1 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 48px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .main-header__title h1 {
    font-size: 42px;
  }
}
@media (max-width: 1240px) {
  .main-header__title h1 {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  .main-header__title h1 {
    font-size: 28px;
  }
}
.main-header__button {
  width: 416px;
  aspect-ratio: 433/113;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  text-shadow: 0px 3px 10px rgba(18, 26, 43, 0.5);
  text-align: center;
  text-transform: uppercase;
  background: url("../img/buttons/main_button.png");
  background-size: 100% 100%;
  transition: filter 0.3s ease-in-out;
  padding-top: 2px;
  margin: 40px auto 0;
}
@media (max-width: 1460px) {
  .main-header__button {
    width: 300px;
    font-size: 24px;
    margin: 30px auto 0;
  }
}
@media (max-width: 1024px) {
  .main-header__button {
    width: 280px;
    font-size: 20px;
    margin: 30px auto 0;
  }
}
.main-header__button:hover {
  filter: brightness(110%);
}

.inner-header {
  width: 100%;
  padding: 190px 0 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1460px) {
  .inner-header {
    padding: 146px 0 80px;
  }
}
@media (max-width: 1024px) {
  .inner-header {
    padding: 110px 0 60px;
  }
}
.inner-header:after {
  content: "";
  width: 100%;
  height: 82px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background: url("../img/bg/delimiter.png") center center repeat-x;
  background-size: auto 100%;
  pointer-events: none;
}
.inner-header h1 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 54px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1460px) {
  .inner-header h1 {
    font-size: 42px;
  }
}
@media (max-width: 1240px) {
  .inner-header h1 {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  .inner-header h1 {
    font-size: 28px;
  }
}
.inner-header h1 span {
  color: #7fc2ce;
}
.inner-header__buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1460px) {
  .inner-header__buttons {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .inner-header__buttons {
    margin-top: 20px;
  }
}
.inner-header__buttons-item {
  width: 416px;
  aspect-ratio: 433/113;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  text-shadow: 0px 3px 10px rgba(18, 26, 43, 0.5);
  text-align: center;
  text-transform: uppercase;
  background: url("../img/buttons/main_button_alt.png");
  background-size: 100% 100%;
  transition: filter 0.3s ease-in-out;
  padding-top: 4px;
}
@media (max-width: 1460px) {
  .inner-header__buttons-item {
    width: 300px;
    font-size: 24px;
    padding-top: 2px;
  }
}
@media (max-width: 1024px) {
  .inner-header__buttons-item {
    width: 280px;
    font-size: 20px;
  }
}
.inner-header__buttons-item.active {
  opacity: 1;
  background: url("../img/buttons/main_button.png");
  background-size: 100% 100%;
  color: #fff;
}
.inner-header__buttons-item:hover {
  filter: brightness(110%);
}

.section {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 140px 0;
}
@media (max-width: 1240px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .section {
    padding: 60px 0;
  }
}
.section__title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
@media (max-width: 1240px) {
  .section__title {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .section__title {
    justify-content: space-between;
  }
}
.section__title small {
  width: 100%;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #7fc2ce;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .section__title small {
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  .section__title small {
    font-size: 15px;
  }
}
.section__title h2 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 54px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .section__title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1240px) {
  .section__title h2 {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  .section__title h2 {
    font-size: 28px;
  }
}
.section__title-arrow {
  height: 29px;
  background: url("../img/bg/arrow_left.png") left center no-repeat, url("../img/bg/arrow_right.png") right center no-repeat, url("../img/bg/arrow_middle.png") left 22px center no-repeat;
  background-size: auto 100%, auto 100%, calc(100% - 44px) 100%;
  flex-grow: 1;
  opacity: 0.25;
}
@media (max-width: 760px) {
  .section__title-arrow {
    display: none;
  }
}
.section__title-arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1240px) {
  .section__title-arrows {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.section__title-arrows-item {
  width: 38px;
  height: 38px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1240px) {
  .section__title-arrows-item {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .section__title-arrows-item {
    width: 24px;
    height: 24px;
  }
}
.section__title-arrows-item:hover {
  opacity: 1;
}
.section__title-arrows-item img {
  width: 100%;
  height: 100%;
}
.section__title-arrows-item.swiper-button-disabled {
  opacity: 0.25;
}
.section__title-description {
  margin-top: 10px;
}
.section__content {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1240px) {
  .section__content {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .section__content {
    margin-top: 30px;
  }
}
.section--bordered-top:before {
  content: "";
  width: 100%;
  height: 82px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url("../img/bg/delimiter.png") center center repeat-x;
  background-size: auto 100%;
  pointer-events: none;
}
.section--bordered-bottom:after {
  content: "";
  width: 100%;
  height: 82px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background: url("../img/bg/delimiter.png") center center repeat-x;
  background-size: auto 100%;
  pointer-events: none;
}

.main-features {
  width: 100%;
}
.main-features__swiper {
  width: 100%;
  height: 680px;
}
@media (max-width: 1024px) {
  .main-features__swiper {
    height: auto;
  }
}
.main-features__swiper .swiper-slide {
  height: calc((100% - 40px) / 2) !important;
  position: relative;
  z-index: 1;
  transition: z-index 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .main-features__swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto !important;
  }
}
.main-features__swiper .swiper-slide:hover {
  z-index: 2;
}
.main-features__swiper .swiper-slide:nth-child(odd) .card {
  top: 0;
}
.main-features__swiper .swiper-slide:nth-child(even) .card {
  bottom: 0;
}
.main-features__item {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  background-color: #141d33;
}
@media (max-width: 1024px) {
  .main-features__item {
    flex-grow: 1;
    position: relative;
  }
}
.main-features__item:before {
  opacity: 0.1;
  transition: opacity 0.5s ease-in-out;
}
.main-features__item:hover:before {
  opacity: 0.3;
}
.main-features__item-bg {
  min-width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-mask: linear-gradient(to bottom, rgba(42, 59, 91, 0.8) 0%, rgba(42, 59, 91, 0.4) 80px, rgba(42, 59, 91, 0.2) 120px, rgba(42, 59, 91, 0) 300px, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
  transition: opacity 0.5s ease-in-out;
}
.main-features__item:hover .main-features__item-bg {
  opacity: 0.2;
}
@media (max-width: 1024px) {
  .main-features__item:hover .main-features__item-bg {
    opacity: 1;
  }
}
.main-features__item-content {
  width: 100%;
  padding: 30px 30px 40px;
}
@media (max-width: 1024px) {
  .main-features__item-content {
    padding: 140px 30px 40px;
  }
}
.main-features__item-title {
  width: 100%;
  text-align: center;
}
.main-features__item-title small {
  width: 100%;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #c0c0ca;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-features__item-title h3 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 30px;
  line-height: 1em;
  color: #c0c0ca;
  text-transform: uppercase;
}
.main-features__item-text {
  width: 100%;
  font-family: "Intro Book";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: #a7a6bc;
  text-align: center;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-in-out, margin-top 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .main-features__item-text {
    grid-template-rows: 1fr;
    margin-top: 10px;
  }
}
.main-features__item-text > div {
  overflow: hidden;
}
.main-features__item:hover .main-features__item-text {
  grid-template-rows: 1fr;
  margin-top: 10px;
}
.main-features__item-button {
  width: 100%;
  max-width: 200px;
  margin: 15px auto 0px;
}

.main-lore {
  background: url("../img/bg/main_lore_bg.jpg") top center no-repeat;
  background-size: cover;
}
.main-lore__title {
  width: calc((100% - 40px) / 2);
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .main-lore__title {
    width: 100%;
  }
}
.main-lore .slider {
  margin-top: -84px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1460px) {
  .main-lore .slider {
    margin-top: -68px;
  }
}
@media (max-width: 1240px) {
  .main-lore .slider {
    margin-top: -58px;
  }
}
@media (max-width: 1024px) {
  .main-lore .slider {
    margin-top: 30px;
  }
}
.main-lore__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-self: flex-start !important;
}
@media (max-width: 1460px) {
  .main-lore__item {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .main-lore__item {
    gap: 20px;
  }
}
.main-lore__item-col {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 1460px) {
  .main-lore__item-col {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 1024px) {
  .main-lore__item-col {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 760px) {
  .main-lore__item-col {
    width: 100%;
  }
}
.main-lore__item-content {
  padding-top: 120px;
}
@media (max-width: 1460px) {
  .main-lore__item-content {
    padding-top: 100px;
  }
}
@media (max-width: 1240px) {
  .main-lore__item-content {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .main-lore__item-content {
    padding-top: 0px;
  }
}
@media (max-width: 760px) {
  .main-lore__item-content {
    text-align: center;
  }
}
.main-lore__item h3 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2em;
  color: #fff;
}
@media (max-width: 1024px) {
  .main-lore__item h3 {
    font-size: 26px;
  }
}
.main-lore__item h3 span {
  color: #7fc2ce;
}
@media (max-width: 1024px) {
  .main-lore__item p {
    font-size: 16px;
  }
}
.main-lore__item p:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .main-lore__item p:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 760px) {
  .main-lore__item p:not(:first-child) {
    margin-top: 10px;
  }
}
.main-lore__item-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .main-lore__item-buttons {
    gap: 10px;
  }
}
@media (max-width: 760px) {
  .main-lore__item-buttons {
    justify-content: center;
  }
}
.main-lore__item-buttons:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .main-lore__item-buttons:not(:first-child) {
    margin-top: 20px;
  }
}
.main-lore__item-buttons .btn {
  min-width: 280px;
}
@media (max-width: 1024px) {
  .main-lore__item-buttons .btn {
    min-width: 200px;
  }
}
.main-lore .card {
  aspect-ratio: 680/450;
}
.main-lore .card:before {
  opacity: 0.1;
}

.main-update {
  background: url("../img/bg/main_update_bg.jpg") top center no-repeat;
  background-size: cover;
}
.main-update__title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
.main-update__title small {
  width: 100%;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #7fc2ce;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .main-update__title small {
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  .main-update__title small {
    font-size: 15px;
  }
}
.main-update__title h2 {
  width: 100%;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 44px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .main-update__title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1240px) {
  .main-update__title h2 {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  .main-update__title h2 {
    font-size: 28px;
  }
}
.main-update__item {
  padding: 80px 0;
  background-color: #0e1b2f;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main-update__item {
    padding: 40px 0;
  }
}
.main-update__item:before {
  opacity: 0.1;
}
.main-update__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  -webkit-mask: linear-gradient(to right, rgba(15, 29, 48, 0.8) 0%, rgba(15, 29, 48, 0) 50%);
  -webkit-mask-size: 100% 100%;
}
.main-update__item-content {
  width: calc((100% - 40px) / 2);
  position: relative;
  z-index: 2;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .main-update__item-content {
    width: 100%;
    padding: 0 40px;
    text-align: center;
  }
}
.main-update__item-content h3 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 31px;
  line-height: 1.2em;
  color: #7fc2ce;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .main-update__item-content h3 {
    font-size: 26px;
  }
}
.main-update__item-content h3 span {
  color: #7fc2ce;
}
@media (max-width: 1024px) {
  .main-update__item-content p {
    font-size: 16px;
  }
}
.main-update__item-content p:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .main-update__item-content p:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 760px) {
  .main-update__item-content p:not(:first-child) {
    margin-top: 10px;
  }
}
.main-update__item-content-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .main-update__item-content-buttons {
    gap: 10px;
    justify-content: center;
  }
}
.main-update__item-content-buttons:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .main-update__item-content-buttons:not(:first-child) {
    margin-top: 20px;
  }
}
.main-update__item-content-buttons .btn {
  min-width: 280px;
}
@media (max-width: 1024px) {
  .main-update__item-content-buttons .btn {
    min-width: 200px;
  }
}
.main-update .slider--thumbs {
  width: 635px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .main-update .slider--thumbs {
    width: 480px;
    margin: 30px auto 0;
  }
}
@media (max-width: 640px) {
  .main-update .slider--thumbs {
    width: 260px;
  }
}
.main-update__arrow {
  width: 38px;
  height: 38px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1240px) {
  .main-update__arrow {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .main-update__arrow {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 640px) {
  .main-update__arrow {
    top: 0%;
    transform: translateY(0%);
    position: relative;
  }
}
.main-update__arrow:hover {
  opacity: 1;
}
.main-update__arrow img {
  width: 100%;
  height: 100%;
}
.main-update__arrow.swiper-button-disabled {
  opacity: 0.25;
}
.main-update__arrow--prev {
  right: calc(100% + 30px);
}
@media (max-width: 1024px) {
  .main-update__arrow--prev {
    right: calc(100% + 20px);
  }
}
@media (max-width: 640px) {
  .main-update__arrow--prev {
    right: 0px;
  }
}
.main-update__arrow--next {
  left: calc(100% + 30px);
}
@media (max-width: 1024px) {
  .main-update__arrow--next {
    left: calc(100% + 20px);
  }
}
@media (max-width: 640px) {
  .main-update__arrow--next {
    left: 0px;
  }
}
.main-update__thumbs {
  width: 100%;
}
.main-update__thumbs-item {
  width: 103px;
  height: 103px !important;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .main-update__thumbs-item {
    width: 80px;
    height: 80px !important;
  }
}
.main-update__thumbs-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: url("../img/update/border.png");
  background-size: 100% 100%;
}
.main-update__thumbs-item:after {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #263a68;
  box-shadow: inset 0px 0px 20px #000;
  transition: background-color 0.3s ease-in-out;
}
.main-update__thumbs-item:hover:after, .main-update__thumbs-item.active:after {
  background-color: #315ab9;
}
.main-update__thumbs-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: center center;
     object-fit: center center;
}

.main-road {
  background: url("../img/bg/main_road_bg.jpg") top center no-repeat;
  background-size: cover;
}
.main-road__swiper {
  width: 100%;
}
.main-road__item {
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: #06182a;
  overflow: hidden;
}
.main-road__item:before {
  opacity: 0.1;
}
.main-road__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
.main-road__item-content {
  width: 100%;
  padding: 100px 40px 40px;
}
@media (max-width: 1240px) {
  .main-road__item-content {
    padding: 60px 40px 40px;
  }
}
@media (max-width: 1024px) {
  .main-road__item-content {
    padding: 30px;
  }
}
.main-road__item-content small {
  width: 100%;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 23px;
  line-height: 1em;
  color: #7fc2ce;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1460px) {
  .main-road__item-content small {
    font-size: 18px;
  }
}
.main-road__item-content h3 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .main-road__item-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 1240px) {
  .main-road__item-content h3 {
    font-size: 22px;
  }
}
.main-road__content {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.main-road__content > *:not(:first-child) {
  margin-top: 10px;
}
.main-road__content h1, .main-road__content h2, .main-road__content h3 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 23px;
  line-height: 1em;
  color: #7fc2ce;
  text-transform: uppercase;
}
.main-road__content h1:not(:first-child), .main-road__content h2:not(:first-child), .main-road__content h3:not(:first-child) {
  margin-top: 30px;
}
.main-road__content h4 {
  font-family: "Intro Book";
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: #7fc2ce;
  text-transform: uppercase;
}
.main-road__content h4:not(:first-child) {
  margin-top: 30px;
}
.main-road__content ul, .main-road__content ol {
  padding-left: 18px;
  font-size: 16px;
}
.main-road__content ul li::marker, .main-road__content ol li::marker {
  color: #7fc2ce;
}

.main-store {
  background: url("../img/bg/main_store_bg.jpg") top center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 60px;
  flex-direction: column;
}
@media (max-width: 1240px) {
  .main-store {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .main-store {
    gap: 30px;
  }
}
.main-store .swiper {
  width: 100%;
}
.main-store__pack {
  padding: 40px 40px 50px;
  transition: background-color 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main-store__pack {
    padding: 40px 30px;
  }
}
.main-store__pack:hover {
  background-color: #0b2846;
}
.main-store__pack:before {
  transition: opacity 0.5s ease-in-out;
  opacity: 0.1;
}
.main-store__pack:hover:before {
  opacity: 0.3;
}
.main-store__pack-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main-store__pack-icon {
  width: 100%;
  max-width: 342px;
  aspect-ratio: 1/1;
  position: relative;
  margin: -30px auto;
}
@media (max-width: 1460px) {
  .main-store__pack-icon {
    max-width: 260px;
    margin: -30px auto 0;
  }
}
@media (max-width: 1024px) {
  .main-store__pack-icon {
    max-width: 220px;
    margin: -30px auto -10px;
  }
}
.main-store__pack-icon img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.main-store__pack-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.main-store__pack-title small {
  width: 100%;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 17px;
  line-height: 1em;
  color: #7fc2ce;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .main-store__pack-title small {
    font-size: 15px;
  }
}
.main-store__pack-title h3 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 34px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .main-store__pack-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .main-store__pack-title h3 {
    font-size: 24px;
  }
}
.main-store__pack .btn {
  max-width: 200px;
  margin: 30px auto 0;
}
@media (max-width: 1024px) {
  .main-store__pack .btn {
    margin: 20px auto 0;
    height: 53px;
    padding: 0 30px;
    background: url("../img/buttons/sm_border_button_left.png") left center no-repeat, url("../img/buttons/sm_border_button_right.png") right center no-repeat, url("../img/buttons/sm_border_button_middle.png") left 32px center no-repeat, url("../img/buttons/sm_border_button_middle.png") right 32px center no-repeat, url("../img/buttons/sm_border_button_center.png") right 50% center no-repeat;
    background-size: auto 100%, auto 100%, calc(50% - 32px - 4px) 100%, calc(50% - 32px - 4px) 100%, auto 100%;
  }
  .main-store__pack .btn.btn--secondary {
    background: url("../img/buttons/sm_border_button_secondary_left.png") left center no-repeat, url("../img/buttons/sm_border_button_secondary_right.png") right center no-repeat, url("../img/buttons/sm_border_button_secondary_middle.png") left 32px center no-repeat, url("../img/buttons/sm_border_button_secondary_middle.png") right 32px center no-repeat, url("../img/buttons/sm_border_button_secondary_center.png") right 50% center no-repeat;
    background-size: auto 100%, auto 100%, calc(50% - 32px - 4px) 100%, calc(50% - 32px - 4px) 100%, auto 100%;
  }
  .main-store__pack .btn span {
    font-size: 15px;
  }
  .main-store__pack .btn:before {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    -webkit-clip-path: polygon(0 50%, 20px 0px, 25px 4px, calc(50% - 3px) 4px, 50% 2px, calc(50% + 3px) 4px, calc(100% - 25px) 4px, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - 25px) calc(100% - 4px), calc(50% + 3px) calc(100% - 4px), 50% calc(100% - 2px), calc(50% - 3px) calc(100% - 4px), 25px calc(100% - 4px), 20px 100%);
            clip-path: polygon(0 50%, 20px 0px, 25px 4px, calc(50% - 3px) 4px, 50% 2px, calc(50% + 3px) 4px, calc(100% - 25px) 4px, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - 25px) calc(100% - 4px), calc(50% + 3px) calc(100% - 4px), 50% calc(100% - 2px), calc(50% - 3px) calc(100% - 4px), 25px calc(100% - 4px), 20px 100%);
  }
}
.main-store__payment {
  padding: 40px;
  transition: background-color 0.3s ease-in-out;
  overflow: hidden;
}
.main-store__payment:hover {
  background-color: #0b2846;
}
.main-store__payment:before {
  transition: opacity 0.5s ease-in-out;
  opacity: 0.1;
}
.main-store__payment:hover:before {
  opacity: 0.3;
}
.main-store__payment-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.5;
}
.main-store__payment-image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main-store__payment-image img {
  height: 42px;
}
.main-store__payment-text {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 10px;
}
.main-store__payment .btn {
  margin: 20px auto 0;
  max-width: 120px;
}
.main-store__info {
  width: 100%;
  text-align: center;
}
.main-store__info > *:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .main-store__info > *:not(:first-child) {
    margin-top: 15px;
  }
}
.main-store__info h2 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 34px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .main-store__info h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .main-store__info h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .main-store__info p {
    font-size: 16px;
  }
}

.main-gallery__item {
  aspect-ratio: 440/300;
}
.main-gallery__item:before {
  opacity: 0.1;
}

.footer {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .content-area {
  padding: 70px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 1240px) {
  .footer .content-area {
    padding: 50px 0;
    row-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .footer .content-area {
    padding: 30px 0;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.footer__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.footer__socials a {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.footer__socials a:hover {
  opacity: 1;
}
.footer__cpr {
  width: 100%;
  text-align: center;
  font-family: "Intro Book";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: 0.5;
}

.unsimple {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  flex-wrap: nowrap;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.unsimple:hover {
  opacity: 1;
}
.unsimple__text {
  font-family: "Intro Book";
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.page-content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: linear-gradient(to bottom, rgba(6, 24, 42, 0.8), rgba(6, 24, 42, 0));
}
@media (max-width: 1240px) {
  .page-content {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .page-content {
    padding: 60px 0;
  }
}

.store {
  width: 100%;
}
.store__categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 25px;
}
.store__categories-item {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 17px;
  line-height: 1em;
  color: #cdd2f3;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.store__categories-item span {
  color: #7fc2ce;
}
.store__categories-item:hover, .store__categories-item.active {
  color: #fff;
}
.store__categories-item.active {
  color: #7fc2ce;
}
.store__content {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.store__content-item {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.store__content-item.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1460px) {
  .store__content {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .store__content {
    margin-top: 20px;
  }
}
.store__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 1460px) {
  .store__list {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .store__list {
    gap: 20px;
  }
}
.store__list-item {
  width: calc((100% - 120px) / 4);
  padding: 40px 40px 50px;
  transition: background-color 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1460px) {
  .store__list-item {
    width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 1240px) {
  .store__list-item {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1024px) {
  .store__list-item {
    padding: 40px 30px;
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .store__list-item {
    width: 100%;
  }
}
.store__list-item:hover {
  background-color: #0b2846;
}
.store__list-item:before {
  opacity: 0.1;
  transition: opacity 0.3s ease-in-out;
}
.store__list-item:hover:before {
  opacity: 0.3;
}
.store__list-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.store__list-item-icon {
  width: 100%;
  max-width: 342px;
  aspect-ratio: 1/1;
  position: relative;
  margin: -30px auto -20px;
}
@media (max-width: 1460px) {
  .store__list-item-icon {
    max-width: 260px;
    margin: -30px auto 0;
  }
}
@media (max-width: 1024px) {
  .store__list-item-icon {
    max-width: 220px;
    margin: -30px auto -10px;
  }
}
.store__list-item-icon img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.store__list-item-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.store__list-item-title small {
  width: 100%;
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #7fc2ce;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.store__list-item-title h3 {
  font-family: "Angelus Medieval";
  font-weight: 400;
  font-size: 24px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .store__list-item-title h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .store__list-item-title h3 {
    font-size: 17px;
  }
}
.store__list-item .btn {
  max-width: 200px;
  margin: 30px auto 0;
}
.store__list-empty {
  width: 100%;
  padding: 40px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.wiki {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.wiki__toggle {
  width: 370px;
  padding: 20px 40px;
  border-radius: 15px;
  background: url("../img/bg/wiki_nav_bg.jpg") #102c50 top center no-repeat;
  background-size: 100% auto;
}
.wiki__toggle:before {
  opacity: 0.1;
}
@media (max-width: 1240px) {
  .wiki__toggle {
    width: 300px;
    padding: 10px 25px;
  }
}
@media (max-width: 1024px) {
  .wiki__toggle {
    width: 100%;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
  }
}
@media (max-width: 650px) {
  .wiki__toggle {
    display: block;
    padding: 10px 25px;
  }
}
.wiki__toggle:after {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wiki__toggle-item {
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.wiki__toggle-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  .wiki__toggle-item {
    width: calc((100% - 20px) / 2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    flex-grow: 1;
    padding: 15px;
    align-self: stretch;
  }
}
@media (max-width: 650px) {
  .wiki__toggle-item {
    width: 100%;
    border: unset;
    padding: 15px 0;
    border-radius: 0px;
  }
}
.wiki__toggle-item-icon {
  width: 52px;
  aspect-ratio: 1;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #485065;
  transition: border 0.3s ease-in-out;
}
.wiki__toggle-item-icon img {
  width: 100%;
  border-radius: 100%;
}
.wiki__toggle-item-info {
  width: calc(100% - 52px - 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.wiki__toggle-item-info span {
  width: 100%;
  font-family: "Intro";
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #b8bfd3;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.wiki__toggle-item-info p {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #707d9e;
  transition: color 0.3s ease-in-out;
}
.wiki__toggle-item:hover .wiki__toggle-item-icon, .wiki__toggle-item.active .wiki__toggle-item-icon {
  border: 1px solid #7fc2ce;
}
.wiki__toggle-item:hover .wiki__toggle-item-info span, .wiki__toggle-item.active .wiki__toggle-item-info span {
  color: #fff;
}
.wiki__toggle-item:hover .wiki__toggle-item-info p, .wiki__toggle-item.active .wiki__toggle-item-info p {
  color: #7fc2ce;
}
.wiki__content {
  width: calc(100% - 370px - 40px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .wiki__content {
    width: calc(100% - 300px - 40px);
  }
}
@media (max-width: 1024px) {
  .wiki__content {
    width: 100%;
    margin-top: 40px;
  }
}
.wiki__content-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.wiki__content-item.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.popup-start {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url("../img/bg/main_store_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 40px;
  -webkit-clip-path: polygon(24px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px), 0 24px);
          clip-path: polygon(24px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px), 0 24px);
}
@media (max-width: 1024px) {
  .popup-start {
    padding: 20px;
  }
}

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
  overflow: auto;
  padding: 40px;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .popup {
    padding: 20px;
  }
}
.popup.active {
  pointer-events: all;
  display: flex;
}
.popup__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  opacity: 0;
}
.popup__bg.active {
  opacity: 1;
}
.popup__content {
  width: 100%;
  max-width: 1024px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.popup__content.active {
  opacity: 1;
  transform: translateY(0px);
}
.popup__cancel {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #3b7bb6;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  z-index: 2;
  top: -20px;
  right: -20px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.popup__cancel img {
  width: 15px;
}
.popup__cancel:hover {
  background-color: #4a8dcc;
}
.popup .video-player {
  width: 100%;
  aspect-ratio: 1280/720;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(24px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px), 0 24px);
          clip-path: polygon(24px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px), 0 24px);
}
.popup .video-player iframe {
  width: 100% !important;
  height: 100% !important;
}/*# sourceMappingURL=style.css.map */



.start-info .page-content{
  padding: 10px 20px 40px 20px;
  margin-top: 50px;
}

.text-area .start-info .text-about h3 {
  text-align: center;
  padding-top: 20px;
}
.all-stream{
  padding: 140px 0 0 0;
}
.stream-row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -25px;
}
.stream-block iframe{
  height:260px;
  width: 100%;
  position: relative;
  filter: brightness(80%);
  transition: 0.3s;
}
.stream-block iframe:hover{
  filter: brightness(100%);
}
.stream-block{
  width: 30%;
  margin-right: 3%;
  position: relative;
  margin-top: 35px;
}

.stream-block:nth-child(3n+3){
  margin-right: 0;
}

{
.stream-block iframe:before {
  content: "";
  width: calc(100 - 20px);
  height: calc(100 - 20px);
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  border: 1px solid rgba(255,255,255,0.5);
}

.dfg{dfg}


