.about-hero {
  overflow: hidden; }
  .about-hero__inner {
    display: flex;
    align-items: center; }
    @media (max-width: 1249px) {
      .about-hero__inner {
        flex-direction: column;
        align-items: flex-start; } }
  .about-hero__left {
    width: 408px;
    flex: 0 0 auto; }
    @media (max-width: 767px) {
      .about-hero__left {
        width: auto; } }
    .about-hero__left p {
      margin-bottom: 20px; }
  .about-hero__right {
    margin-left: 80px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 0px 120px; }
    @media (max-width: 1549px) {
      .about-hero__right {
        margin-top: 30px;
        padding: 30px;
        margin-left: 0px; } }
    @media (max-width: 767px) {
      .about-hero__right {
        font-size: 20px; } }
    .about-hero__right:before {
      position: absolute;
      content: "";
      top: -60px;
      bottom: -60px;
      left: 0;
      z-index: -1;
      right: calc((100vw - calc(100% + 408px + 80px)) / 2 * -1);
      background: linear-gradient(to left, #D2DAE7 13.5%, #D2DAE700 92.23%); }
      @media (max-width: 1549px) {
        .about-hero__right:before {
          top: 0;
          bottom: 0;
          right: 0; } }
      @media (max-width: 767px) {
        .about-hero__right:before {
          right: -15px; } }

.about-utp {
  margin-top: 60px;
  padding: 40px 0px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1249px) {
    .about-utp {
      padding: 20px 0px; } }
  @media (max-width: 767px) {
    .about-utp {
      padding: 0px;
      margin-top: 30px; } }
  .about-utp__bg {
    position: absolute;
    width: 1500px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    bottom: -50px; }
    @media (max-width: 1249px) {
      .about-utp__bg {
        width: 1000px; } }
    @media (max-width: 767px) {
      .about-utp__bg {
        display: none; } }
    .about-utp__bg img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0.1; }

.about-catalog {
  padding: 55px 0px;
  margin-top: 115px;
  background: linear-gradient(90.05deg, #D2DAE7 -0.73%, #EBF1F7 100%);
  overflow: hidden;
  max-width: 100%; }
  @media (max-width: 767px) {
    .about-catalog {
      margin-top: 60px; } }
  .about-catalog__inner {
    display: flex; }
    @media (max-width: 1249px) {
      .about-catalog__inner {
        flex-direction: column; } }
  .about-catalog__left {
    max-width: 32%;
    flex: 0 0 32%; }
    @media (max-width: 1249px) {
      .about-catalog__left {
        max-width: none;
        flex: 0 0 auto; } }
  .about-catalog__right {
    padding-left: 100px;
    display: flex;
    max-width: 68%;
    flex: 0 0 68%;
    align-items: flex-start; }
    @media (max-width: 1249px) {
      .about-catalog__right {
        padding-left: 0px;
        max-width: none;
        flex: 0 0 auto;
        margin-top: 40px;
        margin-left: -10px;
        margin-right: -10px; } }
  .about-catalog__descr p {
    margin-bottom: 15px; }
  .about-catalog__link {
    margin-top: 20px; }

.about-slider {
  max-width: 100%;
  display: flex; }
  .about-slider .swiper-slide {
    width: 300px;
    display: flex;
    padding: 0px 10px; }
    @media (max-width: 767px) {
      .about-slider .swiper-slide {
        width: 250px; } }
  .about-slider .swiper-container {
    margin-right: calc((100vw - 168%) / 2 * -1);
    position: relative; }
    @media (max-width: 767px) {
      .about-slider .swiper-container {
        margin-right: 0px; } }
    .about-slider .swiper-container:after {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      background: linear-gradient(to left, #EDF2F8 0%, #EDF2F800 100%);
      width: 350px;
      right: 0px;
      z-index: 10; }
      @media (max-width: 1249px) {
        .about-slider .swiper-container:after {
          right: -2px; } }
      @media (max-width: 767px) {
        .about-slider .swiper-container:after {
          display: none; } }
  .about-slider .swiper-button-next, .about-slider .swiper-button-prev {
    display: none; }

.about-slider-card {
  width: 100%;
  padding: 25px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  box-shadow: -4px 4px 22px 0 rgba(91, 98, 126, 0.05);
  max-height: 330px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (max-width: 1249px) {
    .about-slider-card {
      border-radius: 12px; } }
  @media (max-width: 767px) {
    .about-slider-card {
      padding: 15px; } }
  @media (min-width: 1024px) {
    .about-slider-card:hover {
      cursor: pointer;
      border-color: #5B627E; } }
  .about-slider-card__img-wrap {
    width: 200px;
    height: 200px; }
    @media (max-width: 767px) {
      .about-slider-card__img-wrap {
        width: 150px;
        height: 150px;
        margin: auto; } }
    .about-slider-card__img-wrap img {
      max-width: 100%;
      max-height: 100%; }
  .about-slider-card__title {
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500; }

.about-goal {
  padding: 64px;
  position: relative;
  max-width: 1275px;
  margin: auto;
  margin-top: 40px;
  background-color: #FEF2D9;
  border-radius: 24px; }
  @media (max-width: 1249px) {
    .about-goal {
      padding: 40px;
      border-radius: 12px; } }
  @media (max-width: 767px) {
    .about-goal {
      margin-top: 40px; } }
  .about-goal__title {
    position: relative;
    z-index: 10;
    font-size: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .about-goal__title {
        font-size: 22px; } }
