.home-article {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1408px) {
  .home-article {
    padding-top: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .home-article {
    padding-bottom: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
.home-article__title {
  font-size: 48px;
  color: #0c0c0c;
  font-weight: 600;
}
@media (max-width: 1408px) {
  .home-article__title {
    font-size: calc(32px + 16 * (100vw - 360px) / 1048);
  }
}
.home-article__content {
  margin: 50px 0 0 0;
  display: flex;
  gap: 50px;
}
.home-article__col-01 {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .home-article__col-01 {
    width: 100%;
  }
}
.home-article__col-01 .pagination {
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .home-article__col-01 .pagination {
    justify-content: center;
  }
}
.home-article__col-01 .pagination .prev {
  border: none !important;
}
.home-article__col-01 .pagination .prev svg path {
  transition: all 0.3s ease 0s;
}
.home-article__col-01 .pagination .prev:hover {
  color: #fa6566;
}
.home-article__col-01 .pagination .prev:hover svg path {
  stroke: #1d62fe;
}
.home-article__col-01 .pagination .next {
  border: none !important;
}
.home-article__col-01 .pagination .next svg path {
  transition: all 0.3s ease 0s;
}
.home-article__col-01 .pagination .next:hover {
  color: #fa6566;
}
.home-article__col-01 .pagination .next:hover svg path {
  stroke: #1d62fe;
}
.home-article__col-01 .pagination .page-numbers {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #6b818c;
  border: 1px solid #6b818c;
  transition: all 0.3s ease 0s;
}
.home-article__col-01 .pagination .page-numbers:hover {
  border-color: #1d62fe;
}
.home-article__col-01 .pagination .page-numbers.current {
  border-color: #1d62fe;
  color: #1d62fe;
}
@media (max-width: 992px) {
  .home-article__col-01 .pagination .page-numbers:nth-child(5), .home-article__col-01 .pagination .page-numbers:nth-child(6), .home-article__col-01 .pagination .page-numbers:nth-child(7), .home-article__col-01 .pagination .page-numbers:nth-child(8) {
    display: none;
  }
}
.home-article__col-01 .not-found-posts {
  /* padding: 80px 0; */
}
.home-article__col-02 {
  width: 371px;
  max-width: 371px;
  min-width: 371px;
  position: relative;
}
@media (max-width: 992px) {
  .home-article__col-02 {
    display: none;
  }
}
.home-article__wrapper .widget-area {
  min-width: 371px;
  max-width: 371px !important;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 24px 36px 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  margin-left: auto;
}
.home-article__wrapper .widget-area .widget_block h1,
.home-article__wrapper .widget-area .widget_block h2,
.home-article__wrapper .widget-area .widget_block h3,
.home-article__wrapper .widget-area .widget_block h4,
.home-article__wrapper .widget-area .widget_block h5,
.home-article__wrapper .widget-area .widget_block h6 {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}
.home-article__wrapper .widget-area .widget_block ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 10px;
}
.home-article__wrapper .widget-area .widget_block ul li {
  padding-left: 16px;
  position: relative;
  color: #1d62fe;
}
.home-article__wrapper .widget-area .widget_block ul li:hover {
  text-decoration: underline;
}
.home-article__wrapper .widget-area .widget_block ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #1d62fe;
}
.home-article__wrapper .widget-area .widget_block ul li a {
  color: #1d62fe;
}
.home-article__wrapper .widget-area .widget_block ul li a:hover {
  text-decoration: underline;
}
.home-article__wrapper .widget-area .widget_block p {
  margin: 16px 0 8px 0;
  font-size: 16px;
  line-height: normal;
}
.home-article__wrapper .widget-area .widget_block p strong {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
  display: flex;
}
.home-article__wrapper .widget-area .widget_block p a {
  position: relative;
  color: #1d62fe;
}
.home-article__wrapper .widget-area .widget_block p a:hover {
  text-decoration: underline;
}

.articles-home__wrapper {
  display: flex;
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .articles-home__wrapper {
    flex-direction: column;
  }
}
.articles-home__col-01 {
  width: 40%;
}
@media (max-width: 767px) {
  .articles-home__col-01 {
    width: 100%;
  }
}
.articles-home__image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  padding: 15px;
}
@media (max-width: 767px) {
  .articles-home__image {
    height: 300px;
    justify-content: center;
    align-items: center;
  }
}
.articles-home__image img {
  width: 100%;
  height: 370px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .articles-home__image img {
    height: 270px;
  }
}
.articles-home__image:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .articles-home__image {
    height: 330px;
  }
}
.articles-home__col-02 {
  width: 60%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .articles-home__col-02 {
    width: 100%;
    padding: 48px 24px;
  }
}
.articles-home__title {
  display: flex;
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 500;
  color: #0c0c0c;
  transition: all 0.3s ease 0s;
}
.articles-home__title:hover {
  color: #1d62fe;
}
.articles-home__price {
  display: flex;
  align-items: center;
   column-gap: 8px;
       column-gap: 8px;
}
.articles-home__price b {
  font-size: 18px;
}
.articles-home__price .wrapper {
  display: flex;
  align-items: center;
   column-gap: 12px;
       column-gap: 12px;
}
.articles-home__price .wrapper .price {
  font-size: 16px;
  text-decoration: line-through;
  font-size: 20px;
}
.articles-home__price .wrapper .sale-price {
  font-weight: 700;
  font-size: 24px;
}
.articles-home__price .sale {
  display: flex;
  align-items: center;
  justify-content: center;
  width:  fit-content;
  width: fit-content;
  border: 1px solid #1d62fe;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1d62fe;
  margin-left: 24px;
}
.articles-home__desc {
  margin: 30px 0 20px 0;
  line-height: 130%;
}
.articles-home__desc .switcher-btn-aff {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:  fit-content;
  width: fit-content;
   column-gap: 40px;
       column-gap: 40px;
  padding: 9px 34px;
  color: #fff;
  border-radius: 100px;
  background-color: #1d62fe;
  transition: all 0.3s ease 0s;
}
.articles-home__desc .switcher-btn-aff:hover {
  background-color: #0038b8;
}
.articles-home__category {
  margin-bottom: 40px;
}
.articles-home__more {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:  fit-content;
  width: fit-content;
   column-gap: 40px;
       column-gap: 40px;
  padding: 9px 34px;
  color: #fff;
  border-radius: 100px;
  background-color: #1d62fe;
  transition: all 0.3s ease 0s;
}
.articles-home__more:hover {
  background-color: #0038b8;
}/*# sourceMappingURL=home-article.css.map */