@font-face {
  font-display: swap;
  font-family: Source Sans Pro;
  src: url(../fonts/source-sans-3-v18-latin-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  font-family: Source Sans Pro;
  src: url(../fonts/source-sans-3-v18-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: Source Sans Pro;
  src: url(../fonts/source-sans-3-v18-latin-600.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  font-family: "Source Serif Pro";
  src: url(../fonts/source-serif-4-v13-latin-900.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-display: swap;
  font-family: "Source Serif Pro";
  src: url(../fonts/source-serif-4-v13-latin-italic.woff2) format("woff2");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "Source Serif Pro";
  src: url(../fonts/source-serif-4-v13-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "Source Serif Pro";
  src: url(../fonts/source-serif-4-v13-latin-600.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  font-family: "Source Serif Pro";
  src: url(../fonts/source-serif-4-v13-latin-600italic.woff2) format("woff2");
  font-style: italic;
  font-weight: 600;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.blue__text {
  font-weight: bold;
  color: #c0504d;
}

.news__subtitle .blue__text {
  color: inherit;
}

a {
  text-decoration: none;
}

body {
  font-weight: 400;
  font-family: "Source Sans Pro";
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.container {
  width: 100vw;
  max-width: 942px;
  margin: 0 auto;
}

.wrapper {
  width: 100vw;
  max-width: 600px;
}

.content {
  order: 2;
  height: 100%;
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.news__social__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.news__social__date--top {
  display: flex;
  flex-direction: column;
}

.news__social__date--text {
  font-family: "Source Serif Pro";
  font-size: 19px;
  color: inherit;
  margin-bottom: 5px;
}

.news__social__date--date {
  color: #555555;
  font-size: 13px;
  font-family: "Source Sans Pro";
}

.social-google {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #888;
  padding: 4px;
  font-size: 12px;
  border-radius: 999px;
  color: #666666;
  max-width: 160px;
  margin-left: auto;
}

.social-google.mobile {
  display: none;
}

.plus {
  display: none;
}

.social__list .social-icons-list {
  justify-content: end;
  margin-bottom: 10px;
}

.google__news {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin: 20px 0;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  gap: 5px;
}

.google__news span {
  font-size: 12px;
}

.google__news__img {
  width: 72px;
}

.tags__block {
  list-style: none;
}

.tags__block__item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tags__block__item span {
  font-size: 21px;
  color: #b10b1f;
  font-weight: 600;
}

.tags__arro {
  width: 15px;
  height: 15px;
}

.tags__block__item:first-child {
  margin-bottom: 17px;
}

.tags__block__link {
  color: inherit;
  border: 1px solid #555;
  border-radius: 20px;
  padding: 5px 8px;
  min-width: 80px;
  text-align: center;
  margin: 0 10px 10px 0;
}

/*NEWS*/
.news__title {
  line-height: 48px;
  font-size: 42px;
  margin-bottom: 18px;
  font-family: "Source Serif Pro";
  font-weight: 600;
}

.news__img {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}

.news__text {
  margin-bottom: 34px;
  font-size: 22px;
  color: #333333;
  font-family: "Source Serif Pro";
}

.news__text.cursive {
  display: block;
  border-left: #eeeeee 5px solid;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-style: normal;
}

.news__subtitle {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #c0504d;
  font-family: "Source Serif Pro";
}

.news__list {
  list-style: none;
  margin-bottom: 18px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.news__list__item {
  margin-bottom: 18px;
}

.news__list__item--head {
  font-size: 22px;
  color: #b10b1f;
}

.news__list__text {
  font-size: 22px;
}
/*NEWS*/

@media (max-width: 968px) {
  .container {
    max-width: 375px;
    padding: 5px 15px 0;
    width: 100vw;
  }

  .wrapper {
    max-width: 375px;
    padding: 5px 15px 0;
    width: 100vw;
    margin: 0 auto;
  }

  .news__social__date {
    flex-direction: column;
    align-items: baseline;
  }

  .social-google {
    margin-left: 0;
    max-width: 64px;
  }

  .social-google {
    display: none;
  }

  .social-google.mobile {
    display: flex;
  }

  .google__text {
    display: none;
  }

  .plus {
    display: block;
  }

  .news__title {
    font-size: 26px;
    line-height: 31px;
  }

  .news__subtitle {
    font-size: 24px;
  }

  .news__social__date--top {
    margin-bottom: 15px;
  }

  .social-icons-list {
    gap: 20px;
  }

  .tags__block__item.links {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 25px;
  }
}
