

/* Start:/local/templates/.default/components/bitrix/news.detail/teach_course_det/style.css?178610606734469*/
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: 54px;
}

.benefit-course__caption {
	margin: 0;
}

.benefit-course h3 {
	margin: 0;

	text-align: center;
}

.benefit-course__top-text {
	margin: 32px 0 47px;

	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #333;
}

.benefit-course__bottom-text {
	margin: 32px 0 0;

	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #333;
}

.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__column-text {
	margin: 16px 0 0;

	font-weight: 400;
	font-size: 20px;
	line-height: 105%;
	color: #333;
}

.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--3 {
	padding: 0;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
}

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

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

.how-works__bottom-text {
	margin: 20px 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__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__bottom-text {
	margin: 10px 0 0;

	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #630048;
}

.after-training p {
	margin: 0;

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

.after-training__column-long {
	grid-column: 1 / -1;
}

.after-training__column-long p {
	margin: 0;

	font-weight: 700;
	font-size: 18px;
	line-height: 122%;
	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__center-wrapper {
	align-items: center;
} */

/* .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 25px;
	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 {
	cursor: pointer;
	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 38px 1px;

	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;
	width: 16px;
    height: 16px;
    display: block;
	border: none;
}

.form-violet--grey .form-violet__bottom-row .check_rules {
	border: 1px solid #555;
}

.form-violet .check_rules:checked:after {
    top: -17px;
    left: -2px;
}

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

.form-violet--grey {
	box-shadow: 0 5px 5px 0 rgba(99, 0, 72, 0.2);
	background: #f5f5f5;
}

.form-violet--grey .form-violet__title {
	color: #630048;
	font-weight: 700;
}

.form-violet--grey .form-violet__bottom-row .text_rules a,
.form-violet--grey .form-violet__bottom-row .text_rules {
	color: #555;
}

.form-violet.form-violet--grey .form-line .form-input input {
	border: 1px solid #555;
}

.form-violet--grey .form-violet__btn-wrap input[type="submit"] {
	color: #ffffff;
	background: #630048;
	border: none;
}

.form-violet.form-violet--grey .telegram-info-setting span, 
.form-violet.form-violet--grey .telegram-info-setting {
	color: #555;
}

@media screen and (max-width: 768px) {
	.form-violet {
		padding-left: 25px;
		padding-right: 25px;
	}

	.form-violet__top-row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.form-violet__bottom-row .rules_result {
		grid-column: 1 / -1;
		font-size: 13px;
        line-height: 1.2;
        margin-top: 10px;
        text-align: left;
        padding-left: 32px;
	}

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

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

	.form-violet .form-violet__bottom-row .text_rules {
        /* text-align: center;
        padding-left: 9vw; */
		font-size: 13px;
		width: 100%;
    }
}

/* note-list */

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

/* blockquote */

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

	box-shadow: 0 5px 5px 0 rgba(99, 0, 72, 0.2);
	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 {
	margin-bottom: 60px;
}

.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__row {
	--bg-color: rgba(99, 0, 72, 0.5);
	--text-color: #FFFFFF;

	width: 100%;
}

.theory-practice__bottom-text {
	margin: 24px 0 18px;

	font-weight: 700;
	font-size: 18px;
	line-height: 161%;
	color: #333;
}

.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__long-card {
	margin: -4px 0 0;
    padding: 23px 30px;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 16px;

	box-shadow: 0 0 11px 0 rgba(99, 0, 72, 0.2);
	background: #f5f5f5;
	border-radius: 16px;
}

.theory-practice__long-card--3 {
	grid-template-columns: auto 0.8fr 1.2fr;
}

.theory-practice__long-card p {
	margin: 0;

	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #000000;
}

.theory-practice__long-card h3 {
	margin: 0;

	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #630048;
}

.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__long-card--3 {
		grid-template-columns: auto 1fr;
	}

	.theory-practice__long-card p {
		grid-column: 1 / -1;
	}

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

/* select-exam */

.select-exam {
	margin: 60px 0;
	padding: 32px 32px 48px;

	background: #fff4fc;
}

.select-exam__caption {
	margin-top: 0;
}

.select-exam__tab-row {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 31px;
}

.select-exam__tab-row button {
	padding: 0 17px;

	font-weight: 700;
	font-size: 18px;
	line-height: 161%;
	color: #630048;

	border: 1px solid #630048;
	border-radius: 8px;
	background: none;
}

.select-exam__tab-row button:hover {
	cursor: pointer;
}

.select-exam__tab-row button.active {
	color: #ffffff;

	background-color: #630048;
}

.select-exam__block {
	padding: 28px 28px 24px;

	border-radius: 12px;
	box-shadow: 0 2px 12px 0 rgba(9, 53, 135, 0.1);
	background: #ffffff;
}

.select-exam__item {
	display: none;
}

.select-exam__item.active {
	display: block;
}

.select-exam__item-caption {
	margin: 0 0 20px;

	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #333;
}

.select-exam__item-min-caption {
	margin: 0 0 20px;

	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #630048;
}

.select-exam__top-text {
	margin: 0 0 20px;

	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #333;
}

.select-exam__program {
	margin: 0 0 20px;
	padding: 20px 0;

	border-top: 1px solid #630048;
	border-bottom: 1px solid #630048;
}

.select-exam__program-caption {
	margin: 0 0 20px;

	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #333;
}

.select-exam__day-row {
	margin: 0 0 20px;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px;
}

.select-exam__day-column {
	padding: 16px;

	border-radius: 16px;
	box-shadow: 0 0 11px 0 rgba(99, 0, 72, 0.2);
	background: #f5f5f5;
}

.select-exam__day-caption {
	margin-bottom: 2px;

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

.select-exam__day-text {
	font-weight: 700;
	font-size: 14px;
	line-height: 143%;
	color: #333;
}

.select-exam__program-list {
	list-style: none;
	margin: 0;
	padding: 0;

	display: flex;
	flex-direction: column;
	gap: 4px;
}

.select-exam__program-list li {
	padding: 0;
	margin: 0;

	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	color: #1a1a2e;
}

.select-exam__program-list li::before {
	content: "—";
	position: static;

	margin-right: 5px;
	display: inline;
    width: auto;
    height: auto;

    background: none;
    border-radius: 0;
}

.select-exam__teacher-card {
	display: grid;
	gap: 24px;
	grid-template-columns: auto 1fr;
	padding: 14px 16px;
	margin-bottom: 20px;

	border-radius: 8px;
	background: #f5f5f5;
}

.select-exam__teacher-card:last-child {
	margin-bottom: 0;
}

.select-exam__teacher-card img {
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.select-exam__teacher-caption {
	margin: 0 0 8px;

	font-weight: 400;
	font-size: 24px;
	color: #333;
}

.select-exam__teacher-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	color: #333;
}

.select-exam__bottom-link  {
	display: block;
	width: fit-content;
	margin: 20px auto 20px;
	padding: 15px 36px;

	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;

	border-radius: 8px;
	box-shadow: 0 4px 22px 0 #c4c4c4;
	background: #630048;
}

.select-exam__bottom-text {
	margin: 0;

	font-weight: 700;
	font-size: 18px;
	line-height: 161%;
	text-align: center;
	color: #333;
}

@media screen and (max-width: 768px) {
	.select-exam__block {
		padding: 15px;
	}

	.select-exam__tab-row button {
		justify-content: flex-start;
		padding: 0 4px;

		font-size: 13px;
	}

	.select-exam__teacher-card {
		display: block;
	}

	.select-exam__teacher-card img {
		margin-bottom: 15px;
	}

	.select-exam__bottom-text {
		font-size: 14px;
	}

	.select-exam__teacher-caption {
		font-size: 20px;
	}

	.select-exam__bottom-link {
		padding: 10px;

		font-size: 12px;
	}
}

/* trainer-card */

.trainer-card {
	margin-bottom: 60px;
	padding: 36px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
	
	border-radius: 20px;
	box-shadow: 0 30px 25px -15px rgba(165, 164, 166, 0.5);
	background: #f5f5f5;
}

.trainer-card__img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 246px;
	height: 246px;
	max-width: 100%;

	border: 2px solid #630048;
	border-radius: 50%;
	overflow: hidden;
	background-color: #D3D3D4;
}

.trainer-card__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.trainer-card__position {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	color: #630048;
}

.trainer-card__caption {
	margin: 0 0 24px;

	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	color: #630048;
}

.trainer-card__icon-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}

.trainer-card__icon-column strong {
	display: block;

	font-weight: 700;
	font-size: 14px;
	line-height: 143%;
	color: #630048;
}

.trainer-card__icon-column span {
	display: block;
	
	font-size: 14px;
	line-height: 143%;
	font-weight: 400;
	color: #666;
}

.trainer-card__text {
	margin: 0 0 6px;
	width: 100%;
    max-width: 450px;

	font-size: 14px;
	line-height: 143%;
	font-weight: 400;
	color: #666;
}

.trainer-card__text strong {
	color: #630048;
	font-weight: 700;
}

@media screen and (max-width: 576px) {
	.trainer-card {
		padding: 20px;
		grid-template-columns: 1fr;
	}

	.trainer-card__img {
		order: -1;
	}
}

/* what-awaits */

.what-awaits {
	margin-bottom: 60px;
}

.what-awaits__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 40px;
}

.what-awaits__column {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	padding: 36px 20px 36px 30px;

	border-radius: 16px;
	box-shadow: 0 5px 5px 0 rgba(99, 0, 72, 0.2);
	background: #fff4fc;
}

.what-awaits__value {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;

	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #630048;

	border-radius: 50%;
	background: rgba(99, 0, 72, 0.2);
}

.what-awaits__item-caption {
	margin-bottom: 15px;

	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #630048;
}

.what-awaits__item-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #333
}

@media screen and (max-width: 900px) {
	.what-awaits__row {
		grid-template-columns: 1fr;
	}
}

/* indicators */

.indicators {
	margin-top: 60px;
	margin-bottom: 55px;
}

.indicators__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.indicators__column {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 20px;
	padding: 12px 16px;
	box-shadow: 0 5px 5px 0px rgba(9, 53, 137, 0.2);
	background: #f8f8f8;
}

.indicators__value {
	margin: 2px 0;

	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #0d2b5e;
}

.indicators__bottom-text {

	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #555;
}

.indicators__top-text {

	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #555;
}

@media screen and (max-width: 900px) {
	.indicators__column {
		padding: 12px;
	}
}

@media screen and (max-width: 768px) {
	.indicators__row {
		grid-template-columns: repeat(2, 1fr);
	}

	.indicators__column {
		min-height: 80px;
		display: grid;
		grid-template-columns: 0.4fr 0.6fr;
	}

	.indicators__number,
	.indicators__column img,
	.indicators__column svg {
		justify-self: end;
	}
}

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

/* format-terms */

.format-terms {
	margin-top: 60px;
	margin-bottom: 55px;
}

.format-terms__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.format-terms__column {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 20px;
	padding: 29px 27px;
	box-shadow: 0 5px 5px 0 rgba(99, 0, 72, 0.2);
	background: #630048;
}

.format-terms__value {
	margin: 2px 0;

	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #ffffff;
}

.format-terms__number {
	font-weight: 700;
	font-size: 39px;
	line-height: 120%;
	color: #ffffff;
}

@media screen and (max-width: 900px) {
	.format-terms__column {
		padding: 12px;
	}
}

@media screen and (max-width: 768px) {
	.format-terms__row {
		grid-template-columns: repeat(2, 1fr);
	}

	.format-terms__column {
		min-height: 110px;
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.format-terms__value,
	.format-terms__number {
		text-align: center;
	}
}

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

/* english-for-teachers */

.english-for-teachers *,
.english-for-teachers *::after,
.english-for-teachers *::before {
	box-sizing: border-box;
}

/* lightning */

.lightning {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 11px;
    margin: 0;
    padding: 11px 15px;

    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #333;

    background: #eceff6;
    border-radius: 8px;
}

.lightning strong {
	display: block;
}

.lightning--violet {
	border: 1px solid #630048;
	background: none;
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/teach_course_det/style.css?178610606734469 */
