.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "B52";
  font-display: swap;
  src: url("../fonts/B52.woff") format("woff"), url("../fonts/B52.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OFONT.RU_TRAJAN";
  font-display: swap;
  src: url("../fonts/OFONT.RU_TRAJAN.woff") format("woff"), url("../fonts/OFONT.RU_TRAJAN.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "9938";
  font-display: swap;
  src: url("../fonts/9938.woff") format("woff"), url("../fonts/9938.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 1.6rem;
  color: #000;
  font-family: "OpenSans";
}

.footer {
  margin: auto 0;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
}

.delimiter_bottom {
    margin-top: auto;
}

.page-subtitle {
	position: absolute;
	bottom: 0;
	left: 170px;
	font-size: 17px;
	font-family: 'OFONT.RU_TRAJAN';
	transform: translate(0, calc(100% + 20px));
}

@media only screen and (max-width: 1280px) {
  .page-subtitle {
    left: 130px;
  }
}

@media only screen and (max-width: 992px) {
  .page-subtitle {
    left: 50%;
	transform: translate(-50%, calc(100% + 20px));
	white-space: nowrap;
  }
}

.header {
  min-height: 144px;
  width: 100%;
  padding: 17px 0;
}

.header__top {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}


.header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media only screen and (max-width: 992px) {
  .header .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__left {
      margin-bottom: 30px;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__logo {
  display: block;
  width: 78px;
  height: 174px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}

.header__title {
  color: #000;
  font-size: 160px;
  line-height: 0.7;
  font-family: '9938';
  position: relative;
}

.header__left .header__title-sub2 {
    position: absolute;
    top: 95%;
    left: 10px;
    max-width: 60px;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.header__title .header__title-sub {
  display: block;
  font-size: 15px;
  line-height: 1;
  text-align: end;
  font-family: 'OFONT.RU_TRAJAN';
}

@media only screen and (max-width: 992px) {
  .header__title {
    font-size: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .header__title .header__title-sub {
    margin-bottom: 10px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 174px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 992px) {
  .header__right {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .header__right {
    margin-left: 0;
    margin-top: 0;
  }
}

.header__bottom .header__nav {
    margin-top: 0;
}

.header__info {
  color: #000;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'OFONT.RU_TRAJAN';
}

.header__info span {
  display: block;
  font-size: 21px;
  line-height: 1;
  text-transform: none;
}

@media only screen and (max-width: 992px) {
  .header__info span {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .header__info {
    line-height: 1.2;
	font-size: 13px;
  }
  .header__info span {
    font-size: 20px;
  }
}

.header__nav {
font-family: 'OFONT.RU_TRAJAN';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -header__navms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  .header__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 992px) {
  .header__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .header__nav {
    margin-top: 20px;
  }
}

.header__link {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    margin: 0 10px;
}

.header__link.menu {
    font-size: 32px;

}

@media only screen and (max-width: 1280px) {
  .header__link {
    margin: 10px;
  }
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.articles {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  position: relative;
  font-family: 'B52';
}

@media only screen and (max-width: 992px) {
  .item-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.articles__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-family: "OFONT.RU_TRAJAN"
}

@media only screen and (max-width: 992px) {
    .articles__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }

.item-news::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 62.5%;
  height: 3px;
  background-color: #000;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media only screen and (max-width: 768px) {
  .item-news::after {
    width: 80%;
  }
}

.item-news:last-child::after {
  display: none;
}

.item-news img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  width: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.articles__images {
    margin-left: auto;
}

.articles__images img {
    display: block;
    order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  width: 270px;
  margin: 40px 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (max-width: 992px) {
    .articles__images {
        margin-left: 0;
    }
}

@media only screen and (max-width: 992px) {
  .item-news img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
    .articles__images img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-top: 30px;
    }
  }

@media only screen and (max-width: 768px) {
  .item-news img {
    width: 100%;
    max-width: 270px;
  }
}

@media only screen and (max-width: 768px) {
    .articles__images img {
      width: 100%;
      max-width: 270px;
    }
  }

.item-news__text {
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  margin-left: 40px;
}

.articles__text {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: space-between;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    margin-right: 40px;
}

@media only screen and (max-width: 992px) {
  .item-news__text {
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
    .articles__text {
      margin-right: 0;
      font-size: 17px;
    }
  }

.item-news__text p {
  margin-top: 30px;
}

.articles__text p {
    padding: 10px 0;
    display: block;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

@media only screen and (max-width: 576px) {
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.footer__item {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    margin: 0 10px;
}

@media only screen and (max-width: 576px) {
    .footer__item {
        margin: 10px auto;
    }
}


  
@media only screen and (max-width: 1280px) {
    .header__link {
        margin: 10px;
    }
}

.item-news__text p:first-child {
  margin-top: 0;
}

.paragraph {
  font-size: 2.4rem;
}

h1 {
  font-size: 40px;
}

.bread-crumbs {
    margin: 0 0 23px;
    font-size: 12px;
    font-family: "OFONT.RU_TRAJAN";
    color: #000;
}

.bread-crumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bread-crumbs__item {
    margin-left: 30px;
    position: relative;
    line-height: 1.5;
    text-decoration: underline;
}

.bread-crumbs__item:hover {
    text-decoration: none;
}

.bread-crumbs__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 20px;
    height: 1px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bread-crumbs__item:first-child {
    margin-left: 0;
}

.bread-crumbs__item:first-child::before {
    display: none;
}

.bread-crumbs__item:last-child {
    text-decoration: none;
}

.info {
    font-family: "OFONT.RU_TRAJAN";
}

.section__title {
    font-size: 40px;
    font-weight: 70;
    margin: 20px 0 20px;
}

.info p {
    margin: 0 0 20px;
    line-height: 1.2;
}

.info__links {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.info__links a {
    display: block;
    margin: 20px;
    font-style: 20px;
    text-decoration: underline;
}

.info__links a:hover {
    text-decoration: none;

}

.info__uploads {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.info__uploads a {
    display: flex;
    align-items: center;
    margin: 30px 50px 30px 0;
}

.info__uploads a img {
    display: block;
    width: 50px;
    object-fit: contain;
}

.info__uploads a span {
    display: block;
    margin-left: 20px;
    width: 180px;
    font-size: 13px;
    line-height: 1.5;
}