main {
  background-color: #f9f9f9; }

.box__shadow--item {
  height: 100%; }

.typical__headline {
  padding: 11px 16px 17px;
  max-height: 50px;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
.typical__headline::after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 100%;
  right: 0;
  bottom: 0;
  background: #fff;
}

.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 );
  min-height: 344px;}
  @media (min-width: 768px) {
    .quick__promo {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .quick__promo {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .quick__promo--block {
      background: url(../images/quick__promo.png) right bottom no-repeat;
      padding-top: 75px;
      padding-bottom: 80px;
      min-height: 315px; } }
  @media (max-width: 767px) {
    .quick__promo--block {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .quick__promo--block h1 {
    margin-bottom: 21px; }
    @media (max-width: 767px) {
      .quick__promo--block h1 {
        text-align: center; } }
  @media (max-width: 767px) {
    .quick__promo--block .btn {
      width: 100%; } }
  .quick__promo--description {
    max-width: 550px;
    line-height: 22px;
    color: #1d2335;
    margin-bottom: 27px;
    font-size: 14px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .quick__promo--description {
        max-width: 485px; } }
    @media (max-width: 767px) {
      .quick__promo--description {
        text-align: center; } }
.quick__banner {
  position: relative;
  margin-bottom: 25px; }
  .quick__banner--corner {
    position: absolute;
    top: 28px;
    left: -4px;
    background: url(../images/quick__bannerc-corner.png) 0 0 no-repeat;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 119px;
    height: 27px;
    padding: 0 5px 0 10px;
    color: #fff;
    font-size: 12px; }
.box__video--img {
  margin-top: -10%;
}
/*# sourceMappingURL=detail.css.map */
