@media print {
  .body {
    padding-top: 0;
  }
  .wysiwyg {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #3B96F4;
    font-family: "Golos Text";
  }
  .wysiwyg .wp-block-gallery .blocks-gallery-item {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  }
  .wysiwyg .wp-block-gallery .blocks-gallery-image {
    margin-left: 0px;
    margin-right: 0px; 
  }
  .wysiwyg .wp-block-gallery .blocks-gallery-image figcaption,
  .wysiwyg .wp-block-gallery .blocks-gallery-item figcaption {
    box-sizing: border-box;
  }
  .wysiwyg .wp-element-caption {
    font-style: italic;
    font-size: 14px;
    text-align: center; 
  }
  .wysiwyg .wp-block-image {
    max-width: none;
    margin: 32px auto;
    padding: 0px; 
  }
  .wysiwyg img.aligncenter,
  .wysiwyg .wp-block-image.aligncenter {
    display: block;
    margin: 12px auto;
    padding: 0px; 
  }
  .wysiwyg img.alignnone,
  .wysiwyg .wp-block-image.alignnone {
    display: inline;
    margin: 12px 0px;
    padding: 0px; 
  }
  .wysiwyg img.alignright,
  .wysiwyg .wp-block-image.alignright {
    display: inline;
    margin: 16px 0px 16px 24px;
    padding: 0px; 
  }
  .wysiwyg img.alignleft,
  .wysiwyg .wp-block-image.alignleft {
    display: inline;
    margin: 16px 24px 16px 0px;
    padding: 0px; 
  }
  .wysiwyg table {
    width: 100% !important;
    margin: 20px 0; 
  }
  .wysiwyg table tr:nth-child(odd) {
    background: #f6f6f6; 
  }
  .wysiwyg table td {
    padding: 10px 15px;
    color: #686868;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    border: 1px solid rgba(95, 125, 149, 0.20); 
  }
  .wysiwyg p {
    color: #21282E;
    font-family: "Golos Text";
    font-weight: 400;
    line-height: 180%;
    font-size: 16px; 
  }
  .wysiwyg p:not(:last-child) {
    margin-bottom: 30px; 
  }
  .wysiwyg h2 {
    color: #21282E;
    font-family: "Golos Text";
    font-weight: 600;
    line-height: 180%;
    font-size: 22px;
    margin-bottom: 30px;
    display: inline-block; 
  }
  .wysiwyg h3 {
    color: #21282E;
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 10px;
    display: inline-block; 
  }
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    display: inline-block;
    color: #21282E;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    color: inherit; 
  }
  .wysiwyg strong {
    font-weight: 700;
    color: inherit; 
  }
  .wysiwyg blockquote {
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 140, 255, 0.05);
    border-left: 1px solid #f6f6f6;
    margin: 30px 0; 
  }
  .wysiwyg blockquote p {
    color: #1B58A2;
    font-family: "Golos Text";
    font-size: 16px;
    font-weight: 400;
    line-height: 180%; 
  }
  .wysiwyg ol,
  .wysiwyg ul {
    padding: 0;
    margin: 15px 0; 
  }
  .wysiwyg ol li,
  .wysiwyg ul li {
    color: #21282E;
    font-family: "Golos Text";
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%; 
  }
  .wysiwyg ol li:not(:last-child),
  .wysiwyg ul li:not(:last-child) {
    margin-bottom: 10px; 
  }
  .wysiwyg ol {
    counter-reset: li;
    padding: 0;
    list-style: none; 
  }
  .wysiwyg ol li {
    display: inline-block;
    counter-increment: li;
    position: relative;
    width: 100%;
    padding-left: 20px; 
  }
  .wysiwyg ol li:before {
    position: absolute;
    content: counter(li) " ." !important;
    color: #1B58A2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
  .wysiwyg ul {
    counter-reset: li;
    padding: 0;
    list-style: none; 
  }
  .wysiwyg ul li {
    display: inline-block;
    position: relative;
    counter-increment: li;
    width: 100%;
    padding-left: 20px; 
  }
  .wysiwyg ul li:before {
    content: '';
    position: absolute;
    background: #f6f6f6;
    left: 0;
    display: block;
    width: 10px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .wysiwyg a {
    font-family: "Golos Text";
    color: #1B58A2;
    text-decoration: none;
    line-height: 180%;
    font-size: 16px; 
  }
  .post-title {
    color: #141414;
    font-family: "Golos Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
  }
  .post-thumbnail {
    margin-bottom: 20px; 
  }
  .post-footer,
  .single-post-navigation,
  .more-news-single,
  .post-header,
  .post-comments,
  section.seo,
  .header,
  .breadcrumbs,
  .blog-tags,
  header,
  .header-mobile-container,
  .footer {
    display: none;
  }
}