/* Mobile-only socials wrapping and alignment */
@media (max-width: 600px) {
  .footer .socials {
    display: grid;
    grid-template-columns: repeat(auto-fill, 44px);
    grid-auto-rows: 44px;
    justify-content: center;
    gap: 8px 12px;
  }
  .footer .socials__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }
  .footer .socials__icon { display: block; }
}
.item-useful__img-link {
  display: block;
}

.footer__links {
  margin-top: 10px;
}

.footer__links .item-link {
  font-size: 17px;
  line-height: 1.38889;
  color: #ffffff;
  display: inline-block;
  margin-right: 14px;
  opacity: 0.7;
}

.footer__links .item-link:hover {
  opacity: 1;
}

@media (max-width: 1350px) {
  .footer__links .item-link {
    font-size: 15px;
  }
}
.header {
  background: #13153c;
}

@media (min-width: 769px) {
  .header {
    background: #13153c;
  }
  .header .header__container {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-bottom: 10px;
  }
  .header.header_scrolled .header__container {
    padding-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .header .header__container {
    padding-bottom: 20px;
  }
}
.section__news {
  margin-top: 200px;
}
@media screen and (min-width: 1440px) {
  .section__news {
    margin-top: 276px;
  }
}

.news__title {
  margin-bottom: 30px;
  font-family: Bahnschrift;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #4c519e;
}
@media screen and (min-width: 1440px) {
  .news__title {
    font-size: 50px;
    letter-spacing: 0.02em;
  }
}

.article__img {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.articles__date {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(36, 36, 36, 0.6);
}

.articles__title {
  margin-bottom: 10px;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #242424;
}

.articles__text {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: Gilroy;
  font-size: 15px;
  line-height: 140%;
  color: #242424;
}

.article__more {
  display: block;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #69cccb;
}

.article__navigation {
  display: none;
}
@media screen and (min-width: 993px) {
  .article__navigation {
    display: block;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

.article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 993px) {
  .article__list {
    gap: 12px;
  }
}

.article__item {
  max-width: 411px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 406px;
  margin-left: auto;
  margin-right: auto;
}

.navigation__ico {
  fill: #242424;
}
.navigation__ico:hover {
  fill: #69cccb;
}

.navigation-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation__number-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  font-weight: 500;
  font-size: 17px;
  line-height: 141%;
  color: #242424;
}
.navigation__number-link:hover, .navigation__number-link--active {
  background-color: #69cccb;
}

.section__article {
  margin-top: 200px;
}
@media screen and (min-width: 1440px) {
  .section__article {
    margin-top: 276px;
  }
}

.article__title {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4c519e;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .article__title {
    font-size: 36px;
  }
}

.article__image-wraper img {
  height: 276px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .article__image-wraper img {
    height: 376px;
  }
}
@media screen and (min-width: 1440px) {
  .article__image-wraper img {
    height: 449px;
  }
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.article__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__date {
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid rgba(36, 36, 36, 0.6);
  margin-right: 20px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: rgba(36, 36, 36, 0.6);
  margin-bottom: 15px;
}

.article__social-group {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 50px;
}

.article__author {
  font-weight: 500;
  font-size: 15px;
  color: rgba(36, 36, 36, 0.6);
  margin-bottom: 15px;
}
.article__author--name {
  color: #242424;
}

.article__body h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 10px;
}
@media screen and (min-width: 1440px) {
  .article__body h2 {
    font-size: 21px;
  }
}

.article__body > p {
  font-size: 15px;
  line-height: 140%;
  color: #242424;
  margin-bottom: 10px;
}
@media screen and (min-width: 1440px) {
  .article__body > p {
    font-size: 17px;
  }
}

.article__photo--right {
  max-width: 100%;
}

.article__photo-wrapper--right {
  width: 100%;
}
@media screen and (min-width: 669px) {
  .article__photo-wrapper--right {
    max-width: 629px;
    float: right;
    margin: 0 0 20px 20px;
  }
}

.social__ico {
  fill: #4c519e;
}

.section__other-news {
  margin-top: 60px;
}

.article__see-more {
  border: 1px solid #4c519e;
  border-radius: 10px;
  padding: 17px 26px;
  width: 288px;
  height: 50px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #4c519e;
}

.article__see-more-wrapper {
  display: none;
}
@media screen and (min-width: 993px) {
  .article__see-more-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=news.css.map */