<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Р‘Р°РЅРЅРµСЂ*/
.promo-top-block {
  background-size: cover;
  position: relative;
}

.promo-top-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}

.promo-info__subtitle {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.promo-info__title {
  text-align: center;
  font-size: 25px;
}

.promo-info__rule {
  text-align: center;
  margin-bottom: 30px;
}

.promo-info__rule-image {
  max-width: 100%;
  margin-bottom: 20px;
}

.promo-info__rule-text a {
  color: #0b3b9b;
  text-decoration: underline;
}

.promo-info__dates {
  text-align: center;
  padding: 15px 70px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 80px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, .2);
}

.promo-info__date {
  display: flex;
  text-align: left;
}

.promo-info__date-icon {
  flex-shrink: 0;
  width: 77px;
}

.promo-info__date-icon img {
  width: 100%;
}

.promo-info__date-info {
  padding-left: 20px;
  padding-top: 13px;
}

.promo-info__date-title {
  font-size: 14px;
  color: #006848;
  margin-bottom: 5px;
}

.promo-info__date-info p {
  margin: 0;
}

.registration {
  padding: 60px 0;
  background: #fff;
}

@media (max-width: 991px) {
  .promo-info__dates {
    padding: 15px;
  }
}</pre></body></html>