.sales-article {
  padding: 30px 6px 0;
  margin-bottom: 150px;
}
.sales-article a.top {
  transition: opacity ease 0.25s;
}
.sales-article a.top:hover {
  opacity: 0.7;
}
.sales-article .top {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.sales-article .top .img-banner {
  display: block;
}
.sales-article .top .left {
  position: relative;
  height: 337px;
  flex: auto;
}
.sales-article .top .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  background-color: #41c2c2;
  flex-shrink: 0;
}
.sales-article .top .right span {
  display: block;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #ffffff;
  text-transform: uppercase;
}
.sales-article .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 57px;
  padding-right: 4.16%;
}
.sales-article .bottom .title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.sales-article .bottom .left {
  flex-shrink: 0;
  width: 100%;
}
.sales-article .bottom .left .clock {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}
.sales-article .bottom .right {
  display: flex;
  align-items: flex-start;
  padding-left: 11.73%;
  flex: auto;
}
.sales-article .bottom .typical-button {
  margin-left: auto;
}
.sales-article .sales-banner-descr-block {
  padding-right: unset;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sales-article .sales-banner-descr-block {
    padding: 0 24px;
  }
}

.sales-article .top .img-banner-mob {
  display: none;
}
