*,
*::before,
*::after {
  box-sizing: border-box;
  text-decoration: none;
}

ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  list-style: none;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #222222;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
  color: inherit;
  cursor: pointer;
}
img {
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}
header {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.zalvix {
  color: #540cff;
}
.top-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #222222;
}
.top-header_left {
  display: flex;
  align-self: center;
}
.top-header_left img {
  margin-right: 24px;
}
.top-header_right {
  display: flex;
  align-self: center;
  gap: 20px;
}
.btn_top-header_left,
.btn_top-header_right {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  border: 1px solid #540cff;
  border-radius: 4px;
  padding: 4px 8px;
  background: transparent;
  color: #540cff;
  font-size: 12px;
}
.btn_top-header_left:hover {
  background-color: #540cff;
  color: #fff;
}
.btn_top-header_right {
  background-color: #540cff;
  color: #fff;
}
.btn_top-header_right:hover {
  background: transparent;
  color: #540cff;
}
.mid-header-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mid-header_left {
  display: flex;
  font-size: 14px;
  color: #757575;
}
.mid-header_menu-icon {
  margin-right: 14px;
}
.search-wrapper {
  position: relative;
  display: inline-block;
}
.search-btn {
  display: none;
}
.mid-header_menu-input {
  background: #f9f9f9;
  padding: 8px 62px 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.mid-header_menu-input::placeholder {
  color: #757575;
  font-size: 14px;
}
.mid-header_menu-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.mid-header_logo img {
  display: flex;
  justify-content: center;
  width: 160px;
  height: 27px;
}
.mid-header_right-ul {
  display: flex;
  align-self: center;
  gap: 30px;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.14px;
  vertical-align: middle;
  color: #222222;
}
.mid-header_right-ul li {
  cursor: pointer;
}
.mid-header_right-ul img {
  justify-content: center;
  align-items: center;
}
.top-header,
.mid-header,
.bottom-header {
  border-bottom: 1px solid #efefef;
  width: 100%;
}
.bottom-header {
  padding-left: 130px;
  padding-right: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
}
.bottom-header_menu {
  display: flex;
  justify-content: space-between;
  font-family: "Yu Gothic";
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  color: #757575;
}
.bottom-header_menu-btn {
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 23px;
  padding: 4px 12px;
  border: 1px solid #540cff;
  background: #540cff;
  color: #fff;
}
.bottom-header_menu-btn:hover {
  background: #fff;
  color: #540cff;
  border: 1px solid #540cff;
}
.main {
  background-color: #f5f5f5;
  padding-top: 20px;
}
.breadcrumb_inner {
  display: flex;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #757575;
  gap: 8px;
}
.main_section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.main-text h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28.8px;
  color: #222222;
}
.main-text h3 {
  font-weight: 500;
}
.main-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 29.7px;
  color: #222222;
}
.article-layout {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.share-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  width: 67px;
  background-color: #fff;
  border-radius: 60px;
}
.share-list li {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
.share-col p {
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  color: #757575;
  margin-bottom: 5px;
}
.share-list-p {
  padding-top: 24px;
}
.share-list-img {
  padding-bottom: 24px;
}
.share-col img {
  /* max-width: 24px; */
  cursor: pointer;
}
.category {
  max-width: 190px;
  min-height: 32px;
  padding: 4px 16px;
  border-radius: 60px;
  opacity: 1;
  background-color: #222222;
  border: 1px solid #222222;
  font-family: "Yu Gothic";
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  color: #ffffff;
  margin-bottom: 12px;
}
.article__head {
  margin-bottom: 15px;
}
.article__head h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 36px;
  vertical-align: middle;
}
.meta-date-link {
  display: flex;
  justify-content: space-between;
}
.meta {
  display: flex;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12px;
  vertical-align: middle;
  color: #757575;
}
.meta p {
  margin-left: 5px;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 5px;
}
.meta strong {
  color: #222222;
}
.date {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12px;
  vertical-align: middle;
  color: #757575;
}
.link {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.link-img_text {
  display: flex;
  flex-direction: column;
  font-family: "Yu Gothic";
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 15px;
  color: #222222;
}
.link-img_text img {
  max-height: 24px;
}
.main-text ul {
  border-bottom: 1px solid #d9d9d9;
}
.article li {
  margin-top: 21px;
  margin-bottom: 21px;
  padding-left: 20px;
}
.article li p {
  margin-top: 21px;
}
.main-text {
  gap: 20px;
}
.main-text h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28.8px;
  color: #222222;
  margin-bottom: 21px;
}
.main-text h3 {
  font-weight: 500;
  margin-bottom: 21px;
}
.main-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 29.7px;
  color: #222222;
  margin-bottom: 21px;
}
.li_with-dot {
  list-style: inside disc;
}
.article__categories {
  display: flex;
  margin-top: 32px;
}

.main-content_bottom {
  border-top: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content_bottom h2 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rating-chart {
  --bar-w: 60px;
  --bar-max: 100;
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, var(--bar-w)));
  gap: 60px;
  align-items: end;
  padding: 24px;
  padding-top: 0;
  border-radius: 16px;
  position: relative;
  margin-bottom: 20px;
}
.bar {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    "votes"
    "col"
    "label";
  align-items: end;
  gap: 12px;
  text-align: center;
}
.bar__votes {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  grid-area: votes;
  order: -1;
  font-weight: 700;
  color: #222222;
  color: #540cff;
}
.bar__label {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  grid-area: label;
  font-size: 14px;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 2px 2px 10px 0px #0000001a;
}
.bar__label img {
  margin-right: 4px;
}
.bar__col {
  grid-area: col;
  --h: calc((var(--value) / var(--bar-max)) * 420px);
  height: var(--h);
  background: #d8c7ff;
  border: 1px solid #d8c7ff;
  border-radius: 4px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bar--accent .bar__col {
  background: #540cff;
  border-color: #540cff;
  color: #540cff;
}
.bar--accent .bar__label {
  color: #540cff;
}
.main-content_news {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.main-content_news-wrapper {
  display: flex;
  justify-content: center;
}
.main-content_news-left {
  max-width: 300px;
  box-shadow: 2px 2px 10px 0px #0000001a;
  padding-bottom: 15px;
  margin-right: 40px;
  border-radius: 8px;
}
.main-content_news h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #222222;
  margin-top: 16px;
  margin-bottom: 10px;
}
.main-content_news-left-top_inner {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}
.main-content_news-left-bottom_inner {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #757575;
  display: flex;
  flex-direction: column;
}
.main-content_news-left-bottom_inner-switch {
  display: flex;
  align-self: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
}
.main-content_news-left-bottom_inner-switch p {
  margin-right: 30px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 36px;
  transition: background-color 0.3s;
}

.slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 2px;
  top: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

.switch input:checked + .slider {
  background-color: #540cff;
}

.switch input:checked + .slider::before {
  transform: translateX(18px);
}

.slider:hover {
  box-shadow: 0 0 0 3px rgba(84, 12, 255, 0.2);
}

.main-content_news-right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.main-content_news-top_card {
  display: flex;
  flex-direction: row;
  max-height: 96px;
  margin-bottom: 22px;
}
.main-content_news-top_card-inner {
  display: flex;
  flex-direction: column;
}
.main-content_news-top_card-inner h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  margin: 0;
  margin-right: 5px;
  margin-left: 10px;
}
.main-content_news-top_card-topinner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
.main-content_news-bottom_card {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #757575;
  margin-left: 10px;
}
.news-time_to_read {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  margin-right: 2px;
}
.main-content_news-bottom_card article {
  display: flex;
  margin: 0px !important;
}
.main-content_news-bottom_card article img {
  border-left: 1px solid #757575;
  max-height: 13px;
  margin-right: 2px;
}
.bottom_another-news {
  border-top: 2px solid #e7e6e6;
  width: 100%;
}
.bottom_another-news h2 {
  justify-content: flex-start;
  font-weight: 700;
  font-size: 24px;
  line-height: 38.4px;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 10px;
}
.bottom_another-news h3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.12px;
}
.bottom_another-news-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.bottom_another-news-card {
  max-width: 310px;
  min-height: 430px;
  box-shadow: 2px 2px 10px 0px #0000001a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom_another-news-card:hover {
  background-color: #fff;
  box-shadow: 4px 8px 24px 0px #540cff33;
  transform: translateY(8px) scale(1.03);
  transition: box-shadow 0.2s, transform 0.2s;
}
.bottom_another-news-topcard {
  padding: 16px;
}
.bottom_another-news-topcard h3 {
  font-style: Bold;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}
.bottom_another-news-topcard p {
  font-family: "Yu Gothic";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
.bottom_another-news-bottomcard {
  display: flex;
  justify-content: space-around;
  padding: 16px;
}
.bottom_another-news-bottomcard p {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 21px;
}
.business_trends-AD {
  border-top: 2px solid #e7e6e6;
  margin-top: 40px;
}
.business_trends-AD-head {
  display: flex;
  justify-content: space-between;
}
.business_trends-AD-head h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
}
.business_trends-AD-head button {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.14px;
  vertical-align: middle;
  gap: 16px;
}
.business_trends-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.business_trends-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* max-width: 320px; */
  padding-right: 20px;
}
.business_trends-card p {
  font-weight: 500;
  font-style: Medium;
  font-size: 11px;
  line-height: 16.5px;
  color: #757575;
}
.business_trends-card h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
}

.ad-1 {
  margin-top: -65px;
}
.ad-1 img {
  margin-bottom: 40px;
  width: 100%;
  max-width: 300px;
}
.ad-2-top {
  border-top: 2px solid #540cff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ad-2-top h3 {
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}
.ad-2-top a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12px;
  vertical-align: middle;
}
.ad-2-top a img {
  margin-left: 6px;
}
.ad-2-bottom {
  background-color: #ffffff;
}
.ad-2-bottom_card {
  padding: 12px 16px;
  display: flex;
  border-bottom: 1px solid #efefef;
}
.ad-2-bottom_card h2 {
  font-family: Times New Roman;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 48px;
  text-align: center;
  color: #540cff;
}
.text_date {
  padding-left: 20px;
  padding-right: 20px;
}
.text_date-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 22.4px;
}
.text_date-date {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 14px;
  color: #757575;
}
.ad-2-bottom_card img {
  max-height: 81px;
}
.ad-2-img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ad-3 {
  border-top: 2px solid #540cff;
}
.ad-3 h3 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.ad-3 button {
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  text-align: center;
  box-shadow: 2px 2px 10px 0px #0000001a;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ad-3_card {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}
.ad-3_card-head h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.ad-3_card-head p {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  vertical-align: middle;
  color: #540cff;
  margin-bottom: 16px;
}
.ad-3_card-head p img {
  margin-right: 4px;
}
.ad-3_card-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  color: #757575;
  margin-bottom: 35px;
}
.ad-4,
.ad-5 {
  border-top: 2px solid #540cff;
  margin-top: 40px;
}
.ad-4 h3,
.ad-5 h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.ad-4-card {
  background-color: #fff;
  padding: 16px;
  padding-bottom: 2px;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 22.4px;
}
.ad-4-card p {
  margin-bottom: 16px;
}
.ad-5_card {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.ad-5_card p {
  margin-left: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.14px;
}
.ad-6 {
  margin-top: 200px;
}
.ad-6 img {
  margin-bottom: 30px;
}
.ad-6_top-block,
.ad-6_bottom-block {
  margin-bottom: 32px;
}
.ad-6_top-block-head,
.ad-6_bottop-block-head {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: #ed5300;
  color: #fff;
}
.ad-6_bottop-block-head {
  background: #0a2449;
}
.ad-6_list {
  background-color: #fff;
}
.ad-6_list-elem {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #efefef;
}
.ad-6_list-elem h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  color: #ed5300;
  margin-right: 16px;
}
.ad-6_list-elem p {
  font-weight: 700;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.14px;
  vertical-align: middle;
}
.ad-6_bottom-block h2 {
  color: #0a2449;
}
.site-footer .footer-top {
  background: #222222;
  color: #fff;
  padding: 32px 0 32px;
  border-top: 1px solid var(--border);
}
.footer-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr repeat(4, 1fr) 0.3fr;
  gap: 32px;
  align-items: start;
}
.footer-cta {
  display: flex;
  gap: 16px;
  align-items: start;
  padding-top: 6px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0px 48px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}
.btn--primary {
  background: #540cff;
  color: #fff;
}
.btn--primary:hover {
  background-color: #fff;
  color: #222222;
}
.btn--ghost {
  background: #ffffff;
  color: #222222;
}
.btn--ghost:hover {
  background-color: #540cff;
  color: #fff;
}
.footer-col__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
}
.footer-col__list {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  gap: 14px;
}
.ft-account {
  margin-top: 40px;
}
.footer-col__bottom {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
.footer-sns li a {
  display: flex;
  margin-bottom: 16px;
}
.footer-sns li a img {
  margin-right: 16px;
}
.ft-sns {
  height: 100%;
  padding-left: 20px;
  margin-left: 100px;
  border-left: 1px solid #757575;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 22.4px;
}
.footer-bottom {
  background: #000000;
  color: #bbb;
  padding: 20px 0;
  border-top: 1px solid #000;
}
.footer-bottom__inner {
  display: flex;
  flex-direction: column;
}
.footer-legal-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer-logo img {
  height: 28px;
  width: auto;
  display: block;
  margin-bottom: 30px;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.5px;
}
.footer-legal a {
  border-right: 1px solid #757575;
  padding-right: 10px;
}
.footer-legal a:last-child {
  border: none;
  padding: 0;
}
.footer-legal p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22.4px;
}
.copyright {
  font-weight: 700;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.5px;
  color: #757575;
}
@media (max-width: 1248px) {
  .container {
    padding: 0 70px;
  }
  .sidebar-col {
    display: none;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 50px;
  }
  .bottom-header {
    padding-left: 80px;
    padding-right: 80px;
  }
  .footer-legal-wrapper {
    flex-direction: column;
  }
  .footer-legal {
    justify-content: space-between;
  }
  .footer-legal-last {
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
  }
}
@media (max-width: 992px) {
  .top-header {
    display: none;
  }
  .mid-header {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  }
  .mid-header-inner {
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: center;
  }
  .mid-header_menu-input,
  .mid-header_menu-search {
    display: none;
  }
  .search-btn {
    display: block;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    padding-bottom: 8px;
  }
  .mid-header_right-li {
    display: none;
  }
  .bottom-header {
    display: none;
  }
  .share-col {
    display: none;
  }
  .rating-chart {
    --bar-w: 40px;
    --bar-max: 100;
    gap: 20px;
    padding: 0;
  }
  .main-content_news-wrapper {
    display: flex;
    flex-direction: column;
  }
  .main-content_news-left {
    max-width: 100%;
    display: flex;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .main-content_news-left-top_inner {
    padding: 15px;
  }
  .bottom_another-news-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom_another-news-card {
    border-radius: 8px;
    max-width: 100%;
  }
  .main-content_news-left-bottom_inner {
    display: none;
  }
  .footer-grid {
    grid-template-columns: 4fr repeat(2, 3fr);
  }
}
@media (max-width: 720px) {
  .container {
    padding: 0 30px;
  }
  .breadcrumb_inner {
    flex-wrap: wrap;
  }
  .meta-date-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .meta {
    flex-wrap: wrap;
    justify-content: center;
  }
  .date {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
  .article__categories {
    display: flex;
    flex-wrap: wrap;
  }
  .category {
    margin: 0;
    margin-bottom: 6px;
  }
  .article-layout {
    flex-direction: column;
  }
  .rating-chart {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(109px, var(--bar-w)));
  }
  .bar__col {
    --h: calc((var(--value) / var(--bar-max)) * 270px);
  }
  .bar__label {
    flex-direction: column;
  }
  .main-content_news-left img {
    object-fit: cover;
    max-width: 40%;
  }
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 12px;
  }
  .ft-account {
    grid-column: 1 / -2;
    margin-top: -30px;
  }
  .ft-sns {
    grid-column: -1 / 3;
    margin: 0;
    margin-top: 10px;
    justify-content: space-between;
    height: auto;
  }
  .footer-grid > *::before {
    display: none;
  }
  .footer-legal {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 425px) {
  .sidebar-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ad-1 {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .ad-4,
  .ad-5 {
    width: 100%;
  }
  .ad-6 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-content_news {
    padding: 0;
  }
  .bottom_another-news-inner {
    padding: 20px;
  }
  .business_trends-inner {
    display: flex;
    flex-direction: column;
  }
}
