.article-timer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none; }
  .article-timer__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.article-timer__inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px; }
  @media (max-width: 990.75px) {
    .article-timer__inner {
      grid-template-columns: 1fr; } }

.article-timer__left {
  padding: 20px;
  background-color: #242424;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 599.75px) {
    .article-timer__left {
      padding: 20px 16px; } }

.article-timer__right {
  display: flex;
  gap: 10px;
  flex-direction: column; }

.article-timer__left-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  position: relative; }
  @media (max-width: 599.75px) {
    .article-timer__left-group {
      margin-bottom: 20px; } }

.article-timer__article-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; }
  @media (max-width: 599.75px) {
    .article-timer__article-title {
      font-size: 18px; } }

.article-timer__article-arrow {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  transition: 0.3s;
  opacity: .5; }
  .article-timer__article-arrow:hover {
    color: #C28A6A;
    opacity: 1; }
    .article-timer__article-arrow:hover svg {
      fill: #C28A6A; }
  .article-timer__article-arrow svg {
    transition: 0.3s;
    margin-left: 7px;
    fill: #fff; }

.article-timer__article-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative; }
  @media (max-width: 599.75px) {
    .article-timer__article-list {
      gap: 10px; } }

.article-timer__article-item a {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  font-size: 14px; }
  @media (max-width: 599.75px) {
    .article-timer__article-item a {
      font-size: 13px; } }
  .article-timer__article-item a:hover .title {
    color: #8a6048; }

.article-timer__article-item .date {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px; }
  @media (max-width: 599.75px) {
    .article-timer__article-item .date {
      font-size: 13px; } }

.article-timer__article-item .title {
  color: #fff;
  transition: 0.3s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  overflow: hidden; }

.article-timer__timer {
  padding: 16px 20px;
  background: #242424;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }

.article-timer__delivery {
  background: #242424;
  padding: 16px 20px;
  border-radius: 10px;
  overflow: hidden;
  color: #FFFFFF;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative; }
  .article-timer__delivery svg {
    width: 30px;
    height: 30px; }
    .article-timer__delivery svg path {
      stroke: #fff; }
  .article-timer__delivery__descr {
    display: flex;
    gap: 10px;
    flex-direction: column;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 599.75px) {
      .article-timer__delivery__descr {
        font-size: 13px; } }
    .article-timer__delivery__descr .big {
      font-size: 16px;
      font-weight: 700;
      color: #fff; }
      @media (max-width: 599.75px) {
        .article-timer__delivery__descr .big {
          font-size: 14px; } }

.article-timer__timer-top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  position: relative; }

.article-timer__timer-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative; }

.article-timer__timer-descr {
  display: flex;
  flex-direction: column;
  position: relative; }
  .article-timer__timer-descr span {
    color: #fff; }
    .article-timer__timer-descr span.small {
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.4;
      color: rgba(255, 255, 255, 0.8); }
      @media (max-width: 599.75px) {
        .article-timer__timer-descr span.small {
          font-size: 13px; } }
    .article-timer__timer-descr span.big {
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.2; }
      @media (max-width: 599.75px) {
        .article-timer__timer-descr span.big {
          font-size: 18px; } }

.article-timer__timer-bottom {
  padding-top: 10px;
  border-top: 1px solid #393939;
  display: flex;
  align-items: center;
  position: relative; }

.article-timer__timer-title {
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  width: 90px; }

.article-timer .timer-block {
  display: flex;
  align-items: center;
  color: #fff; }
  @media (max-width: 991.75px) {
    .article-timer .timer-block {
      width: auto; } }
  @media (max-width: 767.75px) {
    .article-timer .timer-block {
      margin-right: 0; } }
  .article-timer .timer-block__number span {
    display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    text-align: center; }
  .article-timer .timer-block__number .num {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px; }
  .article-timer .timer-block__colon {
    padding: 0 15px;
    fill: #fff; }

.article-timer__timer-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (max-width: 991.75px) {
    .article-timer__timer-text {
      width: 100%;
      margin-top: 25px;
      flex-direction: row; } }
  .article-timer__timer-text span {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; }
