@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');

.pmef-26page {


  font-family: 'Montserrat', Arial, sans-serif;
  background: #dde8f0 url('bg.svg') center top / 1920px auto repeat-y;
  color: #000;
  font-weight: 500;
  line-height: 1.5;


  /** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #dde8f0 url('bg.svg') center top / 1920px auto repeat-y;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
  }*/

  .intro,
  .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .hero {
    width: 100%;
    height: 592px;
    background: url('header.svg') center / cover no-repeat;
  }

  .hero__inner {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 60px;
    gap: 40px;
  }

  .hero__ribbon {
    color: #DB4D47;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.22;
    flex: 1;
  }

  .hero__logos {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    flex-shrink: 0;
  }

  .hero__logo {
    display: block;
    height: auto;
  }

  .hero__logo--ryazan { height: 130px; width: auto; }
  .hero__logo--pmef   { height: 120px; width: auto; }

  .intro {
    padding: 80px 60px 40px;
  }

  .intro__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }

  .intro__logo {
    flex-shrink: 0;
    width: 300px;
    height: auto;
    align-self: flex-start;
  }

  .intro__text {
    flex: 1;
  }

  .intro__heading {
    color: #DB4D47;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 28px;
    margin-left: 180px;
    line-height: 1.22;
  }

  .intro__text p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 14px;
    margin-left: 180px;
  }

  .intro__text p:last-child {
    margin-bottom: 0;
  }

  .content {
    padding: 40px 260px 60px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .card {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(40, 70, 110, 0.18);
    border-radius: 4px;
    overflow: hidden;
    backdrop-filter: blur(2px);
  }

  .card__header {
    padding: 32px 60px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }

  .card:nth-child(even) .card__header {
    flex-direction: row-reverse;
  }

  .card:nth-child(even) .card__title {
    text-align: right;
  }

  .card__title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #DB4D47;
    margin: 0;
    line-height: 1.22;
    text-transform: uppercase;
  }

  a {
    color: #DB4D47;
    text-decoration: none;
    text-decoration-thickness: 1px;
  }

  a:hover {
    color: #B53A35;
  }

  .card__icon {
    width: 77px;
    height: 75px;
    flex-shrink: 0;
    display: block;
  }

  .card__body {
    padding: 20px 60px 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }

  .card__body p {
    margin-bottom: 14px;
  }

  .card__body p:last-child {
    margin-bottom: 0;
  }

  .card__body em {
    font-style: normal;
    color: #444;
    font-size: 14px;
  }

  .footer {
    max-width: 1200px;
    margin: 0 auto;
    color: #DB4D47;
    padding: 60px 60px 80px;
    text-align: center;
    background: none;
  }

  .footer__text {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.22;
  }
}
