.page-about {
  padding: 80px 0;
}
@media (max-width: 959px) {
  .page-about {
    padding: 40px 0;
  }
}
@media (max-width: 639px) {
  .page-about {
    padding: 32px 0;
  }
}
.page-about h1, .page-about h2, .page-about h3 {
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #0b0d0f;
}
@media (max-width: 959px) {
  .page-about h1, .page-about h2, .page-about h3 {
    font-size: 40px;
  }
}
@media (max-width: 639px) {
  .page-about h1, .page-about h2, .page-about h3 {
    font-size: 28px;
  }
}
.page-about h2 {
  font-size: 48px;
  margin: 0 0 16px;
}
@media (max-width: 639px) {
  .page-about h2 {
    font-size: 24px;
  }
}
.page-about h3 {
  font-size: 32px;
  margin: 0 0 16px;
}
@media (max-width: 639px) {
  .page-about h3 {
    font-size: 24px;
  }
}
.page-about .img-about img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 959px) {
  .page-about .img-about img {
    max-height: 560px;
  }
}
@media (max-width: 639px) {
  .page-about .img-about img {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(var(--ph) * -1);
    max-height: 400px;
    border-radius: 0;
  }
}
.page-about p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #22262d;
}
@media (max-width: 639px) {
  .page-about p {
    font-size: 16px;
  }
}
.page-about p.quote {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.4;
  color: #0b0d0f;
  margin: 0;
}
@media (max-width: 639px) {
  .page-about p.quote {
    font-size: 18px;
    border-radius: 12px;
    padding: 24px 16px;
    background-color: #f8f4ed;
    text-align: center;
  }
}
.page-about p.quote:after {
  content: attr(data-name);
  display: block;
  width: 100%;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #838da1;
}
.page-about .statistics {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 639px) {
  .page-about .statistics {
    order: 99;
    flex-direction: row;
  }
}
.page-about .statistics p {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  color: #fa7a35;
  margin: 0;
}
@media (max-width: 639px) {
  .page-about .statistics p {
    font-size: 24px;
  }
}
.page-about .statistics p span {
  font-size: 12px;
  line-height: 1.4;
  color: #838da1;
  display: block;
}
@media (max-width: 639px) {
  .page-about .statistics p span {
    font-size: 10px;
  }
}
.page-about .bnr-carousel {
  width: 100%;
  height: 646px;
  background-image: url("../img/carousel.png");
}
@media (max-width: 639px) {
  .page-about .bnr-carousel {
    background-size: cover;
    height: 406px;
  }
}
.page-about .mission {
  border-radius: 20px;
  padding: 40px;
  background: #fbf8f4;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .page-about .mission {
    padding: 40px 30px;
  }
}
@media (max-width: 639px) {
  .page-about .mission {
    padding: 30px 15px;
  }
}
.page-about .mission ul {
  margin: 0;
  padding-left: unset;
  list-style-type: none;
}
@media (max-width: 959px) {
  .page-about .mission ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.page-about .mission ul > li {
  position: relative;
  padding-left: 32px;
}
@media (max-width: 959px) {
  .page-about .mission ul > li {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
}
@media (max-width: 639px) {
  .page-about .mission ul > li {
    width: 100%;
  }
}
.page-about .mission ul > li:not(:last-child) {
  margin-bottom: 12px;
}
.page-about .mission ul > li:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3763 4.8319C13.6072 5.03972 13.6259 5.39539 13.4181 5.6263L6.66811 13.1263C6.46384 13.3533 6.11579 13.3758 5.88394 13.1771L0.63394 8.67709C0.398069 8.47491 0.370753 8.11981 0.572928 7.88393C0.775103 7.64806 1.13021 7.62075 1.36608 7.82292L6.19921 11.9656L12.5819 4.87371C12.7897 4.6428 13.1454 4.62408 13.3763 4.8319Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  top: 3px;
  left: 0;
}
.page-about .mission ul > li p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #0b0d0f;
  margin: 0 0 2px;
}
.page-about .mission ul > li span {
  font-weight: 400;
  font-size: 14px;
  color: #393f4b;
}
.page-about .slider-brands:before {
  display: none;
}
.page-about .block-bg {
  padding: 80px 0;
}
@media (max-width: 959px) {
  .page-about .block-bg {
    padding: 0 0 40px;
  }
}
@media (max-width: 639px) {
  .page-about .block-bg {
    padding: 0 0 32px;
  }
}
@media (max-width: 959px) {
  .page-about .full\@m {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
    margin-left: calc(var(--ph) * -1);
  }
}
.page-about .slider-cat .uk-slider-items {
  flex-wrap: unset;
  gap: unset;
}
.page-about .slider-cat .uk-slider-items > div {
  width: 25%;
}
@media (max-width: 959px) {
  .page-about .slider-cat .uk-slider-items > div {
    width: 240px;
  }
}
.page-about .slider-cat .uk-slider-items > div .uk-panel img {
  height: 360px;
}
@media (max-width: 959px) {
  .page-about .slider-cat .uk-slider-items > div .uk-panel img {
    width: 280px;
  }
}
@media (max-width: 639px) {
  .page-about .slider-cat .uk-slider-items > div .uk-panel img {
    width: 360px;
  }
}

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