

/* Start:/local/templates/.default/components/bitrix/news.detail/teach_course_det/style.css?177669781522021*/
div.news-detail {
	word-wrap: break-word;
}

div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}

.news-date-time {
	color: #486DAA;
}

.note-list-title {
	font-size: 24px;
	line-height: 1.15;
	font-weight: 400;
	padding: 16px 0;
	border-bottom: 1px dashed #D2D5C9;
}

.note-list-item:last-child .note-list-title,
.active .note-list-title {
	border-bottom-color: transparent;
}

.note-list-content {
	display: none;
	background: #fff;
	color: #000;
	margin-left: -68px;
	margin-right: -45px;
}

.note-list-content-inner {
	padding: 22px 45px 22px 128px;
}

.note-list-content p {
	max-width: 600px;
	margin: 0;
}


.note-list-item-inner {
	padding-left: 60px;
	position: relative;
}

.note-list-item-inner::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(/online/img/icons/checked-marker-round.svg);
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.note-list-wrap.note-spoiler {
	padding-top: 0;
	padding-bottom: 0;
}

.note-spoiler .note-list-item-inner {
	cursor: pointer;
}

.note-spoiler .note-list-item-inner::before {
	width: 37px;
	height: 37px;
	margin-top: -18px;
	background-image: url(/online/img/icons/spoiler-sprite.svg);
}

.note-spoiler .note-list-item-inner::after {
	content: '';
	display: block;
	width: 14px;
	height: 24px;
	background-image: url(/online/img/icons/question-sprite.svg);
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
}

.note-spoiler.purple .note-list-item-inner::before {
	width: 37px;
	height: 37px;
	margin-top: -18px;
	background-image: url(/online/img/icons/spoiler-sprite-purple.svg);
}

.note-spoiler.purple .note-list-item-inner::after {
	content: '';
	display: block;
	width: 14px;
	height: 24px;
	background-image: url(/online/img/icons/question-sprite-purple.svg);
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}

.active .note-list-item-inner::before {
	background-position-y: 39px;
}

.active .note-list-item-inner::after {
	background-position-y: 26px;
}

.note-spoiler.orange .note-list-item-inner::before {
	background-position-y: 39px;
}

.orange .active .note-list-item-inner::before {
	background-position-y: 0;
}

.orange .note-list-item-inner::after {
	background-position-y: 26px;
}

.orange .active .note-list-item-inner::after {
	background-position-y: 0;
}

.note-list-wrap {
	background: #f5f5f5;
	margin-bottom: 50px;
	padding: 14px 45px 14px 68px;
}

.note-list-wrap.note-spoiler {
	padding-top: 0;
	padding-bottom: 0;
}

.note-spoiler--violet.note-list-wrap {
	padding: 0;
	background: none;
}

.note-spoiler--violet .note-list-item-inner {
	background-color: #F5F5F5;
	padding-left: 136px;
	padding-right: 135px;
}

.note-spoiler--violet .note-list-item:first-child .note-list-item-inner {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.note-spoiler--violet .note-list-item:last-child .note-list-item-inner {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.note-spoiler--violet .note-list-item.active .note-list-item-inner {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.note-spoiler--violet .note-list-item.active+.note-list-item .note-list-item-inner {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.note-spoiler--violet .note-list-item.active .note-list-title {
	border-bottom: 1px solid #F5F5F5;
}

.note-spoiler--violet.note-spoiler .note-list-item-inner::after {
	display: none;
}

.note-spoiler--violet .note-list-title {
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.note-spoiler--violet.note-spoiler .note-list-item-inner::before {
	left: 7%;

	background-image: url('/online/img/icons/icon-checked-violet.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.note-spoiler--violet .note-list-content {
	margin-left: 0;
	margin-right: 0;
}

.note-spoiler--violet .note-list-content-inner {
	padding-left: 138px;
	padding-top: 38px;
	padding-bottom: 37px;
}

.note-spoiler--violet .note-list-content-inner p {
	line-height: 1.4;
}

@media (max-width: 575px) {
	.note-list-title {
		font-size: 22px;
		padding: 18px 0;
	}

	.note-list-content {
		margin-left: -30px;
		margin-right: -30px;
	}

	.note-list-content-inner {
		padding: 15px 30px 15px;
	}

	.note-list-content p {
		max-width: 100%;
	}

	.note-spoiler .note-list-item-inner::after {
		display: none;
	}

	.note-list-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}

	.note-spoiler--violet .note-list-item-inner {
		padding-right: 15px;
	}

	.note-spoiler--violet .note-list-content-inner,
	.note-spoiler--violet .note-list-item-inner {
		padding-left: 60px;
	}

	.note-spoiler--violet.note-spoiler .note-list-item-inner::before {
		left: 3%;
	}
}

@media (max-width: 500px) {
	.note-list-title {
		font-size: 20px;
	}
}

/* prep-cam */

.prep-cam {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.prep-cam * {
	box-sizing: border-box;
}

.prep-cam__caption {
	margin: 0 0 28px;
}

.prep-cam__text {
	margin: 0 0 31px;

	font-size: 20px;
	line-height: 1.1;
}

@media (max-width: 1199px) {
	.prep-cam h3 {
		font-size: 20px;
	}
}

/* benefit-course */

.benefit-course {
	margin-bottom: 35px;
}

.benefit-course__caption {
	margin: 0;
}

.benefit-course h3 {
	margin: 0;

	text-align: center;
}

.benefit-course__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	margin: 30px 0 0;
}

.benefit-course__column {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

.benefit-course__img {
	width: 93px;
	height: 93px;
	display: flex;
	justify-content: center;
	align-items: center;

	border-radius: 50%;
	background-color: #630048;
}

.benefit-course__img svg {
	display: block;
}

@media screen and (max-width: 576px) {
	.benefit-course__row {
		grid-template-columns: 1fr;
	}
}

/* who-course */

.who-course {
	margin-bottom: 6px;
	padding: 36px 36px 30px;

	background-color: #FFF4FC;
	border-radius: 20px;
	box-shadow: 0px 30px 24.9px -15px rgba(165, 164, 166, 0.5);
}

.who-course__caption {
	margin: 0 0 20px;
}

.who-course__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px 40px;
}

.who-course__text {
	margin: 14px 0px 0;

	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.who-course h3 {
	margin: 10px 0 16px;
}

.who-course ul {
	margin: 0;
}

.who-course li {
	line-height: 1.22;
}

.who-course li:before {
	left: 12px;
	top: 10px;
	width: 3px;
	height: 3px;

	background-color: #333333;
}

@media screen and (max-width: 576px) {
	.who-course__row {
		grid-template-columns: 1fr;
	}
}

/* how-works */

.how-works {
	margin: 0 0 58px;
}

.how-works__top-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 21px;
}

.how-works__bottom-row {
	padding: 24px 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.how-works__top-column {
	margin-bottom: 12px;
	padding: 36px 30px;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: rgba(99, 0, 72, 1);

	box-shadow: 0px 30px 24.9px -15px rgba(165, 164, 166, 0.5);
	background-color: rgba(245, 245, 245, 1);
	border-radius: 16px;
}

.how-works__bottom-column {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	line-height: 1.2;
}

.how-works__bottom-column img {
	display: block;
}

.how-works__bottom-column span {
	margin-top: 5px;
}

.how-works__bottom-row--4 {
	padding: 0;
	grid-template-columns: repeat(4, 1fr);
	align-items: start;
}

.how-works__bottom-row--4 .how-works__bottom-column {
	grid-template-columns: 1fr;
}

.how-works__bottom-text {
	margin: 32px 0 0;

    font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.how-works__column {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

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

	.how-works__top-row,
	.how-works__bottom-row {
		grid-template-columns: 1fr;
	}
}

/* after-training */

.after-training {
	margin-bottom: 60px;
}

.after-training + .blockquote {
	margin-top: 0;
}

.after-training__caption {
	margin: 0 0 22px;
}

.after-training__row {
	padding: 36px;
	display: grid;
	grid-template-columns: repeat(3, minmax(auto, 239px));
	justify-content: space-between;
	gap: 33px 0;

	background-color: rgba(99, 0, 72, 1);
	border-radius: 20px;
	background-image: url('/images/icons/icon-after-training-12-big.svg');
	background-position: top right;
	background-size: 410px auto;
	background-repeat: no-repeat;
}

.after-training__img {
	margin-bottom: 24px;
}

.after-training__img img {
	display: block;
}

.after-training p {
	margin: 0;

	font-size: 20px;
	font-weight: 400;
	line-height: 1.05;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	.after-training__row {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}
}


@media screen and (max-width: 576px) {
	.after-training__row {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}

/* about-trainer */

.about-trainer {
	margin-bottom: 59px;
	padding: 36px 36px 17px;

	background: rgba(245, 245, 245, 1);
	border-radius: 20px;
	box-shadow: 0px 30px 24.9px -15px rgba(165, 164, 166, 0.5);
}

.about-trainer__top-text {
	margin-bottom: 5px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #630048;
}

h2.about-trainer__caption {
	margin: 0 0 25px;

	color: #630048;
	letter-spacing: 0;
}

.about-trainer__row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 90px;
}

.about-trainer__video {
	cursor: pointer;
	width: 225px;
	height: 464px;
	border-radius: 20px;
}

.about-trainer__video iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.about-trainer__video>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.about-trainer__video iframe.hidden,
.about-trainer__video>img.hidden {
	display: none;
}

.about-trainer__list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;

	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.about-trainer__list li {
	flex: 0 1 auto;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 10px;
}

.about-trainer__list li h3 {
	margin: 0 0 3px;

	color: rgba(99, 0, 72, 1);
	font-size: 14px;
	line-height: 1;
}

.about-trainer__list li span {
	font-size: 14px;
}

.about-trainer__list li::before {
	display: none;
}

.about-trainer p {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.5;
}

.about-trainer p strong {
	color: rgba(99, 0, 72, 1);
}

@media screen and (max-width: 768px) {
	.about-trainer {
		padding: 36px;
	}

	.about-trainer__row {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-trainer__video {
		margin: 0 auto;
	}
}

@media screen and (max-width: 576px) {
	.about-trainer {
		padding: 15px;
	}
}

/* teachers-about-program */

.teachers-about-program {
	margin-bottom: 59px;
}

.teachers-about-program__caption {
	margin: 0 0 12px;
}

.teachers-about-program__slider {
	padding: 0 24px;
}

.teachers-about-program__slider--no-border {
	padding: 0;
}

/* .teachers-about-program .swiper-container-horizontal>
.swiper-pagination.swiper-pagination--no-pagination {
	display: none;
} */

.teachers-about-program__container .swiper-slide {
	box-sizing: border-box;
	padding: 12px 12px 24px;
	height: auto;
}

.teachers-about-program__article {
	padding: 25px 30px 14px;
	min-height: 100%;

	background: rgba(248, 248, 248, 1);
	box-shadow: 0px 30px 24.9px -15px rgba(165, 164, 166, 0.5);
	border-radius: 20px;
}

.teachers-about-program__article h3 {
	margin: 0 0 1px;

	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #630048;
}

.teachers-about-program__article time {
	display: block;
}

.teachers-about-program__type {
	min-height: 22px;
	margin-bottom: 20px;
	color: rgba(99, 0, 72, 0.5);
}

.teachers-about-program__article p {
	margin: 0 0 5px;
}

.teachers-about-program__link,
.teachers-about-program__btn {
	padding: 0;
	background: none;
	border: none;

	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: rgba(99, 0, 72, 0.5);
	text-decoration: underline;
}

.teachers-about-program__bottom-link {
	display: block;
	margin-top: 24px;

	font-weight: 700;
	font-size: 20px;
	line-height: 1.1;
	text-align: center;
	text-decoration: underline;
	color: rgba(99, 0, 72, 1);
}

.teachers-about-program .swiper-container-horizontal>.swiper-pagination {
	position: static;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.teachers-about-program .swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;

	color: #630048;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;

	border-radius: 0;
	border: 1px solid rgba(204, 242, 244, 1);
	background: none;
	opacity: 1;
}

.teachers-about-program .swiper-pagination-bullet-active {
	color: #ffffff;

	background-color: #630048;
	border-color: #630048;
}

@media screen and (max-width: 768px) {
	.teachers-about-program__slider {
		padding: 0;
	}
}

/* why-teacher */

.why-teacher {
	margin-bottom: 53px;
}

.why-teacher__caption {
	margin: 0 0 22px;
}

.why-teacher__row {
	display: grid;
	gap: 57px 30px;
	grid-template-columns: 1fr 1fr;
}

.why-teacher__column {
	display: grid;
	gap: 24px;
	grid-template-columns: auto 1fr;
	padding-right: 9px;
}

.why-teacher__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 93px;
	height: 93px;

	border-radius: 50%;
	background-color: #630048;
}

.why-teacher__text-column h3 {
	margin: 0 0 10px;
}

.why-teacher__text-column p {
	margin: 0 0 5px;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	.why-teacher__row {
		grid-template-columns: 1fr;
	}
}

/* form-violet */

.form-violet {
	margin-bottom: 58px;
	padding: 36px 41px 0;

	background: linear-gradient(90.16deg, #EE46C0 -18.05%, #630048 33.95%);
	border-radius: 20px;
}

.form-violet__title {
	margin: 0 0 24px;

	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	letter-spacing: -0.03em;
}

.form-violet__top-row {
	display: flex;
	gap: 16px;
	margin-bottom: 6px;
}

.form-violet .form-input {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-violet .form-line .form-input input {
	width: 100%;
	height: auto;
	padding: 13px 17px 12px 8px;

	font-size: 18px;
	line-height: 1;

	border: none;
	border-radius: 0;
}

.form-violet .form-input input::placeholder {
	color: rgba(85, 85, 85, 1);
}

.form-violet .telegram-info-setting span,
.form-violet .telegram-info-setting {
	padding: 0;
	color: #ffffff;
	text-align: center;
	line-height: 1.2;
}

.form-violet__bottom-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
}

.form-violet__bottom-row .rules_confirm {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 0 17px;
}

.form-violet__bottom-row .rules_result {
	grid-column: 2 / 3;
}

.form-violet__bottom-row .text_rules {
	display: block;
	padding: 0;
	color: #ffffff;
}

.form-violet__bottom-row .text_rules a {
	color: #ffffff;
}

.form-violet__bottom-row .check_rules {
	padding: 7px;
	margin: 0;
}

.form-violet__btn-wrap {
	width: 226px;
	margin-top: 4px;
}

.form-violet__btn-wrap input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;

	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #630048;

	background-color: #ffffff;
	border-radius: 8px;
}

.form-violet__btn-wrap input[type="submit"]:disabled {
	opacity: 0.6;
}

@media screen and (max-width: 768px) {
	.form-violet__top-row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.form-violet__bottom-row {
		grid-template-columns: 1fr;
		gap: 10px;
		justify-content: center;
	}

	.form-violet__btn-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}

/* note-list */

.note-list__caption {
	margin: 0 0 44px;
}

/* blockquote */

.blockquote {
	padding: 36px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 79px;

	box-shadow: 0px 30px 24.9px -15px rgba(165, 164, 166, 0.5);
	background-color: rgba(245, 245, 245, 1);
	border-radius: 20px;
}

.blockquote__img {
	width: 240px;
	height: 240px;
	object-fit: cover;
	object-position: center;

	border-radius: 50%;
}

.blockquote blockquote {
	position: relative;
	margin: 0 0 23px;
	padding: 0;

	background: none;
}

.blockquote blockquote::before {
	content: url('/images/icons/icon-ldquo.svg');

	display: block;
}

.blockquote blockquote::after {
	content: url('/images/icons/icon-bdquo.svg');

	display: block;
	text-align: right;
}

.blockquote blockquote p {
	margin: 5px 0 10px;

	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.blockquote__name {
	margin: 0 0 3px;

	font-size: 30px;
	line-height: 1;
	color: #630048;
}

.blockquote__text {
	margin: 0;

	font-size: 14px;
	font-weight: 400;
	color: #630048;
	line-height: 1.45;
}

@media screen and (max-width: 768px) {
	.blockquote {
		grid-template-columns: 1fr;
		gap: 30px;
		justify-items: center;
	}

	.blockquote__img {
		order: -1;
	}
}

/* theory-practice */

.theory-practice__top-row {
	margin: -3px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;

	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.theory-practice__top-row span:first-child {
	color: #0F6E56;
}

.theory-practice__top-row span:last-child {
	color: #630048;
}

.theory-practice__top-line {
	margin-bottom: 25px;

	height: 10px;
	background-image: url("/images/line-and-circle.png");
	background-position: center;
	background-size: contain;
}

.theory-practice__slide:nth-child(4n + 1) {
	--bg-color: rgba(225, 245, 238, 1);
	--text-color: rgba(15, 110, 86, 1);
}

.theory-practice__slide:nth-child(4n + 2) {
	--bg-color: rgba(9, 54, 139, 0.2);
	--text-color: rgba(9, 53, 137, 1);
}

.theory-practice__slide:nth-child(4n + 3) {
	--bg-color: rgba(99, 0, 72, 0.2);
	--text-color: rgba(99, 0, 72, 1);
}

.theory-practice__slide:nth-child(4n + 4) {
	--bg-color: rgba(99, 0, 72, 1);
	--text-color: rgba(255, 255, 255, 1);
}

.theory-practice__card {
	padding: 17px 16px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;

	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background: rgba(245, 245, 245, 1);
	border-radius: 16px;
}

.theory-practice__column h3 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: rgba(99, 0, 72, 1);
}

.theory-practice__column p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	color: rgba(51, 51, 51, 1);
}

.theory-practice__number {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 30px;
	height: 30px;

	font-size: 20px;
	font-weight: 700;
	line-height: 0.1;
	color: var(--text-color);

	background-color: var(--bg-color);
	border-radius: 50%;
}

.theory-practice__caption-card {
	padding: 9px 17px;
	width: fit-content;

	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: var(--text-color);

	background-color: var(--bg-color);
	border-radius: 8px;
}

@media screen and (min-width: 769px) {
	.theory-practice__wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px 34px;
	}

	.theory-practice__slide:nth-child(4n + 4) {
		grid-column: 1 / 4;
	}

	.theory-practice__pagination,
	.theory-practice__slide:nth-child(4n + 4) .theory-practice__caption-card {
		display: none;
	}

	.theory-practice__slide {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 4;
		gap: 24px;
	}
}

@media screen and (max-width: 768px) {
	.theory-practice__slide {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.theory-practice__card {
		height: 100%;
	}

	.theory-practice__top-row,
	.theory-practice__top-line {
		display: none;
	}

	.theory-practice__slider {
		overflow: hidden;
		width: 100%;
	}

	.theory-practice__wrapper {
		display: flex;
		width: 100%;
	}

	.theory-practice__slide {
		width: 100%;
		flex-shrink: 0;
		box-sizing: border-box;
	}

	.theory-practice__pagination {
		display: flex;
		justify-content: center;
		gap: 15px;
		margin-top: 33px;
	}

	.theory-practice__pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background-color: rgba(217, 217, 217, 1);
		opacity: 1;
		transition: all 0.2s ease;
		border-radius: 50%;
	}

	.theory-practice__pagination .swiper-pagination-bullet-active {
		background-color: rgba(99, 0, 72, 1);
	}
}

/* program-conducted */

.program-conducted {
	margin-bottom: 60px;
}

.program-conducted__caption {
	margin-top: 0;
}

.program-conducted__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.program-conducted__card {
	padding: 36px 25px 19px;

	box-shadow: 0px 30px 24.9px -15px rgba(165, 164, 166, 0.5);
	background: rgba(245, 245, 245, 1);
	border-radius: 16px;
}

.program-conducted__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin: 0 auto 24px;

	border-radius: 50%;
	background: rgba(211, 211, 212, 1);
	border: 2px solid rgba(99, 0, 72, 1);
}

.program-conducted__img img {
	display: block;
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: bottom center;
}

.program-conducted__name {
	margin: 0 0 24px;
	
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	color: rgba(99, 0, 72, 1);
}

.program-conducted__text {
	margin: 0 0 24px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: rgba(99, 0, 72, 1);
}

.program-conducted__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.program-conducted__list li {
	padding-left: 46px;
	margin: 0 0 17px;
	position: relative;

	font-size: 16px;
	line-height: 1.25;
}

.program-conducted__list li::before {
	display: none;
}

.program-conducted__list img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.program-conducted__row {
		grid-template-columns: 1fr;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/teach_course_det/style.css?177669781522021 */
