

/* Start:/local/templates/mpc/components/bitrix/news.detail/courses/style.css?177702070333234*/
.course__column .section-title {
	line-height: 1.4;
	margin: 20px 0;
}

.course-page .course-page__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
	margin: 30px 0 0 0;
}

.course__column {
	width: 50%;
}

.course__left {
	padding-right: 50px;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.course__img {
	border-radius: 8px;
	-webkit-box-shadow: 0 35px 25px -29px #00000033;
	box-shadow: 0 35px 25px -29px #00000033;
}

.course__buttons {
    padding: 20px 0 30px 0;
	gap: 10px;
	box-shadow: none;
	width: 100%;
}
.course__column.course__left {
	padding-top: 0;
}

.btn__violet {
	background: var(--violet);
	color: #ffffff;
}

.course__btn {
	color: var(--text) !important;
	padding: 10px 19px !important;
}

.course__btn:hover {
	color: #ffffff !important;
}

.course__directions {
	font-size: 18px;
}

.course__properties {
	font-size: 18px;
	margin-top: 50px;
}

.course__properties p {
	margin-bottom: 10px !important;
}

.course__right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.course__right picture img,
.course__right picture {
	width: 100%;
	/*object-fit: cover;*/
}

.course__timer {
	background: var(--primary)
		url(/local/templates/cf/images/fenix_background.svg) no-repeat center;
	border-radius: 8px;
	margin: 60px 0 40px 0;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 30px 30px 20px 30px;
	background-size: auto 100%;
	width: 100%;
}
.course__right>.course__timer {
	margin: 0 0 20px 0;
}
.content a.btn.btn__transparent.course__btn {
	margin: 0;
}

.course__timer--info {
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.course__timer--btn {
	background: #ffffff !important;
	color: #333333 !important;
	box-shadow: 0 22px 31px -20px #00000085;
	text-align: center;
}

.course__timer--title {
	font-size: 30px;
	font-weight: 700;
	max-width: 274px;
	line-height: 1.5;
}

.course__timer--description {
	background: var(--footer-bg);
	font-size: 16px;
	border-radius: 8px;
	font-weight: 600;
	padding: 5px 15px;
	margin: 0 auto;
}

.timer {
	display: flex;
	justify-content: center;
	gap: 4%;
}

.course__timer--time {
	text-align: center;
	min-width: 115px;
}

.timer__num {
	font-size: 95px;
	font-weight: 700;
	line-height: 1;
}

.course-page .course__information {
	margin-top: 0;
	font-size: 18px;
	justify-content: space-between;
	gap: 20px;
}

.course__properties + .course__information {
	margin-top: 25px;
}

.course__information--item {
	min-width: 23%;
}

.course-page .course__information .course__information--item ul {
	margin: 15px 0 0 0;
}

.course-page .course__information .course__information--item ul {
	margin-bottom: 20px;
}

.course-page .course__information .course__information--item ul li {
	margin-bottom: 8px;
}

.course-page .course__information .course__information--item p {
	margin: 0;
}

.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 #00000033;
}

.course__banner--title {
	font-size: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.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;
}

.section-steps {
	margin: 60px 0;
}

.arrows-block {
	display: flex;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	justify-content: space-between;
	gap: 15px;
	margin-top: 65px;
	align-items: center;
}

.arrows-block__item {
	align-items: center;
	gap: 20px;
}

.arrows-block__icon {
}

.arrows-block__text {
	max-width: 115px;
	line-height: 1.3;
}

.course__documents {
	margin-top: 50px;
}

.course__plan {
	text-transform: none !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.tariff {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-top: 70px;
	margin-bottom: 100px;
}

.tariff__item {
	background: var(--bg);
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	font-size: 18px;
	color: var(--title);
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 35px 25px -29px #00000040;
	position: relative;
}

.tariff__title {
	font-size: 30px;
	color: var(--title);
	margin-bottom: 15px;
}

.tariff__old-price {
	text-decoration: line-through;
}

.tariff__price {
	font-size: 40px;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 20px;
}

.tariff__description {
}

.tariff__options {
	line-height: 1.4;
	margin-top: 10px;
	font-weight: 300;
}

.tariff__btn {
	margin-top: 28px;
}

.choose {
	background: transparent;
	border: 1px solid var(--border-card);
	margin-top: -24px;
	margin-bottom: -24px;
}

.section-crosslink {
}

.related-products {
}

.section-video {
	border: 1px solid var(--border-card);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 24px 32px -19px #00000082;
}

.video-reviews__video {
}

.video-reviews__img {
}

.section-app {
	margin-top: 100px;
	background: var(--violet);
	color: #ffffff;
	margin-left: -80px;
	margin-right: -80px;
	padding: 20px 0 0 0;
}

.section-app__container {
	align-items: flex-end;
}

.section-app__title {
	color: #ffffff !important;
	margin: 0 !important;
}

.section-app__left {
	max-width: 53%;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 10px;
	margin-top: auto;
}

.section-app__image {
	margin-top: -50px;
	max-width: 295px;
	margin-right: 25px;
	margin-left: 25px;
}

.section-app__right {
	font-size: 18px;
	font-weight: 300;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 0;
	margin-left: auto;
}

.section-app__code {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-app__code-wrapper {
	margin-top: 50px;
	gap: 30px;
}

.section-app__code span {
	margin-top: 25px;
	display: flex;
}

.section-app__code--img {
	box-shadow: 0 35px 25px -29px #00000085;
	overflow: hidden;
	width: 132px;
	height: 132px;
	min-width: 132px;
	border-radius: 8px;
	object-fit: contain;
}

.section-questions {
	background: var(--primary);
	color: #ffffff;
	margin-left: -80px;
	margin-right: -80px;
	padding: 50px 0;
	margin-top: 0;
}
.section-questions + .section.content {
	padding-top: 50px;
}

.section-questions__container {
	gap: 35px;
	align-items: center;
}

.section-questions__title {
	font-size: 43px;
	font-weight: 700;
}

.section-questions__description {
	font-size: 20px;
	max-width: 520px;
	font-weight: 300;
	line-height: 1.4;
}

.section-questions__socials {
	display: flex;
	gap: 18px;
	margin-left: auto;
}

.section-questions__social--item {
	background: var(--wrapper-bg);
	width: 99px;
	height: 99px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 35px 25px -29px #00000085;
}

.section-questions__social--item svg {
	width: 50px;
	height: 50px;
	transition: 0.3s;
}

.section-questions__social--item:hover svg {
	transform: scale(1.1);
}

.whatsapp {
}

.telegram {
}

.viber {
}

.section-text {
	font-size: 16px;
	margin-top: 60px;
}

.section-text p {
	margin-bottom: 20px;
}

.bordered {
}

.bordered > li,
.bordered > span,
.bordered > p,
.bordered > div {
	padding-bottom: 18px;
	margin-bottom: 18px !important;
}

.bordered > li:not(:last-child),
.bordered > span:not(:last-child),
.bordered > p:not(:last-child),
.bordered > div:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}

.metka {
	font-size: 16px;
	padding: 5px 12px;
	border-radius: 9px;
	position: absolute;
	top: -18px;
}

.violet {
	background-color: var(--violet);
	color: #ffffff;
}

.section-crosslink {
	margin-bottom: 80px;
	margin-top: 75px;
}

.crosslink-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.crosslink:not(.swiper-initialized) .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

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

.crosslink__item,
.crosslink__item.swiper-slide {
	padding: 25px 20px 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	gap: 30px 25px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0 37px 25px -20px #00000059;
	box-shadow: 0 37px 25px -20px #00000059;
	border: 1px solid #e7e7e7;
	min-height: 185px;
	width: 33.333%;
}

.crosslink__picture {
	position: relative;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 35px;
}

.crosslink__img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 150px;
}

.crosslink__item:hover .crosslink__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.crosslink__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;
}

.crosslink__content {
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
}

.crosslink__title {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.4;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

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

@media (max-width: 640px) {
	.crosslink:not(.swiper-initialized) .swiper-wrapper {
		flex-direction: column;
	}

	.crosslink__item {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.section-crosslink {
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.crosslink__title {
		font-size: 14px;
	}

	.crosslink__item,
	.crosslink__item.swiper-slide {
		margin: 0;
		min-height: auto;
		box-shadow: 0 18px 14px -14px #00000059;
		width: 100%;
	}

	.crosslink-nav {
		margin-top: 35px;
	}

	.crosslink__price {
		padding: 4px 25px;
		font-size: 15px;
	}

	.crosslink__picture {
		padding-bottom: 25px;
	}
}

@media (max-width: 1570px) {
	.section-app,
	.section-questions {
		margin-left: -50px;
		margin-right: -50px;
	}
}

@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: 1360px) {
	.section-app__right {
		font-size: 16px;
	}

	.section-app__code span {
		margin-top: 20px;
	}

	.section-questions__social--item svg {
		width: 35px;
		height: 35px;
	}

	.section-questions__social--item {
		width: 80px;
		height: 80px;
	}

	.section-questions__title {
		font-size: 30px;
	}

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

	.section-app__code-wrapper {
		margin-top: 35px;
	}

	.section-app__code--img {
		width: 110px;
		height: 110px;
		min-width: 100px;
	}

	.section-app .section-title {
		font-size: 26px;
	}

	.section-app__left {
		font-size: 16px;
	}

	.course__timer--title {
		font-size: 25px;
	}

	.timer__num {
		font-size: 68px;
	}

	.course__timer--time {
		min-width: 88px;
	}
}

@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;
	}

	.course__directions {
		font-size: 16px;
		line-height: 1.3;
	}

	.section-app,
	.section-questions {
		margin-left: -30px;
		margin-right: -30px;
	}
}

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

	.course-page .course-page__title {
		font-size: 28px;
		line-height: 1.3;
	}

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

	.course-page .course__buttons .course__price,
	.course-page .course__buttons .course__btn {
		font-size: 15px;
		line-height: 1.5em;
		height: auto;
		min-height: max-content;
	}

	.arrows-block {
		font-size: 14px;
	}

	.arrows-block__item {
		gap: 14px;
	}

	.arrows-block__text {
		max-width: 82px;
	}
}

@media screen and (max-width: 991px) {
	/*why 767px?*/
	.course__buttons.only-desktop {
		display: none !important;
	}
	.course__btn.only-mobile {
		display: block !important;
	}	
	/**/
	.section-app__image {
		display: none;
	}

	.arrows-block {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.course__banner--image {
		display: none;
	}

	.course-page__columns {
		flex-direction: column;
	}

	.course__column {
		width: 100%;
	}

	.course__left {
		padding-right: 0;
	}

	.tariff__item {
		font-size: 15px;
	}

	.tariff__description {
		line-height: 1.2;
	}

	.tariff__title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.tariff__btn {
		font-size: 13px !important;
	}

	.tariff__price {
		font-size: 28px;
		margin-bottom: 8px;
	}
	.counter_banner {
		display: flex;
		order: 5;
		margin-bottom: 40px;
	}
}

@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;
	}
}

@media screen and (max-width: 768px) {
	.course__buttons-bottom {
		width: 100%;
	}

	.course__buttons-bottom a {
		width: 100%;
		max-width: 100%;
	}

	.task-159500 .course__buttons a {
		font-size: 14px !important;
	}

	.timer__num {
		font-size: 40px;
	}

	.section-app p {
		text-align: center !important;
		font-weight: 500 !important;
	}

	.section-app .section-title {
		font-size: 18px;
		text-align: center !important;
		line-height: 1.4;
	}
	.course__information--item .bold.uppercase {
		font-size: 17px;
		color: var(--title);		
	}

	.course__timer--description {
		font-size: 12px;
	}

	.course__timer--title {
		font-size: 18px;
	}

	.course__timer--btn {
		font-size: 12px !important;
		padding: 8px 12px !important;
		width: 128px;
		min-width: 128px;
		box-shadow: 0 14px 20px -11px #00000085;
	}

	.course__timer--time {
		min-width: 65px;
	}

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

	.course__banner--btn {
		font-size: 13px !important;
		padding: 10px 19px !important;
	}

	.course__banner--price {
		font-size: 14px;
		margin: 5px 0;
	}

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

	.course__banner--left {
		gap: 15px;
		padding: 20px;
		box-shadow: 0 35px 25px -29px #00000099;
	}

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

	.course__timer--info {
		gap: 25px;
	}

	.section-app__left {
		max-width: 100%;
		font-size: 14px;
		gap: 10px;
		line-height: 1.3;
		margin-bottom: 5px;
	}

	.section-questions__container {
		flex-direction: column;
		align-items: center;
	}

	.section-questions__socials {
		margin-left: auto;
		margin-right: auto;
	}

	.section-app__code-wrapper {
		display: flex !important;
		justify-content: center;
	}

	.section-app__right {
		margin-right: auto;
		margin-left: auto;
	}

	.section-app__code-wrapper {
		margin-top: 10px;
	}

	.section-app__code {
		font-weight: 300 !important;
	}

	.section-app__container {
		align-items: center;
		flex-direction: column;
	}

	.tariff {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
	}

	.tariff__item {
		text-align: left;
		align-items: baseline;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 7px 10px;
		font-size: 13px;
	}

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

	.tariff__btn {
		font-size: 12px !important;
		padding: 5px 12px !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}

	.tariff__old-price {
		font-size: 13px;
		line-height: 1;
	}

	.tariff__price {
		font-size: 20px;
		margin-bottom: 0;
		line-height: 1;
	}

	.tariff__title {
		font-size: 16px;
		margin-bottom: 0;
	}

	.tariff__description {
		width: 100%;
		margin-top: 10px;
	}

	.metka {
		font-size: 12px;
		padding: 3px 10px;
		border-radius: 7px;
	}

	.choose {
		margin-top: 0;
		margin-bottom: 0;
	}

	.course__timer {
		border-radius: 0;
		margin: 20px -15px 0 -15px;
		padding: 20px 30px 20px 30px;
		width: calc(100% + 30px);
	}

	.course__left,
	.course__properties,
	.course__directions,
    .content ul	{
		font-size: 14px;
	}

	.course__banner {
		margin-top: 20px;
	}

	.course-page .course-page__title {
		/*margin-bottom: 30px;*/
		margin-top: 0;
		font-size: 17px;
		text-align: center !important;
	}

	.course__img {
		max-width: 100%;
		margin: 0 auto;
	}

	.course__price {
		font-size: 12px !important;
		padding: 9px 13px !important;
	}

	.course__btn {
		font-size: 12px !important;
		padding: 9px 10px !important;
	}

	.task-159500 .course__btn {
		font-size: 14px !important;
	}

	.arrows-block {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		margin-top: 10px;
	}

	.arrows-block__item + svg {
		transform: rotate(90deg) scaleX(0.7);
		max-height: 14px;
		width: 26px;
		position: relative;
		margin-left: 8px;
	}

	.course__buttons {
		padding: 22px 0;
		box-shadow: none;
		/*flex-wrap: nowrap !important;*/
		justify-content: space-between;
	}

	.arrows-block__text {
		max-width: none;
	}

	.course__properties {
		margin-top: 25px;
	}

	.course__information {
		/* margin-top: 25px; */
	}

	.course__information.only-mobile {
		flex-wrap: wrap;
		display: flex !important;
		gap: 20px;
	}

	.course-page__columns.content ul {
		font-size: 13px;
	}

	.course-page__columns .bordered > li,
	.course-page__columns .bordered > span,
	.course-page__columns .bordered > p,
	.course-page__columns .bordered > div {
		padding-bottom: 12px;
		margin-bottom: 12px !important;
	}

	.course-page__columns.content ul {
		margin: 25px auto 10px auto;
	}

	.course__directions .section-title {
		font-size: 16px;
		margin: 0;
	}

	.course__directions {
		font-size: 12px;
	}

	.arrows-block__item > svg {
		width: 40px;
		min-width: 40px;
	}

	.section-steps {
		margin: 10px 0 20px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.section-app,
	.section-questions {
		margin-left: -15px;
		margin-right: -15px;
	}

	.course-page .content ul.bordered,
	.course-page ul.bordered {
		margin: 20px auto 30px auto;
		font-size: 14px;
	}

	.course-page .content ul.bordered li,
	.course-page ul.bordered li {
		margin-bottom: 12px !important;
		padding-left: 30px;
		padding-bottom: 12px;
	}

	.course-page .bordered p {
		margin-bottom: 12px !important;
		padding-bottom: 12px;
	}

	.course__plan {
		margin: 20px auto 0;
		font-size: 15px !important;
		padding: 10px 19px !important;
	}

	.course__plan svg {
		width: 20px;
		height: auto;
	}

	.course__column {
		align-items: center;
	}

	.course__column .section-title {
		text-align: center !important;
	}

	.tariff {
		margin-top: 15px;
		margin-bottom: 20px;
		grid-gap: 30px;
	}

	.tariff__options {
		width: 100%;
		margin-top: 0;
	}

	.section-app {
		margin-top: 35px;
	}

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

	.section-questions__container {
		gap: 20px;
	}

	.section-questions__description {
		font-size: 12px;
		text-align: center;
	}

	.task-159500 .section-questions__description {
		font-size: 14px;
	}

	.section-questions__social--item {
		width: 47px;
		height: 47px;
		box-shadow: 0 13px 21px -8px #00000085;
	}

	.section-questions__social--item svg {
		width: 24px;
		height: 24px;
	}

	.section-questions {
		padding: 20px 0 25px 0;
	}

	.section-text {
		font-size: 13px;
		margin-top: 35px;
	}

	.section-advantages,
	.course-page .section-documents,
	.course-page .section-news {
		margin: 35px 0;
	}

	.course__documents {
		margin-top: 0;
	}
	
	.course__description {
		margin-bottom: 55px;
	}
	
	.course-page .course__banner+.section.content {
		margin-top: 0 ;
	}	
}

/*form*/
.grey__form {
	width: 100%;
	background: var(--bg);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
}

.block-grey__form {
	position: absolute;
	z-index: 1;
	top: 0;
	background: var(--bg);
	right: 20px;
	max-width: 498px;
	border-radius: 0 8px 8px 8px;
	box-shadow: 0 30px 25px -20px #0000007a;
}

.block-grey__form__title {
	background: var(--primary);
	color: #ffffff;
	padding: 7px 28px;
	font-size: 30px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	border-radius: 0 0 8px 0;
}

.block-grey__form__content {
	flex-direction: column;
	padding: 40px 45px 40px 45px;
	gap: 12px 0;
	box-shadow: 0 35px 33px -29px #00000040;
}

.block-grey__form__content .required__form__field:after {
	top: 22px;
	right: 10px;
	line-height: 0;
}

.block-grey__form__field {
	color: var(--label-text);
	align-items: center;
}

.block-grey__form__field span {
	padding-left: 0;
	color: var(--text);
	width: 206px;
	padding-right: 30px;
	font-size: 18px;
	line-height: 1.2;
}

.block-grey__form__field textarea,
.block-grey__form__field input,
.block-grey__form__field select {
	border: 0;
	border-radius: 8px;
	font-size: 18px;
	padding: 9px 22px;
	margin-top: 5px;
	background: #ffffff;
	font-weight: 300;
	max-height: 134px;
	flex-grow: 1;
}

.block-grey__form__field select {
	background: #ffffff url(/local/templates/cf/images/icons/arrow_bttm.svg)
		no-repeat calc(100% - 14px) 20px;
	-webkit-appearance: none;
}

.block-grey__form__field-checkbox {
	color: var(--text);
	font-size: 12px;
	gap: 35px 10px;
	margin-top: 12px;
	overflow: hidden;
	flex-direction: column;
	align-items: flex-start;
	max-width: calc(100% - 206px);
	margin-left: auto;
}

.block-grey__form__field-checkbox .checkbox {
	padding: 0;
}

.block-grey__form__submit {
	background: #ffffff;
	color: #111111;
}

@media screen and (max-width: 1330px) {
	.block-grey__form__title {
		font-size: 22px;
	}

	.block-grey__form__field span {
		width: 172px;
		font-size: 16px;
	}

	.block-grey__form__field textarea,
	.block-grey__form__field input,
	.block-grey__form__field select {
		font-size: 16px;
	}

	.block-grey__form__content {
		padding: 35px 35px 25px 35px;
	}

	.block-grey__form__field-checkbox {
		max-width: 100%;
	}

	.block-grey__form__submit {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 1280px) {
	.block-grey__form {
	}

	.block-grey__form__field span {
		width: 148px;
		font-size: 14px;
	}

	.block-grey__form__title {
		font-size: 20px;
	}

	.block-grey__form__submit {
		font-size: 14px;
		padding: 10px;
	}
}

@media screen and (max-width: 768px) {
	.grey__form {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}

	.block-grey__form__title {
		font-size: 16px;
		border-radius: 0;
		width: 100%;
		text-align: center;
		padding: 12px 28px;
	}

	.block-grey__form__field select {
		background-size: 10px;
		background-position: calc(100% - 9px) 12px;
	}

	.block-grey__form__content {
		padding: 15px 20px 25px 20px;
		box-shadow: none;
	}

	.block-grey__form__field textarea,
	.block-grey__form__field input,
	.block-grey__form__field select {
		font-size: 13px;
		padding: 4px 15px;
		font-weight: 400;
	}

	.task-159500 .block-grey__form__field textarea,
	.task-159500 .block-grey__form__field input,
	.task-159500 .block-grey__form__field select {
		font-size: 14px;
	}

	.block-grey__form__field span {
		width: 125px;
		font-size: 12px;
		font-weight: 600;
		padding-right: 10px;
	}

	.task-159500 .block-grey__form__field span {
		font-size: 14px;
		width: 135px;
	}

	.block-grey__form__submit {
		padding: 7px 17px !important;
		font-size: 14px !important;
		margin: 0 auto;
	}

	.block-grey__form__field-checkbox {
		gap: 20px 10px;
	}

	.task-159500 .block-grey__form__field-checkbox {
		font-size: 14px;
	}
}

@media(max-width: 350px) {
	.course__buttons {
		justify-content: center;
	}
}

/*.breadcrumbs li:last-child,*/
/*.breadcrumbs li:nth-last-child(2) {*/
/*	display: none;*/
/*}*/

.course-page .content a.btn.lw-scroll-btn {
	margin: 25px 0;
	width: fit-content;
}

.course__information {
	/*flex-direction: column;*/
	margin: 10px 0 40px 0;
}

.tariff__options-full {
	margin-bottom: 20px;
	font-weight: bold;
	color: #ff6600;
	cursor: pointer;
}
.team-item-popup {
	display: none;
}

.course_navigation {
	display: flex;
    margin: 0 0 20px 0;
    padding: 0;
    gap: 10px;	
    flex-wrap: wrap;
	justify-content: space-between;
}
.course_navigation li {
    text-transform: uppercase;
    padding: 0;
	border: 2px solid var(--primary);
    border-radius: 8px;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
	background: #fff;
	list-style: none;
	text-align: center;
	flex-grow: 1;
}
.course_navigation li a {
	display: block;
    color: var(--text-advantages);	
	padding: 8px 16px;
}
.course_navigation li:hover {
	background-color: var(--primary);
}
.course_navigation li:hover a {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.course_navigation li {
		font-size: 14px;
	}
	.course_navigation li a {
		padding: 5px;
	}
}

.course__description {
	-webkit-box-shadow: 0 35px 25px -29px #00000033;
	box-shadow: 0 35px 25px -29px #00000033;
}

.course__infoblock {
	padding: 50px 0;
}

.course__sertificates {
    flex-wrap: nowrap;
	align-items: center;
}
.course__sertificates a {
    display: flex;
    align-items: center;
}

.course__column .course__sertificates div img {
	height: auto;
    width: 100%;
	object-fit: contain;
}

.course__column.course__right .course__sertificates-item {
	width: 48%;
	box-shadow: none;
	align-items: center;
}

.course__column .course__sertificates-item a {
    height: 100%;
	box-shadow: 0 22px 39px -22px #00000040;
}

[data-fancybox="cources"]::before {
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.course-page__columns .course__sertificates div {
		width: 48%;
	}
	.course-page .course__information {
		flex-wrap: wrap;
		gap: 0;
	}
}
.prof_sections {
	margin-bottom: 20px;
}
.prof_sections .bold {
	display: block; 
	margin-bottom: 5px;
}
.prof_sections a.prof_section {
	display: inline-block;
	background: none;
	color: var(--text-advantages);
	font-weight: 500;
	border-radius: 8px;
	margin: 0 5px 0 0;
	font-size: 13px !important;
	text-transform: uppercase;
    padding: 7px 7px;
	border: 1px solid var(--primary);
}
.prof_sections a.prof_section:hover {
	background: var(--primary);
	color: var(--bg);
}
@media (max-width: 768px) {
	.prof_sections a.prof_section {
		margin-top: 5px;
	}
}

/**/
#form_nomanager {
	width: 50%;
    min-width: 640px;
    display: none;
}
#form_nomanager input[type=file], 
#form_nomanager_yl input[type=file] {
	width: 100%;
	color: var(--text);
	padding: 11px;
	background: var(--bg-input);
	border-radius: 8px;
	box-shadow: none;
	border: 0;
}
#form_nomanager .d-flex.popup__field_column {
	width: 48%;
    display: flex;
    flex-direction: column;
	gap: 20px;
}
#form_nomanager .d-flex_wrap {
	flex-wrap: wrap;
	width: 100%;
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) {
	#form_nomanager {
		width: 100%;
		min-width: 100%;
	}
	#form_nomanager .d-flex.popup__field_column {
		width: 100%;
	}	
}
/**/

.service_acco .documents__content {
	text-transform: none;
    padding: 0 20px 20px 20px;
	font-size: 18px;
}

.content a.course__price,
.content a.course__price:hover {
	color: #FFF;
}


.eduphoto-swiper {
	position: relative;
	padding: 0;
}
.eduphoto__item {
	display: flex;
	padding: 0;
	gap: 40px;
	margin: 0 auto;
	width: 92%;
}
.eduphoto__image {
	width: 50%;
}
.eduphoto__image img {
	border-radius: 10px;
}
.eduphoto__content {
	width: 50%;
}

.eduphoto-swiper .gallery-button {
	height: 100%;
}
.eduphoto__content .btn {
	display: block;
    max-width: 380px;
	margin-top: 40px;
	text-align: center;
}
.eduphoto__name {
	color: var(--blackwhite);
    font-weight: 700;
	font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.eduphoto__text {
	font-size: 18px;
}
.eduphoto-swiper .swiper-pagination .swiper-pagination-bullet {
    color: #fff;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
    background: var(--bullet);
    height: 40px;
    width: 40px;
}
.eduphoto-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary);
}
.section-gallery .eduphoto-swiper .swiper-pagination {
	margin: 40px auto 0 auto;
	float: none;
}
@media (max-width: 768px) {
	.eduphoto__image,
	.eduphoto__content {
		width: 100%;
	}
	.eduphoto__item {
		flex-wrap: wrap;
	}
	.section-gallery .eduphoto-swiper .swiper-pagination {
		margin-top: 20px;
	}
	.eduphoto-swiper {
		margin-bottom: 40px;
	}
	.eduphoto-swiper .swiper-slide {
		height: auto;
	}
	.eduphoto__name {
		font-size: 1.1em;
	}
	.section-gallery .eduphoto-swiper .swiper-pagination {
		margin-top: 20px;
		position: absolute;
		top: 240px !important;
		left: 0 !important;
		width: 100% !important;
		text-align: center;
		max-width: 100%;
	}
	.eduphoto__name {
		margin-top: 70px;
	}
	.eduphoto__image img {
		height: 220px;
	}
	.eduphoto__content .btn {
		margin: 40px auto 0 auto;
	}
}

/**/
.docpost_block {
	display: flex;
    justify-content: space-between;
	gap: 5%;
}
.docpost_info {
	width: 45%;
	padding: 20px 0;
}
.docpost_block .map {
	width: 50%;
}
#contacts_map {
	width: 100%;
	height: 100%;
}
.docpost_block p {
	font-size: 18px;
}
@media screen and (max-width: 991px) {
	.docpost_block p {
		font-size: 14px;
	}	
}
.docpost_info>p+p {
	margin-top: 24px;
}
.docpost_info .btn {
	margin: 0 auto;
    max-width: fit-content;
	display: block;
}
.docpost_add {
	list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 40px 0;
    padding: 0;
	gap: 1%;
	flex-wrap: wrap;
	text-align: center;
}
.docpost_add li {
	width: 30%;
}
.docpost_block p.docpost_title {
	text-transform: uppercase;
    color: var(--primary);
    font-weight: bold;
    font-size: 30px;
	margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
	.docpost_block {
		flex-wrap: wrap;
	}
	.docpost_info, 
	.docpost_block .map {
		width: 100%;
	}
	.docpost_block .map {
		height: 300px;
	}
	.docpost_add {
		justify-content: center;
	}
	.docpost_add li {
		width: 45%;
		text-align: center;
	}
	.docpost_add li:last-child {
		margin-top: 20px;
		width: 100%;
	}
	.course__btn {
		max-width: 260px;
		text-align: center;
		margin: 20px auto;
	}
	.docpost_info {
		padding: 0;
	}
	.course__btn.only-desktop {
		display: none;
	}
}

@media(max-width: 1450px) {
	.docpost_block p.docpost_title {
		font-size: 24px;
	}
}

@media(max-width: 480px) {
	.docpost_block p.docpost_title {
		font-size: 20px;
	}
}
/* End */


/* Start:/local/templates/mpc/components/bitrix/news/services/style.css?177261037014366*/
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: block;
    max-width: 240px;
}


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

.course-direction .course__img,
.course-page .course__img {
	border-radius: 8px;
	-webkit-box-shadow: 0 35px 25px -29px #00000033;
    box-shadow: 0 35px 25px -29px #00000033;
}

.course__column {
	width: 50%;
}

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

.course__column.course__left {
	display: flex;
	flex-direction: column;
	padding-right: 50px;
	justify-content: space-between;
}

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

.course__buttons {
	gap: 20px;
	padding: 0;
	/*-webkit-box-shadow: 0 35px 25px -29px #00000033;
	box-shadow: 0 35px 25px -29px #00000033;*/
}
.course-direction .course__left .course__buttons {
	padding-top: 0;
}
.course-direction .course__left h3 {
	padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--title);
    text-transform: uppercase;
}
.course-direction .course__left p {
	font-size: 18px;
	margin-bottom: 20px;
}

.course-direction .course__right img,
.course-page .course__right img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

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

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

.form-question+.section.content {
	margin-top: 40px;
}
.center iframe {
	display: block;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.course-page__columns {
		flex-direction: column-reverse;
		gap: 40px;
	}
}

@media (max-width: 767px) {
	.section.content h2 {
		font-size: 17px !important;
	}
	/*.course__column.course__right {
		display: none;
	}*/
	.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__buttons a {
		margin-top: 0;
		margin-bottom: 0;
	}

	.course__column.course__left {
		padding-right: 0;
	}

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

	.course__buttons .btn {
		min-height: 42px;
		font-size: 14px;
	}
	.course-direction .course__left .course__buttons {
		padding-top: 20px;
	}
	.course-direction .course__left p {
		font-size: 14px;
	}
	.course-direction .course__left h3 {
	    padding: 0 0 20px 0;
		font-size: 17px;
	}	
}

.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__flex-description h1 {
	display: none;
}

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

	.course-direction__flex>* {
		order: 9999;
	}

	.course-direction__flex h1 {
		order: 1;
	}

	.course-direction__flex-list {
		order: 2;
	}

	.course-direction__flex-list .section-title {
		display: none;
	}

	.course-direction__flex-list .section-item:last-child {
		border-bottom: 0;
	}

	.course-direction__flex-form {
		order: 3;
		margin-top: 40px;
	}

	.course-direction__flex-form .footer-form.form-question {
        padding-top: 1px;
		overflow: visible;
		padding-bottom: 40px;
    }

	.course-direction__flex-form .form-question .footer-form__container {
		margin-top: -40px;
		background: url('/local/templates/mpc/images/mpc-bg.png') no-repeat center bottom #6A77C9;
		border-radius: 4px;
		padding: 20px 35px;
	}

	.course-direction__flex-form .footer-form__header {
        font-size: 24px;
    }

	.course-direction__flex-form picture {
		display: none;
	}

	.course-direction__flex-description {
		order: 4;
	}

	.course-direction__flex-description h1 {
		display: block;
	}

	.course-direction__flex-seo {
		order: 5;
	}

	.course-direction__flex-form .footer-form.form-question {
		margin-top: 0;
	}
}
/* 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/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/service_list/style.css?17647744074470*/
.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;
}

.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;
    }

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

    .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/courses/style.css?177702070333234 */
/* /local/templates/mpc/components/bitrix/news/services/style.css?177261037014366 */
/* /local/templates/mpc/components/bitrix/news.list/courses/style.css?177746811110019 */
/* /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/service_list/style.css?17647744074470 */
