

/* Start:/local/templates/mpc/components/bitrix/news.detail/tarify/style.css?17534464221720*/
.course__buttons {
    padding: 30px 0 0 0;
    gap: 20px;
    box-shadow: none;
}
.course__buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}
/*------------------------------------*/
.news-detail__container {
	display: flex;
	margin-top: 40px;
}
.news-detail__image {
	width: 33%;
    min-width: 33%;
    padding: 0 3% 2% 0;
}

.news-detail__image img {
    border-radius: 8px;
    box-shadow: 0 35px 25px -29px #00000085;
	height: auto;
}

.news-detail__name {
    color: var(--text);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    text-wrap: wrap;
}

.section.content .news-detail__text h2 {
	text-transform: none;
	font-size: 20px;
	color: #666666
}
.tariff__price {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}
.section.content .news-detail__list {
	margin-top: 20px;
}
.content .news-detail__container a.btn.btn__transparent {
	max-width: 360px;
	margin: 15px 0;
}
.news-detail__list li:nth-child(n+9) {
	display: none;
}
.news-detail__list.active li:nth-child(n+9) {
	display: block;
}
.news-detail__list-more {
	cursor: pointer;
    color: var(--primary);
    font-weight: 700;	
}

@media screen and (max-width: 991px) {
    .news-detail__container {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .news-detail__container {
        flex-direction: column;
    }

    .news-detail__image {
        width: 100%;
        min-width: 100%;
    }

    .news-detail__name {
        font-size: 14px;
        margin-bottom: 15px;
    }

}
.breadcrumbs li:last-child, 
.breadcrumbs li:nth-last-child(2) {
    display: none;
}
/* End */
/* /local/templates/mpc/components/bitrix/news.detail/tarify/style.css?17534464221720 */
