@font-face {
  font-display: swap;
  font-family: Overpass;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/overpass-v16-cyrillic-ext_latin-300.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Overpass;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/overpass-v16-cyrillic-ext_latin-regular.woff2)
    format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Overpass;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/overpass-v16-cyrillic-ext_latin-500.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Overpass;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/overpass-v16-cyrillic-ext_latin-800.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/josefin-sans-v32-latin-700.woff2) format("woff2");
}
html body {
  background: #10031e;
  color: #cebcdc;
  font-family: Overpass, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 28px;
  margin: 0;
}
.grey {
  background: rgb(68, 62, 74, 0.5);
  padding: 20px;
}
.site {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .site {
    padding-top: 85px;
  }
}
h1 {
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    margin: 140px 0 70px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin: 60px 0 50px;
  }
}
.accordion-wrapper__item > .title,
h2,
h3 {
  color: #fff;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .accordion-wrapper__item > .title,
  h2,
  h3 {
    margin: 40px 0 60px;
  }
}
@media (max-width: 767px) {
  .accordion-wrapper__item > .title,
  h2,
  h3 {
    margin: 40px 0 40px;
  }
}
h1 {
  font-size: 48px;
  margin: 30px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 32px;
  line-height: 140%;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
.accordion-wrapper__item > .title,
h3 {
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .accordion-wrapper__item > .title,
  h3 {
    font-size: 16px;
  }
}
ol:not(.menu),
ul:not(.menu) {
  margin: 46px 0 40px 90px;
  padding: 0;
}
@media (max-width: 767px) {
  ol:not(.menu),
  ul:not(.menu) {
    margin: 46px 0 40px 40px;
  }
}
ol:not(.menu) li,
ul:not(.menu) li {
  color: #cebcdc;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 28px;
}
ol:not(.menu) li:not(:last-child),
ul:not(.menu) li:not(:last-child) {
  padding-bottom: 6px;
}
.entry-content > p {
  color: #cebcdc;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 28px;
  margin: 0 0 25px;
}
@media (max-width: 576px) {
  .entry-content > p img {
    left: -20px;
    max-width: unset;
    position: relative;
    width: 100vw;
  }
}
.entry-content blockquote {
  color: #cebcdc;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 140%;
  max-width: 800px;
  padding: 0 32px 0 56px;
  position: relative;
}
.entry-content blockquote p {
  margin: 0;
}
.entry-content blockquote:after {
  background-color: #2a0e46;
  content: "";
  height: 2px;
  left: 56px;
  max-width: 70%;
  position: absolute;
  top: -20px;
  width: 100%;
}

@media (min-width: 768px) {
  .entry-content blockquote {
    font-size: 20px;
    margin: 112px 0 0 135px;
  }
}
@media (max-width: 767px) {
  .entry-content blockquote {
    font-size: 18px;
    margin: 112px 0 0;
    opacity: 0.5;
  }
  .entry-content table {
    margin: 49px 0 40px;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .entry-content table {
    margin-top: 69px;
  }
}
.entry-content table {
  margin: 0 auto;
  overflow-y: auto;
}
.entry-content table tr td {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 28px;
  vertical-align: top;
}
.entry-content table tr th {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 28px;
  padding-bottom: 20px;
}
.entry-content table tr td {
  padding: 10px;
}
.entry-content table tr:not(:last-child) {
  border-bottom: 1px solid #2a0e46;
}
table tr:nth-child(odd) {
  background: #231432;
}
@media (max-width: 767px) {
  .entry-content table {
    min-width: 500px;
  }
  .entry-content table tbody tr td:not(:first-child) {
    padding: 4px 0 20px;
  }
  .entry-content table tbody tr td:last-child {
    border-bottom: 0;
  }
  .entry-content table tbody tr td:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
  }
}
a {
  text-decoration: none;
  color: white;
}
img {
  display: block;
  height: auto;
  margin: 60px 0;
  max-width: 100%;
  width: auto;
}
img.alignright {
  float: right;
  margin: 0 0 0 40px;
}
@media (max-width: 575px) {
  img.alignright {
    margin-left: auto;
  }
}
img.alignleft {
  float: left;
  margin: 0 40px 0 0;
}
@media (max-width: 575px) {
  img.alignleft {
    margin-right: auto;
  }
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  img {
    margin: 40px 0;
  }
}
.header {
  background: #170227;
  padding: 5px 0;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(164, 130, 227, 0.12);
}
.header,
.header > .container {
  align-items: center;
  display: flex;
  width: 100%;
}
.header > .container {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header .container {
    flex-direction: column;
    padding: 0 15px;
  }
  .header .header_logo {
    margin-bottom: 10px;
  }
}
.container {
  margin: 0 auto;
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.button {
  align-items: center;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  font-family: Overpass, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 18px;
  padding: 12px 24px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.button,
.header-btns {
  display: flex;
  margin: 10px;
}

.btn-green,
.btn-orange {
  margin: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.12);
}

.btn-green {
  background: #226e56;
}
.btn-orange {
  background: #ae7f38;
}
.banner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .banner {
    margin-top: 50px !important;
  }
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .reg_btn {
    font-size: 14px;
    line-height: 15px;
    padding: 6px 16px;
  }
}
.reg_btn:hover {
  background: #00aa74;
}
.log_btn {
  background: #24a9f1;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .log_btn {
    font-size: 14px;
    line-height: 15px;
    padding: 6px 16px;
  }
}
.log_btn:hover {
  background: #128cce;
}
.header_logo img {
  height: auto;
  margin: 0;
  max-height: 70px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .header_logo img {
    max-width: 145px;
  }
}
.banner {
  display: block;
  height: 400px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 576px) {
  .banner {
    height: 320px;
  }
}
.banner img {
  display: block;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.footer {
  align-items: center;
  background-color: #170227;
  display: flex;
  justify-content: center;
  margin-top: 140px;
  padding: 100px 0 60px;
}
.footer .copyright {
  color: #9c5ea4;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
  .footer {
    margin-top: 60px;
  }
}

.accordion-wrapper__main .accordion-wrapper__item > .title {
  display: block;
  margin: 60px 0 20px;
}
@media (max-width: 767px) {
  .accordion-wrapper__main .accordion-wrapper__item > .title {
    margin: 40px 0 20px;
  }
}

/* FAQ ACCORDION */
.accordion-wrapper__main .accordion-wrapper__item > .title {
  display: block;
  margin: 60px 0 20px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .accordion-wrapper__main .accordion-wrapper__item > .title {
    margin: 40px 0 20px;
  }
}

.accordion-wrapper__main .accordion-content {
  display: none;
  font-weight: 300;
  line-height: 28px;
}

.accordion-wrapper__item.active .accordion-content {
  display: block;
}

.accordion-wrapper__item .title::after {
  content: "↓";
  position: relative;
  margin-left: 10px;
}
.accordion-wrapper__item .title:hover {
  text-shadow: 0 0 10px rgb(133, 102, 25);
}

.download.download_wrap {
  background-color: #170227;
  bottom: 0;
  display: none;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
}
@media (max-width: 990px) {
  .download.download_wrap {
    display: block;
  }
}
.download.download_wrap .button {
  display: inline-block;
}
.breadcrumbs {
  list-style: none;
  margin: 20px 0 0 !important;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.mobile-nav--btn {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='2' width='32' height='4' rx='1' fill='%23DEDDEB'/%3E%3Crect x='16' y='14' width='16' height='4' rx='1' fill='%23DEDDEB'/%3E%3Crect x='8' y='26' width='24' height='4' rx='1' fill='%23DEDDEB'/%3E%3C/svg%3E")
    no-repeat 50%;
  border: none;
  box-shadow: none;
  display: none;
  height: 32px;
  outline: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  z-index: 10;
}
@media (max-width: 900px) {
  .mobile-nav--btn {
    display: block;
  }
  .navigation-top {
    display: none;
    order: 3;
    width: 100%;
  }
  .navigation-top.show {
    display: block;
  }
}
/* --- safe responsive fixes --- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  width: 100%;
}

.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.btn-green,
.btn-orange {
  margin: 0;
}

.banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: auto;
  margin: 0;
}

.banner-text {
  width: 100%;
  max-width: 90%;
  padding: 0 16px;
  text-align: center;
  word-break: break-word;
}

.table {
  width: 100%;
  overflow-x: auto;
}

.entry-content table {
  width: 100%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    margin: 40px 0 24px;
  }

  h2 {
    font-size: 28px;
    margin: 50px 0 24px;
  }

  .banner {
    height: 320px;
  }

  .banner img {
    height: 100%;
    object-fit: cover;
  }

  .banner-text {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .site {
    padding-top: 110px;
  }

  .header > .container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header_logo {
    margin-bottom: 8px;
  }

  .header_logo img {
    max-width: 145px;
  }

  .header-btns {
    width: 100%;
  }

  .btn-green,
  .btn-orange {
    flex: 1 1 calc(50% - 5px);
    text-align: center;
    padding: 10px 12px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.25;
    margin: 32px 0 20px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
    margin: 40px 0 20px;
  }

  h3,
  .accordion-wrapper__item > .title {
    font-size: 18px;
    margin: 32px 0 18px;
  }

  ol:not(.menu),
  ul:not(.menu) {
    margin: 24px 0 24px 22px;
  }

  .banner {
    height: 260px;
    margin-top: 50px;
  }

  .banner-text {
    font-size: 22px;
    line-height: 1.3;
  }

  .entry-content blockquote {
    margin: 40px 0 0;
    padding: 0 16px 0 24px;
  }

  .entry-content blockquote:after {
    left: 24px;
    max-width: 60%;
  }

  .footer {
    margin-top: 60px;
    padding: 50px 0 90px;
  }

  .up_button {
    bottom: 70px;
  }
}
.up_button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
  z-index: 9999;
}

.up_button.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.up_button:hover {
  background: #000;
}

@media (max-width: 575px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .btn-green,
  .btn-orange {
    flex: 1 1 100%;
  }

  .banner {
    height: 220px;
  }

  .banner-text {
    font-size: 18px;
    padding: 0 12px;
  }

  .entry-content table {
    min-width: 520px;
  }

  img.alignleft,
  img.alignright {
    float: none;
    margin: 20px auto;
  }
}
