.um-catalog{
  color:#3F3F3F;
}

.um-wrap{
  width:calc(100% - 48px);
  max-width:1260px;
  margin-left:auto;
  margin-right:auto;
}

.um-catalog__intro{
  padding:48px 0 24px;
}

.um-intro-card{
  padding:36px 40px 38px;
  border:1px solid rgba(63,63,63,.08);
  border-radius:32px;
  background:#fff;
}

.um-page-title{
  max-width:none;
  margin-top:16px;
  margin-bottom:18px;
}

.um-page-lead{
  max-width:760px;
  margin:0;
  line-height:1.65;
}

.um-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.um-filter{
  appearance:none;
  min-height:44px;
  padding:10px 18px;
  border:1px solid rgba(63,63,63,.12);
  border-radius:999px;
  background:#fff;
  color:inherit;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}

.um-filter:hover,
.um-filter.is-active{
  border-color:#8FC9B6;
  background:rgba(143,201,182,.12);
}

.um-filter:focus-visible{
  outline:3px solid rgba(183,166,217,.42);
  outline-offset:3px;
}

.um-catalog__articles{
  padding:18px 0 64px;
}

.um-grid{
  display:grid;
  grid-template-columns:
    repeat(3,minmax(0,1fr));
  gap:24px;
}

.um-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(63,63,63,.08);
  border-radius:32px;
  background:#fff;
}

.um-card[hidden]{
  display:none!important;
}

.um-card__link{
  display:flex;
  flex-direction:column;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.um-card__media{
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;

  background:
    radial-gradient(
      circle at 84% 16%,
      rgba(239,167,160,.18),
      transparent 34%
    ),
    radial-gradient(
      circle at 16% 84%,
      rgba(143,201,182,.20),
      transparent 36%
    ),
    #EEF4F1;
}

.um-card__placeholder{
  position:absolute;
  inset:16px;

  display:flex;
  align-items:center;
  justify-content:center;

  box-sizing:border-box;
  padding:28px;

  border:
    1px dashed rgba(63,63,63,.16);

  border-radius:24px;

  color:rgba(63,63,63,.56);
  text-align:center;
}

.um-card__badges{
  position:absolute;
  z-index:2;

  top:16px;
  left:16px;
  right:16px;

  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;

  pointer-events:none;
}

.um-card__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:34px;
  padding:7px 12px;

  box-sizing:border-box;

  border:
    1px solid rgba(63,63,63,.08);

  border-radius:999px;

  background:
    rgba(255,255,255,.94);

  color:#3F3F3F;

  font-size:13px;
  line-height:1.2;
  font-weight:700;

  box-shadow:
    0 6px 18px rgba(63,63,63,.06);

  white-space:nowrap;
}

.um-card__badge--topic{
  color:#C97972;
}

.um-card__body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;

  padding:
    24px 24px 26px;
}

.um-card__title{
  margin:0;
  overflow-wrap:anywhere;
}

.um-card__text{
  margin:16px 0 22px;

  line-height:1.65;

  color:
    rgba(63,63,63,.72);
}

.um-card__more{
  display:inline-flex;
  align-items:center;
  gap:9px;

  margin-top:auto;

  font-weight:700;
}

.um-card__more span{
  color:#EFA7A0;
}

.um-channels{
  padding:0 0 64px;
}

.um-channels__panel{
  display:grid;

  grid-template-columns:
    minmax(0,1fr) auto;

  gap:36px;
  align-items:center;

  padding:36px 40px;

  border:
    1px solid rgba(63,63,63,.08);

  border-radius:32px;

  background:#fff;
}

.um-channels__copy{
  min-width:0;
}

.um-channels__title{
  max-width:760px;

  margin-top:16px;
  margin-bottom:16px;
}

.um-channels__text{
  max-width:720px;

  margin:0;

  line-height:1.65;

  color:
    rgba(63,63,63,.72);
}

.um-channels__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}

.um-channels__secondary{
  background:#fff;
  color:#3F3F3F;

  border:
    1px solid rgba(63,63,63,.12);
}

.um-footer-materials-link{
  white-space:nowrap;
}

@media (max-width:1040px){

  .um-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .um-channels__panel{
    grid-template-columns:1fr;
  }

  .um-channels__actions{
    justify-content:flex-start;
  }

}

@media (max-width:680px){

  .um-wrap{
    width:calc(100% - 28px);
  }

  .um-catalog__intro{
    padding:28px 0 18px;
  }

  .um-intro-card{
    padding:24px 20px 26px;
    border-radius:26px;
  }

  .um-filters{
    margin-top:22px;
  }

  .um-filter{
    min-height:42px;
    padding:9px 14px;
  }

  .um-catalog__articles{
    padding:12px 0 48px;
  }

  .um-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .um-card{
    border-radius:26px;
  }

  .um-card__body{
    padding:20px 20px 22px;
  }

  .um-card__badges{
    top:14px;
    left:14px;
    right:14px;
  }

  .um-card__placeholder{
    inset:14px;
    border-radius:20px;
  }

  .um-channels{
    padding-bottom:48px;
  }

  .um-channels__panel{
    gap:24px;

    padding:26px 20px;

    border-radius:26px;
  }

  .um-channels__actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .um-channels__actions
  .np-services2__button{
    width:100%;
    justify-content:center;
  }

}

@media (max-width:360px){

  .um-wrap{
    width:calc(100% - 24px);
  }

  .um-card__badges{
    gap:7px;
  }

  .um-card__badge{
    min-height:31px;
    padding:6px 9px;
    font-size:12px;
  }

}

.um-shell{
  width:min(
    1260px,
    calc(100% - 48px)
  );
  margin-inline:auto;
}

.um-materials-page{
  padding-top:128px;
}

.um-catalog-intro{
  padding:0 0 40px;
}

.um-catalog-title{
  max-width:none;
  margin:0 0 18px;
  text-transform:none;
}

.um-catalog-lead{
  max-width:820px;
  margin:0;
}

.um-filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.um-chip{
  appearance:none;

  min-height:46px;

  padding:
    11px
    20px;

  border:
    1px solid rgba(63,63,63,.12);

  border-radius:999px;

  background:#fff;

  color:#3F3F3F;

  font:inherit;
  font-weight:700;

  cursor:pointer;
}

.um-chip.is-active{
  border-color:#8FC9B6;

  background:
    rgba(143,201,182,.12);
}

.um-catalog-grid{
  padding:8px 0 64px;
}

.um-grid{
  display:grid;

  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );

  gap:28px;
}

.um-card{
  min-width:0;
}

.um-card[hidden]{
  display:none!important;
}

.um-card__link{
  display:flex;
  flex-direction:column;

  height:100%;

  overflow:hidden;

  border-radius:32px;

  background:#fff;

  color:inherit;
  text-decoration:none;
}

.um-card__media{
  position:relative;

  padding:
    18px
    18px
    0;

  background:#fff;
}

.um-card__image{
  display:flex;
  align-items:center;
  justify-content:center;

  height:285px;

  box-sizing:border-box;

  padding:24px;

  border:
    1px dashed
    rgba(63,63,63,.14);

  border-radius:28px;

  background:#EEF4F1;

  color:
    rgba(63,63,63,.52);

  text-align:center;
}

.um-card__badges{
  position:absolute;
  z-index:2;

  left:30px;
  bottom:14px;

  display:flex;
  align-items:center;

  gap:8px;

  pointer-events:none;
}

.um-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:34px;

  box-sizing:border-box;

  padding:
    8px
    13px;

  border-radius:999px;

  background:
    rgba(255,255,255,.96);

  color:#3F3F3F;

  font-size:13px;
  line-height:1;
  font-weight:700;

  box-shadow:
    0 6px 18px
    rgba(63,63,63,.07);

  white-space:nowrap;
}

.um-badge--category{
  color:#C97972;
}

.um-card__body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;

  padding:
    25px
    28px
    28px;
}

.um-card__title{
  margin:0 0 16px;
}

.um-card__text{
  margin:0 0 26px;

  line-height:1.55;

  color:
    rgba(63,63,63,.72);
}

.um-card__cta{
  display:inline-flex;
  align-items:center;

  gap:9px;

  margin-top:auto;

  font-weight:700;
}

.um-card__cta span{
  color:#EFA7A0;
}

.um-follow2{
  padding:10px 0 72px;
}

.um-follow2__heading{
  margin:0 0 28px;
}

.um-follow2__grid{
  display:grid;

  grid-template-columns:
    repeat(
      4,
      minmax(0,1fr)
    );

  grid-template-rows:
    240px
    240px;

  gap:22px;
}

.um-follow2__info,
.um-follow2__visual{
  min-width:0;
  overflow:hidden;

  border-radius:30px;
}

.um-follow2__info{
  grid-column:2;
  grid-row:1 / span 2;

  display:flex;
  flex-direction:column;
  justify-content:space-between;

  box-sizing:border-box;

  padding:
    30px
    28px;

  background:#fff;
}

.um-follow2__eyebrow{
  margin-bottom:12px;

  font-size:18px;
  line-height:1.25;
  font-weight:600;
}

.um-follow2__info-title{
  margin:0 0 18px;

  font-size:30px;
  line-height:1.05;
  font-weight:700;

  letter-spacing:-.025em;
}

.um-follow2__text{
  margin:0;

  line-height:1.6;

  color:
    rgba(63,63,63,.72);
}

.um-follow2__actions{
  display:grid;
  gap:12px;

  margin-top:26px;
}

.um-follow2__button{
  display:flex;
  align-items:center;
  justify-content:space-between;

  min-height:52px;

  box-sizing:border-box;

  padding:
    12px
    18px;

  border:
    1px solid
    rgba(63,63,63,.12);

  border-radius:999px;

  background:#fff;

  color:#3F3F3F;

  font-weight:700;
  text-decoration:none;
}

.um-follow2__visual{
  position:relative;

  display:flex;
  align-items:flex-end;

  box-sizing:border-box;

  padding:22px;

  background:#EEF4F1;
}

.um-follow2__visual::after{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      180deg,
      transparent 42%,
      rgba(255,255,255,.54)
    );
}

.um-follow2__visual span{
  position:relative;
  z-index:1;

  display:inline-flex;

  padding:
    8px
    13px;

  border-radius:999px;

  background:
    rgba(255,255,255,.94);

  font-size:13px;
  font-weight:700;
}

.um-follow2__visual--1{
  grid-column:1;
  grid-row:1;

  background:
    linear-gradient(
      145deg,
      #E5F0EB,
      #F6E9E5
    );
}

.um-follow2__visual--2{
  grid-column:1;
  grid-row:2;

  background:
    linear-gradient(
      145deg,
      #F3ECE2,
      #E4F0EB
    );
}

.um-follow2__visual--3{
  grid-column:3;
  grid-row:1;

  background:
    linear-gradient(
      145deg,
      #E6F1ED,
      #ECE5F5
    );
}

.um-follow2__visual--4{
  grid-column:3;
  grid-row:2;

  background:
    linear-gradient(
      145deg,
      #F3E7E4,
      #EEF3E8
    );
}

.um-follow2__visual--5{
  grid-column:4;
  grid-row:1;

  background:
    linear-gradient(
      145deg,
      #EBF3EF,
      #F4E8E4
    );
}

.um-follow2__visual--6{
  grid-column:4;
  grid-row:2;

  background:
    linear-gradient(
      145deg,
      #F2ECE5,
      #E3EFEA
    );
}

@media (max-width:1040px){

  .um-grid{
    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      );
  }

  .um-follow2__grid{
    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      );

    grid-template-rows:auto;
  }

  .um-follow2__info{
    grid-column:
      1 / span 2;

    grid-row:auto;
  }

  .um-follow2__visual{
    grid-column:auto!important;
    grid-row:auto!important;

    min-height:220px;
  }
}

@media (max-width:680px){

  .um-shell{
    width:
      calc(100% - 28px);
  }

  .um-materials-page{
    padding-top:102px;
  }

  .um-catalog-intro{
    padding-bottom:28px;
  }

  .um-filter-bar{
    margin-top:22px;
  }

  .um-chip{
    min-height:42px;

    padding:
      9px
      14px;
  }

  .um-catalog-grid{
    padding-bottom:48px;
  }

  .um-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .um-card__media{
    padding:
      14px
      14px
      0;
  }

  .um-card__image{
    height:220px;

    border-radius:22px;
  }

  .um-card__badges{
    left:24px;
    bottom:12px;
  }

  .um-card__body{
    padding:
      21px
      20px
      23px;
  }

  .um-follow2{
    padding-bottom:50px;
  }

  .um-follow2__heading{
    margin-bottom:20px;
  }

  .um-follow2__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .um-follow2__info{
    grid-column:auto;

    padding:
      25px
      21px;

    border-radius:26px;
  }

  .um-follow2__info-title{
    font-size:27px;
  }

  .um-follow2__visual{
    min-height:190px;

    border-radius:26px;
  }
}

@media (max-width:360px){

  .um-shell{
    width:
      calc(100% - 24px);
  }

  .um-card__badges{
    left:22px;
    gap:7px;
  }

  .um-badge{
    min-height:31px;

    padding:
      6px
      10px;

    font-size:12px;
  }
}

.um-materials-page{
  padding-top:128px!important;
}

.um-catalog-intro{
  padding-bottom:38px!important;
}

.um-filter-bar{
  margin-top:28px!important;
}

.um-card__media{
  position:relative!important;

  height:285px!important;
  aspect-ratio:auto!important;

  margin:
    18px
    18px
    0!important;

  padding:0!important;

  overflow:hidden!important;

  border-radius:
    28px!important;

  background:
    #EEF4F1!important;
}

.um-card__image{
  position:absolute!important;

  inset:0!important;

  width:100%!important;
  height:100%!important;

  box-sizing:
    border-box!important;

  border-radius:
    inherit!important;

  overflow:
    hidden!important;
}

.um-card__badges{
  position:absolute!important;

  top:auto!important;
  right:auto!important;
  bottom:16px!important;
  left:16px!important;

  width:auto!important;
  height:auto!important;

  margin:0!important;
  padding:0!important;

  transform:none!important;

  display:flex!important;

  flex-direction:
    row!important;

  flex-wrap:
    nowrap!important;

  align-items:
    center!important;

  justify-content:
    flex-start!important;

  gap:8px!important;

  z-index:20!important;

  pointer-events:
    none!important;
}

.um-follow2__heading{
  margin:
    0
    0
    28px!important;

  font-size:
    clamp(
      44px,
      6vw,
      72px
    )!important;

  line-height:
    .94!important;

  font-weight:
    800!important;

  letter-spacing:
    -.045em!important;

  text-transform:
    uppercase!important;

  color:
    #3F3F3F!important;
}

.um-footer-links-row{
  display:flex!important;

  flex-direction:
    row!important;

  flex-wrap:
    nowrap!important;

  align-items:
    center!important;

  justify-content:
    flex-end!important;

  gap:18px!important;

  width:
    max-content!important;

  min-width:
    max-content!important;

  max-width:
    none!important;

  margin-left:
    auto!important;

  white-space:
    nowrap!important;

  overflow:
    visible!important;
}

.um-footer-links-row > a{
  flex:
    0
    0
    auto!important;

  width:
    auto!important;

  margin:
    0!important;

  white-space:
    nowrap!important;
}

@media(max-width:680px){

  .um-materials-page{
    padding-top:
      102px!important;
  }

  .um-card__media{
    height:
      220px!important;

    margin:
      14px
      14px
      0!important;

    border-radius:
      22px!important;
  }

  .um-card__badges{
    bottom:
      12px!important;

    left:
      12px!important;
  }

  .um-follow2__heading{
    font-size:
      42px!important;

    margin-bottom:
      20px!important;
  }

  .um-footer-links-row{
    flex-wrap:
      wrap!important;

    justify-content:
      flex-start!important;

    width:
      auto!important;

    min-width:
      0!important;

    margin-left:
      0!important;

    gap:
      10px
      18px!important;

    white-space:
      normal!important;
  }
}

.um-catalog{
  color:#3F3F3F;
}

.um-wrap{
  width:calc(100% - 48px);
  max-width:1260px;
  margin-left:auto;
  margin-right:auto;
}

.um-catalog__intro{
  padding:48px 0 24px;
}

.um-intro-card{
  padding:36px 40px 38px;
  border:1px solid rgba(63,63,63,.08);
  border-radius:32px;
  background:#fff;
}

.um-page-title{
  max-width:none;
  margin-top:16px;
  margin-bottom:18px;
}

.um-page-lead{
  max-width:760px;
  margin:0;
  line-height:1.65;
}

.um-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.um-filter{
  appearance:none;
  min-height:44px;
  padding:10px 18px;
  border:1px solid rgba(63,63,63,.12);
  border-radius:999px;
  background:#fff;
  color:inherit;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}

.um-filter:hover,
.um-filter.is-active{
  border-color:#8FC9B6;
  background:rgba(143,201,182,.12);
}

.um-filter:focus-visible{
  outline:3px solid rgba(183,166,217,.42);
  outline-offset:3px;
}

.um-catalog__articles{
  padding:18px 0 64px;
}

.um-grid{
  display:grid;
  grid-template-columns:
    repeat(3,minmax(0,1fr));
  gap:24px;
}

.um-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(63,63,63,.08);
  border-radius:32px;
  background:#fff;
}

.um-card[hidden]{
  display:none!important;
}

.um-card__link{
  display:flex;
  flex-direction:column;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.um-card__media{
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;

  background:
    radial-gradient(
      circle at 84% 16%,
      rgba(239,167,160,.18),
      transparent 34%
    ),
    radial-gradient(
      circle at 16% 84%,
      rgba(143,201,182,.20),
      transparent 36%
    ),
    #EEF4F1;
}

.um-card__placeholder{
  position:absolute;
  inset:16px;

  display:flex;
  align-items:center;
  justify-content:center;

  box-sizing:border-box;
  padding:28px;

  border:
    1px dashed rgba(63,63,63,.16);

  border-radius:24px;

  color:rgba(63,63,63,.56);
  text-align:center;
}

.um-card__badges{
  position:absolute;
  z-index:2;

  top:16px;
  left:16px;
  right:16px;

  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;

  pointer-events:none;
}

.um-card__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:34px;
  padding:7px 12px;

  box-sizing:border-box;

  border:
    1px solid rgba(63,63,63,.08);

  border-radius:999px;

  background:
    rgba(255,255,255,.94);

  color:#3F3F3F;

  font-size:13px;
  line-height:1.2;
  font-weight:700;

  box-shadow:
    0 6px 18px rgba(63,63,63,.06);

  white-space:nowrap;
}

.um-card__badge--topic{
  color:#C97972;
}

.um-card__body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;

  padding:
    24px 24px 26px;
}

.um-card__title{
  margin:0;
  overflow-wrap:anywhere;
}

.um-card__text{
  margin:16px 0 22px;

  line-height:1.65;

  color:
    rgba(63,63,63,.72);
}

.um-card__more{
  display:inline-flex;
  align-items:center;
  gap:9px;

  margin-top:auto;

  font-weight:700;
}

.um-card__more span{
  color:#EFA7A0;
}

.um-channels{
  padding:0 0 64px;
}

.um-channels__panel{
  display:grid;

  grid-template-columns:
    minmax(0,1fr) auto;

  gap:36px;
  align-items:center;

  padding:36px 40px;

  border:
    1px solid rgba(63,63,63,.08);

  border-radius:32px;

  background:#fff;
}

.um-channels__copy{
  min-width:0;
}

.um-channels__title{
  max-width:760px;

  margin-top:16px;
  margin-bottom:16px;
}

.um-channels__text{
  max-width:720px;

  margin:0;

  line-height:1.65;

  color:
    rgba(63,63,63,.72);
}

.um-channels__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}

.um-channels__secondary{
  background:#fff;
  color:#3F3F3F;

  border:
    1px solid rgba(63,63,63,.12);
}

.um-footer-materials-link{
  white-space:nowrap;
}

@media (max-width:1040px){

  .um-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .um-channels__panel{
    grid-template-columns:1fr;
  }

  .um-channels__actions{
    justify-content:flex-start;
  }

}

@media (max-width:680px){

  .um-wrap{
    width:calc(100% - 28px);
  }

  .um-catalog__intro{
    padding:28px 0 18px;
  }

  .um-intro-card{
    padding:24px 20px 26px;
    border-radius:26px;
  }

  .um-filters{
    margin-top:22px;
  }

  .um-filter{
    min-height:42px;
    padding:9px 14px;
  }

  .um-catalog__articles{
    padding:12px 0 48px;
  }

  .um-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .um-card{
    border-radius:26px;
  }

  .um-card__body{
    padding:20px 20px 22px;
  }

  .um-card__badges{
    top:14px;
    left:14px;
    right:14px;
  }

  .um-card__placeholder{
    inset:14px;
    border-radius:20px;
  }

  .um-channels{
    padding-bottom:48px;
  }

  .um-channels__panel{
    gap:24px;

    padding:26px 20px;

    border-radius:26px;
  }

  .um-channels__actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .um-channels__actions
  .np-services2__button{
    width:100%;
    justify-content:center;
  }

}

@media (max-width:360px){

  .um-wrap{
    width:calc(100% - 24px);
  }

  .um-card__badges{
    gap:7px;
  }

  .um-card__badge{
    min-height:31px;
    padding:6px 9px;
    font-size:12px;
  }

}

.um-shell{
  width:min(
    1260px,
    calc(100% - 48px)
  );
  margin-inline:auto;
}

.um-materials-page{
  padding-top:128px;
}

.um-catalog-intro{
  padding:0 0 40px;
}

.um-catalog-title{
  max-width:none;
  margin:0 0 18px;
  text-transform:none;
}

.um-catalog-lead{
  max-width:820px;
  margin:0;
}

.um-filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.um-chip{
  appearance:none;

  min-height:46px;

  padding:
    11px
    20px;

  border:
    1px solid rgba(63,63,63,.12);

  border-radius:999px;

  background:#fff;

  color:#3F3F3F;

  font:inherit;
  font-weight:700;

  cursor:pointer;
}

.um-chip.is-active{
  border-color:#8FC9B6;

  background:
    rgba(143,201,182,.12);
}

.um-catalog-grid{
  padding:8px 0 64px;
}

.um-grid{
  display:grid;

  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );

  gap:28px;
}

.um-card{
  min-width:0;
}

.um-card[hidden]{
  display:none!important;
}

.um-card__link{
  display:flex;
  flex-direction:column;

  height:100%;

  overflow:hidden;

  border-radius:32px;

  background:#fff;

  color:inherit;
  text-decoration:none;
}

.um-card__media{
  position:relative;

  padding:
    18px
    18px
    0;

  background:#fff;
}

.um-card__image{
  display:flex;
  align-items:center;
  justify-content:center;

  height:285px;

  box-sizing:border-box;

  padding:24px;

  border:
    1px dashed
    rgba(63,63,63,.14);

  border-radius:28px;

  background:#EEF4F1;

  color:
    rgba(63,63,63,.52);

  text-align:center;
}

.um-card__badges{
  position:absolute;
  z-index:2;

  left:30px;
  bottom:14px;

  display:flex;
  align-items:center;

  gap:8px;

  pointer-events:none;
}

.um-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:34px;

  box-sizing:border-box;

  padding:
    8px
    13px;

  border-radius:999px;

  background:
    rgba(255,255,255,.96);

  color:#3F3F3F;

  font-size:13px;
  line-height:1;
  font-weight:700;

  box-shadow:
    0 6px 18px
    rgba(63,63,63,.07);

  white-space:nowrap;
}

.um-badge--category{
  color:#C97972;
}

.um-card__body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;

  padding:
    25px
    28px
    28px;
}

.um-card__title{
  margin:0 0 16px;
}

.um-card__text{
  margin:0 0 26px;

  line-height:1.55;

  color:
    rgba(63,63,63,.72);
}

.um-card__cta{
  display:inline-flex;
  align-items:center;

  gap:9px;

  margin-top:auto;

  font-weight:700;
}

.um-card__cta span{
  color:#EFA7A0;
}

.um-follow2{
  padding:10px 0 72px;
}

.um-follow2__heading{
  margin:0 0 28px;
}

.um-follow2__grid{
  display:grid;

  grid-template-columns:
    repeat(
      4,
      minmax(0,1fr)
    );

  grid-template-rows:
    240px
    240px;

  gap:22px;
}

.um-follow2__info,
.um-follow2__visual{
  min-width:0;
  overflow:hidden;

  border-radius:30px;
}

.um-follow2__info{
  grid-column:2;
  grid-row:1 / span 2;

  display:flex;
  flex-direction:column;
  justify-content:space-between;

  box-sizing:border-box;

  padding:
    30px
    28px;

  background:#fff;
}

.um-follow2__eyebrow{
  margin-bottom:12px;

  font-size:18px;
  line-height:1.25;
  font-weight:600;
}

.um-follow2__info-title{
  margin:0 0 18px;

  font-size:30px;
  line-height:1.05;
  font-weight:700;

  letter-spacing:-.025em;
}

.um-follow2__text{
  margin:0;

  line-height:1.6;

  color:
    rgba(63,63,63,.72);
}

.um-follow2__actions{
  display:grid;
  gap:12px;

  margin-top:26px;
}

.um-follow2__button{
  display:flex;
  align-items:center;
  justify-content:space-between;

  min-height:52px;

  box-sizing:border-box;

  padding:
    12px
    18px;

  border:
    1px solid
    rgba(63,63,63,.12);

  border-radius:999px;

  background:#fff;

  color:#3F3F3F;

  font-weight:700;
  text-decoration:none;
}

.um-follow2__visual{
  position:relative;

  display:flex;
  align-items:flex-end;

  box-sizing:border-box;

  padding:22px;

  background:#EEF4F1;
}

.um-follow2__visual::after{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      180deg,
      transparent 42%,
      rgba(255,255,255,.54)
    );
}

.um-follow2__visual span{
  position:relative;
  z-index:1;

  display:inline-flex;

  padding:
    8px
    13px;

  border-radius:999px;

  background:
    rgba(255,255,255,.94);

  font-size:13px;
  font-weight:700;
}

.um-follow2__visual--1{
  grid-column:1;
  grid-row:1;

  background:
    linear-gradient(
      145deg,
      #E5F0EB,
      #F6E9E5
    );
}

.um-follow2__visual--2{
  grid-column:1;
  grid-row:2;

  background:
    linear-gradient(
      145deg,
      #F3ECE2,
      #E4F0EB
    );
}

.um-follow2__visual--3{
  grid-column:3;
  grid-row:1;

  background:
    linear-gradient(
      145deg,
      #E6F1ED,
      #ECE5F5
    );
}

.um-follow2__visual--4{
  grid-column:3;
  grid-row:2;

  background:
    linear-gradient(
      145deg,
      #F3E7E4,
      #EEF3E8
    );
}

.um-follow2__visual--5{
  grid-column:4;
  grid-row:1;

  background:
    linear-gradient(
      145deg,
      #EBF3EF,
      #F4E8E4
    );
}

.um-follow2__visual--6{
  grid-column:4;
  grid-row:2;

  background:
    linear-gradient(
      145deg,
      #F2ECE5,
      #E3EFEA
    );
}

@media (max-width:1040px){

  .um-grid{
    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      );
  }

  .um-follow2__grid{
    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      );

    grid-template-rows:auto;
  }

  .um-follow2__info{
    grid-column:
      1 / span 2;

    grid-row:auto;
  }

  .um-follow2__visual{
    grid-column:auto!important;
    grid-row:auto!important;

    min-height:220px;
  }
}

@media (max-width:680px){

  .um-shell{
    width:
      calc(100% - 28px);
  }

  .um-materials-page{
    padding-top:102px;
  }

  .um-catalog-intro{
    padding-bottom:28px;
  }

  .um-filter-bar{
    margin-top:22px;
  }

  .um-chip{
    min-height:42px;

    padding:
      9px
      14px;
  }

  .um-catalog-grid{
    padding-bottom:48px;
  }

  .um-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .um-card__media{
    padding:
      14px
      14px
      0;
  }

  .um-card__image{
    height:220px;

    border-radius:22px;
  }

  .um-card__badges{
    left:24px;
    bottom:12px;
  }

  .um-card__body{
    padding:
      21px
      20px
      23px;
  }

  .um-follow2{
    padding-bottom:50px;
  }

  .um-follow2__heading{
    margin-bottom:20px;
  }

  .um-follow2__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .um-follow2__info{
    grid-column:auto;

    padding:
      25px
      21px;

    border-radius:26px;
  }

  .um-follow2__info-title{
    font-size:27px;
  }

  .um-follow2__visual{
    min-height:190px;

    border-radius:26px;
  }
}

@media (max-width:360px){

  .um-shell{
    width:
      calc(100% - 24px);
  }

  .um-card__badges{
    left:22px;
    gap:7px;
  }

  .um-badge{
    min-height:31px;

    padding:
      6px
      10px;

    font-size:12px;
  }
}

.um-materials-page{
  padding-top:128px!important;
}

.um-catalog-intro{
  padding-bottom:38px!important;
}

.um-filter-bar{
  margin-top:28px!important;
}

.um-card__media{
  position:relative!important;

  height:285px!important;
  aspect-ratio:auto!important;

  margin:
    18px
    18px
    0!important;

  padding:0!important;

  overflow:hidden!important;

  border-radius:
    28px!important;

  background:
    #EEF4F1!important;
}

.um-card__image{
  position:absolute!important;

  inset:0!important;

  width:100%!important;
  height:100%!important;

  box-sizing:
    border-box!important;

  border-radius:
    inherit!important;

  overflow:
    hidden!important;
}

.um-card__badges{
  position:absolute!important;

  top:auto!important;
  right:auto!important;
  bottom:16px!important;
  left:16px!important;

  width:auto!important;
  height:auto!important;

  margin:0!important;
  padding:0!important;

  transform:none!important;

  display:flex!important;

  flex-direction:
    row!important;

  flex-wrap:
    nowrap!important;

  align-items:
    center!important;

  justify-content:
    flex-start!important;

  gap:8px!important;

  z-index:20!important;

  pointer-events:
    none!important;
}

.um-follow2__heading{
  margin:
    0
    0
    28px!important;

  font-size:
    clamp(
      44px,
      6vw,
      72px
    )!important;

  line-height:
    .94!important;

  font-weight:
    800!important;

  letter-spacing:
    -.045em!important;

  text-transform:
    uppercase!important;

  color:
    #3F3F3F!important;
}

.um-footer-links-row{
  display:flex!important;

  flex-direction:
    row!important;

  flex-wrap:
    nowrap!important;

  align-items:
    center!important;

  justify-content:
    flex-end!important;

  gap:18px!important;

  width:
    max-content!important;

  min-width:
    max-content!important;

  max-width:
    none!important;

  margin-left:
    auto!important;

  white-space:
    nowrap!important;

  overflow:
    visible!important;
}

.um-footer-links-row > a{
  flex:
    0
    0
    auto!important;

  width:
    auto!important;

  margin:
    0!important;

  white-space:
    nowrap!important;
}

@media(max-width:680px){

  .um-materials-page{
    padding-top:
      102px!important;
  }

  .um-card__media{
    height:
      220px!important;

    margin:
      14px
      14px
      0!important;

    border-radius:
      22px!important;
  }

  .um-card__badges{
    bottom:
      12px!important;

    left:
      12px!important;
  }

  .um-follow2__heading{
    font-size:
      42px!important;

    margin-bottom:
      20px!important;
  }

  .um-footer-links-row{
    flex-wrap:
      wrap!important;

    justify-content:
      flex-start!important;

    width:
      auto!important;

    min-width:
      0!important;

    margin-left:
      0!important;

    gap:
      10px
      18px!important;

    white-space:
      normal!important;
  }
}

html,
body{
  max-width:100%;
  overflow-x:clip;
}

.ua-article-page{
  padding-top:128px;
  max-width:100%;
  overflow-x:hidden;
  background:#F5F0E7;
  color:#3F3F3F;
}

.ua-article-intro-v128{
  padding:48px 24px 42px;
  background:#F5F0E7;
}

.ua-article-top-v128{
  width:100%;
}

.ua-article-title-v128{
  max-width:none!important;
  margin:0 0 18px!important;
}

.ua-article-lead-v128{
  max-width:none!important;
  margin:0!important;
}

.ua-article-meta-v128{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:26px;
}

.ua-article-meta-pill-v128{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border:1px solid rgba(63,63,63,.08);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#3F3F3F;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
  white-space:nowrap;
}

.ua-article-meta-pill-v128--topic{
  color:#C97972;
}

.ua-article-author-v128{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:26px;
}

.ua-article-author-v128 img{
  display:block;
  width:64px;
  height:64px;
  flex:0 0 64px;
  border-radius:50%;
  object-fit:cover;
  object-position:center 28%;
}

.ua-article-author-v128 strong,
.ua-article-author-v128 span{
  display:block;
}

.ua-article-author-v128 strong{
  font-size:17px;
  line-height:1.3;
}

.ua-article-author-v128 span{
  margin-top:3px;
  color:rgba(63,63,63,.68);
  font-size:14px;
  line-height:1.35;
}

.ua-article-hero-v128{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:500px;
  margin-top:34px;
  box-sizing:border-box;
  overflow:hidden;
  border:1px dashed rgba(63,63,63,.14);
  border-radius:32px;
  background:#EEF4F1;
  color:rgba(63,63,63,.52);
  text-align:center;
}

.ua-article-copy{
  width:min(1260px,calc(100% - 48px))!important;
  max-width:1260px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:38px 0 12px!important;
}

.ua-article-copy p{
  max-width:none!important;
}

.ua-article-copy h2{
  color:#EFA7A0;
}

.ua-article-service
a[href="/podgotovka-k-shkole/"]{
  color:#EFA7A0!important;
  font-weight:700;
}

.ua-article-page
> article.ua-article
> .np-consult-warm{
  padding-top:52px!important;
}

.ua-article-related-v128{
  padding:52px 24px 72px;
  background:#F5F0E7;
}

.ua-related-title-v128{
  max-width:none!important;
  margin:0 0 28px!important;
}

.ua-related-grid-v128{
  margin:0!important;
}

.ua-article-page
> article.ua-article
> .um-follow2{
  background:#F5F0E7;
}

.ua-article-page
> article.ua-article
> .um-follow2
.um-catalog-title{
  max-width:none!important;
}

@media(max-width:700px){

  .ua-article-page{
    padding-top:102px;
  }

  .ua-article-intro-v128{
    padding:28px 16px 32px;
  }

  .ua-article-copy{
    width:min(
      100% - 32px,
      1260px
    )!important;

    padding-top:28px!important;
  }

  .ua-article-hero-v128{
    min-height:280px;
    border-radius:24px;
  }

  .ua-article-related-v128{
    padding:42px 16px 54px;
  }

  .ua-article-page
  > article.ua-article
  > .np-consult-warm{
    padding-top:44px!important;
  }

}

.ua-article-page .ua-article-title-v128,
.ua-article-page .ua-related-title-v128,
.ua-article-page .um-follow2__heading-layout{
  max-width:none!important;
  color:#EFA7A0!important;
  font-family:
    var(
      --t-headline-font,
      Arial,
      sans-serif
    )!important;
  font-size:
    clamp(
      44px,
      4.45vw,
      64px
    )!important;
  font-weight:700!important;
  line-height:1.02!important;
  letter-spacing:-.036em!important;
  text-transform:none!important;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:manual;
}

.ua-article-page
.ua-article-title-v128{
  margin:
    0
    0
    18px!important;
}

.ua-article-page
.ua-related-title-v128{
  margin:
    0
    0
    28px!important;
}

.ua-article-page
.um-follow2__heading-layout{
  margin:
    0
    0
    28px!important;
}

.ua-article-page
.ua-article-lead-v128{
  max-width:none!important;
  margin:0!important;
  color:#3F3F3F!important;
  font-family:
    var(
      --t-text-font,
      Arial,
      sans-serif
    )!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.68!important;
  letter-spacing:normal!important;
  opacity:.74!important;
}

@media(max-width:700px){

  .ua-article-page
  .ua-article-title-v128,

  .ua-article-page
  .ua-related-title-v128,

  .ua-article-page
  .um-follow2__heading-layout{
    font-size:
      clamp(
        34px,
        10.4vw,
        44px
      )!important;

    line-height:1.04!important;
    letter-spacing:-.03em!important;
  }

  .ua-article-page
  .ua-article-lead-v128{
    font-size:16px!important;
    line-height:1.68!important;
  }

}

.ua-article-page .ua-article-top-v128{
  width:100%!important;
  max-width:1260px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.ua-article-page .ua-article-copy > p{
  font-size:20px!important;
  line-height:1.66!important;
}

.ua-article-page .ua-article-copy > ul > li{
  font-size:19px!important;
  line-height:1.58!important;
}

@media(max-width:700px){

  .ua-article-page .ua-article-copy > p{
    font-size:18px!important;
    line-height:1.62!important;
  }

  .ua-article-page .ua-article-copy > ul > li{
    font-size:17px!important;
    line-height:1.55!important;
  }

}

.ua-article-author-meta-row-v131{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin:30px 0 34px;
}

.ua-article-author-side-v131{
  min-width:0;
  flex:1 1 auto;
}

.ua-article-meta-side-v131{
  flex:0 0 auto;
  margin-left:auto;
}

.ua-article-author-meta-row-v131
.ua-article-author-v128,

.ua-article-author-meta-row-v131
.ua-article-meta-v128{
  margin:0!important;
}

.ua-article-meta-side-v131
.ua-article-meta-v128{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}

.ua-article-copy h2,
.ua-article-copy h3{
  font-size:
    clamp(
      32px,
      2.8vw,
      44px
    )!important;

  line-height:1.1!important;
  margin-top:34px!important;
  margin-bottom:18px!important;
}

.ua-article-copy
.ua-article-card h2,

.ua-article-copy
.ua-article-card h3{
  font-size:
    clamp(
      32px,
      2.8vw,
      44px
    )!important;

  line-height:1.1!important;
  margin-top:0!important;
  margin-bottom:18px!important;
}

.ua-article-copy
.ua-article-card p,

.ua-article-copy
.ua-article-card li{
  font-size:20px!important;
  line-height:1.66!important;
}

.ua-article-copy
.ua-article-card a{
  font-size:20px!important;
  line-height:1.5!important;
}

.ua-article-inline-pill-row-v131{
  margin:0 0 18px;
}

.ua-article-inline-pill-v131{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  box-sizing:border-box;
  border:
    1px solid
    rgba(63,63,63,.08);
  border-radius:999px;
  background:
    rgba(255,255,255,.94);
  color:#C97972;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
  box-shadow:
    0 6px 18px
    rgba(63,63,63,.06);
  white-space:nowrap;
}

@media(max-width:700px){

  .ua-article-author-meta-row-v131{
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
  }

  .ua-article-meta-side-v131{
    width:100%;
    margin-left:0;
  }

  .ua-article-meta-side-v131
  .ua-article-meta-v128{
    justify-content:flex-start!important;
  }

  .ua-article-copy h2,
  .ua-article-copy h3,
  .ua-article-copy
  .ua-article-card h2,
  .ua-article-copy
  .ua-article-card h3{
    font-size:30px!important;
  }

  .ua-article-copy
  .ua-article-card p,

  .ua-article-copy
  .ua-article-card li,

  .ua-article-copy
  .ua-article-card a{
    font-size:18px!important;
  }

}

.ua-article-page{
  background:#F5F0E7;
  color:#3F3F3F;
  overflow-x:clip;
}
.ua-article-page [id^="ua-article-title-v"]{
  max-width:1120px;
}
.ua-article-page [id^="ua-article-lead-v"]{
  max-width:1120px;
  line-height:1.55;
}
.ua-article-copy .ua-article-card{
  margin:40px 0;
  padding:34px 40px;
  border-radius:32px;
}
.ua-article-copy .ua-article-service{
  background:#FFFFFF;
  box-shadow:0 1px 0 rgba(63,63,63,.04);
}
.ua-article-copy .ua-article-home{
  background:#EEF4F1;
}
.ua-article-copy .ua-article-card p,
.ua-article-copy .ua-article-card li{
  font-size:20px;
  line-height:1.7;
}
.ua-article-copy .ua-article-card h2,
.ua-article-copy .ua-article-card h3{
  margin:0 0 18px;
  font-size:clamp(30px,2.7vw,38px);
  line-height:1.1;
  letter-spacing:-.02em;
}
.ua-article-copy .ua-article-card a{
  font-size:20px;
}
@media (max-width: 900px){
  .ua-article-page [id^="ua-article-title-v"],
  .ua-article-page [id^="ua-article-lead-v"]{
    max-width:100%;
  }
  .ua-article-copy .ua-article-card{
    margin:28px 0;
    padding:26px 22px;
    border-radius:26px;
  }
  .ua-article-copy .ua-article-card p,
  .ua-article-copy .ua-article-card li,
  .ua-article-copy .ua-article-card a{
    font-size:18px;
  }
  .ua-article-copy .ua-article-card h2,
  .ua-article-copy .ua-article-card h3{
    font-size:clamp(28px,8vw,34px);
  }
}

.ua-article-page
.ua-article-heading-copy-v133{
  width:100%;
  max-width:1120px;
}

.ua-article-page
.ua-article-heading-copy-v133
.ua-article-title-v128,

.ua-article-page
.ua-article-heading-copy-v133
.ua-article-lead-v128{
  width:100%;
  max-width:100%!important;
}

@media(max-width:900px){

  .ua-article-page
  .ua-article-heading-copy-v133{
    max-width:100%;
  }

}

@media (min-width:1024px){

  .ua-article-page
  .ua-article-heading-copy-v133{
    display:block!important;
    width:1120px!important;
    max-width:1120px!important;
    margin-right:auto!important;
  }

  .ua-article-page
  .ua-article-heading-copy-v133
  .ua-article-title-v128,

  .ua-article-page
  .ua-article-heading-copy-v133
  .ua-article-lead-v128{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

}

.ua-article-page
.ua-article-copy > p,

.ua-article-page
.ua-article-copy > ul > li,

.ua-article-page
.ua-article-copy > ol > li{
  color:rgba(63,63,63,.78)!important;
  font-weight:400!important;
}

.ua-article-page
.ua-article-copy strong{
  color:#3F3F3F!important;
  font-weight:700!important;
}

.ua-article-page
.ua-article-copy
.ua-article-card p,

.ua-article-page
.ua-article-copy
.ua-article-card li{
  color:rgba(63,63,63,.78)!important;
  font-weight:400!important;
}

.ua-article-page
.ua-article-copy
.ua-article-card strong{
  color:#3F3F3F!important;
  font-weight:700!important;
}

@media (max-width:1023px){

  .ua-article-page
  .ua-article-heading-copy-v133{
    width:100%!important;
    max-width:100%!important;
  }

}

@media (min-width:1024px){

  .ua-article-page
  .ua-article-heading-copy-v133
  .ua-article-lead-v128{
    width:min(100%,920px)!important;
    max-width:920px!important;
  }

}

.ua-article-page
.ua-article-copy > p,

.ua-article-page
.ua-article-copy > h2,

.ua-article-page
.ua-article-copy > h3,

.ua-article-page
.ua-article-copy > ul,

.ua-article-page
.ua-article-copy > ol,

.ua-article-page
.ua-article-copy > blockquote{
  width:100%;
  max-width:800px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box;
}

.ua-breadcrumbs-v136{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  max-width:1120px;
  margin:0 0 20px;
  color:rgba(63,63,63,.46);
  font-size:13px;
  line-height:1.45;
}

.ua-breadcrumbs-v136 a{
  color:rgba(63,63,63,.56);
  text-decoration:none;
}

.ua-breadcrumbs-v136 a:hover{
  color:#3F3F3F;
}

.ua-breadcrumbs-v136
[aria-current="page"]{
  color:rgba(63,63,63,.42);
}

.ua-article-page
.ua-article-copy
.ua-article-home{
  margin-top:30px!important;
  margin-bottom:22px!important;
}

.ua-article-page
.ua-article-copy
.ua-article-service{
  margin-top:22px!important;
  margin-bottom:8px!important;
}

.ua-article-page
> article.ua-article
> .np-consult-warm{
  padding-top:40px!important;
  padding-bottom:48px!important;
}

.ua-article-related-v128{
  padding-top:40px!important;
  padding-bottom:54px!important;
}

.ua-article-page
.um-follow2{
  padding-top:0!important;
  padding-bottom:56px!important;
}

@media(max-width:700px){

  .ua-article-page
  .ua-article-copy > p,

  .ua-article-page
  .ua-article-copy > h2,

  .ua-article-page
  .ua-article-copy > h3,

  .ua-article-page
  .ua-article-copy > ul,

  .ua-article-page
  .ua-article-copy > ol,

  .ua-article-page
  .ua-article-copy > blockquote{
    max-width:100%!important;
  }

  .ua-breadcrumbs-v136{
    margin-bottom:16px;
    font-size:12px;
  }

}

.ua-article-page
.ua-article-copy > .ua-article-home,

.ua-article-page
.ua-article-copy > .ua-article-service{
  width:100%!important;
  max-width:800px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}

@media(max-width:700px){

  .ua-article-page
  .ua-article-copy > .ua-article-home,

  .ua-article-page
  .ua-article-copy > .ua-article-service{
    max-width:100%!important;
  }

}

@media (min-width:1024px){

  .ua-article-page
  .ua-article-intro-v128{
    padding-top:32px!important;
  }

}

@media (min-width:1024px){

  .ua-article-page
  .ua-article-intro-v128{
    padding-top:15px!important;
  }

}

@media (min-width: 1101px) {
  .ua-article-related-v128 .ua-related-grid-v128 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1100px) {
  .ua-article-related-v128 .ua-related-grid-v128 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ua-article-related-v128 .ua-related-grid-v128 > .um-card:nth-child(n+3) {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .ua-article-related-v128 .ua-related-grid-v128 {
    grid-template-columns: 1fr !important;
  }
}

.article-publication-time{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* article-images-v1 */
.ua-article-hero-v128{
  padding:0;
  overflow:hidden;
}
.ua-article-hero-v128 > img,
.um-card__image > img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* article-image-fill-v2 */
.um-card__image{
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

.um-card__image > img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:inherit!important;
}

.ua-article-hero-v128 > img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* subscribe-photos-v1 START
   Six real project photographs in the existing #Подписывайтесь cards.
   Existing grid, dimensions and content are preserved.
*/
.um-follow2__photo {
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.um-follow2__visual::after {
  z-index:1;
  pointer-events:none;
}

.um-follow2__visual span {
  z-index:2;
}
/* subscribe-photos-v1 END */

/* sitewide-subscribe-v2 START
   #Подписывайтесь is reused on the four main pages and /stati/ pages.
   Desktop geometry is unchanged.
   On phones photo cards keep the same 5:4 horizontal proportion as the desktop/source images.
   The former white wash is reduced to a subtle gradient behind the label area.
*/
.um-follow2__visual::after {
  background:
    linear-gradient(
      180deg,
      transparent 68%,
      rgba(255,255,255,.16) 100%
    );
}

@media (max-width:700px) {
  .um-follow2__visual {
    min-height:0!important;
    aspect-ratio:5 / 4;
  }
}
/* sitewide-subscribe-v2 END */

/* subscribe-heading-v4 START */
.um-follow2--sitewide .um-follow2__heading-layout {
  max-width:none!important;
  margin:0 0 clamp(44px,5.5vw,70px)!important;
  color:#EFA7A0!important;
  font-family:var(--t-headline-font, Arial, sans-serif)!important;
  font-size:clamp(44px, 4.45vw, 64px)!important;
  font-weight:700!important;
  line-height:1.02!important;
  letter-spacing:-.036em!important;
  text-transform:none!important;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:manual;
}

@media (max-width:700px) {
  .um-follow2--sitewide .um-follow2__heading-layout {
    font-size:clamp(34px, 10.4vw, 44px)!important;
    line-height:1.04!important;
    letter-spacing:-.03em!important;
  }
}
/* subscribe-heading-v4 END */

/* ARTICLE_LCP_MOBILE_COVER_FILL_V1: START */
@media (max-width: 767px) {
  .ua-article-page .ua-article-hero-v128 {
    position: relative !important;
    overflow: hidden !important;
  }

  .ua-article-page .ua-article-hero-v128 > img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}
/* ARTICLE_LCP_MOBILE_COVER_FILL_V1: END */
