.advantages {
  padding: 0 12px;
}
.advantages-list {
  display: flex;
  flex-direction: column;
}

section.time-style-1 .timer>p {
    font-weight: 700;
    /* color: var(--Style1Color5); */
    font-size: 14px;
    line-height: 1.1em;
    margin-bottom: 5px;
    text-align: center;
}

section.time-style-1 .timer .timer_container {
    font-size: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

section.time-style-1 .timer .timer_block {
  /* width: 70px; */
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  position: relative;
  font-weight: bold;
}

section.time-style-1 .timer .timer_block:not(:last-child):after {
  content: ':';
  font-weight: 700;
  font-size: 26px;
  /* color: var(--Style1Color5); */
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(0, -50%);
}

section.time-style-1 .timer .timer_block .count {
  /* width: 70px; */
  /* height: 70px; */
  border-radius: 50%;
  /* background: #00d4f7; */
  /* line-height: 70px; */
  text-align: center;
  font-size: 21px;
  /* color: var(--Style1Color6); */
}

section.time-style-1 .timer .timer_block .text {
  text-align: center;
  /* color: var(--Style1Color5); */
  font-size: 11px;
  line-height: 10px;
}

.advantages-list-item {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.advantages-list-item img {
  width: 16px;
  height: 18px;
  flex-shrink: 0;
}
.advantages-list-item span {
  font-size: 15px;
  line-height: 120%;
}

.offer {
  padding: 15px 20px;
  background: #111827;
  color: #fff!important;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.price-item__old .price-item__value {
  text-decoration: line-through;
}

.price-item__value {
  font-weight: 700;
  font-size: 32px;
}
.price-item__new .price-item__value {
  color: rgb(250 204 21);
}
.offer-rest__decor {
  padding: 4px 8px;
  border-radius: 4px;
  background: #ef4444;
}
.offer-rest__decor {
  padding: 4px 8px;
  border-radius: 4px;
  background: #ef4444;
}

.reviews {
  padding: 30px 12px;
}
.reviews h2 {
  font-size: 32px;
  text-align: center;
}
.reviews-list {
  margin-top: 30px;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviews-list__item {
  padding: 20px 0;
  display: flex;
  gap: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.reviews-list__avatar {
  width: 100%;
  max-width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #111827;
  border-radius: 50%;
}
.reviews-list__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reviews-list__date {
  font-weight: 300;
}
.reviews-list__stars {
  width: 100px;
  height: 22px;
  background-size: 20px;
  background-image: url('../images/star.svg');
}
.reviews-list__text {
  line-height: 130%;
  font-weight: 300;
}
.reviews-list__foto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.reviews-list__foto img {
  border-radius: 10px;
}

.order {
  width: 100%;
  padding: 40px 0;
  background: #111827;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.order-form {
  width: 100%;
  margin-top: 20px;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.order-form__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-form__input {
  padding: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.footer {
  padding: 20px 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  color: #fff;

  background: #111827;
}
.footer a {
  color: #fff;
}

/* ===== FIRST SCREEN: фото не режем, а вписываем ===== */

.hero--top{
  width:100%;
  overflow:hidden;
  border-r
  
  
  /* ===== FIRST SCREEN: фото не режем, а вписываем ===== */

.hero--top{
  width:100%;
  overflow:hidden;
  border-radius:0;
  background:#fff;
  max-height:42vh;
}

.hero--top img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

/* чтобы первый экран влезал */
@media (max-width:480px){
  .container{padding-top:8px;}
  .advantages,.offer{margin-top:10px;}
}