.pm-about-section__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: 1fr 3em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}
.pm-about-section__column-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.pm-about-section__text-block {
  margin-top: 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.pm-about-section__text {
  color: #171717;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  max-width: 720px;
}
.pm-about-section__info-block {
  margin-top: 1em;
}
.pm-about-section__notice-block {
  margin-top: 1em;
}
.pm-about-section__decore-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.pm-about-section__image-block {
  overflow: hidden;
  width: 100%;
}
.pm-about-section__image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pm-about-section__bottom {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.pm-about-section__bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.pm-about-section__bottom-value {
  white-space: nowrap;
  color: #171717;
  font-weight: 600;
  font-size: 72px;
  line-height: 80px;
}
.pm-about-section__bottom-name {
  color: #737373;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.info-block-pm-about {
  width: 100%;
  padding: 24px;
  background: #F5F5F5;
  border-radius: 24px;
}
.info-block-pm-about__text {
  color: #737373;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.info-block-pm-about__text ul, .info-block-pm-about__text li {
  list-style: disc;
  list-style-position: inside;
}

.notice-block-pm-about {
  width: 100%;
  padding: 24px;
  background: #EDF0FD;
  border-radius: 24px;
}
@media(max-width: 1280px){
    .notice-block-pm-about{
        padding: 12px 16px;
        border-radius: 16px;
    }
}
.notice-block-pm-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.notice-block-pm-about__icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.notice-block-pm-about__icon svg, .notice-block-pm-about__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.notice-block-pm-about__icon svg path {
  fill: #708AF8;
}
.notice-block-pm-about__text {
  color: #708AF8;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 1581px) {
    .notice-block-pm-about__text br {
        display: none;
    }
}

@media (max-width: 1280px) {
  .pm-about-section__text {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
  }
  .pm-about-section__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pm-about-section__bottom-value {
    font-size: 54px;
    line-height: 64px;
  }
  .pm-about-section__bottom-name {
    font-size: 16px;
    line-height: 20px;
  }
  .info-block-pm-about__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .pm-about-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .pm-about-section__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .pm-about-section__info-block {
    margin-top: 0;
  }
  .pm-about-section__notice-block {
    margin-top: 0;
  }
  .pm-about-section__bottom-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  .pm-about-section__image-block img.desk {
    display: none;
  }
}
@media (min-width: 479.98px) {
  .pm-about-section__image-block img.mob {
    display: none;
  }
}