/**
 * Читайте по теме
 */
.article-more {
  background-color: #75d7ff14;
  padding: 24px 45px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 44px 0;
}

.article-more .article-more-title {
  color: #1a75bc;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.35px;
  margin-bottom: 0;
}

.article-more .article-more-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.article-more .article-more-name {
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  margin-bottom: 0;
  transition: color 0.2s linear;
}

.article-more .article-more-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.article-more .article-more-descr {
  color: #0e0e0e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.35px;
  font-family: Roboto, sans-serif;
  transition: color 0.2s linear;
}

.article-more .article-more-icon {
    width: 28px;
    height: auto;
    min-width: 28px;
  transition: transform 0.2s linear;
}
.article-more .article-more-link:hover .article-more-name {
  color: #1a75bc;
}

.article-more .article-more-link:hover .article-more-descr {
  color: #1a75bc;
}
.article-more .article-more-link:hover .article-more-icon {
  transform: translateX(4px);
}

@media screen and (max-width: 576px) {
    .article-more {
        padding: 16px;
    }
}
/**
 * Вам может быть интересно
 */
.be-interested {
  margin: 44px 0;
}

.be-interested-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.be-interested-title {
  color: #000000;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  margin-bottom: 0;
}
.be-interested__item {
  border: 1px solid #d8d8d8;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  box-sizing: border-box;
}

.be-interested .swiper-wrapper {
  align-items: stretch;
}

.be-interested .swiper-slide {
  height: auto;
  display: flex;
}

.be-interested__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 234 / 160;
}

.be-interested__tag {
  background-color: #75d7ff3d;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  border-radius: 100px;
  width: fit-content;
  padding: 6px 10px;
}

.be-interested__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
}

.be-interested .be-interested__title {
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-bottom: 0;
  transition: color 0.2s linear;
  text-decoration: none;
}
.be-interested .be-interested__title:hover {
  color: #1a75bc;
}

.be-interested .be-interested__text {
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  letter-spacing: -0.01em;
  min-height: 1.3em;
}

.be-interested .be-interested__link {
  text-transform: uppercase;
  padding: 16px;
  background-color: #276aae;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}
.be-interested .be-interested__link:hover {
  color: #ffffff;
}

.be-interested__indexer {
  font-size: 32px;
  color: #222222;
  margin: 0 16px;
  font-weight: 300;
  white-space: nowrap;
}
.be-interested__indexer > b {
  font-weight: 400;
}

.be-interested .btn-row {
  display: flex;
  align-items: center;
}
.be-interested .btn-next,
.be-interested .btn-prev {
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.be-interested .btn-next::after,
.be-interested .btn-prev::after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-position: center;
  background-size: contain;
  transition: background-image 0.2s linear;
}
.be-interested .btn-next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.75 8L20.25 16L11.75 24' stroke='%23222222' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.be-interested .btn-next:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.75 8L20.25 16L11.75 24' stroke='%23276AAE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.be-interested .btn-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 8L11.75 16L20.25 24' stroke='%23222222' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.be-interested .btn-prev:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 8L11.75 16L20.25 24' stroke='%23276AAE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.be-interested-pagination {
    display: none;
}
@media screen and (max-width: 576px) {
  .be-interested__slider {
    padding: 0 20px;
  }
  .be-interested__slider .swiper {
    overflow: visible;
  }

  .be-interested__content {
    gap: 4px;
  }
  .be-interested__tag {
    font-weight: normal;
  }
  .be-interested .be-interested__text {
    font-size: 14px;
    line-height: 130%;
  }
  .be-interested .be-interested__title {
    font-size: 16px;
    line-height: 120%;
  }
  .be-interested.be-interested--slider {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .be-interested.be-interested--slider .swiper {
    padding: 0 0 0 35px;
  }
  .be-interested-header {
    padding: 0 35px;
  }

  .be-interested-title {
    font-size: 24px;
  }
  .swiper-pagination.be-interested-pagination {
    display: block;
    position: static;
    margin-top: 20px;
  }
  .swiper-pagination.be-interested-pagination .swiper-pagination-bullet {
    background-color: #E5E5E5;
    width: 10px;
    height: 10px;
        opacity: 1;
  }
  .swiper-pagination.be-interested-pagination .swiper-pagination-bullet-active {
    background-color: #1C75BC;
  }
}
