*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  margin: 0;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@keyframes activateBurger {
  from {
    width: 30px;
  }
  to {
    width: 0;
  }
}
@keyframes closeBurger {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }
}
@keyframes closeBurgerRotateLeft {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, calc(-50% - 10px)) rotate(0deg);
  }
}
@keyframes closeBurgerRotateRight {
  from {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  to {
    transform: translate(-50%, calc(-50% + 10px)) rotate(0deg);
  }
}
@keyframes activateBurgerRotateLeft {
  from {
    transform: translate(-50%, calc(-50% - 10px)) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes activateBurgerRotateRight {
  from {
    transform: translate(-50%, calc(-50% + 10px)) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
p {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: normal;
}
.container {
  width: 100%;
  max-width: 375px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container--header {
  display: block;
  padding: 0 10px;
  width: 100%;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  font-size: 16px;
}
.body {
  overflow: hidden;
}

@media (min-width: 425px) {
  .container {
    max-width: 700px;
  }
  .container--header {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1024px;
    padding: 0 50px;
  }
  .container--header {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 35px;
  }
  .container--header {
    padding: 0 35px;
  }
}
h1 {
  font-size: 42px;
  line-height: 48px;
}
h2 {
  font-size: 32px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}

p {
  font-size: 16px;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 19px;
    line-height: 25px;
  }
  h5 {
    font-size: 17px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    font-size: 15px;
  }
}
.main {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background-color: var(--main-background-color);
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.main-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.content {
  padding: 15px 30px;
  background-color: var(--main-block-background-color-alt);
  border-radius: var(--main-global-border-radius);
}
.content > h2,
.content > h3,
.content > p,
.content > ul,
.content > ol,
.content > blockquote {
  color: var(--main-color-text);
}
.content > h1,
.content > h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content > h3,
.content > h4,
.content > h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content > h1 {
  font-size: 42px;
  line-height: 38px;
}

.content > p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.content > ul,
.content > ol {
  padding-left: 20px;
  margin-bottom: 10px;
}

.content * li {
  margin-bottom: 5px;
}

.content > ul {
  list-style: circle;
}

.content > ol {
  list-style-type: decimal;
}

.content * img {
  margin: 20px auto;
}
figure.wp-block-table {
  display: block !important;
}
.wp-block-table thead {
  border-bottom: 0px solid !important;
}
.content * table {
  display: block !important;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 30px;
  border: 1px solid #1a1a2e;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.content * thead,
.content * tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content * tr {
  display: flex;
  width: 100%;
}

.content * th,
.content * td {
  display: flex;
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  min-width: 110px;
}

.content * th {
  font-weight: 600;
  border: 1px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
}

.content * th,
.content * td {
  display: table-cell;
  padding: 10px;
  min-width: 120px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  color: var(--main-color-text);
}
.content * a {
  text-decoration: underline;
  color: var(--main-content-link-color);
  font-weight: 600;
}
.content * a:hover {
  color: var(--main-content-link-color-hover);
}

.content * a:active {
  text-decoration: underline;
  color: var(--main-content-link-color-active);
}

.content * a:visited {
  color: var(--main-content-link-color-visited);
}
