

/* 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.detail/services/style.css?177684282119187*/
.html-video {
	max-width: 640px;
	margin: 0 auto;
}
.html-video .videoblog__video .youtube-btn {
    width: 60px;
	top: calc(50% - 30px);
	right: calc(50% - 30px);
}

section.content a.btn.btn__transparent {
	display: inline-block;
}

.content a.btn.btn__transparent.course__btn_ {
	margin: 0;
}
.content a.btn.btn__transparent.course__btn {
    display: block;
    max-width: 240px;
}
.content a.btn.btn__transparent.course__btn.course__btn_long {
    max-width: 420px;
}

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

.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;
    justify-content: space-between;
}
.course__column.course__left h3 {
    padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--title);
    text-transform: uppercase;
}
.course__column.course__left .course__anons {
	padding-bottom: 40px;
}

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

.course__buttons {
	box-shadow: none;
}

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

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

.service_acco .documents__content {
	text-transform: none;
    padding: 0 20px 20px 20px;
	font-size: 18px;
}
.service_acco_title {
	margin: 40px 0 20px 0;
}
.service_acco_list.content ul {
	margin-left: 0;
}
.service_acco_list.content li {
	padding-left: 0;
    display: flex;
    width: 100%;
	gap: 40px;
}
.service_acco_list.content ul li:before {
	display: none;
}
.service_acco_list.content span {
	width: 80%;
}
.service_acco_list.content span.bold{
    color: #ff6600;
    text-transform: none;
    width: 25%;
    display: block;
}

@media (max-width: 767px) {
	.course-page .course-page__title {
		font-size: 17px;
		margin: 25px 0;
		line-height: 1.2;
	}
	.service_acco_list.content li {
		flex-wrap: wrap;
		gap: 10px;
	}
	.service_acco_list.content span,
	.service_acco_list.content span.bold {
		width: 100%;
	}
	.section.content h2 {
		font-size: 17px !important;
	}
	/*.course__column.course__right>*:not(.course__sertificates) {
		display: none;
	}*/
	.course__column.course__left h3 {
		font-size: 17px;
	}		
	.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;
	}

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

	.course__buttons .btn {
		min-height: 42px;
		font-size: 14px;
		line-height: 22px;
	}
	
	.course__description {
		margin-bottom: 55px;
	}
	.page_service-detail .lw-section-thin+.content {
		margin-top: 20px;
	}
}

.lw-section-thin {
	max-width: 1168px;
	margin: 0 auto;
}
.lw-section-thin p {
	font-size: 18px;
}
.lw-section-thin p+p {
	margin-top: 20px;
}
.lw-section-thin+.content {
	margin-top: 60px;
}

.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;
		justify-content: flex-end;
	}
	.lw-steplist__item:nth-child(even) span {
		text-align: right;
	}	

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

@media (max-width: 767px) {
	.lw-section-thin p,
	.section.content p,
	.section.content li {
		font-size: 14px;
	}
	.section.content p, .section.content .seo-text p {
		margin-bottom: 0.6em;
	}
	.section.content ul, .section.content .seo-text ul {
		margin: 0.6em auto;		
	}
	.section.content h3 {
		margin-top: 2em;
	}
}

/* step-list */

/* price-block */
.lw-price-block {
	display: flex;
	align-items: center;
	gap: 20px 80px;
	margin: 20px 0 80px 0;
	justify-content: space-between;
}

.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__right .course__timer {
	margin-top: 0;
}
div+iframe {
	margin-top: 60px;
    position: relative;
	z-index: 1;
}
.course__banner {
    -webkit-box-shadow: 80px 0 0 0 var(--violet), -80px 0 0 0 var(--violet);
    box-shadow: 80px 0 0 0 var(--violet), -80px 0 0 0 var(--violet);
	border-radius: 0;
}


.course__description {
	box-shadow: none;
}

.course__infoblock {
	padding: 0;
}
.course__right picture+.course__timer {
	margin-top: 40px;
}
/*.course__information {
	flex-direction: column;
}*/
/*
.course__information .course__information--item {
 width: 30%;	
}*/
@media (max-width: 960px) {
	.course-page .course__information {
		flex-wrap: wrap;
	}
	.course__information .course__information--item {
		width: 100%;
	}
	.form-question {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;	
	}
	iframe {
		max-width: 100%;
	}
}
.content ul.bordered {
	max-width: 100%;
}

.course__right .lw-price-block {
	flex-flow: column;
    align-items: flex-start;
}
.course__right .lw-price-block__item {
	justify-content: space-between;
    width: 80%;
}
.course__right .section-advantages {
	margin-bottom: 0;
}

[data-fancybox="certificates"] {
    align-items: center;
}

.section-advantages .course__sertificates {
	font-size: 18px;
}

.section.content .course__sertificates-item a {
    max-height: none !important;
}

@media screen and (max-width: 1199px) {
    .section.content .course__sertificates div img {
        height: auto;
    }
}

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

.course__anons.content ul {
	margin-left: 0;
}

@media(max-width: 767px) {
	.course-page__columns .course__sertificates {
		max-width: 100%;
		margin: 0;
	}

	.course__column.course__right .course__sertificates-item {
		margin-bottom: 0;
	}

	.course-page__columns {
		gap: 0;
	}
	.course__infoblock {
		margin-top: 20px;
	}

	.page_service-detail {
		display: flex;
		flex-direction: column;
	}
	
	.page_service-detail>* {
		order: 20;
	}
	.page_service-detail [data-mobileorder] {
		display: grid;
	}
	.page_service-detail [data-mobileorder="1"] {
		order: 1;
	}
	.page_service-detail [data-mobileorder="2"] {
		order: 2;
	}
	.page_service-detail [data-mobileorder="3"] {
		order: 3;
	}
	.page_service-detail [data-mobileorder="4"] {
		order: 4;
	}
	.page_service-detail [data-mobileorder="5"] {
		order: 5;
	}
	.page_service-detail [data-mobileorder="6"] {
		order: 6;
	}
	.page_service-detail [data-mobileorder="7"] {
		order: 7;
	}
	.page_service-detail [data-mobileorder="8"] {
		order: 8;
	}
	.page_service-detail [data-mobileorder="9"] {
		order: 9;
	}
	.page_service-detail [data-mobileorder="10"] {
		order: 10;
	}
	.page_service-detail [data-mobileorder="11"] {
		order: 11;
	}
	.page_service-detail [data-mobileorder="12"] {
		order: 12;
	}
	.page_service-detail [data-mobileorder="13"] {
		order: 13;
	}
	.page_service-detail [data-mobileorder="14"] {
		order: 14;
	}
	.page_service-detail [data-mobileorder="15"] {
		order: 15;
	}
	.page_service-detail [data-mobileorder="16"] {
		order: 16;
	}
	.page_service-detail [data-mobileorder="17"] {
		order: 17;
	}
	.course__right .lw-price-block {
		margin: 0 auto;
		width: 100%;
		padding: 0 0 30px 0;
		gap: 20px;
		align-items: center;
	}
	.collapsed-block:after {
		display: none;
	}
	.page_service-detail .collapsed-block:not(.expanded) {
		max-height: unset;
	}
	.section-tariff, 
	.service_acco_list	{
		margin-top: 20px;
	}
	.section-tariff .section-title {
		margin-bottom: 10px;
	}
	.service_acco .bordered {
		margin: 20px 0 0 0;
	}
	.page_service-detail .form-question+.section.content {
		margin-top: 0;
		padding-top: 0;
	}
	.page_service-detail .lw-feature-item__header {
		box-shadow: none;
	}
	.page_service-detail .lw-feature-item {
		-webkit-box-shadow: 0 35px 25px -29px #00000033;
		box-shadow: 0 35px 25px -29px #00000033;
		padding-bottom: 30px;
	}
	.page_service-detail .license-slider-simple {
		display: block;
	}
	.license-slider-simple {
		margin-bottom: 40px;
	}
	.lw-section-thin+.service_acco {
		margin-top: 40px;
	}
	.html-video {
		margin-top:40px;
	}

}

.license-slider_simple .swiper-wrapper {
	margin-bottom: 20px;
}

@media screen and (max-width: 485px) {
	.page_service-detail .lw-feature-item:last-child {
		-webkit-box-shadow: none;
		box-shadow: none;
	}	
}
@media screen and (max-width: 365px) {
	.page_service-detail .course__buttons.only-mobile>* {
		width: 100%;
	}
}
.page_service-detail .section.content p+h2, 
.page_service-detail .section.content ul+h2 {
	margin-top: 35px;
}

/*@media screen and (min-width: 991px) {
	.only-mobile {
		display: none !important; 
	}
}
@media screen and (max-width: 991px) {
	.only-desktop {
		display: none !important; 
	}
}*/

.course__buttons.only-mobile>* {
	width: 47%;
	max-width: unset;
}
.course__buttons.only-mobile .btn__violet {
	border: 3px solid var(--violet);
}
@media(max-width: 420px) {
	.course__btn_long {
		width: 100%;
	}
	.course__buttons, 
	.course-direction .course__left .course__buttons {
		padding-top: 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.detail/services/style.css?177684282119187 */
