:root {
  --content-font: 16px;
}
@media screen and (max-width: 1023px) {
  :root {
    --content-font: 15px;
  }
}
: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: 414px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.button {
  background: #6b8d52;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  padding: 0.5em 1em;
  margin: 0;
  cursor: pointer;
}
.button:hover,
.button:focus {
  background: #536d3f;
}
.button .icon {
  color: #fff;
  vertical-align: baseline;
}
.h1 {
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
  text-transform: none;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2;
  color: #6b8d52;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 415px) {
  .h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .h1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .h1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
}
.h2 {
  font-weight: 400;
  margin: 1.5rem 0 1rem;
  text-transform: none;
  font-size: 1.9rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .h2 {
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 414px) {
  .h2 {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
}
.h3 {
  font-weight: 400;
  margin: 1.5rem 0 1rem;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .h3 {
    margin-bottom: 0.85rem;
  }
}
@media screen and (max-width: 414px) {
  .h3 {
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .h3 {
    margin-bottom: 0.65rem;
  }
}
.link {
  color: #6b8d52;
  transition: 0.3s;
  text-decoration: none;
  border-bottom: 1px solid #6b8d52;
}
.link:hover {
  border-bottom-color: transparent;
  transition: 0.3s;
}
.link-dashed {
  color: #6b8d52;
  transition: 0.3s;
  text-decoration: none;
  border-bottom: 1px dashed #6b8d52;
}
.link-dashed:hover {
  border-bottom-style: solid;
  transition: 0.3s;
}
.link-blind {
  color: #6b8d52;
  text-decoration: none;
  border-bottom: none;
}
.link-blind:hover {
  border: none;
}
.link-title {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.link-title:hover {
  color: #6b8d52;
  border-bottom-color: #6b8d52;
  transition: 0.3s;
}
.link-title:not([href]):hover {
  color: inherit;
  border-bottom: 1px solid transparent;
}
.link-dashed-title {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  border-bottom-style: dashed;
}
.link-dashed-title:hover {
  color: #6b8d52;
  border-bottom-color: #6b8d52;
  transition: 0.3s;
}
.link-dashed-title:not([href]):hover {
  color: inherit;
  border-bottom: 1px solid transparent;
}
.link-shy {
  text-decoration: none;
  color: inherit;
}
.text-small {
  font-size: calc(var(--content-font) * 0.8) !important;
}
.text-large {
  font-size: calc(var(--content-font) * 1.2) !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-semibold {
  font-weight: 500 !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-main {
  color: #6b8d52 !important;
}
.text-alt {
  color: #e58cbe !important;
}
.text-pale {
  color: #808080 !important;
}
.ratio-16-9 {
  padding: 0 !important;
  padding-top: 56.25% !important;
}
.ratio-4-3 {
  padding: 0 !important;
  padding-top: 75% !important;
}
.ratio-3-2 {
  padding: 0 !important;
  padding-top: 66.66666667% !important;
}
.ratio-1-1 {
  padding: 0 !important;
  padding-top: 100% !important;
}
.ratio-a4 {
  padding: 0 !important;
  padding-top: 141.42857143% !important;
}
.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: #6b8d52;
  color: #fff;
}
body {
  height: 100%;
}
html {
  font-size: var(--content-font);
  overflow-y: scroll;
  background-color: white;
  font-weight: 400;
  color: #000;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
}
input::placeholder,
textarea::placeholder {
  color: #000;
  opacity: 0.5;
  font-size: inherit;
}
button {
  padding: 0;
}
small {
  font-size: smaller;
}
.grid-basic {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
}
.grid-basic.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .grid-basic.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
.grid-downscale {
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
@media screen and (max-width: 1280px) {
  .grid-downscale {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .grid-downscale {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid-downscale {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .grid-downscale {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .grid-downscale {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content .m-grid {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(5, 1fr);
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
.content .m-grid.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .content .m-grid.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
@media screen and (max-width: 1280px) {
  .content .m-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .content .m-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content .m-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .content .m-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .content .m-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content .m-grid-auto {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.content .m-grid-auto.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .content .m-grid-auto.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
.content .m-grid-8 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(8, 1fr);
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
.content .m-grid-8.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .content .m-grid-8.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
@media screen and (max-width: 1280px) {
  .content .m-grid-8 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .content .m-grid-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content .m-grid-8 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .content .m-grid-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .content .m-grid-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content .m-grid-7 {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
  grid-template-columns: repeat(6, 1fr);
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
.content .m-grid-7.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .content .m-grid-7.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
@media screen and (max-width: 1280px) {
  .content .m-grid-7 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .content .m-grid-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content .m-grid-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .content .m-grid-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .content .m-grid-7 {
    grid-template-columns: repeat(1, 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);
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
.content .m-grid-6.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .content .m-grid-6.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
@media screen and (max-width: 1280px) {
  .content .m-grid-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .content .m-grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content .m-grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .content .m-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .content .m-grid-6 {
    grid-template-columns: repeat(1, 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);
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
.content .m-grid-5.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .content .m-grid-5.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
@media screen and (max-width: 1280px) {
  .content .m-grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .content .m-grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content .m-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .content .m-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .content .m-grid-5 {
    grid-template-columns: repeat(1, 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);
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
.content .m-grid-4.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .content .m-grid-4.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
@media screen and (max-width: 1280px) {
  .content .m-grid-4 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .content .m-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content .m-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .content .m-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .content .m-grid-4 {
    grid-template-columns: repeat(1, 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);
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
.content .m-grid-3.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .content .m-grid-3.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
@media screen and (max-width: 1280px) {
  .content .m-grid-3 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .content .m-grid-3 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content .m-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .content .m-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .content .m-grid-3 {
    grid-template-columns: repeat(1, 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);
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
.content .m-grid-2.--grid-equal {
  gap: var(--ue-weak);
}
@media screen and (max-width: 414px) {
  .content .m-grid-2.--grid-equal {
    row-gap: calc(var(--ue-weak) * 2);
  }
}
@media screen and (max-width: 1280px) {
  .content .m-grid-2 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .content .m-grid-2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content .m-grid-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .content .m-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .content .m-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content {
  line-height: 1.5;
  font-size: var(--content-font);
}
.content h1 {
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
  text-transform: none;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2;
  color: #6b8d52;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .content h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .content h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .content h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 415px) {
  .content h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .content h1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .content h1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
}
.content .table__wrap {
  width: 100%;
  overflow: auto;
  margin: 1rem 0;
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: 400;
  line-height: 1.3;
}
.wysiwyg h2 {
  font-weight: 400;
  margin: 1.5rem 0 1rem;
  text-transform: none;
  font-size: 1.9rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .wysiwyg h2 {
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 414px) {
  .wysiwyg h2 {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
}
.wysiwyg h3 {
  font-weight: 400;
  margin: 1.5rem 0 1rem;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .wysiwyg h3 {
    margin-bottom: 0.85rem;
  }
}
@media screen and (max-width: 414px) {
  .wysiwyg h3 {
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .wysiwyg h3 {
    margin-bottom: 0.65rem;
  }
}
.wysiwyg p,
.wysiwyg .pi {
  margin: 1rem 0;
}
.wysiwyg .pi-block-half {
  margin: 1.25rem 0;
}
.wysiwyg .pi-block-full {
  margin: 1.5rem 0;
}
.wysiwyg ul {
  padding-left: 0px;
  list-style-type: none;
  margin: 1rem 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 1rem;
}
.wysiwyg ul li:before {
  content: "—";
  font-size: calc(var(--content-font) * 1.2);
  font-weight: 500;
  position: absolute;
  display: block;
  top: -3px;
  left: 0;
  color: #6b8d52;
}
.wysiwyg ol {
  padding-left: 1rem;
  margin: 1rem 0;
}
.wysiwyg .ck-list-margin li {
  margin: 1rem 0;
}
.wysiwyg table {
  border-collapse: collapse;
}
.wysiwyg a {
  color: #6b8d52;
  transition: 0.3s;
  text-decoration: none;
  border-bottom: 1px solid #6b8d52;
}
.wysiwyg a:hover {
  border-bottom-color: transparent;
  transition: 0.3s;
}
.wysiwyg a.button {
  background: #6b8d52;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  padding: 0.5em 1em;
  margin: 0;
  cursor: pointer;
}
.wysiwyg a.button:hover,
.wysiwyg a.button:focus {
  background: #536d3f;
}
.wysiwyg a.button .icon {
  color: #fff;
  vertical-align: baseline;
}
.wysiwyg .ck-image {
  float: none;
  margin: 0.25rem 1rem 0.25rem 0;
  padding: 1px;
  max-width: 100%;
  border: 1px solid #6b8d52;
  border-radius: 0;
  background: none;
  clear: both;
}
.wysiwyg .ck-image:last-of-type {
  margin-right: 0;
}
.wysiwyg .ck-image-left {
  float: left;
  margin: 0.55em 1.5rem 1.25rem 0 !important;
}
.wysiwyg .ck-image-right {
  float: right;
  margin: 0.55em 0 1.25rem 1.5rem !important;
}
.wysiwyg .ck-image-height-auto {
  height: auto !important;
}
.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 {
  margin: 1rem 0;
}
.wysiwyg .ck-table-user th {
  padding: 5px 10px;
  border: 1px solid #6b8d52;
  background: #eef3eb;
}
.wysiwyg .ck-table-user td {
  padding: 5px 10px;
  border: 1px solid #6b8d52;
}
.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-file {
  margin: 1rem 0;
}
.wysiwyg .ck-file a {
  display: inline-flex;
  align-items: center;
  border-bottom: 0;
  transition: 0.3s;
}
.wysiwyg .ck-file-icon {
  flex-shrink: 0;
}
.wysiwyg .ck-file-icon .icon {
  margin-right: 10px;
  min-width: 38px;
  height: 38px;
  color: #6b8d52;
  fill: #e58cbe;
  transition: 0.3s;
}
.wysiwyg .ck-file a:hover {
  transition: 0.3s;
}
.wysiwyg .ck-file a:hover .ck-file-link {
  border-bottom: 1px solid #6b8d52;
  transition: 0.3s;
}
.wysiwyg .ck-file a:hover .ck-file-icon .icon {
  fill: #6b8d52;
  transition: 0.3s;
}
.wysiwyg .ck-2col {
  display: flex;
  flex-flow: row nowrap;
  margin: 1.5rem 0;
}
.wysiwyg .ck-2col__wide {
  flex-grow: 1;
}
.wysiwyg .ck-2col__narrow {
  flex-shrink: 0;
}
.wysiwyg .ck-2col.--left .ck-2col__narrow {
  margin-right: 1rem;
}
.wysiwyg .ck-2col.--right {
  flex-flow: row-reverse nowrap;
}
.wysiwyg .ck-2col.--right .ck-2col__narrow {
  margin-left: 1rem;
}
@media screen and (max-width: 414px) {
  .wysiwyg .ck-2col__narrow {
    margin: 0 0 1rem 0;
  }
  .wysiwyg .ck-2col.--left {
    flex-flow: column nowrap;
    margin: 0 0 1rem 0;
  }
  .wysiwyg .ck-2col.--right {
    flex-flow: column nowrap;
  }
  .wysiwyg .ck-2col.--right .ck-2col__narrow {
    margin: 0 0 1rem 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-tabs {
  margin: 1rem 0;
}
.wysiwyg .ck-tabs__header {
  display: flex;
  flex-wrap: wrap;
}
.wysiwyg .ck-tabs__button {
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 10px;
  text-decoration: none;
  background-color: #eef3eb;
  color: #000000;
  transition: 0.3s;
  border: 1px solid #6b8d52;
  border-bottom: 0;
}
.wysiwyg .ck-tabs__button:hover {
  color: #000000;
  background-color: #e1eadb;
}
.wysiwyg .ck-tabs__button.active {
  background-color: #6b8d52;
  color: #ffffff;
}
.wysiwyg .ck-tabs__button.active:hover {
  color: #ffffff;
  background-color: #5f7d49;
}
.wysiwyg .ck-tabs__body {
  padding: 0.5rem;
  border: 1px solid #6b8d52;
}
.wysiwyg .ck-tabs__item {
  display: none;
}
.wysiwyg .ck-tabs__item.active {
  display: block;
}
.wysiwyg .ck-tabs_gallery .ck-tabs__header {
  justify-content: center;
}
.wysiwyg .ck-tabs_gallery .ck-tabs__button {
  background: none;
  border: 0;
  border-bottom: 1px solid transparent;
  color: #000000;
  font-size: calc(var(--content-font) * 1.2);
  font-weight: 500;
  padding: 0;
  margin-bottom: 10;
  margin-right: 15px;
  margin-left: 15px;
  line-height: 1.15;
  white-space: nowrap;
  max-width: 100%;
}
.wysiwyg .ck-tabs_gallery .ck-tabs__button span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.wysiwyg .ck-tabs_gallery .ck-tabs__button:hover {
  background: none;
  color: #6b8d52;
  border-bottom: 1px solid #6b8d52;
}
.wysiwyg .ck-tabs_gallery .ck-tabs__button.active {
  background: none;
  color: #6b8d52;
  border-bottom: 1px solid #6b8d52;
}
.wysiwyg .ck-tabs_gallery .ck-tabs__button.active:hover {
  color: #5f7d49;
  background: none;
  border-bottom: 1px solid #5f7d49;
}
.wysiwyg .ck-tabs_gallery .ck-tabs__body {
  margin-top: 25px;
  padding: 0;
  border: 0;
}
.wysiwyg .ck-card__img {
  width: 100%;
  text-align: center;
}
.wysiwyg .ck-card__img + .ck-card__body {
  margin-top: 1.1rem;
}
.wysiwyg .ck-card__picture {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  font-size: 0;
}
.wysiwyg .ck-card__picture .icon {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.wysiwyg .ck-card__body {
  line-height: 1.4;
}
.wysiwyg .ck-card__title {
  font-weight: 700;
  font-size: var(--content-font);
}
.wysiwyg .ck-card__title + .ck-card__text {
  margin-top: 0.7rem;
}
.wysiwyg .ck-card__text {
  font-size: calc(var(--content-font) * 0.8);
}
.wysiwyg .ck-card__outer {
  margin: 1rem 0;
}
.wysiwyg .ck-card__outer.ck-p-cover .ck-card__picture {
  background-size: cover;
}
.wysiwyg .ck-card__outer.ck-p-contain .ck-card__picture {
  background-size: contain;
}
.wysiwyg .ck-card__outer.ck-p-svg .ck-card__picture {
  background-image: none !important;
}
.wysiwyg .ck-card__outer.ck-p-circle .ck-card__picture {
  padding-bottom: 100%;
  border-radius: 50%;
}
.wysiwyg .ck-card__outer.ck-p-bar_16_9 .ck-card__picture {
  padding-bottom: 56.25%;
}
.wysiwyg .ck-card__outer.ck-p-bar_3_2 .ck-card__picture {
  padding-bottom: 66.66%;
}
.wysiwyg .ck-card__outer.ck-p-bar_4_3 .ck-card__picture {
  padding-bottom: 75%;
}
.wysiwyg .ck-card__outer.ck-p-square .ck-card__picture {
  padding-bottom: 100%;
}
.wysiwyg .ck-card__outer.ck-ta-center .ck-card__body {
  text-align: center;
}
.wysiwyg .ck-gallery__img {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: 0;
}
.wysiwyg .ck-gallery__picture {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  font-size: 0;
}
.wysiwyg .ck-gallery.ck-p-bar_16_9 .ck-gallery__picture {
  padding-bottom: 56.25%;
}
.wysiwyg .ck-gallery.ck-p-bar_3_2 .ck-gallery__picture {
  padding-bottom: 66.66%;
}
.wysiwyg .ck-gallery.ck-p-bar_4_3 .ck-gallery__picture {
  padding-bottom: 75%;
}
.wysiwyg .ck-link {
  cursor: text;
}
.device-desktop .wysiwyg .ck-link a {
  pointer-events: none;
  border-bottom: 0;
}
.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;
}
