.content__top-info {
  display: flex;
  gap: 30px;
  color: #999999;
  margin-bottom: 30px;
}

.content__top-info__date,
.content__top-info__watch {
  font-size: 20px;
}

.content__top-info__watch {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0px;
}

.content__top-info__watch::before {
  content: "";
  width: 26px;
  height: 18px;
  background: url(../img/watch.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: Flex;
}

.page-title {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 0px;
  vertical-align: middle;
}

.content__body-img {
  max-width: 1022px;
  max-height: 528px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 35px;
}

.content__body p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #474747;
}

.content__body h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #333333;
  margin: 35px 0px 20px;
}

.content__body ul {
  list-style-type: none;
  padding: 0px 10px;
}

.content__body ul li::before {
  content: "•";
  color: #27bfc1;
  padding-right: 8px;
  width: 7px;
  height: 7px;
}

.content__body ul,
.content__body ol {
  margin: 20px 0px;
  padding: 0px 20px;
}

.content__body li {
  margin: 5px 0px;

  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #474747;
}

.content__body h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #333333;
}

.swiper-prev {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: Flex;
  top: 28%;
  position: absolute;
  left: -22.5px;
  z-index: 2;
}

.swiper-next {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-position: center;
  display: Flex;
  top: 28%;
  position: absolute;
  right: -22.5px;
  z-index: 2;
}

.content__bottom {
  margin: 120px 0px;
}

.readmore__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  color: #333333;
  margin-bottom: 20px;
}

.readmore {
  position: relative;
}

.readmore__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 180px;
}

.readmore__slide h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 10px 0px;
}

.readmore__slide p {
  line-height: 1.5;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 24px;
  }

  .readmore__title {
    font-size: 24px;
  }

  .content__top-info__date,
  .content__top-info__watch {
    font-size: 14px;
  }

  .content__body h2 {
    font-size: 16px;
  }

  .content__body h3 {
    font-size: 14px;
  }

  .content__body p,
  .content__body li {
    font-size: 14px;
  }
}

.readmore__stat {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 10px;
  color: #999999;
}

.readmore__stat-watch {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0px;
}

.readmore__stat-watch::before {
  content: "";
  width: 18.33px;
  height: 12.5px;
  background: url(../img/watch.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: Flex;
  background-size: cover;
}

.desktop {
  overflow: auto !important;
}

.content__ai:hover {
  color: orange;
}

.content__navigation {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .content__content {
    display: block;
  }
  .content__navigation {
    padding: 0;
    margin: 30px 0 40px;
  }
  .content__navigation-menu {
    display: none;
  }
  .content__navigation-content {
    position: relative;
    top: 0;
  }
}
.content__navigation-content {
  position: sticky;
  top: 10px;
}
.content__ai-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.content__ai-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.content__ai {
  display: flex;
  align-items: center;
  margin: 0 8px 8px 0;
  font-size: 14px;
  color: #222;
  border-radius: 10px;
  padding: 8px;
  background: #fff;
  box-shadow: 2px 2px 12px 0px #0000001a;
  transition: 0.3s ease;
  text-decoration: none;
}
.content__ai:hover {
  box-shadow: none;
}
.content__ai-image {
  margin: 0 6px 0 0;
}
.content__navigation-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 20px;
  line-height: 1.3;
}
.content__navigation-item {
  display: flex;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0px 0px 20px;
  transition: 0.4s;
  cursor: pointer;
}
.content__navigation-item[data-level="2"] {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 40px;
}
.content__navigation-item.active {
  color: orange;
  cursor: default;
}
.content__navigation-item:hover {
  color: orange;
}
.content__navigation-item-num {
  margin: 0px 4px 0px 0px;
}

.question {
  background: #ffffff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 35px 40px;
  border-radius: 6px;
}

.question img {
  border-radius: 100px;
  object-fit: cover;
  max-width: 144px;
  max-height: 144px;
  width: 100%;
  height: 100%;
}

.question h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #333333;
  margin: 0px;
}

.question span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #999999;
  margin-top: 5px;
}

.question__button {
  border: 1px solid #dadad7;
  text-align: center;
  margin-top: 25px;
  border-radius: 6px;
  padding: 13px;
  width: 100%;
  transition: 0.3s ease;
  color: black;
  text-decoration: none;
}

.question__button:hover {
  border: 1px solid orange;
}
