header h1 + .about-anonce:empty {
  padding-bottom: 30px; }

.p-larger {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #454545; }
  .p-larger:first-child {
    margin-top: 45px; }
  .p-larger.-offset {
    margin: 40px 0 50px; }

.blue {
  color: #4e87c4; }

.article {
  overflow: hidden; }
  .article .constr-list {
    color: inherit;
    margin-bottom: 60px;
    max-width: 860px; }
    .article .constr-list li:before {
      max-height: 2px;
      margin-left: -10px;
      margin-top: -2px;
      background: currentColor; }
  .article h3 {
    margin: 45px 0 30px; }
  .article p {
    margin: 15px 0; }
    .article p + blockquote {
      margin-top: 35px; }
  .article .icon-text-block {
    margin-top: 50px; }
  .article img {
    max-width: 100%;
    height: auto;
    display: block; }

.article-image-set {
  margin: 30px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .article-image-set__item img {
    display: block; }

.history-block {
  padding: 50px 0 30px;
  font-size: 15px; }

.icon-text-block {
  margin-bottom: 35px;
  padding-right: 30px; }
  .icon-text-block__icon {
    display: block; }
    .icon-text-block__icon + .icon-text-block__text {
      margin-top: 24px; }
  .icon-text-block__year {
    font-size: 50px;
    line-height: 36px;
    margin: 16px 0 20px; }
  .icon-text-block__text {
    line-height: 20px; }

.light-block {
  background: #fff;
  padding: 40px 30px 30px 45px;
  margin-bottom: 30px; }
  .light-block__avatar_name_occupation {
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px; }
  .light-block__avatar {
    position: relative;
    right: 45px; }
  .light-block__name_occupation {
    font-family: CynthoSlabProBlack, sans-serif;
    line-height: 1.2;
    padding-bottom: 20px;
    color: #3a7cbf; }
  .light-block__name {
    font-size: 23px; }
  .light-block__occupation {
    font-size: 17px; }
  .light-block__text {
    line-height: 24px; }
  .light-block__logo_slogan {
    display: flex;
    align-items: center;
    margin: 15px 0 30px; }
  .light-block__slogan {
    margin-left: 45px;
    padding: 10px 0 10px 45px;
    border-left: 1px solid #dedede;
    color: #4c86c3;
    font-style: italic;
    font-size: 18px;
    line-height: 20px; }
  .light-block__gallery {
    margin: 20px -5px 40px -10px;
    display: flex;
    flex-wrap: wrap; }
  .light-block__gallery-item {
    height: 175px;
    margin: 10px 0;
    display: block;
    background-size: cover;
    background-position: center; }
  .light-block__vacancies-link {
    display: flex;
    align-items: center;
    clear: both;
    color: #1f5c9f;
    margin-bottom: 15px; }
    .light-block__vacancies-link img {
      margin-right: 20px; }
  .light-block.-quote {
    box-shadow: inset 0 110px 0 0 #eee;
    font-size: 18px; }

.news-list-block {
  padding: 110px 0 60px; }
  .news-list-block__item {
    margin-bottom: 40px;
    display: block; }
    .news-list-block__item:hover, .news-list-block__item:focus {
      text-decoration: none; }
      .news-list-block__item:hover .news-list-block__title, .news-list-block__item:focus .news-list-block__title {
        color: #1f5c9f; }
  .news-list-block__image {
    display: block; }
  .news-list-block__date {
    margin: 15px 0 10px;
    color: #969696; }
  .news-list-block__title {
    font-size: 17px;
    font-weight: bold;
    color: #000; }
  .news-list-block__all-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 15px;
    color: #1f5c9f;
    background: #fff; }
    .news-list-block__all-link img {
      margin-left: 12px; }

.js-sticky, .js-sticky__inner {
  will-change: position, height, top, left; }

.indexed-text-wrapper {
  margin-bottom: 60px; }
  .indexed-text-wrapper h4 {
    font-size: 19px;
    line-height: 1;
    margin: 45px 0 15px;
    color: inherit; }
  .indexed-text-wrapper p + img {
    margin-top: 40px; }

.about-slider {
  position: relative;
  height: 460px;
  margin-bottom: 20px; }
  .about-slider__list {
    height: 100%; }
  .about-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }
    .about-slider__item.active {
      z-index: 1; }
  .about-slider__controls {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .about-slider__prev, .about-slider__next {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a5aa1;
    transition: .15s ease;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .about-slider__prev:hover, .about-slider__next:hover {
      background: #3375bd; }
    .about-slider__prev.disabled, .about-slider__next.disabled {
      pointer-events: none; }
  .about-slider__prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
