: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 {
  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;
  }
}
h1,
.h1 {
  margin: 0;
  margin-bottom: calc(var(--ue-strong) * 2);
  text-transform: none;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #272727;
}
@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;
  font-weight: 500;
  color: #484848;
}
@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.3;
  font-weight: 500;
  color: #484848;
}
@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: #eee;
  color: black;
}
.button-height {
  height: 2.2rem;
}
.button-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button {
  height: 2.2rem;
  background-color: #df4047;
  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:hover,
.button:focus {
  background-color: #ca2229;
}
.button .icon {
  color: #fff;
  vertical-align: baseline;
  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: #df4047;
  border-bottom: 1px solid #df4047;
}
.link:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link:hover {
  border-bottom-color: transparent;
}
.link-dashed {
  transition: 0.3s;
  text-decoration: none;
  color: #df4047;
  border-bottom: 1px dashed #df4047;
}
.link-dashed:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-dashed:hover {
  border-bottom-style: solid;
}
.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 #df4047;
  color: #df4047;
}
.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: #df4047;
}
.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: none;
}
.link-title {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom-color: transparent;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 1px solid transparent;
}
.link-title:hover {
  transition: 0.3s;
  text-decoration: none;
}
.link-title:hover {
  border-bottom: 1px solid #df4047;
  color: #df4047;
}
.link-title:hover {
  color: #df4047;
  border-bottom-color: #df4047;
}
.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.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 #df4047;
  color: #df4047;
}
.link-title-dashed:hover {
  color: #df4047;
  border-bottom-color: #df4047;
}
.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: #df4047;
}
.link-icon:hover {
  color: #ca2229;
  transition: 0.3s;
}
.link-icon:hover .icon {
  transition: 0.3s;
  color: #ca2229;
}
.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: none;
}
.link-icon .icon {
  position: relative;
  top: 0px;
  margin: 0 #df4047;
  color: #df4047;
}
.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: #df4047 !important;
}
.text-alt {
  color: #272727 !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: #df4047;
  color: #fff;
}
body {
  height: 100%;
}
html {
  font-size: var(--content-font);
  overflow-y: scroll;
  background-color: white;
  font-weight: 400;
  color: #000;
  font-family: 'Rubik', 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: 'Rubik', Arial, Helvetica, sans-serif !important;
}
.grid-basic {
  display: grid;
  row-gap: calc(var(--ue-weak) * 2);
  column-gap: var(--ue-weak);
}
.grid-basic.--grid-equal {
  gap: var(--ue-weak);
}
.grid-downscale {
  /**
	 * Под max-width подразумеваем максимально возможную ширину области контента
	*/
}
@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: 600px) {
  .grid-downscale {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .grid-downscale {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-downscale.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content .m-grid {
  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.--grid-equal {
  gap: var(--ue-weak);
}
@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: 600px) {
  .content .m-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .content .m-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .m-grid.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.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);
}
.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: 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: 600px) {
  .content .m-grid-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .content .m-grid-8 {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .m-grid-8.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.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: 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: 600px) {
  .content .m-grid-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .content .m-grid-7 {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .m-grid-7.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.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: 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: 600px) {
  .content .m-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .content .m-grid-6 {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .m-grid-6.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.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: 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: 600px) {
  .content .m-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .content .m-grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .m-grid-5.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.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: 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: 600px) {
  .content .m-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .content .m-grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .m-grid-4.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.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: 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: 600px) {
  .content .m-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .content .m-grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .m-grid-3.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.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: 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: 600px) {
  .content .m-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  .content .m-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .content .m-grid-2.--grid-catalogue {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.content {
  line-height: 1.5;
  font-size: var(--content-font);
}
.content h1 {
  margin: 0;
  margin-bottom: calc(var(--ue-strong) * 2);
  text-transform: none;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #272727;
}
@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: 1rem 0;
}
.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;
  font-weight: 500;
  color: #484848;
}
@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.3;
  font-weight: 500;
  color: #484848;
}
@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 / 2 / 2) 0;
}
.wysiwyg .pi-block-full {
  margin: calc(1rem + 1rem / 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.2);
  font-weight: 500;
  position: absolute;
  display: block;
  top: -0.25rem;
  left: 0;
  color: #df4047;
}
.wysiwyg ol {
  padding-left: 1rem;
  margin: 1rem 0;
}
.wysiwyg .ck-list-margin li {
  margin: 1rem 0;
}
.wysiwyg table {
  border-collapse: collapse;
}
.wysiwyg a {
  transition: 0.3s;
  text-decoration: none;
  color: #df4047;
  border-bottom: 1px solid #df4047;
}
.wysiwyg a:hover {
  transition: 0.3s;
  text-decoration: none;
}
.wysiwyg a:hover {
  border-bottom-color: transparent;
}
.wysiwyg a.button {
  height: 2.2rem;
  background-color: #df4047;
  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:hover,
.wysiwyg a.button:focus {
  background-color: #ca2229;
}
.wysiwyg a.button .icon {
  color: #fff;
  vertical-align: baseline;
  margin-right: 0.8rem;
}
.wysiwyg .ck-float-p {
  margin: 0;
}
.wysiwyg .ck-float-p + p {
  margin-top: 0;
}
.wysiwyg .ck-image {
  float: none;
  margin: 1rem / 2 / 2 1rem 1rem / 2 / 2 0;
  padding: 3px;
  max-width: 100%;
  border: 3px solid #df4047;
  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 / 2) calc(1rem + 1rem / 2 / 2) 0 !important;
}
.wysiwyg .ck-image-right {
  float: right;
  margin: 0.3em 0 calc(1rem + 1rem / 2 / 2) calc(1rem + 1rem / 2) !important;
}
.wysiwyg .ck-image-height-auto {
  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 {
  margin: 1rem 0;
}
.wysiwyg .ck-table-user th {
  padding: 5px 10px;
  border: 1px solid #df4047;
  background: #eee;
}
.wysiwyg .ck-table-user td {
  padding: 5px 10px;
  border: 1px solid #df4047;
}
.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: #df4047;
  fill: #272727;
  transition: 0.3s;
}
.wysiwyg .ck-file a:hover {
  transition: 0.3s;
}
.wysiwyg .ck-file a:hover .ck-file-link {
  border-bottom: 1px solid #df4047;
  transition: 0.3s;
}
.wysiwyg .ck-file a:hover .ck-file-icon .icon {
  fill: #df4047;
  transition: 0.3s;
}
.wysiwyg .ck-2col {
  display: flex;
  flex-flow: row nowrap;
  margin: calc(1rem + 1rem / 2) 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: 428px) {
  .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: #eee;
  color: #000000;
  transition: 0.3s;
  border: 1px solid #df4047;
  border-bottom: 0;
}
.wysiwyg .ck-tabs__button:hover {
  color: #000000;
  background-color: #e1e1e1;
}
.wysiwyg .ck-tabs__button.active {
  background-color: #df4047;
  color: #ffffff;
}
.wysiwyg .ck-tabs__button.active:hover {
  color: #ffffff;
  background-color: #db2a32;
}
.wysiwyg .ck-tabs__body {
  padding: 0.5rem;
  border: 1px solid #df4047;
}
.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: #df4047;
  border-bottom: 1px solid #df4047;
}
.wysiwyg .ck-tabs_gallery .ck-tabs__button.active {
  background: none;
  color: #df4047;
  border-bottom: 1px solid #df4047;
}
.wysiwyg .ck-tabs_gallery .ck-tabs__button.active:hover {
  color: #db2a32;
  background: none;
  border-bottom: 1px solid #db2a32;
}
.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;
}
