.header__nav ul>li span {
  padding: 13px 10px;
}

.footer__app-links span img {
  height: auto;
}

.footer__nav {
  display: none;
}

.sticky-header {
  display: none;
}

/* Відтінок сторінки перенесено з <html> сюди: filter на предку ламає
   position: fixed/sticky у .sticky-header на реальних мобільних браузерах.
   #main-content не містить фіксованих модалок, тож фікс шапки не ламається. */
#main-content {
  filter: hue-rotate(7deg);
}

.article--date-bar.mob {
  display: none;
}

.article__social-share.mob {
  display: none;
}

.CallOut-container-b4f24bf1b9a6c46446539d88a865f039 {
  justify-content: center;
}

.CallOut-content-e3de4b66c40e3387c51cd4ec9dd19194 {
  flex: none !important;
}

.CallOut-icon-3c2defe8e908bbb4cf00712132615605.CallOut-mono-69977b1354c5ebaaa9eb4030c3284175 {
  display: flex;
}

.coral-thread--container.commentContainer::after {
  display: none;
}

.coral-thread--container.commentContainer {
  overflow: visible;
}

.comment {
  padding-top: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbd1d2;
}

.comment__time {
  font-size: 11px;
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 8px;
}

.comment__icon {
  display: flex;
}

.comment__icon img {
  width: 10px;
  height: 10px;
}

.comment__icon img::before {
  display: none !important;
}

.comment__name {
  font-size: 15px;
  letter-spacing: -0.47px;
  font-family: var(--font-family-bold);
  color: #474753;
  font-weight: 700;
  margin-bottom: 8px;
}

.comment__text {
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 8px;
}

.comment__button {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
}

#comments-allComments-log .comment__button span {
  margin-right: 0px !important;
}

.comment__button img {
  width: 9px;
  height: 9px;
}

.comment__buttons {
  display: flex;
  justify-content: space-between;
  padding-right: 16px;
}

.comment__btn-wrapper {
  display: flex;
  gap: 40px;
}

#comments-allComments-log>div:last-child {
  display: block;
}

.comment>.comment {
  padding-left: 25px;
  padding-top: 10px;
}

.comment>.comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
}


@media (min-width: 768px) {
  .header__nav ul>li.header__nav--fade a {
    padding: 13px 16px 13px 28px;
  }
}

@media(max-width:720px) {
  .article__featured-image {
    padding: 0 10px;
  }

  .article__title {
    margin-top: 100px;
  }

  .sticky-header {
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    position: fixed;
    background-color: #eceff5;
  }
}

@media (max-width: 991px) {
  .tf-rhs-col {
    display: none;
  }

  .article__social-share {
    display: none;
  }

  .bookmark a {
    padding: 0 8px !important;
  }

  .bookmark a img {
    margin: 0 !important;
  }

  .article__accreditation {
    margin-bottom: 16px;
  }

  .article.tf-lhs-col {
    width: 100%;
    margin-right: 0;
  }

  .audio-article-container {
    margin: 0 -16px 8px -16px;
    width: calc(100% + 32px);
  }

  .article__featured-image {
    margin: 0 -16px 24px -16px;
  }

  .article__social-share.mob {
    display: flex;
  }

  .article--top-bar {
    display: none;
  }

  .article--date-bar.mob {
    display: block;
  }

  #main-content.wrapper {
    width: 100%;
    margin-right: 0;
  }

  .brandbar {
    display: none;
  }

  body {
    padding-top: 0;
  }

  #main-content>.header {
    display: none;
  }



  .sticky-header .header {
    background-color: #fff;
    color: #212121;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    margin-bottom: 0;
    border-radius: 0;
  }

  .weather-widget {
    flex-direction: column;
  }

  .header__content {
    display: flex;
    gap: 8px;
  }

  .weather-widget__data--city {
    font-size: 8px;
    color: rgba(33, 33, 33, 0.6);
  }

  .weather-widget__data {
    border-left: none;
    margin-left: 0;
  }

  .weather-widget--locked {
    margin-left: 0;
    min-width: 50px;
    vertical-align: middle;
  }

  #main-content.wrapper {
    padding: 0;
  }

  .footer__nav {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
    height: 61px;
    display: flex;
    align-items: center;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;

    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 768px) {
  .article__details {
    flex-direction: column-reverse !important;
  }

  .article__author,
  .article__accreditation {
    visibility: hidden;

    margin-bottom: 0px;
  }

  .header__content {
    align-items: center;
  }

  .article__details {
    margin-top: 0;
  }

  .coral-thread--container.commentContainer {
    overflow: visible;
    max-height: none;
  }
}

@media (max-width: 425px) {
  .header__logo>img {
    height: 22px;
  }
}

/* ol {
  list-style-type: none;
  counter-reset: item;
} */

/* ol li {
  counter-increment: item;
  position: relative;
} */
aside a {
  pointer-events: none;
  user-select: none;
}

@media (max-width: 750px) {
  ol {
    padding-inline-start: 20px;
  }
}

.article__body a,
.comment__text a {
  color: #007fff !important;
  font-weight: 300 !important;
  text-decoration: underline;
  font-family: "proximanova-regular", sans-serif;
}

.article__body a:hover,
.comment__text a:hover {
  color: #e11229 !important;
}

.button-link {
  color: #fff !important;
  background-color: #007fff;
  display: block;
  margin: 3rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-radius: 4px;
}

.button-link:hover {
  background-color: #e11229;
}

h2 {
  font-family: "proximanova-bold", sans-serif;
  font-size: 24px;
}

*:focus-visible {
  outline: none;
}

.coral-guidelines {
  border: none !important;
}

.coral-tabBarSecondary-tab-active>div span,
.comment__name,
.comment__text,
.Markdown-root-3d2b06281c90101cf5bd89f8e574c33c p {
  font-family: "Open Sans", sans-serif !important;
}

.check-mobile__date {
  font-size: 1.5rem;
}

.check-mobile_amount {
  font-size: 1.8rem;
}

.check-mobile_sum-text {
  font-size: 2.2rem;
}

img:before,
#audio-article-cta {
  display: none;
}

.links--image a,
.auth-section {
  pointer-events: none;
}

@media (min-width: 10px) and (max-width: 991px) {
  .days .article__featured-image {
    margin: 0 0 8px;
  }
}

@media (min-width: 10px) and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

ul,
ol {
  padding: 0;
}

.article__body ul li::before {
  width: 8px;
  height: 8px;
  background-color: #007fff;
}

.lightbox-img {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.lightbox-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-image: url("../index/lupa.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

/* INFOBOX */

.info-box {
  margin: 32px 0;
  border-radius: 8px;
  padding: 24px 28px 20px;
  background: #e8eff5;
}

.info-box h3 {
  margin-block: 5px 4px;
  font-weight: 700;
  font-size: 22px;
}

.info-box ul {
  padding-left: 0;
  list-style: disc inside;
}

.info-box li {
  margin-block: 0.75em;
}

.info-box.reg {
  border: 1px solid #d9d9d9;
  background: #fff;
}

.info-box.reg ol {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 17px;
  list-style: decimal;
}

.info-box.reg ol li {
  list-style: decimal;
}

/* INFOBOX */

/* EXPERT */

.feedback {
  display: grid;
  grid-template-columns: 80px auto;
  grid-template-rows: repeat(2, auto);
  align-items: start;
  column-gap: 20px;
  margin-bottom: 20px;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 24px;
  background: #f7f9fb;
}

.feedback .feedback__ava {
  grid-row: 1 / 3;
  width: 80px;
  height: 80px;
  border: 3px solid #d9d9d9;
  border-radius: 50%;
  object-fit: cover;
}

.feedback .feedback__name {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 18px;
}

.feedback .feedback__prof {
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
}

.feedback .feedback__text {
  grid-column: 2 / 3;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0;
}

@media (max-width: 500px) {
  .feedback .feedback__ava {
    grid-row: 1 / 2;
  }

  .feedback .feedback__text {
    grid-column: 1 / 3;
    margin-top: 0;
  }
}

/* EXPERT */