.article__top-list {
  padding: 10px 0;
}
.article__top-list li .list__title {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  background-color: #fa292a;
  line-height: 1;
  padding: 0 5px;
}
.article__top-list li p {
  font-size: 18px;
  margin: 5px 0;
}
.article__top-list li p span {
  font-weight: 700;
  color: #eb0000;
  display: inline;
}
.article__top-list li p span {
  font-weight: 700;
  color: #eb0000 !important;
  display: inline;
}
.article__top-list li p {
  font-size: 18px;
  margin: 5px 0;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
@media only screen and (min-width: 750px) {
  .img-left {
    float: left;
    margin-bottom: 20px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .img-left {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 750px) {
  .article__top-list li .list__title {
    font-size: 40px;
  }
}
header img {
  max-width: 100%;
  width: 100%;
}
footer img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.logo {
  max-width: 100px;
}
.mmenu {
  display: inline-block;
}
.mmenu_li {
  text-decoration: none;
  list-style: none;
  display: inline;
  font-size: 15px;
  padding: 5px 10px;
}
@media only screen and (max-width: 380px) {
  .mmenu {
    display: none;
  }
}
.main-img {
  width: 100%;
}
.color-text {
  color: #fa292a !important;
  font-weight: 700;
  font-size: 18px;
}
.tac {
  text-align: center;
}
.promocode {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.promocode__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.promocode__info {
  display: inline-block;
  color: #333;
  font-size: 95%;
  left: 5px;
}
.promocode__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  height: 42px;
  margin-bottom: 11px;
  width: 100%;
  border: 2px solid #337ab7;
  border-radius: 5px;
  max-width: 450px;
  box-sizing: border-box;
  margin-top: 10px;
}
.promocode__item span {
  font-size: 19px;
}
.main-form__timer {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.main-form__timer span {
  color: #fa292a;
}
