@charset "UTF-8";
/* это юникод css*/
/* это юникод css*/
@font-face {
  font-family: PFDinDisplayPro-Bold;
  src: url(/assets/fonts/PFDinDisplayPro-Bold_35373.ttf); }
@font-face {
  font-family: PFDinDisplayPro-Light;
  src: url(/assets/fonts/PFDinDisplayPro-Light_35378.ttf); }
@font-face {
  font-family: PFDinDisplayPro-Regular;
  src: url(/assets/fonts/PFDinDisplayPro-Regular_35382.ttf); }
.FF0000 {
  color: #FF0000; }

/* Breadcrumb links: use main text color instead of bootstrap blue */
.stm-breadcrumb a,
.stm-breadcrumb .breadcrumb-item > a {
  color: inherit !important;
  text-decoration: none; }
.stm-breadcrumb a:hover,
.stm-breadcrumb .breadcrumb-item > a:hover {
  text-decoration: underline;
  /* можно убрать, если не нужно */ }

.header_background {
  background: url(/assets/images/content/header_background.png);
  height: 120px; }

.header_content {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px; }
  .header_content .logo {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    .header_content .logo > div:last-of-type {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-family: PFDinDisplayPro-Regular;
      color: #fefefe; }
      .header_content .logo > div:last-of-type span {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 0px; }
      .header_content .logo > div:last-of-type > span:first-of-type {
        font-family: PFDinDisplayPro-Bold;
        font-size: 28px;
        text-transform: uppercase; }
      .header_content .logo > div:last-of-type > a {
        font-family: PFDinDisplayPro-Light;
        font-weight: normal;
        color: #00ba00;
        padding-bottom: 0;
        text-decoration: none; }
        .header_content .logo > div:last-of-type > a > span {
          font-weight: normal; }

/* Header */
.stm-header {
  height: 150px;
  background: #ffffff;
  /*
  .container {
      height: 100%;
  }
  */ }
  .stm-header__inner {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden; }
  .stm-header__herb-link {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 112px;
    text-decoration: none; }
  .stm-header__herb {
    display: block;
    max-width: 96px;
    max-height: 112px;
    width: auto;
    height: auto; }
  .stm-header__text {
    flex: 1 1 auto;
    min-width: 0;
    font-family: PFDinDisplayPro-Regular, Arial, sans-serif;
    color: #000000;
    line-height: 1.2; }
  .stm-header__title {
    font-size: 22px;
    font-family: PFDinDisplayPro-Bold, PFDinDisplayPro-Regular, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 2px; }
  .stm-header__subtitle {
    font-size: 20px;
    font-family: PFDinDisplayPro-Regular, Arial, sans-serif;
    font-weight: normal; }
  .stm-header__banner {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 120px;
    height: 150px; }
  .stm-header__banner-img {
    display: block;
    max-height: 150px;
    width: auto;
    height: auto; }

/* Адаптация под узкие экраны */
@media (max-width: 768px) {
  .stm-header {
    height: auto;
    min-height: 120px; }
    .stm-header__inner {
      height: auto;
      min-height: 120px;
      gap: 12px;
      padding: 8px 0; }
    .stm-header__herb-link {
      width: 72px;
      height: 88px; }
    .stm-header__herb {
      max-width: 72px;
      max-height: 88px; }
    .stm-header__title {
      font-size: 18px; }
    .stm-header__subtitle {
      font-size: 16px; }
    .stm-header__banner {
      width: 86px;
      height: 88px; }
    .stm-header__banner-img {
      max-width: 86px;
      max-height: 88px; } }
@media (max-width: 576px) {
  .stm-header__banner {
    display: none; }
  .stm-header__title {
    font-size: 17px; }
  .stm-header__subtitle {
    font-size: 15px; } }
/* Optional two-column content template.
   Old one-column pages remain unchanged because the rules work only inside
   .stm-page-layout--with-sidebar. */
.stm-page-layout--with-sidebar {
  display: grid;
  grid-template-columns: 296px minmax(0, 1fr);
  column-gap: 40px;
  align-items: start; }
.stm-page-layout__left {
  min-width: 0;
  position: relative;
  z-index: 1; }
.stm-page-layout__right {
  min-width: 0; }
  .stm-page-layout__right .stm-article {
    margin: 0; }
  .stm-page-layout__right .stm-page-text img {
    max-width: 100%;
    height: auto; }

.stm-side-menu,
.stm-side-menu__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.stm-side-menu__item {
  margin: 0 0 8px; }
  .stm-side-menu__item:last-child {
    margin-bottom: 0; }
.stm-side-menu__link {
  display: flex;
  align-items: flex-start;
  min-height: 64px;
  padding: 13px 16px;
  border: 1px solid #b3cbe8;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out; }
  .stm-side-menu__link:hover, .stm-side-menu__link:focus {
    background-color: #f2f6fb;
    border-color: #003b83;
    color: #003b83;
    text-decoration: none;
    outline: none; }
  .stm-side-menu__link:focus-visible {
    box-shadow: 0 0 0 3px rgba(0, 80, 178, 0.18); }

@media (max-width: 1079px) {
  .stm-page-layout--with-sidebar {
    grid-template-columns: 1fr;
    row-gap: 30px; }
  .stm-page-layout__left {
    margin-bottom: 0; }

  .stm-side-menu {
    padding: 10px 16px 0;
    border: 1px solid #b3cbe8;
    border-radius: 4px; }
    .stm-side-menu__item {
      margin-bottom: 0; }
      .stm-side-menu__item:last-child .stm-side-menu__link {
        border-bottom: 0; }
    .stm-side-menu__link {
      min-height: 0;
      padding: 12px 0;
      border: 0;
      border-bottom: 1px solid #d9d9de;
      border-radius: 0;
      background-color: #ffffff;
      font-size: 16px;
      line-height: 24px; }
      .stm-side-menu__link:hover, .stm-side-menu__link:focus {
        background-color: #ffffff;
        border-color: #d9d9de; } }
@media (max-width: 767px) {
  .stm-page-layout--with-sidebar {
    row-gap: 24px; } }
