.m-about-page {background: #ffffff;color: #1a1a1a;}
.m-about-hero {position: relative;min-height: 650px;overflow: hidden;background: #f3f5f8;}
.m-about-hero:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-image:linear-gradient(180deg, rgba(0,0,0,.3) 0%, #00000000 60%); height:100%;}
.m-about-hero__media,
.m-about-hero__overlay {position: absolute;inset: 0;}
.m-about-hero__media {background-position: center;background-size: cover;background-repeat: no-repeat;}
.m-about-hero__overlay {background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0) 65%), linear-gradient(180deg, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0.08) 100%);}
.m-about-hero__container {position: relative;z-index: 1;display: flex;align-items: center;min-height: 650px;padding: 0 46px;}
.m-about-hero__content {max-width: 764px;}
.m-about-hero__eyebrow {margin: 0 0 12px;color: #f05a22;font-size: 22px;font-weight: 500;line-height: 1.2;}
.m-about-hero__title {margin: 0;color: #030303;font-size: 48px;font-weight: 700;line-height: 1.2;}
.m-about-hero__line {display: block;width: 60px;height: 2px;margin-top: 37px;background: #f05a22;}
.m-about-subnav {position: sticky;top: 96px;z-index: 1020;background: rgba(255, 255, 255, 0.96);border-bottom: 1px solid rgba(0, 0, 0, 0.08);box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);backdrop-filter: blur(10px);}
.m-about-subnav__nav {display: flex;gap: 4px;overflow-x: auto;scrollbar-width: none;}
.m-about-subnav__nav::-webkit-scrollbar {display: none;}
.m-about-subnav__link {position: relative;flex: 0 0 auto;min-width: 160px;padding: 20px 36px;color: #556;font-size: 22px;font-weight: 400;line-height: 1;text-align: center;text-decoration: none;transition: color 0.25s ease;}
.m-about-subnav__link::after {content: "";position: absolute;right: 24px;bottom: 0;left: 24px;height: 2px;border-radius: 2px 2px 0 0;background: #f05a22;opacity: 0;transform: scaleX(0.6);transition: opacity 0.25s ease, transform 0.25s ease;}
.m-about-subnav__link.is-active {color: #1a1a2e;font-weight: 600;}
.m-about-subnav__link.is-active::after {opacity: 1;transform: scaleX(1);}
.m-about-story {position: relative;padding: 130px 0 150px;background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(../images/story-bg.png) center/cover no-repeat;}
.m-about-story__heading {margin-bottom: 155px;}
.m-about-story__title {margin: 0;color: #1a1a1a;font-size: 48px;font-weight: 700;line-height: 1.1;}
.m-about-story__line {display: block;width: 56px;height: 3px;margin-top: 14px;border-radius: 2px;background: #f05a22;}
.m-about-story__timeline {position: relative;display: grid;gap: 88px;}
.m-about-story__slider {--story-year-width: 200px;--story-rail-width: 32px;--story-card-width: 360px;--story-gap: 32px;position: relative;height: 780px;padding: 8px 0;}
.m-about-story__slider::before {content: "";position: absolute;top: 0;bottom: 0;left: calc(var(--story-year-width) + var(--story-gap) + (var(--story-rail-width) / 2));width: 2px;background: linear-gradient(180deg, #f05a22 0%, rgba(240, 90, 34, 0.12) 100%);}
.m-about-story__swiper {
	height: 100%;overflow: hidden;}
.m-about-story__swiper .swiper-wrapper {transition-timing-function: ease-in-out;}
.m-about-story__swiper .swiper-slide {height: auto;}
.m-about-story__item {position: relative;display: grid;grid-template-columns: var(--story-year-width) var(--story-rail-width) var(--story-card-width) minmax(0, 1fr);align-items: start;column-gap: var(--story-gap);min-height: 236px;opacity: 0.45;transition: opacity 0.35s ease, transform 0.35s ease;}
.m-about-story__swiper .swiper-slide-active .m-about-story__item {opacity: 1;transform: translateY(0);}
.m-about-story__year {padding-top: 12px;padding-right: 28px;}
.m-about-story__year-number {display: block;color: rgba(240, 90, 34, 0.25);font-size: 72px;font-weight: 800;line-height: 0.9;letter-spacing: -0.117px;}
.m-about-story__year-label {display: block;margin-top: 8px;color: rgba(200, 110, 70, 0.35);font-size: 22px;font-weight: 600;line-height: 1;letter-spacing: 1.57px;text-transform: uppercase;}
.m-about-story__swiper .swiper-slide-active .m-about-story__year-number,
.m-about-story__swiper .swiper-slide-active .m-about-story__year-label {color: #f05a22;}
.m-about-story__dot {justify-self: center;width: 12px;height: 12px;margin-top: 28px;border: 2px solid rgba(240, 90, 34, 0.4);border-radius: 50%;background: #ffffff;position: relative;z-index: 1;}
.m-about-story__swiper .swiper-slide-active .m-about-story__dot {border-color: #f05a22;background: #f05a22;}
.m-about-story__card {overflow: hidden;border-radius: 16px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);background: #e5e5e5;}
.m-about-story__card--soft img {opacity: 0.55;}
.m-about-story__card-image {width: 100%;height: 220px;object-fit: cover;}
.m-about-story__content {padding-top: 10px;padding-left: 0;}
.m-about-story__bullet {position: relative;padding-left: 16px;color: #2a2a3a;font-size: 18px;font-weight: 400;line-height: 1.5;letter-spacing: -0.23px;}
.m-about-story__bullet + .m-about-story__bullet {margin-top: 8px;}
.m-about-story__bullet::before {content: "";position: absolute;top: 11px;left: 0;width: 6px;height: 6px;border-radius: 50%;background: #f05a22;}
.m-about-story__bullet.is-muted {color: rgba(60, 60, 80, 0.55);}
.m-about-story__swiper .swiper-slide-active .m-about-story__bullet {color: #2a2a3a;}
.m-about-story__swiper .swiper-slide-active .m-about-story__bullet::before {background: #f05a22;}
.m-about-values {position: relative;overflow: hidden;padding: 115px 0 110px;color: #ffffff;}
.m-about-values__container {position: relative;z-index: 1;}
.m-about-values__eyebrow {margin: 0 0 31px;color: #f05a22;font-size: 18px;font-weight: 500;line-height: 1;letter-spacing: 2.04px;text-transform: uppercase;}
.m-about-values__title {margin: 0;font-size: 48px;font-weight: 300;line-height: 1.05;letter-spacing: -0.03px;}
.m-about-values__title p{margin-bottom: 0;}
.m-about-values__title strong {font-weight: 700;}
.m-about-values__desc {max-width: 750px;margin: 14px 0 48px;color: rgba(255, 255, 255, 0.7);font-size: 22px;line-height: 1.14;}
.m-about-values__list {width: min(901px, 100%);}
.m-about-values__item {border-top: 1px solid rgba(255, 255, 255, 0.08);padding: 0;}
.m-about-values__item:last-child {border-bottom: 1px solid rgba(255, 255, 255, 0.08);}
.m-about-values__item-head {width: 100%;display: flex;align-items: center;justify-content: space-between;gap: 16px;padding: 24px 0;border: 0;background: transparent;text-align: left;cursor: pointer;}
.m-about-values__icon-box {display: inline-flex;align-items: center;justify-content: center;width: 38px;height: 38px;border: 1px solid rgba(255, 255, 255, 0.1);border-radius: 8px;background: rgba(255, 255, 255, 0.06);flex: 0 0 auto;position: relative;}
.m-about-values__icon-box img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.m-about-values__icon-box img:nth-child(2){ opacity: 0;z-index:-1;}
.is-open .m-about-values__icon-box img:nth-child(2){ opacity: 1;z-index:1;}
.is-open .m-about-values__icon-box img:nth-child(1){ opacity: 0;z-index:-1;}
.is-open .m-about-values__icon-box {border-color: rgba(240, 90, 34, 0.4);background: rgba(240, 90, 34, 0.15);}
.m-about-values__icon-box img{width: 18px;height: 18px;}
.m-values__arrow_icon {position: relative;}
.m-values__arrow_icon img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.m-values__arrow_icon img:nth-child(2){ opacity: 0;z-index:-1;}
.m-values__arrow_icon{width: 18px;height: 18px;}
.is-open .m-values__arrow_icon img:nth-child(2){ opacity: 1;z-index:1;}
.is-open .m-values__arrow_icon img:nth-child(1){ opacity: 0;z-index:-1;}
.m-about-values__item-title {flex: 1 1 auto;margin: 0;color: #ffffff;font-size: 22px;font-weight: 600;line-height: 1.09;}
.m-about-values__item-title.is-muted {color: rgba(255, 255, 255, 0.7);font-weight: 400;}
.m-about-values__item-body {display: grid;grid-template-rows: 0fr;transition: grid-template-rows 0.3s ease;padding-bottom: 0;}
.m-about-values__item.is-open .m-about-values__item-body {grid-template-rows: 1fr;padding-bottom: 24px;}
.m-about-values__item-desc {overflow: hidden;max-width: 700px;margin: 0;padding: 0 0 0 57px;color: rgba(255, 255, 255, 0.7);font-size: 16px;line-height: 1.5;letter-spacing: -0.076px;}
.m-about-values__item.is-open .m-about-values__icon-box {border-color: rgba(240, 90, 34, 0.4);background: rgba(240, 90, 34, 0.15);}
.m-about-values__item.is-open .m-about-values__item-title {color: #ffffff;font-weight: 600;}
.m-about-strength {padding: 90px 0 100px;background: #f7f7f8;}
.m-about-strength__eyebrow,
.m-about-team__eyebrow,
.m-about-exhibition__eyebrow,
.m-about-certificates__eyebrow {margin: 0 0 12px;color: #f05a22;font-size: 18px;font-weight: 600;line-height: 1;letter-spacing: 2.64px;text-transform: uppercase;}
.m-about-strength__title,
.m-about-team__title,
.m-about-certificates__title,
.m-about-exhibition__title {margin: 0;color: #0e0e12;font-size: 48px;font-weight: 700;line-height: 1.1;letter-spacing: 0.37px;}
.m-about-strength__title span,
.m-about-team__title span,
.m-about-exhibition__title span {font-weight: 300;}
.m-about-strength__tabs {display: flex;flex-wrap: wrap;gap: 0;margin-top: 48px;margin-bottom: 28px;border-bottom: 1px solid rgba(0, 0, 0, 0.08);}
.m-about-strength__radio {position: absolute;opacity: 0;pointer-events: none;}
.m-about-strength__tab {position: relative;padding: 14px 36px;color: #888898;font-size: 22px;line-height: 1;cursor: pointer;}
.m-about-strength__panels {position: relative;}
.m-about-strength__panel {display: none;transform: translateY(10px);}
#strength-tab-0:checked ~ .m-about-strength__tabs label[for="strength-tab-0"],
#strength-tab-1:checked ~ .m-about-strength__tabs label[for="strength-tab-1"],
#strength-tab-2:checked ~ .m-about-strength__tabs label[for="strength-tab-2"] {color: #0e0e12;font-weight: 600;}
#strength-tab-0:checked ~ .m-about-strength__tabs label[for="strength-tab-0"]::after,
#strength-tab-1:checked ~ .m-about-strength__tabs label[for="strength-tab-1"]::after,
#strength-tab-2:checked ~ .m-about-strength__tabs label[for="strength-tab-2"]::after {content: "";position: absolute;right: 0;bottom: -1px;left: 0;height: 2px;background: #f05a22;}
#strength-tab-0:checked ~ .m-about-strength__panels .m-about-strength__panel:nth-child(1),
#strength-tab-1:checked ~ .m-about-strength__panels .m-about-strength__panel:nth-child(2),
#strength-tab-2:checked ~ .m-about-strength__panels .m-about-strength__panel:nth-child(3) {display: block;transform: translateY(0);}
.m-about-strength__card,
.m-about-exhibition__card,
.m-about-team__photo-card {position: relative;overflow: hidden;border-radius: 12px;background: #1a1a2e;}
.m-about-strength__card {height: 270px;}
.m-about-strength__card-image,
.m-about-exhibition__card-image,
.m-about-team__photo-card img {width: 100%;height: 100%;object-fit: cover;}
.m-about-exhibition__card-overlay{position: absolute;inset: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(10, 10, 20, 0.78) 100%);}
.m-about-strength__card-title,
.m-about-team__photo-title {position: absolute;right: 20px;bottom: 18px;left: 20px;margin: 0;color: #ffffff;font-size: 20px;font-weight: 600;line-height: 1.2;}
.m-about-team {padding: 110px 0 96px;background: #ffffff;}
.m-about-team__featured {position: relative;display: grid;grid-template-columns: minmax(0, 1fr) 44%;min-height: 360px;margin-top: 48px;border-radius: 16px;
background: url('../images/team-bg.png') no-repeat , linear-gradient(105deg, rgba(10, 12, 24, 0.97) 7.74%, rgba(10, 12, 24, 0.92) 41.55%, rgba(10, 12, 24, 0.40) 62.68%, rgba(0, 0, 0, 0.00) 75.36%),lightgray;}
.m.m-about-team__featured-copy{position: relative;z-index: 1;}
.m-about-team__featured-portrait {position: absolute;z-index: 10;top: 0;right: 0;width: 57%;height: 100%; border-radius: 16px; background: url('../images/team-man-bg.png') 50% / cover no-repeat, #F05A22;}
.m-about-team__featured-portrait img {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.m-about-team__featured-copy {display: flex;flex-direction: column;justify-content: center;padding: 48px 60px;}
.m-about-team__featured-role {display: inline-block;color: #ffffff;font-size: 22px;font-weight: 600;line-height: 0.75;letter-spacing: 1.6px;text-transform: uppercase;}
.m-about-team__featured-name {margin: 0;color: #ffffff;font-size: 48px;font-weight: 700;line-height: 1;letter-spacing: 2.196px;}
.m-about-team__featured-quote {margin: 14px 0 16px;color: rgba(255, 255, 255, 0.58);font-size: 22px;line-height: 1.12;letter-spacing: -0.076px;}
.m-about-team__featured-quote p{margin-bottom: 0;}
.m-about-team__featured-link {display: inline-flex;align-items: center;justify-content: center;width: fit-content;min-height: 24px;padding: 4px 14px;border-radius: 3px;background: #f05a22;color: #ffffff;font-size: 11px;font-weight: 600;line-height: 1.5;letter-spacing: 1.6px;text-decoration: none;text-transform: uppercase;}
.m-about-team__featured-link:hover{color: #ffffff;}
.m-about-team__grid {margin-top: 20px;display: grid;grid-template-columns: repeat(2, 1fr);gap: 40px;}
.m-about-team__photo-card {height: 344px;}
.m-about-certificates {padding: 48px 0 96px;background: #f7f7f8;}
.m-about-certificates__panel {display: grid;grid-template-columns: minmax(0, 1.1fr) minmax(320px, 500px);gap: 32px;align-items: center;padding: 68px 102px;border-radius: 0;background-color: #ffffff; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);position: relative;}
.m-about-certificates__panel::after{content: ''; background: url('../images/certificate-bg.png') center/cover no-repeat;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;pointer-events: none;opacity: 0.1;}
.m-about-certificates__media {position: relative;}
.m-about-certificates__frame {position: relative;height: 417px;margin-top: 30px;z-index: 1;}
.m-about-certificates__preview {inset: 0;opacity: 0;transform: translateY(16px);transition: opacity 0.35s ease, transform 0.35s ease;pointer-events: none;height: 100%;position: absolute;left: 140px;top:0;}
.m-about-certificates__preview.is-active {opacity: 1;transform: translateY(0);pointer-events: auto;}
.m-about-certificates__paper {height: 100%; object-fit: contain;}
.m-about-certificates__badge {position: absolute;top: 22px;left: 22px;display: inline-flex;align-items: center;justify-content: center;min-width: 62px;min-height: 28px;padding: 0 12px;border-radius: 999px;background: #f05a22;color: #ffffff;font-size: 12px;font-weight: 700;letter-spacing: 1.2px;}
.m-about-certificates__meta {position: absolute;right: -24px;bottom: 18px;left: -24px;padding: 14px 16px;border-radius: 14px;background: rgba(255, 255, 255, 0.92);box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);text-align: center;}
.m-about-certificates__meta strong,
.m-about-certificates__meta span {display: block;}
.m-about-certificates__meta strong {color: #0f172a;font-size: 16px;font-weight: 700;line-height: 1.3;}
.m-about-certificates__meta span {margin-top: 4px;color: rgba(54, 65, 83, 0.8);font-size: 13px;line-height: 1.45;}
.m-about-certificates__list-wrap {align-self: center;}
.m-about-certificates__list-wrap .swiper-wrapper{justify-content: center;}
.m-about-certificates__list {height: 472px;}
.m-about-certificates__list .swiper-slide {height: auto;}
.m-about-certificates__item {width: 100%;padding: 0;border: 0;background: transparent;color: #364153;font-size: 20px;line-height: 1.4;text-align: right;cursor: pointer;transition: color 0.25s ease, opacity 0.25s ease;letter-spacing: 0.051px;}
.m-about-certificates__item.is-active {font-size: 24px;padding-right: 20px;border-right: 4px solid #e7000b;color: #e7000b;}
.m-about-certificates__item:hover {opacity: 0.82;}
.m-about-exhibition {padding: 90px 0 117px;background: #ffffff;}
.m-about-exhibition__head {display: grid;grid-template-columns: minmax(0, 1fr) 380px;gap: 48px;align-items: end;margin-bottom: 48px;}
.m-about-exhibition__desc {margin: 0;color: #888898;font-size: 16px;line-height: 1.58;text-align: right;}
.m-about-exhibition__feature-grid {display: grid;grid-template-columns: minmax(0, 1.77fr) minmax(0, 0.97fr);gap: 16px;}
.m-about-exhibition__stack {display: grid;gap: 16px;}
.m-about-exhibition__card {height: 287px;}
.m-about-exhibition__card--large {height: 589px;}
.m-about-exhibition__caption {position: absolute;left: 24px;right: 24px;bottom: 18px;}
.m-about-exhibition__place {display: block;color: #f05a22;font-size: 13.5px;font-weight: 500;line-height: 1.5;letter-spacing: 1.43px;text-transform: uppercase;}
.m-about-exhibition__event {display: block;color: #ffffff;font-size: 17px;font-weight: 600;line-height: 1.5;}
.m-about-exhibition__list-grid {margin-top: 40px;display: grid;grid-template-columns: repeat(4, 1fr);gap: 15px;}
:target {
    scroll-margin-top: 180px;
}
@media (max-width: 1600px) {
  .m-about-subnav__link {padding-right: 28px;padding-left: 28px;font-size: 18px;}
  .m-about-story__slider {--story-year-width: 180px;--story-card-width: 300px;--story-gap: 28px;min-height: 690px;}
  .m-about-story__card-image {height: 190px;}
  .m-about-team__featured {grid-template-columns: minmax(0, 1fr) 42%;}
}
@media (max-width: 1400px) {
  .m-about-hero__container {padding: 0 24px;}
  .m-about-story,
  .m-about-values,
  .m-about-strength,
  .m-about-team,
  .m-about-exhibition {padding-top: 80px;}
  .m-about-story {padding-bottom: 96px;}
  .m-about-story__slider {--story-year-width: 150px;--story-card-width: 260px;}
  .m-about-story__year-number {font-size: 56px;}
  .m-about-story__year-label,
  .m-about-values__desc {font-size: 18px;}
  .m-about-strength__title,
  .m-about-team__title,
  .m-about-certificates__title,
  .m-about-exhibition__title,
  .m-about-values__title,
  .m-about-story__title {font-size: 40px;}
  .m-about-certificates__panel {grid-template-columns: minmax(0, 1fr) 320px;padding: 40px;}
  .m-about-exhibition__head {grid-template-columns: minmax(0, 1fr);}
  .m-about-exhibition__desc {text-align: left;max-width: 680px;}
}
@media (max-width: 992px) {
  .m-about-hero {min-height: 460px;}
  .m-about-hero__container {min-height: 460px;padding: 0 12px;}
  .m-about-hero__title {font-size: 38px;}
  .m-about-subnav {top: 0;}
  .m-about-subnav__link {min-width: auto;padding: 18px 22px;font-size: 16px;}
  .m-about-story__slider {--story-year-width: 1fr;--story-rail-width: 24px;--story-card-width: 1fr;--story-gap: 18px;min-height: 520px;padding-left: 30px;}
  .m-about-story__slider::before {left: 11px;top: 12px;bottom: 12px;}
  .m-about-story__item {grid-template-columns: 1fr;gap: 18px;min-height: auto;padding: 8px 0 8px 18px;opacity: 1;}
  .m-about-story__year {padding: 0;}
  .m-about-story__dot {position: absolute;top: 22px;left: 11px;margin: 0;transform: translateX(-50%);}
  .m-about-story__content {padding: 0;}
  .m-about-values__list {width: 100%;}
  .m-about-values__item-desc {padding-left: 0;}
  .m-about-strength__tabs {margin-top: 32px;}
  .m-about-strength__tab {padding-right: 18px;padding-left: 18px;font-size: 18px;}
  .m-about-team__featured {grid-template-columns: repeat(1, 1fr);}
  .m-about-team__featured::after {top: auto;width: 100%;height: 56%;}
  .m-about-team__featured-copy {padding: 40px 28px;}
  .m-about-team__featured-portrait {min-height: 320px;padding: 24px 20px 0;position: static;width: 100%;}
  .m-about-team__featured-portrait img{position: static;transform: translateX(0);width: 100%;height: 100%;object-fit: contain;}
  .m-about-certificates__panel {grid-template-columns: 1fr;}
  .m-about-certificates__list {height: 300px;}
  .m-about-certificates__item {text-align: left;}
  .m-about-certificates__item.is-active {border-right: 0;border-left: 4px solid #e7000b;padding-right: 0;padding-left: 16px;}
  .m-about-certificates__meta {right: -12px;left: -12px;}
  .m-about-exhibition__feature-grid {grid-template-columns: 1fr;}
  .m-about-team__grid {grid-template-columns: 1fr;gap: 24px;}
  .m-about-exhibition__list-grid {grid-template-columns: repeat(1, 1fr);}
}
@media (max-width: 768px) {
  .m-about-hero {min-height: 360px;}
  .m-about-hero__container {min-height: 360px;}
  .m-about-hero__eyebrow {font-size: 16px;}
  .m-about-hero__title {font-size: 28px;}
  .m-about-story,
  .m-about-values,
  .m-about-strength,
  .m-about-team,
  .m-about-exhibition {padding-top: 64px;}
  .m-about-story {padding-bottom: 72px;}
  .m-about-strength,
  .m-about-team,
  .m-about-exhibition,
  .m-about-certificates {padding-bottom: 72px;}
  .m-about-story__title,
  .m-about-values__title,
  .m-about-strength__title,
  .m-about-team__title,
  .m-about-certificates__title,
  .m-about-exhibition__title {font-size: 30px;}
  .m-about-story__heading {margin-bottom: 42px;}
  .m-about-story__year-number {font-size: 42px;}
  .m-about-story__year-label,
  .m-about-values__item-title,
  .m-about-strength__tab,
  .m-about-team__featured-role {font-size: 16px;}
  .m-about-story__bullet,
  .m-about-values__desc,
  .m-about-team__featured-quote {font-size: 15px;}
  .m-about-story__card-image {height: 180px;}
  .m-about-story__slider {min-height: 470px;padding-left: 24px;}
  .m-about-story__slider::before {left: 9px;}
  .m-about-story__dot {left: 9px;}
  .m-about-values__item-desc {padding-left: 0;font-size: 14px;}
  .m-about-strength__card {height: 220px;}
  .m-about-team__featured-name {font-size: 34px;}
  .m-about-team__photo-card {height: 280px;}
  .m-about-certificates__panel {padding: 28px 20px;}
  .m-about-certificates__frame {width: 220px;height: 300px;}
  .m-about-certificates__preview{left: 0;}
  .m-about-certificates__list-wrap .swiper-wrapper{justify-content: flex-start;}
  .m-about-certificates__item,
  .m-about-exhibition__desc {font-size: 14px;}
  .m-about-certificates__item:first-child,
  .m-about-certificates__item.is-active {font-size: 18px;}
  .m-about-certificates__meta {bottom: 6px;padding: 10px 12px;}
  .m-about-exhibition__card,
  .m-about-exhibition__card--large {height: 240px;}
  .m-about-exhibition__head{gap: 24px;}
}