body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  max-width: 1360px;
  margin: 0 auto;
}

.aside__block {
  position: sticky;
  top: 70px;
  width: 250px;
  height: 750px;
  display: none;
  flex-direction: column;
  justify-content: center;
  border-right: 3px solid #144590;
}
.aside__block .aside__post_link:hover .aside__img {
  transform: scale(1.1);
}
.aside__block .aside__block_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside__block .aside__block_title_in {
  text-align: center;
  font-weight: 600;
  font-weight: 18px;
  color: #144590;
}
.aside__block .aside__post {
  width: 250px;
  margin: 0.5rem 0;
  border-bottom: 1px solid #144590;
}
.aside__block .aside__post:nth-child(4) {
  border-bottom: none;
}
.aside__block .aside__img_cont {
  width: 229px;
  height: 157px;
  overflow: hidden;
}
.aside__block .aside__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}
.aside__block .aside__post_title {
  margin-top: 0.5rem;
  width: 229px;
  font-weight: 600;
  font-size: 14px;
  color: black;
  max-height: 52px;
  overflow: hidden;
}

.mainkg {
  min-width: 100%;
  display: flex;
  justify-content: space-around;
}
.mainkg .main__top_block {
  display: flex;
  flex-direction: column;
}
.mainkg .main__block_cont {
  min-width: 100%;
  height: 191px;
  overflow: hidden;
  padding: 0.4rem 0.6rem;
}
.mainkg .main__block_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainkg .main__top_block_title {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  margin: 1rem;
}
.mainkg .main__social_block {
  display: none;
  margin-top: 30px;
  padding-left: 0.6rem;
}
.mainkg .social__cont {
  display: flex;
  width: 116px;
  height: 26px;
  justify-content: space-between;
  margin-right: 1rem;
}
.mainkg .social__cont .recom__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 0;
}
.mainkg .social__cont .recom__list li {
  width: 26px;
  height: 26px;
}
.mainkg .social__cont .recom__list li a {
  width: 26px;
  height: 26px;
}
.mainkg .social__cont .recom__list li a span {
  display: none;
}
.mainkg .social__cont .recom__list li .fa-hidden {
  display: none;
}
.mainkg .social__link, .mainkg .social__icon {
  width: 25px;
  height: 25px;
}
.mainkg .mainkg__text_cont {
  max-width: 900px;
}
.mainkg .main__text_article {
  margin: 1rem 0;
  padding-left: 0.6rem;
  font-weight: 400;
  font-size: 12px;
  color: black;
}

.timeline__out_title {
  font-weight: 400;
  font-size: 18px;
  color: #144590;
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}

.timeline {
  margin: 4rem 0;
  max-width: 900px;
  position: relative;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline .backimage {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline .backimage__img {
  width: 100%;
  height: 100%;
}
.timeline .backimage__img_som {
  width: 60%;
  height: 60%;
}
.timeline .timeline__tree {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5%;
  margin: 0 auto;
  height: 800px;
  width: 279px;
}
.timeline .leftbranch {
  width: 332px;
  height: 586px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.timeline .branch__item {
  display: flex;
  margin-right: -0.5rem;
  height: 49px;
  justify-content: space-between;
}
.timeline .branch__item:nth-child(even) {
  opacity: 0;
}
.timeline .trans__item, .timeline .filled__item {
  height: 49px;
}
.timeline .filled__item {
  width: 136px;
  background: linear-gradient(264.03deg, #001880 -3.94%, #45B0B7 100%), #001880;
}
.timeline .kernel__cont {
  height: 750px;
  width: 21px;
}
.timeline .kernel__img {
  height: 100%;
}
.timeline .rightbranch {
  width: 332px;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline .branch__item_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-left: -0.57rem;
  height: 49px;
}
.timeline .branch__item_right:nth-child(odd) {
  opacity: 1;
}
.timeline .trans__item_in {
  font-weight: 400;
  font-size: 13px;
  color: #144590;
  margin: 0;
  border-top: 1px solid #144590;
  text-align: right;
}
.timeline .trans__item_in_right {
  font-weight: 400;
  font-size: 13px;
  color: #144590;
  margin: 0;
  text-align: right;
  border-top: 1px solid #144590;
}
.timeline .filled__item_in {
  font-weight: 400;
  font-size: 12px;
  color: white;
  margin: 0;
  text-align: center;
}
.timeline .filled__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 120px;
}
.timeline .trans__item {
  width: 150px;
}

/*# sourceMappingURL=kg.css.map */
