

/* Start:/local/templates/epitum/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17549238636383*/
.article-index {
    margin: 35px 0 40px 0;
    padding-bottom: 20px;
    position: relative;
}

.article-index::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0; /* светло-серая линия */
}

.article-index-list {
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
}

.article-index-list li {
	position: relative;
    margin: 10px 0;
}

.article-index-list li:before {
	display: block;
	content: "";
	height: 3px;
	width: 3px;
	border-radius: 50%;
	position: absolute;
    top: 10px;
    left: -15px;
	background: #191833;
}

.article-index-list a {
    text-decoration: underline;
    font-size: 16px;
    color: #191833; /* как на скрине */
    transition: color 0.2s;
}

.article-index-list a:hover {
    color: #5c5c7b; /* немного темнее при наведении */
}

/* Articles section styles */

.articles + .subscribe {
	margin-top: 44px;
}

.articles {
    margin: 0 auto;
}

.articles__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 1.29;
    color: #4652A0;
    margin-bottom: 30px;
}

.articles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.article-card {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    position: relative;
}

.article-card:hover {
    transform: translateY(-5px);
}

.article-card__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

.article-card__date {
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    color: #FFFFFF;
}

.article-card__tag {
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    color: #FFFFFF;
}

.article-card__image {
    height: 122px;
    overflow: hidden;
    position: relative;
}

.article-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card__content {
    padding: 12px 20px;
}

.article-card__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #23224A;
    margin-bottom: 5px !important;
}

.article-card__title a {
    color: #23224A;
    text-decoration: none;
}

.article-card__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.1;
    color: #4652A0;
    margin-bottom: 0;
    margin-top: 0;
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card--featured {
    position: relative;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .articles__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .author__profile {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .author__name {
        font-size: 32px;
    }
    
    .author__position {
        font-size: 20px;
    }
    
    .author__bio-text {
        font-size: 18px;
    }

    .articles__grid {
        grid-template-columns: 1fr;
    }

    .articles__title {
        font-size: 28px;
    }
} 

.subscription-banner--light {
    margin-top: 44px;
    margin-bottom: 72px;
    background-color: #f4f4f6 !important;
}

.subscription-banner--light .subscription-banner__title,
.subscription-banner--light .subscription-banner__descr {
    color: #3a4481 !important;
}

.subscription-banner--light .custom-input input {
    border: 0 !important;
}

.subscription-banner--light .subscription__checkbox input +.custom-toggle__icon {
    background: #fff;
}

.subscription-banner--light [name="user-agreement"] + .custom-toggle__icon svg{
    display: none;
}

.subscription-banner--light .subscription__checkbox input:checked+.custom-toggle__icon {
    background: #7B80BD;
}

.subscription-banner--light [name="user-agreement"]:checked + .custom-toggle__icon svg{
    display: block;
    color: #fff;
}

@media (max-width: 599px) {
    .subscription-banner .subscription__submit-btn {
        width: 100%;
    }
    .subscription-banner .custom-input {
        max-width: 100%;
    }
}

.faq {
	width: 100%;
    max-width: 870px;
	margin-top: -46px;
	margin-bottom: 50px;
}

@media (max-width: 599px) {
	.faq {
		margin-top: -26px;
	}
	.faq__title {
	  margin: 0 0 2px 0 !important;
	}
}

.faq__title {
  margin: 0 0 21px 0;
  color: #4652a0;
  font-size: 34px;
  line-height: 41.45px;
  font-weight: 400;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq__item {
  border-bottom: 2px solid #d1d1d6;
}

.faq__item:last-child {
  border-bottom: none;
}

.faq__question {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq__question-text {
  margin: 0;
  color: #777777;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  flex: 1;
}

.faq__arrow {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 20px;
}

.faq__item--active .faq__arrow {
  transform: rotate(180deg);
}

.faq__answer {
  padding: 0 0 20px 0;
}

.faq__answer-text {
  margin: 0;
  color: #8c8c9a;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
}

/* Интерактивность для аккордеона */
.faq__item--active .faq__question-text {
  color: #777777;
}

.faq__item:not(.faq__item--active) .faq__answer {
  display: none;
}

/* Анимация для плавного открытия/закрытия */
.faq__answer {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  transform-origin: top;
}

.faq__answer-text {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(-10px);
}

.faq__item:not(.faq__item--active) .faq__answer {
  max-height: 0;
  opacity: 0;
  transform: scaleY(0);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.faq__item:not(.faq__item--active) .faq__answer-text {
  opacity: 0;
  transform: translateY(-10px);
}

.faq__item--active .faq__answer {
  max-height: 300px;
  opacity: 1;
  transform: scaleY(1);
}

.faq__item--active .faq__answer-text {
  opacity: 1;
  transform: translateY(0);
}
/* End */
/* /local/templates/epitum/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17549238636383 */
