.article-page {
  background-color: #fff;
}

.header-article__block {
  /* background-color: rgb(224, 185, 209); */
}

.header-article .header-section__inner {
  /* background-color: #cddc39; */
  max-width: var(--layout-width-less);
}

.article-section {
  position: relative;
  width: 100%;
  /* background-image: linear-gradient(180deg, #edf2fa, transparent); */
}

.article-page .header-top {
  /* height: 40px; */
  background-color: #fff;
}

.article-page .header__social-item {
  color: #033561;
}

.article-page .logo {
  background-color: var(--color-dark-blue);
}

@media (max-width: 800px) {
   .logo_article-page .logo__text {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
}
}




.article-page .logo::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -2px;
  z-index: -15;
  width: 224px;
  height: 100px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  background-color: #2196f300;
}

@media (max-width: 900px) {
  .article-page .logo::before {
    display: none;
  }
}

.article-page .main-menu {
  border-bottom: 0;
  border-image: none;
  background-color: #033561;
  background-color: var(--color-dark-blue);
}

.article-section__inner {
  position: static;
  max-width: var(--layout-width-less);
  height: 100%;
  margin: auto;
}

.article-section__top-photo {
  /* width: 100%;
  height: 350px;
  background-image: url(../images/top-article.jpg);
  background-position: center;
  background-size: cover; */

  width: 100%;
  height: 350px;
  background-image: url(../images/header3.jpg);
  background-image: url(../images/top-article.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 1200px) {
  .article-section__top-photo {
    height: 200px;
  }
}

@media (max-width: 900px) {
    .article-section__top-photo {
        height: 300px;
        
    }
}

.article-page .main-content {
  width: calc(100% - 300px);
  max-width: calc(var(--layout-width-less) - 300px);
  margin: auto;
  padding: 35px 60px;
  background-color: #ffffff;
  transform: translateY(-70px);
}

@media (max-width: 1200px) {
  .article-page .main-content {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
    .article-page .main-content {
        padding: 30px 15px;
    }
}

@media (max-width: 600px) {
    .article-page .main-content {
        padding: 30px 15px;
    }
}

.article-page .main-content.with-sidebar {
  margin: 0;
  padding: 35px 100px 35px 35px;
}

@media (max-width: 1200px) {
  .article-page .main-content.with-sidebar {
    width: 100%;
    max-width: 100%;
    padding: 30px 30px;
    background-color: #ffffff;
    transform: translateY(0px);
  }
}

@media (max-width: 900px) {
  .article-page .main-content.with-sidebar {
    padding: 30px 15px;
  }
}

.breadcrumb {
  margin-bottom: 15px;
}

.breadcrumb li {
  margin: 0 !important;
  font-family: var(--small-font-family);
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--color-light);
  text-decoration: none;
}

.breadcrumb li:not(:first-child) .divider {
  padding-right: 5px;
  padding-left: 5px;
}

.main-content h1 {
  color: var(--color-dark-blue);
  font-family: var(--main-header-font-family);
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.3;
}

.news-article__subtitle-block {
  margin-top: 30px;
  /* margin-bottom: 40px; */
  border-bottom: 1px solid var(--color-line-light);
  padding-bottom: 15px;
  opacity: 0.75;
  color: var(--color-dark-blue);
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}

.itemBody,
.articleBody_vniro,
.top-content-padding {
  padding-top: 40px;
}
.bot-content-padding {
  padding-bottom: 40px;
}

.news-article__full-img-block {
  margin-bottom: 40px;
}

.article__img-sm {
  max-width: 430px;
}

.main-content p {
  font-size: 1.9rem;
}

.item-page p span {
  font-size: 1.9rem !important;
}

.main-content p {
  margin-bottom: 1.6rem;
}

/* .main-content p:not(:last-child) {
  margin-bottom: 1.6rem;
} */

.main-content td {
  border: 1px solid #d0d9e5;
  padding: 15px;
  vertical-align: top;
}

.main-content td,
.main-content td p,
.main-content td span,
.main-content td div {
  font-size: 1.6rem;
  line-height: 1.3;
}

.main-content td span {
  font-size: 1.6rem !important;
}

.item-page li {
  font-size: 1.8rem;
  line-height: 1.3;
  list-style-position: inside;
}

.item-page li span {
  font-size: 1.8rem !important;
}

.item-page li:not(:last-child) {
  margin-bottom: 0.9rem;
}

.item-page ul:not(:last-child),
.item-page ol:not(:last-child) {
  margin-bottom: 1.6rem;
}

h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2d6499;
  /* font-family: 'pt serif'; */
  font-family: var(--font-desktop-text);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 700px) {
  h4 {
    margin-top: 35px;
    margin-bottom: 15px;
    color: inherit;
    /* font-weight: 400; */
    font-family: var(--font-desktop-text);
    font-size: 21px;
  }
}

h2 {
  margin-top: 35px;
  margin-bottom: 35px;
  color: #2d6499;
  font-weight: bold;
  font-size: 27px;
  line-height: 1.2;
  text-transform: uppercase;
}

h3 {
  margin-top: 35px;
  margin-bottom: 35px;
  color: #2d649f;
  font-family: var(--font-desktop-headers);
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
}

@media (max-width: 700px) {
  h3 {
    margin: 40px 0 20px;
    color: #01173275;
    /* font-family: "pt serif"; */
    font-family: var(--font-desktop-text);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    /* color: #2d6499a6;*/
  }
}

@media (max-width: 700px) {
  h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: inherit;
    /* font-weight: 400; */
    font-family: var(--font-desktop-text);
    font-size: 21px;
  }
}

.pagination {
  font-size: 1.4rem;
  flex-wrap: wrap;
}
