.main-banner-timer {
  /* margin-top: 394px; */
  /* display: flex; */
  display: inline-block;
  /* width: max-content; */
  -moz-column-gap: 65px;
       column-gap: 65px;
  padding: 13px 40px 2px 20px;
  align-items: center;
  /* background: #FFFFFF; */
  background: #d92d20;
  box-shadow: 0px 2px 31px rgba(73, 73, 73, 0.3);
  /* border-radius: 10px 10px 0 0; */
  height: 150px;
  width: 400px;
}

.main-banner-timer_text {
  font-weight: 700;
  /* font-size: 20px; */
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  /* color: #494949; */
  color: #fff;
  padding-bottom: 15px;
}

.main-banner-timer_body .timer {
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  justify-content: space-between;
}

.main-banner-timer_body .timer .timer_elem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-banner-timer_body .timer .timer_elem div {
  position: relative;
  /* background: #4BA82E; */
  /* border-radius: 10px; */
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  min-width: 48px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  background-color: rgba(255, 255, 255, 0.15);
}

.main-banner-timer_body .timer .timer_elem div::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  right: 0;
  top: 0;
}

.main-banner-timer_body .timer .timer_elem span {
  font-weight: 400;
  /* font-size: 16px; */
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  /* color: #494949; */
  color: #fff;
  font-family: "Inter";
}

@media (max-width: 768px) {
  .main-banner-timer {
    /* padding: unset; */
    box-shadow: unset;
    /* margin: 275px auto 0; */
    margin: 0;
    /* background: unset; */
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -130px;
    height: 134px;
    padding: 0 20px;
  }
  .main-banner-timer_text {
    /* font-size: 17px; */
    text-align: center;
    color: white;
    padding-bottom: 0;
    padding-top: 5px;
  }
  .main-banner-timer_text span {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
  }
  .main-banner-timer_body {
    margin-top: 10px;
    width: 100%;
  }
  .main-banner-timer_body .timer {
    -moz-column-gap: unset;
         column-gap: unset;
    justify-content: space-around;
  }
  .main-banner-timer_body .timer .timer_elem div {
    border: 1px solid white;
    min-width: 55px;
    height: 70px;
  }
  .main-banner-timer_body .timer .timer_elem span {
    color: white;
  }
}
@media (max-width: 380px) {
  /* .main-banner-timer {
    padding: unset;
    margin: 210px auto 0;
  } */
  /* .main-banner-timer_text {
    font-size: 13px;
  } */
  .main-banner-timer_text span {
    font-size: 26px;
    line-height: 37px;
  }
}
