.article-module__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 0
}

.article-list__latest-description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #374355;
  width: 100%;
  margin: 40px 0;
}

.article-module__image img {
  max-height: 200px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  object-fit: cover
}

.article-module__category-date-viewed {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  color: #888;
  font-size: .85em
}

.article-module__description {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 15px
}

.article-module__date, .article-module__viewed {
  margin: 0 15px 0 0
}

.article-module__viewed {
  flex: 0 0 auto
}

.article-module__date .fa, .article-module__viewed .fa {
  margin: 0 5px 0 0;
  font-size: .9em
}

.article-module__name {
  display: block;
  margin: 0 0 10px;
  font-weight: 500
}

.article-module__text {
  font-size: .95em
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px
}

.article-list__layout {
  display: flex
}

.article-list__item {
  margin: 0 0px 20px;
  padding: 0
}

.article-list__image img {
  border-radius: 3px 3px 0 0;
  cursor: pointer
}

.article-list__category-date-viewed {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #8493A8;
}

.article-list__more {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 135px;
}

.article-description {
  width: 100%;
  margin: 0 0 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374355;
}

.article-list__day-counter {
  background: #E9F7EF;
  min-width: 78px;
  border-radius: 0 0 4px 0;
  color: #1AAA59;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-list__day-counter span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.article-list__day-counter p {
  font-weight: 400;
  font-size: 42px;
  line-height: 49px;
  margin: 2px 0;
}

.article-list__date, .article-list__viewed {
  margin: 0 15px 0 0
}

.article-list__date .fa, .article-list__viewed .fa {
  margin: 0 5px 0 0
}

.article-list__name {
  display: block;
  margin: 0 0 10px;
  font-weight: 500
}

.article-list__description {
  padding: 15px 24px;

}

.article-list__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #374355;
  margin: 10px 0 12px;
  overflow: hidden;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.article-page {
  margin: 0 0 30px
}

.article-page__image {
  float: left;
  margin: 0 15px 10px 0;
  width: 30%
}

.article-page__image img {
  border-radius: 3px
}

.article-page__description {
  margin: 0 0 30px;
  line-height: 1.5em
}

.article-content__description {
  width: 45%;
}

.article-content__description h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #374355;
}

.article-content__special {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #8493A8;
}

.article-content__special-accent {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #374355;
}

.timer__items {
  display: flex;
  font-size: 48px;
  justify-content: center;
}
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.timer__day-item {
  position: relative;
  min-width: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 13px;
  text-align: center;
}

.article-content__special-end {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #374355;
  margin-top: 20px;
}

.timer {
  margin-top: 40px;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #8493A8;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -25px;
}
.timer__day-item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #1AAA59;
}
.timer__day-item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -25px;
}
@media (max-width:768px) {
  .timer__items {
    font-size: 36px;
    line-height: 42px;
  }
  .timer__item {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .timer__item:not(:last-child)::after {
    right: -15px;
  }
}
.article-page__posted {
  text-align: right;
  font-size: .95em;
  color: #888
}

.article-page__posted .fa-eye {
  margin: 0 5px 0 0
}

.article-page__posted .fa-calendar {
  margin: 0 5px 0 15px
}

.article-page ol, .article-page ul {
  display: inline-block;
  padding: 0 0 0 15px;
  clear: both
}

.blog-category {
  max-width: 924px;
  margin-top: 40px;
  margin-left: -462px;
  left: 50%;
  position: relative;
}

.blog-category__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(10%, 1fr));
  gap: 48px;
}

@media (max-width: 767px) {
  .blog-category__wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(10%, 1fr));
    gap: 20px;
  }
}

.article-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.blog-wrapper-product {
  display: grid;
  grid-template-columns: repeat(4, minmax(10%, 1fr));
  gap: 0;
}

.article-content img {
  margin: 0 24px 0 0;
  width: 58%;
  object-fit: cover;
  height: 400px;
}
@media (max-width: 1300px) {
  .article-content img {
    width: 55%;
  }
}
@media (max-width:992px) {
  .article-content img {
    width: 100%;
  }
  .article-content {
    flex-direction: column;
  }
  .article-content__description {
    width: 100%;
    margin-top: 20px;
  }
  .blog-wrapper-product {
    grid-template-columns: repeat(3, minmax(10%, 1fr));
  }
}

@media (max-width:768px) {
  .blog-wrapper-product {
    grid-template-columns: repeat(2, minmax(10%, 1fr));
  }
  .article-content {
    margin: 0 10px 40px;
  }

  .article-content img {
    width: 100%;
    max-height: 210px;
    border-radius: 4px;
  }
}
.blog-category__item {
  border: 1px solid #ECEFF4;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}
.blog-category__image {
  width: 100%;
}
.blog-category__image img {
  border-radius: 4px;
  width: 120%;
  height: 100%;
  object-fit: cover;
  max-height: 350px;
  zoom: 110%;
}