<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-al {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.about-al h2 {
  color: #fff;
  text-align: center;
}
.about-al-top .d-flex {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.about-al-top .bx {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.about-al-top .bx:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.about-al-top .bx:last-child {
  flex: 0 0 53%;
  max-width: 53%;
  display: none;
}
.about-al-top .txt {
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2em;
}
.about-al-block {
  padding-top: 2.5rem;
}
.about-al-block .d-flex {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  row-gap: 0.625rem;
}
.about-al-block .bx {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.about-al-block .group {
  position: relative;
}
.about-al-block .group .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-al-block .group .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-al-block .group-label {
  display: grid;
  align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.25rem;
  padding-right: 2.75rem;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4em;
  min-height: 95px;
  width: calc(100% - 0.625rem);
  position: absolute;
  bottom: 2.5rem;
  background-image: url(../img/fon-rec.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

@media (min-width: 680px) {
  .about-al-block .d-flex {
    row-gap: 1.25rem;
  }
  .about-al-block .bx {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-al-block .group-label {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .about-al {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .about-al h2 {
    text-align: left;
  }
  .about-al-top .bx:first-child {
    flex: inherit;
    max-width: inherit;
  }
  .about-al-top .bx:last-child {
    display: block;
  }
  .about-al-block .bx {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .about-al-top .txt {
    font-size: 1.5rem;
  }
  .about-al-block .group-label {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.875rem;
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=about-al.css.map */</pre></body></html>