.programDescriptionInfo_programDescriptionInfo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1136px;
	margin: 0 auto 60px
}

.programDescriptionInfo_programDescriptionInfoBlock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.programDescriptionInfo_programDescriptionInfoBlockImage {
	margin-right: 20px;
	height: 60px;
	width: 73px;
	background-position: 100% 50%;
	background-repeat: no-repeat
}

.programDescriptionInfo_programDescriptionInfoBlockImageCalendar {
	background-image: url(/_next/static/media/ic_calendar.58800391.svg)
}

.programDescriptionInfo_programDescriptionInfoBlockImageClock {
	background-image: url(/_next/static/media/ic_clock.0b21880c.svg)
}

.programDescriptionInfo_programDescriptionInfoBlockImageBlank {
	background-image: url(/_next/static/media/ic_blank.8bed1453.svg)
}

.programDescriptionInfo_programDescriptionInfoBlockImageCard {
	background-image: url(/_next/static/media/ic_card.4f295201.svg)
}

.programDescriptionInfo_programDescriptionInfoBlockText {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.programDescriptionInfo_programDescriptionInfoBlockText p {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -.02px
}

.programDescriptionInfo_sale {
	color: #ff9142;
	margin-right: 10px
}

.programDescriptionInfo_oldPrice {
	position: relative
}

.programDescriptionInfo_oldPrice:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	height: 2px;
	width: 50px;
	background-color: #ff9142
}

@media only screen and (max-width: 992px) {
	.programDescriptionInfo_programDescriptionInfo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 20px
	}

	.programDescriptionInfo_programDescriptionInfoBlock {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		width: 50%;
		margin-bottom: 30px
	}
}

@media only screen and (max-width: 576px) {
	.programDescriptionInfo_programDescriptionInfoBlock {
		width: 100%
	}

	.programDescriptionInfo_programDescriptionInfoBlock:last-of-type {
		margin-bottom: 0
	}

	.programDescriptionInfo_programDescriptionInfoBlockText {
		min-width: 157px
	}
}

.paymentsBlock_paymentTypeWrapper {
	position: relative
}

.paymentsBlock_paymentType {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
	top: calc(100% + 12px);
	left: 0;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(44, 48, 59, .1), 0 4px 12px rgba(44, 48, 59, .15);
	border-radius: 3px;
	padding: 10px 0
}

.paymentsBlock_paymentTypeButton {
	padding-left: 40px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color: #2d3039;
	background-position: 12px 50%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	white-space: nowrap
}

.paymentsBlock_paymentTypeButton:hover {
	color: #5b6173
}

.paymentsBlock_paymentTypeButton:last-of-type {
	margin-bottom: 0
}

.paymentsBlock_paymentTypeButtonInvoice {
	background-image: url(/_next/static/media/document.213e76fc.svg)
}

.paymentsBlock_paymentTypeButtonCard {
	background-image: url(/_next/static/media/case.6a6cfe17.svg)
}

@media only screen and (max-width: 576px) {
	.paymentsBlock_paymentType {
		position: relative;
		top: 0;
		box-shadow: none;
		padding: 30px 10px
	}

	.paymentsBlock_paymentTypeButton:first-of-type {
		margin-bottom: 20px
	}
}

.programPromoActions_programActions {
	display: -ms-flexbox;
	display: flex
}

.programPromoActions_programActionStartStudy {
	margin-right: 10px
}

.programPromoActions_programActionBuyProgram {
	position: relative
}

.programPromoActions_programActionBuyProgram button {
	color: #2d3039;
	border: 1px solid #d9dce3
}

.programPromoActions_academyActionsStartStudy {
	margin-right: 10px
}

button.programPromoActions_academyActionsBtn {
	border-radius: 4px;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%
}

button.programPromoActions_buttonNotClickable {
	pointer-events: none
}

.programPromoActions_academyActionsBtn.programPromoActions_firstBtn {
	padding: 8px 27.5px 12px
}

.programPromoActions_academyActionsBtn.programPromoActions_firstBtn:disabled {
	color: #fff;
	background-color: #bcb9b3
}

.programPromoActions_academyActionsBtn.programPromoActions_secondBtn:disabled {
	color: #bcb9b3;
	border: 1px solid #e1dfdb
}

.programPromoActions_academyActionsBtn.programPromoActions_secondBtn:hover {
	border-color: #2d3039
}

.programPromoActions_academyActionsBtn.programPromoActions_secondBtn {
	padding: 8px 67.3px 12px;
	border: 1px solid var(--coldGray3)
}

@media only screen and (max-width: 576px) {
	.programPromoActions_academyActionsStartStudy {
		margin-right: 0
	}

	.programPromoActions_academyActionsAssign {
		margin-bottom: 16px
	}

	.programPromoActions_programActions {
		width: 100%;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 10px
	}

	.programPromoActions_programActionStartStudy {
		margin-right: 0;
		margin-bottom: 10px
	}

	.programPromoActions_programActions button {
		width: 100%
	}

	button.programPromoActions_academyActionsBtn {
		font-size: 16px;
		height: unset;
		min-height: 40px
	}

	button.programPromoActions_academyActionsBtn.programPromoActions_firstBtn {
		padding: 8px 27.5px
	}

	button.programPromoActions_academyActionsBtn.programPromoActions_darkSecondBtn,
	button.programPromoActions_academyActionsBtn.programPromoActions_secondBtn {
		padding: 8px 67.3px
	}
}

.programDescription_programDescriptionBlock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1136px;
	margin: 0 auto 60px;
	padding: 80px 30px;
	border-bottom: 1px solid #eaebf1;
	position: relative
}

.programDescription_microCourseDescription {
	background: #f7f0ff
}

.programDescription_microCourseDescription .programDescription_programDescriptionBlock {
	margin-bottom: 0;
	border-bottom: none
}

.programDescription_programDescriptionInfo {
	max-width: 656px;
	color: #2d3039
}

.programDescription_programDescriptionImage {
	max-width: 400px;
	height: 400px
}

.programDescription_programDescriptionImage img {
	width: 100%
}

.programDescription_programDescriptionImage.programDescription_resubscritpionImg {
	position: absolute;
	bottom: 0;
	right: 0
}

.programDescription_programTitle {
	margin-bottom: 8px;
	font-size: 40px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: -.3px
}

.programDescription_programDescription {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -.15px;
	margin-bottom: 32px
}

@media only screen and (max-width: 992px) {
	.programDescription_programDescriptionInfo {
		max-width: 100%
	}

	.programDescription_programDescriptionImage {
		display: none
	}
}

@media only screen and (max-width: 576px) {
	.programDescription_academyActionsStartStudy {
		margin-right: 0;
		margin-bottom: 16px
	}

	.programDescription_academyActionsAssign {
		margin-bottom: 16px
	}

	.programDescription_programTitle {
		font-size: 24px;
		line-height: 36px
	}

	.programDescription_programDescription {
		font-size: 18px;
		line-height: 28px
	}

	.programDescription_programDescriptionBlock {
		padding: 32px 0;
		width: calc(100% - 40px)
	}
}

.programThemesItem_programThemesItem {
	position: relative;
	padding-left: 47px;
	margin-bottom: 30px
}

.programThemesItem_programThemesItem:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	border: 1px solid #adb2c2;
	left: 0;
	top: 6px;
	background-image: url(../img/icon/icon-checked_purple.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

.programThemesItem_programThemesItem.programThemesItem_additionalTheme:before {
	background-image: url(/_next/static/media/ic_gift.9c703249.svg);
	border: none;
	border-radius: 0;
	width: 25px;
	height: 32px;
	top: 0
}

.programThemesItem_programThemesItem:after {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 9px);
	background-color: #adb2c2;
	left: 11px;
	top: 40px
}

.programThemesItem_programThemesItem:last-of-type:after {
	display: none
}

.programThemesItem_programThemesItemTitle {
	line-height: unset;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px
}

.programThemesItem_programThemesItemCoursesCount {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #adb2c2;
	cursor: pointer
}

.programThemesItem_programThemesItemCoursesCount:after,
.programThemesItem_programThemesItemCoursesCount:before {
	position: relative;
	display: inline-block;
	background-position: 50%;
	background-repeat: no-repeat
}

.programThemesItem_programThemesItemCoursesCount:before {
	content: "";
	width: 14px;
	height: 16px;
	background-image: url(/_next/static/media/ic_book.62fb51e1.svg);
	top: 4px;
	margin-right: 10px
}

.programThemesItem_programThemesItemCoursesCount:after {
	content: "";
	width: 10px;
	height: 7px;
	margin-left: 10px;
	background-image: url(/_next/static/media/ic_chevron.fad70188.svg)
}

.programThemesItem_programThemesItemCoursesCount.programThemesItem_programThemesItemCoursesCountOpened:after {
	display: none
}

.programThemesItem_programThemesItemCoursesCount.programThemesItem_opened:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.programThemesItem_programThemesItemCoursesContent {
	position: absolute;
	top: -9999px;
	left: -9999px;
	color: #adb2c2;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 8px
}

.programThemesItem_programThemesItemCoursesContent.programThemesItem_opened {
	position: relative;
	top: 0;
	left: 0
}

.programThemesItem_programThemesItemCourseTitle {
  font-size: 12px;
  line-height: 20px;
}

.programThemesItem_programThemesItemCourseTitle a {
	color: inherit;
	text-decoration: none
}

.programThemesItem_programThemesItemCourseTitle:before {
	content: "-";
	margin-right: 5px;
	display: inline-block
}

@media only screen and (max-width: 576px) {
	.programThemesItem_programThemesItemTitle {
		line-height: 27px;
		font-size: 18px
	}
}

.programCourseItem_programCourseItem {
	display: block;
	position: relative;
	padding-left: 47px;
	margin-bottom: 35px
}

a.programCourseItem_programCourseItem,
a.programCourseItem_programCourseItem:hover {
	color: var(--colGray9)
}

.programCourseItem_programCourseItem:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 2px solid #adb2c2;
	left: 0;
	top: 6px;
	background-image: url(../img/icon/icon-checked_purple.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

.programCourseItem_programCourseItem:after {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 9px);
	background-color: #adb2c2;
	left: 11px;
	top: 40px
}

.programCourseItem_programCourseItem:last-of-type:after {
	display: none
}

.programCourseItem_programCourseItemTitle,
a .programCourseItem_programCourseItemTitle {
	font-size: 24px;
	color: var(--colGray9);
	margin-bottom: 5px
}

.programCourseItem_programCourseItemLessonsCount {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #adb2c2
}

.programCourseItem_programCourseItemLessonsCount:before {
	position: relative;
	display: inline-block;
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	width: 14px;
	height: 16px;
	background-image: url(/_next/static/media/ic_book.62fb51e1.svg);
	top: 4px;
	margin-right: 10px
}

@media only screen and (max-width: 576px) {
	.programCourseItem_programCourseItemTitle {
		line-height: 27px;
		font-size: 18px
	}
}

.programSkills_programSkills {
	padding: 80px 30px 105px;
	max-width: 1136px;
	margin: 0 auto
}

.programSkills_programSkillsHeader {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.programSkills_programSkillsTitle {
	margin-right: 25px;
	font-size: 28px;
	font-weight: 600;
	line-height: 56px;
	color: #2d3039
}

.programSkills_programSkillsBody {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.programSkills_programSkillsBodySkills {
	width: 750px
}

.programSkills_programSkillsBodySkillsList {
	margin-bottom: 34px
}

.programSkills_programSkillsBodySkillsItem {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}

.programSkills_programSkillsBodySkillsItemContainer {
	margin-top: -4px
}

.programSkills_programSkillsBodySkillsItem:before {
	content: "";
	position: relative;
	display: inline-block;
	min-width: 20px;
	height: 20px;
	margin-right: 25px;
	top: 2px;
	background-image: url(../img/icon/icon-star.svg)
}

.programSkills_programSkillsCaption {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #2d3039;
}

.programSkills_programSkillsDescription {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #2d3039

}

.programSkills_programSkillsBodyNotation {
	width: 270px;
	padding: 43px 25px 32px;
	background-color: #f7f7f7;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: -12px
}

.programSkills_programSkillsBodyNotationText {
	font-weight: 600;
	max-width: 160px;
	margin: 0 auto
}

.programSkills_programSkillsBodyNotationIcon {
	width: 224px;
	height: 224px;
	margin: 0 auto 25px;
	background-image: url(../img/icon/icon-books.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

.programSkills_programSkillsBodySkillsShowMore {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #adb2c2;
	cursor: pointer;
	margin-bottom: 26px
}

.programSkills_programSkillsBodySkillsShowMore:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-left: 10px;
	background-image: url(/_next/static/media/ic_chevron.fad70188.svg)
}

.programSkills_skillsVisible {
	visibility: visible
}

.programSkills_skillsHidden {
	visibility: hidden;
	position: absolute;
	left: -9999px
}

@media only screen and (max-width: 992px) {
	.programSkills_programSkillsBodySkills {
		max-width: 100%
	}

	.programSkills_programSkillsBodyNotation {
		display: none
	}

	.programSkills_programSkills {
		padding: 40px 20px 50px
	}

	.programSkills_programSkillsTitle {
		font-size: 24px;
		line-height: 36px
	}
}

@media only screen and (max-width: 576px) {
	.programSkills_programSkills {
		padding: 40px 20px 50px
	}

	.programSkills_programSkillsTitle {
		font-size: 24px;
		line-height: 36px
	}

	.programSkills_programSkillsCaption,
	.programSkills_programSkillsDescription {
		line-height: 27px;
		font-size: 18px
	}

	.programSkills_actionsButtonsContainer {
		width: 100%
	}

	.programSkills_programSkillsBodySkillsItemContainer {
		margin-top: 0
	}
}

.programThemes_programThemes {
	position: relative;
	max-width: 1136px;
	margin: 0 auto;
	padding: 0 30px
}

.programThemes_programThemesWrapper {
	background-color: #444855;
	padding: 80px 30px 80px
}

.programThemes_programThemesWrapper.programThemes_wrapperMicroCourse {
	background: #fff
}

.programThemes_programThemesHeader {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.programThemes_programThemesTitle {
	margin-right: 25px;
	font-size: 28px;
	font-weight: 700;
	line-height: 56px;
	color: #fff
}

.programThemes_programThemes h2[class*=programThemesTitle] div[class*=trigon] {
	left: -8px
}

.programThemes_wrapperMicroCourse .programThemes_programThemesTitle {
	color: var(--coldGray9)
}

.programThemes_programThemesBody {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.programThemes_wrapperMicroCourse .programThemes_programThemesBody {
	-ms-flex-align: start;
	align-items: flex-start
}

.programThemes_programThemesBodyThemes {
	width: 750px
}

.programThemes_programThemesAdditionalThemeBadge {
	position: relative;
	top: 2px
}

.programThemes_programThemesBodyNotation {
	width: 360px;
	color: #ff9142;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-align: center
}

.programThemes_programThemesBodyNotationText {
	width: 368px;
	margin: 0 auto;
	font-weight: 600
}

.programThemes_programThemesBodyNotationIcon {
	width: 300px;
	height: 215px;
	margin: 0 auto 25px;
	background-image: url(../img/icon/icon-flash.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

button.programThemes_academyActionsBtn {
	border-radius: 4px;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%
}

button.programThemes_buttonNotClickable {
	pointer-events: none
}

.programThemes_academyActionsBtn.programThemes_firstBtn {
	padding: 8px 27.5px 12px
}

.programThemes_academyActionsBtn.programThemes_darkSecondBtn,
.programThemes_academyActionsBtn.programThemes_secondBtn {
	padding: 8px 67.3px 12px;
	border: 1px solid var(--coldGray3);
	color: #fff
}

.programThemes_academyActionsBtn.programThemes_secondBtn {
	color: #fff
}

.programThemes_academyActionsBtn.programThemes_secondBtn:disabled {
	color: #938e86
}

.programThemes_programThemesWrapper.programThemes_wrapperMicroCourse .programThemes_academyActionsBtn.programThemes_darkSecondBtn {
	color: #2d3039
}

.programThemes_academyActionsBtn.programThemes_darkSecondBtn:disabled {
	color: #938e86;
	border: 1px solid #6b6861;
	padding: 8px 67.3px 12px
}

.programThemes_academyActionsBtn.programThemes_secondBtn:hover {
	border-color: #2d3039
}

.programThemes_buttonsContainer {
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin-top: 14px;
	margin-bottom: 18px
}

.programThemes_academyActionsBtn.programThemes_secondBtn.programThemes_microcourseButtons {
	color: var(--coldGray9)
}

.programThemes_programActionStartStudy {
	margin-right: 10px
}

@media only screen and (max-width: 992px) {
	.programThemes_programThemesBodyNotation {
		display: none
	}

	.programThemes_programThemesTitle {
		font-size: 24px;
		line-height: 36px
	}
}

@media only screen and (max-width: 576px) {
	.programThemes_programThemesWrapper {
		padding: 40px 25px 55px
	}

	.programThemes_programThemes {
		padding: 0
	}

	.programThemes_buttonsContainer {
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 10px
	}

	.programThemes_buttonsContainer button.programThemes_darkSecondBtn,
	.programThemes_buttonsContainer button.programThemes_firstBtn,
	.programThemes_buttonsContainer button.programThemes_secondBtn {
		font-size: 16px;
		height: unset;
		min-height: 40px
	}

	.programThemes_buttonsContainer button.programThemes_firstBtn {
		padding: 8px 27.5px
	}

	.programThemes_buttonsContainer button.programThemes_darkSecondBtn,
	.programThemes_buttonsContainer button.programThemes_secondBtn {
		padding: 8px 67.3px
	}
}

.programDocument_programDocumentBlock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 30px 105px;
	max-width: 1136px;
	margin: 0 auto 60px
}

.programDocument_programDocumentInfo {
	max-width: 464px
}

.programDocument_programDocumentDiploma {
	zoom: .85;
	width: 754px;
	margin-bottom: -2px
}

.programDocument_programDocumentImage {
	margin: 0 auto 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.programDocument_programDocumentImage>div,
.programDocument_programDocumentImage>div:last-of-type {
	margin: 0
}

.programDocument_programTitle {
	margin-bottom: 8px;
	font-size: 40px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: -.3px
}

.programDocument_programDocument {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -.15px;
	margin-bottom: 32px
}

.programDocument_programActions {
	display: -ms-flexbox;
	display: flex
}

.programDocument_programActionStartStudy {
	margin-right: 10px
}

.programDocument_programActionBuyProgram button {
	color: #2d3039;
	border: 1px solid #d9dce3
}

.programDocument_programDocumentActions {
	display: inline-block
}

.programDocument_programDocumentActions>div:first-child {
	margin-bottom: 10px;
	margin-right: unset
}

.programDocument_programDocumentActions button {
	width: 100%
}

@media only screen and (max-width: 992px) {
	.programDocument_programDocumentImage {
		margin-bottom: 20px;
		max-width: 640px
	}

	.programDocument_programDocumentBlock {
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0
	}

	.programDocument_programDocumentInfo {
		max-width: 100%
	}

	.programDocument_programActions {
		margin-bottom: 40px
	}

	.programDocument_programDocumentActions {
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 48px
	}

	.programDocument_programDocumentActions>div:first-child {
		margin-right: 10px
	}
}

@media only screen and (max-width: 767.98px) {
	.programDocument_programDocumentImage {
		margin-top: 40px;
		max-width: 485px
	}
}

@media only screen and (max-width: 576px) {
	.programDocument_programDocumentBlock {
		padding: 0 20px 75px
	}

	.programDocument_programDocumentImage {
		margin-top: 0;
		max-width: 266px;
		height: 186px
	}

	.programDocument_programActions {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%
	}

	.programDocument_programActions button {
		width: 100%
	}

	.programDocument_programActionStartStudy {
		margin-right: 0;
		width: 100%
	}

	.programDocument_programTitle {
		font-size: 24px;
		line-height: 36px
	}

	.programDocument_programDocument {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 24px
	}

	.programDocument_programDocumentDiploma {
		width: 310px
	}
}

.programTeachersListItem_programTeachersListItem {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 32%;
	height: 320px;
	background-color: #fff;
	border: 1px solid #f7f9fc;
	box-sizing: border-box;
	box-shadow: 0 4px 30px rgba(44, 48, 59, .1);
	border-radius: 8px;
	text-align: center;
	color: #2d3039;
	font-size: 18px;
	margin-right: 8px;
	margin-bottom: 100px
}

.programTeachersListItem_programTeachersListItem.programTeachersListItem_programTeachersListItemNoMargin {
	margin-bottom: 0
}

.programTeachersListItem_programTeachersListItem.programTeachersListItem_programTeachersListItemSolo {
	width: 52%;
	max-width: 260px
}

.programTeachersListItem_programTeachersListItemImage {
	position: absolute;
	width: 160px;
	height: 160px;
	margin-left: -80px;
	top: -40px;
	left: 50%
}

.programTeachersListItem_programTeachersListItemImage img {
	border-radius: 50%;
	max-width: 100%
}

.programTeachersListItem_programTeachersListItemName {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 5px;
	margin-top: 140px
}

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

.programTeachersListItem_programTeachersListItemName,
.programTeachersListItem_programTeachersListItemPosition {
	padding: 0 10px
}

.programTeachersListItem_hidden {
	visibility: hidden;
	position: absolute;
	left: -9999px
}

.programTeachersListItem_programTeachersListItem:hover {
	cursor: pointer
}

@media only screen and (max-width: 992px) {
	.programTeachersListItem_programTeachersListItem {
		-ms-flex: 1 0 260px;
		flex: 1 0 260px
	}

	.programTeachersListItem_programTeachersListItem:first-child {
		margin-left: 20px
	}

	.programTeachersListItem_programTeachersListItem:last-child {
		margin-right: 20px
	}
}

@media only screen and (max-width: 576px) {
	.programTeachersListItem_programTeachersListItem:not(.programTeachersListItem_programTeachersListItemSolo):not(.programTeachersListItem_programTeachersListItemThreeAndMore):first-child {
		margin-left: 160px
	}

	.programTeachersListItem_programTeachersListItemImage {
		margin-bottom: 0
	}
}

.programTeachersList_programTeachersListBlockItems {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 160px
}

.programTeachersList_programTeachersListBlockItems.programTeachersList_center {
	-ms-flex-pack: center;
	justify-content: center
}

.programTeachersList_programTeachersListBlockShowMoreItems {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #adb2c2;
	cursor: pointer;
	text-align: center;
	margin-top: 40px
}

.programTeachersList_programTeachersListBlockShowMoreItems:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-left: 10px;
	background-image: url(/_next/static/media/ic_chevron.fad70188.svg)
}

@media only screen and (max-width: 992px) {
	.programTeachersList_programTeachersListBlockItems {
		margin-top: 60px;
		overflow: auto;
		padding-top: 80px;
		padding-bottom: 50px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media only screen and (max-width: 576px) {
	.programTeachersList_programTeachersListBlockItems {
		margin-top: 0
	}
}

.programTeachers_programTeachersBlockWrapper {
	position: relative
}

.programTeachers_programTeachersBlockWrapper:before {
	content: "";
	position: absolute;
	top: 80px;
	bottom: 80px;
	left: 0;
	width: calc(50% - 130px);
	background-color: #f0f9ff
}

.programTeachers_programTeachersBlock {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1136px;
	margin: 0 auto;
	padding: 80px 30px
}

.programTeachers_programTeachersInfo {
	max-width: 656px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 175px;
	border-radius: 12px;
	padding-top: 240px;
	padding-bottom: 225px
}

.programTeachers_programTitle {
	margin-bottom: 8px;
	font-size: 28px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: -.3px
}

.programTeachers_programTeachers {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -.15px;
	margin-bottom: 32px
}

.programTeachers_programTeachersDescription {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	max-width: 275px
}

.programTeachers_programTeachersList {
	position: relative;
	left: -110px;
	margin-right: -110px;
	width: 715px
}

@media only screen and (max-width: 992px) {
	.programTeachers_programTeachersBlock {
		background-color: #f0f9ff;
		padding: 80px 30px;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}

	.programTeachers_programTeachersBlock:before {
		display: none
	}

	.programTeachers_programTeachersInfo {
		max-width: 100%;
		padding-top: 0;
		padding-bottom: 48px;
		padding-right: 0;
		background-color: transparent
	}

	.programTeachers_programTeachersList {
		left: 0;
		margin-right: 0;
		max-width: 100%;
		width: 100%
	}

	.programTeachers_programTeachersDescription {
		max-width: 100%
	}
}

@media only screen and (max-width: 576px) {
	.programTeachers_programTeachersInfo {
		padding: 0 20px 16px
	}

	.programTeachers_programTeachersBlock {
		padding: 40px 0 50px
	}

	.programTeachers_programTitle {
		font-size: 24px;
		line-height: 36px
	}

	.programTeachers_programTeachersDescription {
		font-size: 18px;
		line-height: 27px;
		max-width: 100%
	}
}

.programRegistry_programRegistryBlockWrapper {
	display: -ms-flexbox;
	display: flex;
	padding: 80px 30px;
	min-height: 600px;
	background-color: #0076e0;
	background-image: url(/_next/static/media/ic_gerb.9dd0c7e7.svg);
	background-position: 100% 50%;
	background-repeat: no-repeat
}

.programRegistry_programRegistryBlock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1136px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px
}

.programRegistry_programRegistryInfo {
	max-width: 560px
}

.programRegistry_programRegistryStat {
	max-width: 380px;
	text-align: center;
	font-weight: 700;
	color: #fff
}

.programRegistry_programRegistryDescription {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -.15px;
	text-align: left;
	color: #fff
}

.programRegistry_programRegistryStatNumber {
	font-size: 120px;
	line-height: 120px;
	white-space: nowrap
}

.programRegistry_programRegistryStatText {
	font-size: 24px;
	line-height: 28px;
	max-width: 220px;
	margin: 0 auto
}

.programRegistry_programRegistryTitle {
	font-size: 40px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: -.3px;
	margin-bottom: 24px;
	color: #fff
}

.programRegistry_programRegistry {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -.15px;
	margin-bottom: 32px
}

@media only screen and (max-width: 992px) {
	.programRegistry_programRegistryBlock {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.programRegistry_programRegistryStat {
		text-align: left;
		max-width: 100%;
		margin-top: 55px
	}

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

@media only screen and (max-width: 576px) {
	.programRegistry_programRegistryBlock {
		padding: 0
	}

	.programRegistry_programRegistryTitle {
		font-size: 24px;
		line-height: 36px
	}

	.programRegistry_programRegistryDescription {
		font-size: 18px;
		line-height: 27px
	}

	.programRegistry_programRegistryStatNumber {
		font-size: 80px;
		line-height: 80px
	}

	.programRegistry_programRegistryBlockWrapper {
		padding: 48px 20px
	}
}

.programQuestionsItem_programQuestionsItem {
	padding: 30px 0;
	border-top: 1px solid #eaebf1
}

.programQuestionsItem_programQuestionsItem:last-of-type {
	border-bottom: 1px solid #eaebf1
}

.programQuestionsItem_programQuestionsItemTitle {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 24px;
	font-family: inherit;
	font-weight: 400;
	line-height: 36px;
	color: #2d3039;
	cursor: pointer
}

.programQuestionsItem_programQuestionsItemTitle:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 7px;
	margin-left: 10px;
	background-image: url(/_next/static/media/ic_chevron.fad70188.svg)
}

.programQuestionsItem_programQuestionsItemAnswer {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -.02px
}

.programQuestionsItem_programQuestionsItemTitleActive {
	font-weight: 600
}

.programQuestionsItem_programQuestionsItemTitleActive:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.programQuestionsItem_isOpened {
	visibility: visible;
	position: relative;
	left: 0
}

@media only screen and (max-width: 576px) {
	.programQuestionsItem_programQuestionsItemTitle {
		font-size: 18px;
		line-height: 24px
	}
}

.programQuestions_programQuestions {
	padding: 80px 30px 105px;
	max-width: 1136px;
	margin: 0 auto
}

.programQuestions_programQuestionsHeader {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.programQuestions_programQuestionsTitle {
	margin-right: 25px;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: #2d3039
}

.programQuestions_programQuestionsBody {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.programQuestions_programQuestionsBodySkills {
	width: 750px
}

.programQuestions_programQuestionsBodyNotation {
	width: 240px;
	height: 270px
}

.programQuestions_programQuestionsBodyNotation p {
	font-weight: 600
}

.programQuestions_programQuestionsBodyNotationIcon {
	width: 240px;
	height: 270px;
	background-image: url(/_next/static/media/ic_speaker.f0aca66e.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

@media only screen and (max-width: 992px) {
	.programQuestions_programQuestionsBodySkills {
		width: 100%
	}

	.programQuestions_programQuestionsBodyNotation {
		display: none
	}
}

@media only screen and (max-width: 576px) {
	.programQuestions_programQuestions {
		padding: 48px 20px;
		margin-bottom: 0
	}

	.programQuestions_programQuestionsTitle {
		font-size: 24px;
		line-height: 36px
	}
}

.categories_categoriesList {
	display: -ms-flexbox;
	display: flex;
	max-height: 33px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: unset;
	max-width: 840px
}

.categories_categoryTab {
	display: block;
	height: 24px;
	padding: 5px 12px;
	margin: 0 10px 10px 0;
	cursor: pointer;
	font-weight: 600;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #8893b2;
	letter-spacing: .8px;
	background: #e8ebf4;
	border-radius: 3px;
	transition: all .2s ease
}

.categories_categoryTabSpecial {
	padding-left: 30px;
	background-color: var(--red1);
	background-image: url(/_next/static/media/special-icon.6b7afa80.svg);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	color: var(--red5)
}

.categories_categoryTab:not(.categories_categoryActive):hover {
	background: #f7f9fc
}

.categories_categoryTab.categories_categoryTabSpecial:hover {
	background-color: var(--red1);
	background-image: url(/_next/static/media/special-icon.6b7afa80.svg);
	background-repeat: no-repeat;
	background-position: 8px 50%
}

.categories_categoryActive {
	background: #928bf4;
	font-weight: 600;
	color: #fff
}

.categories_categoryTab a,
.categories_categoryTab a:hover {
	color: #8893b2;
	white-space: nowrap
}

.categories_categoryActive a,
.categories_categoryActive a:hover {
	font-weight: 600;
	color: #fff
}

.categories_categoryTabSpecial a,
.categories_categoryTabSpecial a:hover {
	color: var(--red5)
}

.categories_categoryActive.categories_categoryTabSpecial,
.categories_categoryActive.categories_categoryTabSpecial a,
.categories_categoryActive.categories_categoryTabSpecial a:hover {
	color: #fff
}

.categories_categoryTabSpecial.categories_categoryActive,
.categories_categoryTabSpecial.categories_categoryActive:hover {
	background-color: var(--red5);
	background-image: url(/_next/static/media/special-icon-active.4056a46e.svg);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	color: #fff
}

.categories_categoryActive:before {
	display: none
}

.categories_categoryShowMore,
.categories_categoryTab.categories_categoryShowMore:hover {
	padding-right: 26px;
	background-color: unset;
	border: 1px solid #eaebf1;
	background-image: url(/_next/static/media/more-button.c58c07b4.svg);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	white-space: nowrap
}

.categories_categoryWrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: unset
}

@media (min-width: 576px) and (max-width:991.98px) {
	.categories_categoriesList {
		max-width: 520px
	}
}

@media (max-width: 575.98px) {
	.categories_categoriesList {
		max-width: 375px
	}
}

.programPrice_programPriceBlockWrapper {
	padding: 80px 30px 105px;
	background-color: #faf8f5
}

.programPrice_programPriceBlock {
	max-width: 1136px;
	margin: 0 auto;
	padding: 0 30px
}

.programPrice_programPriceTitle {
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: #37342f
}

.programPrice_programPriceTableRow {
	padding: 40px 0;
	border-top: 1px dashed #bcb9b3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.programPrice_programPriceTableRow:last-of-type {
	border-bottom: 1px dashed #bcb9b3
}

.programPrice_programPriceTableSaleDescription {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	color: #bcb9b3;
	max-width: 620px;
	letter-spacing: -.15px
}

.programPrice_programPriceTableCellLabel {
	max-width: 750px
}

.programPrice_programPriceTableCellValue {
	min-width: 175px;
	text-align: center
}

.programPrice_programPriceTableCellLabel,
.programPrice_programPriceTableCellValue {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #37342f
}

.programPrice_orangeText {
	color: #ff9142
}

.programPrice_giftIcon {
	margin: 0 auto;
	width: 32px;
	height: 41px;
	background-image: url(/_next/static/media/ic_gift.1674cfb3.svg);
	background-repeat: no-repeat;
	background-position: 50%
}

.programPrice_programPriceTableCellValueOldPrice {
	position: relative
}

.programPrice_programPriceTableCellValueOldPrice:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	height: 2px;
	width: 50px;
	background-color: #ff9142
}

.programPrice_programPriceActions {
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px
}

.programPrice_programActionStartStudy {
	margin-right: 10px
}

.programPrice_programActionBuyProgram button {
	color: #2d3039;
	border: 1px solid #d9dce3
}

@media only screen and (max-width: 576px) {
	.programPrice_programPriceBlockWrapper {
		padding: 40px 20px 45px
	}

	.programPrice_programPriceBlock {
		padding: 0
	}

	.programPrice_programPriceTitle {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 24px
	}

	.programPrice_programPriceTableSaleDescription {
		font-size: 18px;
		line-height: 24px
	}

	.programPrice_programPriceActions {
		margin-top: 40px;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.programPrice_programPriceTableCellLabel {
		line-height: 24px;
		font-size: 18px
	}

	.programPrice_programPriceTableCellValue {
		font-size: 16px
	}

	.programPrice_programActionBuyProgram,
	.programPrice_programActionBuyProgram button,
	.programPrice_programActionStartStudy {
		width: 100%
	}

	.programPrice_programActionStartStudy {
		margin-right: 0;
		margin-bottom: 10px
	}

	.programPrice_programPriceTableCellLabel {
		max-width: 250px
	}

	.programPrice_programPriceTableCellValue {
		max-width: 100px;
		min-width: 70px
	}
}

.programPriceAcademy_programPriceBlockWrapper {
	padding: 80px 30px 105px;
	background-color: #faf8f5
}

.programPriceAcademy_programPriceBlock {
	max-width: 1136px;
	margin: 0 auto;
	padding: 0 30px
}

.programPriceAcademy_programPriceTitle {
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: #37342f
}

.programPriceAcademy_programPriceTableRow {
	padding: 40px 0;
	border-top: 1px dashed #bcb9b3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.programPriceAcademy_programPriceTableRow:last-of-type {
	border-bottom: 1px dashed #bcb9b3
}

.programPriceAcademy_programPriceTableSaleDescription {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	color: #bcb9b3;
	max-width: 620px;
	letter-spacing: -.15px
}

.programPriceAcademy_programPriceTableCellLabel {
	max-width: 750px
}

.programPriceAcademy_programPriceTableCellValue {
	min-width: 175px;
	text-align: center
}

.programPriceAcademy_programPriceTableCellLabel,
.programPriceAcademy_programPriceTableCellValue {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #37342f
}

.programPriceAcademy_orangeText {
	color: #ff9142
}

.programPriceAcademy_programPriceTableCellValueOldPrice {
	position: relative
}

.programPriceAcademy_programPriceTableCellValueOldPrice:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	height: 2px;
	width: 50px;
	background-color: #ff9142
}

.programPriceAcademy_programPriceActions {
	display: -ms-flexbox;
	display: flex;
	margin-top: 48px
}

.programPriceAcademy_programActionStartStudy {
	margin-right: 10px
}

button.programPriceAcademy_programActionBuyProgram {
	color: var(--warmGray10);
	border: 1px solid var(--warmGray5);
	border-radius: 6px;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -.01em;
	padding: 11px 23px
}

button.programPriceAcademy_programActionBuyProgram:hover {
	border: 1px solid #938e86
}

button.programPriceAcademy_programActionBuyProgram:active {
	background-color: #fff
}

@media only screen and (max-width: 576px) {
	.programPriceAcademy_programPriceBlockWrapper {
		padding: 40px 20px 45px
	}

	.programPriceAcademy_programPriceBlock {
		padding: 0
	}

	.programPriceAcademy_programPriceTitle {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 24px
	}

	.programPriceAcademy_programPriceTableSaleDescription {
		font-size: 18px;
		line-height: 24px
	}

	.programPriceAcademy_programPriceActions {
		margin-top: 43px;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.programPriceAcademy_programPriceTableCellLabel {
		line-height: 24px;
		font-size: 18px
	}

	.programPriceAcademy_programPriceTableCellValue {
		font-size: 16px
	}

	.programPriceAcademy_programActionStartStudy,
	button.programPriceAcademy_programActionBuyProgram {
		width: 100%;
		font-size: 16px;
		line-height: unset;
		letter-spacing: unset;
		padding: unset
	}

	.programPriceAcademy_programActionStartStudy {
		margin-right: 0;
		margin-bottom: 10px
	}

	.programPriceAcademy_programPriceTableCellLabel {
		max-width: 250px
	}

	.programPriceAcademy_programPriceTableCellValue {
		max-width: 100px;
		min-width: 70px
	}
}

.programReviewsCarousel_programReviewsCarouselSlider {
	display: block
}

.programReviewsCarousel_programReviewsCarouselSlide {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	box-shadow: 0 4px 30px rgba(44, 48, 59, .1);
	border-radius: 8px;
	border: 1px solid #f7f9fc;
	padding: 70px 45px
}

.programReviewsCarousel_programReviewsCarouselSlide:after {
	content: "";
	position: absolute;
	top: -40px;
	right: 35px;
	width: 105px;
	height: 85px;
	background-image: url(/_next/static/media/ic_quote.4b91a4d7.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

.programReviewsCarousel_programReviewsCarouselSlideImage {
	margin-right: 45px
}

.programReviewsCarousel_programReviewsCarouselSlideImage img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 160px;
	height: 160px;
	border-radius: 50%
}

.programReviewsCarousel_programReviewsCarouselSlideInfo {
	font-size: 24px;
	line-height: 36px;
	color: #2d3039
}

.programReviewsCarousel_programReviewsCarouselSlideName {
	font-weight: 600;
	margin-bottom: 5px
}

.programReviewsCarousel_programReviewsCarouselSlidePosition {
	color: #adb2c2;
	margin-bottom: 17px;
	line-height: 1
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow.slick-next:before,
.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow.slick-prev:before {
	content: "";
	content: "→";
	background-color: transparent;
	color: transparent;
	height: 16px;
	width: 9px;
	background-image: url(/_next/static/media/ic_chevron.b26caadf.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow.slick-next:hover:before,
.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow.slick-prev:hover:before {
	background-image: url(/_next/static/media/ic_chevron-hover.d8a5d927.svg)
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow.slick-prev {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg)
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-slider .slick-dots li button:before {
	color: #d9dce3;
	font-size: 10px;
	opacity: 1
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-slider .slick-dots li.slick-active button:before {
	color: #2d3039;
	opacity: 1
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-slider .slick-dots li {
	margin: 0
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-slide>div>div {
	outline: none
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-slider .slick-list {
	padding: 40px 0
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-slide {
	padding: 0 30px;
	box-sizing: border-box
}

.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow.slick-next,
.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow.slick-prev {
	height: 100%;
	width: 90px;
	margin: 0 -30px
}

@media only screen and (max-width: 992px) {
	.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow {
		display: none
	}

	.programReviewsCarousel_programReviewsCarouselSlideImage img {
		width: 120px;
		height: 120px
	}

	.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow.slick-next:before,
	.programReviewsCarousel_programReviewsCarouselSlider .slick-arrow.slick-prev:before {
		background-image: none
	}
}

@media only screen and (max-width: 576px) {
	.programReviewsCarousel_programReviewsCarouselSlideImage {
		display: none
	}

	.programReviewsCarousel_programReviewsCarouselSlide:after {
		top: -24px;
		right: 8px;
		width: 58px;
		height: 48px;
		background-size: cover
	}

	.programReviewsCarousel_programReviewsCarouselSlide {
		padding: 24px
	}

	.programReviewsCarousel_programReviewsBlockWrapper {
		padding: 40px 20px 45px
	}

	.programReviewsCarousel_programReviewsCarouselSlideInfo {
		font-size: 18px;
		line-height: 24px
	}

	.programReviewsCarousel_programReviewsCarouselSlider .slick-slider .slick-list {
		padding: 28px 0;
		margin: 0 -20px
	}

	.programReviewsCarousel_programReviewsCarouselSlider .slick-slide {
		padding: 0 20px
	}
}

.categories_categoriesList {
	display: -ms-flexbox;
	display: flex;
	margin-top: 32px;
	max-height: 33px;
	max-width: 1040px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: unset
}

.categories_categoriesList>.categories_badgeWithIndents {
	margin: 0 10px 10px 0;
	height: 24px;
	min-width: unset;
	max-width: unset
}

.categories_categoriesList>.categories_badgeWithIndents>div {
	overflow: unset;
	text-overflow: unset
}

.categories_categoryWrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: unset
}

@media (min-width: 576px) and (max-width:991.98px) {
	.categories_categoriesList {
		margin-top: 8px;
		max-width: 708px
	}
}

@media (min-width: 992px) {
	.categories_categoriesList {
		margin-top: 24px
	}
}

@media (max-width: 575.98px) {
	.categories_categoriesList {
		max-width: 375px
	}
}

.programReviews_programReviewsBlockWrapper {
	padding: 80px 30px 0
}

.programReviews_programReviewsBlock {
	max-width: 1136px;
	margin: 0 auto
}

.programReviews_programReviewsTitle {
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	margin: 0 0 45px 30px;
	color: #37342f
}

@media only screen and (max-width: 576px) {
	.programReviews_programReviewsTitle {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 24px
	}

	.programReviews_programReviewsBlockWrapper {
		padding: 40px 20px 0
	}

	.programReviews_programReviewsBlock {
		padding: 0
	}
}

.programBlock_programBlock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 16px;
	padding: 0 0 24px;
	position: relative;
	background: #fff;
	color: #2c303b;
	border: 1px solid #e8ebf4;
	box-shadow: 0 4px 30px rgba(44, 48, 59, .1);
	border-radius: 8px;
	z-index: 1;
	width: 100%;
	transition: box-shadow .2s ease
}

.programBlock_programBlock.programBlock_halfNoPadding,
.programBlock_programBlock.programBlock_half,
.programBlock_programBlock.programBlock_oneThird {
	padding: 0 0 24px
}

.programBlock_programBlock>div {
	padding-left: 24px;
	padding-right: 24px
}

.programBlock_programBlock:hover {
	box-shadow: 0 4px 30px rgba(44, 48, 59, .2)
}

.programBlock_programBlockLink {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 24px 24px 0;
	margin-bottom: 24px;
	color: inherit;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.programBlock_title {
	position: relative
}

a .programBlock_discription,
a .programBlock_discription:hover,
a .programBlock_title,
a.programBlock_programBlock:hover {
	color: #2c303b
}

a .programBlock_title:hover {
	color: #6f7894
}

.programBlock_content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.programBlock_badges {
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	margin-bottom: 16px
}

.programBlock_oneThird .programBlock_badges {
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 0
}

.programBlock_halfNoPadding,
.programBlock_half,
.programBlock_oneThird {
	padding-right: 24px;
	padding-left: 24px
}

.programBlock_programBlock.programBlock_isFull {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.programBlock_halfNoPadding .programBlock_title,
.programBlock_half .programBlock_title,
.programBlock_isFull .programBlock_title,
.programBlock_oneThird .programBlock_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	transition: all .2s ease
}

.programBlock_isFull .programBlock_title {
	font-size: 24px
}

.programBlock_discription,
.programBlock_title {
	width: 100%
}

.programBlock_halfNoPadding .programBlock_discription,
.programBlock_half .programBlock_discription,
.programBlock_isFull .programBlock_discription,
.programBlock_oneThird .programBlock_discription {
	font-size: 14px;
	line-height: 20px;
	padding-top: 4px
}

.programBlock_oneThird .programBlock_discription {
	padding-top: 3px
}

.programBlock_isFull .programBlock_defaultImage {
	background-image: url(/_next/static/media/defaultPrimary.61c35470.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1
}

.programBlock_isFull .programBlock_mainImage {
	position: absolute;
	z-index: -1
}

.programBlock_isFull .programBlock_defaultSpecialImage {
	height: 220px;
	width: 220px;
	background-image: url(/_next/static/media/defaultSpecial.fb5d7d8d.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: -16px;
	z-index: -1
}

.programBlock_programBlockLink .programBlock_defaultImage,
.programBlock_programBlockLink .programBlock_defaultSpecialImage,
.programBlock_programBlockLink .programBlock_mainImage,
.programBlock_programBlockLink .programBlock_specialImage {
	pointer-events: none;
	cursor: default
}

.programBlock_isFull .programBlock_specialImage {
	height: 220px;
	width: 220px;
	position: absolute;
	bottom: 0;
	right: -16px;
	z-index: -1
}

.programBlock_halfNoPadding .programBlock_defaultImage,
.programBlock_half .programBlock_defaultImage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1
}

.programBlock_half .programBlock_defaultImage {
	background-image: url(/_next/static/media/defaultHalf.845ac0b2.png)
}

.programBlock_halfNoPadding .programBlock_defaultImage {
	background-image: url(/_next/static/media/defaultHalfNoPaddingFirst.a803d7ec.png)
}

.programBlock_half .programBlock_mainImage {
	z-index: -1
}

.programBlock_halfNoPadding .programBlock_defaultSpecialImage,
.programBlock_halfNoPadding .programBlock_specialImage,
.programBlock_half .programBlock_defaultSpecialImage,
.programBlock_half .programBlock_specialImage {
	display: none
}

.programBlock_actionBlock {
	width: 100%;
	margin-bottom: -8px;
	display: none;
	z-index: 2
}

.programBlock_programBlock:hover.programBlock_withActions .programBlock_actionBlock {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: programBlock_show .5s 1;
	animation: programBlock_show .5s 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.programBlock_programBlock:hover.programBlock_withActions .programBlock_bottomBlock {
	display: none
}

.programBlock_halfNoPadding .programBlock_actionBlock,
.programBlock_half .programBlock_actionBlock,
.programBlock_oneThird .programBlock_actionBlock {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.programBlock_oneThird .programBlock_actionBlock {
	position: relative
}

.programBlock_lastUpdateContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 6px
}

.programBlock_oneThird .programBlock_lastUpdateContainer {
	margin-top: 9px
}

.programBlock_lastUpdate {
	font-size: 14px;
	font-weight: 600;
	color: #00b333
}

.programBlock_magicIcon {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background-image: url(/_next/static/media/magic.4a63e875.svg);
	background-repeat: no-repeat;
	background-size: 100%
}

@-webkit-keyframes programBlock_show {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes programBlock_show {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@media (max-width: 575.98px) {
	.programBlock_isFull {
		min-height: 440px
	}

	.programBlock_isFull .programBlock_programBlockLink,
	.programBlock_isFull>div {
		padding-left: 24px
	}

	.programBlock_isFull .programBlock_defaultSpecialImage,
	.programBlock_isFull .programBlock_specialImage {
		display: none
	}

	.programBlock_isFull .programBlock_defaultImage,
	.programBlock_isFull .programBlock_mainImage {
		height: 250px;
		width: 250px;
		bottom: 0;
		right: 0
	}

	.programBlock_isFull .programBlock_title {
		font-size: 18px
	}

	.programBlock_halfNoPadding,
	.programBlock_half {
		min-height: 440px
	}

	.programBlock_oneThird {
		height: 540px
	}

	.programBlock_half .programBlock_defaultImage,
	.programBlock_half .programBlock_mainImage,
	.programBlock_oneThird .programBlock_defaultImage,
	.programBlock_oneThird .programBlock_mainImage {
		height: 140px;
		width: 140px;
		position: relative
	}

	.programBlock_halfNoPadding .programBlock_defaultImage,
	.programBlock_halfNoPadding .programBlock_mainImage {
		display: none
	}

	.programBlock_badges {
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 0
	}

	.programBlock_isFull .programBlock_actionBlock {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

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

	.programBlock_isFull .programBlock_defaultImage,
	.programBlock_isFull .programBlock_mainImage {
		height: 270px;
		width: 270px;
		bottom: 0;
		left: 0
	}

	.programBlock_isFull .programBlock_defaultSpecialImage,
	.programBlock_isFull .programBlock_specialImage {
		display: none
	}

	.programBlock_isFull {
		min-height: 340px
	}

	.programBlock_isFull .programBlock_programBlockLink,
	.programBlock_isFull>div {
		padding-left: 276px
	}

	.programBlock_halfNoPadding,
	.programBlock_half {
		min-height: 400px
	}

	.programBlock_oneThird {
		height: 540px
	}

	.programBlock_half .programBlock_defaultImage,
	.programBlock_half .programBlock_mainImage {
		height: 200px;
		width: 200px;
		bottom: 24px;
		right: 24px;
		position: absolute
	}

	.programBlock_halfNoPadding .programBlock_defaultImage,
	.programBlock_halfNoPadding .programBlock_mainImage {
		display: none
	}

	.programBlock_isFull .programBlock_actionBlock {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width: 768px) and (max-width:991.98px) {

	.programBlock_isFull .programBlock_defaultImage,
	.programBlock_isFull .programBlock_mainImage {
		height: 340px;
		width: 340px;
		bottom: 0;
		left: 0
	}

	.programBlock_isFull .programBlock_defaultSpecialImage,
	.programBlock_isFull .programBlock_specialImage {
		display: none
	}

	.programBlock_isFull {
		min-height: 340px
	}

	.programBlock_isFull .programBlock_programBlockLink,
	.programBlock_isFull>div {
		padding-left: 346px
	}

	.programBlock_halfNoPadding,
	.programBlock_half {
		min-height: 400px
	}

	.programBlock_oneThird {
		height: 540px
	}

	.programBlock_half .programBlock_defaultImage,
	.programBlock_half .programBlock_mainImage {
		height: 200px;
		width: 200px;
		bottom: 24px;
		right: 24px;
		position: absolute
	}

	.programBlock_halfNoPadding .programBlock_defaultImage,
	.programBlock_halfNoPadding .programBlock_mainImage {
		display: none
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {

	.programBlock_isFull .programBlock_defaultImage,
	.programBlock_isFull .programBlock_mainImage {
		height: 340px;
		width: 340px;
		bottom: 0;
		left: 0
	}

	.programBlock_isFull {
		min-height: 340px
	}

	.programBlock_isFull .programBlock_programBlockLink,
	.programBlock_isFull>div {
		padding-left: 346px
	}

	.programBlock_isFull .programBlock_discription {
		padding-right: 172px
	}

	.programBlock_halfNoPadding,
	.programBlock_half {
		min-height: 400px
	}

	.programBlock_oneThird {
		height: 540px
	}

	.programBlock_half .programBlock_defaultImage,
	.programBlock_half .programBlock_mainImage {
		height: 200px;
		width: 200px;
		bottom: 24px;
		right: 24px;
		position: absolute
	}

	.programBlock_halfNoPadding .programBlock_defaultImage,
	.programBlock_halfNoPadding .programBlock_mainImage {
		height: 230px;
		width: 200px;
		bottom: 0;
		right: 0;
		position: absolute
	}

	.programBlock_half .programBlock_discription {
		padding-right: 160px
	}

	.programBlock_isFull .programBlock_actionBlock {
		padding-right: 30px
	}

	.programBlock_halfNoPadding .programBlock_actionBlock,
	.programBlock_half .programBlock_actionBlock {
		padding-right: 33%
	}
}

@media (min-width: 1200px) {

	.programBlock_isFull .programBlock_defaultImage,
	.programBlock_isFull .programBlock_mainImage {
		height: 340px;
		width: 340px;
		bottom: 0;
		left: 0
	}

	.programBlock_isFull {
		min-height: 340px
	}

	.programBlock_isFull .programBlock_programBlockLink,
	.programBlock_isFull>div {
		padding-left: 346px
	}

	.programBlock_isFull .programBlock_discription {
		padding-right: 172px
	}

	.programBlock_halfNoPadding,
	.programBlock_half {
		min-height: 400px
	}

	.programBlock_oneThird {
		height: 540px
	}

	.programBlock_half .programBlock_defaultImage,
	.programBlock_half .programBlock_mainImage {
		height: 200px;
		width: 200px;
		bottom: 24px;
		right: 24px;
		position: absolute
	}

	.programBlock_halfNoPadding .programBlock_defaultImage,
	.programBlock_halfNoPadding .programBlock_mainImage {
		height: 230px;
		width: 200px;
		bottom: 0;
		right: 0;
		position: absolute
	}

	.programBlock_halfNoPadding .programBlock_discription,
	.programBlock_half .programBlock_discription {
		padding-right: 190px
	}

	.programBlock_isFull .programBlock_actionBlock {
		padding-right: 80px
	}

	.programBlock_halfNoPadding .programBlock_actionBlock,
	.programBlock_half .programBlock_actionBlock {
		padding-right: 33%
	}
}

.program_price {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	margin-top: 16px;
	margin-bottom: 16px
}

.program_specialPrice {
	color: #ed8b00;
	margin-right: 8px
}

.program_actionButton {
	text-align: center;
	position: relative
}

.program_actionButton,
.program_actionPaymentButton {
	width: 100%;
	margin: 0 8px 8px 0
}

.program_actionPaymentButton button {
	margin-bottom: 0
}

.program_wrapperBottom {
	margin-left: -8px
}

.program_documentText,
.program_hoursText,
.program_monthText {
	color: #8893b2;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap
}

.program_documentText:before,
.program_hoursText:before,
.program_monthText:before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 6px;
	margin-left: 8px;
	vertical-align: middle;
	background-size: 100%;
	background-repeat: no-repeat
}

.program_documentText:before {
	background-image: url(/_next/static/media/cup.1b9e6390.svg);
	margin-top: -2px
}

.program_monthText:before {
	background-image: url(/_next/static/media/calendar.9a394ce6.svg);
	margin-top: -2px
}

.program_hoursText:before {
	background-image: url(/_next/static/media/watch.aef29823.svg);
	margin-top: -2px
}

.program_crossed {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	position: relative
}

.program_crossed:before {
	content: "";
	border-bottom: 2px solid #ed8b00;
	position: absolute;
	width: 100%;
	-webkit-transform: rotate(-13.51deg);
	transform: rotate(-13.51deg);
	bottom: 10px
}

.program_badgeWithIndents {
	margin: 0 8px 8px 0
}

@media only screen and (max-width: 991.98px) {
	.program_hideMobile {
		display: none
	}

	.program_actionButtonFull {
		width: 100%
	}
}

@media only screen and (min-width: 992px) {
	.program_actionButtonFull {
		width: 50%
	}
}

.programFeedbackForm_programFeedbackFormBlockWrapper {
	margin: 105px auto 0;
	padding: 0 30px;
	max-width: 1136px
}

.programFeedbackForm_programFeedbackFormBlock {
	padding: 45px 75px;
	background-color: #444855;
	border-radius: 10px
}

.programFeedbackForm_programFeedbackFormTitle {
	margin-bottom: 16px;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: #fff
}

.programFeedbackForm_programFeedbackFormDescription {
	font-size: 24px;
	line-height: 36px;
	color: hsla(0, 0%, 100%, .6);
	margin-bottom: 25px
}

.programFeedbackForm_programFeedbackForm {
	max-width: 450px
}

.programFeedbackForm_programFeedbackFormFieldAction {
	margin-bottom: 15px;
	margin-top: 30px
}

.programFeedbackForm_programFeedbackFormFieldNote {
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: hsla(0, 0%, 100%, .6)
}

.programFeedbackForm_programFeedbackFormWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.programFeedbackForm_programFeedbackFormIcon {
	width: 440px;
	height: 445px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url(/_next/static/media/ic_form.2926dbb3.svg)
}

.programFeedbackForm_programFeedbackFormField {
	margin-bottom: 15px
}

.programFeedbackForm_programFeedbackFormFieldLabel {
	display: block;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	margin-bottom: 5px
}

.programFeedbackForm_programFeedbackFormFieldAction button {
	font-family: inherit;
	font-size: 18px;
	line-height: 28px;
	width: 100%
}

input.programFeedbackForm_programFeedbackFormFieldInput {
	font-family: inherit;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.02px;
	display: block;
	width: 100%;
	background: hsla(0, 0%, 100%, .1);
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .2);
	border-radius: 3px;
	height: 48px
}

input.programFeedbackForm_programFeedbackFormFieldInput.programFeedbackForm_programFeedbackFormFieldInputInvalid {
	border-color: #c62533
}

.programFeedbackForm_programFeedbackFormBlockSubmitted {
	background-image: url(/_next/static/media/submitted_image.cc44efc2.svg);
	background-position: 101% 106%;
	background-repeat: no-repeat;
	min-height: 600px
}

.programFeedbackForm_programFeedbackFormBlockSubmitted .programFeedbackForm_programFeedbackFormDescription,
.programFeedbackForm_programFeedbackFormBlockSubmitted .programFeedbackForm_programFeedbackFormTitle {
	max-width: 595px
}

.programFeedbackForm_programFeedbackFormFieldActionDisabled {
	opacity: .5;
	pointer-events: none
}

@media only screen and (max-width: 992px) {
	.programFeedbackForm_programFeedbackFormBlockSubmitted .programFeedbackForm_programFeedbackFormTitle {
		letter-spacing: -.3px;
		margin-bottom: 16px
	}

	.programFeedbackForm_programFeedbackFormBlockSubmitted {
		background-size: 420px
	}

	.programFeedbackForm_programFeedbackFormBlock {
		padding: 48px 64px 72px;
		height: 630px
	}

	.programFeedbackForm_programFeedbackForm {
		max-width: 100%
	}

	.programFeedbackForm_programFeedbackFormIcon {
		display: none
	}
}

@media only screen and (max-width: 768px) {
	.programFeedbackForm_programFeedbackFormBlock {
		height: 700px
	}
}

@media only screen and (max-width: 576px) {
	.programFeedbackForm_programFeedbackFormBlockWrapper {
		background-color: #444855;
		margin-top: 65px;
		padding: 0
	}

	.programFeedbackForm_programFeedbackFormFieldLabel {
		font-size: 16px;
		line-height: 24px
	}

	.programFeedbackForm_programFeedbackFormFieldAction button {
		line-height: 1
	}

	.programFeedbackForm_programFeedbackFormTitle {
		font-size: 24px;
		line-height: 36px
	}

	.programFeedbackForm_programFeedbackFormDescription {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px
	}

	.programFeedbackForm_programFeedbackFormFieldLabel,
	input.programFeedbackForm_programFeedbackFormFieldInput {
		font-size: 16px;
		line-height: 24px
	}

	.programFeedbackForm_programFeedbackFormFieldAction button {
		font-size: 14px;
		line-height: 20px
	}

	.programFeedbackForm_programFeedbackFormBlock {
		border-radius: 0;
		padding: 40px 20px 48px;
		height: 100%
	}

	.programFeedbackForm_programFeedbackFormFieldNote {
		font-size: 14px;
		line-height: 20px
	}
}

.microCourseCard_card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex: 1 0;
	flex: 1 0;
	padding: 24px 32px;
	min-height: 284px;
	border-radius: 8px;
	text-decoration: none;
	position: relative
}

.microCourseCard_recMicroCourseTitle,
.microCourseCard_recMicroCourseTitle a {
	display: -webkit-box;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #2c303b;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.microCourseCard_recMicroCourseTitle:hover,
.microCourseCard_recMicroCourseTitle:hover a {
	color: #2c303b
}

.microCourseCard_recMicroCourseInfo {
	display: block;
	padding-left: 22px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: var(--coldGray5);
	text-transform: uppercase;
	position: relative
}

.microCourseCard_recMicroCourseInfo:before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: -2px;
	top: 50%;
	margin-top: -10px;
	background-image: url(/_next/static/media/book-icon.ad1cf9ce.svg);
	background-repeat: no-repeat;
	background-size: 100%
}

.microCourseCard_card.microCourseCard_coldGray {
	background-color: var(--coldGray1);
	border: 1px solid #eaebf1;
	box-shadow: 0 4px 20px rgba(45, 48, 57, .05)
}

.microCourseCard_card.microCourseCard_violet {
	background-color: var(--violet1);
	border: 1px solid #eddbff;
	box-shadow: 0 4px 20px rgba(51, 1, 101, .05)
}

.microCourseCard_card.microCourseCard_orange {
	background-color: var(--orange1);
	border: 1px solid #ffe7d6;
	box-shadow: 0 4px 20px rgba(117, 39, 0, .05)
}

.microCourseCard_card.microCourseCard_cyan {
	background-color: var(--cyan1);
	border: 1px solid #d6eeff;
	box-shadow: 0 4px 20px rgba(0, 32, 128, .05)
}

.microCourseCard_card.microCourseCard_coldGray .microCourseCard_actionsBlock {
	background-color: var(--coldGray1)
}

.microCourseCard_card.microCourseCard_violet .microCourseCard_actionsBlock {
	background-color: var(--violet1)
}

.microCourseCard_card.microCourseCard_orange .microCourseCard_actionsBlock {
	background-color: var(--orange1)
}

.microCourseCard_card.microCourseCard_cyan .microCourseCard_actionsBlock {
	background-color: var(--cyan1)
}

.microCourseCard_actionsBlock {
	width: 100%;
	display: none;
	margin-bottom: -8px;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	padding: 16px 20px 0
}

.microCourseCard_card.microCourseCard_withActions:hover .microCourseCard_recMicroCourseInfo {
	opacity: 0;
	visibility: hidden;
	z-index: -1
}

.microCourseCard_card.microCourseCard_withActions:hover .microCourseCard_actionsBlock {
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: microCourseCard_show .5s 1;
	animation: microCourseCard_show .5s 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.microCourseCard_microCourseBadge {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 8px
}

.microCourseCard_lastUpdateContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.microCourseCard_lastUpdate {
	font-size: 14px;
	font-weight: 600;
	color: #00b333
}

.microCourseCard_magicIcon {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background-image: url(/_next/static/media/magic.4a63e875.svg);
	background-repeat: no-repeat;
	background-size: 100%
}

@media only screen and (max-width: 576px) {
	.microCourseCard_card {
		width: 100%;
		margin-right: auto;
		margin-bottom: 16px
	}
}

@-webkit-keyframes microCourseCard_show {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes microCourseCard_show {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.programRecommendations_programRecommendationsBlockWrapper {
	padding: 80px 30px 64px
}

.programRecommendations_programRecommendationsBlock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1136px;
	margin: 0 auto;
	padding: 0
}

.programRecommendations_programRecommendationsTitle {
	margin-bottom: 24px;
	margin-right: 25px;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: #2d3039
}

.programRecommendations_microCoursesContainer,
.programRecommendations_programRecommendationsContent {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.programRecommendations_promoMiniCourseCard {
	margin-right: 16px
}

.programRecommendations_promoMiniCourseCard:last-child {
	margin-right: 0
}

@media only screen and (max-width: 992px) {
	.programRecommendations_programRecommendationsBlock {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.programRecommendations_promoMiniCourseCard:last-child {
		display: none
	}
}

@media only screen and (max-width: 576px) {
	.programRecommendations_programRecommendationsBlock {
		padding: 0
	}

	.programRecommendations_programRecommendationsTitle {
		font-size: 24px;
		line-height: 36px
	}

	.programRecommendations_programRecommendationsBlockWrapper {
		padding: 40px 20px 16px
	}

	.programRecommendations_microCoursesContainer {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.assignModal_content {
	padding: 22px 48px 0
}

.assignModal_text {
	font-size: 24px;
	line-height: 21px
}

.assignModal_studentsHeader {
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px;
	color: #999;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	background: #fff
}

.assignModal_studentsHeader div {
	text-transform: none
}

.assignModal_licenses {
	padding-left: 32px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #2c303b;
	text-align: right;
	background: url(/_next/static/media/mail.44459c3a.svg);
	background-repeat: no-repeat;
	background-position: 10px 1px
}

.assignModal_licensesNotLeft {
	opacity: .5
}

.assignModal_stunedtsColumnWrapper {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.assignModal_stunedtsColumn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 340px
}

.assignModal_adminLogo {
	background-size: 16px 13px;
	display: inline-block;
	height: 13px;
	margin-left: 8px;
	width: 16px
}

.assignModal_crownGold {
	background-image: url(/_next/static/media/crown-gold.94c39cc4.svg)
}

.assignModal_crownSilver {
	background-image: url(/_next/static/media/crown-silver.7ba62949.svg)
}

.assignModal_emailsContainer {
	padding-top: 24px
}

.assignModal_buttonAsLink {
	display: inline-block;
	font-weight: 600;
	color: #4295fa;
	position: relative;
	padding: 0 0 0 24px;
	margin: 0;
	cursor: pointer;
	border: none;
	font-size: 14px;
	background: transparent
}

.assignModal_buttonAsLink .assignModal_plusImg:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/_next/static/media/add_btn.a3f03d0e.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.assignModal_buttonAsLink:focus {
	outline: none
}

.assignModal_usersContainer {
	border-top: 1px solid #e8ebf4;
	font-size: 14px;
	line-height: 20px;
	overflow-y: auto
}

.assignModal_spinnerContainer {
	min-height: 100px;
	text-align: center;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	-ms-flex-pack: center;
	justify-content: center
}

.assignModal_nothingFoundTxt {
	margin: 16px 0;
	font-size: 14px;
	line-height: 20px;
	color: #bfc6db
}

.assignModal_btnsFlex>div {
	display: -ms-flexbox;
	display: flex
}

.assignModal_buttonPlus {
	margin: 0 10px 0 0;
	padding: 6px
}

button.assignModal_buttonPlus {
	padding: 6px
}

.assignModal_plus {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/_next/static/media/plus.716aa5ad.svg)
}

@media only screen and (max-width: 576px) {
	.assignModal_studentsHeader {
		padding: 0
	}

	.assignModal_content {
		padding: 22px 0
	}

	.assignModal_licenses {
		display: none
	}

	.assignModal_btnsFlex>div {
		width: 100%
	}

	button.assignModal_buttonPlus {
		display: none
	}
}

.programBlocks_programsSection {
	margin-bottom: 32px
}

.programBlocks_showMoreBtn {
	display: block;
	margin: 0 auto;
	text-align: center
}

.programBlocks_sectionHeading {
	margin: 0 auto 24px;
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	color: #2c303b
}

.programBlocks_programs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 16px
}

.programBlocks_programs.programBlocks_allVisible {
	margin-bottom: 0
}

.programBlocks_programsSection.programBlocks_allVisible {
	margin-bottom: 16px
}

@media(max-width: 575.98px) {
	.programBlocks_programsSection {
		margin-bottom: 64px
	}

	.programBlocks_programsSection.programBlocks_allVisible {
		margin-bottom: 48px
	}

	.programBlocks_col {
		min-width: 100%
	}
}

@media (min-width: 576px) {
	.programBlocks_fullCol {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		min-width: 100%
	}

	.programBlocks_col {
		width: calc(50% - 8px);
		min-width: calc(50% - 8px);
		margin-right: 16px
	}

	.programBlocks_col:nth-child(2n+2) {
		margin-right: 0;
		width: calc(50% - 8px);
		min-width: calc(50% - 8px)
	}

	.programBlocks_colThird {
		width: calc(33.33% - 10.66px);
		min-width: calc(33.33% - 10.66px);
		margin-right: 16px
	}

	.programBlocks_colThird:nth-child(3n+3) {
		margin-right: 0
	}

	.programBlocks_showMoreBtn {
		max-width: 335px
	}
}

@media (min-width: 576px) and (max-width:991.98px) {
	.programBlocks_programs {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.programBlocks_colThird {
		width: calc(50% - 8px);
		margin-right: 0
	}
}

@media (min-width: 992px) {
	.programBlocks_showMoreBtn {
		max-width: 240px
	}
}

.usersGroup_usersGroup {
	border-bottom: 1px solid #e8ebf4;
	font-weight: 600;
	transition: background .2s ease;
	position: relative
}

.usersGroup_usersGroup:hover {
	background: rgba(71, 77, 94, .03)
}

.usersGroup_usersGroup .usersGroup_userItem {
	display: none;
	border-top: 1px dotted #e8ebf4;
	border-bottom: none
}

.usersGroup_userItem {
	font-weight: 400;
	border-bottom: 1px solid #e8ebf4
}

.usersGroup_usersGroupActive .usersGroup_userItem:nth-child(2) {
	border: none
}

.usersGroup_usersGroupCheckbox {
	padding: 16px
}

.usersGroup_toggleTrigger {
	display: block;
	width: 51px;
	height: 51px;
	top: 1px;
	right: 0;
	position: absolute
}

.usersGroup_toggleTrigger:after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #9da5be;
	border-bottom: 1.5px solid #9da5be;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	cursor: pointer
}

.usersGroup_usersGroupActive .usersGroup_usersGroupCheckbox {
	border-bottom: 1px solid #e8ebf4
}

.usersGroup_usersGroupActive .usersGroup_userItem {
	display: block
}

.usersGroup_usersGroupActive .usersGroup_toggleTrigger:after {
	-webkit-transform: translateY(-2px) rotate(225deg);
	transform: translateY(-2px) rotate(225deg)
}

.usersGroup_userCheckbox {
	padding: 16px;
	font-size: 14px;
	line-height: 1.4
}

.usersGroup_optionalText {
	color: #828baa
}

.usersGroup_usersGroupSpinner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 32px 0
}

.programPromotionBanner_promotionBanner {
	max-width: 1136px;
	width: 100%;
	padding: 0 30px;
	margin: 25px auto
}

@media only screen and (max-width: 576px) {
	.programPromotionBanner_promotionBanner {
		padding: 0 20px
	}
}

.mainWrapper_wrapper {
	background-color: #fff
}

.mainWrapper_wrapper+div {
	display: none
}

.mainWrapper_spinner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 45px 0
}

.programStickyMenu_programStickyMenuWrapper {
	position: sticky;
	top: 0;
	height: 0;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 0 4px 20px rgba(157, 165, 190, .3);
	z-index: 9
}

.programStickyMenu_programStickyMenuWrapperActive {
	height: 64px;
	visibility: visible
}

.programStickyMenu_programStickyMenu {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 30px;
	margin: 0 auto;
	max-width: 1136px
}

.programStickyMenu_programStickyMenuAnchors,
.programStickyMenu_programStickyMenu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.programStickyMenu_programStickyMenuAction {
	position: relative
}

.programStickyMenu_programStickyMenuAnchor {
	display: block;
	font-size: 10px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 3px;
	margin-right: 12px;
	letter-spacing: .8px;
	color: #2d3039;
	cursor: pointer;
	text-transform: uppercase;
	white-space: nowrap
}

.programStickyMenu_programStickyMenuMoreAnchor {
	display: block;
	margin-right: 0
}

.programStickyMenu_programStickyMenuAnchor.programStickyMenu_active {
	background-color: #928bf4;
	color: #fff
}

.programStickyMenu_programStickyMenuAnchor:not(.programStickyMenu_active):hover {
	background-color: #f5f6fa
}

.programStickyMenu_moreWrapper .programStickyMenu_programStickyMenuAnchor:not(.programStickyMenu_active):hover {
	background: none;
	color: #5b6173
}

.programStickyMenu_moreWrapper {
	position: relative
}

.programStickyMenu_moreWrapper:after {
	content: "";
	display: block;
	width: 8px;
	height: 5px;
	position: absolute;
	top: 9px;
	right: 4px;
	background: url(/_next/static/media/down-icon.f5778735.svg);
	z-index: -1
}

.programStickyMenu_moreWrapper:hover:after {
	background: url(/_next/static/media/down-icon-hover.7fead727.svg);
	z-index: -1
}

.programStickyMenu_moreList {
	position: absolute;
	padding: 4px 0;
	background: #fff;
	box-shadow: 0 1px 4px rgba(44, 48, 59, .1), 0 4px 12px rgba(44, 48, 59, .15);
	border-radius: 3px;
	z-index: 1
}

.programStickyMenu_assignBtn {
	margin-right: 10px
}

@media only screen and (max-width: 1030px) {
	.programStickyMenu_programStickyMenuAnchor {
		margin-right: 5px
	}

	.programStickyMenu_programStickyMenuMoreAnchor {
		margin-right: 0
	}
}

@media only screen and (max-width: 767.98px) {
	.programStickyMenu_programStickyMenuWrapper {
		display: none
	}
}

.mailsListArea_area {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	min-height: 148px;
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2px;
	color: #464a4c;
	font-size: 14px;
	line-height: 20px;
	background: #fff
}

.mailsListArea_inputWrapper {
	min-width: 148px;
	padding: 0 8px;
	position: relative
}

.mailsListArea_input {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	white-space: normal;
	background: none;
	line-height: 1;
	font: inherit;
	outline: none
}

.mailsListArea_fakeInput {
	visibility: hidden
}

.mailsListArea_emailWrapper {
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 3px;
	background-color: #e8ebf4;
	margin-right: 10px;
	margin-bottom: 8px
}

.mailsListArea_email {
	margin-right: 6px
}

.mailsListArea_deleteEmail {
	cursor: pointer;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	font-size: 0;
	vertical-align: middle
}

.mailsListArea_deleteEmail:before {
	content: "×";
	position: relative;
	top: -1px;
	font-size: 15px
}

.mailsListArea_errorMessage {
	font-size: 12px;
	color: #da0032
}

.mailsListArea_invalidEmail {
	color: #da0032
}

.mailsListArea_emailWrapper.mailsListArea_invalidEmail {
	background-color: transparent
}

.mailsListArea_placeholder {
	color: #9da5be
}

.mailsListArea_highlightEmail,
.mailsListArea_invalidEmail.mailsListArea_highlightEmail {
	background-color: #cfd5e6
}

.addEmployeesModal_content {
	padding: 0 0 0 50px;
	margin-bottom: 16px
}

.addEmployeesModal_mailListWrapper {
	padding: 0 50px 8px;
	position: relative
}

.addEmployeesModal_mailListWrapper.addEmployeesModal_mailListActive {
	padding-top: 24px;
	padding-bottom: 24px;
	background: #f7f9fc
}

.addEmployeesModal_infoBlockWrapper {
	margin: 16px 0;
	padding-right: 50px
}

.addEmployeesModal_tabSwitcher {
	margin-top: 24px
}

.addEmployeesModal_employeesList {
	height: auto;
	overflow: visible
}

.addEmployeesModal_employeesListHeader {
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px
}

.addEmployeesModal_emailCol {
	max-width: 200px;
	padding-right: 10px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.addEmployeesModal_lastNameCol,
.addEmployeesModal_telCol {
	width: 170px;
	padding-right: 10px
}

.addEmployeesModal_nameCol {
	width: 160px;
	padding-right: 0
}

.addEmployeesModal_addingItem:first-child {
	margin-top: 24px
}

.addEmployeesModal_addingItem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 8px;
	position: relative;
	padding-right: 50px
}

.addEmployeesModal_addingItemTitle,
.addEmployeesModal_emailsAddingTitle {
	color: #8893b2;
	text-align: left;
	margin-bottom: 4px
}

.addEmployeesModal_emailsAddingTitle {
	color: #2c303b;
	font-weight: 600;
	margin-bottom: 8px
}

.addEmployeesModal_addingInputWrapper,
.addEmployeesModal_addingInput,
.addEmployeesModal_selectWrapper {
	width: 100%
}

.addEmployeesModal_addingRemove,
.addEmployeesModal_mailListHideIcon {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(/_next/static/media/remove.ac165035.svg) 50% no-repeat;
	cursor: pointer
}

.addEmployeesModal_mailListHideIcon {
	top: 20px;
	right: 20px
}

.addEmployeesModal_addingRemove {
	display: none;
	top: 0;
	left: calc(100% - 50px)
}

.addEmployeesModal_addingItem .addEmployeesModal_addingRemoveTablet,
.addEmployeesModal_addingItem:hover .addEmployeesModal_addingRemove {
	display: block
}

.addEmployeesModal_addingRemove:hover,
.addEmployeesModal_mailListHideIcon:hover {
	background: url(/_next/static/media/remove_hover.14193b6d.svg) 50% no-repeat
}

.addEmployeesModal_addingLink,
.addEmployeesModal_mailListSwitcher {
	display: inline-block;
	font-weight: 600;
	color: #4295fa;
	position: relative;
	cursor: pointer
}

.addEmployeesModal_mailListSwitcher:hover {
	color: #308cfc
}

.addEmployeesModal_addingLink {
	padding-left: 24px;
	margin-top: 16px
}

.addEmployeesModal_addingLink:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/_next/static/media/add_btn.a3f03d0e.svg) 50% no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.addEmployeesModal_emailsAddingArea {
	max-width: 100%;
	min-height: 148px;
	margin-bottom: 16px
}

.addEmployeesModal_hideMobile {
	display: block
}

.addEmployeesModal_showMobile {
	display: none
}

@media only screen and (min-width: 992px) {

	.addEmployeesModal_employeesList,
	.addEmployeesModal_infoBlockWrapper {
		width: 750px
	}

	.addEmployeesModal_mailListWrapper {
		width: 800px
	}
}

@media only screen and (min-width: 575.98px) and (max-width:992px) {

	.addEmployeesModal_employeesList,
	.addEmployeesModal_infoBlockWrapper {
		width: 560px
	}

	.addEmployeesModal_mailListWrapper {
		width: 600px
	}

	.addEmployeesModal_content,
	.addEmployeesModal_mailListWrapper {
		padding: 0 40px
	}

	.addEmployeesModal_content {
		padding-right: 0
	}

	.addEmployeesModal_telCol {
		width: 150px
	}

	.addEmployeesModal_emailCol {
		max-width: 140px
	}

	.addEmployeesModal_lastNameCol,
	.addEmployeesModal_nameCol {
		width: 115px
	}

	.addEmployeesModal_mailListHideIcon {
		top: 12px;
		right: 12px
	}

	.addEmployeesModal_addingItem,
	.addEmployeesModal_infoBlockWrapper {
		padding-right: 40px
	}

	.addEmployeesModal_addingRemove {
		left: calc(100% - 40px)
	}
}

@media only screen and (max-width: 576px) {
	.addEmployeesModal_modalActionButtons>div {
		width: 100%
	}

	.addEmployeesModal_hideMobile {
		display: none
	}

	.addEmployeesModal_showMobile {
		display: block
	}

	.addEmployeesModal_content,
	.addEmployeesModal_mailListWrapper {
		padding: 0
	}

	.addEmployeesModal_content {
		margin-bottom: 0
	}

	.addEmployeesModal_tabSwitcher {
		display: none
	}

	.addEmployeesModal_addingItemTitle {
		margin-top: 6px
	}

	.addEmployeesModal_addingItem {
		display: block;
		margin-right: 0
	}

	.addEmployeesModal_emailCol,
	.addEmployeesModal_lastNameCol,
	.addEmployeesModal_nameCol,
	.addEmployeesModal_telCol {
		width: 100%;
		max-width: none;
		padding-right: 0;
		font-size: 16px
	}

	.addEmployeesModal_addingLink,
	.addEmployeesModal_mailListSwitcher {
		display: none
	}

	.addEmployeesModal_addingItem,
	.addEmployeesModal_infoBlockWrapper {
		padding-right: 0
	}
}

.alertPopup_modalContent {
	padding: 15px 50px 0
}

@media only screen and (max-width: 576px) {
	.alertPopup_modalContent {
		padding: 16px 0 93px
	}
}

.programPromoModal_promoModalWrapper {
	padding: 48px 40px 64px;
	text-align: center
}

@media only screen and (max-width: 576px) {
	.programPromoModal_promoModalWrapper {
		padding-bottom: 48px
	}

	.programPromoModal_btnsWrapperClass {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.programPromoModal_promoModalWrapper>:first-child {
	max-width: 704px
}

.programPromoModal_customButton {
	width: 96px;
	height: 40px
}

.programPromoModal_modalPromo {
	max-height: 630px;
	max-width: 800px;
	padding: 0
}

.assignErrorModal_content {
	padding: 22px 48px 0;
	font-size: 14px
}

.assignErrorModal_text {
	font-size: 14px;
	line-height: 20px;
	display: inline-block
}

.assignErrorModal_errorText {
	font-size: 14px
}

.assignErrorModal_errorHeader {
	padding-bottom: 8px
}

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

	.assignErrorModal_content,
	.assignErrorModal_errorText,
	.assignErrorModal_text {
		font-size: 16px
	}

	.assignErrorModal_content {
		padding: 22px 0 0
	}
}

.demo_tryBannerBtns .demo_demoBtn {
	margin: 0 8px 0 0;
	padding: 5px 12px;
	font-weight: 600
}

.demo_tryBannerBtns .demo_demoBtn:last-child {
	margin: 1px 0 0
}

.demo_tryPopUpBtns .demo_demoBtn {
	width: 100%;
	margin: 0 0 12px;
	padding: 9px 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	text-align: center
}

.demo_tryPopUpBtns .demo_demoBtn:last-child {
	margin-bottom: 0
}

.demo_successBannerBtns .demo_demoBtn {
	margin: 0 10px 0 0;
	padding: 5px 36px;
	border-color: #fff
}

.demo_successBannerBtns .demo_demoBtn:last-child {
	margin: 0
}

.demo_deniedPopUpBtns .demo_demoBtn {
	width: 100%;
	margin: 0 0 12px;
	padding: 9px 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	text-align: center
}

.demo_deniedPopUpBtns .demo_demoBtn:last-child {
	margin-bottom: 0
}

.demo_popup.demo_confirmPhoneBtn {
	width: 100%;
	margin: 0 0 16px;
	padding: 9px 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	text-align: center
}

.demo_codeBtnDisabled {
	opacity: .2;
	pointer-events: none
}

.demo_errorText {
	font-size: 16px;
	line-height: 20px;
	color: #da0032;
	opacity: .8
}

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

	.demo_deniedPopUpBtns,
	.demo_successBannerBtns,
	.demo_tryBannerBtns,
	.demo_tryPopUpBtns {
		width: 100%
	}

	.demo_successBannerBtns .demo_demoBtn,
	.demo_tryBannerBtns .demo_demoBtn {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		padding: 9px 12px;
		line-height: 20px;
		height: auto
	}
}

.telInput_phoneInputWrapper {
	width: 100%
}

.telInput_phoneInputWrapper .telInput_demoTelInput {
	width: 100%;
	margin-bottom: 8px;
	padding: 10px 16px;
	border: none;
	border-radius: 3px;
	color: #2c303b;
	font-family: inherit;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
	height: 40px
}

.telInput_phoneInputDisabled {
	opacity: .2;
	pointer-events: none
}

.telInput_errorText {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 16px;
	color: #da0032;
	opacity: .8
}

@media only screen and (max-width: 576px) {
	.telInput_phoneInputWrapper .telInput_demoTelInput {
		margin-bottom: 20px
	}
}

.views_greetingWrapper {
	display: block;
	margin-bottom: 8px;
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	text-align: center
}

.views_textWrapper {
	display: block;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	text-align: center
}

.views_spinnerWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 140px;
	height: 100%
}

.demo_tryBannerBtns .demo_demoBtn {
	margin: 0 8px 0 0;
	padding: 5px 12px;
	font-weight: 600
}

.demo_tryBannerBtns .demo_demoBtn:last-child {
	margin: 1px 0 0
}

.demo_tryPopUpBtns .demo_demoBtn {
	width: 100%;
	margin: 0 0 12px;
	padding: 9px 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	text-align: center
}

.demo_tryPopUpBtns .demo_demoBtn:last-child {
	margin-bottom: 0
}

.demo_successBannerBtns .demo_demoBtn {
	margin: 0 10px 0 0;
	padding: 5px 36px;
	border-color: #fff
}

.demo_demoSuccessBannerButton {
	width: 100%
}

.demo_demoSuccessBannerButton stroke {
	color: #18a5a5
}

.demo_successBannerBtns .demo_demoBtn:last-child {
	margin: 0
}

.demo_deniedPopUpBtns .demo_demoBtn {
	width: 100%;
	margin: 0 0 12px;
	padding: 9px 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	text-align: center
}

.demo_deniedPopUpBtns .demo_demoBtn:last-child {
	margin-bottom: 0
}

.demo_popup.demo_confirmPhoneBtn {
	width: 100%;
	margin: 0 0 16px;
	padding: 9px 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	text-align: center
}

.demo_codeBtnDisabled {
	opacity: .2;
	pointer-events: none
}

.demo_errorText {
	font-size: 16px;
	line-height: 20px;
	color: #da0032;
	opacity: .8
}

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

	.demo_deniedPopUpBtns,
	.demo_successBannerBtns,
	.demo_tryBannerBtns,
	.demo_tryPopUpBtns {
		width: 100%
	}

	.demo_successBannerBtns .demo_demoBtn,
	.demo_tryBannerBtns .demo_demoBtn {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		padding: 9px 12px;
		line-height: 20px;
		height: auto
	}
}

/*  */
.questions {
  margin-top: 0;
  background-color: #ffffff;
}

.questions__title {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}

.questions__list {
  position: relative;
  margin-top: 31px;
  padding-right: 410px;

  &:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 225px;
    height: 240px;
    background: url("https://univer.glavbukh.ru/_next/static/media/ic_speaker.f0aca66e.svg") no-repeat center;
    background-size: contain;
  }
}

.question__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D8D8D8;
}
.question__item:last-of-type {
  border-bottom: none;
}
.question__item:last-of-type .question__button {
  padding-bottom: 0;
}
.question__item:first-of-type .question__button {
  margin-top: 0;
}

.question__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 39px 0;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #2D3039;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
}
.question__button:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 12px;
  background: url("../img/icon/icon-arrow_down.svg") no-repeat center;
  transform: rotate(180deg);
  background-size: contain;
  transition: 0.2s;
}
.question__button--active {
  padding-bottom: 0;
}
.question__button--active + .question__answer {
  display: block;
}
.question__button--active:before {
  transform: rotate(0deg);
}

.question__answer {
  width: auto;
  margin-top: 21px;
  padding-bottom: 29px;
  font-size: 14px;
  line-height: 20px;
  animation: transition 0.2s linear;
  user-select: none;
  display: none;
}

@keyframes transition {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 430px) {
  .questions {
    margin-top: 43px;
    padding: 0 0 25px;
  }
  .questions__title {
    font-size: 30px;
    text-align: left;
  }
  .questions__list {
    margin-top: 16px;
    padding-right: 0;
    
    &::before {
      display: none;
    }
  }
  .question__item {
    display: flex;
    flex-direction: column;
    padding: 16px 0 19px;
    border-bottom: 1px solid #D8D8D8;
  }
  .question__item:last-of-type {
    border-bottom: none;
  }
  .question__button {
    margin-top: 10px;
    padding: 0;
    padding-right: 25px;
    font-size: 18px;
    text-align: left;
  }
  .question__button:before {
    top: 7px;
    width: 15px;
    height: 12px;
  }
  .question__answer {
    width: auto;
    margin-top: 7px;
    font-size: 14px;
    line-height: 19px;
  }
}
.footer {
  margin-top: 113px;
  border-top: 1px solid #ffffff;
  font-family: "ProximaNova", "Arial", sans-serif;
  color: #ffffff;
  background-color: #565656;
}

.footer__wrapper {
  display: flex;
  padding: 79px 0 95px 0;
  line-height: 16px;
}

.footer__copyright {
  margin: 0;
  font-size: 13px;
}

.footer__copyright-link {
  display: flex;
  flex-direction: column;
  display: inline;
  color: #ffffff;
  text-decoration: underline;
}

.footer__policy {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #ffffff;
}

.footer__callback {
  margin: 0;
  margin-left: 167px;
  font-size: 13px;
}

.footer__phone {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
}

.footer__logo-link {
  display: flex;
  margin-left: auto;
}

.footer__logo {
  width: 175px;
  height: 25px;
}

@media (max-width: 430px) {
  .footer {
    margin-top: 43px;
  }
  .footer__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 0 51px;
  }
  .footer__copyright-link {
    margin: 0;
    font-size: 13px;
  }
  .footer__copyright-link span {
    display: block;
  }
  .footer__copyright {
    margin: 5px 0;
  }
  .footer__policy {
    margin-top: 10px;
    text-decoration: underline;
    color: #ffffff;
  }
  .footer__callback {
    margin: 40px 0 0 0;
    font-size: 13px;
  }
  .footer__phone {
    position: relative;
  }
  .footer__phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: url("../img/icon/icon-phone.svg") no-repeat center;
  }
  .footer__logo-link {
    margin: 40px 0 0 0;
  }
  .footer__logo {
    width: 140px;
  }
}