@media screen and (min-width: 961px) {
  .page-mv--about {
    background: url("../img/about/mv-bg.webp") center/cover no-repeat;
  }
}

.about-message {
  padding-top: 60px;
  padding-bottom: 134px;
}
@media screen and (max-width: 1200px) {
  .about-message {
    padding-bottom: 332px;
  }
}
@media screen and (max-width: 960px) {
  .about-message {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}

.about-message__title {
  font-size: 32px;
  color: var(--color-primary);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about-message__title {
    font-size: 24px;
    text-align: left;
  }
}

.about-message__title-keyword {
  background: radial-gradient(50% 50% at 50% 50%, #0A58B8 0%, #72C7CF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-message__text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .about-message__text {
    text-align: left;
    margin-top: 24px;
  }
}

.about-message__profile {
  position: relative;
  max-width: 1320px;
  margin: 80px auto 0;
  padding: 0 min(40px, 2.7777777778vw);
}
@media screen and (max-width: 960px) {
  .about-message__profile {
    margin-top: 56px;
    padding: 0;
  }
}

.about-message__photo {
  width: 47%;
}
@media screen and (max-width: 960px) {
  .about-message__photo {
    width: 100%;
    max-width: 87.69%;
    margin: 0 auto;
    margin-left: 0px;
  }
}
.about-message__photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .about-message__photo img {
    border-radius: 20px 20px 0 0;
  }
}

.about-message__card {
  position: absolute;
  right: 3%;
  top: 100px;
  width: 53%;
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.94;
  padding: 48px;
}
@media screen and (max-width: 960px) {
  .about-message__card {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% - 24px);
    margin-left: 24px;
    margin-top: -110px;
    border-radius: 20px 0 0 20px;
    padding: 40px 24px;
  }
}

.about-message__card-position {
  font-size: 20px;
  color: var(--color-primary);
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .about-message__card-position {
    font-size: 16px;
  }
}

.about-message__card-name {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 4px;
  background: radial-gradient(50% 50% at 50% 50%, #0A58B8 0%, #72C7CF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 960px) {
  .about-message__card-name {
    font-size: 20px;
  }
}

.about-message__card-registration {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  margin-top: 24px;
}

.about-message__card-bio {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  margin-top: 0;
}

.about-strengths {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .about-strengths {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.about-strengths__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 18px, #ECF7FF 18px, #ECF7FF 20px), repeating-linear-gradient(90deg, transparent, transparent 18px, #ECF7FF 18px, #ECF7FF 20px), linear-gradient(136deg, rgba(87, 168, 221, 0.15) 0%, rgba(114, 199, 207, 0.15) 100%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .about-strengths__bg {
    background: linear-gradient(122deg, rgba(87, 168, 221, 0.2) 0%, rgba(114, 199, 207, 0.2) 100%);
  }
}

.about-strengths__card {
  max-width: 1080px;
  margin-inline: auto;
  padding: 80px;
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.94;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .about-strengths__card {
    padding: 48px 24px;
    margin-top: 24px;
  }
}

.about-strengths__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .about-strengths__list {
    gap: 40px;
  }
}

.about-strengths__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .about-strengths__item {
    display: grid;
    grid-template-columns: 67px 1fr;
  }
}

.about-strengths__item-num {
  flex: 0 0 67px;
  font-family: "DIN Alternate", "DIN", "Arial", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.164;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, rgba(87, 168, 221, 0.2) 6%, rgba(114, 199, 207, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 960px) {
  .about-strengths__item-num {
    grid-column: 1;
    grid-row: 1;
  }
}

.about-strengths__item-image {
  flex: 0 0 200px;
  width: 200px;
  height: 150px;
}
.about-strengths__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .about-strengths__item-image {
    grid-column: 2;
    grid-row: 1;
  }
}

.about-strengths__item-content {
  flex: 1;
  margin-left: 24px;
}
@media screen and (max-width: 960px) {
  .about-strengths__item-content {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 8px;
    margin-left: 0;
  }
}

.about-strengths__item-title {
  font-size: 24px;
  color: var(--color-primary);
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .about-strengths__item-title {
    font-size: 20px;
    text-align: center;
  }
}

.about-strengths__item-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #57A8DD 0%, #72C7CF 100%);
  opacity: 0.2;
  margin-top: 8px;
}
@media screen and (max-width: 960px) {
  .about-strengths__item-line {
    display: none;
  }
}

.about-strengths__item-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .about-strengths__item-text {
    margin-top: 8px;
  }
}

.about-company {
  padding-top: 80px;
  padding-bottom: 84px;
}
@media screen and (max-width: 960px) {
  .about-company {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}

.about-company__table {
  max-width: 700px;
  margin: 24px auto 0;
}
@media screen and (max-width: 960px) {
  .about-company__table {
    max-width: 100%;
    margin-top: 10px;
  }
}

.about-company__row {
  display: flex;
  align-items: baseline;
  padding: 16px 0;
  position: relative;
}
.about-company__row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #57A8DD 0%, #72C7CF 100%);
  opacity: 0.2;
}
.about-company__row:last-child::after {
  content: none;
}
@media screen and (max-width: 960px) {
  .about-company__row {
    flex-wrap: wrap;
  }
}
.about-company__row dt {
  flex: 0 0 150px;
  font-size: 20px;
  line-height: 1.8;
  color: var(--color-primary);
}
@media screen and (max-width: 960px) {
  .about-company__row dt {
    flex: 0 0 96px;
    font-size: 18px;
  }
}
.about-company__row dd {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  margin: 0;
}