@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
#inzz0yqn8_0 {
  display: none;
}
#inzz0yqn8_0 {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #0e1216;
  border-top-style: none;
  border-top-width: 2px;
  border-right-style: none;
  border-right-width: 2px;
  border-bottom-style: none;
  border-bottom-width: 2px;
  border-left-style: none;
  border-left-width: 2px;
  border-top-color: #e0ff64;
  border-right-color: #e0ff64;
  border-bottom-color: #e0ff64;
  border-left-color: #e0ff64;
  min-height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  background-size: auto, auto;
  background-image: linear-gradient(300deg, black -2%, #003d76 78%);
  background-repeat: no-repeat, repeat;
  background-position: left 0px top 0px, left 0px top 0px;
  background-attachment: scroll, scroll;
  padding-top: 1px;
  padding-bottom: 1px;
  column-gap: 10px;
}
@media (max-width: 479px) {
  #inzz0yqn8_0 {
    max-width: 130px;
    column-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
:root {
  --fontFamily: "Inter", sans-serif;
  --textColor: #151515;
  --textColor_2: #7F7F7F;
  --textColor_4: #664EE8;
  --textColor_5: #3290ff;
}
* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
}
#ieu1ahx5e_0 {
  background: none;
}
.page-subpages {
  display: none;
}
.g-page-article-wrapper {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .g-page-article-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .g-page-article-wrapper {
    padding: 0 16px;
  }
}
#i083ewuki_0 {
  display: none;
}
.g-page-article {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  font-family: var(--fontFamily);
  /*&__social {
		margin-left: auto;
		
		@media all and (max-width: 639px) {
			margin-left: unset;
			margin-top: 16px;
		}
		
	}*/
}
.g-page-article__author-info {
  margin-bottom: 20px;
}
.g-page-article__author-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.g-page-article__author-bot {
  display: flex;
  align-items: center;
}
@media (max-width: 639px) {
  .g-page-article__author-bot {
    flex-direction: column;
    align-items: flex-start;
  }
}
.g-page-article__author-name {
  margin-right: 30px;
}
.g-page-article__author-name .author_name {
  display: inline-flex;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--textColor);
  transition: all 300ms ease;
  text-decoration: none;
  border-bottom: 1px solid var(--textColor);
}
.g-page-article__author-name .author_name:hover {
  color: var(--textColor_4);
  border-color: var(--textColor_4);
}
.g-page-article .g-tags {
  color: var(--textColor);
  font-size: 0;
  padding: 0;
  border: none;
  margin-right: 20px;
}
@media (max-width: 639px) {
  .g-page-article .g-tags {
    margin: 5px 0;
  }
}
.g-page-article .g-tags__item {
  display: inline-flex;
  background: none;
  padding: 0;
  margin: 2px 4px;
  text-decoration: none;
  color: var(--textColor_4);
  transition: all 300ms ease;
  font-size: var(--g-tags-font-size);
  line-height: 1.2;
}
.g-page-article .g-tags__item:hover {
  color: var(--textColor_5);
}
.g-page-article .g-article-amount {
  background-size: 20px;
  font-size: var(--g-tags-font-size);
  line-height: 1.2;
  padding-left: 30px;
  padding-right: 30px;
  background-position-y: 30%;
}
@media (max-width: 639px) {
  .g-page-article .g-article-amount {
    margin: 5px 0;
  }
}
@media (max-width: 639px) {
  .g-page-article__share {
    margin: 5px 0;
  }
}
.g-page-article__share-title {
  display: none;
}
.g-page-article #toc {
  margin-bottom: 20px;
}
.g-page-article .toc-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--textColor);
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 639px) {
  .g-page-article .toc-title {
    font-size: 14px;
  }
}
.g-page-article .toc-list {
  padding: 0;
  list-style-type: none;
  counter-reset: list;
}
.g-page-article .toc-list__item {
  margin: 10px 0 0;
  padding-left: 2.3rem;
  position: relative;
  list-style-type: none;
}
.g-page-article .toc-list__item:before {
  height: 20px;
  min-width: 20px;
  padding: 0 5px 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(223, 41, 38, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: 2px;
  color: #101010;
  font-weight: 500;
  counter-increment: list;
  content: counters(list, ".") ".";
}
.g-page-article .toc-list__item a {
  display: inline-flex;
  text-decoration: none;
  color: var(--textColor_4);
  transition: all 300ms ease;
  line-height: 20px;
}
.g-page-article .toc-list__item a:hover {
  color: var(--textColor_5);
}
.g-page-article__info {
  margin: 0 0 30px;
}
.g-page-article__info-inner {
  display: flex;
}
@media (max-width: 639px) {
  .g-page-article__info-inner {
    flex-direction: column;
  }
}
.g-page-article__date {
  font-size: 14px;
  font-weight: 400;
  color: var(--textColor_2);
  line-height: 1.2;
  width: 100%;
  max-width: 800px;
  margin: 0;
}
.g-page-article__social {
  margin: 0 0 16px 0;
}
@media (max-width: 639px) {
  .g-page-article__social {
    margin: 0 0 10px 0;
  }
}
.g-page-article__social-items {
  display: flex;
}
.g-page-article__social-item:last-child .g-page-article__social-link {
  margin-right: 0;
}
.g-page-article__social-link {
  text-decoration: none;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  border-radius: 50px;
  background: #202123;
  overflow: hidden;
}
.g-page-article__social-link svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.g-page-article__social-link--tg svg {
  width: 16px;
  height: 15px;
  margin-right: 2px;
  margin-top: 3px;
}
.g-page-article__social-link img {
  width: 100%;
  height: 100%;
}
.g-page-article__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.g-page-article__title {
  font-size: 80px;
  font-weight: 500;
  color: var(--textColor);
  margin: 0 0 40px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .g-page-article__title {
    font-size: 50px;
    margin-bottom: 32px;
  }
}
@media (max-width: 639px) {
  .g-page-article__title {
    font-size: 36px;
    margin-bottom: 10px;
    word-break: break-all;
  }
}
.g-page-article__title h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.g-page-article__image {
  margin: 0 0 50px;
  float: unset;
  width: 100%;
  max-width: 1500px;
  height: 600px;
}
@media (max-width: 1023px) {
  .g-page-article__image {
    height: 270px;
  }
}
@media (max-width: 639px) {
  .g-page-article__image {
    margin: 0 0 10px;
    height: 144px;
  }
}
.g-page-article__image a {
  text-decoration: none;
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-page-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.g-page-article__text {
  font-size: 20px;
  font-weight: 400;
  color: var(--textColor_2);
  line-height: 1.2;
}
@media (max-width: 639px) {
  .g-page-article__text {
    font-size: 14px;
  }
}
.g-page-article__text h1, .g-page-article__text h2, .g-page-article__text h3, .g-page-article__text h4, .g-page-article__text h5, .g-page-article__text h6, .g-page-article__text strong, .g-page-article__text b {
  color: var(--textColor);
}
.g-page-article__text img {
  border-radius: 15px;
}
.g-page-article__recommended_name {
  font-size: 40px;
  color: var(--textColor_3);
}
@media (max-width: 639px) {
  .g-page-article__recommended_name {
    font-size: 28px;
  }
}
.g-page-article__recommended {
  margin-bottom: 50px;
}
.g-page-article__recommended-list {
  display: grid;
  grid-gap: 9px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
@media (max-width: 1023px) {
  .g-page-article__recommended-list {
    display: flex;
    overflow-x: scroll;
    grid-gap: 0;
    padding: 50px;
    margin: -50px;
  }
}
@media (max-width: 991px) {
  .g-page-article__recommended-list {
    padding: 20px;
    margin: -20px;
  }
}
@media (max-width: 479px) {
  .g-page-article__recommended-list {
    padding: 16px;
    margin: -16px;
  }
}
.g-page-article__recommended .g-article {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  display: flex;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .g-page-article__recommended .g-article {
    width: 494px;
    margin-right: 10px;
  }
}
@media (max-width: 639px) {
  .g-page-article__recommended .g-article {
    width: 280px;
    margin-bottom: 24px;
  }
  .g-page-article__recommended .g-article:last-child {
    margin-bottom: 0;
  }
}
.g-page-article__recommended .g-article:nth-child(n+4) {
  display: none;
}
.g-page-article__recommended .g-article__body {
  margin: 0;
}
.g-page-article__recommended .g-article__image {
  float: unset;
  margin: 0;
}
.g-page-article__recommended .g-article__image a {
  text-decoration: none;
  font-size: 0;
  position: relative;
  display: block;
  padding-top: 40%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .g-page-article__recommended .g-article__image a {
    padding-top: 48.2%;
  }
}
@media (max-width: 639px) {
  .g-page-article__recommended .g-article__image a {
    padding-top: 54.2%;
  }
}
.g-page-article__recommended .g-article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-page-article__recommended .g-article__name {
  text-decoration: none;
  display: inline-flex;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 600;
  color: var(--textColor);
}
@media (max-width: 1023px) {
  .g-page-article__recommended .g-article__name {
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .g-page-article__recommended .g-article__name {
    font-size: 20px;
  }
}
.g-page-article__recommended .g-article__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--textColor);
  line-height: 1.4;
  opacity: 0.4;
}
@media (max-width: 1023px) {
  .g-page-article__recommended .g-article__text {
    margin-top: 6px;
  }
}
@media (max-width: 639px) {
  .g-page-article__recommended .g-article__text {
    font-size: 14px;
  }
}
.g-page-article__recommended .g-article__additional {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-page-article__recommended .g-article .g-article-amount {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: var(--textColor);
  line-height: 1.4;
  opacity: 0.4;
}
@media (max-width: 639px) {
  .g-page-article__recommended .g-article .g-article-amount {
    font-size: 13px;
  }
}
.g-page-article__recommended .g-article__date {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: var(--textColor);
  line-height: 1.4;
  opacity: 0.4;
}
@media (max-width: 1023px) {
  .g-page-article__recommended .g-article__date {
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .g-page-article__recommended .g-article__date {
    font-size: 13px;
  }
}
.g-page-article__recommended .g-article__author {
  display: flex;
  align-items: center;
}
.g-page-article__recommended .g-article__author .author_name {
  display: inline-flex;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--textColor);
  transition: all 300ms ease;
  text-decoration: none;
  border-bottom: 1px solid var(--textColor);
}
.g-page-article__recommended .g-article__author .author_name:hover {
  color: var(--textColor_4);
  border-color: var(--textColor_4);
}
