@charset "UTF-8";
.wrapper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .article-page_blog {
    overflow: hidden;
    /* Чтобы слайды не создавали горизонтальный скролл всей страницы */
  }
  .article-page_blog .container {
    /* Заголовок остается внутри стандартных отступов контейнера */
    padding-left: 15px;
    padding-right: 15px;
  }
  .mainBlogsSwiper {
    /* Убираем ограничение контейнера для слайдера */
    padding-left: 15px;
    padding-right: 15px;
    /* MUHIM: Это позволяет слайдам "заезжать" на поля при прокрутке */
    overflow: visible !important;
  }
  .main-blogs_item {
    /* Настройка ширины карточек для мобильных */
    width: 100%;
  }
}
.article-section {
  padding-top: 170px;
  margin-bottom: 120px;
  /* ===============================
    SCROLL WRAPPER
    =============================== */
  /* ===============================
    ASL SCROLL BO‘LADIGAN TABLE
    =============================== */
  /* ===============================
    FAKE SCROLLBAR (DOIMIY)
    =============================== */
}
@media screen and (max-width: 1300px) {
  .article-section {
    padding-top: 133px;
  }
}
@media screen and (max-width: 769px) {
  .article-section {
    padding-top: 100px;
    margin-bottom: 50px;
  }
  .article-section .container {
    margin: 0;
    padding: 0;
  }
}
.article-section .article_blocks {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks {
    gap: 48px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks {
    gap: 30px;
  }
}
.article-section .article_blocks .block {
  width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .block {
    width: 768px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .block {
    width: 330px;
  }
}
.article-section .article_blocks .block-logo {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
}
.article-section .article_blocks .block-logo img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .block-logo {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 11px;
  }
}
.article-section .article_blocks .block-logo .date {
  color: var(--Gray1, #7C7C7C);
  /* 1920/text sml */
  font-family: "PT Root UI";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 23.8px */
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .block-logo .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .block-logo .date {
    font-size: 13px;
    line-height: 120%;
  }
}
.article-section .article_blocks .logo-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--Black, #151515);
  /* 1920/tag */
  font-family: "PT Root UI";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 20.4px */
  letter-spacing: 0.34px;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .logo-item {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .logo-item {
    font-size: 16px;
  }
}
.article-section .article_blocks .block_title {
  color: var(--Black, #151515);
  /* 1920/phrases */
  font-family: "PT Root UI";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 61.6px */
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .block_title {
    margin-bottom: 32px;
    font-size: 40px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .block_title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.article-section .article_blocks .block-description {
  color: var(--Black, #151515);
  /* 1920/text bg */
  font-family: "PT Root UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 36.4px */
  letter-spacing: -0.52px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .block-description {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .block-description {
    font-size: 19px;
    line-height: 130%;
    letter-spacing: -0.38px;
  }
}
.article-section .article_blocks .block_mini-title {
  color: var(--Black, #151515);
  /* 1920/H3 */
  font-family: "PT Root UI";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 50.6px */
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .block_mini-title {
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .block_mini-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 24px;
  }
}
.article-section .article_blocks .block_mini-description {
  width: 928px;
  color: var(--Black, #151515);
  /* 1920/text */
  font-family: "PT Root UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 29.4px */
  letter-spacing: -0.42px;
  margin-bottom: 24px;
}
.article-section .article_blocks .block_mini-description span {
  color: var(--Black, #151515);
  /* 1920/text */
  font-family: "PT Root UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 29.4px */
  letter-spacing: -0.42px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .block_mini-description {
    width: 768px;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.38px;
  }
  .article-section .article_blocks .block_mini-description span {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 29.4px */
    letter-spacing: -0.42px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .block_mini-description {
    width: 330px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20.8px;
  }
  .article-section .article_blocks .block_mini-description span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
}
.article-section .article_blocks .block_sub-title {
  width: 927px;
  color: var(--Black, #151515);
  /* 1920/H4 */
  font-family: "PT Root UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 31.2px */
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .block_sub-title {
    width: 768px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .block_sub-title {
    width: 330px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
.article-section .article_blocks .img-block {
  width: 100%;
  height: 904px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .img-block {
    height: 654px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .img-block {
    height: 202px;
  }
}
.article-section .article_blocks .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .img-block img {
    border-radius: 0;
    width: 112%;
  }
}
.article-section .article_blocks ul {
  width: 927px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 10px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks ul {
    width: 768px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks ul {
    width: 330px;
  }
}
.article-section .article_blocks ul .block__list {
  display: flex;
  align-items: start;
}
.article-section .article_blocks ul .block__list.doted {
  position: relative;
  padding-left: 16px;
}
.article-section .article_blocks ul .block__list.doted::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--Black, #151515);
  /* 1920/text */
  font-family: "PT Root UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 29.4px */
  letter-spacing: -0.42px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks ul .block__list.doted::before {
    font-size: 19px;
    font-weight: 700;
    line-height: 140%;
    /* 26.6px */
    letter-spacing: -0.38px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks ul .block__list.doted::before {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
}
.article-section .article_blocks ul .block__list.number {
  position: relative;
  padding-left: 28px;
  counter-increment: item;
}
.article-section .article_blocks ul .block__list.number::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--Black, #151515);
  /* 1920/text */
  font-family: "PT Root UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 29.4px */
  letter-spacing: -0.42px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks ul .block__list.number::before {
    font-size: 19px;
    letter-spacing: -0.38px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks ul .block__list.number::before {
    font-size: 16px;
    line-height: 130%;
  }
}
.article-section .article_blocks ul .block__list .item {
  color: var(--Black, #151515);
  /* 1920/text */
  font-family: "PT Root UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks ul .block__list .item {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.38px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks ul .block__list .item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}
.article-section .article_blocks ul .block__list .item span {
  color: var(--Black, #151515);
  /* 1920/text */
  font-family: "PT Root UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 29.4px */
  letter-spacing: -0.42px;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks ul .block__list .item span {
    font-size: 19px;
    font-weight: 700;
    line-height: 140%;
    /* 26.6px */
    letter-spacing: -0.38px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks ul .block__list .item span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
}
.article-section .article_blocks ul .list_number {
  white-space: pre;
  color: var(--Black, #151515);
  /* 1920/text */
  font-family: "PT Root UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 29.4px */
  letter-spacing: -0.42px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks ul .list_number {
    font-size: 19px;
    font-weight: 700;
    line-height: 140%;
    /* 26.6px */
    letter-spacing: -0.38px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks ul .list_number {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
}
.article-section .article_blocks .block_btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  height: 56px;
  padding: 15px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: var(--Blue, #1458E4);
  margin: 0 auto;
  border: none;
  color: var(--White, #FFF);
  text-align: center;
  /* 1920/tag */
  font-family: "PT Root UI";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 20.4px */
  letter-spacing: 0.34px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1300px) {
  .article-section .article_blocks .block_btn {
    height: 52px;
    padding: 15px 24px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 769px) {
  .article-section .article_blocks .block_btn {
    width: 330px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.32px;
  }
}
.article-section .article_blocks .block_btn svg {
  transition: all 0.3s ease;
}
.article-section .article_blocks .block_btn:hover {
  background: #000;
}
.article-section .article_blocks .block_btn:hover svg {
  transform: rotate(45deg);
}
.article-section .table-scroll-wrapper {
  position: relative;
}
.article-section .tablisa_table {
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
}
@media (max-width: 769px) {
  .article-section .tablisa_table {
    overflow-x: auto;
    padding-bottom: 20px;
    /* fake scrollbar uchun joy */
  }
  .article-section .tablisa_table::-webkit-scrollbar {
    display: none;
  }
}
.article-section .fake-scrollbar {
  height: 4px;
  background: #D9D9D9;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 769px) {
  .article-section .fake-scrollbar {
    display: block;
  }
}
.article-section .fake-thumb {
  height: 100%;
  width: 150px;
  /* 🔴 DEFAULT WIDTH */
  background: #151515;
  border-radius: 4px;
  transition: width 0.15s linear;
}
.article-section .row {
  display: contents;
}
.article-section .cell {
  padding: 12px 0;
  border-bottom: 1px solid #D9D9D9;
  color: var(--Black, #151515);
  /* 1920/text sml */
  font-family: "PT Root UI";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 23.8px */
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1300px) {
  .article-section .cell {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
@media screen and (max-width: 769px) {
  .article-section .cell {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
}
.article-section .cell span {
  display: block;
}
.article-section .thead .cell {
  color: var(--Black, #151515);
  /* 1920/H5 */
  font-family: "PT Root UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 27.3px */
  border-bottom: 1px solid #151515;
}
@media screen and (max-width: 769px) {
  .article-section .thead .cell {
    color: var(--Black, #151515);
    /* 1280/H5 */
    font-family: "PT Root UI";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 24.7px */
  }
}
@media screen and (max-width: 769px) {
  .article-section .thead .cell {
    color: var(--Black, #151515);
    /* 360/text xs */
    font-family: "PT Root UI";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 15.6px */
  }
}

.article-page_blog {
  margin-bottom: 175px;
}
@media screen and (max-width: 1280px) {
  .article-page_blog {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 769px) {
  .article-page_blog {
    margin-bottom: 60px;
  }
  .article-page_blog .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .article-page_blog .container .article-title {
    padding-left: 15px;
  }
}
.article-page_blog .swiper-slide .toZoom {
  overflow: hidden;
}
.article-page_blog .swiper-slide .img {
  transform: scale(1.03);
}
.article-page_blog .swiper-slide:hover .toZoom .img {
  transform: scale(1);
}
.article-page_blog .swiper-slide:hover .item-title {
  text-decoration: underline;
}
.article-page_blog .article-title {
  color: var(--Black, #151515);
  /* 1920/H3 */
  font-family: "PT Root UI";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 50.6px */
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .article-page_blog .article-title {
    margin-bottom: 48px;
    font-size: 46px;
    font-weight: 700;
    line-height: 110%;
  }
}
@media screen and (max-width: 769px) {
  .article-page_blog .article-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 32px;
  }
}
.article-page_blog .main-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .article-page_blog .main-title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 769px) {
  .article-page_blog .main-title {
    margin-bottom: 24px;
  }
}
.article-page_blog .page-description {
  color: var(--Black, #151515);
  text-align: center;
  /* 1920/text bg */
  font-family: "PT Root UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 36.4px */
  letter-spacing: -0.52px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .article-page_blog .page-description {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 769px) {
  .article-page_blog .page-description {
    width: 280px;
    margin-bottom: 42px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 24.7px */
    letter-spacing: -0.38px;
  }
}
.article-page_blog .main-blogs {
  display: flex;
  justify-content: start;
  gap: 24px;
  row-gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .article-page_blog .main-blogs {
    gap: 40px;
  }
}
.article-page_blog .main-blogs .main-blogs_item {
  margin: 0;
}
@media screen and (max-width: 769px) {
  .article-page_blog .main-blogs .main-blogs_item {
    width: 100%;
  }
}
.article-page_blog .main-blogs .main-blogs_item .toZoom {
  height: 263px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .article-page_blog .main-blogs .main-blogs_item .toZoom {
    height: 211px;
  }
}
@media screen and (max-width: 769px) {
  .article-page_blog .main-blogs .main-blogs_item .toZoom {
    margin-bottom: 6px;
    height: 176px;
  }
}
.article-page_blog .main-blogs .main-blogs_item .img {
  transform: scale(1.03);
  transition: all 0.3s ease;
}
.article-page_blog .main-blogs .main-blogs_item:hover {
  cursor: pointer;
}
.article-page_blog .main-blogs .main-blogs_item:hover .toZoom .img {
  transform: scale(1);
}
.article-page_blog .main-blogs .main-blogs_item:hover .main-blogs_title {
  text-decoration: underline;
}
.article-page_blog .main-blogs .main-blogs_item .img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  .article-page_blog .main-blogs .main-blogs_item .img {
    padding: 0;
  }
  .article-page_blog .main-blogs .main-blogs_item .img .logo {
    display: none;
  }
}
.article-page_blog .main-blogs .main-blogs_item .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--Black, #151515);
  /* 1920/tag */
  font-family: "PT Root UI";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 20.4px */
  letter-spacing: 0.34px;
  text-transform: uppercase;
  margin-top: 16px;
}
.article-page_blog .main-blogs .main-blogs_item .logo.mobile-element {
  display: none;
}
.article-page_blog .main-blogs .main-blogs_item .logo img {
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .article-page_blog .main-blogs .main-blogs_item .logo {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 769px) {
  .article-page_blog .main-blogs .main-blogs_item .logo {
    color: var(--Black, #151515);
  }
  .article-page_blog .main-blogs .main-blogs_item .logo img {
    width: 32px;
    height: 32px;
  }
  .article-page_blog .main-blogs .main-blogs_item .logo.mobile-element {
    display: block;
  }
}
.article-page_blog .main-blogs .main-blogs_item .main-blogs_date {
  color: var(--Gray1, #7C7C7C);
  /* 1920/text xs */
  font-family: "PT Root UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .article-page_blog .main-blogs .main-blogs_item .main-blogs_date {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
}
@media screen and (max-width: 769px) {
  .article-page_blog .main-blogs .main-blogs_item .main-blogs_date {
    margin-bottom: 10px;
  }
}
.article-page_blog .main-blogs .main-blogs_item .main-blogs_title {
  width: 410px;
  overflow: hidden;
  color: var(--Black, #151515);
  /* 1920/H5 */
  font-family: "PT Root UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 27.3px */
  /* 31.2px */
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .article-page_blog .main-blogs .main-blogs_item .main-blogs_title {
    width: 360px;
    font-size: 19px;
  }
}
@media screen and (max-width: 769px) {
  .article-page_blog .main-blogs .main-blogs_item .main-blogs_title {
    width: 277px;
    font-size: 19px;
  }
}
.article-page_blog .main-blogs .main-blogs_item .main-blogs_description {
  width: 410px;
  overflow: hidden;
  color: var(--Black, #151515);
  /* 1920/text sml */
  font-family: "PT Root UI";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 23.8px */
}
@media screen and (max-width: 1280px) {
  .article-page_blog .main-blogs .main-blogs_item .main-blogs_description {
    width: 360px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
}
@media screen and (max-width: 769px) {
  .article-page_blog .main-blogs .main-blogs_item .main-blogs_description {
    width: 290px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
  }
}/*# sourceMappingURL=article.css.map */