.content_container {
  display: block;
  width: 100%;
  font-size: 10px;
  padding-top: 17em;
}
.standard_section {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.standard_section_wrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
  width: 133.4em;
  margin: 0 auto;
}
.wide_banner_image{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top right;
}
.white_star {
  display: block;
  position: absolute;
  width: 2.7em;
  z-index: 1;
  transform: scale(0) rotate(0);
  animation: white_star 4s linear infinite;
}
@keyframes white_star {
  0% {
    transform: scale(0) rotate(0);
    opacity: 0;
  }
  60% {
    transform: scale(.75) rotate(270deg);
    opacity: 1;
  }
  80%, 100% {
    transform: scale(1.0) rotate(360deg);
    opacity: 0;
  }
}
.white_star_1 {
  top: 14em;
  left: 3em;
  animation-delay: 2.23s;
  width: 1.8em;
}
.white_star_2 {
  top: 4em;
  left: 132em;
  animation-delay: 3.04s;
  width: 2.2em;
}
.white_star_3 {
  top: 39em;
  left: 93em;
  animation-delay: 1.35s;
}
.white_star_4 {
  top: 41em;
  left: 78em;
  animation-delay: .09s;
  width: 2em;
}
.white_star_5 {
  top: 26em;
  left: 111em;
  animation-delay: 1.11s;
}
.white_star_6 {
  top: 39em;
  left: 13em;
  animation-delay: 7.86s;
}
.wide_banner_section .standard_section_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.4em 61em 7.1em 0;
}
.wide_banner_title {
  display: block;
  font-size: 3.2em;
  line-height: 1.3em;
  font-weight: 600;
  color: #F9F7FF;
  margin-top: 1.6em;
}
.wide_banner_text {
  display: block;
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 1.2em;
  color: #F9F7FF;
}
.about_info_section {
  margin-top: 6em;
}
.about_info_text_wrapper p {
  display: block;
  font-size: 1.9em;
  line-height: 1.5em;
  font-weight: 400;
}
.about_links_list_section {
  margin-top: 6em;
}
.about_links_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  gap: 2em 0;
}
.about_link_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65.7em;
  border-radius: 2em;
  height: 49.2em;
  position: relative;
  padding: 2.2em 1em 1em 3.4em;
  background-color: #F8EEFF;
}
.about_link_item[data-name="Питание"] {
  background-color: #CBB0FF;
  background-image: url(/media/images/bg_about_item_pitanie.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about_link_item[data-name="Медиатека"] {
  background-color: #867FCD;
  background-image: url(/media/images/bg_about_item_medialib.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.item_category_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.8em;
  height: 2.6em;
  border-radius: 1em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.item_category {
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  color: #867FCD;
  font-weight: 600;
}
.item_title {
  display: block;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 600;
  color: #39296A;
  margin-top: 1em;
}
.about_link_item[data-name="Питание"] .item_title,
.about_link_item[data-name="Медиатека"] .item_title {
  color: #FFFFFF;
}
.item_text {
  display: block;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 400;
  margin-top: 1.5em;
  color: #39296A;
}
.about_link_item[data-name="Питание"] .item_text,
.about_link_item[data-name="Медиатека"] .item_text {
  color: #FFFFFF;
}
.about_link_item[data-name="Статьи"] .item_text {
  margin-top: 3em;
}
.about_link_item[data-name="Питание"] .item_text {
  margin-top: 2.5em;
}
.item_link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5.2em;
  border-radius: 1.6em;
  font-size: 1em;
  font-family: 'Raleway';
  cursor: pointer;
  background-color: #887EF1;
  transition: transform .6s ease;
  margin-top: 3em;
  padding: 0 2.4em;
}
.item_link:hover {
  transform: scale(1.05);
}
.item_link_pitanie,
.item_link_medialib {
  background-color: #FFFFFF;
}
.item_link:after {
  content: ' →';
  display: block;
  font-size: 1.4em;
  margin-left: .5em;
  transition: transform .6s ease;
  color: #FFFFFF;
  font-weight: 600;
}
.item_link:hover:after {
  transform: translateX(1em);
}
.item_link span {
  font-size: 1.4em;
  font-weight: 600;
  color: #FFFFFF;
}
.item_link_pitanie span,
.item_link_medialib span,
.item_link_pitanie:after,
.item_link_medialib:after {
  color: #3F4060;
}
.about_link_item[data-name="Cамое главное"] {
  margin-top: 6em;
  width: 100%;
  height: auto;
  padding: 5em 55em 3.3em 5.4em;
  border-radius: 2em;
  background-image: url(/media/images/bg_about_item_authors.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
  background-color: #F9F7FF;
}
.about_link_item[data-name="Cамое главное"] .item_category_container {
  display: none;
}
.about_link_item[data-name="Cамое главное"] .item_title {
  display: block;
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 600;
  color: #39296A;
  margin-top: 0;
}
.about_link_item[data-name="Cамое главное"] .item_text {
  display: block;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 400;
  margin-top: 1.8em;
  color: #3F4060;
}
.about_link_item[data-name="Cамое главное"] .item_link {
  margin-top: 4.6em;
}
.contact {
  margin-top: 10em;
}

@media screen and (max-width: 1600px) {
  .content_container {
    font-size: .52vw;
  }
}

@media screen and (max-width: 769px) {
  .content_container {
    font-size: 1vw;
    padding-top: 20em;
  }
  .standard_section_wrapper {
    width: 100%;
    margin: 0;
  }
  .wide_banner_section {
    background-size: 200% auto;
    background-position: 100% 100%;
    background-color: #887EF1;
    border-radius: 0 0 4em 4em;
  }
  .wide_banner_image{
    width: 200%;
    height: auto;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }
  .white_star {
    width: 2.7em;
  }
  .white_star_1 {
    top: 14em;
    left: 43em;
    width: 4em;
  }
  .white_star_2 {
    top: 50em;
    left: 92em;
    width: 4.2em;
  }
  .white_star_3 {
    top: 99em;
    left: 13em;
    width: 4.7em;
  }
  .white_star_4 {
    top: 114em;
    left: 48em;
    width: 4em;
  }
  .white_star_5 {
    top: 122em;
    left: 29em;
    width: 3.8em;
  }
  .white_star_6 {
    top: 4em;
    left: 90em;
    width: 3.7em;
  }
  .wide_banner_section .standard_section_wrapper {
    padding: 8em 3em 40em;
  }
  .wide_banner_title {
    font-size: 5.2em;
    margin-top: 1.6em;
  }
  .wide_banner_text {
    font-size: 3.2em;
    margin-top: 1.2em;
  }
  .about_info_section {
    margin-top: 6em;
  }
  .about_info_section .standard_section_wrapper {
    padding: 0 3em;
  }
  .about_info_text_wrapper p {
    font-size: 3.2em;
  }
  .about_links_list_section {
    margin-top: 6em;
  }
  .about_links_list_section .standard_section_wrapper {
    padding: 0 3em;
  }
  .about_links_list {
    display: block;
  }
  .about_link_item {
    width: 100%;
    border-radius: 4em;
    height: auto;
    padding: 6em;
    margin-top: 4em;
  }
  .about_link_item:first-child {
    margin-top: 0;
  }
  .about_link_item[data-name="Питание"] {
    background-position: 100% 100%;
  }
  .about_link_item[data-name="Медиатека"] {
    background-position: 100% 100%;
  }
  .item_category_container {
    width: 19.6em;
    height: 5.2em;
    border-radius: 2em;
  }
  .item_category {
    font-size: 2.4em;
  }
  .item_title {
    font-size: 4.8em;
    margin-top: 0.8em;
  }
  .item_text {
    font-size: 3.2em;
    margin-top: 1.5em;
  }
  .about_link_item[data-name="Статьи"] .item_text {
    margin-top: 1.5em;
  }
  .about_link_item[data-name="Питание"] .item_text {
    margin-top: 1.5em;
  }
  .item_link {
    height: 10em;
    border-radius: 3.2em;
    margin-top: 6em;
    padding: 0 4.4em;
  }
  .item_link:after {
    font-size: 3.2em;
  }
  .item_link span {
    font-size: 3.2em;
  }
  .about_link_item[data-name="Cамое главное"] {
    margin-top: 6em;
    padding: 6em 25em 6em 6em;
    border-radius: 4em;
    background-size: auto 100%;
    background-position: 12em 0;
  }
  .about_link_item[data-name="Cамое главное"] .item_title {
    font-size: 4.8em;
  }
  .about_link_item[data-name="Cамое главное"] .item_text {
    font-size: 3.2em;
    margin-top: 1.8em;
  }
  .about_link_item[data-name="Cамое главное"] .item_link {
    margin-top: 4.6em;
  }
  .contact {
    margin-top: 10em;
  }
}