

/* Start:/local/templates/mpc/components/bitrix/news/courses/style.css?177251814413190*/
section.content a.btn.btn__transparent {
	display: inline-block;
}

.content a.btn.btn__transparent.course__btn_ {
	margin: 15px 0;
}
.content a.btn.btn__transparent.course__btn {
    display: flex;
	align-items: center;
    justify-content: center;	
    /*max-width: 240px;*/
}


.course-page__columns {
	margin-bottom: 50px;
}

.course__column {
	width: 50%;
}

@media (max-width: 991px) {
	.course__column {
		width: 100%;
	}
}

.course__column.course__left {
	display: flex;
	flex-direction: column;
	padding-right: 50px;
	padding-top: 50px;
}

.course__column.course__left .section.content {
	padding-top: 50px;
}

.course__buttons {
	gap: 20px;
	padding: 63px 0;
	-webkit-box-shadow: 0 35px 25px -29px #00000033;
	box-shadow: 0 35px 25px -29px #00000033;
}

.course__buttons .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
}

.course-page__title.section-title {
	text-align: left;
}

@media (max-width: 767px) {
	.section.content h2 {
		font-size: 17px !important;
	}
	/*.course__column.course__right>*:not(.course__sertificates) {
		display: none;
	}*/
	.course__sertificates {
        max-width: 100%!important;
    }
	.course-page__columns,
	.section.course-page {
		margin-bottom: 0;
	}
	.course__price,
	.section.content h2,
	.course-page__title.section-title {
		text-align: center;
	}
	.course__img {
		margin: 0 auto;
	}
	.course__column.course__left {
		padding-right: 0;
		padding-top: 0;
	}

	.course__buttons {
		padding: 20px 0;
		align-items: center;
		justify-content: center;
	}

	.course__buttons .btn {
		min-height: 52px;
		font-size: 14px;
	}
}

.lw-section-thin {
	max-width: 1168px;
	margin: 0 auto;
}

.lw-steplist {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0;
}

.lw-steplist__item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 20px;
}

.lw-steplist__item:not(:last-child) {
	padding-bottom: 20px;
}

.lw-steplist__item:not(:last-child)::before {
	position: absolute;
	width: 2px;
	height: 100%;
	left: 27px;
	bottom: -50%;
	border-left: 2px dashed #dddddd;
	content: "";
}

.lw-steplist__item-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	aspect-ratio: 1/1;
	background-color: #ff7316;
	color: #ffffff;
	border-radius: 50%;
	font-size: 20px;
	z-index: 2;
}

.lw-steplist__item-value {
	font-weight: 700;
	font-size: 14px;
	max-width: 840px;
}

@media (min-width: 767px) {
	.lw-steplist__item:not(:last-child)::before {
		display: none;
	}
	.lw-steplist {
		gap: 0;
		padding-top: 50px;
	}
	.lw-steplist__item {
		align-items: baseline;
		padding: 20px 70px;
		min-height: 100px;
		border: 2px dashed #dddddd;
		margin: 0 50px;
	}

	.lw-steplist__item:nth-child(odd) {
		border-left: none;
		border-bottom: none;
	}

	.lw-steplist__item:nth-child(even) {
		border-right: none;
		border-bottom: none;
	}

	.lw-steplist__item:last-child {
		border: none;
	}

	.lw-steplist__item::after {
		content: "";
		position: absolute;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background-color: #dddddd;
	}

	.lw-steplist__item:nth-child(odd)::after {
		top: -15px;
		right: -15px;
	}

	.lw-steplist__item:nth-child(even)::after {
		top: -15px;
		left: -15px;
	}

	.lw-steplist__item:last-child::after {
		display: none;
	}

	.lw-steplist__item-num {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 99px;
		height: 99px;
		aspect-ratio: 1/1;
		background-color: #ff7316;
		color: #ffffff;
		border-radius: 50%;
		font-size: 50px;
	}

	.lw-steplist__item:nth-child(odd) .lw-steplist__item-num {
		top: -50%;
		left: -50px;
	}

	.lw-steplist__item:nth-child(even) .lw-steplist__item-num {
		top: -50%;
		right: -50px;
	}

	.lw-steplist__item-value {
		font-size: 18px;
	}
}

/* step-list */

/* price-block */
.lw-price-block {
	display: flex;
	align-items: center;
	gap: 20px 80px;
}

.lw-price-block__item {
	display: flex;
	align-items: center;
	gap: 15px 40px;
}

.lw-price-block__item .btn {
	padding: 12px 16px;
	min-width: 240px;
}

.lw-price-block__item-title {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	max-width: 275px;
}

@media (max-width: 767px) {
	.lw-price-block__item-title {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.lw-price-block__item,
	.lw-price-block {
		flex-direction: column;
	}

	.lw-price-block__item-title {
		text-align: center;
		max-width: 100%;
	}
}

/* price-block */

/* banner */
.course__banner {
	background: var(--violet);
	padding: 20px;
	border-radius: 8px;
	display: flex;
	color: #ffffff;
	margin-top: 90px;
}

.course__banner--left {
	background: var(--primary);
	color: #ffffff;
	margin-right: auto;
	border-radius: 8px;
	padding: 28px;
	max-width: 540px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	box-shadow: 0 35px 25px -29px #000033;
}

.course__banner--title {
	font-size: 30px;
}

.course__banner--btn {
	background: var(--wrapper-bg) !important;
	text-align: center;
}

.course__banner--btn:hover {
	background: var(--primary) !important;
}

.course__banner--description {
	font-size: 16px;
}

.course__banner--right {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.course__banner--price {
	margin-left: auto;
	margin-right: auto;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

.course__banner--price span {
	font-size: 80px;
	font-weight: 700;
}

.course__banner--info {
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.course__banner--image {
	position: relative;
	top: 20px;
	margin-right: 6%;
	width: 312px;
	display: flex;
	justify-content: center;
	height: 188px;
	align-items: flex-end;
}

.course__banner--image__description {
	background: var(--primary);
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	padding: 7px 13px;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.3;
	position: absolute;
	bottom: -13px;
	width: 280px;
	z-index: 2;
}

.course__banner--image::before {
	content: "";
	display: block;
	background: var(--wrapper-bg);
	width: 324px;
	height: 324px;
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	top: -8%;
}

.course__banner--image img {
	position: relative;
	z-index: 1;
	max-height: 300px;
}

@media (max-width: 1500px) {
	.course__banner--image::before {
		width: 300px;
		height: 300px;
		top: 3%;
	}

	.course__banner--image__description {
		font-size: 16px;
		bottom: -7px;
		width: 263px;
	}

	.course__banner--btn {
		font-size: 17px !important;
	}

	.course__banner--image {
		width: 225px;
		margin-right: 4%;
	}

	.course__banner--left {
		max-width: 475px;
	}

	.course__banner--price span {
		font-size: 60px;
	}

	.course__banner--title {
		font-size: 27px;
	}

	.course__banner--description {
		font-size: 15px;
	}
}

@media (max-width: 1230px) {
	.course__banner--price {
		font-size: 16px;
	}

	.course__banner--image::before {
		width: 296px;
		height: 296px;
		top: 6%;
	}

	.course__banner--image {
		width: 212px;
	}

	.course__banner--image {
		margin-right: 1%;
	}

	.course__banner--image__description {
		font-size: 14px;
		width: 255px;
		bottom: 0;
	}

	.course__banner--btn {
		font-size: 16px !important;
	}

	.course__banner--price span {
		font-size: 42px;
	}

	.course__banner--left {
		max-width: 455px;
	}

	.course__banner--title {
		font-size: 24px;
	}

	.course__banner--description {
		font-size: 14px;
	}
}

@media screen and (max-width: 1199px) {
	.course__banner--left {
		max-width: 400px;
	}

	.course__banner--title {
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	.course__banner--image {
		display: none;
	}
}

@media screen and (max-width: 860px) {
	.course__banner {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
		border-radius: 0;
		flex-direction: column;
		align-items: center;
	}

	.course__banner--left {
		max-width: 100%;
		margin: 0;
		text-align: center;
	}

	.course__banner--price {
		margin: 10px 0;
	}
}
/* banner */

.lw-certificates .swiper-wrapper {
	padding-bottom: 30px;
}

.lw-certificates .swiper-slide {
	display: flex;
	flex-direction: column;
}

.lw-certificates .swiper-slide span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

@media (max-width: 620px) {
	.lw-certificates .swiper-slide span {
		display: none;
	}
}

/* lw-docs */

.lw-docs__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 0;
	margin-bottom: 80px;
}

.lw-docs__list-item {
	display: flex;
	align-items: center;
	gap: 16px;
	position: relative;
	font-size: 18px;
}

.lw-docs__list-item small {
	white-space: nowrap;
	font-size: 14px;
	color: #666666;
}

.lw-docs__list-item::before {
	position: relative;
	width: 40px;
	min-width: 40px;
	height: 50px;
	content: "";
	background-image: url("/images/file-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 959px) {
	.lw-docs__list {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 40px;
		padding: 0 50px;
	}
}

@media (max-width: 767px) {
	.lw-docs__list {
		grid-template-columns: 1fr;
	}

	.lw-docs__list-item {
		font-size: 14px;
	}

	.lw-docs__list-item small {
		font-size: 12px;
	}

	.lw-docs__list-item::before {
		width: 25px;
		min-width: 25px;
		height: 30px;
	}
}

.lw-docs-table__download {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	text-decoration: underline;
}

.lw-docs-table-wrapper {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	box-shadow: 0 35px 25px -29px #00000033;
}
.lw-docs-table {
	width: 100%;
	min-width: 880px;
	margin-bottom: 20px;
}

@media (max-width: 960px) {
	.lw-docs-table-wrapper {
		box-shadow: none;
	}
}

.lw-docs-table__download::after {
	position: relative;
	content: "";
	width: 20px;
	height: 25px;
	background-image: url("/images/download-icon.svg");
}

.lw-docs-table__grid {
	display: grid;
	grid-template-columns: 3fr 2fr 2fr 2fr 2fr 2fr;
	gap: 20px 0;
}

.lw-docs-table__grid-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	padding: 12px 0;
}

.lw-docs-table__grid-item:not(:first-child) {
	align-items: center;
	padding: 12px 15px;
}

.lw-docs-table__grid-item:not(:last-child) {
	border-right: 1px solid #dddddd;
}

.lw-docs-table__grid-item:not(:first-child) span {
	text-align: center;
}

.lw-docs-table__grid--head .lw-docs-table__grid-item span {
	font-weight: 700;
	font-size: 18px;
}

@media (max-width: 1140px) {
	.lw-docs-table__grid--head .lw-docs-table__grid-item span {
		font-size: 14px;
	}
}

.lw-docs-table__grid--head .lw-docs-table__grid-item a {
	margin-top: auto;
}
/* lw-docs-table */

/* lw-features */
.lw-features {
}

.lw-features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.lw-feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 30px;
}

.lw-feature-item__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 30px;
	-webkit-box-shadow: 0 35px 25px -29px #00000033;
	box-shadow: 0 35px 25px -29px #00000033;
}

.lw-feature-item__header img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.lw-feature-item__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.lw-feature-item__content-title {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}

.lw-feature-item__content-title strong {
	font-size: 30px;
	color: #ff7316;
}

@media (max-width: 1199px) {
	.lw-features__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lw-feature-item {
		gap: 10px;
	}

	.lw-feature-item__header {
		padding: 16px;
	}

	.lw-feature-item__header img {
		width: auto;
		height: 50px;
	}

	.lw-feature-item__content {
		gap: 10px;
	}

	.lw-feature-item__content-title {
		font-size: 14px;
	}

	.lw-feature-item__content-title strong {
		font-size: 16px;
	}
}

@media (max-width: 474px) {
	.lw-features__grid {
		grid-template-columns: 1fr;
	}
}

/* lw-features */

.course-direction__diplom .course-direction__diplom__img {
	box-shadow: none;
}

.accordion {
	margin-bottom: 40px;
}

.accordion__item {
	border: 1px solid #e5e5e5;
	margin-bottom: -1px;
	position: relative;
	transition: background ease 0.3s, box-shadow ease 0.3s;
	text-align: left;
	padding: 20px 30px;
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

.accordion__item::after {
	display: none;
}

.accordion__item:hover {
	border-color: #fff;
	background-color: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.accordion__title {
	font-weight: bold;
	padding-right: 20px;
	position: relative;
}

.accordion__title:before {
    content: "";
    background: url('/local/templates/mpc/components/bitrix/news/courses/count.png');
    width: 15px;
    height: 15px;
    position: absolute;
    right: -4px;
    top: 5px;
    transition: .3s;
}

.accordion__item.active .accordion__title:before {
	transform: rotate(45deg);
}

.accordion__content {
	font-weight: 500;
	color: #545454;
	font-size: 15px;
}

.collapse:not(.collapse_show) {
	display: none;
}
/* End */


/* Start:/local/templates/mpc/components/bitrix/news.list/services/style.css?17667565801266*/
.service__search {
	display: flex;
    justify-content: flex-end;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
.service__search form {
    max-width: 400px;
    margin: 0;
    min-width: 28%;
}
@media (max-width: 767px) {
	.service__search {
		padding: 15px;
	}
	.service__search form {
		max-width: 100%;
		width: 100%;
	}
}
.show-all-services {
	max-width: 240px;
	margin: 40px auto 0;
}
.course-direction__elements {
	box-shadow: none;
}
.course-direction__elements .element-item:last-of-type {
	box-shadow: 0 34px 23px -25px #0000002b;
}
.course-direction__elements.upload .element-item:nth-child(n+9) {
	display: none;
}
.course-direction__elements .element-item:nth-child(n+9) {
	display: flex;
}
.element-item__details {
	width: 40%;
}
@media (min-width: 1081px) {
	.element-item__details {
		width: 100%;
	}	
}
@media(max-width: 576px) {
	.element-item__details {
		width: 100%;
	}
}

.element-item__details-col.full {
	width: 100%;
}

@media(min-width: 577px) {
	.properties__item br {
		display: none;
	}
}

@media(max-width: 576px) {
	.properties__list {
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
	}

	.properties__item {
		width: calc(1/2*100% - (1 - 1/2)*15px);
	}
}
/* End */


/* Start:/local/templates/cf/components/bitrix/news.list/team/style.css?17194356001994*/
.team-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px 20px;
    justify-items: center;
}

.team-list li {
    list-style: none;
}

.team-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}

.team-item__name {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.team-item__name:hover {
    text-decoration: none;
}

.team-item__job-title {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.team-item__img {
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 33px 23px -32px #BBBBBB;
}

.team-item-popup.fancybox__content {
    display: flex !important;
    flex-direction: row;
    width: 900px;
    border-radius: 4px;
    gap: 35px;
    align-items: center;
}

.team-item-popup .team-item__name {
    text-decoration: none;
    text-align: left;
    margin-bottom: 20px;
}

.team-item-popup .team-item__job-title {
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.team-item-popup .is-close-btn {
    top: 15px;
    right: 15px;
    --f-button-color: #FF7316;
    --f-button-hover-color: #FF7316;
    opacity: 1;
    --f-button-outline-color: transparent;
    --f-button-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-hover-bg: transparent;
}

.team-item-popup .is-close-btn:hover {
    opacity: 0.5;
}

@media (max-width: 1200px) {
    .team-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .team-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .team-item__name {
        line-height: 18px;
        font-size: 14px;
    }

    .team-item__job-title {
        font-size: 12px;
    }

    .team-item-popup {
        flex-direction: column !important;
    }

    .team-item-popup .is-close-btn {
        top: 5px;
        right: 5px;
    }
}

/* End */


/* Start:/local/templates/mpc/components/bitrix/catalog.section.list/courses_section/style.css?17727745472344*/
.course-direction__filter {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

.course-direction__filter-item {
	width: calc(1/5*100% - (1 - 1/5)*30px);
}

.course-direction__filter-item select {
	background: var(--bg-input) url(/local/templates/cf/images/icons/arrow_bttm.svg) no-repeat calc(100% - 14px) 20px;
    box-shadow: none;
    border: 0;
    -webkit-appearance: none;
    padding: 11px;
    font-size: 16px;
    outline: none !important;
    border-radius: 8px;
	padding-right: 30px;
}
.course-direction__filter-item select,
.course-direction__filter-item option {
	width: 100%;
	overflow: hidden;  
    text-overflow: ellipsis;  
    white-space: nowrap; 
}

.course-direction__filter-item .btn {
	height: 100%;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
	font-size: 16px;
}

@media(max-width: 1199px) {
	.course-direction__filter-item {
		width: calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
	}
}

@media(max-width: 576px) {
	.course-direction__filter {
		flex-direction: column;
	}

	.course-direction__filter-item {
		width: 100%;
	}
}

.course-direction__sections .section-item__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.course-direction__filter {
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px auto;
    gap: 10px;
}
.course-direction__filter .btn.filter-reset {
	opacity: 0.4;
	cursor: default;
}
.course-direction__filter .btn.filter-reset.active {
	opacity: 1;
	cursor: pointer;
}

.course-direction_tabs {
	width: 100%;
	display: flex;
	gap: 2px;
	margin-bottom: 20px;
}
.course-direction_tab {
	width: 50%;
	background-color: var(--wrapper-bg);
	text-align: center;
	text-transform: uppercase;
	border: 1px solid var(--border-card);
	padding: 10px 0;
	cursor: pointer;
}
.course-direction_tab:hover, 
.course-direction_tab.active {
	background-color: var(--bg-input);	
}
.course-direction_tabs~.course-direction_block:not(.active) {
	display: none;
}
.course-direction__filter-item .filter_reset {
	display: block !important;
	color: var(--primary);
	font-size: 12px;
	text-align: right;
}
select:not(.active) .filter_reset {
	display: none !important;
}
.course-direction__filter-item option.hide {
	display: none !important;
}
/**/

/* 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/courses/style.css?177746811110019*/
.course-direction__sections {
    gap: 0 24px;
    margin-bottom: 60px;
}

.section-item {
    width: calc(50% - 12px);
    display: flex;
    align-items: stretch;
    gap: 30px 50px;
    padding: 12px 0;
}

.section-item__img {
    object-fit: cover !important;
    border-radius: 8px;
    height: 126px;
    width: 168px;
    object-fit: cover;
    min-width: 168px;
    margin-bottom: 28px;
    transition: .4s;
}

.section-item__content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
    align-items: center;
    border-bottom: 1px solid var(--border-card);
    padding-bottom: 25px;
    flex-grow: 1;
}


.section-item:nth-last-child(-n+2) .section-item__content,
.section-item:last-child .section-item__content {
    border: 0
}

.section-item__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    transition: .4s;
}

.section-item:hover .section-item__img {
    transform: scale(1.05)
}

.section-item:hover .section-item__name {
    color: var(--primary)
}

.section-item__count {
    background: var(--bg);
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    color: var(--title);
    font-weight: 600;
}

.course-direction__elements {
    gap: 50px;
    box-shadow: 0 34px 23px -25px #0000002b;
    padding-bottom: 60px;
    margin-bottom: 40px;
    margin-top: 60px;
}
.course-direction__elements+.articles-pagination {
	margin-top: 40px;
	margin-bottom: 40px;
}

.course-direction .course-direction__elements
{
    padding-bottom: 0;
    margin-bottom: 0;
}

.element-item {
    width: 100%;
    gap: 65px;
}

.element-item__img {
    box-shadow: 0 34px 23px -25px #0000002b;
    width: 336px;
    min-width: 336px;
    object-fit: cover;
}

.element-item__name {
    font-size: 24px;
    font-weight: 600;
    transition: .4s;
    margin-right: auto;
    max-width: calc(100% - 350px);
    min-width: 50%;
}

.element-item__name:hover {
    color: var(--primary)
}

.element-item__info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    gap: 15px 20px;
}

.element-item__stock {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.1;
}

.element-item__content {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
    padding: 20px 0;
}

.element-item__question {
    display: flex;
    align-items: center;
    gap: 10px;
}

.element-item__details {
    font-size: 18px;
    margin-right: auto;
}

.element-item__details p {
    margin-bottom: 10px
}

.element-item__buttons {
    gap: 24px;
}

.element-item__btn {
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: none !important;
    line-height: 1.3;
}

.course-direction__diplom {
    gap: 0 65px;
}

.course-direction__diplom__img {
    width: 336px;
    min-width: 336px;
    box-shadow: 0 34px 23px -25px #0000002b;
}

.course-direction__diplom__text {
    font-size: 18px;
    padding: 20px 0;
}

@media screen and (max-width: 1300px) {

    .section-item__name {
        font-size: 20px;
    }

    .element-item__name {
        font-size: 20px;
    }

    .element-item__details {
        font-size: 16px;
    }

    .element-item__img,
    .course-direction__diplom__img {
        width: 300px;
        min-width: 300px;
    }

    .element-item {
        gap: 50px;
    }

    .course-direction__diplom {
        gap: 0 50px;
    }

}

@media screen and (max-width: 1024px) {

    .element-item__img,
    .course-direction__diplom__img {
        width: 180px;
        min-width: 180px;
    }

    .section-item__name {
        font-size: 18px;
    }

    .section-item__count {
        font-size: 14px;
    }

    .section-item {
        gap: 20px 30px;
    }

    .section-item__img {
        height: 100px;
        width: 150px;
        min-width: 150px;
    }

    .course-direction__diplom__text {
        font-size: 15px;
        padding: 0;
    }

    .element-item__name {
        max-width: none;
    }

    .element-item__info {
        width: auto
    }

    .element-item__info {
        font-size: 14px;
    }

    .element-item__name {
        font-size: 18px;
    }

    .element-item__details {
        font-size: 15px;
    }

    .element-item__info {
        width: 100%;
    }

    .element-item__name {
        min-width: 100%;
    }
    
    .element-item__info {
        width: 100%;
    }

    .element-item__details {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-item {
        width: 100%;
        border-bottom: 1px solid var(--border-card);
        align-items: center;
    }

    .section-item__img {
        height: 52px;
        width: 70px;
        min-width: 70px;
        margin-bottom: 0;
    }

    .section-item__name {
        font-size: 14px;
        display: inline;
        margin-right: 8px;
    }

    .section-item__count {
        font-size: 12px;
        padding: 4px 8px;
        display: inline;
        white-space: nowrap;
    }

    .section-item__content {
        padding-bottom: 0;
        display: flex;
        border: 0;
    }

    .section-item {
        gap: 20px;
    }

    .course-direction__sections {
        margin-bottom: 40px;
    }

    .course-direction__elements {
        margin-top: 40px;
        margin-bottom: 45px;
    }

    .element-item__img,
    .course-direction__diplom__img {
        width: 106px;
        min-width: 106px;
    }

    .element-item {
        gap: 25px;
    }

    .element-item__content {
        padding: 0;
        gap: 12px;
    }

    .element-item__name {
        font-size: 14px;
    }

    .element-item__info {
        font-size: 12px;
        gap: 12px;
    }

    .element-item__details {
        font-size: 12px;
    }

    .task-159500 .element-item__details {
        font-size: 14px;
    }

    .element-item__stock,
    .element-item__question {
        gap: 7px;
    }

    .element-item__details p {
        margin-bottom: 4px;
    }

    .element-item__img {
        margin-top: 0;
        width: 95px;
        min-width: 95px;
    }

    .element-item__stock svg,
    .element-item__question svg {
        width: 15px;
        height: 15px;
    }

    .element-item__buttons {
        gap: 18px;
        margin-left: -120px;
        justify-content: center;
        width: calc(100% + 120px);
    }

    .element-item__buttons .btn {
        font-size: 12px !important;
        padding: 7px 10px;
    }

    .task-159500 .element-item__buttons .btn {
        font-size: 14px !important;
    }

    .course-direction__diplom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .element-item__img,
    .course-direction__diplom__img {
        width: 178px;
        min-width: 178px;
    }

    .course-direction__diplom__text {
        font-size: 12px;
    }
    
    .task-159500 .course-direction__diplom__text {
        font-size: 14px;
    }
}

.element-item__imgblock {
	position: relative;
}

.img-full-absolute .element-item__stock {
    background: #68D342;
    color: #FFF;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 7px;
    left: 7px;
    text-transform: uppercase;
}

.img-full-absolute .element-item__stock svg path {
    fill: #FFF;
}

.element-item__price {
    font-weight: bold;
    font-size: 28px;
}

@media(max-width: 991px) {
    .element-item__price {
        font-size: 24px;
        color: #ff7316;
    }
}

@media(max-width: 767px) {
    .element-item__price {
        font-size: 18px;
    }

    .img-full-absolute .element-item__stock {
        font-size: 12px;
    }
}

.element-item__details-pricemax,
.element-item__details-bottomlink {
    display: none;
}

@media(max-width: 480px) {
    .element-item__details {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .element-item__details-col {
        width: calc(1/2*100% - (1 - 1/2)*15px);
        display: flex;
        flex-direction: column;
    }

    .element-item__details-bottomlink {
        margin-top: auto;
        display: block;
    }

    .element-item__details-bottomlink a {
        font-size: 14px;
        padding: 10px;
    }

    .element-item__details-pricemax {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
        display: block !important;
    }

    .element-item__details-info {
        padding-bottom: 25px;
    }

    .element-item__details-pricemax.simple-price {
        background: #6A77C9;
        color: #fff;
        border-radius: 6px;
        text-align: center;
        padding: 4px 10px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .element-item__details-pricemax.simple-price span {
        font-weight: 700;
    }

    .mobile-details-none--text .element-item__question {
        background: #FF7316!important;
        color: #fff;
        border-radius: 4px;
        font-weight: 400;
        width: 120px;
    }

    .mobile-details-none--text .element-item__question svg path {
        fill: #fff;
    }

    .mobile-details-none--text .mobile-details-none--text__top {
        top: 0px;
    }

    .img-full-absolute .element-item__stock {
        width: 120px;
        padding: 5px 4px;
    }

    .img-full-absolute .element-item__stock {
        text-transform: none;
    }
}

@media(max-width: 380px) {
    .element-item__details-bottomlink a {
        font-size: 11px;
    }

    .element-item__details-pricemax.simple-price {
        font-size: 10px;
        line-height: 12px;
    }

    .element-item__details-pricemax.simple-price span {
        font-weight: 700;
        font-size: 12px;
    }

    .img-full-absolute .element-item__stock {
        font-size: 9px;
    }

    .mobile-details-none--text .element-item__question,
    .img-full-absolute .element-item__stock {
        width: 100%;
    }

    .mobile-details-none--text .element-item__question {
        font-size: 9px;
    }
}
/* End */


/* Start:/local/templates/mpc/components/bitrix/news.list/course_docs/style.css?1770843553278*/
.course-direction__diplom__img img {
	margin: 0 auto;
	display: block;
}

.docs-photos__wrapper {
	width: 320px;
}

.docs-photos__wrapper .course-direction__diplom__img {
	min-width: auto;
}

@media(max-width: 767px) {
	.docs-photos,
	.docs-photos__wrapper {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/cf/css/gallery.css?17206452004451*/
.section-gallery {
    overflow: hidden;
    margin-top: 20px;
}

.gallery {
    overflow: visible !important;
    padding: 0 19% !important;
    margin-top: 70px;
    position: relative;
}

.gallery .swiper-wrapper {
    margin-bottom: 80px;
}

.gallery__item {
    transform: scale(1) !important;
    transition: .4s;
    opacity: 0.6;
    outline: none;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    max-height: 475px;
}

.gallery__item.swiper-slide-active {
    transform: scale(1.1) !important;
    z-index: 2;
    opacity: 1;
    box-shadow: 0 30px 25px -20px #0000007a;
}

.gallery__title {
    position: absolute;
    bottom: 0;
    padding: 30px 35px;
    color: #ffffff;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
}

.gallery-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: calc(81px + 0.8vw);
    background: var(--primary);
    width: 20px;
    z-index: 2;
    border-radius: 3px;
    cursor: pointer;
    transition: .4s;
}

.gallery-button:hover {
    filter: brightness(1.3);
}

.gallery-button-next {
    right: 0;
    background: var(--primary);
    width: 20px;
}
.gallery-button-prev {
    left: 0;
    background: var(--primary);
    width: 20px;
}

.gallery-button:after {
    content: '';
    background: url(/local/templates/cf/images/back.svg);
    width: 20px;
    height: 19px;
    top: calc(50% - 20px);
}

.gallery-button-next::after {
    background: transparent;
    border: 12px solid transparent;
    border-left: 12px solid #ffffff;
    left: 0px;
    position: absolute;
}

.gallery-button-prev::after {
    background: transparent;
    border: 12px solid transparent;
    border-right: 12px solid #ffffff;
    left: -4px;
    position: absolute;
}

.gallery__item.swiper-slide-active .gallery__title {
    font-size: 30px;
    font-weight: 700;
}


.gallery__item.swiper-slide-active .videoblog__video {}
.gallery__item.swiper-slide-active .videoblog__video::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: .5;
}

.gallery__item.swiper-slide-prev::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    z-index: 1;
}

.gallery__item.swiper-slide-next::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff);
    z-index: 1;

}


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

.gallery__item picture {
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item {
    transform: scale(1.1) !important;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item:nth-child(n+2) {
    display: none;
}

.gallery__video {
    height: 100%;
    width: 100%;
}

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


@media screen and (max-width: 1024px) {

    .gallery__title {
        font-size: 17px;
    }

    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {

    .gallery .swiper-wrapper {
        margin-bottom: 30px;
    }

    .gallery {
        padding: 0 !important;
        margin-top: 20px !important;
    }
    
    .gallery__item.swiper-slide-active,
    .gallery__item {
        transform: none !important;
    }

    .gallery__item.swiper-slide-active {
        box-shadow: 0 24px 19px -23px #0000007a;
    }

    .gallery-button {
        bottom: 43px;
        background: transparent;
    }

    .gallery__item .gallery__title,
    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 13px;
        padding: 12px 18px;
        font-weight: 600;
    }

    .gallery-button:after {
        top: auto;
        background: url(/local/templates/cf/images/back.svg);
        width: 20px;
        height: 19px;
        border: 0;
        bottom: -43px;
    }

    .gallery-button-prev::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 3px;
    }
}

/* End */


/* Start:/local/templates/mpc/components/bitrix/news.detail/photo/style.css?17218548004450*/
.section-gallery {
    overflow: hidden;
    margin-top: 20px;
}

.gallery {
    overflow: visible !important;
    padding: 0 19% !important;
    margin-top: 70px;
    position: relative;
}

.gallery .swiper-wrapper {
    margin-bottom: 80px;
}

.gallery__item {
    transform: scale(1) !important;
    transition: .4s;
    opacity: 0.6;
    outline: none;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    max-height: 475px;
}

.gallery__item.swiper-slide-active {
    transform: scale(1.1) !important;
    z-index: 2;
    opacity: 1;
    box-shadow: 0 30px 25px -20px #0000007a;
}

.gallery__title {
    position: absolute;
    bottom: 0;
    padding: 30px 35px;
    color: #ffffff;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
}

.gallery-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: calc(81px + 0.8vw);
    background: var(--primary);
    width: 20px;
    z-index: 2;
    border-radius: 3px;
    cursor: pointer;
    transition: .4s;
}

.gallery-button:hover {
    filter: brightness(1.3);
}

.gallery-button-next {
    right: 0;
    background: var(--primary);
    width: 20px;
}
.gallery-button-prev {
    left: 0;
    background: var(--primary);
    width: 20px;
}

.gallery-button:after {
    content: '';
    background: url(/local/templates/cf/images/back.svg);
    width: 20px;
    height: 19px;
    top: calc(50% - 20px);
}

.gallery-button-next::after {
    background: transparent;
    border: 12px solid transparent;
    border-left: 12px solid #ffffff;
    left: 0px;
    position: absolute;
}

.gallery-button-prev::after {
    background: transparent;
    border: 12px solid transparent;
    border-right: 12px solid #ffffff;
    left: -4px;
    position: absolute;
}

.gallery__item.swiper-slide-active .gallery__title {
    font-size: 30px;
    font-weight: 700;
}


.gallery__item.swiper-slide-active .videoblog__video {}
.gallery__item.swiper-slide-active .videoblog__video::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: .5;
}

.gallery__item.swiper-slide-prev::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    z-index: 1;
}

.gallery__item.swiper-slide-next::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff);
    z-index: 1;

}


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

.gallery__item picture {
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item {
    transform: scale(1.1) !important;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item:nth-child(n+2) {
    display: none;
}

.gallery__video {
    height: 100%;
    width: 100%;
}

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


@media screen and (max-width: 1024px) {

    .gallery__title {
        font-size: 17px;
    }

    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {

    .gallery .swiper-wrapper {
        margin-bottom: 30px;
    }

    .gallery {
        padding: 0 !important;
        margin-top: 20px !important;
    }
    
    .gallery__item.swiper-slide-active,
    .gallery__item {
        transform: none !important;
    }

    .gallery__item.swiper-slide-active {
        box-shadow: 0 24px 19px -23px #0000007a;
    }

    .gallery-button {
        bottom: 43px;
        background: transparent;
    }

    .gallery__item .gallery__title,
    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 13px;
        padding: 12px 18px;
        font-weight: 600;
    }

    .gallery-button:after {
        top: auto;
        background: url(/local/templates/cf/images/back.svg);
        width: 20px;
        height: 19px;
        border: 0;
        bottom: -43px;
    }

    .gallery-button-prev::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 3px;
    }
}
/* End */
/* /local/templates/mpc/components/bitrix/news/courses/style.css?177251814413190 */
/* /local/templates/mpc/components/bitrix/news.list/services/style.css?17667565801266 */
/* /local/templates/cf/components/bitrix/news.list/team/style.css?17194356001994 */
/* /local/templates/mpc/components/bitrix/catalog.section.list/courses_section/style.css?17727745472344 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17140788002260 */
/* /local/templates/mpc/components/bitrix/news.list/courses/style.css?177746811110019 */
/* /local/templates/mpc/components/bitrix/news.list/course_docs/style.css?1770843553278 */
/* /local/templates/cf/css/gallery.css?17206452004451 */
/* /local/templates/mpc/components/bitrix/news.detail/photo/style.css?17218548004450 */
