:root {
  --content-font: 16px;
}
@media screen and (max-width: 1023px) {
  :root {
    --content-font: 14px;
  }
}
:root {
  --ue: 1rem;
  --ue-strong: var(--ue);
  --ue-weak: var(--ue);
}
@media screen and (max-width: 1280px) {
  :root {
    --ue-strong: calc(var(--ue) * 0.8);
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --ue-strong: calc(var(--ue) * 0.6);
    --ue-weak: calc(var(--ue) * 0.8);
  }
}
.container {
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 428px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.font-adjust {
  position: relative;
  top: -0.08em;
}
.font-adjust-w span {
  position: relative;
  top: -0.08em;
}
.radius-inner {
  border-radius: calc(0 - (0.5 * 0));
}
h1,
.h1 {
  margin: 0;
  margin-bottom: calc(var(--ue-strong) * 3);
  text-transform: none;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #333;
}
@media screen and (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  h1,
  .h1 {
    font-size: 1.8rem;
  }
}
h2,
.h2 {
  font-weight: bold;
  margin: 1.5rem 0 1rem;
  text-transform: none;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #222;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 428px) {
  h2,
  .h2 {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
}
h3,
.h3 {
  font-weight: bold;
  margin: 1.5rem 0 1rem;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #111;
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    margin-bottom: 0.85rem;
  }
}
@media screen and (max-width: 428px) {
  h3,
  .h3 {
    margin-bottom: 0.75rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 428px) {
  h3,
  .h3 {
    margin-bottom: 0.65rem;
  }
}
.--disabled {
  pointer-events: none;
  opacity: 0.3;
}
.--disabled-button {
  pointer-events: none;
  opacity: 0.3;
  opacity: 0.5;
  background-color: #e5e5e5;
  color: black;
}
.button-height {
  height: 2.2rem;
  line-height: initial;
}
.button-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button {
  height: 2.2rem;
  line-height: initial;
  background-color: #0e0ec8;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  padding: 0 1em;
  cursor: pointer;
}
.button span {
  position: relative;
  top: -0.08em;
}
.button:hover,
.button:focus {
  background-color: #0b0b98;
}
.button .icon {
  color: #fff;
  margin: 0;
  margin-right: 0.8rem;
}
.link-mixin {
  transition: 0.3s;
  text-decoration: none;
}
.link-mixin:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link {
  transition: 0.3s;
  text-decoration: none;
  color: #0e0ec8;
  border-bottom: 1px solid #0e0ec8;
}
.link:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link:hover {
  border-bottom-color: transparent;
}
.link-dashed {
  transition: 0.3s;
  text-decoration: none;
  color: #0e0ec8;
  border-bottom: 1px dashed #0e0ec8;
}
.link-dashed:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-dashed:hover {
  border-bottom-style: solid;
}
.link-underline {
  transition: 0.3s;
  text-decoration: none;
  color: #0e0ec8;
  border-bottom: 1px solid #0e0ec8;
}
.link-underline:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-underline:hover {
  color: #0b0b98;
  border-bottom-color: #0b0b98;
}
.link-shy {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom-color: transparent;
}
.link-shy:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-shy:hover {
  border-bottom: 1px solid #0e0ec8;
  color: #0e0ec8;
}
.link-shy-colored {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom: 0;
}
.link-shy-colored:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-shy-colored:hover {
  color: #0e0ec8;
}
.link-blind {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}
.link-blind:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-blind:hover {
  border-bottom: none;
}
.link-title {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom-color: transparent;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
.link-title:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-title:hover {
  border-bottom: 1px solid #0e0ec8;
  color: #0e0ec8;
}
.link-title:hover {
  color: #0e0ec8;
  border-bottom-color: #0e0ec8;
}
.link-title:not([href]):hover {
  color: inherit;
  border-bottom: 1px solid transparent;
}
.link-title-dashed {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom-color: transparent;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid transparent;
  border-bottom-style: dashed;
}
.link-title-dashed:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-title-dashed:hover {
  border-bottom: 1px solid #0e0ec8;
  color: #0e0ec8;
}
.link-title-dashed:hover {
  color: #0e0ec8;
  border-bottom-color: #0e0ec8;
}
.link-title-dashed:not([href]):hover {
  color: inherit;
  border-bottom: 1px solid transparent;
}
.link-icon {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  color: #0e0ec8;
}
.link-icon:hover {
  color: #0b0b98;
  transition: 0.3s;
}
.link-icon:hover .icon {
  transition: 0.3s;
  color: #0b0b98;
}
.link-icon span {
  margin-left: 5px;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}
.link-icon span:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-icon span:hover {
  border-bottom: none;
}
.link-icon .icon {
  position: relative;
  top: 0px;
  margin: 0 0px;
  color: #0e0ec8;
}
.link-icon-red {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  color: #E81010;
}
.link-icon-red:hover {
  color: #b80d0d;
  transition: 0.3s;
}
.link-icon-red:hover .icon {
  transition: 0.3s;
  color: #b80d0d;
}
.link-icon-red span {
  margin-left: 5px;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}
.link-icon-red span:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-icon-red span:hover {
  border-bottom: none;
}
.link-icon-red .icon {
  position: relative;
  top: 0px;
  margin: 0 0px;
  color: #E81010;
}
.text-small {
  font-size: calc(var(--content-font) * 0.8) !important;
}
.text-large {
  font-size: calc(var(--content-font) * 1.1) !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-semibold {
  font-weight: 500 !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-main {
  color: #0e0ec8 !important;
}
.text-alt {
  color: #e81010 !important;
}
.text-pale {
  color: #808080 !important;
}
.ratio-24-1 {
  position: relative;
  padding: 0 !important;
  padding-top: 41.66666667% !important;
}
.ratio-18-9 {
  position: relative;
  padding: 0 !important;
  padding-top: 50% !important;
}
.ratio-16-9 {
  position: relative;
  padding: 0 !important;
  padding-top: 56.25% !important;
}
.ratio-4-3 {
  position: relative;
  padding: 0 !important;
  padding-top: 75% !important;
}
.ratio-3-2 {
  position: relative;
  padding: 0 !important;
  padding-top: 66.66666667% !important;
}
.ratio-1-1 {
  position: relative;
  padding: 0 !important;
  padding-top: 100% !important;
}
.ratio-a4 {
  position: relative;
  padding: 0 !important;
  padding-top: 141.42857143% !important;
}
.ratio-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.counter {
  border-radius: 10px;
  padding: 2px 5px;
  background-color: #0e0ec8;
  color: white;
  font-size: calc(var(--content-font) * 0.8);
  min-width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.nowrap {
  white-space: nowrap;
}
.hidden {
  display: none !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}
* {
  min-height: 0;
  min-width: 0;
}
input,
textarea,
button,
select {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: 1.15;
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {
  padding: 0;
  margin: 0;
}
input,
textarea,
button,
select {
  transition: border-color 0.3s;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
*::selection {
  background: #0e0ec8;
  color: #fff;
}
body {
  height: 100%;
}
html {
  font-size: var(--content-font);
  overflow-y: scroll;
  background-color: white;
  font-weight: 400;
  color: #000;
  font-family: 'Commissioner', Arial, Helvetica, sans-serif;
}
input::placeholder,
textarea::placeholder {
  color: #000;
  opacity: 0.5;
  font-size: inherit;
}
button {
  padding: 0;
}
small {
  font-size: smaller;
}
.is-picture {
  image-rendering: -webkit-optimize-contrast;
}
.ymaps-2-1-79-balloon__content {
  font-family: 'Commissioner', Arial, Helvetica, sans-serif !important;
}
.custom-select span {
  position: relative;
  top: -0.08em;
}
.custom-select-open .custom-select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select-open .custom-select-items {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select-open .custom-select-scroll li:last-child {
  border-bottom-left-radius: calc(0 - (0.3 * 0));
  border-bottom-right-radius: calc(0 - (0.3 * 0));
}
.grid-basic {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
}
@media screen and (max-width: 428px) {
  .grid-basic {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .grid-basic.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.grid-basic.--grid-equal {
  gap: var(--ue-weak);
}
.content .m-grid {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media screen and (max-width: 428px) {
  .content .m-grid {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid.--grid-equal {
  gap: var(--ue-weak);
}
.content .m-grid-1 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-1 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-1.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-1.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-1 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-2 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-2 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-2.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-2.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-2 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-3 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-3 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-3.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-3.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-3 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-4 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-4 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-4.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-4.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-4 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-5 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-5 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-5.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-5.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-5 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-6 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-6 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-6.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-6.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-6 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-7 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-7 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-7.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-7.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-7 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-8 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-8 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-8.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-8.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-8 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-9 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(9, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-9 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-9.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-9.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-9 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-10 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-10 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-10.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-10.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-10 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-11 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(11, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-11 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-11.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-11.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-11 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.content .m-grid-12 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 428px) {
  .content .m-grid-12 {
    row-gap: calc(var(--ue-weak) * 1.5);
  }
  .content .m-grid-12.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid-12.--grid-equal {
  gap: var(--ue-weak);
}
@container content (max-width: 1179px) {
  .content .m-grid-12 {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.strip-vertical-margins > *:first-child {
  margin-top: 0;
}
.strip-vertical-margins > *:first-child > *:first-child {
  margin-top: 0;
}
.strip-vertical-margins > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.strip-vertical-margins > *:last-child {
  margin-bottom: 0;
}
.strip-vertical-margins > *:last-child > *:last-child {
  margin-bottom: 0;
}
.strip-vertical-margins > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.content {
  container: content / inline-size;
  line-height: 1.4;
  font-size: var(--content-font);
}
.content h1 {
  margin: 0;
  margin-bottom: calc(var(--ue-strong) * 3);
  text-transform: none;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #333;
}
@media screen and (max-width: 1280px) {
  .content h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .content h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .content h1 {
    font-size: 1.8rem;
  }
}
.content .table__wrap {
  width: 100%;
  overflow: auto;
  margin: calc(1rem + (1rem / 3) * 2) 0;
}
.wysiwyg h1 {
  margin-bottom: calc(var(--ue-strong) * 1.3);
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: 400;
  line-height: 1.3;
}
.wysiwyg h2 {
  font-weight: bold;
  margin: 1.5rem 0 1rem;
  text-transform: none;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #222;
}
@media screen and (max-width: 768px) {
  .wysiwyg h2 {
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 428px) {
  .wysiwyg h2 {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
}
.wysiwyg h3 {
  font-weight: bold;
  margin: 1.5rem 0 1rem;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #111;
}
@media screen and (max-width: 768px) {
  .wysiwyg h3 {
    margin-bottom: 0.85rem;
  }
}
@media screen and (max-width: 428px) {
  .wysiwyg h3 {
    margin-bottom: 0.75rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 428px) {
  .wysiwyg h3 {
    margin-bottom: 0.65rem;
  }
}
.wysiwyg p,
.wysiwyg .pi {
  margin: 1rem 0;
}
.wysiwyg .pi-block-half {
  margin: calc(1rem + (1rem / 3)) 0;
}
.wysiwyg .pi-block-full {
  margin: calc(1rem + (1rem / 3) * 2) 0;
}
.wysiwyg ul {
  padding-left: 0px;
  list-style-type: none;
  margin: 1rem 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 1.8rem;
}
.wysiwyg ul li:before {
  content: "—";
  font-size: calc(var(--content-font) * 1.5);
  font-weight: normal;
  position: absolute;
  display: block;
  top: -0.1rem;
  left: 0;
  color: #0e0ec8;
  line-height: 1;
}
.wysiwyg ol {
  list-style: none;
  margin: 1rem 0;
  counter-reset: listCounter;
}
.wysiwyg ol li {
  position: relative;
  padding-left: 1.8rem;
}
.wysiwyg ol li:before {
  counter-increment: listCounter;
  content: counter(listCounter);
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 1;
  color: white;
  background-color: #0e0ec8;
  border-radius: 50%;
}
body.firefox .wysiwyg ol li:before {
  top: 3px;
}
.wysiwyg .ck-list-margin li {
  margin: 1rem 0;
}
.wysiwyg ol.ck-list-margin li:before {
  top: 1px;
  width: 1.4rem;
  height: 1.4rem;
  font-size: calc(var(--content-font) * 0.8);
}
.wysiwyg table {
  border-collapse: collapse;
}
.wysiwyg a {
  transition: 0.3s;
  text-decoration: none;
  color: #0e0ec8;
  border-bottom: 1px solid #0e0ec8;
}
.wysiwyg a:hover {
  transition: 0.3s;
  text-decoration: none;
}
.wysiwyg a:hover {
  border-bottom-color: transparent;
}
.wysiwyg a.link-dashed {
  transition: 0.3s;
  text-decoration: none;
  color: #0e0ec8;
  border-bottom: 1px dashed #0e0ec8;
}
.wysiwyg a.link-dashed:hover {
  transition: 0.3s;
  text-decoration: none;
}
.wysiwyg a.link-dashed:hover {
  border-bottom-style: solid;
}
.wysiwyg a.link-underline {
  transition: 0.3s;
  text-decoration: none;
  color: #0e0ec8;
  border-bottom: 1px solid #0e0ec8;
}
.wysiwyg a.link-underline:hover {
  transition: 0.3s;
  text-decoration: none;
}
.wysiwyg a.link-underline:hover {
  color: #0b0b98;
  border-bottom-color: #0b0b98;
}
.wysiwyg a.link-shy {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom-color: transparent;
}
.wysiwyg a.link-shy:hover {
  transition: 0.3s;
  text-decoration: none;
}
.wysiwyg a.link-shy:hover {
  border-bottom: 1px solid #0e0ec8;
  color: #0e0ec8;
}
.wysiwyg a.link-shy-colored {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom: 0;
}
.wysiwyg a.link-shy-colored:hover {
  transition: 0.3s;
  text-decoration: none;
}
.wysiwyg a.link-shy-colored:hover {
  color: #0e0ec8;
}
.wysiwyg a.link-blind {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}
.wysiwyg a.link-blind:hover {
  transition: 0.3s;
  text-decoration: none;
}
.wysiwyg a.link-blind:hover {
  border-bottom: none;
}
.wysiwyg a.button {
  height: 2.2rem;
  line-height: initial;
  background-color: #0e0ec8;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  padding: 0 1em;
  cursor: pointer;
}
.wysiwyg a.button span {
  position: relative;
  top: -0.08em;
}
.wysiwyg a.button:hover,
.wysiwyg a.button:focus {
  background-color: #0b0b98;
}
.wysiwyg a.button .icon {
  color: #fff;
  margin: 0;
  margin-right: 0.8rem;
}
.wysiwyg .ck-float-p {
  margin: 0;
}
.wysiwyg .ck-float-p + p {
  margin-top: 0;
}
.wysiwyg img.--height-auto {
  height: auto !important;
}
.wysiwyg .ck-image {
  float: none;
  margin: calc(1rem / 3) 1rem calc(1rem / 3) 0;
  padding: 1px;
  max-width: 100%;
  border: 1px solid #0e0ec8;
  border-radius: 0;
  background: none;
  clear: both;
}
.wysiwyg .ck-image:last-of-type {
  margin-right: 0;
}
.wysiwyg .ck-image-left {
  float: left;
  margin: 0.3em calc(1rem + (1rem / 3) * 2) calc(1rem + (1rem / 3)) 0 !important;
}
.wysiwyg .ck-image-right {
  float: right;
  margin: 0.3em 0 calc(1rem + (1rem / 3)) calc(1rem + (1rem / 3) * 2) !important;
}
.wysiwyg .ck-image.--width-100 {
  width: 100% !important;
  height: auto !important;
}
.wysiwyg .ck-image.--borderless {
  border: 0;
  padding: 0;
}
.wysiwyg .ck-image-left.mb-none,
.wysiwyg .ck-image-right.mb-none {
  margin-bottom: 0 !important;
}
.wysiwyg .ck-image-left.resize,
.wysiwyg .ck-image-right.resize {
  margin-bottom: 1.5rem !important;
}
.wysiwyg .ck-table-user th {
  padding: 10px 10px;
  border: 1px solid #0e0ec8;
  background: #e5e5e5;
}
.wysiwyg .ck-table-user td {
  padding: 5px 10px;
  border: 1px solid #0e0ec8;
}
.wysiwyg .ck-table-invisible {
  border: none;
  border-collapse: collapse;
}
.wysiwyg .ck-table-invisible td,
.wysiwyg .ck-table-invisible th {
  padding: 0;
  border: none;
  background: none;
}
.wysiwyg .ck-hidden {
  display: none;
}
.wysiwyg .ck-youtube {
  margin: calc(1rem + (1rem / 3) * 2) 0;
}
.wysiwyg .ck-spoiler {
  margin-top: 1em;
}
.wysiwyg .ck-spoiler p {
  margin-top: 0;
  margin-bottom: 1em;
}
.wysiwyg .ck-spoiler-show {
  margin: 0 !important;
}
.wysiwyg .ck-2col {
  display: flex;
  flex-flow: row nowrap;
  margin: calc(1rem + (1rem / 3) * 2) 0;
  gap: calc(var(--ue-strong) * 3);
}
.wysiwyg .ck-2col.--centered {
  align-items: center;
}
.wysiwyg .ck-2col.--gap3 {
  gap: calc(var(--ue-strong) * 3);
}
.wysiwyg .ck-2col.--gap2 {
  gap: calc(var(--ue-strong) * 2);
}
.wysiwyg .ck-2col.--gap1 {
  gap: calc(var(--ue-strong) * 1);
}
.wysiwyg .ck-2col.--pi-full {
  margin: calc(1rem + (1rem / 3) * 2) 0;
}
.wysiwyg .ck-2col.--pi-half {
  margin: calc(1rem + (1rem / 3)) 0;
}
.wysiwyg .ck-2col.--pi {
  margin: 1rem 0;
}
.wysiwyg .ck-2col__auto {
  flex: 1 1 auto;
}
.wysiwyg .ck-2col__auto > *:first-child {
  margin-top: 0;
}
.wysiwyg .ck-2col__auto > *:first-child > *:first-child {
  margin-top: 0;
}
.wysiwyg .ck-2col__auto > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.wysiwyg .ck-2col__auto > *:last-child {
  margin-bottom: 0;
}
.wysiwyg .ck-2col__auto > *:last-child > *:last-child {
  margin-bottom: 0;
}
.wysiwyg .ck-2col__auto > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.wysiwyg .ck-2col__fixed {
  flex: 0 0 auto;
}
.wysiwyg .ck-2col__fixed > *:first-child {
  margin-top: 0;
}
.wysiwyg .ck-2col__fixed > *:first-child > *:first-child {
  margin-top: 0;
}
.wysiwyg .ck-2col__fixed > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.wysiwyg .ck-2col__fixed > *:last-child {
  margin-bottom: 0;
}
.wysiwyg .ck-2col__fixed > *:last-child > *:last-child {
  margin-bottom: 0;
}
.wysiwyg .ck-2col__fixed > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.wysiwyg .ck-2col__fixed.--w50 {
  width: 50%;
}
@media screen and (max-width: 428px) {
  .wysiwyg .ck-2col__fixed.--w50 {
    width: 100%;
  }
}
.wysiwyg .ck-2col__fixed.--w33 {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .wysiwyg .ck-2col__fixed.--w33 {
    width: 50%;
  }
}
@media screen and (max-width: 428px) {
  .wysiwyg .ck-2col__fixed.--w33 {
    width: 100%;
  }
}
.wysiwyg .ck-2col__fixed.--w25 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .wysiwyg .ck-2col__fixed.--w25 {
    width: 50%;
  }
}
@media screen and (max-width: 428px) {
  .wysiwyg .ck-2col__fixed.--w25 {
    width: 100%;
  }
}
.wysiwyg .ck-2col__fixed.--w20 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .wysiwyg .ck-2col__fixed.--w20 {
    width: 50%;
  }
}
@media screen and (max-width: 428px) {
  .wysiwyg .ck-2col__fixed.--w20 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg .ck-2col__fixed.--then50 {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg .ck-2col__fixed.--then75 {
    width: 75% !important;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg .ck-2col__fixed.--then100 {
    width: 100% !important;
  }
}
.wysiwyg .ck-2col .ck-image {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wysiwyg .ck-2col {
    flex-flow: column;
    gap: calc(1rem + (1rem / 3) * 2);
  }
}
.wysiwyg .ck-box {
  border-top: 1px solid #0e0ec8;
  border-bottom: 1px solid #0e0ec8;
  margin: calc(1rem + (1rem / 3)) 0;
  padding: calc(var(--ue-strong) * 1.5) 0;
  font-size: calc(var(--content-font) * 1.1);
}
.wysiwyg .ck-box.--italic {
  font-style: oblique;
}
.wysiwyg .ck-box.--additional {
  border-top-color: #e81010;
  border-bottom-color: #e81010;
}
.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:first-child > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg > *:last-child > *:last-child {
  margin-bottom: 0;
}
.wysiwyg > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
