@media (max-width: 1240px) {
  .commentsApp__infoMessage {
    align-items: center;
    display: flex;
    font: 700 14px/20px roboto, roboto_;
    height: 0;
    justify-content: space-between;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    transition: margin 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
  }

  .commentsApp__infoMessageClose {
    cursor: pointer;
  }

  .commentsApp__comment .commentsApp__textField {
    height: 0;
    visibility: hidden;
  }

  .reg {
    padding: 0 15px;
  }

  .commentsApp__addCommentTextarea {
    appearance: none;
    background-color: #fff;
    border: 1px soliFd #ccc;
    border-radius: 0;
    color: #111;
    display: block;
    font: 400 15px/25px roboto, roboto_;
    min-height: 110px;
    padding: 15px 20px;
    position: relative;
    resize: none;
    transition: border-color 0.2s ease-out;
    width: 100%;
  }

  .commentsApp__addCommentTextarea:hover {
    border-color: #111;
  }

  .commentsApp__addCommentTextarea:focus {
    border-color: #111;
    outline: 0;
  }

  .commentsApp__bottom {
    border: 1px solid #ccc;
    border-top: 0;
    justify-content: space-between;
    padding: 15px;
  }

  .commentsApp__bottom,
  .commentsApp__bottomFrame {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: end !important;
  }

  .commentsApp__bottomFrame {
    gap: 10px;
  }

  .commentsApp__bottomFrame .commentsApp__bottomFrameElement {
    color: #757575;
    font: 700 14px/14px robotocondensed, robotocondensed_;
  }

  .commentsApp__bottomFrame .commentsApp__userName {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .commentsApp__commentsContainer {
    display: flex;
    flex-flow: column nowrap;
    padding-top: 5px;
  }

  .commentsApp__comment {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
  }

  .commentsApp__comment:last-child {
    border-bottom: 0;
  }

  .commentsApp__comment:has(.adviewDFPBanner) {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .commentsApp__comment .commentsApp__textField {
    margin-left: 40px;
  }

  .commentsApp__commentHead {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
  }

  .commentsApp__commentAuthor {
    font: 700 16px/20px robotocondensed, robotocondensed_;
    word-break: break-word;
  }

  .commentsApp__commentBody {
    font: 400 16px/24px roboto, roboto_;
    margin: 15px 0;
    word-break: break-word;
  }

  .commentsApp__commentDate {
    color: #757575;
    font: 400 16px/20px robotocondensed, robotocondensed_;
  }

  .commentsApp__commentLink {
    position: relative;
  }

  .commentsApp__commentLinkButton {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
  }

  .commentsApp__commentLinkButton:before {
    display: block;
    font-size: 0;
    line-height: 0;
  }

  .commentsApp__commentLinkInfo {
    background: #fff;
    box-shadow: 4px 4px 6px hsla(0, 0%, 7%, 0.2);
    color: #757575;
    display: none;
    font: 700 14px/20px roboto, roboto_;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100%;
    width: max-content;
    z-index: 9;
  }

  .commentsApp__subComments .commentsApp__textField {
    margin-left: 0;
  }

  .commentsApp__options {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-left: auto;
  }

  .commentsApp__options-item {
    line-height: 0;
    position: relative;
  }

  .commentsApp__optionsDots:before {
    display: block;
    font-size: 0;
    line-height: 0;
  }

  .commentsApp__commentFooter {
    gap: 15px 30px;
  }

  .commentsApp__commentFooter {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
  }

  .commentsApp__showReplies {
    align-items: center;
    display: flex;
    gap: 6px;
    position: relative;
  }

  .commentsApp__showReplies:after {
    border-bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
  }

  .commentsApp {
    color: #111;
    margin: 0 15px 30px;
  }

  .commentsApp__textStyledBtn {
    align-items: center;
    appearance: none;
    background: transparent;
    border: none;
    color: #111;
    cursor: pointer;
    display: flex;
    font: 700 14px/20px robotocondensed, robotocondensed_;
    gap: 6px;
    padding: 0;
    transition: color 0.2s ease-out;
  }

  .commentsApp__textStyledBtn:hover {
    color: #757575;
  }

  .commentsApp__button {
    background-color: #beff96;
    border: 2px solid #beff96;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font: 700 14px/16px robotocondensed, robotocondensed_;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
  }

  .commentsApp:not(.commentsApp--logged) .commentsApp__button--send {
    display: none;
  }

  .commentsApp__Box {
    background: #fff;
    box-shadow: 4px 4px 6px hsla(0, 0%, 7%, 0.2);
    display: none;
    flex-flow: column nowrap;
    gap: 15px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap;
    width: auto;
    z-index: 9;
  }

  .commentsApp__BoxOption {
    align-items: center;
    appearance: none;
    background: transparent;
    border: none;
    color: #757575;
    cursor: pointer;
    display: flex;
    font: 700 14px/14px robotocondensed, robotocondensed_;
    gap: 10px;
    padding: 0;
    position: relative;
    text-align: left;
    transition: color 0.2s ease-out;
  }

  .commentsApp__BoxOption:hover {
    color: #111;
  }

  .commentsApp__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .commentsApp__heading {
    padding-bottom: 15px;
    font: 700 20px/26px oswald, oswald_;
    text-transform: uppercase;
  }

  .commentsApp__heading span {
    font: 400 20px/26px oswald, oswald_;
  }

  html {
    font-size: 21px;
    overflow-x: hidden;
  }

  html body {
    padding-top: 50px;
  }

  * {
    box-sizing: border-box;
  }

  .section_wrapper {
    width: 100%;
  }

  .section_wrapper .content_wrap {
    background-color: #fff;
    position: relative;
  }

  .content_wrap {
    background-color: #fff;
    position: relative;
    width: 100%;
  }

  .left_aside,
  .right_aside {
    width: 100%;
  }

  @supports (display: grid) {
    .main_wrapper,
    .top_section {
      width: 100%;
    }

    .bottom_section {
      width: 100%;
    }

    .right_aside {
      width: 100%;
    }
  }

  #article_title:after,
  .article_author:after {
    clear: both;
    content: " ";
    display: block;
    float: none;
    width: 100%;
  }

  #article_title {
    color: #111;
    font: 700 24px/31px oswald, oswald_;
    margin-top: 10px;
    word-break: break-word;
  }

  .main_wrapper:not(.main_wrapper--video) #article_title {
    padding: 2px 0px 0;
    width: 100% !important;

    line-height: 31px;
    width: 414px;
  }

  @supports (display: grid) {
    #article_title {
      width: 100%;
    }
  }

  .article_author {
    display: block;
  }

  .article_author {
    color: #111;
    font-family: robotocondensed;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }

  .date_section {
    color: #111;
  }

  .date_section {
    font: 400 14px/18px robotocondensed, robotocondensed_;
  }

  .author_section {
    align-items: center;
    display: flex;
    margin: 20px 0px;
    padding: 0;
  }

  .author_prefix {
    color: #757575;
    font-weight: 400;
    font: robotocondensed;
    text-transform: capitalize;
  }

  #sitePath {
    position: relative;
  }

  .breadcrumbs {
    display: flex;
    flex-flow: row nowrap;
    font: 400 12px/21px roboto, roboto_;
    height: 20px;
    margin: 17px 0px 8px;
    overflow: hidden;
    width: 100%;
  }

  body#pageTypeId_7 .breadcrumbs {
    margin: 0 15px;
  }

  .breadcrumbs:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 70%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 1;
  }

  .breadcrumbs .breadcrumbs__item {
    color: #757575;
    position: relative;
  }

  .breadcrumbs .breadcrumbs__item:after {
    content: "·";
    display: inline-block;
    font-size: 2em;
    line-height: 15px;
    padding: 0 7px 0 5px;
    vertical-align: middle;
  }

  .breadcrumbs .breadcrumbs__item:last-of-type {
    padding-right: 0;
  }

  .breadcrumbs .breadcrumbs__item:last-of-type:after {
    display: none;
  }

  .breadcrumbs .breadcrumbs__item .breadcrumbs__link {
    color: inherit;
    font: inherit;
    transition: color 0.2s ease-in;
  }

  .breadcrumbs .breadcrumbs__item .breadcrumbs__link:hover {
    background: none;
    color: #111;
  }

  @supports (display: grid) {
    #sitePath {
      width: 100%;
    }
  }

  .socialBar {
    display: flex;
    flex-direction: column;
  }

  .socialBar.vertical.visible {
    opacity: 1;
    top: 230px;
  }

  .socialBar__items {
    display: none;
    gap: 13px;
    justify-content: flex-end;
    position: relative;
    width: 115px;
  }

  .news-box {
    display: none;
  }

  .main_wrapper,
  .top_section {
    display: block;
    width: 100%;
  }

  .socialBar__item {
    align-items: center;
    background-color: #fff;
    background-position: 50%;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    overflow: hidden;
    width: 30px;
  }

  .socialBar__item > svg {
    height: 16px;
    width: 16px;
  }

  .socialBar__item--c2s {
    border: none;
    display: none;
  }

  .socialBar__item--copyArticle {
    overflow: visible;
    position: relative;
  }

  .socialBar__item--copyArticle > svg {
    height: 14px;
    width: 15px;
  }

  .socialBar__tooltip {
    background-color: #757575;
    color: #fff;
    font: 400 10px/12px robotocondensed, robotocondensed_;
    opacity: 0;
    padding: 6px;
    pointer-events: none;
    position: relative;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(100% + 14px);
    white-space: nowrap;
    z-index: 1;
  }

  .socialBar__tooltip:before {
    border-color: transparent transparent transparent #757575;
    border-style: solid;
    border-width: 6px 0 0 6px;
    content: "";
    height: 0;
    left: 0;
    left: auto;
    position: absolute;
    right: 12px;
    top: -6px;
    transform: translateX(100%);
    width: 0;
    z-index: 1;
  }

  .art_content {
    color: #111;
    font: 400 18px/29px roboto, roboto_;
  }

  .art_content b {
    font-weight: 700;
  }

  .art_content i {
    font-style: italic;
  }

  .art_content .art_sub_title {
    font: 700 20px/32px robotocondensed, robotocondensed_;
    margin: 20px 0;
    word-break: break-word;
  }

  .art_content .art_paragraph,
  .art_content p {
    margin: 20px 0;
    word-break: break-word;
  }

  .art_content ul {
    word-wrap: break-word;
    margin: 20px 0;
    padding-left: 25px;
  }

  .art_content ul > li {
    margin: 15px 0;
  }

  .art_content ul {
    list-style: square outside;
  }

  .art_content .art_embed:has(.video-head) {
    background-color: #eee;
    color: #111;
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
    margin: 30px -15px;
    padding: 15px 15px 20px;
    position: relative;
  }

  .art_content .art_embed:has(.video-head):after {
    border-color: #eee transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 1;
  }

  .art_content .art_embed:has(.video-head) > div:first-child:has(.video-head) {
    display: contents;
  }

  .art_content .art_embed:has(.video-head) .video-head {
    display: block;
    font: 700 16px/20px oswald, oswald_;
    text-transform: uppercase;
  }

  .art_content .art_embed:has(.video-head) .video-description {
    display: block;
    font: 700 18px/24px robotocondensed, robotocondensed_;
    margin-top: -5px;
  }

  .art_content .art_embed:has(.video-head) div[id^="onn-cid"] {
    aspect-ratio: 16/9;
    background-color: #fff;
  }

  .article-gallery-picture {
    display: grid;
    grid-template: "picture picture" 1fr "description meta" max-content/1fr max-content;
  }

  .article-gallery-picture__image {
    display: block;
    grid-area: picture;
    width: 100vw;
    margin-left: -20px;
  }

  .article-gallery-picture__description {
    color: #757575;
    font: 400 12px/16px robotocondensed, robotocondensed_;
    grid-area: description;
    overflow-wrap: anywhere;
    padding: 0px 15px;
  }

  .tags {
    margin: 20px 0 0;
    padding: 0 15px;
    width: 100%;
  }

  .tags_header {
    display: none;
  }

  .tags_list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
  }

  .tags_item {
    border: 1px solid #e5e5e5;
    color: #757575;
    display: block;
    font: 400 14px/14px robotocondensed, robotocondensed_;
    padding: 3px;
    text-transform: capitalize;
  }

  .tag_link {
    color: currentcolor;
  }

  .news-box {
    position: relative;
  }

  .news-box__tablist {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    width: 100%;
  }

  .news-box__tab {
    appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #757575;
    cursor: pointer;
    flex: 1 1 50%;
    font: 700 18px/22px robotocondensed, robotocondensed_;
    padding: 8px 16px;
    scroll-snap-align: center;
    text-transform: uppercase;
    transition: color 0.2s ease-out;
    white-space: nowrap;
  }

  .news-box__tab:hover {
    color: #111;
  }

  .news-box__tab:focus {
    border-bottom-color: #111;
  }

  .news-box__tab[aria-selected="true"] {
    border-bottom-color: #111;
    color: #111;
  }

  .news-box__tabpanels {
    padding: 0 15px;
  }

  .news-box__tabpanel {
    padding-top: 15px;
  }

  .news-box__tabpanel[data-tabpanel-show="false"] {
    display: none !important;
  }

  .news-box-newest,
  .news-box-popular {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
  }

  .news-box-article-text {
    border-bottom: 1px solid #dbdbdb;
    line-height: 0;
    padding-bottom: 15px;
  }

  .news-box-article-text__time {
    color: #ec5151;
    font: 700 16px/20px oswald, oswald_;
  }

  .news-box-article-text__link {
    color: #111;
    cursor: pointer;
    transition: color 0.2s ease-out;
  }

  .news-box-article-text__link:focus,
  .news-box-article-text__link:hover {
    color: #757575;
  }

  .news-box-article-text__title {
    display: inline;
    font: 700 16px/20px robotocondensed, robotocondensed_;
  }

  .news-box-article-tile {
    border-bottom: 1px solid #dbdbdb;
    color: #111;
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
    padding-bottom: 15px;
    transition: color 0.2s ease-out;
  }

  .news-box-article-tile:focus,
  .news-box-article-tile:hover {
    color: #757575;
  }

  .news-box-article-tile__photo {
    display: block;
    flex: none;
    height: 70px;
    object-fit: cover;
    width: 100px;
  }

  .news-box-article-tile__meta {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
  }

  .news-box-article-tile__title {
    font: 700 16px/20px robotocondensed, robotocondensed_;
  }

  .recommendations__tabpanel[aria-labelledby="recommendations-tab-recommended"]:has(
      .recommendations-article-list:only-child
    ) {
    display: block;
  }

  .page_footer:after {
    clear: both;
    content: " ";
    display: block;
    float: none;
    width: 100%;
  }

  .page_footer {
    background: #fff;
    color: #969696;
    font: 400 13px/30px roboto, roboto_;
    margin: 0 auto;
    padding: 10px 15px;
    padding-bottom: 20px;
    padding-top: 2px;
    text-align: center;
    width: auto;
  }

  .page_footer .footer_lower_links {
    border-top: 1px solid #ececec;
    font: 400 12px/30px roboto, roboto_;
    padding-top: 16px;
  }

  .c2sPlayer__inArticleControl {
    align-items: center;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    flex-direction: row-reverse;
    height: 30px;
    opacity: 1;
    transition: opacity 0.2s;
    width: 30px;
  }

  .c2sPlayer__inArticleControl button {
    background-color: #fff;
    background-image: url("0bbe3759a0ea507a220f13cc593532ec5d6549ee.svg");
    background-position: 10px 9px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    margin: auto 0;
    outline: none;
    width: 30px;
  }

  .nav__hamburger {
    display: block;
  }

  .nav__mainMenu {
    display: none;
  }

  .serviceLogo {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s ease-out;
    width: 100%;
    z-index: 10600;
    height: 60px;
  }

  .serviceLogo__img {
    display: block;
    height: auto;
    max-height: 28px;
    width: auto;
  }

  .serviceLogo__bin {
    display: block;
    width: 100%;
  }

  .serviceLogo__logoGroupElements {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 10px;
    justify-content: center;
    width: 100%;
    z-index: 10;
  }

  .serviceLogo--graphicLogo:not(.serviceLogo--withAutopromotion)
    .serviceLogo__logoGroupElements {
    justify-content: center;
    padding: 0;
  }

  .nav__active {
    color: #111;
  }

  .nav__closeProjectX {
    -webkit-tap-highlight-color: transparent;
    height: 60px;
    right: 0;
    width: 44px;
  }

  .nav__closeProjectX,
  .nav__hamburger {
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    transform: translateY(-50%);
    z-index: 10602;
  }

  .nav__hamburger {
    height: 20px;
    left: 0;
    margin-left: 15px;
    width: 20px;
  }

  .nav__hamburger--projectX {
    height: 60px;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    right: auto;
    width: 44px;
  }

  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
    }
  }

  .main-navigation {
    left: 0;
    position: relative;
    width: 100%;
    z-index: 10602;
  }

  .main-navigation--projectx .main-navigation__close {
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    position: relative;
    width: 40px;
    display: none;
  }

  .main-navigation--projectx .main-navigation__close:hover {
    overflow: visible;
  }

  .main-navigation--projectx .main-navigation__inner-wrapper {
    width: 100%;
  }

  .main-navigation:before {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    top: 40px;
    width: 0;
    z-index: 1;
  }

  .main-navigation__arrow-small {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-navigation__bg {
    background: #000;
    height: 40px;
    position: absolute;
    width: 100vw;
    z-index: 0;
  }

  .main-navigation__back,
  .main-navigation__logo {
    align-items: center;
    display: flex;
    z-index: 1;
  }

  .main-navigation__logo {
    margin-left: 5px;
    margin-top: 2px;
  }

  .main-navigation__logo--linkIcon {
    position: absolute;
    left: 40px;
    line-height: 0;
  }

  .main-navigation__nav {
    margin-left: 20px;
  }

  .main-navigation__nav .main-navigation__link {
    color: #fff;
    font: 400 14px/18px oswald, oswald_;
    letter-spacing: 0.3px;
    transition: all 0.2s ease-out;
  }

  .main-navigation__nav .main-navigation__link:hover {
    opacity: 0.8;
  }

  .main-navigation__nav .main-navigation__lists {
    display: none;
  }

  .main-navigation__nav .main-navigation__list-item {
    cursor: pointer;
    height: 100%;
    padding: 10px;
  }

  .main-navigation__nav .main-navigation__list-item--isHighlighted {
    background-color: #fff;
  }

  .main-navigation__nav
    .main-navigation__list-item--isHighlighted
    .main-navigation__link {
    color: #111;
  }

  .main-navigation__logo {
    height: 25px;
    order: 1;
  }

  .main-navigation__inner-wrapper {
    align-items: center;
    background: #000;
    display: flex;
    height: 40px;
    margin: auto;
    padding-left: 10px;
    width: 100%;
  }

  .main-navigation__inner-wrapper .main-navigation__nav {
    margin-left: auto;
    order: 3;
  }

  .main-navigation__shortcuts {
    align-items: baseline;
    display: flex;
    margin-left: auto;
  }

  .main-navigation__shortcuts .main-navigation__lists {
    display: flex;
    padding: 18px 15px;
  }

  .main-navigation__shortcuts .main-navigation__link {
    align-items: center;
    color: #fff;
    color: #111;
    cursor: pointer;
    display: flex;
    font: 400 12px/16px oswald, oswald_;
    font: 400 12px/17px roboto, roboto_;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }

  .main-navigation__shortcuts .main-navigation__list-item span {
    margin-left: 8px;
  }

  .main-navigation__login {
    order-display: none;
    order: 1;
    position: relative;
  }

  .main-navigation__link {
    display: none !important;
  }

  .main-navigation__login .main-navigation__login {
    position: absolute;
    right: -160px;
    display: block !important;
    margin-left: 8px;
  }

  .main-navigation__nav {
    display: block;
  }

  .main-navigation__nav .main-navigation__list-item,
  .main-navigation__shortcuts .main-navigation__list-item {
    align-items: center;
    display: flex;
    position: relative;
  }

  .main-navigation__dropdown {
    display: flex;
    justify-content: center;
    order: 2;
    position: relative;
  }

  .top_wrapper {
    height: 40px;
    position: fixed;
    top: 0;
    transition: transform 0.3s ease-out;
    width: 100%;
    z-index: 100;
  }

  html body {
    padding-top: 100px;
    overflow: hidden;
  }

  html body#pageTypeId_7 {
    padding-top: 120px;
  }

  #DFP_PREMIUMBOARD {
    z-index: 10602;
  }

  .navBox {
    position: relative;
    transform: translateY(0);
    transition: all 0.6s ease-out;
    z-index: -2;
  }

  .art_content
    .art_embed:has(
      .twitter-tweet,
      .instagram-media,
      .tiktok-embed,
      .telegram-post,
      .fb-embed
    ) {
    background-image: url("");
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    height: 300px;
    justify-content: center;
    overflow: clip;
    position: relative;
    transition: height 0.5s ease;
  }

  .art_content .art_embed:has(.twitter-tweet) {
    height: 250px;
  }

  #article_wrapper {
    padding: 0;
  }

  .index_simple.tiles
    .entry
    header
    h2:has(span.article_title__flag__index)
    > a {
    display: inline;
  }

  

  body,
  div,
  form,
  h1,
  h2,
  h3,
  input,
  li,
  p,
  textarea,
  ul {
    margin: 0;
    padding: 0;
  }

  h1,
  h2,
  h3 {
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
  }

  ul {
    list-style: none;
  }

  img {
    border: 0;
  }

  aside,
  figure,
  footer,
  header,
  nav,
  section {
    display: block;
    margin: 0;
    padding: 0;
  }

  html {
    display: block;
  }

  body {
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #111;
    font-family: roboto, roboto_;
    font-size: 21px;
    line-height: 30px;
  }

  .reg__list h2 {
    margin-bottom: 0 !important;
  }

  .reg__list {
    padding: 0 !important;
  }

  .reg__item {
    margin: 0 !important;
  }

  .commentsApp__comment {
    border: none;
  }

  .commentsApp__commentFooter {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
}

@media (max-width: 900px) {
  .gazeta_article_lead {
    margin: 0 0 20px 0px;
  }
}