.fr-page-banner {
	display: grid;
	background: var(--mirage-950);
}

.fr-page-banner__left {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.fr-page-banner__right {
	padding: 16px;
	cursor: default;
}

.fr-page-banner__title {
	color: var(--white);
	font-size: 24px;
	text-align: center;
	line-height: 32px;
	margin-bottom: 12px;
}

@media (min-width: 992px) {
	.fr-page-banner {
		grid-template-columns: 1fr 380px;
		grid-gap: 24px;
	}

	.fr-page-banner__slider.glider,
	.fr-page-banner__slider .glider-track,
	.fr-page-banner__slider .glider-slide,
	.fr-page-banner__slider .glider-slide img {
		min-height: 100%;
		height: 100%;
		object-fit: contain;
	}

	.fr-page-banner__right {
		padding: 24px 32px 24px 12px;
	}

	.fr-page-banner__title {
		font-size: 32px;
		margin-bottom: 24px;
	}
}



.course-tabs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 8px;
}

.cours-tab {
	width: 100%;
	height: 48px;
	color: var(--mirage-958);
	font-size: 16px;
	background: none;
	border: none;
	padding: 0 12px;
	box-shadow: inset 0 0 0 1px var(--mirage-200);
	transition: all ease .1s;
}

.cours-tab:last-child {
	grid-column: 1 / 3;
}

.cours-tab.active,
.cours-tab:hover {
	color: var(--white);
	background: var(--pastel-green-600);
	box-shadow: inset 0 0 0 1px var(--pastel-green-600);
}

.course-tab-content {
	padding: 0 16px;
	background: var(--white);
}

.course-tab-content__items:not(.show) {
	display: none;
}

.course-tab-content__item {
	display: grid;
	align-items: center;
	grid-template-columns: 90px 1fr;
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	padding: 16px 0;
}

.course-tab-content__item:not(:last-child) {
	padding: 16px 0 12px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--mirage-50);
}

.course-tab-content__item--logo img {
	height: 76px;
	object-fit: contain;
}

.course-tab-content__name {
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
}

.course-tab-content__name:hover {
	color: var(--pastel-green-600);
	text-decoration: none;
}

.course-tab-content__desc {
	grid-column: 1 / 3;
}

.course-tab-content__desc p {
	font-size: 16px;
	color: var(--mirage-950);
	opacity: .65;
	line-height: 24px;
}

.course-tab-content__item--countlesson {
	color: var(--pastel-green-600);
	font-weight: 600;
}

.course-tab-content__item--btn {
	margin-left: auto;
}

.course-tab-content__item--toggle {
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	color: var(--pastel-green-600);
	box-shadow: inset 0 0 0 1px var(--mirage-200);
	border-radius: 8px;
	line-height: 0;
	transition: box-shadow ease .1s;
}

.course-tab-content__item--toggle:hover {
	box-shadow: inset 0 0 0 2px var(--pastel-green-600);
}

.course-tab-content__item--toggle.active {
	color: var(--thunderbird-500);
	box-shadow: inset 0 0 0 1px var(--thunderbird-400);
}

.course-tab-content__item--toggle.active:hover {
	box-shadow: inset 0 0 0 2px var(--thunderbird-500);
}

.course-tab-content__item--toggle .icon {
	font-size: 24px;
}

.course-tab-content__item--lessons {
	grid-column: 1 / 3;
	display: grid;
	grid-column-gap: 24px;
	grid-row-gap: 12px;
}

.course-tab-content__item--lessons:not(.show) {
	display: none;
}

.course-tab-content__item--lesson {
	display: grid;
	align-items: flex-start;
	grid-template-columns: 24px 1fr;
	grid-gap: 8px;
	padding: 12px;
	color: var(--mirage-950);
	background: var(--mirage-50);
	border-radius: 3px;
	cursor: pointer;
}

a.course-tab-content__item--lesson:hover,
.course-tab-content__item--lesson:hover {
	color: var(--mirage-950);
	background: var(--mirage-100);
}

.course-tab-content__item--lesson span {
	width: 24px;
	height: 24px;
	color: var(--mirage-950);
    background: var(--pastel-green-400);
    box-shadow: 0 3px 0 0 var(--pastel-green-600);
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	transition: background ease .1s;
}

a.course-tab-content__item--lesson:hover span {
    background: var(--pastel-green-500);
}

@media (min-width: 768px) {
	.course-tabs {
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 0;
	}

	.cours-tab {
		height: 64px;
	}

	.cours-tab:last-child {
		grid-column: auto;
	}

	.course-tab-content {
		padding: 0 24px;
	}

	.course-tab-content__item {
		grid-template-columns: 140px 1fr 80px 48px;
		grid-column-gap: 24px;
		padding: 24px 0;
	}

	.course-tab-content__item:not(:last-child) {
		padding: 24px 0 32px;
		margin-bottom: 0;
	}

	.course-tab-content__item--logo {
		grid-area: 1 / 1 / 3 / 2;
	}

	.course-tab-content__item--logo img {
		height: 120px;
	}

	.course-tab-content__item--body {
		grid-area: 1 / 2 / 2 / 3;
	}

	.course-tab-content__name {
		font-size: 32px;
	}

	.course-tab-content__desc {
		grid-area: 2 / 2 / 3 / 3;
	}

	.course-tab-content__item--countlesson {
		grid-area: 1 / 3 / 3 / 4;
		text-align: right;
	}

	.course-tab-content__item--btn {
		grid-area: 1 / 4 / 3 / 5;
	}

	.course-tab-content__item--toggle {
		width: 48px;
		height: 48px;
	}

	.course-tab-content__item--lessons {
		grid-column: 1 / 5;
		grid-template-columns: repeat(2, 1fr);
	}
}


.room-slice {
	margin-bottom: 24px;
}

.section-promo {
	position: relative;
	left: -12px;
	width: calc(100% + 24px);
}

.section-promo .typography-h1 {
	padding: 0 12px;
}

.promo-home,
.section-promo .button-read-more {
	padding: 0 12px;
}

@media (min-width: 576px) {
	.section-promo {
		left: 0;
		width: 100%;
	}

	.section-promo .typography-h1 {
		padding: 0;
	}

	.promo-home,
	.section-promo .button-read-more {
		padding: 0;
	}
}


.fr-page-news {
	position: relative;
	display: grid;
	grid-gap: 16px;
	padding: 16px;
	background: var(--mirage-950);
}

.fr-page-news-slider-row {
	overflow: hidden;
}

.fr-page-news .slider-arrow {
	top: 75px;
	transform: none;
}

.fr-page-news .slider-arrow--prev {
	left: -12px;
}

.fr-page-news .slider-arrow--next {
	right: -12px;
}

@media (min-width: 768px) {
	.fr-page-news {
		grid-template-columns: 1fr 340px;
		grid-gap: 24px;
	}

	.fr-page-news .slider-arrow {
		top: 50%;
		transform: translateY(-50%);
	}

	.fr-page-news .slider-arrow--next {
		right: 380px;
	}
}

@media (min-width: 1250px) {
	.fr-page-news {
		grid-gap: 48px;
	}

	.fr-page-news .slider-arrow--prev {
		left: -18px;
	}

	.fr-page-news .slider-arrow--next {
		right: 395px;
	}
}

.post-slide-bg {
	position: relative;
}

.post-slide-bg__img {
	width: 100%;
	height: 215px;
	object-fit: cover;
}

.post-slide-bg__body {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px;
	background: linear-gradient(0deg, #1d222f 0%, rgba(29, 34, 47, 0) 100%);
}

.post-slide-bg__date {
	font-size: 12px;
	color: rgba(255, 255, 255, .8);
	line-height: 16px;
}

.post-slide-bg__title {
	font-size: 18px;
	color: var(--white);
	font-weight: 600;
	line-height: 24px;
	transition: color ease .1s;
}

.post-slide-bg__title:hover {
	color: var(--thunderbird-600);
	text-decoration: none;
}

.post-slide-little {
	display: grid;
	align-items: center;
	grid-template-columns: 70px 1fr;
	grid-gap: 10px;
	color: var(--white);
	transition: color ease .1s;
}

.post-slide-little:not(:last-child) {
	margin-bottom: 12px;
}

.post-slide-little:hover {
	color: var(--thunderbird-600);
	text-decoration: none;
}

.post-slide-little__title {
	font-size: 14px;
	line-height: 20px;
}

.post-slide-little__img {
	height: 60px;
	object-fit: cover;
}

@media (min-width: 768px) {
	.post-slide-bg__img {
		height: 420px;
	}

	.post-slide-bg__body {
		padding: 24px;
	}

	.post-slide-bg__date {
		margin-bottom: 12px;
	}

	.post-slide-bg__title {
		font-size: 24px;
		line-height: 32px;
	}
}


.fr-page-articles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
	grid-gap: 24px;
}

.post-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.post-card__img {
	display: block;
	line-height: 0;
}

.post-card__img img {
	width: 100%;
	height: 225px;
	object-fit: cover;
}

.post-card__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
	height: 100%;
}

.post-card__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.post-card__title:hover {
	color: var(--thunderbird-500);
	text-decoration: none;
}

.post-card__meta {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	color: #9FA2A9;
}

.post-card__meta-item {
	display: grid;
	align-items: center;
	grid-template-columns: 20px 1fr;
	grid-gap: 4px;
	line-height: 16px;
}

.post-card__meta .icon {
	font-size: 20px;
	color: var(--mirage-200);
}

@media (min-width: 576px) {
	.post-card__img img {
		height: 192px;
	}
}