  img:is([sizes="auto"i], [sizes^="auto,"i]) {
      contain-intrinsic-size: 3000px 1500px
  }
table {
  width: 80%;
  margin: 40px auto;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th, td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
}

tr:hover {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  table {
    width: 95%;
    font-size: 14px;
  }
}
  .wp-block-button__link {
      color: #fff;
      background-color: #32373c;
      border-radius: 9999px;
      box-shadow: none;
      text-decoration: none;
      padding: calc(.667em + 2px) calc(1.333em + 2px);
      font-size: 1.125em
  }

  .wp-block-file__button {
      background: #32373c;
      color: #fff;
      text-decoration: none
  }

  .cmp-heroscreen {
      padding: 36px 0
  }

  .cmp-heroscreen__brand {
      margin-bottom: 16px
  }

  .cmp-heroscreen__wrapper {
      display: grid;
      gap: 32px;
      grid-template-rows: auto
  }

  .cmp-heroscreen__wrapper,
  .cmp-heroscreen__wrapper_noimage {
      grid-template-columns: 100%
  }

  @media(min-width:800px) {
      .cmp-heroscreen__wrapper_image {
          grid-template-columns: 1fr .75fr
      }
  }

  @media(min-width:1200px) {
      .cmp-heroscreen__wrapper_image {
          grid-template-columns: 1fr 1fr
      }
  }

  .cmp-heroscreen__block {
      flex: 1 1 500px
  }

  @media(max-width:520px) {
      .cmp-heroscreen__block .cmp-heroscreen-brand {
          padding: 0 16px 16px
      }

      .cmp-heroscreen__block .cmp-heroscreen-brand__buttons {
          flex-direction: column
      }

      .cmp-heroscreen__block .cmp-heroscreen-brand__button {
          max-width: none;
          width: 100%
      }

      .cmp-heroscreen__block .cmp-heroscreen-bonus {
          padding: 16px
      }
  }

  .cmp-heroscreen__image img {
      height: auto;
      object-fit: contain;
      object-position: center;
      width: 100%
  }

  .cmp-heroscreen-brand {
      background: var(--bg, #02214e);
      border-radius: var(--border-radius, 25px);
      margin-top: 36px;
      padding: 0 32px 32px;
      position: relative
  }

  .cmp-heroscreen-brand__icon {
      height: 72px;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%) translateY(-50%);
      width: 72px
  }

  .cmp-heroscreen-brand__icon img {
      display: block;
      height: 100%;
      object-fit: contain;
      object-position: center;
      width: 100%
  }

  .cmp-heroscreen-brand__title {
      color: var(--color, #fff);
      font-size: 26px;
      font-weight: 700;
      line-height: 120%;
      margin-bottom: 16px;
      padding-top: 47px;
      text-align: center
  }

  .cmp-heroscreen-brand__title:after {
      content: none !important
  }

  .cmp-heroscreen-brand__buttons {
      align-items: center;
      display: flex;
      gap: 16px;
      justify-content: center;
      margin-bottom: 16px
  }

  .cmp-heroscreen-brand__button {
      align-items: center;
      background: var(--button-bg, #e30639);
      border-radius: var(--border-radius, 25px);
      color: var(--button-color, #fff);
      display: flex;
      flex: 1 0;
      font-size: 16px;
      font-weight: 700;
      gap: 8px;
      justify-content: center;
      line-height: 24px;
      max-width: 320px;
      padding: 12px;
      text-decoration: none
  }

  .cmp-heroscreen-brand__button svg {
      margin-top: -2px
  }

  .cmp-heroscreen-brand__rating {
      align-items: center;
      color: var(--color, #fff);
      display: flex;
      justify-content: center;
      line-height: 24px;
      margin-bottom: 16px
  }

  .cmp-heroscreen-brand__rating-value {
      align-items: center;
      border-right: 1px solid var(--color, #fff);
      display: flex;
      font-size: 14px;
      font-weight: 700;
      gap: 5px;
      margin: 0 7px 0 0 !important;
      padding-right: 7px
  }

  .cmp-heroscreen-brand__rating-value svg {
      margin-bottom: 1px
  }

  .cmp-heroscreen-brand__rating-downloads {
      font-size: 16px;
      font-weight: 400;
      margin: 0 !important
  }

  .cmp-heroscreen-brand__text {
      color: var(--color, #fff);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px
  }

  .cmp-heroscreen-bonus {
      background: var(--bg, #02214e);
      border-radius: var(--border-radius, 25px);
      padding: 32px
  }

  .cmp-heroscreen-bonus__title {
      color: var(--color, #fff);
      font-size: 22px;
      font-weight: 700;
      line-height: 24px;
      margin: 0 0 10px !important;
      text-align: center
  }

  .cmp-heroscreen-bonus__controls {
      align-items: center;
      display: flex;
      gap: 8px;
      justify-content: center;
      margin-bottom: 10px
  }

  .cmp-heroscreen-bonus__value {
      border: 1px dashed var(--color, #fff);
      border-radius: var(--border-radius, 25px);
      color: var(--color, #fff);
      flex-grow: 1;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      padding: 12px 16px
  }

  .cmp-heroscreen-bonus__copy {
      all: unset;
      background: var(--copy-button-bg, #683aeb);
      color: var(--copy-button-color, #fff);
      min-width: 80px;
      padding: 12px 16px
  }

  .cmp-heroscreen-bonus__copy,
  .cmp-heroscreen-bonus__link {
      border-radius: var(--border-radius, 25px);
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-align: center
  }

  .cmp-heroscreen-bonus__link {
      background: var(--button-bg, #e30639);
      color: var(--button-color, #fff);
      display: block;
      padding: 12px;
      text-decoration: none
  }

  .cmp-bonus {
      align-items: center;
      background: var(--bg, #02214e);
      display: flex;
      flex-direction: column;
      padding: 16px;
      position: relative
  }

  .cmp-bonus__icon {
      background: var(--bg, #fff);
      border-radius: 50%;
      display: grid;
      height: 24px;
      place-content: center;
      position: absolute;
      top: 0;
      transform: translateY(-50%);
      width: 24px
  }

  .cmp-bonus__icon svg path {
      stroke: var(--stroke, #02214e)
  }

  .cmp-bonus__text {
      color: var(--color, #fff);
      font-size: 16px;
      font-weight: 700;
      line-height: 120%;
      margin: 0;
      text-align: center
  }

  .cmp-table {
      border-collapse: collapse;
      width: 100%
  }

  .cmp-table tr:first-of-type td:first-child {
      border-radius: 16px 0 0 0
  }

  .cmp-table tr:first-of-type td:last-child {
      border-radius: 0 16px 0 0
  }

  .cmp-table tr:last-of-type td:first-child {
      border-radius: 0 0 0 16px
  }

  .cmp-table tr:last-of-type td:last-child {
      border-radius: 0 0 16px 0
  }

  .cmp-table td {
      border: 1px solid #eaeaea;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      padding: 10px
  }

  .cmp-table td:nth-child(2n) {
      font-weight: 400
  }

  .cmp-brand-block {
      align-items: center;
      background: var(--bg, #021939);
      border-radius: var(--border-radius, 30px);
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 25px;
      margin-top: 65px;
      padding: 16px;
      position: relative;
      z-index: 1
  }

  .cmp-brand-block__icon {
      border-radius: var(--border-radius, 20px);
      box-shadow: 0 14px 19px 2px var(--shadow, rgba(57, 22, 156, .5));
      height: 72px;
      position: absolute;
      top: 0;
      transform: translateY(-50%);
      width: 72px
  }

  .cmp-brand-block__icon img {
      height: 100%;
      object-fit: cover;
      width: 100%
  }

  .cmp-brand-block__title {
      color: var(--color, #fff);
      font-size: 25px;
      font-weight: 600;
      line-height: 24px;
      margin: 56px 0 0
  }

  .cmp-brand-block__bonus {
      align-self: stretch;
      display: flex;
      flex-direction: column;
      gap: 24px
  }

  @media(min-width:800px) {
      .cmp-brand-block__bonus {
          flex-direction: row;
          justify-content: center
      }
  }

  .cmp-brand-block__bonus-item {
      border-radius: calc(var(--border-radius, 30px)/2)
  }

  @media(min-width:800px) {
      .cmp-brand-block__bonus-item {
          min-width: 320px
      }
  }

  .cmp-brand-block__text {
      color: var(--color, #fff);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: center
  }

  .cmp-brand-block__text>* {
      margin: 0 0 15px
  }

  .cmp-brand-block__text>:last-of-type {
      margin-bottom: 0
  }

  .cmp-brand-block__button {
      align-self: stretch;
      background: transparent;
      border-radius: var(--border-radius, 25px);
      color: var(--color, #fff);
      overflow: hidden;
      padding: 12px 48px;
      position: relative;
      text-align: center;
      text-decoration: none
  }

  .cmp-brand-block__button:after {
      background: var(--bg, #e30639);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: all .25s ease-in-out;
      width: 100%;
      z-index: -1
  }

  .cmp-brand-block__button:hover:after {
      opacity: .7
  }

  @media(min-width:800px) {
      .cmp-brand-block__button {
          align-self: center
      }
  }

  .fast-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: space-between;
      margin: 1rem auto 0
  }

  .fast-links * {
      margin-bottom: 0
  }

  .fast-links__item {
      align-items: center;
      background-color: var(--background-fast-links, #172034);
      border: none;
      border-radius: 10px;
      color: #fff;
      cursor: pointer;
      display: flex;
      flex: 1 0 280px;
      font-size: 16px;
      font-weight: 400;
      gap: 10px;
      justify-content: space-between;
      padding: 8px;
      position: relative
  }

  .fast-links__item .fast-links__image img {
      height: 56px;
      max-width: unset;
      width: 56px
  }

  .fast-links__item .fast-links__text p {
      color: var(--color-descr)
  }

  .fast-links__text p:last-of-type {
      margin: 0
  }

  .fast-links__text :is(h1, h2, h3, h4, h5, h6),
  .fast-links__text strong {
      font-weight: 600
  }

  .fast-links__image {
      align-items: center;
      display: flex;
      justify-content: flex-end
  }

  .fast-links__link {
      color: transparent;
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%
  }

  .container {
      margin: 0 auto;
      max-width: 95vw
  }

  .cmp-howto {
      align-items: center;
      display: flex;
      flex-direction: column;
      font-family: sans-serif;
      padding: 32px 0
  }

  @media screen and (max-width:834px) {
      .cmp-howto {
          padding: 16px 0
      }
  }

  .cmp-howto__steps {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 32px;
      justify-content: center
  }

  @media screen and (max-width:834px) {
      .cmp-howto__steps {
          gap: 16px;
          margin-bottom: 64px
      }
  }

  .cmp-howto .cmp-step {
      align-items: stretch;
      display: flex;
      gap: 32px;
      justify-content: center;
      padding: 16px 0;
      position: relative
  }

  @media screen and (max-width:834px) {
      .cmp-howto .cmp-step {
          flex-direction: column;
          gap: 0
      }
  }

  .cmp-howto .cmp-step__content {
      display: flex;
      flex-direction: column;
      gap: 16px
  }

  .cmp-howto .cmp-step__title {
      align-items: center;
      display: flex;
      gap: 16px
  }

  .cmp-howto .cmp-step__title-number {
      background-color: #021939;
      border-radius: 50%;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      height: 36px;
      line-height: 24px;
      line-height: 36px;
      text-align: center;
      width: 36px
  }

  .cmp-howto .cmp-step__title-description {
      color: #000;
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      margin: 0
  }

  .cmp-howto .cmp-step__info {
      align-items: start;
      border-left: 1px solid #dceeff;
      display: flex;
      flex: 1;
      flex-direction: column;
      margin-left: 16px;
      max-width: 410px;
      padding-left: 16px
  }

  @media screen and (max-width:834px) {
      .cmp-howto .cmp-step__info {
          padding-left: 34px
      }
  }

  .cmp-howto .cmp-step__info p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin: 0 0 16px
  }

  .cmp-howto .cmp-step__info-play-btn {
      background: transparent;
      border: none;
      border-radius: 25px;
      color: #fff;
      cursor: pointer;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      overflow: hidden;
      padding: 12px 48px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%
  }

  .cmp-howto .cmp-step__info-play-btn:after {
      background: #e30639;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: all .25s ease-in-out;
      width: 100%;
      z-index: -1
  }

  .cmp-howto .cmp-step__info-play-btn:hover:after {
      opacity: .7
  }

  @media screen and (max-width:834px) {
      .cmp-howto .cmp-step__info-play-btn {
          bottom: -64px;
          left: 0;
          position: absolute
      }
  }

  .cmp-howto .cmp-step__info .cmp-step__image {
      display: none
  }

  @media screen and (max-width:834px) {
      .cmp-howto .cmp-step__info .cmp-step__image {
          display: inline-block;
          text-align: center
      }
  }

  .cmp-howto .cmp-step__image {
      border-radius: 16px;
      height: 593px;
      overflow: hidden;
      width: 291px
  }

  .cmp-howto .cmp-step__image-content {
      height: 100%;
      object-fit: cover;
      width: 100%
  }

  @media screen and (max-width:834px) {
      .cmp-howto .cmp-step__image {
          border-left: 1px solid #dceeff;
          border-radius: 0;
          margin-left: 16px;
          padding-left: 34px;
          width: auto
      }

      .cmp-howto .cmp-step__image-content {
          border-radius: 16px;
          height: 593px;
          width: 291px
      }
  }

  .cmp-games-card-block {
      grid-row-gap: 20px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto auto;
      justify-content: center;
      margin: 0 auto
  }

  @media(max-width:892px) {
      .cmp-games-card-block {
          grid-template-columns: repeat(2, 1fr)
      }
  }

  @media(max-width:360px) {
      .cmp-games-card-block {
          grid-template-columns: 1fr
      }
  }

  .cmp-games-card {
      display: flex;
      flex-direction: column;
      gap: 20px;
      justify-content: flex-start;
      padding: 0 32px
  }

  .cmp-games-card:nth-of-type(2n+2) {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd
  }

  .cmp-games-card:last-of-type {
      border-right: none
  }

  @media(max-width:892px) {
      .cmp-games-card {
          max-width: 395px;
          padding: 0 16px
      }

      .cmp-games-card:nth-of-type(3n+2) {
          border-left: 0;
          border-right: 0
      }

      .cmp-games-card:nth-of-type(2n) {
          border-left: 1px solid #ddd;
          border-right: 0
      }
  }

  @media(max-width:500px) {
      .cmp-games-card {
          padding: 0 10px
      }
  }

  @media(max-width:360px) {
      .cmp-games-card {
          padding: 0
      }

      .cmp-games-card:nth-of-type(2n) {
          border: 0
      }
  }

  .cmp-games-card__pic {
      border-radius: 16px
  }

  .cmp-games-card__pic img {
      height: 100%;
      object-fit: cover;
      width: 100%
  }

  .cmp-games-card__title {
      color: #000;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      margin: 0 0 8px
  }

  .cmp-games-card__descr {
      display: flex;
      flex-direction: column;
      row-gap: 16px
  }

  .cmp-games-card__descr-text {
      color: #434343;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin: 0
  }

  .cmp-games-card__button {
      background: transparent;
      border-radius: var(--border-radius, 8px);
      color: var(--color, #000);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-top: auto;
      overflow: hidden;
      padding: 12px;
      position: relative;
      text-align: center;
      text-decoration: none
  }

  .cmp-games-card__button:after {
      background: var(--bg, #ffda44);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: all .25s ease-in-out;
      width: 100%;
      z-index: -1
  }

  .cmp-games-card__button:hover:after {
      opacity: .7
  }

  .games-slider {
      container-name: games-slider;
      container-type: inline-size;
      max-width: 100%;
      overflow: hidden;
      position: relative
  }

  .games-slider__btns {
      display: flex;
      gap: 8px;
      margin-bottom: 1rem;
      transition: transform .5s ease
  }

  .games-slider__btn {
      align-items: center;
      background-color: #021126;
      border: 2px solid #ffd60a;
      border-radius: 8px;
      color: #ffd60a;
      cursor: pointer;
      display: flex;
      justify-content: center;
      padding: 6px;
      transition: all .3s ease-in-out
  }

  .games-slider__btn:hover {
      background-color: #001d3d
  }

  .games-slider__btn svg {
      fill: currentColor
  }

  .games-slider__block {
      column-gap: 15px;
      display: flex;
      transition: transform .3s ease
  }

  .games-slider__item {
      box-sizing: border-box;
      flex: 0 0 auto;
      transition: background-color .2s ease-in-out !important;
      width: calc(20% - 15px)
  }

  @container games-slider (max-width: 1200px) {
      .games-slider__item {
          width: calc(25% - 15px)
      }
  }

  @container games-slider (max-width: 1000px) {
      .games-slider__item {
          width: calc(33.33% - 15px)
      }
  }

  @container games-slider (max-width: 600px) {
      .games-slider__item {
          width: calc(50% - 15px)
      }
  }

  @container games-slider (max-width: 450px) {
      .games-slider__item {
          width: calc(100% - 15px)
      }
  }

  .games-slider__item-content {
      background-color: #001d3d;
      border: 2px solid #003566;
      border-radius: 8px;
      display: block;
      height: 142px;
      padding: 16px;
      text-decoration: none
  }

  .games-slider__item-content:hover {
      background-color: #003566
  }

  .games-slider__item-content img {
      height: 100%;
      object-fit: contain;
      width: 100%
  }

  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0
  }

  .cmp-bonus-calculator {
      align-items: center;
      container-type: inline-size;
      font-family: sans-serif;
      justify-content: center;
      width: 100%
  }

  .cmp-bonus-calculator__content {
      align-items: center;
      background: var(--bg, #fff);
      border-radius: 10px;
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
      color: var(--color, #000);
      display: flex;
      font-family: sans-serif;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1033px;
      padding: 20px;
      width: 100%
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__content {
          flex-direction: column;
          gap: 10px;
          justify-content: start;
          max-width: 328px;
          padding: 12px 20px 20px
      }
  }

  .cmp-bonus-calculator__title {
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
      margin-bottom: unset;
      margin-right: 30px;
      text-transform: capitalize
  }

  .cmp-bonus-calculator__title:after {
      content: unset !important
  }

  @container (max-width: 1030px) {
      .cmp-bonus-calculator__title {
          margin-right: 20px
      }
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__title {
          margin-right: 0
      }
  }

  .cmp-bonus-calculator__count {
      align-items: center;
      display: flex;
      gap: 20px;
      margin-right: auto
  }

  @container (max-width: 1030px) {
      .cmp-bonus-calculator__count {
          gap: 5px;
          margin: 0
      }
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__count {
          flex-direction: column;
          gap: 10px;
          justify-content: start;
          width: 100%
      }
  }

  .cmp-bonus-calculator__count-text {
      font-size: 16px;
      font-weight: 400;
      line-height: 18px
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__count-text_desktop {
          display: none
      }
  }

  .cmp-bonus-calculator__count-input {
      align-items: center;
      display: flex;
      gap: 20px
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__count-input {
          max-width: 288px;
          position: relative;
          width: 100%
      }
  }

  .cmp-bonus-calculator__count-input__content {
      background: transparent;
      border: 1px dashed var(--input-border, #037bce);
      border-radius: 100px;
      font-size: 16px;
      font-weight: 400;
      line-height: 18px;
      outline: none;
      padding: 13.5px 10px;
      text-align: center;
      width: 110px
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__count-input__content {
          padding: 16px 20px;
          text-align: left;
          width: 100%
      }
  }

  .cmp-bonus-calculator__count-input__content::placeholder {
      color: #8e8e8e;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      visibility: hidden
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__count-input__content::placeholder {
          visibility: visible
      }
  }

  .cmp-bonus-calculator__count-input__content::-webkit-inner-spin-button,
  .cmp-bonus-calculator__count-input__content::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0
  }

  .cmp-bonus-calculator__count-input__currency {
      display: none
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__count-input__currency {
          display: block;
          font-size: 14px;
          font-weight: 400;
          line-height: 16px;
          position: absolute;
          right: 20px;
          text-transform: uppercase;
          top: 18px
      }
  }

  .cmp-bonus-calculator__count-result {
      align-items: center;
      display: flex;
      gap: 10px;
      text-align: center
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__count-result {
          gap: 5px
      }
  }

  .cmp-bonus-calculator__count-result__img {
      height: 50px;
      object-fit: cover;
      width: 50px
  }

  .cmp-bonus-calculator__count-result__value {
      font-size: 36px;
      font-weight: 700;
      line-height: 40px
  }

  .cmp-bonus-calculator__button {
      align-items: center;
      background: var(--btn-bg, #1491e5);
      border-radius: 90px;
      color: var(--btn-color, #fff);
      cursor: pointer;
      display: flex;
      font-size: 14px;
      font-weight: 700;
      gap: 10px;
      justify-content: center;
      line-height: 16px;
      padding: 16px 20px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all .3s ease-in-out;
      width: 170px
  }

  @container (max-width: 1030px) {
      .cmp-bonus-calculator__button {
          width: 150px
      }
  }

  @container (max-width: 940px) {
      .cmp-bonus-calculator__button {
          width: 100%
      }
  }

  .cmp-bonus-calculator__button:hover {
      background: var(--btn-bg-hover, #137cc2)
  }

  .alt {
      --offsets: 30px;
      background: var(--alt-bg);
      color: var(--alt-color);
      font-family: sans-serif;
      padding: 32px 0
  }

  @media screen and (max-width:1200px) {
      .alt {
          --offsets: 20px;
          padding: 24px 0
      }
  }

  @media screen and (max-width:800px) {
      .alt {
          --offsets: 16px;
          padding: 16px 0 64px
      }
  }

  .alt * {
      box-sizing: border-box;
      margin: 0;
      padding: 0
  }

  .alt__container {
      margin: 0 auto;
      max-width: 1440px;
      padding: 0 var(--offsets)
  }

  .alt__container>:not(:last-child) {
      margin-bottom: 64px
  }

  @media screen and (max-width:800px) {
      .alt__container>:not(:last-child) {
          margin-bottom: 32px
      }
  }

  .alt__logo {
      border-radius: 8px;
      overflow: hidden;
      width: 140px
  }

  .alt__logo img {
      display: block;
      height: auto;
      width: 100%
  }

  .alt__intro {
      display: grid;
      gap: 24px;
      grid-template-columns: 2fr 1fr
  }

  @media screen and (max-width:800px) {
      .alt__intro {
          grid-template-columns: 1fr
      }
  }

  .alt__intro-info {
      display: flex;
      flex-direction: column;
      gap: 16px
  }

  .alt__intro-title {
      font-size: 44px;
      font-weight: 700
  }

  @media screen and (max-width:800px) {
      .alt__intro-title {
          font-size: 32px
      }
  }

  .alt__intro-description {
      font-size: 20px;
      font-weight: 700
  }

  @media screen and (max-width:800px) {
      .alt__intro-description {
          font-size: 18px
      }
  }

  .alt__intro-links {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 8px
  }

  .alt__intro-link {
      background: var(--alt-btn-bg);
      border-radius: var(--alt-btn-radius);
      color: var(--alt-btn-color);
      font-size: 16px;
      font-weight: 500;
      padding: 12px 24px;
      text-align: center;
      text-decoration: none;
      transition: all .25s ease-in-out;
      width: 100%;
      width: fit-content
  }

  .alt__intro-link:hover {
      background: var(--alt-btn-hover-bg);
      color: var(--alt-btn-hover-color)
  }

  @media screen and (max-width:800px) {
      .alt__intro-link {
          width: 100%
      }
  }

  .alt__intro-img {
      width: 100%
  }

  .alt__intro-img img {
      height: auto;
      width: 100%
  }

  .alt__intro_reverse .alt__intro-title {
      font-size: 24px
  }

  .alt__intro_reverse .alt__intro-description {
      font-size: 18px
  }

  @media screen and (max-width:800px) {
      .alt__intro_reverse .alt__intro-info {
          order: 1
      }
  }

  .alt__features {
      display: flex;
      flex-direction: column;
      gap: 24px
  }

  .alt__features-list {
      display: grid;
      gap: 24px 16px;
      grid-template-columns: repeat(3, 1fr)
  }

  @media screen and (max-width:800px) {
      .alt__features-list {
          grid-template-columns: 1fr
      }
  }

  .alt__feature {
      align-items: center;
      align-self: flex-start;
      display: flex;
      flex-direction: column;
      gap: 12px;
      justify-content: center;
      text-align: center
  }

  .alt__feature-img {
      border-radius: 50%;
      height: 100px;
      overflow: hidden;
      width: 100px
  }

  .alt__feature-img img {
      height: 100%;
      object-fit: cover;
      width: 100%
  }

  .alt__feature-title {
      font-size: 24px;
      font-weight: 700
  }

  .alt__feature-description {
      font-size: 16px;
      font-weight: 700
  }

  .alt__mobile-btn {
      background: var(--alt-btn-bg);
      border-radius: var(--alt-btn-radius);
      bottom: 0;
      color: var(--alt-btn-color);
      display: none;
      font-size: 16px;
      font-weight: 500;
      left: 0;
      padding: 12px 24px;
      position: fixed;
      text-align: center;
      text-decoration: none;
      transition: all .25s ease-in-out;
      width: 100%
  }

  .alt__mobile-btn:hover {
      background: var(--alt-btn-hover-bg);
      color: var(--alt-btn-hover-color)
  }

  @media screen and (max-width:800px) {
      .alt__mobile-btn {
          display: block
      }
  }

  :root {
      --wp--preset--aspect-ratio--square: 1;
      --wp--preset--aspect-ratio--4-3: 4/3;
      --wp--preset--aspect-ratio--3-4: 3/4;
      --wp--preset--aspect-ratio--3-2: 3/2;
      --wp--preset--aspect-ratio--2-3: 2/3;
      --wp--preset--aspect-ratio--16-9: 16/9;
      --wp--preset--aspect-ratio--9-16: 9/16;
      --wp--preset--color--black: #000000;
      --wp--preset--color--cyan-bluish-gray: #abb8c3;
      --wp--preset--color--white: #ffffff;
      --wp--preset--color--pale-pink: #f78da7;
      --wp--preset--color--vivid-red: #cf2e2e;
      --wp--preset--color--luminous-vivid-orange: #ff6900;
      --wp--preset--color--luminous-vivid-amber: #fcb900;
      --wp--preset--color--light-green-cyan: #7bdcb5;
      --wp--preset--color--vivid-green-cyan: #00d084;
      --wp--preset--color--pale-cyan-blue: #8ed1fc;
      --wp--preset--color--vivid-cyan-blue: #0693e3;
      --wp--preset--color--vivid-purple: #9b51e0;
      --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
      --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
      --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
      --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
      --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
      --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
      --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
      --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
      --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
      --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
      --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
      --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
      --wp--preset--font-size--small: 13px;
      --wp--preset--font-size--medium: 20px;
      --wp--preset--font-size--large: 36px;
      --wp--preset--font-size--x-large: 42px;
      --wp--preset--spacing--20: 0.44rem;
      --wp--preset--spacing--30: 0.67rem;
      --wp--preset--spacing--40: 1rem;
      --wp--preset--spacing--50: 1.5rem;
      --wp--preset--spacing--60: 2.25rem;
      --wp--preset--spacing--70: 3.38rem;
      --wp--preset--spacing--80: 5.06rem;
      --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
      --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
      --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  }

  :where(.is-layout-flex) {
      gap: 0.5em;
  }

  :where(.is-layout-grid) {
      gap: 0.5em;
  }

  body .is-layout-flex {
      display: flex;
  }

  .is-layout-flex {
      flex-wrap: wrap;
      align-items: center;
  }

  .is-layout-flex> :is(*, div) {
      margin: 0;
  }

  body .is-layout-grid {
      display: grid;
  }

  .is-layout-grid> :is(*, div) {
      margin: 0;
  }

  :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
  }

  :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
  }

  :where(.wp-block-post-template.is-layout-flex) {
      gap: 1.25em;
  }

  :where(.wp-block-post-template.is-layout-grid) {
      gap: 1.25em;
  }

  .has-black-color {
      color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-color {
      color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-color {
      color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-color {
      color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-color {
      color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-color {
      color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-color {
      color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-color {
      color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-color {
      color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-color {
      color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-color {
      color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-color {
      color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-background-color {
      background-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-background-color {
      background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-background-color {
      background-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-background-color {
      background-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-background-color {
      background-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-background-color {
      background-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-background-color {
      background-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-background-color {
      background-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-background-color {
      background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-background-color {
      background-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-border-color {
      border-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-border-color {
      border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-border-color {
      border-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-border-color {
      border-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-border-color {
      border-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-border-color {
      border-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-border-color {
      border-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-border-color {
      border-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-border-color {
      border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-border-color {
      border-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
      background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
  }

  .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
      background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
  }

  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-orange-to-vivid-red-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
  }

  .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
      background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
  }

  .has-cool-to-warm-spectrum-gradient-background {
      background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
  }

  .has-blush-light-purple-gradient-background {
      background: var(--wp--preset--gradient--blush-light-purple) !important;
  }

  .has-blush-bordeaux-gradient-background {
      background: var(--wp--preset--gradient--blush-bordeaux) !important;
  }

  .has-luminous-dusk-gradient-background {
      background: var(--wp--preset--gradient--luminous-dusk) !important;
  }

  .has-pale-ocean-gradient-background {
      background: var(--wp--preset--gradient--pale-ocean) !important;
  }

  .has-electric-grass-gradient-background {
      background: var(--wp--preset--gradient--electric-grass) !important;
  }

  .has-midnight-gradient-background {
      background: var(--wp--preset--gradient--midnight) !important;
  }

  .has-small-font-size {
      font-size: var(--wp--preset--font-size--small) !important;
  }

  .has-medium-font-size {
      font-size: var(--wp--preset--font-size--medium) !important;
  }

  .has-large-font-size {
      font-size: var(--wp--preset--font-size--large) !important;
  }

  .has-x-large-font-size {
      font-size: var(--wp--preset--font-size--x-large) !important;
  }

  :where(.wp-block-post-template.is-layout-flex) {
      gap: 1.25em;
  }

  :where(.wp-block-post-template.is-layout-grid) {
      gap: 1.25em;
  }

  :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
  }

  :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
  }

  :root :where(.wp-block-pullquote) {
      font-size: 1.5em;
      line-height: 1.6;
  }

  :root {
      --tabs-background: #e0e0e0;
      --tabs-text-color: #000000;
      --tabs-background-active: #046cd9;
      --tabs-text-color-active: #ffffff;

      --filters-background: transparent;
      --filters-text-color: #000000;
      --filters-background-active: #046cd9;
      --filters-text-color-active: #ffffff;

      --calendar-number-color: #000000;
      --calendar-text-color: #000000;
      --calendar-border-color: #046cd9;

      --placeholder-text-color-main: #000000;
      --placeholder-text-color-sub: #000000;
      --placeholder-border-color: #000000;
      --placeholder-background: transparent;

      --main-text-color-main: #000000;
      --main-text-color-sub: #000000;
      --main-border-color: #000000;
      --main-card-bg-color: transparent;
      --rad: 1px;
      --main-table-header: #F2F4F7;
      --main-table-header-football: #F2F4F7;
      --main-hl-btn-color: #000000;
      --main-active-team-icon: #F2F4F7;
      --main-team-logo-bg: #FFFFFF;

      --accent-btn-bg: #046cd9;
      --accent-btn-bg-hover: transparent;
      --accent-btn-text: #ffffff;
      --accent-btn-text-hover: #000;
      --accent-btn-radius: 10px;
      --accent-btn-border-width: 1px;

      --hero-background: #F2F4F7;
      --hero-text-color: #000000;
      --hero-live-color: #000000;
      --hero-link-color: #000000;
      --hero-link-color-hover: #000000;
      --hero-border-color: #000000;
      --hero-team-logo-bg: #FFFFFF;

      --odds-background: #F2F4F7;
      --odds-text-color: #000000;
      --odds-text-color-bold: #000000;
      --odds-border-color: #000000;
      --odds-team-logo-bg: #000000;
      --odds-coef-elem-bg: #8fb2d8;
      --odds-coef-elem-text-color: #000000;

      --odds-center-team-name: #000000;
      --odds-center-market-name: #000000;
      --odds-center-coef-bg: #F2F4F7;
      --odds-center-coef-bg-hover: #F2F4F7;
      --odds-center-coef-text: #000000;
      --odds-center-coef-text-hover: #000000;
      --odds-center-coef-subtext: #000000;
      --odds-center-coef-subtext-hover: #000000;
      --odds-center-market-block-title: #000000;
      --odds-center-market-block-descr: #000000;
  }


  * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 0
  }

  img,
  svg {
      height: auto;
      max-width: 100%
  }

  html {
      font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif;
      font-size: 16px
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      line-height: 1.4;
      margin: 0 0 1.5rem
  }

  li,
  p {
      line-height: 1.5
  }

  ol,
  ul {
      padding-left: 1rem
  }

  li,
  p {
      margin-bottom: 1rem
  }

  ol li::marker,
  ul li::marker {
      background-color: var(--accent-color);
      color: var(--accent-color)
  }

  ol.has-white-color li::marker,
  ul.has-white-color li::marker {
      color: #fff
  }

  a {
      color: var(--links-color)
  }

  .image-item {
      margin-bottom: 0
  }

  body {
      overflow-x: hidden
  }

  .container {
      margin: 0 auto;
      max-width: calc(1400px - 2rem);
      padding: 0 1rem
  }

  .container .container {
      padding: 0
  }

  .media-text {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2rem;
      justify-content: center
  }

  .media-text li:last-of-type,
  .media-text p:last-of-type {
      margin-bottom: 0
  }

  @media(max-width:750px) {
      .media-text {
          gap: 1rem
      }
  }

  @media(max-width:600px) {
      .media-text {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column
      }
  }

  .media-text_align-top {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }

  .media-text_align-bottom {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end
  }

  .media-text_reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }

  @media(max-width:600px) {
      .media-text_reverse {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column
      }

      .media-text_reverse-mobile {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse
      }
  }

  .media-text__image {
      text-align: center;
      width: 30%
  }

  @media(max-width:750px) {
      .media-text__image {
          width: 40% !important
      }
  }

  @media(max-width:600px) {
      .media-text__image {
          width: 100% !important
      }
  }

  .media-text__content>:not(:last-child) {
      margin-bottom: 1rem
  }

  .media-text__content:not([data-full]) {
      width: 70%
  }

  @media(max-width:750px) {
      .media-text__content:not([data-full]) {
          width: 60% !important
      }
  }

  @media(max-width:600px) {
      .media-text__content:not([data-full]) {
          width: 100% !important
      }
  }

  .media-text_heading-top {
      display: grid;
      gap: 2rem;
      grid-template-areas: "heading heading""content media";
      grid-template-columns: calc(var(--content-width-mt) - 1rem) calc(var(--image-width-mt) - 1rem);
      grid-template-rows: auto
  }

  @media(max-width:600px) {
      .media-text_heading-top {
          gap: 1rem;
          grid-template-areas: "heading""content""media";
          grid-template-columns: 1fr;
          grid-template-rows: auto
      }
  }

  .media-text_heading-top .media-text__heading {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-area: heading;
      justify-content: center;
      width: 100%
  }

  .media-text_heading-top .media-text__heading .title {
      margin-bottom: 0
  }

  .media-text_heading-top .media-text__image {
      grid-area: media;
      width: 100%
  }

  .media-text_heading-top .media-text__content {
      grid-area: content;
      width: 100%
  }

  .media-text_heading-top .media-text_reverse {
      grid-template-areas: "heading heading""media content";
      grid-template-columns: calc(var(--image-width-mt) - 1rem) calc(var(--content-width-mt) - 1rem)
  }

  @media(max-width:600px) {
      .media-text_heading-top.media-text_reverse-mobile {
          gap: 1rem;
          grid-template-areas: "heading""media""content";
          grid-template-columns: 1fr;
          grid-template-rows: auto
      }
  }

  .top-line {
      background-color: var(--panels-color);
      border-bottom: 4px solid var(--accent-color);
      padding: 10px 0;
      position: relative;
      z-index: 1000
  }

  .top-line__block {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center
  }

  @media(max-width:600px) {
      .top-line__block {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
  }

  .top-line__block_buttons-center .top-line {
      position: relative
  }

  .top-line__block_buttons-center .top-line__logo {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      margin-bottom: 1rem;
      order: 0
  }

  .top-line__block_buttons-center .top-line__buttons {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      display: grid;
      gap: 1rem;
      grid-auto-rows: auto;
      grid-template-columns: -webkit-min-content -webkit-min-content;
      grid-template-columns: min-content min-content;
      justify-content: center;
      margin-bottom: 1rem;
      order: 2;
      position: relative
  }

  @media(max-width:800px) {
      .top-line__block_buttons-center .top-line__buttons {
          margin-bottom: 0
      }
  }

  @media(max-width:600px) {
      .top-line__block_buttons-center .top-line__buttons {
          grid-template-columns: 1fr 1fr
      }
  }

  .top-line__block_buttons-center .top-line__buttons .top-line__button {
      margin-left: 0
  }

  @media(max-width:600px) {
      .top-line__block_buttons-center .top-line__buttons .top-line__button {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center
      }
  }

  .top-line__block_buttons-center .top-line__burger {
      position: absolute;
      right: 1rem;
      top: 10px
  }

  .top-line__block_buttons-center .top-line__top-navigation {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      margin: 0;
      order: 3
  }

  .top-line__logo {
      width: 225px;
      z-index: 1000
  }

  .top-line__top-navigation .bonus-nav {
      display: none
  }

  @media(max-width:800px) {
      .top-line__top-navigation .bonus-nav {
          display: grid
      }
  }

  .top-line__top-navigation .menu-item {
      margin-bottom: 0
  }

  @media(max-width:800px) {
      .top-line__top-navigation {
          background-color: var(--primary-nav-background-mobile);
          left: 0;
          margin: 0 0 0 auto;
          max-width: calc(100% - 58px);
          position: absolute;
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
          width: 100%
      }

      .top-line__top-navigation.showed {
          -webkit-transform: translateX(0);
          transform: translateX(0)
      }
  }

  .top-line__buttons {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%
  }

  .top-line .top-line__button,
  .top-line__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }

  .top-line .top-line__button {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      align-items: center;
      background: var(--background);
      border-radius: 7px;
      color: var(--color);
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin: 0 0 0 1rem;
      padding: 10px;
      position: relative;
      -webkit-transition: all .25s;
      transition: all .25s;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content
  }

  @media(max-width:600px) {
      .top-line .top-line__button {
          width: auto
      }
  }

  .top-line .top-line__button:focus,
  .top-line .top-line__button:hover {
      background: var(--background-hover);
      color: var(--color-hover)
  }

  .top-line .top-line__button .buttons-block__item-icon {
      background-repeat: no-repeat;
      margin-left: 5px;
      margin-right: unset;
      width: 15px
  }

  .top-navigation__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      margin: 0 -1rem;
      padding-left: 0
  }

  @media(max-width:800px) {
      .top-navigation__list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 0;
          padding-bottom: 8px
      }
  }

  .top-navigation__list>li {
      list-style: none;
      margin-bottom: 0
  }

  @media(max-width:800px) {
      .top-navigation__list>li {
          border-bottom: 1px solid var(--panels-color);
          width: 100%
      }
  }

  .top-navigation__list>li a {
      color: var(--navigation-color);
      display: block;
      font-size: 1rem;
      font-weight: 400;
      margin: 0 1rem;
      position: relative;
      text-decoration: none;
      z-index: 1000
  }

  @media(max-width:800px) {
      .top-navigation__list>li a {
          color: var(--primary-nav-color-mobile);
          display: inline-block;
          margin: 0;
          padding: .5rem 1rem
      }
  }

  .top-navigation__list>li a:active,
  .top-navigation__list>li a:focus,
  .top-navigation__list>li a:hover {
      color: var(--accent-color)
  }

  .top-navigation .menu-item-has-children {
      position: relative
  }

  @media(min-width:800px) {
      .top-navigation .menu-item-has-children:hover a {
          color: var(--accent-color)
      }

      .top-navigation .menu-item-has-children:hover .sub-menu {
          height: auto;
          opacity: 1;
          padding: .5rem;
          pointer-events: auto
      }

      .top-navigation .menu-item-has-children:hover:after {
          color: var(--accent-color);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg)
      }

      .top-navigation .menu-item-has-children:hover:before {
          height: 100%
      }
  }

  .top-navigation .menu-item-has-children.active a {
      color: var(--accent-color)
  }

  @media(max-width:800px) {
      .top-navigation .menu-item-has-children.active a {
          color: var(--primary-nav-color-mobile)
      }
  }

  .top-navigation .menu-item-has-children.active .sub-menu {
      height: auto;
      opacity: 1;
      padding: .5rem;
      pointer-events: auto
  }

  .top-navigation .menu-item-has-children.active:after {
      color: var(--accent-color);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg)
  }

  @media(max-width:800px) {
      .top-navigation .menu-item-has-children.active:after {
          color: var(--primary-nav-color-mobile)
      }
  }

  .top-navigation .menu-item-has-children.active:before {
      height: 100%
  }

  .top-navigation .menu-item-has-children:after {
      color: var(--navigation-color);
      content: "❮";
      font-size: 10px;
      position: absolute;
      right: 5px;
      top: 5px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg)
  }

  @media(max-width:800px) {
      .top-navigation .menu-item-has-children:after {
          color: #000;
          font-size: 15px;
          right: 15px;
          top: 10px
      }
  }

  .top-navigation .menu-item-has-children:before {
      content: "";
      cursor: pointer;
      height: 0;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%
  }

  .top-navigation .sub-menu {
      background-color: #fff;
      border-radius: 7px;
      -webkit-box-shadow: var(--main-shadow);
      box-shadow: var(--main-shadow);
      left: 50%;
      margin: 0;
      opacity: 0;
      padding: 12px 15px;
      pointer-events: none;
      position: absolute;
      top: calc(100% + 15px);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all .25s;
      transition: all .25s;
      width: 200px;
      z-index: 1000
  }

  @media(max-width:800px) {
      .top-navigation .sub-menu {
          background-color: var(--primary-nav-background-mobile);
          -webkit-box-shadow: none;
          box-shadow: none;
          height: 0;
          left: 0;
          padding: 0;
          position: relative;
          top: 0;
          -webkit-transform: none;
          transform: none;
          -webkit-transition: all 0ms;
          transition: all 0ms
      }
  }

  .top-navigation .sub-menu li {
      border-bottom: none;
      list-style: none
  }

  .top-navigation .sub-menu li a {
      border-bottom: 1px solid #e3e3e3;
      color: #000;
      font-size: .9rem;
      font-weight: 400;
      padding: 7px
  }

  .top-navigation .sub-menu li a:active,
  .top-navigation .sub-menu li a:focus,
  .top-navigation .sub-menu li a:hover {
      color: var(--accent-color)
  }

  @media(max-width:800px) {
      .top-navigation .sub-menu li a {
          border-bottom: none;
          padding: 5px 1rem
      }
  }

  .sub-navigation-toggler {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      fill: var(--burger-cross);
      align-items: center;
      border: none;
      display: none;
      height: 27px;
      justify-content: center;
      width: 27px
  }

  @media(max-width:800px) {
      .sub-navigation-toggler {
          background: var(--burger-background);
          border-radius: 5px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 40px;
          position: relative;
          width: 40px;
          z-index: 2000
      }
  }

  .sub-navigation-toggler svg path {
      -webkit-transition: all .25s;
      transition: all .25s
  }

  .sub-navigation-toggler.pushed svg path:first-of-type {
      -webkit-transform: translateX(160px) rotate(45deg);
      transform: translateX(160px) rotate(45deg)
  }

  .sub-navigation-toggler.pushed svg path:nth-of-type(2) {
      display: none
  }

  .sub-navigation-toggler.pushed svg path:nth-of-type(3) {
      -webkit-transform: translateX(-210px) translateY(130px) rotate(-45deg);
      transform: translateX(-210px) translateY(130px) rotate(-45deg)
  }

  .content-button {
      word-wrap: normal;
      background: var(--button-background-color);
      border: var(--button-border-color);
      border-radius: var(--button-border-radius);
      color: var(--button-color);
      cursor: pointer;
      display: inline-block;
      font-size: 1.1875rem;
      font-weight: 600;
      padding: .8rem 2rem;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all .25s;
      transition: all .25s
  }

  @media(max-width:1000px) {
      .content-button {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center
      }
  }

  .content-button:focus,
  .content-button:hover {
      background: var(--button-hover-background-color);
      border: var(--button-hover-border-color);
      color: var(--button-hover-color)
  }

  .content-button.no_arrow {
      padding: 10px
  }

  .content-button.no_arrow:after {
      display: none
  }

  .content-block {
      background-blend-mode: multiply;
      background-position: 50% !important;
      background-repeat: no-repeat !important;
      background-size: 100% 100% !important;
      padding: 1.5rem 0
  }

  .content-block_no-vertical-padding {
      padding: 0
  }

  .content-block_padding {
      padding: 6rem 0
  }

  @media(max-width:600px) {
      .content-block_padding {
          padding: 1.5rem 0
      }
  }

  .wp-block-columns {
      margin-bottom: 0;
      margin-top: 0
  }

  .wp-block-columns .wp-block-column:not(:first-child) {
      margin-left: 1rem
  }

  .copy-bonus {
      margin: 1rem 0
  }

  .copy-bonus__block {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      background: var(--main-gradient);
      border-radius: 7px;
      -webkit-box-shadow: var(--main-shadow);
      box-shadow: var(--main-shadow);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      padding: .5rem;
      width: auto
  }

  .copy-bonus__image {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      background-color: #fff;
      border-radius: 5px;
      -webkit-box-shadow: var(--main-shadow);
      box-shadow: var(--main-shadow);
      -ms-flex: 1 1 250px;
      flex: 1 1 250px;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: .5rem;
      overflow: hidden
  }

  .copy-bonus__image,
  .copy-bonus__image img {
      -webkit-box-pack: center;
      -webkit-box-align: center;
      -webkit-box-flex: 1;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center
  }

  .copy-bonus__image img {
      -ms-flex-positive: 1;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      flex-grow: 1;
      -o-object-fit: contain;
      object-fit: contain
  }

  .copy-bonus__type {
      background-color: var(--accent-color);
      color: #fff;
      font-size: 1.2rem;
      font-weight: 600;
      padding: 1rem 0;
      text-align: center;
      width: 100%
  }

  .copy-bonus__content {
      -webkit-box-flex: 1;
      background-color: #fff;
      border-radius: 5px;
      -webkit-box-shadow: var(--main-shadow);
      box-shadow: var(--main-shadow);
      -ms-flex: 1 1 300px;
      flex: 1 1 300px;
      margin: .5rem;
      padding: 1rem
  }

  .copy-bonus__text {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5
  }

  .copy-bonus__title {
      border: 2px solid #f1f1f1;
      border-radius: 5px;
      display: block;
      padding: .5rem 0;
      text-align: center
  }

  .copy-bonus__value {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #f1f1f1;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      margin-top: 1rem;
      padding: .5rem
  }

  .copy-bonus__value:hover .copy {
      color: var(--accent-color)
  }

  .copy-bonus__value .value {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 1.4rem;
      font-weight: 600;
      text-align: center
  }

  .copy-bonus__value .copy {
      border: none;
      cursor: pointer;
      font-size: 25px;
      font-weight: 600;
      padding: 0 10px
  }

  .copy-bonus__link {
      margin-top: 1rem;
      width: 100%
  }

  .table-of-contents {
      margin: 1rem 0
  }

  .table-of-contents__wrapper {
      background-color: #fff;
      border-radius: 7px;
      -webkit-box-shadow: var(--main-shadow);
      box-shadow: var(--main-shadow);
      max-width: 500px;
      padding: 1rem;
      width: 100%
  }

  .table-of-contents__list {
      margin-top: 1rem;
      padding-left: 1rem
  }

  .table-of-contents__list.closed {
      max-height: 80px;
      overflow: hidden;
      position: relative
  }

  .table-of-contents__list.closed:after {
      bottom: 0;
      -webkit-box-shadow: inset 0 -31px 16px -16px #fff;
      box-shadow: inset 0 -31px 16px -16px #fff;
      content: "";
      height: 60px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 10
  }

  .table-of-contents__item {
      list-style: decimal
  }

  .table-of-contents__item::marker {
      font-size: .9rem;
      font-weight: 300
  }

  .table-of-contents__item:not(:first-of-type) {
      margin-top: .8rem
  }

  .table-of-contents__item a {
      color: #000;
      text-decoration: none
  }

  .table-of-contents__toggler {
      background-color: var(--accent-color);
      border: none;
      border-radius: 5px;
      cursor: pointer;
      left: 50%;
      margin-top: 1rem;
      outline: none;
      padding: 4px 0;
      position: relative;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 50px
  }

  .table-of-contents__toggler span {
      display: block;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg)
  }

  .table-of-contents__toggler.active span {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg)
  }

  .wp-block-media-text {
      gap: 1rem
  }

  .wp-block-media-text .wp-block-media-text__content {
      padding: 0
  }

  .wp-block-table {
      margin-bottom: 1rem
  }

  .wp-block-table table {
      border-collapse: collapse
  }

  .wp-block-table .has-fixed-layout {
      table-layout: auto
  }

  .wp-block-table thead {
      background-color: var(--panels-color);
      color: var(--navigation-color)
  }

  .wp-block-table td,
  .wp-block-table th {
      border: 1px solid #d5d5d5;
      height: 50px;
      line-height: 1.4;
      min-width: 200px;
      padding: 1rem
  }

  .wp-block-table tr {
      padding: 1rem
  }

  .breadcrumbs {
      padding: .5rem 0
  }

  .breadcrumbs__list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-start;
      list-style: none;
      margin: 0;
      padding: 0
  }

  .breadcrumbs__item,
  .breadcrumbs__separator {
      font-size: .9rem;
      font-weight: 200;
      margin: 0 .5rem 0 0 !important;
      opacity: .8;
      position: relative
  }

  .breadcrumbs__item a,
  .breadcrumbs__item span,
  .breadcrumbs__separator a,
  .breadcrumbs__separator span {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      text-decoration: none
  }

  .breadcrumbs__separator {
      color: var(--accent-color)
  }

  .breadcrumbs__item:not(:last-child):before {
      bottom: 0;
      color: var(--accent-color);
      content: "›";
      margin: auto;
      position: absolute;
      right: -1rem;
      top: 0
  }

  .breadcrumbs__item:not(:first-child) {
      margin-left: 1rem !important
  }

  .table-content {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 5px;
      -webkit-box-shadow: var(--main-shadow);
      box-shadow: var(--main-shadow);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin: 1.5rem 0;
      max-width: 500px;
      padding: .5rem;
      position: relative
  }

  .table-content .table-content__title {
      color: inherit;
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 0;
      text-align: center
  }

  .table-content__show {
      background: none;
      border: none;
      color: var(--main-accent-bg-color);
      cursor: pointer;
      font-size: 1rem;
      margin-left: 1rem;
      text-decoration: underline
  }

  .table-content__list {
      counter-reset: item;
      font-size: 1rem;
      left: 0;
      margin-top: 1rem;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      width: 100%
  }

  .table-content__list_showed {
      opacity: 1;
      pointer-events: auto;
      position: relative
  }

  .table-content__list ol {
      margin-top: .5rem
  }

  .table-content__list li {
      list-style: none
  }

  .table-content__list li:not(:first-of-type) {
      margin-top: .5rem
  }

  .table-content__list li a {
      color: inherit;
      text-decoration: none;
      -webkit-transition: color .25s;
      transition: color .25s
  }

  .table-content__list li a:hover {
      color: var(--text-main-accent-color)
  }

  .table-content__list .level-1 {
      counter-increment: point;
      counter-reset: sublist
  }

  .table-content__list .level-1:before {
      content: counter(point) ". ";
      display: inline-block
  }

  .table-content__list .level-2 {
      counter-reset: sublist2;
      padding-left: 20px
  }

  .table-content__list .level-2:before {
      content: counter(point) "."counter(sublist) ". ";
      counter-increment: sublist
  }

  .table-content__list .level-3 {
      counter-reset: sublist3;
      padding-left: 20px
  }

  .table-content__list .level-3:before {
      content: counter(point) "."counter(sublist) "."counter(sublist2) ". ";
      counter-increment: sublist2
  }

  .toc-gen {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #b9b9b9;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 1rem 0;
      max-width: 500px;
      padding: .5rem;
      position: relative
  }

  .toc-gen .toc-gen__title {
      color: inherit;
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 0;
      text-align: center
  }

  .toc-gen__show {
      background: none;
      border: none;
      color: var(--main-accent-bg-color);
      cursor: pointer;
      font-size: 1rem;
      margin-left: 1rem;
      text-transform: capitalize
  }

  .toc-gen__list {
      counter-reset: item;
      font-size: 1rem;
      left: 0;
      margin-top: 1rem;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      width: 100%
  }

  .toc-gen__list_showed {
      opacity: 1;
      pointer-events: auto;
      position: relative
  }

  .toc-gen__list li {
      list-style: none
  }

  .toc-gen__list li:not(:first-of-type) {
      margin-top: .5rem
  }

  .toc-gen__list li a {
      color: inherit;
      margin-left: 10px;
      text-decoration: none;
      -webkit-transition: color .25s;
      transition: color .25s
  }

  .toc-gen__list li a:hover {
      color: var(--text-main-accent-color)
  }

  .toc-gen__list .level-1 {
      counter-increment: point;
      counter-reset: sublist
  }

  .toc-gen__list .level-1:before {
      content: counter(point) ". ";
      display: inline-block
  }

  .toc-gen__list .level-2 {
      counter-reset: sublist2;
      margin-top: .5rem;
      padding-left: 15px
  }

  .toc-gen__list .level-2:before {
      content: counter(point) "."counter(sublist) ". ";
      counter-increment: sublist
  }

  .toc-gen__list .level-3 {
      counter-reset: sublist3;
      margin-top: .5rem;
      padding-left: 15px
  }

  .toc-gen__list .level-3:before {
      content: counter(point) "."counter(sublist) "."counter(sublist2) ". ";
      counter-increment: sublist2
  }

  .buttons-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      margin: 1rem -1rem
  }

  @media(max-width:1000px) {
      .buttons-block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column
      }
  }

  .buttons-block__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 1rem
  }

  @media(max-width:1000px) {
      .buttons-block__item:not(:last-child) {
          margin-bottom: 1rem
      }
  }

  .buttons-block__item-icon {
      aspect-ratio: 1/1;
      background-position: 50%;
      background-size: contain;
      margin-right: 5px;
      width: 25px
  }

  .gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style: none;
      margin: 2.5rem 0
  }

  .gallery__item {
      margin: 10px;
      padding-left: 0;
      position: relative;
      width: calc(100% - 20px)
  }

  .gallery__item a {
      height: 100%;
      position: absolute;
      width: 100%
  }

  .gallery__item:after {
      content: none
  }

  .gallery__item_col-5 {
      width: calc(20% - 20px)
  }

  .gallery__item_col-4 {
      width: calc(25% - 20px)
  }

  .gallery__item_col-3 {
      width: calc(33.33333% - 20px)
  }

  .gallery__item_col-2 {
      width: calc(50% - 20px)
  }

  @media(max-width:1100px) {
      .gallery__item_col-5 {
          width: calc(25% - 20px)
      }
  }

  @media(max-width:900px) {

      .gallery__item-col-4,
      .gallery__item_col-5 {
          width: calc(33.33333% - 20px)
      }
  }

  @media(max-width:700px) {

      .gallery__item_col-3,
      .gallery__item_col-4,
      .gallery__item_col-5 {
          width: calc(50% - 20px)
      }
  }

  @media(max-width:500px) {

      .gallery__item_col-2,
      .gallery__item_col-3,
      .gallery__item_col-4,
      .gallery__item_col-5 {
          width: calc(100% - 20px)
      }
  }

  .video_local,
  .video_site {
      aspect-ratio: 16/9;
      width: 100%
  }

  .video_local video {
      width: 100%
  }

  .video__container {
      height: 0;
      padding-bottom: 56%;
      position: relative
  }

  .video__preview {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
  }

  .video__preview .image-item {
      height: 100%;
      overflow: hidden;
      width: 100%
  }

  .video__preview .image-item img {
      height: 100%
  }

  .video__button {
      background: none;
      border: none;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
  }

  .video__button-shape {
      fill: #212121;
      fill-opacity: .8
  }

  .video__button-icon {
      fill: #fff
  }

  .video__button:focus {
      outline: none
  }

  .video__button:focus .video__button-shape,
  .video__button:hover .video__button-shape {
      fill: red;
      fill-opacity: 1
  }

  .video__button:hover {
      cursor: pointer
  }

  .video__media {
      border: none;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
  }

  :root {
      --offsets: 1rem;
      --panels-color: #090f1e;
      --burger-background: rgb(4, 108, 217);
      --burger-cross: #fff;
      --gradient-start: #192338;
      --gradient-middle: #34C974;
      --gradient-end: #192338;
      --main-gradient: linear-gradient(272.26deg, var(--gradient-start) 4.55%, var(--gradient-end) 100%);
      --main-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
      --accent-color: #046cd9;
      --links-color: #046cd9;
      --accent-gradient: linear-gradient(94.21deg, var(--accent-color) 22.88%, rgba(255, 255, 255, 0) 103.37%);
      --navigation-color: #ffffff;
      --button-color: #ffffff;
      --button-hover-color: #bbdde8;
      --button-background-color: #046cd9;
      --button-hover-background-color: #046cd9;
      --button-border-color: none;
      --button-hover-border-color: none;
      --button-border-radius: 10px;
      --primary-nav-background-mobile: #0855c4;
      --primary-nav-color-mobile: #ffffff;
  }

.links-block__nav {
    max-width: 300px
}

.links-block__item {
    list-style: none;
    margin: 1rem 0
}

.links-block__item:last-of-type {
    margin-bottom: 0
}

.links-block img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 40px
}

.links-block__title {
    color: #000;
    display: inline-block;
    font-size: .9rem;
    font-weight: 600;
    margin-left: 5px;
    width: 100%
}

.links-block__list {
    margin-bottom: 0;
    padding-left: 0
}

.links-block__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--background-color);
    border-radius: 7px;
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    color: var(--color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 10px 50px 10px 5px;
    position: relative;
    text-decoration: none
}

.links-block__link:active,
.links-block__link:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5)
}

.links-block__link:active:after,
.links-block__link:hover:after {
    width: 40px
}

.links-block__link:after {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: var(--accent-color);
    border-radius: 4px;
    color: var(--background-color);
    content: "â®";
    font-size: 10px;
    height: calc(100% - 10px);
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .25s;
    transition: all .25s;
    width: 20px
}

.links-block__link:after,
.rating-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rating-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rating-block__stars {
    font-size: 18px
}

.rating-block__stars span {
    color: #ffba33
}

.rating-block__stars span:not(:first-of-type) {
    margin-left: 3px
}

.rating-block__value {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
    margin-top: 3px
}

.list-table {
    margin: 1rem 0
}

@media(max-width:900px) {
    .list-table__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px
    }
}

.list-table__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    overflow: hidden
}

.list-table__row:not(:first-of-type) {
    margin-top: 10px
}

@media(max-width:900px) {
    .list-table__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px;
        padding-bottom: 1rem;
        width: calc(50% - 20px)
    }
}

@media(max-width:600px) {
    .list-table__row {
        width: calc(100% - 20px)
    }
}

.list-table__row:first-of-type .list-table__counter {
    background-color: #ff7c33
}

.list-table__row:nth-of-type(2) .list-table__counter {
    background-color: #ffba33
}

.list-table__row:nth-of-type(3) .list-table__counter {
    background-color: #33b63c
}

.list-table__counter {
    -ms-flex-item-align: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: stretch;
    background-color: #383d3f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    justify-content: center;
    min-height: 100%;
    min-width: 45px
}

@media(max-width:900px) {
    .list-table__counter {
        min-height: 45px;
        width: 100%
    }
}

.list-table__icon {
    max-width: 200px;
    min-width: 200px;
    padding: 0 1rem;
    text-align: center
}

.list-table__icon img {
    max-width: 70%;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:900px) {
    .list-table__icon {
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 1rem;
        width: 100%
    }

    .list-table__icon img {
        max-width: 50%
    }
}

@media(max-width:600px) {
    .list-table__icon img {
        max-width: 70%
    }
}

.list-table__info {
    min-width: 450px;
    padding: 1rem
}

@media(max-width:900px) {
    .list-table__info {
        min-width: auto;
        padding: 1rem;
        width: 100%
    }

    .list-table__rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-item-align: center;
        align-self: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }
}

.list-table__highlights {
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 10px
}

.list-table__highlights-title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px
}

.list-table__highlights-item:not(:last-of-type) {
    margin-bottom: 8px
}

.list-table__highlights-item {
    font-size: 14px;
    padding-left: 5px
}

.list-table__highlights-item::marker {
    color: var(--accent-color);
    content: "+"
}

.list-table__text {
    margin-top: 5px
}

.list-table__text>:not(:last-child) {
    margin: 0 0 1rem !important
}

@media(max-width:900px) {
    .list-table__text {
        padding: 0 20px
    }
}

.list-table__bonus-title {
    font-size: 1.1rem;
    margin-top: .7rem
}

@media(max-width:900px) {
    .list-table__bonus-title {
        padding: 0 1rem;
        text-align: center
    }
}

.list-table__bonus-subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-top: .7rem
}

@media(max-width:900px) {
    .list-table__bonus-subtitle {
        padding: 0 1rem;
        text-align: center
    }
}

.list-table__description {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    min-width: 300px;
    padding: 0 1rem
}

@media(max-width:900px) {
    .list-table__description {
        padding: 0 1rem;
        text-align: center;
        width: 100%
    }
}

.list-table__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    margin-left: auto;
    max-width: 200px;
    padding: 0 1rem;
    width: 100%
}

@media(max-width:900px) {
    .list-table__control {
        margin-top: 1rem;
        max-width: none
    }
}

.list-table__action-button {
    width: 100%
}

.list-table__read-button {
    color: #000;
    padding-right: 10px;
    position: relative;
    text-decoration: none
}

.list-table__read-button:active,
.list-table__read-button:focus,
.list-table__read-button:hover {
    color: var(--accent-color)
}

.list-table__read-button:active:after,
.list-table__read-button:focus:after,
.list-table__read-button:hover:after {
    color: var(--accent-color);
    -webkit-transform: translateY(-50%) rotateY(180deg) translateX(-2px);
    transform: translateY(-50%) rotateY(180deg) translateX(-2px)
}

.list-table__read-button:after {
    color: #000;
    content: "â®";
    font-size: 12px;
    font-size: 300;
    position: absolute;
    right: 0;
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
    -webkit-transition: all .25s;
    transition: all .25s
}

.bonus-block__image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.bonus-block__image img {
    max-width: 80%;
    -o-object-fit: contain;
    object-fit: contain
}

.bonus-block__text {
    font-size: 1.4rem;
    margin-top: 1.5rem
}

@media(max-width:900px) {
    .bonus-block__text {
        text-align: center
    }
}

.bonus-block__action-button {
    margin-top: 1.5rem
}

.bonus-block__read-button {
    color: #000;
    display: block;
    font-size: 1.1rem;
    margin-top: 1rem;
    text-align: center
}

.bonus-single {
    display: inline-block;
    width: auto
}

.bonus-single__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 2rem
}

.bonus-single__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 300px;
    padding: .5rem 1.5rem
}

@media(max-width:600px) {
    .bonus-single__content {
        max-width: 100%;
        padding: 0
    }
}

.bonus-single__text {
    -webkit-box-flex: 1;
    border-left: 1px solid #d5d5d5;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    padding: .5rem 1.5rem
}

@media(max-width:900px) {
    .bonus-single__text {
        -webkit-box-flex: 1;
        border-left: none;
        border-top: 1px solid #d5d5d5;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-top: 1rem;
        padding: 1rem 0 0
    }
}

.bonus-single__text>:not(:first-child) {
    margin-top: 1.5rem
}

.faq-items {
    margin: 1rem 0
}

.faq-items__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    grid-gap: 14px;
    align-items: start;
    display: grid
}

.faq-items__block.columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

@media(max-width:900px) {
    .faq-items__block.columns-3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:600px) {
    .faq-items__block.columns-3 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.faq-items__item {
    border-radius: 5px;
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    padding: 1.8rem 1rem
}

.faq-items__question {
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    list-style-type: none;
    padding-left: 50px;
    position: relative
}

.faq-items__question:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--accent-gradient);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 25px;
    content: "?";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 50px;
    justify-content: center;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq-items__answer {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 2rem
}

.faq-items__answer>:not(:first-child) {
    margin-top: 1rem
}

.posts-items {
    margin: 1rem 0
}

.posts-items__block {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width:900px) {
    .posts-items__block {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:750px) {
    .posts-items__block {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:600px) {
    .posts-items__block {
        grid-template-columns: repeat(1, 1fr)
    }
}

.posts-items__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 3px;
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center
}

.posts-items__image {
    padding-bottom: 55%;
    position: relative
}

.posts-items__image img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.posts-items__title {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0 .5rem;
    position: relative
}

.posts-items__title:before {
    background: var(--accent-gradient);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 25px;
    content: "";
    display: block;
    height: 100%;
    left: .4rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: -1
}

.posts-items__description {
    font-size: 1rem;
    line-height: 1.4;
    margin: 1rem 0;
    padding: 0 1rem
}

.posts-items__link {
    font-size: 1.1rem;
    margin: auto auto 1rem;
    width: 80%
}

.user-badge {
    margin: 1rem 0
}

.user-badge__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    color: #0c0c0c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    max-width: 560px;
    overflow: hidden;
    text-decoration: none
}

@media(max-width:500px) {
    .user-badge__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.user-badge__avatar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--accent-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: .7rem;
    width: 30%
}

.user-badge__avatar img {
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:500px) {
    .user-badge__avatar {
        width: 100%
    }

    .user-badge__avatar img {
        max-width: 50%
    }
}

.user-badge__info {
    padding: .7rem;
    width: 70%
}

.user-badge__role {
    font-size: 1rem;
    font-weight: 300
}

.user-badge__name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: .7rem
}

.user-badge__description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: .5rem
}

.user-badge__subtext {
    font-size: 1rem;
    font-weight: 300;
    margin-top: .7rem
}

.post-previews {
    margin: 1rem 0
}

.post-previews__block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width:950px) {
    .post-previews__block {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:750px) {
    .post-previews__block {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:550px) {
    .post-previews__block {
        grid-template-columns: repeat(1, 1fr)
    }
}

.post-previews__item {
    border-radius: 5px;
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    -webkit-transition: all .25s;
    transition: all .25s
}

.post-previews__item:hover {
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.post-previews__link {
    color: #000;
    text-decoration: none
}

.post-previews__image {
    padding-bottom: 55%;
    position: relative
}

.post-previews__image img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.post-previews__image:after {
    background-color: var(--main-gradient);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-previews__title {
    margin-top: 1rem;
    padding: 0 .5rem 1rem;
    position: relative
}

.post-previews__title:after {
    background-color: var(--accent-color);
    bottom: 0;
    content: "";
    height: 3px;
    left: .5rem;
    position: absolute;
    width: 70px
}

.post-previews__description {
    line-height: 1.5;
    margin-top: .5rem;
    padding: .5rem .5rem 1rem
}

.bottom-line {
    background-color: var(--panels-color);
    color: var(--navigation-color);
    line-height: 1.5;
    margin-top: 1rem;
    padding-bottom: 2rem
}

.bottom-line__section {
    border-top: 2px solid #fff;
    padding-top: 1rem
}

.bottom-line__block {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width:900px) {
    .bottom-line__block {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:750px) {
    .bottom-line__block {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:550px) {
    .bottom-line__block {
        grid-template-columns: repeat(1, 1fr)
    }
}

.bottom-line__item>:not(:last-child) {
    margin-bottom: 1rem
}

.bottom-line__item ul li {
    list-style: none
}

.bottom-line__item ul li:not(:last-child, .wp-social-link) {
    margin-bottom: 1rem
}

.bottom-line__item ul li a {
    color: var(--navigation-color);
    display: inline-block;
    text-decoration: none
}

.bottom-line__item ul li a:hover {
    color: var(--accent-color)
}

.bottom-line__item li:last-of-type,
.bottom-line__item p:last-of-type {
    margin-bottom: 0
}

.bottom-line .menu {
    margin-bottom: 0;
    padding-left: 0
}

.bottom-line .menu li {
    margin-bottom: 0
}

.line-menu {
    padding: 1rem 0
}

.line-menu__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -1rem
}

.line-menu li {
    list-style: none;
    margin: 1rem;
    padding: 0
}

.line-menu a {
    color: var(--accent-color);
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none
}

.social-list__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.social-list__block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -.5rem
}

.social-list__item {
    margin: .5rem
}

.social-list .social-list__link {
    display: block;
    height: 30px;
    margin-bottom: 0;
    width: 30px
}

.social-list .social-list__link img {
    -o-object-fit: contain;
    object-fit: contain
}

.wp-block-social-links {
    margin-bottom: 0
}

.wp-block-social-links .wp-block-social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
    margin-bottom: 0
}

.category-text,
.image-links {
    margin: 1rem 0
}

.image-links__block {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr)
}

@media(max-width:750px) {
    .image-links__block {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:550px) {
    .image-links__block {
        grid-template-columns: repeat(1, 1fr)
    }
}

.image-links__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 7px;
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.image-links__image {
    padding-bottom: 55%;
    position: relative
}

.image-links__image img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.image-links__title {
    font-size: 1.5rem;
    margin-top: 1rem
}

.image-links__text,
.image-links__title {
    line-height: 1.5;
    padding: 0 1rem;
    text-align: center
}

.image-links__text {
    font-size: 1.1rem;
    margin: 1rem 0
}

.image-links__link {
    margin: 1rem
}

.description-list {
    margin: 1rem 0 0
}

.description-list__title {
    font-size: 1.4rem;
    font-weight: 600
}

.description-list__title:not(:first-of-type) {
    margin-top: 1.5rem
}

.description-list__content {
    font-size: 1.1rem;
    font-weight: 300;
    margin: 1rem 0 0
}

.howto {
    margin: 1rem 0
}

.howto__description {
    margin-bottom: 2rem
}

.howto__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.howto__block,
.howto__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.howto__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start
}

.howto__item.col-4 {
    width: 25%
}

@media(max-width:1050px) {
    .howto__item.col-4 {
        width: 33.3333333333%
    }
}

@media(max-width:800px) {
    .howto__item.col-4 {
        width: 50%
    }
}

@media(max-width:550px) {
    .howto__item.col-4 {
        width: 100%
    }
}

.howto__item.col-3 {
    width: 33.3333333333%
}

@media(max-width:800px) {
    .howto__item.col-3 {
        width: 50%
    }
}

@media(max-width:550px) {
    .howto__item.col-3 {
        width: 100%
    }
}

.howto__item.col-2 {
    width: 50%
}

@media(max-width:550px) {
    .howto__item.col-2 {
        width: 100%
    }
}

.howto__item.col-1 {
    width: 100%
}

.howto__item_horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin: 1rem 0;
    width: 100%
}

@media(max-width:750px) {
    .howto__item_horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.howto__item_horizontal>* {
    width: 50%
}

@media(max-width:750px) {
    .howto__item_horizontal>* {
        width: 100%
    }
}

.step__title {
    font-size: 1.3rem;
    font-weight: 600
}

.step__button {
    margin-top: 2rem
}

.step__image {
    text-align: center
}

div.wpforms-container-full {
    margin: 2rem auto;
    max-width: calc(1100px - 2rem);
    padding: 0 1rem
}

.author-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin: 1rem 0;
    padding: 1rem
}

@media(max-width:600px) {
    .author-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .author-info__avatar {
        min-width: 100%;
        text-align: center
    }
}

.author-info__avatar img {
    max-width: 170px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.author-info__content {
    margin-left: 1rem
}

@media(max-width:600px) {
    .author-info__content {
        margin-left: 0;
        margin-top: 2rem;
        width: 100%
    }
}

.author-info__title {
    font-size: 1.5rem
}

.author-info__description {
    margin-top: 1rem
}

.author-info__social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-top: 2rem
}

.author-info__social li {
    list-style: none;
    max-width: 40px
}

.author-info__social li:not(:first-of-type) {
    margin-left: 1rem
}

.author-info__social li img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.buttons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem -1rem
}

@media(max-width:1000px) {
    .buttons-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.buttons-block__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1rem
}

@media(max-width:1000px) {
    .buttons-block__item:not(:last-child) {
        margin-bottom: 1rem
    }
}

.buttons-block__item-icon {
    aspect-ratio: 1/1;
    background-position: 50%;
    background-size: contain;
    margin-right: 5px;
    width: 25px
}

.to-top-button {
    background: var(--accent-color);
    border: none;
    border-radius: 5px;
    bottom: 10px;
    color: var(--navigation-color);
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 20px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 10px;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s;
    width: 30px
}

@media(max-width:1000px) {
    .to-top-button {
        height: 40px;
        width: 40px
    }
}

.to-top-button.active {
    opacity: .6;
    pointer-events: auto
}

.comment-form {
    margin-top: 2rem
}

.comment-form-footer {
    margin: 3rem 0
}

.comment-form__form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px -10px -10px;
    max-width: 700px
}

.comment-form__field {
    background: transparent;
    border: 1px solid var(--accent-color);
    border-radius: 5px;
    color: var(accent-color);
    font-size: 1rem;
    font-weight: 300;
    outline: none;
    padding: 10px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.comment-form__field::-webkit-input-placeholder {
    color: var(accent-color)
}

.comment-form__field::-moz-placeholder {
    color: var(accent-color)
}

.comment-form__field:-ms-input-placeholder {
    color: var(accent-color)
}

.comment-form__field::-ms-input-placeholder {
    color: var(accent-color)
}

.comment-form__field::placeholder {
    color: var(accent-color)
}

.comment-form__field:active,
.comment-form__field:focus,
.comment-form__field:hover {
    border: 1px solid var(accent-color)
}

.comment-form__field.error {
    background-color: rgba(220, 53, 69, .05);
    border: 1px solid #dc3545
}

.comment-form__input {
    margin: 10px;
    width: calc(50% - 20px)
}

@media(max-width:500px) {
    .comment-form__input {
        width: calc(100% - 20px)
    }
}

.comment-form__textarea {
    margin: 10px;
    min-height: 100px;
    width: calc(100% - 20px)
}

.comment-form__button {
    margin: 10px
}

@media(max-width:500px) {
    .comment-form__button {
        width: calc(100% - 20px)
    }
}

.comment-form__alert {
    -ms-flex-item-align: center;
    align-self: center;
    color: #000;
    font-size: .8rem;
    font-weight: 300;
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

@media(max-width:500px) {
    .comment-form__alert {
        display: block;
        text-align: center;
        width: calc(100% - 20px)
    }
}

.comment-form__alert.error {
    color: #dc3545;
    opacity: 1
}

.comment-form__alert.success {
    color: #28a745;
    opacity: 1
}

.comments {
    margin: 2rem -10px -10px
}

.comments .comment {
    margin: 2rem 10px 10px;
    padding: 10px;
    position: relative
}

.comments .comment:after {
    background-color: var(--accent-color);
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: .03;
    position: absolute;
    top: 0;
    width: 100%
}

.comments .comment_child {
    margin-left: 2rem
}

.comments .comment__author {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 15px
}

.comments .comment__date {
    font-size: 1rem
}

.comments .comment__content {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 1rem
}

.aside {
    display: none
}

@media(max-width:950px) {
    .aside {
        bottom: 0;
        display: block;
        left: 0;
        padding: 10px;
        position: fixed;
        width: 100%;
        z-index: 4
    }

    .aside .mobile-button {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #010288;
        border-radius: 10px;
        font-family: Arial;
        font-size: 14px;
        font-weight: 700;
        justify-content: space-between;
        padding: 10px
    }

    .aside .mobile-button,
    .aside .mobile-button__info,
    .aside .mobile-button__info-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .aside .mobile-button__info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 10px
    }

    .aside .mobile-button__info-logo {
        height: 40px;
        width: 40px
    }

    .aside .mobile-button__present {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBmaWxsPSIjRkQ5OTM2Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuNSAwQTIuNSAyLjUgMCAwIDAgMiAyLjV2LjI4NmMwIC40NDguMTMzLjg2NS4zNjIgMS4yMTRIMS41QTEuNSAxLjUgMCAwIDAgMCA1LjV2MUExLjUgMS41IDAgMCAwIDEuNSA4SDdWNGgxdjRoNS41QTEuNSAxLjUgMCAwIDAgMTUgNi41di0xQTEuNSAxLjUgMCAwIDAgMTMuNSA0aC0uODYyYy4yMjktLjM0OS4zNjItLjc2Ni4zNjItMS4yMTRWMi41QTIuNSAyLjUgMCAwIDAgMTAuNSAwYy0xLjI3MyAwLTIuMzg4LjY4LTMgMS42OTZBMy40OTggMy40OTggMCAwIDAgNC41IDBaTTggNGgyLjc4NkMxMS40NTYgNCAxMiAzLjQ1NiAxMiAyLjc4NlYyLjVBMS41IDEuNSAwIDAgMCAxMC41IDEgMi41IDIuNSAwIDAgMCA4IDMuNVY0Wk03IDRINC4yMTRDMy41NDQgNCAzIDMuNDU2IDMgMi43ODZWMi41QTEuNSAxLjUgMCAwIDEgNC41IDEgMi41IDIuNSAwIDAgMSA3IDMuNVY0WiIvPjxwYXRoIGQ9Ik03IDlIMXYzLjVBMi41IDIuNSAwIDAgMCAzLjUgMTVIN1Y5Wm0xIDZoMy41YTIuNSAyLjUgMCAwIDAgMi41LTIuNVY5SDh2NloiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE1djE1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
        background-repeat: no-repeat;
        height: 15px;
        margin-right: 5px;
        width: 15px
    }

    .aside .mobile-button__btn {
        background: -webkit-gradient(linear, left top, left bottom, from(#fbc187), color-stop(96.15%, #d87615));
        background: linear-gradient(180deg, #fbc187, #d87615 96.15%);
        border-radius: 5px;
        color: #010288;
        padding: 7px 18px;
        text-decoration: none
    }

    .aside .mobile-button__info-title {
        color: #fff;
        font-family: Arial;
        font-size: 14px;
        font-weight: 700
    }

    .aside .mobile-button__info-text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Arial;
        font-size: 12px;
        font-weight: 700
    }

    .aside .mobile-button__control {
        width: 100%
    }
}

.bottom-line__title {
    display: block;
    font-weight: 600;
    margin-bottom: 1rem
}

.app-info__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-info__rating div {
    display: inline-block;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 5px
}

.app-info__rating div span {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 5px;
    text-align: center
}

.app-info__rating span {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 5px;
    text-align: center
}

.bonus-nav {
    background: var(--bonus-nav-bg);
    border-radius: var(--button-border-radius);
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr -webkit-min-content;
    grid-template-columns: 1fr min-content;
    grid-template-rows: auto;
    margin: 16px;
    padding: 0 10px;
    position: relative
}

.bonus-nav.border {
    border: 1px solid #010288
}

.bonus-nav__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: 18px;
    margin-bottom: 5px
}

.bonus-nav__description {
    font-size: 14px;
    letter-spacing: -.3px
}

.bonus-nav__link {
    height: 100%;
    position: absolute;
    width: 100%
}

.bonus-nav__col-1 {
    padding: 10px 0
}

.bonus-nav__col-3 {
    padding: 6px 0
}

.bonus-nav__col-3 .image-item {
    height: 45px;
    width: 45px
}

.bonus {
    background: var(--background-bonus, #f0f8ff);
    border-radius: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    margin: 2rem auto 0;
    max-width: 400px;
    padding: 37px 12px 12px;
    position: relative
}

.bonus-btn {
    text-align: center
}

.bonus .icon {
    background: var(--background-icon-bonus, #fff);
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .7);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .7);
    height: 50px;
    top: 0;
    width: 50px
}

.bonus .icon,
.bonus .icon__inner:after {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bonus .icon__inner:after {
    background: var(--background-img-bonus);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    top: 50%;
    width: 100%;
    z-index: 3
}

.bonus__info {
    color: var(--color-bonus, #000);
    font-size: 1rem;
    font-weight: 400;
    text-align: center
}

.bonus__info-text {
    font-weight: 600
}

.bonus__info-text p {
    margin: 0 !important
}

.bonus__info-text strong {
    color: var(--accent-color);
    font-weight: 700
}

.bonus-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    text-align: center
}

.bonus-buttons,
.bonus-buttons .content-button {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.bonus-buttons .content-button {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    color: var(--button-color-bonus, var(--button-color));
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: center
}

.bonus-buttons .content-button,
.bonus-buttons .content-button:hover {
    background: var(--button-background-color-bonus, var(--button-background-color))
}

.bonus-buttons .content-button:hover {
    color: var(--button-hover-color-bonus)
}

.bonus-buttons .content-button__icon {
    aspect-ratio: 1/1;
    background-position: 50%;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    width: 25px
}

.burger {
    background: var(--burger-bg);
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    margin-left: auto;
    padding: 8px 4px 12px;
    width: 40px
}

.burger span {
    background: var(--burger-color);
    border-radius: 3px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 30px
}

.burger span:before {
    bottom: 10px
}

.burger span:after,
.burger span:before {
    background: var(--burger-color);
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 30px
}

.burger span:after {
    top: 10px
}

.burger-close {
    background: var(--burger-bg-active);
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    margin-left: auto;
    padding: 8px 4px 12px;
    width: 40px
}

.burger-close span {
    background: transparent;
    border-radius: 3px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 30px
}

.burger-close span:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger-close span:after,
.burger-close span:before {
    background: var(--burger-color-active);
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    width: 30px
}

.burger-close span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header {
    background: var(--header-bg-active);
    height: 100%;
    height: auto;
    left: -100%;
    max-width: 360px;
    padding: 16px 16px 24px;
    position: absolute;
    top: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    z-index: 3
}

.header_active {
    left: 0
}

.header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    row-gap: 30px
}

.header__content,
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.header__menu {
    display: block;
    height: 100%;
    width: 100%
}

.header__menu-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    row-gap: 20px
}

.header__menu-container,
.header__menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__menu-container {
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 8px
}

.header__menu-item {
    background: var(--menu-item-bg);
    border-radius: 8px;
    padding: 10px 16px
}

.header__menu-item a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 20px;
    text-decoration: none
}

.header__menu-item a,
.header__menu-item a:hover {
    color: var(--menu-item-color)
}

.header__submenu {
    list-style: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height 1.5s ease-out;
    transition: max-height 1.5s ease-out
}

.header__submenu_active {
    max-height: 800px
}

.header__submenu-item {
    margin-top: 16px;
    opacity: 0;
    padding: 4px 10px 4px 17px;
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out
}

.header__submenu-item_active {
    opacity: 1
}

.header__arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgb3BhY2l0eT0iLjkiPjxtYXNrIGlkPSJhIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjEiPjxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDkwIDIwIC41KSIgZmlsbD0iI0Q5RDlEOSIgZD0iTTIwIC41aDIwdjIwSDIweiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBkPSJtMi4yODkgNi40OTIgMS4xMi0xLjEyTDEwIDExLjk2M2w2LjU5MS02LjU5MSAxLjEyIDEuMTJMMTAgMTQuMjA0IDIuMjg5IDYuNDkyWiIgZmlsbD0iIzA4NTVDNCIvPjwvZz48L2c+PC9zdmc+);
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    width: 20px
}

.header__arrow_active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.languages {
    color: #fff;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative
}

.languages__selected-option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 105px;
    padding: 8px 12px
}

.languages__selected-option img {
    display: inline-block;
    height: 32px;
    width: 32px
}

.languages__selected-option_active {
    background: #090f1e;
    border-radius: 8px 8px 0 0
}

.languages__arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTUgNy41IDUgNSA1LTUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
    background-size: contain;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    width: 20px
}

.languages__arrow_active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.languages__options {
    background: #090f1e;
    border-radius: 0 0 8px 8px;
    display: none;
    list-style-type: none;
    margin: 0;
    min-width: 105px;
    padding: 0 12px;
    position: absolute;
    z-index: 1
}

.languages__options_active {
    display: block
}

.languages__item:not(:last-child) {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.languages__item a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    text-decoration: none;
    width: 100%
}

.languages__item img {
    display: inline-block;
    height: 32px;
    width: 32px
}

.header-btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.header-btns__item.content-button {
    background: var(--background);
    border-radius: 7px;
    color: var(--color);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.header-btns__item.content-button:hover {
    background: var(--background-hover);
    color: var(--color-hover)
}

.header-content {
    background: var(--header-content-bg);
    border-bottom: 6px solid var(--header-content-border);
    padding: 16px 0;
    position: relative;
    right: 0;
    -webkit-transition: right 2s ease;
    transition: right 2s ease
}

.header-content_active {
    right: -60px;
    -webkit-transition: right 1.5s ease;
    transition: right 1.5s ease
}

.header-content .top-line__logo {
    z-index: 1
}

.header-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.header-wrapper {
    background: var(--header-content-bg);
    border-bottom: 6px solid var(--border-under-header)
}