@font-face {
	font-family: 'pt_serifbold';
	src: url('../font/pt_serif-web-bold.woff2') format('woff2'),
	url('../font/pt_serif-web-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'pt_serifbold_italic';
	src: url('../font/pt_serif-web-bolditalic.woff2') format('woff2'),
	url('../font/pt_serif-web-bolditalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'pt_serifitalic';
	src: url('../font/pt_serif-web-italic.woff2') format('woff2'),
	url('../font/pt_serif-web-italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'pt_serifregular';
	src: url('../font/pt_serif-web-regular.woff2') format('woff2'),
	url('../font/pt_serif-web-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'stentigaregular';
	src: url('../font/stentiga.woff2') format('woff2'),
	url('../font/stentiga.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
.main_paralax {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #000;
}
.main_logo {
	max-width: 350px;
	height: auto;
	position: absolute;
} 

/*menu*/
.main__menu {
	width: 100%;
	height: 4rem;
	position: fixed;
	right: 0;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	list-style: none;
	z-index: 1;
}
.main__menu__item {
	margin: 0 1rem;
}
.main__menu__link {
	color: #b3b3b3;
	font-family: 'stentigaregular';
	font-size: 1.2rem;
}
.main__menu__link:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	transition: 1s;
}
.sign__up__form__submit__right__link {
	color: #b3b3b3;
}
.sign__up__form__submit__right__link:hover {
	color: #fff;
	text-decoration: none;
	transition: 1s;
}
.main__language {
	z-index: 1;
}

/*sign_up*/
.sign_up {
	position: absolute;
}
.sign__up__form__title {
	font-family: 'stentigaregular';
	font-weight: bold;
	cursor: default;
	text-align: center;
	color: #fff;
}
.sign__up__form__icon {
	color: #fff;
}
.sign__up__form__input {
	background: none;
	border-color: #666;
	font-size: 1.2rem;
}
.sign__up__form__input:focus {
	background: none;
	border-color: #fff;
	color: #fff;
}
.sign__up__form__submit__right {
	text-align: center;
}
.sign__up__form__submit {
	color: #666;
	border-color: #666;
}
.sign__up__form__submit:hover {
	color: #fff;
	border-color: #fff;
}
.sign__up__form__submit__right__forget {
	display: inline-block;
	color: #666;
	margin-top: 1rem;
}
.sign__up__form__submit__right__forget:hover {
	color: #fff;
}
.sign_up__language {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
/*info*/
.main__info {
	position: absolute;
}

/*category*/
.container {
	max-width: 100%;
	min-height: 100%;
	background: #dcdce1;
}
.cat__menu {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0.5rem 1rem;
	background: #000;
	justify-content: space-around;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
}
.cat__link {
	color: #b3b3b3;
	font-size: 1rem;
	font-family: 'stentigaregular';
}
.cat__link:hover {
	color: #fff!important;
	text-decoration: none;
	transition: 1s;
}
.cat__item {
	text-align: left;
}
.cat__menu__mobile {
	width: 100%;
	background: #000;
	text-align: right;
	display: none;
}
.cat__menu__mobile__icon {
	display: inline-block;
	color: #b3b3b3;
	padding: 0.5rem 2rem;
	cursor: pointer;
}
.cat__menu__mobile__icon:hover {
	color: #fff;
	transition: 1s;
}
.cat__menu__mobile__nav {
	background: #000;
}
.cat__category {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.cat__category__block {
	width: 33.333%;
	height: 300px;
	background-image: url("../img/cat1.jpg");
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cat__category__block__back {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(0,0,0,0.4);
}
.cat__category__block__back__blocked {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(0,0,0,0.9);
}
.cat__category__block__back:hover {
	background: rgba(255,255,255,0.6);
	text-decoration: none;
}
.cat__category__block__back__blocked:hover {
	background: rgba(255,255,255,0.1);
	text-decoration: none;
}
.cat__category__block__back__disable {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(0,0,0,0.9);
}
.cat__category__block__back__disable:hover {
	text-decoration: none;
}
.cat__category__block__text {
	font-family: 'pt_serifbold';
	font-weight: bold;
	font-size: 3rem;
	line-height: 3rem;
	color: #f11;
}

/*category_in*/
.cat__category__block__in {
	width: 50%;
}


/*Test*/
.test__line::-webkit-progress-value {
	background-color: #000;
}
.test__line::-moz-progress-bar {
	background-color: #000;
}
.test__line::-ms-fill {
	background-color: #000;
}
.container__test {
	max-width: 100%;
	min-height: 100%;
	background: #dcdce1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.test__body {
	width: 90%;
	padding: 1.5%;
	margin: 0 auto;
}
/*Footer*/
.test__footer {
	background-color: #000;
	width: 100%;
	height: 5rem;
	margin-top: auto;
	font-family: 'pt_serifbold_italic';
}
.test__flex__footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 90%;
	height: 100%;
	padding: 0 1.5%;
	margin: 0 auto;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.test__footer__icon {
	display: inline-block;
	margin-right: 0.5rem;
}
.test__footer__control__text {
	color: #fff;
	font-size: 1rem;
}
.test__footer__button__in {
	background: #fff;
	color: #000;
	font-family: 'pt_serifbold';
}
.test__footer__button__in:hover {
	background: #595959;
	color: #000;
}

/*test__question*/
.test__question {
	width: 70%;
	margin: 1rem auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.test__question__icon {
	color: #000;
	margin-right: 0.5rem;
}
.test__question__text {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'pt_serifregular';
}

/*check*/
.test__check__button {
	text-align: right;
}
.test__check__button__in {
	background: #000;
	color: #fff;
	font-family: 'pt_serifbold';
}
.test__check__button__in:hover {
	background: #0a0a0f;
	color: #fff;
}

/*finish__text*/
.finish__text {
	width: 70%;
	margin: 0 auto;
	font-size: 2rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding-top: 15%;
	color: #000;
	font-family: 'pt_serifbold';
}

/*tranlate*/
.tranlate__textarea {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.tranlate__textarea__in:focus {
	outline: none !important;
	border-color: #000;
	box-shadow: 0 0 3px #000;
	color: #000;
}
.tranlate__textarea__in {
	color: #000;
	font-size: 1rem;
	padding: 1rem;
	resize: none;
}

/*listen*/
.test__question__listen {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

/*Photo_test*/

/*Forum*/
.forum {
	width: 50%;
	margin: 1rem auto;
}
.forum_chat {
	margin-top: 1rem;
}
.forum_chat_left {
	text-align: left;
	padding: 1rem;
	width: 100%;
	margin-bottom: 1rem;
	background: #000;
	color: #fff;
}
.forum_chat_right {
	text-align: right;
	padding: 1rem;
	width: 100%;
	margin-bottom: 1rem;
	background: #000;
	color: #fff;
}
.forum_chat_left_block_user {
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin-bottom: 0.5rem;
}
.forum__textarea {
	color: #000;
	font-size: 1rem;
	padding: 1rem;
	resize: none;
}
.forum__textarea:focus {
	outline: none !important;
	border-color: #000;
	box-shadow: 0 0 3px #000;
	color: #000;
}
.forum__test__check__button {
	margin-top: 1rem;
}
.statistic_out {
	text-align: left;
	width: 100%;
	margin-bottom: 1rem;
	background: #fff;
}
.statistic_in {
	text-align: left;
	width: 50%;
	margin-bottom: 1rem;
	background: #000;
	padding: 0.5rem;
	color: #fff;
}
.new_title {
	font-weight: bold;
	padding: 0;
	color: #000;
	margin-bottom: 0.5rem;
}
.new_block {
	margin: 1rem;
	font-size: 0.9rem;
	font-family: 'pt_serifregular';
}