*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
  background-color: #fff;
  min-height: 100vh;
}

.global-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

button {
  background: none;
  color: white;
  border: none;
  cursor: pointer;
  outline: none;
}

input {
  outline: none;
}

iframe {
  border: none;
}

:root {
  --blue: #fff;
}

.margin-element {
}

.margin-element_16 {
  margin-bottom: 16px !important;
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}

.header {
  background-color: var(--blue);
  padding: 21px 0px;
}

.lower-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.global-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.global-nav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.global-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.media-list li:last-child {
  margin-right: 0px;
}

.media-list {
  gap: 0.75rem;
}

.media-list li,
.media-list a,
.media-list img {
  width: 36px;
  height: 36px;
}

.global-nav-search {
  padding: 16px;
  padding-right: 40px;
  max-width: 250px;
  width: 100%;
  color: rgba(62, 50, 50, 0.75);
}

.global-nav-search::-webkit-input-placeholder {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}

.global-nav-search::-moz-placeholder {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}

.global-nav-search:-ms-input-placeholder {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}

.global-nav-search::-ms-input-placeholder {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}

.global-nav-search::placeholder {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}

.global-nav-search:focus {
  outline: none;
}

.global-nav-menu .language-select-block {
  position: relative;
}

.global-nav-menu .language-select {
  border: 1px solid rgba(244, 245, 246, 1);
  text-align: center;
  padding: 10.8px 16px;
  padding-right: 41px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
}

.global-nav-menu .language-select::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  top: 45%;
  right: 12px;
  transform: translateX(-50%);
  transition: 0.25s all;
  background: url("./assets/vectors/icons/low-arrow.svg") center no-repeat;
}

.global-nav-menu .language-select.active::after {
  transform: translateX(-50%) rotateX(180deg);
  transition: 0.25s all;
}

.global-nav-menu .language-select-block .language-select-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 2;
  display: none;
  flex-direction: column;
  width: 100%;
}

.global-nav-menu .language-select-block .language-select-list li {
  text-align: left;
  padding: 10px 16px;
  background: #f3f3f3;
  color: #0f0f0f;
  font-family: Roboto;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  transition: 0.25s all;
}

.global-nav-menu .language-select-block .language-select-list li:hover {
  background: #98040f;
  color: #f3f3f3;
  transition: 0.25s all;
}

.language-list li {
  display: inline-block;
  padding: 0 0.875rem;
  position: relative;
}

.language-list .vl {
  border-left: 1px solid #3e5b83;
  height: 20px;
  padding: 0;
}

.language-list li:first-child {
  padding-left: 0px;
}

.language-list li:last-child {
  padding-right: 0px;
}

.language-list button {
  font-size: 16px;
  line-height: 18.75px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: center;
}

.language-list .active-language {
  padding: 6px 10px;
  border: 1px solid #f4f5f6;
}

.category-nav {
  margin-bottom: 40px;
}

.category-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.category-list-item {
  width: 18.5%;
  background: #f3f3f3;
}

.category-link {
  font-family: Roboto;
  border: 1px solid #e6e6e6;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  display: block;
  padding: 13.5px 0;
  text-align: center;
background: #98040f;
    color: #edecec;
  transition: all 0.25s;
}

.category-link:hover {
  background: #98040f;
  color: #edecec;
  transition: all 0.25s;
}

.late-news-grid {
  display: grid;
  grid-template-columns: calc(58.82% - 10px) calc(41.18% - 10px);
  grid-template-rows: 50% 50%;
  gap: 20px;
}

.late-news-slider {
  overflow: hidden;
  grid-row: span 2;
  position: relative;
}

.pagination-slide-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.late-news-grid-block {
  min-height: 300px;
  width: 100%;
}

.late-news-grid-block .swiper-pagination-bullets,
.late-news-grid-block .swiper-pagination-bullets.swiper-pagination-horizontal,
.late-news-grid-block .swiper-pagination-custom,
.late-news-grid-block .swiper-pagination-fraction {
  bottom: 20px;
  right: 20px;
  left: auto;
  top: auto;
  width: 100%;
  text-align: right;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  z-index: 999;
  transition: 0.25s all;
  margin: 0 5px;
  text-align: right;
}

.swiper-pagination-bullet {
  background: #e6e6e6;
  opacity: 1;
  height: 10px;
  width: 10px;
}

.swiper-pagination-bullet-active {
  background: #98040f;
  width: 20px;
  height: 10px;
  border-radius: 50px;
}

.swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.default-news-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 3;
}

.news-category {
  position: absolute;
  top: 20px;
  left: 20px;
  text-transform: capitalize;
  background-color: #98040f;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  padding: 6px 8px;
}

.news-data-block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 16px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 16px;
}

.late-news-slider .news-data-block {
  bottom: 0;
  left: 0;
}

.news-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.news-popular .news-image {
  z-index: 0;
}

.darker-filter {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(
    181deg,
    rgba(0, 0, 0, 0) 14.47%,
    rgba(0, 0, 0, 0.6) 81.83%
  );
  opacity: 0.3;
  transition: opacity 0.25s linear;
}

.ad-inner .darker-filter::before {
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s linear;
}

.darker-filter:hover {
  background: #046daa9d;
  transition: opacity 0.25s linear;
  opacity: 0.5;
}

.news-title {
  font-family: Roboto;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  line-height: 21.09px;
  color: #fff;
  text-transform: capitalize;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.late-news-slider .news-title {
  line-height: 46.88px;
  font-size: 40px;
}

.late-news-grid-block .news-title {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.news-data-block-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: capitalize;
  gap: 14px;
}

.news-data-block-inner .vl {
  border-left: 0.5px solid #fff;
  height: 12px;
}

.news-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
}

.news-info-item svg,
.news-info-item img {
  margin-right: 8px;
}

.news-feed-flex {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.news-feed-inner {
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(230, 230, 230, 1);
  padding: 20px 0px 20px 20px;
  height: 750px;
}

.news-feed-inner .section-title {
  padding-left: 13px;
  margin-right: 20px;
  margin-bottom: 12px;
}

.section-title {
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 35.16px;
  padding-left: 10px;
  color: #98040f;
  position: relative;
  display: block;
  cursor: pointer;
}

.section-title:before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  border-radius: 12px;
  background-color: #98040f;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.arrow:after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background: url("../assets/vectors/icons/arrow.svg") no-repeat center;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.news-feed-inner .section-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 25.78px;
}

.news-feed {
  width: calc(58.82% - 10px);
}

.news-popular {
  width: calc(41.18% - 10px);
}

.news-link {
  color: rgba(255, 255, 255, 1);
}

.news-list {
  overflow: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px * 2);
  position: relative;
  margin-right: 7px;
}

.news-list::-webkit-scrollbar {
  background: rgba(167, 167, 167, 1);
  border-radius: 5px;
  width: 5px;
}

.news-list::-webkit-scrollbar-thumb {
  background-color: #98040f;
  border-radius: 5px;
  width: 5px;
}

.news-popular .news-list {
  overflow: hidden;
}

.news-list-item {
  display: flex;
  flex-direction: row;
  padding: 12px 0;
  align-items: center;
  margin-right: 8px;
  border-top: 1px solid #e6e6e6;
}

.news-feed-inner .news-type-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: space-evenly;
}

.news-type-block .news-type {
  background: rgba(223, 223, 223, 1);
  padding: 4px;
  margin-right: 24px;
  text-align: center;
}

.news-type-block .news-live {
  background: rgba(255, 30, 12, 1);
  padding: 4px;
  text-align: center;
}

.news-type-block .news-type {
  color: rgba(62, 50, 50, 1);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  padding-left: 18px;
  text-align: center;
  position: relative;
}

.news-type::before {
  content: "";
  background: url("../assets/vectors/icons/pin.svg") no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}

.news-type-block .news-live {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15.23px;
}

.news-type-block .news-live::before {
  background: url("../assets/vectors/icons/circle.svg") no-repeat center;
  left: 10px;
}

.news-type-block .news-survey::before {
  background: url("../assets/vectors/icons/survey.svg") no-repeat center;
}

.news-feed-inner .news-info .news-title {
  color: rgba(62, 50, 50, 1);
  margin-bottom: 6px;
}

.news-feed-inner .news-info .vl {
  border-color: rgba(62, 50, 50, 1);
}

.news-feed-inner .news-info .news-info-item {
  color: rgba(85, 85, 85, 1);
}

.news-feed-inner .section-title {
  text-transform: none;
}

.news-feed .news-title {
  font-size: 17px;
  line-height: 19.92px;
}

.news-popular .news-title {
  font-size: 15px;
  line-height: 20px;
}

.news-popular .news-image-block {
  margin-right: 10px;
}

.news-feed-inner.news-popular .news-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}

.news-popular .square-container {
  height: 70px;
  aspect-ratio: 1;
  position: relative;
}

.news-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-block {
  margin-bottom: 16px;
}

.multiple-sections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.president-news-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.president-news-grid-block {
  min-height: 305px;
}

.main-news-block {
  grid-column: 2 span;
}

.culture-news-block .category-list-item {
  width: calc(100% / 7 - 10px);
  min-height: 100%;
}

.mini-news-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.culture-news-block .mini-news-item:last-child {
  display: none;
}

.mini-news-item a {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  height: 100%;
}

.mini-news-item a img {
  width: 31%;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.47 / 1;
}

@-moz-document url-prefix() {
  .mini-news-item a img {
    min-width: 30%;
  }
}

.mini-news-author img {
  aspect-ratio: 1;
}

.mini-news-data {
  display: flex;
  flex-direction: column;
}

.mini-news-item .mini-news-title {
  font-family: Roboto;
  font-size: 17px;
  flex-grow: 1;
  font-weight: 500;
  line-height: 22px;
  color: #3e3232;
  margin-bottom: 8px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-news-info .vl {
  border-left: 0.5px solid #555555;
  height: 12px;
}

.mini-news-data .mini-news-info {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.mini-news-data .mini-news-info .news-info-item {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #555555;
}

.business-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.business-news-grid-block {
  min-height: 300px;
}

.ad-inner {
  display: block;
  height: 250px;
  position: relative;
  width: 100%;
}

.ad-block img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}

.analytics-press-news-block .multiple-sections {
  display: none;
}

.analytics-press-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.analytics-press-item {
  width: calc(50% - 10px);
}

.analytics-press-item .news-block {
  display: grid;
  height: 460px;
  gap: 20px;
}

.analytics-block .news-block {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.press-centre-block .news-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.media-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-article-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.media-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 300px;
}

.photo-block {
  grid-template-columns: 1fr 1fr;
}

.photo-swiper {
  width: 100%;
}

.photo-block .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 16px;
  right: 16px;
  text-align: right;
  top: auto;
  left: auto;
}

.news-info-item {
  color: rgba(255, 255, 255, 1);
}

.video-play-button {
  width: 70px;
  height: 70px;
  z-index: 5;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.regions-block .section-block {
  margin-bottom: 20px;
}

.regions-block .category-list-item {
  width: calc(100% / 7 - 10px);
  min-height: 100%;
}

.regions-block .mini-news-block .mini-news-item:last-child {
  display: none;
}

.tourism-news-block .tourism-inner {
  height: 310px;
}

.personnel-and-appointments-inner {
  display: grid;
  height: 460px;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.bishkek-events-inner {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 300px;
}

.other-links-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.other-links-inner .other-links-item {
  width: calc(100% / 3 - 30px);
}

.other-links-item img {
  width: 100%;
  height: 149px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.other-links-item {
  position: relative;
}

.other-links-item .news-category {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding: 3.51px 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  color: rgba(235, 238, 243, 1);
  text-align: center;
}

.other-links-inner .darker-filter::before {
  background: rgba(0, 0, 0, 0.2);
}

.partner-slider {
  position: relative;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
}

.partner-slides {
  display: flex;
  padding: 0 25px;
  transition: transform 0.5s ease-in-out;
  align-items: center;
}

.partner-slide {
  width: 20%;
  padding: 30px;
}

.partner-slide img {
  width: 100%;
  height: auto;
}

.pagination-button {
  position: absolute;
  border: 1px solid rgba(229, 231, 235, 1);
  text-align: center;
  width: 48px;
  height: 48px;
}

.prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.next {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.pagination-button img {
  width: 8px;
  height: 14px;
}

.next img {
  transform: rotate(180deg);
}

.partner-container {
  max-width: 1400px;
  padding: 0 60px;
  margin: 0 auto;
}

.partner-container a img {
  max-width: 100%;
}

.swiper-wrapper {
  align-items: center;
  text-align: center;
}

.partner-button-next {
  transform: rotate(180deg);
}

.partner-buttons {
  padding: 17px 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 2px 10px 1px #0000000d;
  z-index: 99;
  background: #ffffff;
}

.upper-footer {
  background: rgba(244, 245, 246, 1);
}

.upper-footer-inner {
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
}

.upper-footer .section-title {
  display: flex;
}

.social-media-block {
  width: 50%;
}

.media-links {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 20px;
}

.media-links-item {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: left;
  color: rgba(62, 50, 50, 1);
}

.media-links-item img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.phone-numbers-block {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  gap: 32px;
}

.phone-numbers-block-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

span.phone-numbers-item {
  margin-bottom: 18px;
}

.phone-numbers-title,
.phone-numbers-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  color: rgba(62, 50, 50, 1);
  font-style: italic;
}

.phone-numbers-item img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.lower-footer {
  background-color: #fff;
  padding: 90px 0;
}

.lower-footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.links-list-block {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-grow: 1;
}

.lower-footer-inner .links-list {
  flex-direction: column;
  display: flex;
  gap: 20px;
}

.lower-footer-inner .links-list .links-list-item a {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;
}

.aside-page-inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.left-side-content-block {
}

.page-article-title {
  font-family: Roboto;
  font-size: 38px;
  font-weight: 500;
  line-height: 44.53px;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.page-article-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.page-article-data .vl {
  border-left: 0.5px solid rgba(15, 15, 15, 1);
  height: 12px;
}

.page-article-data-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: rgba(15, 15, 15, 1);
  text-transform: capitalize;
}

.page-article-cover-parent {
  position: relative;
}

.page-article-cover {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 507px;
}

.share-article-block {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: rgba(15, 15, 15, 1);
}

.social-media-flex {
  display: flex;
  gap: 12px;
}

.social-media-flex img {
  width: 30px;
  height: 30px;
}

.page-article-text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-article-text {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.material-slider {
  width: 100%;
  height: 100%;
}

.material-slider .swiper-button-next,
.material-slider .swiper-button-prev {
  background: #00000080;
  width: 48px;
  height: 100%;
  top: 0;
  margin-top: 0;
  box-shadow: 0px 2px 10px 1px #0000000d;
}

.material-slider .swiper-button-next {
  right: 0;
}

.material-slider .swiper-button-prev {
  left: 0;
}

.material-thumbs .swiper-button-next,
.material-thumbs .swiper-button-prev {
  background: #00000080;
  width: 32px;
  height: 100%;
  top: 0;
  margin-top: 0;
  box-shadow: 0px 2px 10px 1px #0000000d;
}

.material-thumbs .swiper-button-prev {
  left: 0;
}
.material-thumbs .swiper-button-next {
  right: 0;
}

/* .material-thumbs .swiper-button-next img,
.material-thumbs .swiper-button-prev img {
  transform: scale(0.625, 0.643);
} */

.material-slider .swiper-button-next,
.material-thumbs .swiper-button-next,
.modal-slider .swiper-button-next {
  transform: rotate(180deg);
}

iframe.material-videos {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.modal-slider .swiper-button-next,
.modal-slider .swiper-button-prev {
  background: #00000080;
  width: 48px;
  height: 100%;
  margin-top: 0;
  top: 0;
  box-shadow: 0px 2px 10px 1px #0000000d;
}

.modal-slider .swiper-button-next {
  right: 0;
}

.modal-slider .swiper-button-prev {
  left: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 1300px;
}

.modal-close {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 2px 10px 1px #0000000d;
  cursor: pointer;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .modal-close {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
  }
}

.modal-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-slider img {
  max-width: 100%;
  height: auto;
}

.material-slider .swiper-wrapper {
  align-items: stretch;
}

.material-slider .swiper-wrapper .swiper-slide {
  height: auto;
}

.material-slider .swiper-wrapper .darker-filter {
  height: 100%;
}

.material-videos {
  display: none;
  width: 100%;
  height: 100%;
}

.material-video {
  max-height: 507px;
  width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.print-article-block {
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.print-buttons-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.print-buttons-block button {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: rgba(62, 50, 50, 1);
  padding: 4px 12px;
  background: rgba(229, 229, 229, 1);
  transition: all 0.25s;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.print-buttons-block button:hover {
  color: rgba(237, 236, 236, 1);
  background: #98040f;
  transition: all 0.25s;
}

.print-buttons-block button:hover svg path {
  fill: rgba(237, 236, 236, 1);
  transition: all 0.25s;
}

@media only screen and (max-width: 1220px) {
  .print-buttons-block button {
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
  }

  .print-buttons-block button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .print-buttons-block button span {
    display: none;
  }
}

.theme-block .news-list {
  background: rgba(241, 241, 241, 1);
  overflow: auto;
  padding: 20px;
  margin-top: 20px;
}

.material-page-main .arrow::after {
  right: 1%;
}

.material-page-main .swiper-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-theme-block {
  padding: 20px 40px;
  background: #edecec;
}

.page-theme-block .title-section {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #3e3232;

  margin-bottom: 20px;
}

.page-theme-block .page-theme-link {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.page-theme-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #3e3232;

  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-theme-image {
  width: 138px;
  height: 92px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .page-theme-block {
    padding: 20px;
  }

  .page-theme-text {
    font-size: 16px;
  }

  .page-theme-image {
    width: 80px;
    height: 48px;
  }
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-block {
  aspect-ratio: 417/278;
}

.theme-block {
  order: -1;
}

.theme-block .news-list .news-title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  color: rgba(62, 50, 50, 1);
}

.theme-block .news-list .news-info-item {
  color: rgba(62, 50, 50, 1);
}

.theme-block .news-list-item {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #d3d3d3;
}

.theme-block .vl {
  border-color: rgba(62, 50, 50, 1);
}

.category-news-list {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.category-news-list-item a {
  background: #98040f;
  padding: 4px 10px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #edecec;
  text-transform: capitalize;
  transition: all 0.25s;
}

.category-news-list-item a:hover {
  color: #98040f;
  background: #edecec;
  transition: all 0.25s;
}

.company-news-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company-news-block .mini-news-item {
  width: 100%;
}

.company-news-block .mini-news-item a {
  align-items: center;
}

.company-news-block .mini-news-item .mini-news-cover {
  width: 14.5%;
  aspect-ratio: 1.47 / 1;
}

.company-news-block .mini-news-item .mini-news-author {
  text-transform: capitalize;
}

.company-news-block .mini-news-item .mini-news-author img {
  width: 18px;
  height: 18px;
}

.right-side-content-block {
  width: calc(100% - 66.2%);
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.popular-news-block .section-block {
  margin-bottom: 20px;
}

.right-side-content-block .section-title {
  padding-right: 20px;
}

.popular-news-block-inner {
  display: flex;
  flex-direction: column;
}

.popular-news-block-inner .mini-news-item {
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.popular-news-block-inner .mini-news-title {
  margin-bottom: 6px;
}

.mini-news-author {
  text-transform: capitalize;
}

.popular-news-block-inner .mini-news-author img {
  width: 18px;
}

.mini-news-author img {
  aspect-ratio: 1 !important;
}

.survey-form-block {
  background: #e5e5e5;
  border: 0.5px solid #b8b6b6;
  padding: 22px 20px;
  transition: all 0.25s;
}

.survey-form-block .survey-text {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #0f0f0f;
  cursor: default;
  margin-bottom: 10px;
  display: inline-block;
}

.survey-title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #393939;
  margin-bottom: 40px;
}

.survey-options-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.survey-options {
  display: flex;
  flex-direction: row;
  gap: 22px;
  padding-left: 10px;
  align-items: center;
}

.survey-label-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.survey-votes-quantity {
  display: none;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #555555;
  font-style: italic;
  cursor: default;
}

.survey-options:hover > label {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.survey-options label {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  cursor: pointer;
  flex-grow: 1;
  display: block;
  position: relative;
}

.active .survey-options label {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.active label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  border-radius: 5px;
  opacity: 0px;
  background: #98040f;
  -webkit-animation: border_anim 1s ease-in-out;
  animation: border_anim 1s ease-in-out;
}

.active .option-percentage-80::after {
  width: 80%;
  -webkit-animation: border_anim80 1s ease-in-out;
  animation: border_anim80 1s ease-in-out;
}

.active .option-percentage-50::after {
  width: 50%;
  -webkit-animation: border_anim50 1s ease-in-out;
  animation: border_anim50 1s ease-in-out;
}

.active .option-percentage-70::after {
  width: 70%;
  -webkit-animation: border_anim70 1s ease-in-out;
  animation: border_anim70 1s ease-in-out;
}

.active label {
  padding-bottom: 5px;
}

.active .survey-votes-quantity {
  display: block;
}

.survey-submit-button {
  padding: 10px 12px;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  background: #98040f;
  border: 0.5px solid #b8b6b6;
  transition: all 0.25s;
}

.survey-options input[type="radio"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(57, 57, 57, 1);
  box-shadow: 0 0 0 0.5px #393939;
  cursor: pointer;
  position: relative;
}

.survey-options input[type="radio"]::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: white;
  transition:
    background-color 0.3s,
    border-color 0.3s;
}

.survey-options:hover > input[type="radio"] {
  box-shadow: 0 0 0 0.5px #98040f;
}

.survey-options input[type="radio"]:checked {
  border: 1px solid #98040f;
  background-color: #98040f;
  box-shadow: 0 0 0 0.5px #98040f;
}

.survey-options input[type="radio"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../assets/vectors/icons/check.svg") center no-repeat;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.survey-options .option-percentage {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #000;
  display: none;
  margin-bottom: 0;
}

@-webkit-keyframes border_anim80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

@keyframes border_anim80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

@-webkit-keyframes border_anim50 {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

@keyframes border_anim50 {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

@-webkit-keyframes border_anim70 {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}

@keyframes border_anim70 {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}

.right-side-content-block .ad-block,
.right-side-content-block .ad-inner,
.right-side-content-block .ad-block img {
  min-height: 510px;
  max-height: 1000px;
}

.upper-left-side-content-block {
}

.lower-content-block {
  width: 66.2%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-article-category {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #0f0f0f;
  margin-bottom: 20px;
}

.page-article-quote {
  position: relative;
  padding: 14px;
  padding-top: 70px;
  background: #edecec;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.13px;
  text-align: left;
  text-transform: capitalize;
  color: #3e3232;
  box-shadow: 4px 4px 10px 0px #00000026;
}

.page-article-quote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 14px;
  background: url("./assets/vectors/icons/quote.svg") center no-repeat;
  width: 40px;
  height: 40px;
}

.page-article-quote::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 26px;
  background: #98040f;
  width: calc(100% - 28px - 40px - 20px);
  height: 1px;
}

.material-page-main .page-article-quote {
  padding: 20px 26px;
  padding-top: 70px;
}

.add-category-button {
  padding: 6px 10px;
  background: #98040f;
  color: #edecec;
  text-align: center;
}

.central-asia-category-page .section-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.relative-block {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.input-date-picker {
  padding: 10px 12px;
  display: block;
  border: 0.3px solid #98040f;
}

.input-date-picker::-webkit-input-placeholder {
  color: #555555;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.input-date-picker::-moz-placeholder {
  color: #555555;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.input-date-picker:-ms-input-placeholder {
  color: #555555;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.input-date-picker::-ms-input-placeholder {
  color: #555555;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.input-date-picker::placeholder {
  color: #555555;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.relative-block::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: url("./assets/vectors/icons/input-arrow.svg") center no-repeat;
  width: 9px;
  height: 5px;
  transition: all 0.25s;
}

.relative-block.active::after {
  transform: rotateX(180deg);
  transition: all 0.25s;
}

.category-control-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.category-control-list-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: stretch;
}

.category-control-list-item img {
  width: 22%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.47 / 1;
}

.news-info-title a {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-control-list-item .news-info-title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  position: relative;
  display: block;
}

.category-control-list-item .news-info-title a {
  color: #3e3232;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-info-title a .title-icon {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.category-control-list-item .news-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.category-control-list-item .news-info .news-info-item {
  color: #555555;
}

.category-control-list-item .news-info .vl {
  border-color: #555555;
}

.add-category-buttons-block {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: stretch;
}

.add-category-buttons-block button {
  padding: 10px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: capitalize;
}

.add-category-buttons-block .style-category-button {
  color: #98040f;
  background: #edecec;
  transition: 0.25s all;
}

.add-category-buttons-block .active-category {
  color: #edecec;
  background: #98040f;
  order: -1;
}

.add-category-buttons-block .more-category-button {
  margin-left: auto;
  display: block;
}

.index-news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.index-news-list-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: stretch;
}

.index-news-list-item img {
  width: 22%;
  aspect-ratio: 1.47 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-news-list-item .news-info-title {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}

.index-news-list-item .news-info-title a {
  color: #3e3232;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.index-news-list-item .news-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.index-news-list-item .news-info .news-info-item {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.index-news-list-item .news-info .vl {
  border-color: #555555;
}

.index-news-list-item .news-data-block-inner .news-category {
  position: relative;
  top: 0;
  left: 0;
  color: #edecec;
}

.calendar-block {
  box-shadow: 0px 1.31px 5.26px 0px #00000040;
  padding: 18px;
  border-radius: 6.69px;
}

.select-container {
  display: flex;
  gap: 10px;
}

.select-box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.select-box .select {
  width: 131px;
}

.select {
  font-size: var(--font-size, 1em);
  --input-radius: 0.25em;
  --input-border-color: rgba(20, 40, 60, 0.2);
}

.select--open {
  --input-radius: 0.25em 0.25em 0 0;
  --arrow-rotate: 180deg;
}

.select__popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}

.select__popup:not(.select--open) {
  display: none;
}

.select__wrapper {
  position: relative;
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.select--open .select__wrapper::after {
  z-index: 11;
}

.select__wrapper::after {
  position: absolute;
  top: calc(50% - 0.25em);
  right: 0.75em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  transform: rotateX(var(--arrow-rotate, 0deg));
  transition: transform 200ms;
  border-width: 0.5em 0.3em 0 0.3em;
  border-style: solid;
  border-color: var(--arrow-color, #000) transparent transparent transparent;
}

.select__input {
  position: relative;
  z-index: 10;
  width: 100% !important;
  cursor: pointer;
  font-family: Roboto;
  font-size: 15.79px;
  font-weight: 400;
  line-height: 18.5px;
  text-align: left;
  padding: 6.58px 14.47px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select__options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100% !important;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow-y: auto;
  background: var(--options-bg, #f3f3f3);
  transition: height 100ms;
}

#monthSelect .select__options,
#yearSelect .select__options,
#daysSelect .select__options {
  height: 16em;
}

.select--open .select__input {
  background: var(--options-bg, #f3f3f3);
}

.select__options:not(.select--open),
#monthSelect .select__options:not(.select--open),
#yearSelect .select__options:not(.select--open),
#daysSelect .select__options:not(.select--open) {
  height: 0em;
}

.select__option {
  padding: 6.58px 14.47px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Roboto;
  font-size: 15.79px;
  font-weight: 400;
  line-height: 18.5px;
  text-align: left;
}

.select__option.select--disabled {
  color: var(--disabled-color, #ccc);
  cursor: not-allowed;
}

.select__option.select--selected {
  color: var(--selected-color, #000);
  background: var(--selected-bg, #a7abb0);
}

.select__option:not(.select--disabled):hover,
.select__option:not(.select--disabled):focus {
  color: var(--hover-color, #000);
  background-color: var(--hover-bg, #fff);
}

#daysSelect .select__options::-webkit-scrollbar,
#monthSelect .select__options::-webkit-scrollbar,
#yearSelect .select__options::-webkit-scrollbar {
  width: 5.26px;
}

#daysSelect .select__options::-webkit-scrollbar,
#monthSelect .select__options::-webkit-scrollbar-track,
#yearSelect .select__options::-webkit-scrollbar-track {
  background: #a7a7a7;
  border-top-right-radius: 5.26px;
  border-bottom-right-radius: 5.26px;
}

#daysSelect .select__options::-webkit-scrollbar,
#monthSelect .select__options::-webkit-scrollbar-thumb,
#yearSelect .select__options::-webkit-scrollbar-thumb {
  background: #98040f;
  width: 5.26px;
  max-height: 47.36px;
}

.calendar-block .grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-row-gap: 17px;
  grid-column-gap: 11px;
}

.calendar-block .grid-item {
  font-family: Roboto;
  font-size: 18.41px;
  font-weight: 400;
  line-height: 21.57px;
  text-align: center;
  aspect-ratio: 1;
  color: #252525;
  padding: 2px 5px;
}

.calendar-block .active.grid-item {
  color: #fff !important;
  background: #98040f;
}

.calendar-block .out-of-month.grid-item {
  color: #b1b1b2;
}

.index-news-page .aside-page-inner {
  gap: 20px;
}

.index-news-page .left-side-content-block {
  width: 69.3%;
}

.index-news-page .period-input-block {
  display: none;
}

.index-news-page .pagination-block {
  margin-top: 80px;
}

.information-page-main .section-block {
  margin: 0;
}

.information-page-main .section-title {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 32.81px;
  cursor: auto;
  color: #98040f;
}

.information-page-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: rgba(15, 15, 15, 1);
}

.information-page-inner .full-width-images {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.information-page-inner .full-width-images:first-of-type {
  max-height: 685px;
}

.information-page-inner .full-width-images:last-of-type {
  max-height: 866px;
}

.information-page-inner .agency-information {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.information-page-inner .agency-information-title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: left;
}

.information-page-inner .agency-information-text {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.information-page-inner .images-flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.information-page-inner .images-flex .images-item {
  width: calc(100% / 3 - 20px);
}

.information-page-inner .images-flex .images-item img {
  width: 100%;
  aspect-ratio: 9 / 16;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 558px;
}

.search-news-page .search-news-input {
  padding: 16px;
}

.search-news-page .search-news-flex {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  gap: 3px;
}

.search_header_block {
  position: relative;
}

.search_header_block .search-button-header {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search-news-page .search-button-header {
  width: 48.41px;
  aspect-ratio: 1;
}

.found-word {
  background: rgba(229, 229, 229, 1);
  padding: 1px 5px;
}

.search-news-page .search-news-input::-webkit-input-placeholder {
  background: rgba(245, 245, 245, 1);
  color: rgba(62, 50, 50, 0.75);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  outline: none;
  border: none;
  width: 50%;
}

.search-news-page .search-news-input::-moz-placeholder {
  background: rgba(245, 245, 245, 1);
  color: rgba(62, 50, 50, 0.75);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  outline: none;
  border: none;
  width: 50%;
}

.search-news-page .search-news-input:-ms-input-placeholder {
  background: rgba(245, 245, 245, 1);
  color: rgba(62, 50, 50, 0.75);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  outline: none;
  border: none;
  width: 50%;
}

.search-news-page .search-news-input::-ms-input-placeholder {
  background: rgba(245, 245, 245, 1);
  color: rgba(62, 50, 50, 0.75);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  outline: none;
  border: none;
  width: 50%;
}

.search-news-page .search-news-input,
.search-news-page .search-news-input::placeholder {
  background: rgba(245, 245, 245, 1);
  color: rgba(62, 50, 50, 0.75);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  outline: none;
  border: none;
  width: 50%;
}

.right-side-content-block .default-news-block,
.right-side-content-block .ad-inner {
  height: 510px;
}

.right-side-content-block .news-title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
}

.right-side-content-block .news-info-item {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
}

.right-side-content-block .ad-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ad-category {
  background: none;
  border: 0.68px solid rgba(235, 238, 243, 1);
  color: rgba(235, 238, 243, 1);
  z-index: 99;
}

.right-side-content-block .darker-filter,
.right-side-content-block .darker-filter img {
  height: 100%;
}

.left-side-content-block .pagination-block {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.left-side-content-block .pagination-numbers button {
  color: rgba(15, 15, 15, 1);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: center;
}

.pagination-numbers button.active {
  font-weight: bold;
  font-size: 22px;
}

.left-side-content-block .pagination-numbers {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.left-side-content-block .pagination-next {
  transform: scale(-1, 1);
}

.left-side-content-block .pagination-control-button {
  text-align: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(229, 231, 235, 1);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.05);
}

.same-news-block-inner {
  display: flex;
  flex-direction: row;
  height: 460px;
  justify-content: space-between;
}

.same-news-block-inner a {
  width: calc(33% - 20px);
}

.same-news-block .news-title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
}

.warning-text {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 1);
}

.press-centre-page .index-news-list {
  gap: 0;
}

.press-centre-page .index-news-list-item {
  background: rgba(245, 245, 245, 1);
  padding: 10px 9px;
}

.press-centre-page .index-news-list-item .news-info-title a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  color: rgba(62, 50, 50, 1);
}

.press-centre-page .index-news-list-item .news-info-item {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: rgba(85, 85, 85, 1);
}

.announce-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.announce-list .announce-list-item .section-title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  margin-bottom: 20px;
}

.announce-list .announce-list-item .announce-block {
  background: rgba(245, 245, 245, 1);
  padding: 20px;
}

.announce-list .announce-list-item .announce-block .vl {
  border: 1px solid rgba(85, 85, 85, 1);
  height: 12px;
}

.announce-list .announce-list-item .announce-block .news-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: rgba(85, 85, 85, 1);
}

.announce-list .announce-list-item .announce-block .announce-title {
  margin: 6px 0 40px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  color: rgba(62, 50, 50, 1);
}

.announce-list .announce-list-item .announce-block .participants-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  color: #98040f;
}

.announce-list
  .announce-list-item
  .announce-block
  .participants-list
  .participants-list-item {
  border-bottom: 1px solid rgba(211, 211, 211, 1);
  padding-bottom: 14px;
}

.right-side-content-block .news-popular {
  width: 100%;
}

.right-side-content-block .news-popular .square-container {
  width: 42%;
}

.right-side-content-block .news-popular .news-data-block-inner {
  gap: 10px;
}

.right-side-content-block .news-popular .news-title {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.right-side-content-block .news-popular .news-info-item {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.page-author-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-author-block img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.page-author-block .author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-author-block .author-info .author-name {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: rgba(0, 0, 0, 1);
}

.page-author-link .author-info .author-materials {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #98040f;
}

.author-info-block {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.author-info-block .author-image {
  width: 38%;
}

.author-info-block .author-biography {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.about-journalist-page .relative-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.articles-info-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.about-journalist-page .articles-info-menu .relative-block {
  margin-bottom: 0;
}

.about-journalist-page .articles-quantity {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(15, 15, 15, 1);
}

.date-news-block .category-list {
  position: relative;
}

.date-news-block .category-list-item {
  width: calc(100% / 7 - 20px);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: center;
  color: rgba(15, 15, 15, 1);
}

.date-news-block .index-news-list {
  width: 65%;
  margin-top: 20px;
}

.choose-date-text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 20px;
}

.date-news-block .select-box {
  gap: 8px;
}

.date-news-block .desktop-select-box {
  justify-content: flex-start;
  margin-bottom: 40px;
}

.date-news-block .select__input {
  padding: 14px 13px;
}

.date-news-block .desktop-select-box .select__wrapper {
  border: 1px solid rgba(15, 15, 15, 1);
  background: rgba(244, 245, 246, 1);
}

.date-news-block .mobile-select-box #daysSelect {
  display: none;
}

.date-news-block .desktop-select-box .select--open .select__input {
  background: none;
}

.date-news-block .desktop-select-box .select--open {
  box-shadow: 0px 1.3px 5.26px 0px rgba(0, 0, 0, 0.25);
}

.date-news-block .desktop-select-box .select__options.select--open {
  top: calc(100% + 4px);
}

.date-news-block .select-box button {
  background: #98040f;
  order: 1;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: center;
  padding: 14.5px 15.5px;
}

.index-news-page #daysSelect,
.press-centre-page #daysSelect,
.central-asia-category-page #daysSelect {
  display: none;
}

.period-input-block .calendar-block {
  position: absolute;
  top: calc(100% + 10px);
  right: 0%;
  background: #fff;
  z-index: 50;
}

.category-title-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.category-title-block .section-block {
  margin-bottom: 0;
}

.category-title-block .section-title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: left;
  padding-right: 15px;
  color: rgba(57, 57, 57, 1);
}

.category-title-block .section-title:not(:first-of-type)::before {
  display: none;
}

.category-title-block {
  margin-bottom: 40px;
}

.remove-category-button {
  position: absolute;
  right: 0;
  top: -5px;
  background: none;
  color: rgba(57, 57, 57, 1);
  border: none;
  cursor: pointer;
  transform: scale(0.8);
  font-weight: bold;
}

.more-category-block {
  flex-grow: 1;
  position: relative;
}

.not-active-category-button {
  position: relative;
  padding-right: 20px !important;
  transition: 0.25s all;
}

.not-active-category-button:hover {
  transition: 0.25s all;
  color: #edecec;
  background: #98040f;
}

.not-active-category-button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.more-category-button:hover {
  transition: 0.25s all;
  color: #edecec;
  background: #98040f;
}

.more-category-button.hide-button {
  color: #edecec;
  background: #98040f;
  height: 100%;
}

.extra-categories {
  display: none;
  flex-direction: column;
  width: 167px;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 2;
  background: rgba(243, 243, 243, 1);
}

.extra-categories li button {
  width: 100%;
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
}

.search-category-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.search-category-block input {
  width: 0;
  border: none;
  border-bottom: 1px solid rgba(57, 57, 57, 1);
  width: 200px;
  outline: none;
  padding: 0 0 5px 0;
  -webkit-animation: bot_border_anim 0.5s ease-in-out;
  animation: bot_border_anim 0.5s ease-in-out;
  transition:
    width 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
  display: none;
}

.search-category-block input.open {
  width: 200px; /* Ширина при открытии */
  opacity: 1; /* Прозрачность при открытии */
  display: block;
}

@-webkit-keyframes bot_border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 200px;
  }
}

#more-category-link {
  cursor: pointer;
  position: relative;
}

#more-category-link::after {
  position: absolute;
  top: calc(50% - 0.25em);
  right: 0.75em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  transform: rotateX(var(--arrow-rotate, 0deg));
  transition: transform 200ms;
  border-width: 0.5em 0.3em 0 0.3em;
  border-style: solid;
  border-color: var(--arrow-color, #000) transparent transparent transparent;
}

#more-category-link {
  cursor: pointer;
  position: relative;
}

#more-category-parent {
  position: relative;
}

#more-category-link:hover::after {
  border-color: #fff transparent transparent transparent;
}

.more-category-list {
  position: absolute;
  width: 100%;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  box-shadow: 0px 1.3px 5.26px 0px #00000040;
  z-index: 3;
}

.more-category-list .category-list-item {
  width: 100%;
}

.more-category-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}

.search-pop-up-block {
  padding: 20px 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #98040f;
}

.header-popup-block {
  display: none;
  padding: 20px 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #98040f;
  overflow-x: hidden;
}

.buttons-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e6e6e6;
}

.header-popup-category-list {
  display: flex;
  flex-direction: column;
}

.header-popup-category-list-item a {
  width: 100%;
  display: block;
  color: #ffffff;
  padding: 13px 4px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  outline: none;
  text-transform: capitalize;
}

.header-popup-category-list-item a:active {
  background: #fff;
  color: #000000;
}

.search-pop-up-input {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  outline: none;
  padding: 14px 16px;
  width: 100%;
}

.close-button {
  margin-left: auto;
}

.search-pop-up-input::-webkit-input-placeholder {
  color: #3e3232bf;
}

.search-pop-up-input::-moz-placeholder {
  color: #3e3232bf;
}

.search-pop-up-input:-ms-input-placeholder {
  color: #3e3232bf;
}

.search-pop-up-input::-ms-input-placeholder {
  color: #3e3232bf;
}

.search-pop-up-input::placeholder {
  color: #3e3232bf;
}

.press-centre-page .relative-block {
  display: none;
}

.about-journalist-page .relative-block {
  display: flex;
  align-items: center;
}

.date-news-block .relative-block {
  display: none;
}

.date-news-block .category-list-item-hidden {
  display: none;
}

@media only screen and (max-width: 1225px) {
  .president-news-block .multiple-sections {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .margin-element {
  }

  .other-links-inner {
    gap: 10px;
  }

  .other-links-inner .other-links-item {
    width: calc(100% / 3 - 10px);
  }

  .other-links-inner .news-category {
    font-size: 12px;
    line-height: 14.06px;
  }

  .global-nav-logo-link img {
    width: 100%;
  }
  .global-nav-menu .language-list {
    display: none;
  }
  .global-nav-menu {
    gap: 15px;
    justify-content: flex-end;
    max-height: 40px;
    width: 70%;
  }

  .president-news-grid-block {
    min-height: 236px;
  }

  .business-news-grid-block {
    min-height: 236px;
  }

  .regions-block .mini-news-block {
    grid-template-columns: 1fr 1fr;
  }

  .bishkek-events-inner {
    height: 236px;
    grid-template-columns: repeat(3, 1fr);
  }

  .bishkek-events-inner .news-link:last-child {
    display: none;
  }

  .partner-container {
    padding: 0 20px;
  }

  .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 1.5px;
  }

  .swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
  }

  .news-info-item svg,
  .news-info-item img {
    margin-right: 4px;
  }

  .news-info-item img {
    width: 14px;
    height: 14px;
  }

  .material-page-main .aside-page-inner {
    gap: 10px;
  }

  .material-page-main .aside-page-inner .left-side-content-block {
    width: 56.7%;
  }

  .material-page-main .right-side-content-block {
    width: calc(100% - 56.7% - 10px);
  }

  .lower-content-block {
    width: 100%;
  }

  .share-article-block {
    font-size: 12px;
    line-height: 14.06px;
    gap: 10px;
  }

  .social-media-flex img {
    width: 24px;
    height: 24px;
  }
  .social-media-flex {
    gap: 5px;
  }

  .page-article-text {
    font-size: 14px;
    line-height: 20px;
  }

  .page-article-quote {
    font-size: 16px;
    line-height: 22px;
  }

  .popular-news-block {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    padding: 20px;
  }

  .popular-news-block .section-title {
    font-size: 16px;
    line-height: 18.75px;
    font-weight: 700;
  }

  .popular-news-block-inner .mini-news-item:nth-child(-n + 4) {
    display: none;
  }

  .popular-news-block-inner .mini-news-item .mini-news-title {
    font-size: 12px;
    line-height: 20px;
  }

  .right-side-content-block {
    gap: 20px;
  }

  .mini-news-data .mini-news-info {
    gap: 6px;
  }

  .popular-news-block-inner .mini-news-item .news-info-item {
    font-size: 10px;
    line-height: 10px;
  }

  .popular-news-block-inner .mini-news-item img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .survey-form-block {
    padding: 17px 16px;
  }

  .survey-form-block span {
    margin-bottom: 7px;
    font-size: 10px;
    line-height: 10px;
  }

  .survey-form-block .survey-title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .survey-options-block {
    gap: 12px;
    margin-bottom: 30px;
  }

  .survey-options-block .survey-options label {
    font-size: 12px;
    line-height: 20px;
  }

  .survey-options-block .survey-options .option-percentage {
    margin-bottom: 0;
    font-size: 14px;
  }

  .survey-submit-button {
    padding: 6px 9px;
    font-size: 12px;
    line-height: 17px;
  }

  .material-page-main .section-title {
    font-size: 16px;
    line-height: 18px;
  }

  .company-news-block .mini-news-item .mini-news-cover {
    width: 21.7%;
  }

  .company-news-block .mini-news-item .mini-news-author img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .material-page-main .mini-news-data .mini-news-info .news-info-item {
    font-size: 10px;
    line-height: 10px;
  }

  .right-side-content-block .calendar-block {
    display: none;
  }

  .left-side-content-block .period-input-block {
    display: flex;
    margin-bottom: 20px;
  }

  .index-news-page .aside-page-inner {
    flex-direction: column;
  }

  .index-news-page .left-side-content-block {
    width: 100%;
  }

  .index-news-page .input-date-picker {
    width: 36%;
  }

  .index-news-list-item .news-info-title a {
    font-size: 14px;
    line-height: 20px;
  }

  .index-news-list-item .news-data-block-inner .news-info-item {
    font-size: 10px;
    line-height: 10px;
  }

  .information-page-inner {
    gap: 20px;
  }

  .information-page-main .section-title {
    font-size: 20px;
    line-height: 23px;
  }

  .information-page-inner .agency-information-title {
    font-size: 16px;
    line-height: 18px;
  }

  .information-page-inner .agency-information-text {
    font-size: 14px;
    line-height: 20px;
  }

  .search-news-page .aside-page-inner {
    gap: 20px;
  }

  .central-asia-category-page .input-date-picker {
    width: 100%;
  }

  .central-asia-category-page .category-control-list-item .news-info {
    gap: 8px;
    justify-content: space-between;
  }

  .central-asia-category-page .calendar-block {
    width: 100%;
  }

  .central-asia-category-page .category-control-list-item .news-info-title {
    font-size: 14px;
    line-height: 20px;
  }

  .central-asia-category-page
    .add-category-buttons-block
    .style-category-button {
    font-size: 12px;
  }

  .press-centre-page .period-input-block {
    display: flex;
    margin-bottom: 50px;
  }

  .press-centre-page .input-date-picker {
    width: 35%;
  }

  .press-centre-page .index-news-list-item .news-info-title a {
    font-size: 14px;
    line-height: 20px;
  }

  .press-conferense-announce-page .aside-page-inner {
    flex-direction: column;
  }

  .press-conferense-announce-page .left-side-content-block,
  .press-conferense-announce-page .right-side-content-block {
    width: 100%;
  }

  .press-conferense-announce-page
    .announce-list
    .announce-list-item
    .section-title {
    font-size: 18px;
    line-height: 21px;
  }
  .press-conferense-announce-page
    .announce-list
    .announce-list-item
    .announce-block
    .news-info-item {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 10px;
  }

  .press-conferense-announce-page
    .announce-list
    .announce-list-item
    .announce-block
    .announce-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .press-conferense-announce-page .participants-list {
    padding-top: 18px;
    gap: 18px;
  }

  .press-conferense-announce-page
    .announce-list
    .announce-list-item
    .announce-block
    .participants-list
    .participants-list-item {
    padding-bottom: 18px;
  }

  .warning-text {
    font-size: 14px;
    line-height: 20px;
  }

  .press-conferense-announce-page .news-list-item .news-image-block {
    width: 10%;
  }

  .category-news-list {
    margin-top: 20px;
  }
  .category-news-list-item a {
    font-size: 12px;
  }

  .about-journalist-page .author-info-block {
    flex-direction: column;
  }

  .about-journalist-page .author-info-block .author-biography {
    font-size: 14px;
    line-height: 20px;
  }

  .about-journalist-page .relative-block .articles-quantity {
    font-size: 14px;
    line-height: 14px;
  }

  .about-journalist-page .page-article-block {
    margin-bottom: 80px !important;
  }

  .about-journalist-page .index-news-list-item img {
    width: 37.5%;
  }

  .about-journalist-page .input-date-picker {
    width: 100%;
  }

  .date-news-block .index-news-list {
    width: 100%;
  }

  .date-news-block .index-news-list-item img {
    width: 16%;
  }

  .date-news-block .desktop-select-box,
  .date-news-block .choose-date-text {
    display: none;
  }

  .date-news-block .relative-block {
    display: flex;
  }
}

@media only screen and (min-width: 1025px) {
  .global-nav-menu .language-select-block {
    display: none !important;
  }

  .lower-header {
    display: none;
  }
}

@media only screen and (max-width: 1245px) {
  .central-asia .category-link {
    padding: 2.98px 0;
  }
}

@media only screen and (max-width: 1114px) {
  .turk .category-link {
    padding: 2.98px 0;
  }
}

@media only screen and (max-width: 1100px) {
  .global-nav {
    gap: 15px;
  }

  .global-nav-menu {
    gap: 1.25rem;
    align-items: stretch;
  }

  .news-feed-flex {
    flex-direction: column;
    gap: 30px;
  }

  .news-feed-flex .news-feed-inner {
    width: 100%;
  }

  .mini-news-item .mini-news-title {
    font-size: 14px;
    line-height: 20px;
  }

  .category-link,
  .turk .category-link,
  .central-asia .category-link {
    font-size: 13.5px;
    padding: 13.5px 0;
  }

  .business-news-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .business-news-grid-block:nth-last-child(-n + 1) {
    display: none;
  }

  .regions-block .mini-news-block .mini-news-item:last-child {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .search_header_block {
    display: none;
  }

  .analytics-block {
    width: calc(66.21% - 10px);
  }

  .press-centre-block {
    width: calc(33.79% - 10px);
  }

  .press-centre-block .news-block {
    grid-template-columns: 1fr;
  }
  .press-centre-block .news-block .news-link:nth-last-child(-n + 1) {
    display: none;
  }

  .partner-buttons {
    display: none;
  }

  .upper-left-side-content-block {
    width: 100%;
  }

  .page-article-title {
    font-size: 28px;
    line-height: 32.81px;
  }

  .page-article-data {
    gap: 6px;
  }

  .page-article-data-item {
    font-size: 10px;
    line-height: 10px;
  }

  .search-news-page .index-news-list-item {
    align-items: stretch;
  }

  .search-news-page .index-news-list-item img {
    width: 30%;
  }

  .search-news-page .news-data-block-inner {
    flex-wrap: wrap;
  }

  .search-news-page .index-news-list-item .news-info {
    gap: 6px;
  }
}

@media only screen and (max-width: 986px) {
  .central-asia .category-link {
    padding: 2.97px 0;
  }
}

@media only screen and (max-width: 870px) {
  .turk .category-link {
    padding: 2.97px 0;
  }

  .culture-news-block .category-list-item {
    width: calc(100% / 7 - 4px);
  }

  .date-news-block .category-list {
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .global-nav-logo-link {
    width: 225px;
  }

  .global-nav-menu .media-list {
    gap: 6px;
  }

  .global-nav-menu .media-list li,
  .media-list a,
  .media-list img {
    width: 24px;
    height: 24px;
  }

  .upper-footer-inner {
    flex-direction: column;
    gap: 60px;
    padding: 60px 0;
  }

  .upper-footer-inner .upper-footer-item {
    width: 100%;
  }

  .upper-footer-inner .upper-footer-item .section-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
  }

  .upper-footer-item .media-links {
    width: 80%;
    margin-top: 20px;
  }

  .upper-footer-item .media-links a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
  }

  .upper-footer-item .media-links img {
    width: 34px;
    height: 34px;
  }

  .upper-footer-inner .phone-numbers-block {
    margin-top: 0;
    gap: 20px;
  }

  .upper-footer-inner .phone-numbers-block span {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
  }

  .upper-footer-inner .phone-numbers-block .phone-numbers-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
  }

  .lower-footer {
    padding: 30px 20px 80px;
  }

  .lower-footer .lower-footer-inner {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }

  .lower-footer .lower-footer-inner .links-list-block {
    gap: 15%;
    width: 100%;
    justify-content: start;
  }

  .lower-footer-inner .links-list .links-list-item a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
  }

  .main-block .category-nav .category-list {
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .main-block .category-list::-webkit-scrollbar {
    display: none;
  }

  .central-asia .category-link,
  .turk .category-link {
    padding: 13.5px 0;
  }

  .late-news-grid {
    grid-template-columns: calc(56.47% - 10px) calc(43.53% - 10px);
  }

  .news-title {
    font-size: 16px;
    line-height: 18.75px;
  }

  .late-news-slider .news-title {
    font-size: 28px;
    line-height: 32.81px;
    padding-right: 25px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }

  .news-category {
    font-size: 12px;
    line-height: 14.06px;
  }

  .news-data-block-inner {
    gap: 6px;
  }

  .news-feed-inner .section-title {
    font-size: 16px;
    line-height: 18.75px;
  }

  .news-info-item {
    font-size: 10px;
    line-height: 10px;
  }

  .section-title {
    font-size: 20px;
    line-height: 23.44px;
  }

  .president-news-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .president-news-grid-block:nth-last-child(-n + 2) {
    display: none;
  }

  .president-news-grid-block .news-title {
    font-size: 16px;
    padding-right: 20px;
  }

  .mini-news-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .culture-news-block .mini-news-block .mini-news-item:last-child {
    display: block;
  }

  .media-grid {
    height: 236px;
  }

  .regions-block .category-nav {
    display: block;
  }

  .regions-block .category-nav .category-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
  }

  .regions-block .category-nav .category-list::-webkit-scrollbar {
    display: none;
  }

  #more-category-parent {
    display: none;
  }

  .date-news-block .category-list {
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    align-items: center;
  }

  .date-news-block .category-list::-webkit-scrollbar {
    display: none;
  }

  .date-news-block .category-list-item-hidden {
    display: block;
  }

  .category-list-item {
    min-width: 128px;
  }

  .issyk-kul .category-link,
  .jalal-abad .category-link {
    padding: 13.5px 0;
  }

  .personnel-and-appointments-inner {
    height: 340px;
  }

  .late-news-grid-block .swiper-pagination-bullets,
  .late-news-grid-block .swiper-pagination-bullets.swiper-pagination-horizontal,
  .late-news-grid-block .swiper-pagination-custom,
  .late-news-grid-block .swiper-pagination-fraction {
    bottom: 10px;
    right: 10px;
  }

  .print-article-block .print-button {
    font-size: 14px;
    line-height: 23px;
  }
}

.search-mobile-block {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 14px;
  gap: 20px;
}

@media only screen and (max-width: 610px) {
  .global-nav-search {
    display: none;
  }

  .upper-header .search-button-header {
    display: none;
  }

  .president-news-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .president-news-grid .main-news-block {
    grid-column: auto;
  }

  .president-news-grid-block:nth-last-child(-n + 4) {
    display: none;
  }

  .mini-news-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-block .mini-news-item:nth-last-child(-n + 1) {
    display: none;
  }

  .late-news-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .late-news-slider {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .late-news-slider .news-title {
    font-size: 16px;
    line-height: 18.75px;
  }

  .late-news-grid-block {
    min-height: 300px;
  }

  .business-news-grid {
    grid-template-columns: 1fr;
  }

  .analytics-press-flex {
    flex-direction: column;
  }

  .press-centre-block .section-block,
  .analytics-block .section-block {
    display: none;
  }

  .analytics-press-news-block .multiple-sections {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }

  .media-news-block .multiple-sections {
    gap: 10px;
  }

  .analytics-press-item {
    width: 100%;
  }

  .analytics-block {
    margin-bottom: 20px;
  }

  .analytics-block .news-block {
    height: 620px;
  }

  .press-centre-block .news-block {
    height: 300px;
  }

  .interview-block .news-link:nth-last-child(-n + 1) {
    display: none;
  }

  .interview-block,
  .video-block {
    grid-template-columns: 1fr 1fr;
  }

  .video-block .news-link:nth-last-child(-n + 1) {
    display: none;
  }

  .regions-block .mini-news-block {
    grid-template-columns: 1fr;
  }

  .personnel-and-appointments-inner {
    grid-template-columns: 1fr;
    height: 960px;
  }

  .bishkek-events-inner {
    grid-template-columns: 1fr;
    height: 920px;
  }

  .late-news-slider .news-data-block {
    padding: 16px;
  }

  .late-news-grid-block .swiper-pagination-bullets,
  .late-news-grid-block .swiper-pagination-bullets.swiper-pagination-horizontal,
  .late-news-grid-block .swiper-pagination-custom,
  .late-news-grid-block .swiper-pagination-fraction {
    bottom: 16px;
    right: 16px;
  }

  .photo-block .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 5px;
    right: 5px;
  }

  .aside-page-inner {
    flex-direction: column;
  }

  .aside-page-inner .left-side-content-block,
  .aside-page-inner .right-side-content-block {
    width: 100%;
  }

  .right-side-content-block .ad-block,
  .right-side-content-block .ad-inner,
  .right-side-content-block .ad-block img {
    max-height: 171px;
    min-height: 0;
  }

  .material-page-main .aside-page-inner .left-side-content-block {
    width: 100%;
  }

  .central-asia-category-page
    .add-category-buttons-block
    .desktop-style.category-button {
    display: none;
  }

  .search-news-page .search-news-input,
  .search-news-page .search-news-input {
    width: 100%;
  }

  .press-conference-page .same-news-block-inner {
    flex-direction: column;
    gap: 10px;
    height: 960px;
  }

  .press-conference-page .same-news-block {
    margin-top: 60px;
  }

  .press-conference-page .page-article-title {
    font-size: 26px;
    line-height: 30px;
  }

  .press-conference-page .same-news-block-inner a {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .logo-img {
    display: none;
  }
  .logo-img-mobile {
    display: block;
  }

  .global-nav-menu {
    gap: 5px;
  }
  .global-nav-menu .language-select {
    font-size: 12px;
    padding: 9px 14px;
    padding-right: 39px;
  }

  .global-nav-menu .media-list li,
  .media-list a,
  .media-list img {
    width: 20px;
    height: 20px;
  }

  .upper-footer-inner {
    gap: 20px;
    padding: 20px 0 40px;
  }

  .upper-footer-inner .upper-footer-item .section-title {
    font-size: 18px;
    line-height: 21.09px;
  }

  .upper-footer-item .media-links {
    gap: 15px;
  }

  .upper-footer-item .media-links a {
    font-size: 14px;
    line-height: 16.41px;
  }

  .upper-footer-item .media-links img {
    margin-right: 10px;
  }

  .upper-footer-inner .phone-numbers-block span {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
  }

  .upper-footer-inner .phone-numbers-block .phone-numbers-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
  }

  .lower-footer {
    padding: 30px 20px 80px;
  }

  .lower-footer .lower-footer-inner {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }

  .lower-footer .lower-footer-inner .links-list-block {
    gap: 15%;
    width: 100%;
    justify-content: start;
  }

  .lower-footer-inner .links-list .links-list-item a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
  }

  .lower-footer-inner img {
    width: 100%;
  }

  .news-title {
    font-size: 16px;
    line-height: 18.75px;
  }

  .late-news-slider .news-title {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  .mini-news-item .mini-news-title {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    min-height: 80px;
  }

  .media-grid {
    grid-template-columns: 1fr;
    height: 620px;
  }

  .president-news-block .multiple-sections {
    gap: 7.5px;
    flex-wrap: wrap;
  }

  .president-news-block .multiple-sections a {
    white-space: nowrap;
  }

  .president-news-block .multiple-sections .section-title {
    font-size: 18px;
    padding-left: 6px;
  }

  .other-links-inner {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .other-links-inner::-webkit-scrollbar {
    display: none;
  }

  .other-links-inner .other-links-item {
    min-width: 248px;
  }

  .other-links-inner .news-category {
    font-size: 12px;
    line-height: 14.06px;
  }

  .late-news-slider .swiper-pagination-bullets,
  .late-news-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .late-news-slider .swiper-pagination-custom,
  .late-news-slider .swiper-pagination-fraction {
    bottom: 10px;
    right: 10px;
    left: auto;
    top: auto;
    width: 100%;
    text-align: right;
  }

  .late-news-grid .news-data-block {
    padding: 10px;
  }

  .photo-block .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 16px;
    right: 16px;
  }

  .company-news-block .mini-news-item .mini-news-cover {
    width: 32.85%;
    aspect-ratio: 1;
  }

  .theme-block .news-list .news-title {
    font-size: 14px;
    line-height: 20px;
  }

  .theme-block .mini-news-data .mini-news-info {
    gap: 6px;
  }

  .theme-block .mini-news-data .mini-news-info .news-info-item {
    font-size: 10px;
    line-height: 10px;
  }

  .theme-block .mini-news-item .mini-news-author img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .index-news-page .input-date-picker {
    width: 45%;
  }

  .calendar-block {
    width: 100%;
  }

  .calendar-block .grid-item {
    font-size: 12px;
    line-height: 12px;
  }

  .index-news-list-item .news-data-block-inner {
    flex-wrap: wrap;
  }

  .index-news-list-item img {
    width: 33%;
  }

  .index-news-list-item {
    align-items: stretch;
  }

  .information-page-main .section-title {
    font-size: 18px;
    line-height: 21px;
  }

  .press-conference-page .aside-page-inner {
    margin-bottom: 60px;
  }

  .press-centre-page .input-date-picker {
    width: 100%;
  }

  .press-centre-page .index-news-list-item {
    background: none;
  }

  .press-centre-page
    .right-side-content-block
    .news-popular
    .news-data-block-inner {
    gap: 6px;
    flex-wrap: wrap;
  }

  .press-conferense-announce-page .news-list-item .news-image-block {
    width: 17%;
    height: 100px;
  }

  .press-centre-page .right-side-content-block .news-popular .news-info-item {
    font-size: 10px;
    line-height: 20px;
  }

  .journalist-material-page .page-author-block .author-info .author-name {
    font-size: 12px;
    line-height: 26px;
  }

  .page-article-text {
    font-size: 16px;
  }

  .page-article-quote {
    font-size: 18px;
  }

  .about-journalist-page .period-input-block {
    flex-direction: column;
    justify-content: flex-start;
  }

  .about-journalist-page .period-input-block .articles-quantity {
    display: block;
    text-align: left;
    width: 100%;
  }

  .articles-info-menu {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }

  .about-journalist-page .articles-info-menu .relative-block {
    width: 100%;
  }

  .input-date-picker {
    font-size: 16px;
    line-height: 16px;
    width: 100%;
  }

  .date-news-block .index-news-list-item img {
    width: 33%;
  }

  .material-slider .swiper-button-next img,
  .material-slider .swiper-button-prev img {
    width: 8px;
  }

  .material-slider .swiper-button-next,
  .material-slider .swiper-button-prev {
    width: 24px;
  }

  .material-thumbs .swiper-button-next,
  .material-thumbs .swiper-button-prev {
    width: 20px;
  }

  .material-thumbs .swiper-button-next img,
  .material-thumbs .swiper-button-prev img {
    width: 6px;
  }

  .modal-slider .swiper-button-next,
  .modal-slider .swiper-button-prev {
    width: 24px;
  }
}

@media only screen and (min-width: 480px) {
  .logo-img {
    display: block;
  }
  .logo-img-mobile {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  .late-news-grid .news-data-block {
    padding: 25px 20px;
  }
}

.material-thumbs {
  margin-top: 10px;
  width: 100%;
  height: 120px;
}

@media only screen and (max-width: 768px) {
  .material-thumbs {
    height: 48px;
  }
}

.material-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
  opacity: 0.6;
}

.material-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.material-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
