@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Barlow";
  src: url("/fonts/BarlowSemiCondensed-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Rokkitt";
  src: url("/fonts/Rokkitt-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Rokkitt";
  src: url("/fonts/Rokkitt-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto";
}

ul {
  list-style-type: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.container-article {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

.ad-1 {
  margin-bottom: 12px;
  width: 100%;
  display: block;
}

.title-sm {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 42px;
  text-transform: uppercase;
}

.header-list {
  padding-top: 4px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  li {
    position: relative;
  }

  li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    right: -4px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #e2e2e2;
  }

  a {
    color: #757575;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
  }
}

.header-top,
.header-center {
  position: fixed;
  top: 0px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 100%;
}

.header-center {
  top: 40px;
}

.header-center .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.header-center-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 8px;
  color: #767676;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  border-radius: 100px;
  border: 1px solid #e2e2e2;
}

.header-center-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
  }
}

.header-center-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.logo-w-border {
  border-radius: 50px;
  border: 1px solid #ffa500;
  background: #fff;
  padding: 6px 10px;
}

.header-center-right-btn {
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 9px;

  a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    text-decoration: none;
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
  }
}

.header-bottom {
  margin-top: 90px;
  background-color: #c00;
  padding-block: 6px;
  margin-bottom: 10px;
}

.header-bottom-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  li:first-of-type a {
    color: #f8fef9;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 32px;
  }

  li:first-of-type span:first-of-type {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  li a {
    color: #f8fef9;
    font-family: "Roboto";
    font-size: 16px;
    text-decoration: none;
  }
}

.header-sticky {
  display: none;
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 90px;
}

.header-sticky span {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  color: #221f1f;
  font-family: Arial;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.changing-line {
  color: #221f1f;
  font-size: 18px;
  font-weight: 400;
  margin-left: 18px;
}

.header-sticky .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2px;
}

.span-mob-only {
  display: none !important;
}

.article-title-wrapper {
  margin-left: 74px;
  max-width: 750px;
  margin-bottom: 32px;
}

.article-title-wrapper h4 {
  color: #c00c00;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 12px;
}

.article-title-wrapper h1 {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 8px;
}

.accent {
  color: #c00c00;
}

.link {
  text-decoration: underline;
}

.article-title-wrapper p {
  color: #3e5353;
  font-size: 18px;
  line-height: 24px;
}

.article-hero-img img {
  width: 100%;
}

.article-hero-img span {
  color: #827d80;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  display: block;

  strong {
    margin-left: 6px;
  }
}

.mob-socials {
  display: none;
}

.changing-line-wrapper {
  height: 1.2em;
  overflow: hidden;
  margin-left: 5px;
  position: relative;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.changing-line {
  position: absolute;
  width: 100%;
  transition: transform 0.8s ease-in-out;
  transform: translateY(-200%);
  font-size: 18px;
}

.changing-line.active {
  transform: translateY(0);
}

.changing-line.leaving {
  transform: translateY(-200%);
}

.progress-bar {
  height: 3px;
  background-color: transparent;
  width: 0%;
  transition: width 0.1s linear;
  background-color: #c00c00;
}

.article-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.article-socials {
  z-index: 0;
  position: sticky;
  top: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;

  a {
    border-radius: 18px;
    background-color: #e1eaf3;
    transition: background-color 0.4s ease;
    margin-bottom: 8px;

    &:hover {
      background-color: #a3c9ef;
    }
  }

  a:nth-of-type(5) {
    margin-bottom: 100px;
  }

  a:last-of-type {
    background: none;
  }
}

.article-body {
  max-width: 590px;
  width: 100%;
}

.article-sidebar {
  z-index: 0;
  position: sticky;
  top: 190px;
  max-width: 300px;
  width: 100%;
  padding-bottom: 40px;

  h3 {
    display: flex;
    color: #121212;
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  h3 a {
    color: #0465c8;
    font-family: "Barlow";
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-transform: none;
  }
}

.sidebar-outer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 4px solid #dde0e5;
  border-bottom: 4px solid #dde0e5;
}

.sidebar-wrapper {
  border-left: 1px solid #c00c00;
}

.sidebar-item {
  padding: 0 0 14px 20px;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}

.sidebar-img {
  margin-top: 40px;
}

.sidebar-img img {
  width: 100%;
}

.sidebar-item::before {
  content: "";
  position: absolute;
  background-color: #c00c00;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -3px;
  top: 0;
}

.sidebar-item-time {
  color: #c00c00;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.32px;
  text-align: left;
}

.sidebar-item-text {
  color: #222;
  font-family: "Barlow";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.article-body-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #dde0e5;
  margin-bottom: 32px;
}

.article-body-author span:first-of-type {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.article-body-author span:last-of-type {
  color: #827d80;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

.dropcap-paragraph {
  max-width: 250px;
  font-size: 18px;

  .link.accent {
    font-weight: 700;
  }
}

.sm-text {
  max-width: 250px;
  font-size: 18px;
}

.dropcap-paragraph::first-letter {
  float: left;
  font-size: 100px;
  font-weight: 900;
  color: #222;
  margin-top: -30px;
}

.article-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.article-links {
  background-color: #eceff4;
  position: relative;
  padding: 0 10px 10px 10px;
  width: 100%;
  max-width: 318px;
}

.article-text-2 {
  margin-top: 6px;
  color: #222;
  font-size: 18px;
  line-height: 25px;

  .link.accent {
    font-weight: 700;
  }
}

.article-links-title {
  position: relative;
  background-color: #b00020;
  color: #fff;
  top: 0;
  left: -10px;
  font-size: 16px;
  font-weight: 700;
  max-width: 120px;
  width: 100%;
  padding: 10px;
  margin-bottom: 4px;
}

.article-links-item {
  strong {
    color: #3e5353;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  a {
    color: #0465c8;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
  }
}

.article-quote {
  color: #827d80;
  font-family: "Barlow";
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  margin: 20px auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.article-button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 4px;
  background-color: #0465c8;
  padding: 8px 0;
  color: #c0d8f1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color 0.4s ease;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.article-button {
  margin-bottom: 20px;
}

.comments .article-button {
  margin-bottom: 80px;
}

.article-button:hover {
  background-color: #072b4f;
}
.mb-32 {
  margin-bottom: 32px;
}

.mb-20 {
  margin-bottom: 20px;
}

.video {
  margin-bottom: 8px;
  position: relative;
  z-index: 0;
}

.video-btn {
  position: absolute;
  width: 130px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.4s ease;

  &:hover {
    transform: translate(-50%, -50%) scale(1.03);
  }
}

.article-title {
  color: #000;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.video-desc {
  display: block;
  color: #827d80;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.article-img {
  position: relative;
}

.img-text-wrapper {
  position: absolute;
  display: flex;
  bottom: 8px;
  gap: 4px;
  left: 4px;
}

.img-text {
  display: block;
  padding: 4px 6px;
  font-size: 16px;
  line-height: 16px;
  color: #0465c8;
  border-radius: 30px;
  background: #e1eaf3;
  text-decoration: none;
}

.article-img img {
  width: 100%;
}

.comments {
  border-top: 5px solid #eceff4;
  padding-top: 16px;
}

.comments-title {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}

.comments-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  color: #b00020;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  gap: 10px;
}

.footer {
  background-color: #222;
  padding-top: 20px;
}

.footer-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
}

.text-dt-only {
  display: block;
}

.footer-links {
  padding-top: 16px;
  padding-bottom: 26px;
  display: grid;
  grid-template-columns: repeat(4, auto);
}

.footer-list {
  a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
  }
}

.footer-links a {
  position: relative;
  transition: color 0.4s ease;
}

.footer-links a:hover {
  color: #0465c8;
}

.list-title a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-mob-only {
  display: none;
}

.footer-bottom {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 44px;
}

.footer-bottom-title {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;

  a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.4s ease;

    &:hover {
      color: #0465c8;
    }
  }
}

.footer-bottom-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.modal-cookie {
  position: fixed;
  background-color: #fff;
  padding-block: 24px;
  left: 0;
  right: 0;
  bottom: 0;
}

.cookie {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}

.cookie-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.cookie-left {
  color: #121212;
  font-family: "Barlow";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  p {
    margin-bottom: 12px;
  }
}

.cookie-left-buttons {
  display: flex;
  gap: 20px;
  align-items: center;

  button {
    color: #707070;
    font-family: Barlow;
    font-size: 10px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
}

.cookie-right {
  button {
    background-color: transparent;
    color: #121212;
    text-align: center;
    font-family: "Barlow";
    font-size: 16px;
    cursor: pointer;
    border: none;

    span {
      color: #0465c8;
    }
  }
}

.cookie-right-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px;

  button {
    padding: 12px 24px;
    border-radius: 100px;
    background-color: #0465c8;
    box-shadow: 0 2px 6px 0 rgba(18, 18, 18, 0.15);
    color: #fff;
    text-align: center;
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.4s ease;

    &:hover {
      background-color: #072b4f;
    }
  }
}

.popup {
  position: fixed;
  z-index: 2;
  inset: 0;
  background-color: #00000088;
  padding: 10px;
  display: none;
  justify-content: center;
  align-items: center;
}

.popup-inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
}

.popup-content {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}

.popup-content-title {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 18px;
}

.content-bg {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0;
}

.popup-content-img-inner {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 540px;
  width: 100%;
}

#popup-counter {
  color: #fff;
  font-family: "Rokkitt";
  font-size: 90px;
  text-align: center;
  display: block;
  font-weight: 500;
}

.popup-sub {
  color: #fff;
  font-family: "Rokkitt";
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  padding-bottom: 20px;
}

.popup-content-img-inner h3 {
  color: #fff;
  font-family: "Rokkitt";
  font-size: 32px;
  text-transform: uppercase;
}

.popup-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 48px;
}

.popup-buttons a {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 100px;
  transition: background-color 0.4s ease;
}

.popup-buttons a:first-of-type {
  background-color: #f1f0f1;

  &:hover {
    background-color: #c694ff;
  }
}

.popup-buttons a:last-of-type {
  background-color: #398cef;
  color: #fff;

  &:hover {
    background-color: #0465c8;
  }
}

.purple {
  color: #c694ff;
}

.popup-inner img {
  cursor: pointer;
  padding: 10px;
}

#close-popup {
  display: flex;
  position: relative;
  z-index: 9;
  justify-content: space-between;
}

.popup-content-side {
  position: absolute;
  display: flex;
  width: 100%;
  height: 40px;
  max-width: 180px;
  padding: 10px 8px;
  color: #fff;
  font-family: "Rokkitt";
  font-size: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #bf8cff;
  transform: rotate(270deg);
  z-index: 2;
  right: -70px;
  bottom: 74px;
}

.popup-content-img {
  position: relative;
}

.popup-content-img img {
  padding: 0;
  min-height: 180px;
}

.header-reg {
  background: #f5f7fa;
  height: 140px;
}

.form-wrapper {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  background-color: #f3f3f3;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 32px;
}

.form-logo {
  position: relative;
  left: 0;
  max-width: 64px;
}

.reg-content {
  max-width: 470px;
  margin: 0 auto;
}

.reg-content-title {
  margin-bottom: 24px;
  color: #000;
  text-align: center;
  font-family: "Barlow";
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.reg-content-logo {
  margin: 24px auto;
  max-width: 192px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2px solid #dde0e5;
}

.reg-content-title-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.reg-content-title-2 img {
  transform: rotate(180deg);
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #f4a309;
  background: #fff;
  cursor: pointer;
}

.hidden {
  max-height: 0px;
  display: none;
  transition: max-height .4s ease, height .4s ease;
}

.reg-content-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.reg-content-list-text h4 {
  color: #000;
  font-family: "Barlow";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.reg-content-list-text span {
  color: #000;
  font-family: "Barlow";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.reg-content-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.reg-content-list {
  padding-bottom: 70px;
  transition: max-height .4s ease, height .4s ease;
}

.reg-content-title-2 img {
  transition: transform 0.4s ease;
}

.non-active-btn {
  transform: rotate(0deg) !important;
}

.active {
  transition: max-height .4s ease, height .4s ease;
  max-height: 1000px;
}

@media (max-width: 1320px) {
  .container {
    padding-inline: 12px;
  }

  .header-list li:nth-of-type(5),
  .header-list li:nth-of-type(6),
  .header-list li:nth-of-type(7),
  .header-list li:nth-of-type(8),
  .header-list li:nth-of-type(9),
  .header-list li:nth-of-type(10),
  .header-list li:nth-of-type(11),
  .header-list li:nth-of-type(12) {
    display: none;
  }

  .header-center-nav {
    display: none;
  }

  .logo-w-border {
    display: none;
  }

  .header-bottom-list li:not(:first-of-type) {
    display: none;
  }

  .header-bottom-list li:first-of-type {
    width: 100%;
  }

  .header-bottom-list li:first-of-type a {
    justify-content: space-between;
  }

  .span-mob-only {
    display: inline-block !important;
    color: #f8fef9;
    font-size: 12px;
  }

  .header-bottom-list {
    li:first-of-type span:first-of-type {
      font-size: 14px;
    }
  }

  .header-bottom-list {
    li:first-of-type span:last-of-type span:last-of-type {
      font-size: 12px;
    }
  }

  .header-sticky .container {
    display: grid;
    grid-template-columns: repeat(12, auto);
    grid-template-rows: repeat(2, auto);
  }

  .header-sticky .container .logo-w-border {
    display: block;
    grid-column: 12;
    grid-row: 1;
  }

  .header-sticky span {
    grid-row: 2;
    grid-column: 6 / -1;
    font-size: 14px;
  }

  .changing-line {
    font-size: 14px;
    line-height: normal;
  }

  .changing-line-wrapper {
    width: 400px;
    height: 3em;
  }
}

@media (max-width: 1000px) {
  .container-article {
    padding-inline: 12px;
  }

  .article-title-wrapper h1 {
    font-size: 26px;
    line-height: 26px;
  }

  .article-title-wrapper {
    margin-left: 0;
  }

  .article-socials {
    display: none;
  }

  .footer-links.text-mob-only {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    a {
      display: flex;
      justify-content: space-between;
      width: 100%;
      font-weight: 700;
      margin-bottom: 10px;
    }
  }

  .mob-socials {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;

    a {
      border-radius: 18px;
      background-color: #e1eaf3;
      transition: background-color 0.4s ease;

      &:hover {
        background-color: #a3c9ef;
      }
    }

    a:last-of-type {
      margin-left: auto;
      background: none;
      max-width: 36px;
      width: 100%;
    }
  }

  .article-top {
    flex-direction: column;
    gap: 0;
  }

  .article-wrapper {
    flex-direction: column;
  }

  .article-body {
    max-width: 100%;
  }

  .text-mob-only {
    display: block;
  }

  .text-dt-only {
    display: none;
  }

  .dropcap-paragraph,
  .sm-text {
    max-width: 100%;
  }

  .article-text-2.text-mob-only {
    margin-bottom: 20px;
  }

  .article-text {
    padding-left: 24px;
    padding-right: 12px;
  }

  .article-sidebar {
    max-width: 100%;
    padding-bottom: 0;
  }

  .article-quote {
    font-size: 22px;
  }

  .header-bottom {
    margin-bottom: 30px;
  }

  .article-text,
  .article-text-2,
  .dropcap-paragraph,
  .sm-text {
    font-size: 16px;
    line-height: normal;
  }

  .sidebar-img {
    display: none;
  }

  .article-sidebar {
    margin-bottom: 16px;
  }

  .article-links {
    max-width: 100%;
  }

  .article-sidebar.text-mob-only {
    position: static;
  }

  .article-img.text-mob-only.ad-2 {
    max-width: 100%;
    width: 100%;
    margin: 20px auto;
  }

  .cookie-container {
    flex-direction: column;
    align-items: center;
  }

  .cookie-left-buttons {
    justify-content: center;
  }

  .popup-content {
    position: relative;
    top: -30px;
  }

  .popup-content-img img {
    min-height: 350px;
  }

  .popup-buttons {
    padding-top: 16px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .popup-buttons a {
    width: calc(100% - 20px);
  }

  .popup-content-img-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
  }

  .popup-content-img-inner h3 {
    text-align: center;
    font-weight: 400;
    padding-top: 20px;
  }

  .popup-sub {
    padding-bottom: 80px;
    font-weight: 400;
    max-width: 280px;
    margin: 0 auto;
  }

  .popup-content-side {
    left: 0;
    bottom: 0;
    transform: rotate(0);
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .header-sticky .container {
    grid-template-columns: repeat(2, auto);
    gap: 10px;
  }

  .header-sticky .container .logo-w-border {
    grid-column: 2 / -1;
    justify-self: end;
  }

  .header-sticky span {
    left: unset;
    transform: unset;
    grid-column: 1 / -1;
    justify-self: center;
  }

  .changing-line-wrapper {
    max-width: 300px;
    height: 3.2em;
  }

  .img-text {
    font-size: 12px;
  }

  .footer-bottom-links {
    gap: 8px 10px;
  }

  .header-reg {
    background: #f5f7fa;
    height: 32px;
  }
}
