body {
  margin: 0;
  padding: 0;
  background-image: var(--color-background);
}

body.modal-open {
  overflow: hidden;
}

.main-sector-7dn {
  background-image: url('photos/main.png'); /* исправлен путь */
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    flex: 2;
}

.text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.first-block-text-with-image {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}


.item--MgY {
  color: #ffffff;
  font-family: Montserrat, serif;
  font-size: 2.8vw;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  width: 80%;
  margin: 0 auto; /* Центрирование блока по горизонтали */
  text-align: center;

  /* Добавляем полупрозрачную подложку */
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
  border-radius: 12px;

  /* Добавляем мягкую тень для читаемости */
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}
.article-arrow {
  font-size: 30px;
  color: #FFC464; /* Золотисто-оранжевый */
  cursor: pointer;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  display: inline-block;
}

.article-arrow:hover {
  transform: translateX(5px) scale(1.1);
  color: #232a3b; /* Темно-синий при наведении */
}




@media (min-width: 700px) and (max-width: 1000px) {
    .main-sector-7dn {
      height: 70vh;

      .container {
        padding: 0;
    }

    .text-container {
      padding-left: 0;
    }

    .image-people {
      height: 40vh;
    }

      .item--MgY {
        font-size: 3vw;
      }
    }
  }

  @media screen and (max-width: 700px) {
    .main-sector-7dn {
      height: 70vh;

      .container {
        padding: 0;
    }

    .text-container {
      padding-left: 0;
    }

    .image-people {
      height: 40vh;
    }

      .item--MgY {
        font-size: 3.5vw;
      }
    }
  }
  
  
/*welcome sector style*/
.welcome-sector-s6c {
  background-color: var(--color-sm);
  box-sizing: border-box;
  height: fit-content;
  overflow: hidden;
  position: relative;
  width: 100%;

  .group-20-djz {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;

    .auto-group-fgqu-Grp {
      align-items: flex-end;
      border-radius: 1rem;
      box-sizing: border-box;
      display: flex;
      flex-shrink: 0;
      height: fit-content;
      padding: 5vh 2vw 5vh 2vw;
      width: 100%;
      flex-direction: row;
      justify-content: space-between;

      .auto-group-yw5w-Zb2 {
        flex: 1;
        height: 100%;
        width: fit-content;

        img {
          height: 50px;
        }

        .item--5JU {
          flex-shrink: 0;
          font-size: 2vw;
          font-weight: 900;
          line-height: 1.2125;
          white-space: nowrap;
        }

        .item--5JU a {
          display: flex;
          align-items: center;
          flex-direction: column;
          text-decoration: none;
          font-size: 24px;
          font-weight: bold;
          transition: all ease-in-out 0.3s;
          color: var(--color-share);
        }

        .item--5JU a:hover {
          transform: scale(1.05);
        }
      }
    }
  }
}

@media screen and (max-width: 1000px) and (min-width: 700px) {
  .welcome-sector-s6c {
    .group-20-djz {
      .auto-group-fgqu-Grp {
        padding: 5vh 2vw 5vh 2vw;

        .auto-group-yw5w-Zb2 {
          img {
            height: 40px;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 700px) {
  .welcome-sector-s6c {
    .group-20-djz {
      flex-direction: row;

      .auto-group-fgqu-Grp {
        display: flex;
        height: fit-content;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;

        .auto-group-yw5w-Zb2 {
          margin: 10px;

          img {
            height: 30px;
          }

          .item--5JU a {
            flex-direction: row;
            font-size: 18px;
          }

          .item--5JU a:hover {
            transform: scale(1.05);
          }
        }
      }
    }
    }
}


/*News style*/
.news-section {
  background: #1B08B4;
  background: linear-gradient(90deg, rgba(27, 8, 180, 1) 20%, rgba(227, 148, 30, 1) 100%);
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 5vh 4vw 5vh 4vw;
  background-size: cover;
  background-repeat: no-repeat;
  animation: fadeIn 1.5s ease-out; /* Плавное появление для всего блока */
  color:#E3941E;

  .news-section-title {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;

    #news-section-title {
      text-decoration: none;
      font-family: 'Roboto', sans-serif; /* Новый шрифт */
      font-size: 4vw; /* Увеличенный размер шрифта */
      font-weight: 700;
      left: 0;
      line-height: 1.2;
      top: 0;
      white-space: nowrap;
      margin-bottom: 1vh;
    }
  }

  .news-section-content {
    width: 100%;
    height: auto; /* Подстраиваем под содержимое */
    display: flex;
    .slick-dots{
      top:730px;
    }

    .news-section-content-second {
      display: flex;
      justify-content: space-between; /* Фото и текст в одном ряду */
      margin-top: 50px;
      animation: fadeIn 1.5s ease-out; /* Плавное появление для контента */

      .news-section-content-title {
        position: relative;
        width: 50%; /* Ширина текста */
        padding: 10px 20px 10px 10px;
        flex-direction: column;
        margin-right: 50px; /* Отступ между текстом и фото */
        overflow-y: hidden; /* СКРОЛЛ для текста */
        max-height: 400px; /* Ограничиваем максимальную высоту текста */
        word-wrap: break-word;
        

        #content-title-name {
          display: flex;
          align-items: start;
          font-size: 1.5rem; 
          font-family: 'Roboto', sans-serif; /* Новый шрифт */
          margin-bottom: 1vh;
          font-weight: 700;
        }

        #content-title-description {
          font-size: 1rem; /* Оптимизированный размер шрифта */
          font-family: 'Roboto', sans-serif; /* Новый шрифт */
          height: auto;
        }
      }

      .news-section-content-image {
        width: 50%; /* Ширина изображения */
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;

        .news-image-parent-div {
          border-radius: 20px; /* Плавное округление */
          overflow: hidden;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Тень для фото */
        }

        #content-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          border-radius: 20px; /* Округление картинки с обеих сторон */
        }
      }
    }
  }
}

/* Плавное появление */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media screen and (max-width: 1000px) and (min-width: 700px) {
  .news-section {
    height: fit-content;

    .news-section-title {
      #news-section-title {
        color: var(--color-share);
        font-size: 4.5vw;
      }
    }

    .news-section-content {
      height: fit-content;
      margin-top: 0;

      .news-section-content-second {
        display: flex;
        flex-direction: column;

        .news-section-content-title {
          flex-direction: column;

          #content-title-name {
            font-size: large;
            font-family: var(--font-family);
            margin-bottom: 10px;
            font-weight: bold;
          }

          #content-title-description {
            height: auto;
            width: 100%;
            color: black;
            font-size: medium;
            font-family: var(--font-family);
            overflow: hidden;
            text-overflow: ellipsis;
          }
        }

        .news-section-content-image {
            width: 100%;
            height: 20vh;
            overflow: hidden;

          .news-image-parent-div {
            width: 100%;
            height: 40vh;
            overflow: hidden;
            border-radius: 10px;

            #content-image {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: 50% 50%;
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 700px) {
  .news-section {
    height: fit-content;

    .news-section-title {
      #news-section-title {
        color: var(--color-share);
        font-size: 4.5vw;
      }
    }

    .news-section-content {
      height: fit-content;
      margin-top: 0;

      .news-section-content-second {
        display: flex;
        flex-direction: column;

        .news-section-content-title {
          flex-direction: column;

          #content-title-name {
            font-size: large;
            font-family: var(--font-family);
            margin-bottom: 10px;
            font-weight: bold;
          }

          #content-title-description {
            height: auto;
            width: 100%;
            color: black;
            font-size: medium;
            font-family: var(--font-family);
            overflow: hidden;
            text-overflow: ellipsis;
          }
        }

        .news-section-content-image {
            width: 100%;
            height: 20vh;
            overflow: hidden;

          .news-image-parent-div {
            width: 100%;
            height: 40vh;
            overflow: hidden;
            border-radius: 10px;

            #content-image {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: 50% 50%;
            }
          }
        }
      }
    }
  }
}
  
  
  /*Photo-suret style*/
.photo-E4h {
  background: -webkit-linear-gradient(90deg,#aeaea2,#85410a,#2e3ea8); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(90deg,#aeaea2,#85410a,#2e3ea8); 
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 5vh 5vw 5vh 5vw;
  position: relative;
  width: 100%;
  height: 100vh;

  .photo-fon {
    width: 100%;
    height: 100%;
    border-radius: 0 200px;
    background: var(--color-play);
  }

  .photo-slide {
    width: 70%;
    height: 80vh;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .photo-slide div {
    border-radius: 10px;
  }
  
  .photo-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px;
  }

  .slick-dots li button:before {
    color: var(--color-text) !important;
    font-size: 12px;
  }
}

@media (max-aspect-ratio: 1/1) {
  .photo-E4h {
    padding: 2vh 2vw 2vh 2vw;
    height: fit-content;

    .photo-fon {
      border-radius: 0 150px;
    }

    .photo-slide {
      width: 80%;
      height: fit-content;
    }

    .photo-slide div {
      border-radius: 10px;
      width: 100%;
      height: 60vh;
      overflow: hidden;
    }

    .photo-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
    }

    .slick-dots li button:before {
      color: var(--color-text) !important;
      font-size: 12px;
    }
  }
}

@media screen and (max-width: 1000px) and (min-width: 700px) {
  .photo-E4h {
    padding: 2vh 2vw 2vh 2vw;
    height: fit-content;

    .photo-fon {
      border-radius: 0 150px;
    }

    .photo-slide {
      width: 80%;
      height: fit-content;
    }

    .photo-slide div {
      border-radius: 10px;
      width: 100%;
      height: 60vh;
      overflow: hidden;
    }

    .photo-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
    }

    .slick-dots li button:before {
      color: var(--color-text) !important;
      font-size: 12px;
    }
  }
}

@media screen and (max-width: 700px) {
  .photo-E4h {
    padding: 1vh 1vw 1vh 1vw;
    height: fit-content;

    .photo-fon {
      border-radius: 0 100px;
    }

    .photo-slide {
      width: 80%;
      height: fit-content;
    }

    .photo-slide div {
      border-radius: 10px;
      width: 100%;
      height: 50vh;
      overflow: hidden;
    }

    .photo-slide img {
      width: 100%;
      height: 90%;
      object-fit: cover;
      object-position: 50% 50%;
    }

    .slick-dots li {
      margin: 0;
    }

    .slick-dots li button:before {
      color: var(--color-text) !important;
      font-size: 9px;
    }
  }
}

/*Suhbat style*/
.suhbat-Zvq {
  background-color: var(--color-text);
  height: fit-content;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 5vh 2vw 5vh 5vw !important;

  .auto-group-7tcc-nob {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 2fr));
    height: fit-content;
    position: static;
    top: 0.5vh;
    width: 100%;
    flex-wrap: wrap;

    .auto-group-4sal-buT {
      flex: 1;
      align-items: flex-end;
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      height: 100%;
      width: 100%;
      border-right: 2px solid var(--color-share);
      padding-right: 1vw;

      .item--XHK {
        color: var(--color-share);
        flex-shrink: 0;
        font-family: var(--font-family);
        font-size: 2vw;
        font-weight: 700;
        line-height: 1.2125;
        margin: 0 0 2vh 0;
        text-align: right;
        white-space: nowrap;
      }

      .auto-group-knx6-Kys {
        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        height: fit-content;
        margin-bottom: 3vh;
        width: 100%;

        .group-3-Eb3 {
          border-radius: 1rem;
          box-sizing: border-box;
          flex-shrink: 0;
          margin: 0 1vw 0 0;
          height: 20vh;
          width: 15vw;
          background-image: url(photos/poster_video.jpeg);
          background-size: cover;
          display: inline-block;
          box-shadow: 0 0 5px 0;
        }

        .group-6-C41 {
          flex-shrink: 0;
          height: 100%;
          position: relative;
          width: 65%;

          .rectangle-21-LR7 {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
          }

          .group-5-GZf {
            height: 100%;
            left: 0;
            position: relative;
            top: 0;
            width: 100%;

            .item--mmK {
              color: var(--color-share);
              font-family: var(--font-family);
              font-size: 1.5vw;
              font-weight: 500;
              left: 0;
              line-height: 1.2125;
              top: 0;
            }
          }
        }
      }

      .auto-group-yfm6-pWd {
        align-items: flex-start;
        display: flex;
        flex-shrink: 0;
        height: fit-content;
        width: 100%;
        margin: 0 0 3vh;

        .group-7-jdb {
          flex-shrink: 0;
          height: 100%;
          margin-right: 0;
          position: relative;
          width: 65%;

          .rectangle-21-F69 {
            height: 100%;
            left: 0;
            position: relative;
            top: 0;
            width: 100%;
          }

          .group-5-NRf {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;

            .item--WGy {
              color: var(--color-share);
              font-family: var(--font-family);
              font-size: 1.5vw;
              font-weight: 500;
              height: 100%;
              left: 0;
              line-height: 1.2125;
              position: relative;
              top: 0;
              width: 100%;
            }
          }
        }

        .group-4-2Y9 {
          border-radius: 1rem;
          box-sizing: border-box;
          flex: 1;
          height: 20vh;
          width: 15vw;
          background-image: url(photos/poster_video.jpeg);
          background-size: cover;
          display: inline-block;
          box-shadow: 0 0 5px 0;
        }
      }
    }

    .auto-group-w1ec-GPs {
      flex: 1;
      align-items: center;
      box-sizing: border-box;
      display: flex;
      flex-shrink: 0;
      height: 100%;
      width: 100%;

      .auto-group-8guj-oeh {
        flex-shrink: 0;
        height: 100%;
        margin: 0 0 0 0;
        position: relative;
        width: 100%;
        border-left: 2px solid var(--color-share);
        padding-left: 1vw;

        .item--Kd3 {
          color: var(--color-share);
          font-family: var(--font-family);
          font-size: 2vw;
          font-weight: 700;
          left: 0;
          line-height: 1.2125;
          position: relative;
          text-align: left;
          margin-bottom: 2vh;
          top: 0;
          white-space: nowrap;
        }
        
        .group-10-h7o {
          align-items: flex-end;
          display: flex;
          flex-direction: column;
          height: 15vh;
          left: 0;
          position: relative;
          top: 0;
          width: 90%;
          margin-bottom: 4vh;

          .audio-design {
            height: 100%;
            width: 100%;
            border-radius: 1rem;
            box-shadow:  0 0 3px 0 var(--color-white-shadow);
          }
          
          .item-28082023-kbs {
            color: var(--color-share);
            flex-shrink: 0;
            font-family: var(--font-family);
            font-size: 1.5vw;
            font-weight: 500;
            line-height: 1.2125;
            margin-right: 1.1rem;
            text-align: right;
            white-space: nowrap;
          }
        }
      }
    }
  }

/* Стили для модального окна */
.videoModalStyle {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

/* Стили для содержимого модального окна */
.modal-content {
    position: relative;
    padding: 10px;
    width: auto;
    height: 90%;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    background-color: #fefefe;
    vertical-align: middle;
}

/* Стили для кнопки закрытия */
.close {
  color: var(--color-background);
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: 1%;
  right: 1%;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.close:hover,
.close:focus {
  color: var(--color-background) !important;
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.2);
}

.play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.play-button:hover {
  transform: scale(1.2);
}

.play-button svg {
  width: 50%;
  height: 50%;
}

.main-image {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}

.group-4-2Y9 .overlay, .group-3-Eb3 .overlay {
  opacity: 1;
}

/* Пример изменения высоты и ширины аудиоплеера Plyr */
#audio-style {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
}

/* Изменение цвета фона плеера */
.plyr--audio {
  height: 100%;
  width: 100%;
}

.plyr--audio .plyr__controls {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.plyr__controls .plyr__controls__item:first-child {
  color: var(--color-plyr);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}

.plyr__controls .plyr__controls__item:first-child:hover {
  background-color: white;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  color: var(--color-share);
  background: var(--color-text);
}

.plyr__controls__item:first-child:hover {
  transform: scale(1.2);
  color: red;
}

.plyr__control svg {
  margin: auto;
}

.plyr--full-ui input[type=range] {
  color: red;
  cursor: pointer;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: black;
}

.plyr__control--overlaid {
  background: black;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: black;
  /*border-radius: 50%;*/
}

.plyr--video {
  margin: auto;
  height: 100%;
}
}

@media screen and (max-width: 1024px) {
  .suhbat-Zvq {
    height: fit-content;
    padding: 15px !important;

    .auto-group-7tcc-nob {

      .auto-group-4sal-buT {
        height: fit-content;
        width: 95vw;
        border-bottom: 2px solid black;
        border-right: none;
        padding-bottom: 1vh;
 
        .item--XHK {
          font-size: medium;
        }

        .auto-group-knx6-Kys {
          height: fit-content;
          width: 100%;

          .group-3-Eb3 {
            margin: 0 3vw 0 0;
            height: 20vh;
            width: 40vw;
          }

          .group-6-C41 {
            flex-shrink: 0;
            height: 100%;
            position: relative;
            width: 45vw;

            .group-5-GZf{

              .item--mmK {
                font-size: 2.5vw;
               }
            }
          }
        }

        .auto-group-yfm6-pWd {
          height: fit-content;
          width: 100%;
  
          .group-7-jdb {
            height: 100%;
            width: 50vw;
  
            .group-5-NRf {
              height: 100%;
              width: 100%;
  
              .item--WGy {
                font-size: 2.5vw;
              }
              
            }
          }
          .group-4-2Y9 {
            margin: 0vh 0vw 0vh 3vw;
            height: 20vh;
            width: 40vw;
          }
        }
      }   
      
      .auto-group-w1ec-GPs {
        height: fit-content;
        width: 100%;
  
        .auto-group-8guj-oeh {
          height: fit-content;
          margin: 2vh 0 0 0;
          width: 95vw;
          border-left: none;
          
  
          .item--Kd3 {
            font-size: medium;
          }
          
          .group-10-h7o {
            height: 10vh;
            width: 100%;
            margin-bottom: 3vh;
  
            .audio-design {
              height: 100%;
              width: 100%;
              border-radius: 1rem;
            }
            
            .item-28082023-kbs {
              font-size: small;
            }
          }
        }
      }
    }
  }
}


  
  
.articles-section {
  display: flex;
  gap: 2vw;
  padding: 5vh 5vw;
  background: var(--color-background-wh);
  box-sizing: border-box;
}

.article-main {
  width: 60%;
  position: relative;
  background: white;
  border-radius: 2rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.articles-small {
  display: flex;
  flex-direction: column;
  gap: 2vh;
  width: 40%;
}

.article-card-small {
  flex: 1;
  position: relative;
  background: white;
  border-radius: 2rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.article-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #FFC464;
  opacity: 0.3;
  z-index: 0;
}

.article-content {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.article-icon-big {
  width: 25px;
  height: 25px;
}

.article-icon-small {
  width: 20px;
  height: 20px;
}

.article-title {
  font-family: var(--font-family);
  font-size: 1.5vw; /* на 20% меньше */
  color: var(--color-share);
}

.article-title-small {
  font-family: var(--font-family);
  font-size: 1.2vw; /* маленький */
  color: var(--color-share);
}

.article-description {
  font-family: var(--font-family);
  font-size: 1vw;
  color: var(--color-share);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* ограничение строк */
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-share);
  padding-top: 1rem;
  font-family: var(--font-family);
  font-size: 0.9vw;
  color: var(--color-share);
}

.article-date {
  font-style: italic;
}

.article-arrow {
  font-size: 1.5vw;
  color: var(--color-share);
  text-decoration: none;
  transition: transform 0.3s ease;
}

.article-arrow:hover {
  transform: scale(1.3);
}
.article-description-big {
  overflow: visible;
  text-overflow: unset;
  display: block;
  max-height: none;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  margin-bottom: 1rem;
  flex-grow: 1;
}


@media screen and (max-width: 1024px) {
  .maqala-nZq {
  padding: 2vh 2vw 2vh 2vw !important;
  height: fit-content;

  .auto-group-emw4-fb1 {
    display: flex;
    flex-direction: column;
    height: fit-content;

    .group-17-oSK {
      height: 100%;
      width: 100%;
      margin: 10px;

      .articles-content {
        height: 35vh;
        padding: 2%;

        .auto-group-qxxa-UYT {
          margin-bottom: 1vh;

          .icons8-50-1-fbZ {
            max-height: 30px;
            max-width: 30px;
          }
          

          .item--UB5 {
            font-size: 4vw;
          }
        }

        .item--3tP {
          font-size: 2vw;
        }

        .auto-group-b52t-pGB {
          margin: 0 auto 2%;

          .auto-group-lcyc-W91 {
            padding-top: 0.5rem;

            .item--oto {
              font-size: 2vw;
            }
          }

          .auto-group-py8g-nXm {
            padding-top: 0.5rem;
          }
        }
      }
    }
    .auto-group-fvnx-jLX {
      height: fit-content;
      margin-top: 1vh;
      width: 100%;

      .group-18-SEw {
        border-radius: 2.5vw;
        height: 100%;
        margin-bottom: 1vh;

        .articles-content {
          padding: 2%;
          height: 35vh;

          .auto-group-kqvv-8dZ {

            .icons8-64-2-4GK {
              height: 10%;
            }

            .item--Bbq {
              font-size: 4vw;
            }
          }

          .item--zZH {
            font-size: 2vw;
          }
        }
      }
    }
  }
  }
}

.intermediate-div {
  background-color: var(--color-background);
}

.language-selector {
    position: relative;
    display: inline-block;
}

.language-selector #selectedLanguage {
  /* color: var(--color-text); */
  color:#212529;
}

#languageBtn {
    /* background-color: var(--color-background); */
    background: transparent !important;

    border: none;
    cursor: pointer;
    font-size: 20px;
}

#languageBtn:hover, #languageBtn:focus, #languageBtn:active {
  border: none;
  outline: none;
}

#languageDropdown {
    display: none;
    position: absolute;
    background-color: var(--color-text);
    min-width: 100px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

#languageDropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#languageDropdown a:hover {
    background-color: #f1f1f1;
  border-radius: 5px;
}
.statistic-content-diagram {
  flex: none;
  width: 800px;
  height: 100%;
  display: flex;
  border-right: 2px solid black;
  .paginataion{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top:20px;
    margin-left:50px;
  }
  h4{
    font-weight:600;
    color:#232a3b;
    font-family: 'Roboto', sans-serif; /* Новый шрифт */

  }
}

.statistic {
  width: 100%;
  height: 100%;

  .statistic-content {
    padding: 5vh 5vw 5vh 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;

    

    .statistic-content-text {
      flex: 1;
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 20px;

       
    }
  }
  
}
.text-1 {
  height: 150px;
  padding: 10px 20px;
  border-bottom: 2px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  a {
    display: inline-flex;
    justify-content: center; /* Центрируем контент */
    align-items: center;
    gap: 0px; /* Сначала стрелка рядом не видна, поэтому зазора нет */
    margin-top: 12px;
    padding: 12px 24px;
    background: #232a3b;
    color: #FFC464;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(35, 42, 59, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .arrow {
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    font-size: 1.2rem;
    margin-left: 0; /* Нет отступа пока стрелка не появилась */
  }

  a:hover {
    background: #1b2332;
    text-decoration: none;

    color: #FFD580;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(35, 42, 59, 0.5);
    gap: 8px; /* При наведении появляется расстояние между текстом и стрелкой */
  }

  a:hover .arrow {
    opacity: 1;
    transform: translateX(0);
  }
}



.text-2 {
  height: 200px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  p{
  font-weight:600;
  color:#232a3b;
  font-size: 20px;
  font-family: 'Roboto', sans-serif; /* Новый шрифт */
}
}
 

.pagination-btn {
  background-color: #232a3b;
  border: 2px solid #FFC464;
  border-radius: 8px;
  padding: 2px 5px;
  text-decoration: none;
  margin-right:15px;
  margin-left:15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, transform 0.2s;
}

.pagination-btn svg {
  width: 20px;
  height: 20px;
}

.pagination-btn:hover {
  background-color: #FFC464;
  transform: scale(1.05);
}

.pagination-btn:hover svg path {
  stroke: #232a3b;
}

.pagination-btn.disabled {
  background-color: #e0e0e0;
  border: 2px solid #ccc;
  cursor: not-allowed;
}

.pagination-text {
  color: #232a3b;
  font-size: 15px;
  align-self:center;
  font-weight: 600;
}
nav {
  background: transparent !important;
  box-shadow: none !important;
}
.nav-links{
  margin:0;
}
ul.nav-links li a {
  color: #232a3b !important;
  margin:0;
}



