

/* Start:/local/templates/mpc/components/bitrix/news.detail/link_course/style.css?17835248014855*/
*,
:before,
:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.distance_learning {
    margin: 30px 0;
    /*overflow: hidden;*/
}

.distance_learning .container {
    display: flex;
    color: rgba(68, 68, 68, 1);
    /*justify-content: space-between;*/
    position: relative;
    /*max-width: 1300px;*/
    background: #FAFAFA;
    border: 1px solid #e0e0e0;
    padding: 30px;
    border-radius: 8px;
    gap:50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.distance_learning .descr{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.distance_learning ul li:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6.36395" y="2.82843" width="4" height="13" rx="2" transform="rotate(-45 6.36395 2.82843)" fill="%23EF7C00"/><rect x="9.19238" y="18.3848" width="4" height="13" rx="2" transform="rotate(-135 9.19238 18.3848)" fill="%23EF7C00"/></svg>') no-repeat center;
    width: 8px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    background-size: contain;
}
.distance_learning ul {
    list-style: none;
}
.distance_learning ul li{
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}
.distance_learning ul li.bold{
    font-weight:700;
}
.distance_learning .title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height:100%;
}
.distance_learning .subtitle{
    font-size: 18px;
    font-weight: 700;
    line-height:100%;
}
.distance_learning .buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}
.distance_learning .buttons > * {
    padding: 12px;
    font-size: 16px;
}
/*

.distance_learning .buttons .item{
    position:relative;
}

.distance_learning .buttons .item::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background-image: linear-gradient(180deg, #FFA467 0%, #FF7316 100%);
    border-radius: 8px;
}
.distance_learning .buttons .item a {
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position:relative;
    background:#fff;
	display: block;
	line-height: 0.9;
}

.distance_learning .buttons .item a:hover {
	color: var(--primary);
}
 */

.distance_learning img{
    border-radius: 8px;
    max-width: fit-content;
}
.distance_learning .image {
    position: relative;
    display: inline-block;
    height:fit-content;
}
.distance_learning .image::after {
    content: '';
    display: block;
    position: absolute;
    top: 80%;
    left: 10px;
    right: 10px;
    bottom: 11px;
    z-index: -1;
    box-shadow: 0px 10px 25px -2px rgba(68, 68, 68, 0.5);
}
@media (max-width:771px){
    .distance_learning {
        margin:30px 15px;
    }
    .distance_learning .container{
        padding:15px;
    }
    .distance_learning .descr{
        gap:15px;
    }
    .distance_learning .image{
        position:absolute;
    }
    .distance_learning .image img{
        width: 92px;
        height: 92px;
        object-fit: cover;
    }
    .distance_learning .title{
        height: 92px;
        padding-left: 112px;
        font-size:16px;
        line-height:130%;
        display:flex;
        align-items:center;
    }
    .distance_learning .subtitle{
        font-size: 12px;
        line-height: 130%;
        text-align: center;
    }
    .distance_learning ul li{
        font-size:10px;
        padding-left:15px;
    }
    .distance_learning ul li:before {
        width: 5px;
        height: 8px;
        top: 3px;
    }
    .distance_learning .buttons{
        justify-content: center;
        gap:15px;
    }
    .distance_learning .buttons .item{
        font-size:10px;
        line-height:100%;
        border-radius: 6px;
    }
    .distance_learning .buttons .item::before {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: 8px;
    }
    .distance_learning .image::after{
        display:none;
    }
}
@media (max-width:420px){
	.distance_learning>.container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.distance_learning .image {
		position: relative;
		width: 100%;
	}
	.distance_learning .title {
		padding-left: 0;
		height: auto;
	}
	.distance_learning .image img {
		width: 100%;
		height: auto;
	}
	.distance_learning .buttons .item a {
		text-align: center;
	}
	.distance_learning .buttons .item {
		width: 100%;
	}
}

/* End */


/* Start:/local/templates/mpc/components/bitrix/news.detail/articles/style.css?17833941089214*/
h2 {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	color: var(--title);
	text-transform: uppercase;
	/*margin-bottom: 22px !important;*/
}

.title-black {
	line-height: 1.1;
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 18px;
	}

	.section-title {
		font-size: 17px;
		margin: 25px 0;
		line-height: 1.2;
	}

	.title-black {
		font-size: 17px;
	}
}

.articles-detail__image {
	float: left;
	width: 405px;
	min-width: 405px;
	margin: 0 60px 40px 0;
}

.articles-detail__image img {
	border-radius: 8px;
	box-shadow: 0 35px 25px -29px #00000085;
	height: auto;
	max-width: 100%;
}

.articles-detail__date {
	background: var(--primary);
	color: #ffffff;
	font-size: 16px;
	padding: 6px 17px;
	display: inline-block;
	margin-bottom: 20px;
}

.articles-detail__name {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4;
	text-wrap: wrap;
}


.articles-detail__container {
	/*display: flex;*/
	/*gap: 50px 60px;*/
	/*align-items: center;*/
	margin-bottom: 40px;
}

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

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

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

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

	.articles-detail__date {
		font-size: 14px;
		padding: 4px 12px;
		margin-bottom: 15px;
	}
}

.materials-table {
	width: 100%;
	border-spacing: 0px;
}

.materials-table tr th:not(:first-child) {
	width: 217px;
}

.materials-table td .rectangle {
	margin: 0 auto;
}

.materials-table tr td,
.materials-table tr th {
	padding: 10px;
}

.materials-table tr td:nth-child(even),
.materials-table tr th:nth-child(even) {
	background-color: #f5f5f5;
}

html[data-theme="dark"] .materials-table tr td:nth-child(even),
html[data-theme="dark"] .materials-table tr th:nth-child(even) {
	background-color: var(--secondary);
}

.materials-table tr th:first-child {
	text-align: start;
}

.materials-table tr th {
	text-transform: uppercase;
}

.bgcolor_blue {
	background-color: #4cb1dd;
}

.bgcolor_green {
	background-color: #47c95c;
}

.bgcolor_yellow {
	background-color: #f6e015;
}

.bgcolor_red {
	background-color: #e43838;
}

.simple-table {
	max-width: 1180px;
	margin: 0 auto;
	border-spacing: 0;
}

.simple-table tr th {
	text-align: start;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 30px;
}

.simple-table tr td {
	padding-bottom: 10px;
	padding-top: 10px;
}

.simple-table tr th:first-child {
	width: 200px;
}

.simple-table tr th:nth-child(2),
.simple-table tr td:nth-child(2) {
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	background-color: #f5f5f5;
}

html[data-theme="dark"] .simple-table tr th:nth-child(2),
html[data-theme="dark"] .simple-table tr td:nth-child(2) {
	background-color: var(--secondary);
}

.simple-table tr:last-child td:last-child {
	padding-bottom: 30px;
}

.circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.colors-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.color-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.rectangle {
	width: 40px;
	height: 22px;
	border-radius: 4px;
}

@media (max-width: 1390px) {
	.colors-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.circle {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 480px) {
	.colors-wrapper {
		grid-template-columns: 1fr;
	}
	.simple-table tr th:first-child {
		width: 130px;
	}
	.simple-table tr th {
		font-size: 13px;
		padding-top: 15px;
	}
	.simple-table tr td {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 12px;
	}
	.simple-table tr th:nth-child(2),
	.simple-table tr td:nth-child(2) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.simple-table tr:last-child td:last-child {
		padding-bottom: 15px;
	}
}

.guests-table,
.climatic_zones-table {
	border-spacing: 0;
}

.guests-table .orange_border_left,
.climatic_zones-table .orange_border_left {
	margin: 0;
}

.guests-table th:not(:first-child),
.climatic_zones-table th:not(:first-child) {
	width: 260px;
	text-align: center;
	background-color: #f5f5f5;
	padding: 10px;
}

.guests-table th:first-child,
.climatic_zones-table th {
	width: 400px;
	min-width: 110px;
}

.climatic_zones-table th {
	text-transform: uppercase;
}

.guests-table tr td,
.climatic_zones-table tr td {
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
}

.climatic_zones-table tr td {
	text-align: center;
}

.climatic_zones-table tr:not(:last-child) td {
	border-bottom: none;
}

.guests-table tr td:not(:first-child),
.guests-table tr th:not(:first-child),
.climatic_zones-table tr th:not(:first-child),
.climatic_zones-table tr th:not(:first-child) {
	text-align: center;
}

.guests-table tr th:nth-child(even),
.climatic_zones-table tr th:nth-child(even) {
	background-color: #e2e2e2;
}

.guests-table tr td img,
.climatic_zones-table tr td img {
	margin: 0 auto;
	margin-bottom: 10px;
}

.guests-table .grid-table-td {
	display: grid;
	grid-template-rows: 100px 100px 100px 100px;
	justify-items: center;
	align-items: center;
}

.guests-table .grid-table-td--3 {
	display: grid;
	grid-template-rows: 100px 100px 100px;
	justify-items: center;
	align-items: center;
}

@media (max-width: 767px) {
	.guests-table th:not(:first-child),
	.climatic_zones-table th:not(:first-child) {
		min-width: 160px;
	}

	.guests-table th:first-child,
	.climatic_zones-table th:first-child {
		width: 30%;
	}

	.guests-table .orange_border_left,
	.climatic_zones-table .orange_border_left {
		padding-right: 15px;
	}
}

.size-table tr:nth-child(4) td {
	border-bottom: none;
}

.size-table .orange_border_left {
	padding-left: 20px;
	text-align: left;
	text-transform: uppercase;
}

.guests-table.size-table .height th:not(:first-child) {
	font-weight: 500;
	background: #f5f5f5;
	min-width: 80px;
}

.guests-table.size-table th:first-child {
	min-width: 180px;
	width: 180px;
}

.size-shoes {
	width: 100%;
}

.size-shoes tr th {
	text-align: left;
	width: 400px;
}

.size-headdress tr th {
	width: 250px;
	text-align: left;
}

.size-shoes tr th .orange_border_left,
.size-headdress tr th .orange_border_left {
	margin-bottom: 0;
}

.size-shoes tr th,
.size-shoes tr td,
.size-headdress tr td,
.size-headdress tr th {
	padding: 20px;
}

.size-shoes tr th,
.size-headdress tr th {
	padding-left: 0;
}

.size-shoes tr td,
.size-headdress tr td {
	text-align: center;
}

.size-headdress {
	max-width: 990px;
	margin: 0 auto;
}

.articles-list__item picture {
	height: inherit;
}

@media (min-width: 1200px) {
	.articles-detail__img {
		max-width: none;
	}
}

h3 {
	margin-bottom: 22px !important;
}

html[data-theme="dark"] .guests-table th:not(:first-child),
html[data-theme="dark"] .climatic_zones-table th:not(:first-child),
html[data-theme="dark"] .guests-table.size-table .height th:not(:first-child) {
	background-color: var(--secondary);
}

/* Содержание */

.article-toc {
	float: right;
	width: 360px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin: 0 0 20px 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.article-toc .article-toc__title {
	text-align: center;
	color: var(--primary) !important;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 16px;
}

.article-toc ol {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.article-toc li {
	margin-bottom: 14px !important;
	font-size: 14px;
	color: #333;
}

.article-toc .article-toc__link {
	color: #333;
	font-weight: 400;
}

.article-toc .article-toc__link:hover {
	color: #ff6b00;
}

.clear {
	clear: both;
}

@media (max-width: 768px) {
	.article-toc {
		float: none;
		width: auto;
		margin: 0 0 30px 0;
	}

	.article-toc ol {
		display: flex;
		gap: 10px;
		flex-direction: column;
		gap: 10px;
	}
}

/* АВТОР | ЭКСПЕРТ */

.author-block {
	padding-bottom: 20px;
}

.author-card {
	display: flex;
	align-items: center;
	border: 1px #EAEAEA solid;
	background-color: #f5f5f5;
	padding: 10px 25px;
	border-radius: 8px;
	gap: 24px;
}

.author-content {
	display: flex;
	align-items: center;
	gap: 24px;
	min-width: 0;
}

.author-name {
	font-weight: 600;
	color: #333;
	font-size: 15px;
	position: relative;
}

.author-position {
	border-left: 1px var(--primary) solid;
	padding: 5px 0px 5px 24px;
	font-size: 14px;
	color: #555;
	line-height: 1.3;
	word-break: break-word;
}

.author-avatar {
	min-width: 60px;
	min-height: 60px;
}

.author-avatar img {
	border-radius: 50%;
	object-fit: cover;
}

.source-link {
	margin-top: 16px;
	text-align: center;
	font-size: 13px;
	color: #555;
}

.source-link a {
	color: #555;
	text-decoration: underline;
}

.source-link a:hover {
	text-decoration: none;
	color: #333;
}

@media (max-width: 800px) {
	.author-block {
		max-width: 100%;
	}

	.author-card {
		flex-direction: column;
		gap: 10px;
	}

	.author-content {
		flex-direction: column;
		gap: 12px;
	}

	.author-position {
		border-left: none;
		border-top: 1px var(--primary) solid;
		padding: 12px 0 0 0;
		text-align: center;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17140788002260*/
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx-pagination .bx-pagination-container ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: var(--title);
    font-weight: 700;
    transition: .3s;
}
.bx-pagination .bx-pagination-container ul li a {
    color: var(--title);
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	color: var(--primary);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    color: #ffffff;
    background: var(--primary);
    padding: 8px 16px;
    border-radius: 8px;
    line-height: 1;
}

.bx-pagination .bx-pagination-container ul li.last-link,
.bx-pagination .bx-pagination-container ul li.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
            align-items: baseline;
}

.bx-pagination .bx-pagination-container ul li.last-link::before {
    content: '...';
    font-size: 30px;
    color: #666666;
    margin-right: 20px;
}


.bx-pagination .bx-pagination-container ul li.bx-active + li.last::before {
    display: none;
}

.bx-pagination .bx-pagination-container ul li.first-link::after {
    content: '...';
    font-size: 30px;
    color: #666666;
    margin-left: 20px;
}

.bx-pag-prev {
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx-pag-next {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .bx-pagination .bx-pagination-container ul li span {
        font-size: 15px;
    }

    .bx-pagination .bx-pagination-container ul li.last-link::before,
    .bx-pagination .bx-pagination-container ul li.first-link::after {
        font-size: 19px;
    }

    .bx-pagination svg {
        width: 18px;
        height: 18px;
    }

    .bx-pagination .bx-pagination-container ul {
        gap: 18px
    }

    .bx-pagination .bx-pagination-container ul li.bx-active span {
        padding: 6px 11px;
    }
}

/* End */


/* Start:/local/templates/mpc/components/bitrix/news.list/articles-related/style.css?1783320530127*/
/* Стили карточек и слайдера унаследованы из new_articles/style.css и global style.css */

/* End */


/* Start:/local/templates/mpc/components/bitrix/news.list/articles-new/style.css?17835898968266*/
/* Страница статей */

/* Top row: categories + filter */

.articles-top {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

/* Categories */

.articles-categories {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.articles-categories__item {
    padding: 9px 18px;
    border-radius: 8px;
    background: #cccccc;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.articles-categories__item:hover:not(.active) {
	transform: scale(1.05);
}

.articles-categories__item:hover,
.articles-categories__item.active {
    background: var(--primary);
    color: #fff;
}

.articles-categories__item.active:hover {
	background-color: var(--listing-gradient);
	color: var(--primary);
}

.articles-categories__toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 8px;
    background: transparent;
    border: none;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s;
}

.articles-categories__toggle:hover {
    color: var(--primary);
}

.articles-categories__arrow {
    flex-shrink: 0;
    color: var(--primary);
    transition: transform .25s;
}

.articles-categories.open .articles-categories__arrow {
    transform: rotate(180deg);
}

.articles-categories__more {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.articles-categories.open .articles-categories__more {
    display: flex;
}

/* Filter */

.articles-filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 40%;
    flex-shrink: 0;
    position: relative;
}

/* Date accordion */
.articles-filter__date {
    position: relative;
    background: var(--wrapper-bg);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    z-index: 10;
}

.js-filter-date.open {
    border-radius: 8px 8px 0 0;
}

.articles-filter__date-header {
    display: flex;
    align-items: center;
}

.articles-filter__date-title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    cursor: pointer;
    text-align: left;
    gap: 10px;
    min-width: 0;
}

.articles-filter__date-label {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.articles-filter__date-clear {
    flex-shrink: 0;
    padding: 14px 14px 14px 4px;
    color: var(--gray-text);
    display: flex;
    align-items: center;
    transition: color .2s;
}

.articles-filter__date-clear:hover {
    color: var(--primary);
}

.articles-filter__date-arrow {
    color: var(--primary);
    flex-shrink: 0;
    transition: transform .25s;
}

.js-filter-date.open .articles-filter__date-arrow {
    transform: rotate(180deg);
}

/* Список месяцев — абсолютный, поверх статей, ~5 элементов + прокрутка */
.articles-filter__date-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--wrapper-bg);
    border: none;
    border-radius: 0 0 8px 8px;
    z-index: 50;
    max-height: 210px;
    overflow-y: auto;
    display: none;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.js-filter-date.open .articles-filter__date-list {
    display: flex;
}

.articles-filter__date-item {
    padding: 10px 16px;
    font-size: 14px;
    color: var(--text);
    text-decoration: none;
    transition: color .2s, background .2s, font-size .2s;
    line-height: 1.3;
    flex-shrink: 0;
}

.articles-filter__date-item:hover {
	font-size: 18px;
    color: var(--primary);
    background: var(--bg);
}

.articles-filter__date-item.active {
    color: var(--primary);
    font-weight: 600;
}

.articles-no-results {
    justify-self: center;
    color: var(--gray-text);
    font-size: 20px;
    padding: 40px 0;
}

/* Grid */

.articles-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 21px;
}

.articles-list__item {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px #dddddd solid;
    border-radius: 8px;
    overflow: hidden;
    background: #FAFAFA;
}

.articles-list__image {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    padding: 12px 12px 0;
    box-sizing: border-box;
}

.section-articles img.articles-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .4s;
}

.articles-list__image:hover img.articles-list__img {
    transform: scale(1.05);
}

.articles-list__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
    padding: 14px 16px 18px;
}

.articles-list__header {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 5px;
}

.articles-list__header::before {
    content: "";
    background: url(/local/templates/cf/images/point_menu.svg) no-repeat center;
    background-size: contain;
    width: 7px;
    height: 11px;
    display: inline-block;
    flex-shrink: 0;
}

.articles-list__link {
    display: block;
    flex-grow: 1;
}

.articles-list__name {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    transition: color .3s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles-list__link:hover .articles-list__name {
    color: var(--primary);
}

.articles-list__time {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.articles-list__time hr {
    flex-grow: 1;
    border: none;
    height: 1px;
    background: var(--border-card);
    margin: 0;
}

.articles-list__date {
    font-size: 13px;
    color: var(--gray-text);
    white-space: nowrap;
    flex-shrink: 0;
}

.articles-list__btn.arrow-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 2px solid var(--primary);
    border-radius: 6px;
    color: var(--text);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: background .3s, color .3s, gap .3s;
    align-self: center;
}

.articles-list__btn.arrow-btn svg {
    width: 14px;
    height: 12px;
    flex-shrink: 0;
    fill: currentColor;
    transition: fill .3s;
}

.articles-list__btn.arrow-btn:hover {
    background: var(--primary);
    color: #fff;
    gap: 14px;
}

.articles-list__btn.arrow-btn:hover svg {
    filter: brightness(0) invert(1);
}

.articles-pagination {
    margin-top: 50px;
}

@media (max-width: 1100px) {
    .articles-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .articles-top {
        flex-direction: column;
    }

    .articles-filter {
        width: 100%;
    }

    .articles-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 10px;
    }

    .articles-list__image {
        height: 130px;
    }

    .articles-list__content {
        padding: 10px 10px 14px;
        gap: 8px;
    }

    .articles-list__header {
        font-size: 10px;
    }

    .articles-list__name {
        font-size: 13px;
    }

    .articles-list__date {
        font-size: 11px;
    }

    .articles-list__btn.arrow-btn {
        border-width: 1px;
        padding: 7px 14px;
        font-size: 11px;
        gap: 8px;
    }

    .articles-list__btn.arrow-btn:hover {
        gap: 12px;
    }

    .articles-list__btn.arrow-btn svg {
        width: 12px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .articles-list__image {
        height: 100px;
    }

    .articles-list__name {
        font-size: 12px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/news-list/style.css?17817547514734*/
.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 0;
}

.news-list .swiper-wrapper {
    margin-bottom: 25px;
}

.section-news {
    margin-top: 70px;
}

@media screen and (max-width: 576px) {
    .section-news {
        margin-top: 40px;
    }
}

.news__all {
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	max-width: 200px;
	text-align: center;
}

.news:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    overflow: hidden;
}

.news:not(.swiper-initialized) .swiper-slide:nth-child(n+4) {
    display: none !important;
}

.news__price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary);
    color: #ffffff;
    padding: 6px 32px;
    border-radius: 0 8px 0 0;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.news-list__item {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    gap: 15px;
    box-shadow: 0 34px 23px -25px #0000002b;
    padding: 25px 30px;
}

.news-list__image {
    width: 217px;
    height: 217px;
    min-width: 217px;
    border-radius: 8px;
    overflow: hidden;
}

.news-list__image picture {
    height: 100%;
    width: 100%;
}

img.news-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.news-list__image:hover img.news-list__img {
    transform: scale(1.1);
}

.news-list__link {
    flex-grow: 1;
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.news-list__content {
    display: flex;
    flex-direction: column;
}

.news-list__date {
    font-size: 14px;
}

.news-list__name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: auto;
    transition: .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-clamp: 7;
    box-orient: vertical;
}

.news-list__name:hover {
    color: var(--primary)
}

.news-list__item .arrow-btn {
    margin-top: auto;
    margin-bottom: 0;
    white-space: nowrap;
}

.news-pagination {
    margin-top: 50px;
}

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

@media (max-width: 1460px) {
    .news-list__image {
        width: 200px;
        height: 200px;
        min-width: 200px;
    }
}

@media (max-width: 1360px) {
    .news-list__image {
        width: 180px;
        height: 180px;
        min-width: 180px;
    }

    .news-list__name {
        font-size: 16px;
    }

    .news-list__date {
        font-size: 13px;
    }

    .news-list__item .arrow-btn {
        font-size: 14px;
    }

    .news-list__item .arrow-btn svg {
        width: 16px;
        height: 14px;
    }
}

@media (max-width: 1280px) {
    .news-list__item {
        padding: 25px 20px;
    }

    .news-list__image {
        width: 160px;
        height: 160px;
        min-width: 160px;
    }

    .news-list__name {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .news-list__item {
        flex-direction: column;
    }

    .news-list__image {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        min-width: auto;
    }

    .news-list__content,
    .news-list__link {
        gap: 10px;
    }

    .news-list__content {
        margin-top: auto
    }

    .news-list__item .arrow-btn {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .news-list__content {
        margin-top: 0;
        height: 50%;
    }
    .news-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 15px;
    }

    .news-list__item {
        padding: 15px 2px;
    }

    .news-list__date {
        font-size: 12px;
    }

    .task-159500 .news-list__date {
        font-size: 14px;
    }

    .news-list__name {
        font-size: 13px;
        margin-top: 0;
    }

    .task-159500 .news-list__name {
        font-size: 14px;
        margin-top: 0;
    }

    .news-list__item .arrow-btn {
        gap: 12px;
        font-size: 13px;
    }
    
    .task-159500 .news-list__item .arrow-btn {
        font-size: 14px;
    }

    .news-list__item .arrow-btn svg {
        width: 13px;
        height: 12px;
    }

    img.news-list__img {
        height: 165px;
    }


    .news:not(.swiper-initialized) .swiper-wrapper {
        gap: 10px;
    }

    .news:not(.swiper-initialized) .swiper-slide:nth-child(n+3) {
        display: none !important;
    }


    .news__all {
        margin-top: 17px;
        padding: 8px 12px;
        font-size: 14px;
        max-width: 130px;
    }

    .news {
        gap: 5px 0;
    }
}

/* End */
/* /local/templates/mpc/components/bitrix/news.detail/link_course/style.css?17835248014855 */
/* /local/templates/mpc/components/bitrix/news.detail/articles/style.css?17833941089214 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17140788002260 */
/* /local/templates/mpc/components/bitrix/news.list/articles-related/style.css?1783320530127 */
/* /local/templates/mpc/components/bitrix/news.list/articles-new/style.css?17835898968266 */
/* /local/templates/.default/components/bitrix/news.list/news-list/style.css?17817547514734 */
