body {
	margin: 0;
	font-family: sans-serif;
	background: #a4ffdb url(../images/background.gif) repeat-x fixed; /*фон окна*/
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-size: 20px;
}
.content-white, .content-white2 {
	background: #fff; /* Белый цвет фона */
	margin: 30px 0 5px 0; /* Отступы */
	padding: 5px 10px 5px 10px; /* Поля */
	text-align: center;
	border: 1px solid #248D78;
	border-radius: 5px;
}
.content-white2 {
	max-width: 850px;
	margin: 0 auto 30px;
}

.mainTitle {
	font-size: 28px;
	text-align: center;
}

.mainTitle span {
	 font-size: 20px;
}


.titleExercise {
	color: #248D78;
	font-size: 28px;
	text-align: left;
}
.td_har {
    background: #248D78;
	text-align: center;
	color: #FFF; 
   }
table.har_type td {
	padding: 5px; /* Поля в ячейках */
	margin: 3px;
	width: auto; /* Ширина колонок */
	border: 1px solid #248D78; 
   }

tr.active {
	background-color: #dbeafe;
}
.firstCol {
	text-align: left;
}
.nextCol {
	width: 80%;
}
.answerBox {
	max-width: 800px;
	margin-bottom: 40px;
}
.askWord, .Result {
	color: #1d7463;
	max-width: 90%;
	text-align: center;
	border: none;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.answerWord {
	background: #248D78;
	color: white;
	font-size: 20px;
	margin: 4px;
	font-weight: bold;
	border-radius: 10px;
	padding: 4px;
	border: 3px solid #0b5a4a;
}
.listBox {
	text-align: center;
	max-width: 850px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
.numberList, .btnCheck, .btnAnswers, .passwordButon {
	width: auto;
	background: #a4ffdb;
	color: #3e897a;
	font-size: 18px;
	margin: 8px;
	font-weight: bold;
	border-radius: 10px;
	padding: 4px;
	border: 1px solid #3e897a;
	box-shadow: inset rgba(20,30,75,.5) -3px -3px 5px, inset rgba(200,200,255,.9) 3px 3px 5px, rgba(20,30,75,.8) 3px 3px 5px -3px;
}
.restart, .btnRus, .trainingList, .btnPlay {
	width: 300px;
	color: #3e897a;
	font-size: 18px;
	margin: 8px;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #3e897a;
	box-shadow: inset rgba(20,30,75,.5) -3px -3px 5px, inset rgba(200,200,255,.9) 3px 3px 5px, rgba(20,30,75,.8) 3px 3px 5px -3px;
}

.btnPlay {
	width: 100px;
	float: right;
	border-radius: 10px;
}
.trainingTitle {
	border: none;
	font-size: 30px;
	font-weight: bolder;
}
.curExesicesBox {
	text-align: left;
}
.Result {
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: #a4ffdb;
	opacity: 0.95;
	color: white;
	padding: 10% 0;
	text-align: center;

}
.passwordBox {
	height: 25px;
	width: 250px;
	font-size: 18px;
}
.passwordButon {
	height: 30px;
	width: 100px;
	font-size: 18px;
}
.btnCheck {
	width: 200px;
}
.btnAnswers {
	width: 350px;
	background-color: white;
}
/*   */
#btnAudio {
	margin: 20px;
	float: left;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	position: relative;
}

.play::after {
  content: "🔊";
}
.btnRus {
	width: 60px;
	float: right;
	padding: 5px;
}
