html {
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

.header_bc {
	background-color: #FFA733;
	height: 180px;
}

.header_module {
	width: 87.5%;
	height: 180px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.content {
	width: 87.5%;
	margin: 0 auto;
	font-family: 'Playfair Display';
	font-size: 30px;
	font-variant-numeric: lining-nums;
	color: black;
}

.lng a {
	font-family: 'Playfair Display';
	font-size: 38px;
	font-weight: 600;
	font-variant-numeric: lining-nums;
	color: #FFFFD9;
	text-decoration: none;
}

.name {
	width: 1158px;
	height: 108px;
	border-radius: 66px;
	background-color: #FB9735;
	text-align: center;
	padding-top: 27px;
	font-family: 'Playfair Display';
	font-size: 48px;
	font-weight: 800;
	font-variant-numeric: lining-nums;
	color: #FFFFD9;
	text-transform: uppercase;
	margin-right: 100px;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 255, .15);
}

.exit img {
	width: 71px;
	height: 84px;
}

.lessons {
	display: flex;
	flex-direction: column;
}

.lesson_info {
	height: 609px;
	display: flex;
	align-items: center;
	border-bottom: 7px solid #FFA733;
}

.lesson_info:last-child {
	border-bottom: 7px solid white; 
}

.lesson_short {
	width: 690px;
	height: 491px;
	background-color: #FFFFD9;
	border: 7px solid #FFA733;
	border-radius: 50px;
	margin-right: 155px;
}

.lesson_panel {
	width: 681px;
	height: 112px;
	background-color: #FFA733;
	margin-top: 67px;
	text-align: center;
	padding-top: 33px;
	font-family: 'Playfair Display';
	font-size: 48px;
	font-weight: 800;
	font-variant-numeric: lining-nums;
	color: #FFFFD9;
	text-transform: uppercase;
}

.lesson_theme {
	width: 681px;
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: 'Playfair Display';
	font-size: 44px;
	font-weight: 600;
	font-variant-numeric: lining-nums;
	color: #FFA733;
}

.lesson_preview {
	height: 491px;
	display: flex;
	flex-direction: column;
}

.lesson_text {
	min-width: 100%;
	min-height: 75%;
	display: flex;
	align-items: center;
	font-family: 'Playfair Display';
	font-size: 42px;
	font-weight: 500;
	font-variant-numeric: lining-nums;
	color: #211023;
}

.lesson_button {
	min-width: 100%;
	min-height: 15%;
}

.lesson_button a {
	width: 250px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFA733;
	border-radius: 50px;
	font-family: 'Playfair Display';
	font-size: 40px;
	font-weight: 500;
	font-variant-numeric: lining-nums;
	color: #FFFFD9;
	text-decoration: none;
}