main {
  padding-bottom: 55px;
}

.event__item {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.event__item--view {
  display: flex;
  margin: 0 -17px;
  padding: 0 17px;
  border-top: 1px solid #eaeaea;
}
.event__item--view > div {
  display: flex;
  align-items: center;
  padding: 11px 15px;
  border-right: 1px solid #eaeaea;
}
.event__item--view > div > span {
  font-size: 12px;
}
.event__item--view > div:first-child {
  padding-left: 0;
}
.event__item--view > div:last-child {
  border-right: none;
  padding-right: 0;
}
.event__item--view > div .icon {
  margin-right: 5px;
}

.quick__promo {
  background: #e7f0fd;
  background: -moz-linear-gradient(left, #e7f0fd 0%, #accbee 100%);
  background: -webkit-linear-gradient(left, #e7f0fd 0%, #accbee 100%);
  background: linear-gradient(to right, #e7f0fd 0%, #accbee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e7f0fd", endColorstr="#accbee",GradientType=1 );
  margin-bottom: 30px;
  color: #1d2335;
}
@media (max-width: 767.98px) {
  .quick__promo {
    text-align: center;
  }
}
.quick__promo--block {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .quick__promo--block {
    padding-top: 72px;
    padding-bottom: 103px;
  }
}
@media (max-width: 991.98px) {
  .quick__promo--block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.quick__promo--block::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 550px;
  height: 344px;
  background: url(../images/quick__case--promo.png) 0 0 no-repeat;
}
@media (max-width: 991.98px) {
  .quick__promo--block::after {
    display: none;
  }
}
.quick__promo--headline {
  margin-bottom: 19px;
}
.quick__promo--description {
  line-height: 22px;
}
.quick__case--list ul {
  margin: 0;
  padding: 0;
}
.quick__case--list li {
  padding-left: 17px;
  margin-bottom: 2px;
  position: relative;
}
.quick__case--list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00a0f2;
}

/*# sourceMappingURL=main.css.map */
