@font-face { 
    font-family: 'Segoe Script';
    src: url(SegoeScript.woff) format("woff"),
         url(SegoeScript.ttf) format("truetype");
}
a,a:hover,a:focus,img,input,input:focus,button,button:focus {outline: none;}
body {font-family: 'Roboto', sans-serif;}
/* Игра 5 */
.test_enter_word {
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
	padding: 0px 0px 60px;
	display: none;
}
.podskazka {display: none;}
.test_enter_word.shown {display: block;}
.ostalos {
	color: #555;
	line-height: 16px;
	font-size: 16px;
	font-weight: 300;
}
.samo_slovo {
	margin: 40px 0px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #0eb582;
}
.enter_word {
	width: 100%;
	border: 1px solid #ccc;
    border-radius: 10px;
	color: #555;
	font-size: 16px;
	font-weight: 300;
	height: 40px;
	outline: none;
	text-align: center;
	font-style: italic;
}
.send_word {
	display: inline-block;
	margin-top: 40px;
	border-radius: 36px;
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px;
    background: #0eb582;
    font-weight: 500;
	cursor: pointer;
	color: #fff;
	text-align: center;
	height: 45px;
	border: none;
	font-size: 18px;
	width: 250px;
}
.send_word:hover, .send_word:focus {background: #273c66;}
.open_pods {
	background: #273c66;
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 150px;
	margin-top: 20px;
	border-radius: 35px;
	border: none;
	height: 25px;
	cursor: pointer;
}
.podskazka_text {
	border: 1px solid #273c66;
    width: 148px;
    margin: -10px auto 0;
    padding: 20px 0px 10px;
	display: none;
}
.perezapusk {
	display: block;
    margin: 0px auto 0;
    background: #b3b3b3;
    border: none;
    color: #fff;
    padding: 5px 15px 6px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
}
.error_text {
	margin-top: 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #ff0000;
	display: none;
}
.success_text {
	margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
	text-transform: uppercase;
    font-weight: 500;
    color: #007551;
	display: none;
}
input.error {
	color: #ff0000;
	border-color: #ff0000;
}
/* Конец игры 5 */
/* Стили сайта */
header {
	height: 85px;
	overflow: hidden;
	background: #273c66;
	width: 100%;
	padding: 0px 25px;
}
header.user_page_header {
	padding: 0;
    height: 349px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #fff;
    background-image: url(/img/bg.jpg);
}
header.user_page_header .inheader {
	background: rgba(0,0,0,0.31);
    overflow: hidden;
    padding: 0px 25px;
    height: 100%;
}
footer {
	height: 85px;
	overflow: hidden;
	background: #273c66;
	width: 100%;
}
.logo {
	display: block;
	float: left;
	margin-top: 20px;
    line-height: 0;
}
.enter_links {
	float: right;
	padding-left: 27px;
	margin-left: 28px;
	background-image: url(/wp-content/uploads/2020/01/user.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.enter_links.logout {
	background-image: url(/img/door.png);
}
.enter_links a, .enter_links span, .podval_links a {
	display: inline-block;
	vertical-align: top;
}
.podval_links a {margin-left: 30px;}
footer a, footer .copywrite {
	color: #fff;
	font-size: 16px;
	line-height: 85px;
}
footer .copywrite {
	float: left;
	margin-left: 30px;
}
.podval_links {float: right;}
footer a {text-decoration: underline;}
footer a:hover, footer a:focus {
	text-decoration: none;
	color: #0eb582;
}
header a, .enter_links span {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	line-height: 85px;
}
header a:hover, header a:focus {
	text-decoration: none;
	color: #0eb582;
}
.menu_part {float: right;}
.menu_part li {
	display: inline-block;
	vertical-align: top;
	margin-left: 28px;
}
.home_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.first_section_main {
	height: 600px;
	padding-top: 142px;
	width: 100%;
	background-color: #f7f9fb;
	background-image: url(/wp-content/uploads/2020/01/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
}
.big_title {
	color: #333;
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.after_title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
}
.fsectionh_buttons {margin-top: 32px;}
.fsectionh_buttons a {
	vertical-align: middle;
	margin: 0px 10px;
}
.elbtn {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 39px;
	padding: 0px 23px;
	border-radius: 35px;
	cursor: pointer;
}
.elbtn:hover, .elbtn:focus {text-decoration: none;}
.green_btn {
	background: #0eb582;
	border: 1px solid #0eb582;
	color: #fff;
	transition: all 0.5s ease 0s;
}
.green_btn:hover, .green_btn:focus {
	background: #273c66;
	border-color: #273c66;
	color: #fff;
}
.transparent_btn {
	border: 1px solid #0eb582;
	color: #0eb582;
}
.transparent_btn:hover, .transparent_btn:focus {
	border-color: #273c66;
	color: #273c66;
}
.bg_grey {background: #f7f7f7;}
.white_line_first, .incont_white {
	width: 100%;
	background: #fff;
	height: 97px;
}
.incont_white {margin-top: 16px;}
.user_photo {position: relative;}
.user_photo .user_image {
	padding: 15px;
    background: #fff;
    position: absolute;
    bottom: -208px;
    left: 15px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	width: 298px;
	height: 300px;
	overflow: hidden;
	padding-bottom: 0;
    margin-bottom: 15px;
}
.user_photo .user_image img {
	width: 100%;
	height: auto;
}
.user_main_col {
	padding-top: 19px;
	padding-bottom: 19px;
}
.user_main_col h3 {
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #0eb582;
}
.user_main_col p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 300;
	margin: 0;
	padding: 0;
	margin-top: 1px;
}
.user_name {padding-left: 50px;}
.user_name h3 {color: #333;}
.user_width_icon {
	padding-left: 60px;
	background-position: left center;
	background-repeat: no-repeat;
}
.user_open {background-image: url(/img/icon1.png);}
.user_groups {background-image: url(/img/icon2.png);}
.menu_user ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
.menu_user ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 20px;
}
.menu_user ul li a {
	text-transform: uppercase;
	color: #333;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	transition: all 0.5s ease 0s;
}
.menu_user ul li a:hover, .menu_user ul li a:focus, .menu_user ul li.current-menu-item a {
	color: #0eb582;
	text-decoration: underline;
}
.menu_user {padding-top: 40px;}
.btn_green {
	background: #0eb582;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	border-radius: 25px;
	border: none;
	cursor: pointer;
	display: inline-block;
	transition: all 0.5s ease 0s;
}
.btn_green:hover, .btn_green:focus {
	background: #273c66;
	text-decoration: none;
	color: #fff;
}
.user_btn .btn_green {
	width: 243px;
	height: 55px;
}
.user_btn {padding-top: 20px;}
.user_photo #user_avatar {
	position: absolute;
    bottom: -208px;
    left: 15px;
    width: 298px;
    height: 315px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.load_gif {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	text-align: center;
    background: rgba(255,255,255,0.5);
	transition: all 0.5s ease 0s;
	opacity: 0;
	display: none;
}
.load_gif.active {
	opacity: 1;
	display: block;
}
.load_gif:before {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	margin-right: -5px;
	content: '';
}
.load_gif img {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
    height: auto;
}
.pop_right {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.53);
	top: 0; left: 0;
	display: none;
	z-index: 100;
	transition: all 1s ease 0s;
}
.pop_right.active {display: block;}
.pop_right .inpop {
	width: 360px;
	height: 100%;
	position: absolute;
	right: 0; top: 0;
	background: #fff;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-right: -361px;
	z-index: 2;
}
.close_div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	z-index: 1;
	cursor: pointer;
}
.close_x {
	font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #0eb582;
    position: absolute;
    top: 15px;
    right: 18px;
    cursor: pointer;
}
.close_x:hover {color: #ff0000;}
.inpop:before {
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	margin-right: -5px;
	height: 100%;
	content: '';
}
.add_group_form {
	width: 80%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.before_title {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.sam_title {
	color: #333;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 31px;
}
.form_block input, .form_block .select {
	width: 100%;
	height: 45px;
	border: 1px solid #ced4da;
	border-radius: 6px;
}
.form_block input, .form_block select {
	padding-left: 26px;
	color: #333;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	outline: none;
}
.form_block select {
	width: 120%;
	height: 100%;
	border: none;
	background: transparent;
	outline: none;
}
.form_block .select {
	overflow: hidden;
	background-image: url(/img/select.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	background-position: 92% center;
}
.form_block input.error, .form_block .select.error {border-color: #ff0000;}
.form_block {margin-top: 15px;}
.form_buttons {margin-top: 36px;}
.form_buttons button {font-size: 16px;}
.success_message, .error_message {
	font-size: 12px;
	line-height: 15px;
	margin-top: 8px;
	font-weight: 400;
	display: none;
}
.success_message {color: #0eb582;}
.success_message a {
	color: #273c66;
	text-decoration: underline;
}
.error_message {color: #ff0000;}
.materials_groups {padding-top: 50px;}
.tab_title_sam, .tab_title_sam1, .second_tab_title, .third_tab_title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #333;
	padding-right: 27px;
	background-image: url(/img/ab.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.tab_title_sam1 {
	padding-right: 0px;
	background: none;
}
.tab_title_sam.shown, .second_tab_title.shown, .third_tab_title.shown {
	background-image: url(/img/abb.png);
}
.materials_groups {padding-bottom: 50px;}
.tab_title {padding-top: 20px;}
.watch_groups {
	display: inline-block;
	vertical-align: middle;
	color: #273c66;
	font-weight: 700;
	text-decoration: underline;
	font-size: 16px;
	line-height: 24px;
	margin-left: 32px;
}
.watch_groups.hrenn {color: #0eb582;}
.batab_content, .second_tab_content {padding: 0px 0 0px 38px; display: none;}
.second_tab {padding-top: 20px;}
.third_tab_content {padding-top: 10px;}
.second_tab_title, .third_tab_title {
	font-size: 16px;
	line-height: 24px;
}
.open_one_material, .open_one_material1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	cursor: pointer;
	padding-left: 22px;
	background-image: url(/img/list.png);
	background-repeat: no-repeat;
	background-position: 0px 2.45px;
    color: #333;
	margin-top: 7px;
}
.open_one_material:hover, .open_one_material1:hover {color: #0eb582;}
.second_tab > .open_one_material {margin-top: 0px;}
.inmat {
	position: relative;
	width: 600px;
	max-height: 600px;
	padding: 40px;
	z-index: 2;
	top: 10%;
	background: #fff;
	overflow-y: auto;
	display: inline-block;
	text-align: left;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #333;
}
.inmat strong {font-weight: 700;}
.material_pop {
	z-index: 99;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	text-align: center;
	background: rgba(0,0,0,0.31);
	display: none;
}
.close_mat_pop {
	font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #0eb582;
    position: absolute;
    top: 15px;
    right: 18px;
    cursor: pointer;
}
.close_mat_pop:hover {color: #ff0000;}
.materials_groups .sam_title {margin-bottom: 11px;}
.one_mat {display: flex;}
.one_mat .watch_groups {padding-top: 7px;}
.one_mat .watch_groups:hover {
	opacity: 0.8;
	text-decoration: none;
}
.group_one_section {padding: 50px 0px;}
.sam_title .group_code {
	color: #0eb582;
	text-transform: uppercase;
	text-decoration: underline;
}
.title_content {display: flex;}
.second_title_side {
	margin-left: 86px;
	padding-left: 86px;
	border-left: 1px solid #c0c0c0;
	padding-top: 3px;
}
.second_title_side p {
	color: #333;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}
.second_title_side p strong {
	color: #0eb582;
	font-weight: 700;
	font-size: 24px;
	display: none;
}
.first_title_side .sam_title {
	margin-bottom: 0;    
	margin-top: 6px;
}
.simbol {
	display: inline-block;
	vertical-align: middle;
}
.form_block input.capcha, .form_block input.capcha2, .form_block input.capcha_cons {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    padding-left: 15px;
}
.form_block input.capcha2 {font-size: 12px;}
.student_activate_group {
	padding: 12px 0px;
	font-size: 16px;
}
.button_tabs {margin-top: 36px;}
.button_tabs button {
	text-transform: none;
	font-size: 16px;
	line-height: 16px;
	padding: 14px 35px 14.5px;
	width: auto;
	margin-right: 15px;
}
.pometochka {
	color: #525252;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic;
	margin-top: 36px;
}
.pometochka strong {
	color: #ff0101;
	font-weight: 700;
	font-size: 20px;
	margin-right: 2px;
}
.tab_student_main {display: none;}
.tab_student_main.shown {display: block;}
.button_tabs button.active {background: #273c66;}
.back_url {
	display: block;
	padding-left: 31px;
	background-image: url(/img/left.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	margin-bottom: 20px;
}
.words_block {margin-top: 50px;}
.one_word_block {
	background: #fff;
	margin-bottom: 19px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	padding: 12px 0px;
}
.one_word_block span {
	font-size: 26px;
	font-weight: 700;
}
.one_word_block .col-owb {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}
.btn_blue {background: #273c66;}
.col-owb button {
	font-size: 14px;
	line-height: 14px;
	text-transform: none;
	width: 160px;
	padding: 10px 0px;
	text-align: center;
}
.col-owb button:hover {opacity: 0.8;}
.profile_user {padding: 50px 0px;}
.bg_grey2 {background: #eceded;}
.game_page {
	padding-top: 63px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.games_menu {margin-top: 63px;}
.one_link .inner_link {
	padding-top: 4px;
	height: 81px;
	background: #fff;
	border-bottom: 4.8px solid #0eb582;
	padding-left: 14px;
	display: block;
	transition: all 0.5s ease 0s;
	position: relative;
}
.one_link.active .inner_link {background: #0eb582;}
.one_link:hover, .one_link:focus {text-decoration: none;}
.one_link:hover .inner_link {border-bottom: 4.8px solid #fff;}
.one_link.active:hover .inner_link {border-bottom: 4.8px solid #0eb582;}
.game_image {
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	display: inline-block;
	width: 1px;
	margin-right: 13px;
}
.game_title {
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #0eb582;
	font-weight: bold;
	text-transform: uppercase;
}
.active .game_title {color: #fff;}
.game1_image {
	width: 48px;
	background-image: url(/img/game1.png);
}
.active .game1_image {background-image: url(/img/game1-active.png);}
.game2_image {
	width: 64px;
	background-image: url(/img/game2.png);
}
.active .game2_image {background-image: url(/img/game2-active.png);}
.game3_image {
	width: 55px;
	background-image: url(/img/game3.png);
}
.active .game3_image {background-image: url(/img/game3-active.png);}
.game4_image {
	width: 52px;
	background-image: url(/img/game4.png);
}
.active .game4_image {background-image: url(/img/game4-active.png);}
.game5_image {
	width: 64px;
	background-image: url(/img/game5.png);
	background-position: top left;
}
.active .game5_image {background-image: url(/img/game5-active.png);}
.game6_image {
	width: 59px;
	background-image: url(/img/game6.png);
}
.active .game6_image {background-image: url(/img/game6-active.png);}
.nopadding-left {padding-left: 0;}
.done_less {
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	bottom: -10px;
	right: -10px;
	color: #0eb582;
	background: #fff;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	text-align: center;
}
.sama-igra {
	background: url(/img/pattern.jpg) no-repeat top center, url(/img/pattern2.jpg) no-repeat bottom right;
	padding: 90px 0px;
	background-color: #f9fbfa;
}
/* Тест ученика */
.words_flex_container {overflow: hidden; margin-bottom: 38px;}
.one_test_word {
	width: 273px;
	height: 119px;
	margin-right: 16px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #e7e8e8;
	border-radius: 6px;
	text-align: center;
	float: left;
}
.one_test_word:nth-child(4n+4) {margin-right: 0;}
.znachene-test-word {
	text-transform: uppercase;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-top: 20px;
}
.vvod-test-word {
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	width: 199px;
	height: 38px;
	background: none;
	border: none;
	border-bottom: 1px solid #969696;
	margin-top: 14px;
	font-style: italic;
}
.reload_div {display: none;}
.done_test_green {
	background: #0eb582;
	padding: 5px;
	font-size: 9px;
	height: auto;
	line-height: 9px;
	color:
	#fff;
	margin-left: 5px;
	margin-top: 9px;
	margin-bottom: 2px;
	border-radius: 7px;
}
/* Конец теста ученика */
.list_buttons_teacher {margin: 55px 0px; overflow: hidden;}
.lbt_teacher {
	height: 65px;
	width: 230px;
	background: #273c66;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 65px;
	text-align: center;
	border-radius: 8px 0px 0px 8px;
	float: left;
	border: none;
	position: relative;
}
.lbt_teacher:hover {opacity: 0.8;}
.lbt_teacher2 {border-radius: 0px 8px 8px 0px;}
.lbt_teacher1:after {
	content: "";
	width: 1px;
	height: 24px;
	background: #5d6d8c;
	position: absolute;
	right: -0.5px;
	top: 22px;
}
.lbt_teacher:before {
	content: "";
	width: 25px;
	height: 3px;
	background: transparent;
	position: absolute;
	bottom: 0px;
	left: 100px;
}
.lbt_teacher.active:before {background: #0eb582;}
.us_img_div {
	width: 53px;
	height: 53px;
	overflow: hidden;
	border-radius: 50%;
}
.us_img_div img {
	width: 100%;
	height: auto;
}
.us_stat a {text-transform: none;}
.tab_lbt {
	background: #fff;
	padding: 40px;
	border: 1px dotted #dedede;
	border-radius: 15px;
}
.tab_lbt table {width: 100%;}
.tab_lbt table td {
	padding: 15px 10px;
	border-bottom: 1px solid #ececec;
	vertical-align: middle;
}
.tab_lbt table td.us_img {padding-left: 0;}
.tab_lbt table td.us_fn {
	padding-left: 20px;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.tab_lbt table td.us_fn span {color: #0eb582;}
#spisok_lbt {width: 800px;}
.tab_lbt table tr:last-child td {border-bottom: none;}
.delete_student a {
	cursor: pointer;
	color: #ff0000;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	position: relative;
	display: inline-block;
}
.delete_student a:hover, .delete_student a:focus {text-decoration: none;}
.delete_student a:after {
	content: 'Удалить ученика из группы?';
	background: #fff;
	padding: 5px 7px;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #ececec;
	border-radius: 6px;
	position: absolute;
	left: 100%;
	bottom: 100%;
	width: 127px;
	text-align: center;
	display: none;
}
.delete_student a:hover:after {display: block;}
.this_done_or_not {
	color: #f00;
	font-weight: 700;
	margin-left: 15px;
	padding-top: 4px;
}
.this_done {color: #0eb582;}
.gr_title {
	display: block;
	color: #333;
	font-weight: 700;
	margin-top: 12px;
	font-size: 11px;
	line-height: 12px;
}
.graphik_group {
	margin-right: 45px; 
	margin-bottom: 20px;
	position: relative;
	width: auto;
	display: inline-block;
	vertical-align: top;
	max-width: 211px;
}
.znachek_percent {
	font-size: 23px;
	font-weight: 900;
	position: absolute;
	top: 74px;
	right: 50px;
	line-height: 23px;
	color: #0eb582;
}
#statistika_lbt {width: 800px;}
.send_group_mes {padding-bottom: 70px;}
.form_block textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #eeeeee;
	color: #333;
	font-size: 12px;
	padding: 15px;
}
.teacher_student_chat {margin-top: 62px;}
.chat_inner {border-top: 4px solid #44c4b8;background: #dddddd;}
.users_chat_left {
	height: 589px;
	background: #fff;
	padding: 0px 25px;
	overflow-y: auto;
}
.mes_chat_right {height:589px;background: #dddddd;}
.chat_img_user {
	width: 37px;
	height: 37px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.chat_img_user img {
	width: 100%;
	height: auto;
}
.all_mess_title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #333;
	padding: 25px 0px;
}
.one_dialog_left {
	padding: 15px 0px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	display: block;
}
.one_dialog_left, .one_dialog_left:hover, .one_dialog_left:focus {text-decoration: none;}
.one_dialog_left.active {border-bottom: 2px solid #26a69a;}
.chat_text_user {
    width: 229px;
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
}
.chat_text_name {
    color: #0eb582;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}
.chat_text_mes {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #333;
    margin-top: 6px;
}
.chat_text_time {
    color: #0eb582;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
    font-weight: 300;
    width: 115px;
	margin-top: 24px;
}
.chat_not_readen {
	width: 20px;
	height: 20px;
	background: #0eb582;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 37px;
}
.mes_chat_right {position: relative;}
.send_chat_message {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-bottom: 20px;
    width: 100%;
    padding-right: 30px;
	height: 247px;
}
.send_chat_message .form_block textarea {height: 100px;}
.spisok_soobscheniy {
	height: 340px;
	overflow-y: auto;
	padding-right: 30px;
}
.chat_buttons, .chat_captcha {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	margin-top: 22px;
}
.chat_one_mes {
	padding: 25px;
	background: #fff;
	border-radius: 30px;
	width: 60%;
	margin: 25px 0px 0px;
	float: left;
}
.chat_one_mes.chat_you_send {float: right;}
.chat_text_mes span {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #4d4d4d;
	font-weight: 300;
	margin-top: 6px;
}
.message_menu a {position: relative;}
.message_menu a span {
	width: 20px;
	height: 20px;
	background: #ff8339;
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: -12px;
	right: -15px;
	border-radius: 50%;
}
.no_dialog {padding-top: 140px;}
.col-owb button.learned_done {
	background: transparent;
	border: none;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.reg_pop {display: none;}
.why_are_you {
    width: 80%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.way_one {
    cursor: pointer;
    display: block;
    margin-top: 12px;
    font-size: 15px;
    line-height: 15px;
}
.to_bak_way {cursor: pointer;}
.one_material_checkbox {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 10px;
}
.one_material_checkbox input {
	width: 15px;
	height: 15px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.one_material_checkbox span {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.about_platforma {margin-top: 60px;}
.about_content p, .about_content li {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
.about_content {margin-top: 30px; padding-right: 30px;}
.about_content .besplatnaya_consultaciya {
	text-transform: none;
	font-weight: 400;
	margin-top: 30px;
}
.about_img img {
	width: 100%;
	height: auto;
	margin-top: 6px;
}
.main_reviews {
	margin: 70px 0px 0px;
	padding: 70px 0px;
	background: #f9fafb91;
}
.r_user_img {
	width: 62px;
	height: 62px;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
	float: left;
}
.r_user_img img {
	width: 100%;
	height: auto;
}
.r_user {overflow: hidden;}
.r_user_text {
	padding-top: 15px;
	float: left;
	margin-left: 12px;
}
.r_user_name {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	display: block;
}
.r_user_role {
	font-size: 14px;
	line-height: 14px;
	color: #999;
	margin-top: 7px;
}
.r_text p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.r_text {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}
.reviews_slider {margin-top: 50px;}
.reviews_slider .owl-item {opacity: 0.6;}
.reviews_slider .owl-item.center {opacity: 1;}
.r_text {
	padding-left: 39px;
	background-image: url(/wp-content/uploads/2020/03/kav.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.reviews_slider .owl-dots {
	display: block !important;;
	margin-top: 40px !important;
}
.reviews_slider .owl-dots .owl-dot.active span {
	background: #fff;
	border: 1px solid #0eb582;
}
.someone_inner {
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 70px;
}
.someone_inner img {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
.someone_inner h2 {
	color: #333;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	float: left;
	margin-bottom: 23px;
}
@media (min-width: 1200px) {
	.someone_inner h2 {min-width: 39%;}
}
.someone_inner p {
	color: #5d5e5e;
	font-size: 14px;
	line-height: 24px;
	margin: 23px 0px;
}
.someone_inner button {
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
}
.be_someone {padding-left: 30px;}
.be_someone1 {
	border-right: 1px solid #e4e4e4;
	padding-left: 15px;
	padding-right: 30px;
}
.all_someone {overflow: hidden;}
.simple_page {
	padding: 80px 0px;
    background: #fff;
}
/* игра 1 начало */
.sama-igra.ighra1 {padding-bottom: 0;}
.game_inner1 {
	width: 700px;
	margin: 0 auto;
	height: 362px;
	background-image: url(/wp-content/uploads/2020/03/fon_game1.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}
.fgow_left {
	width: 477px;
	height: 100%;
	float: left;
}
.fgow_right {
	width: 182px;
	float: right;
	text-align: center;
	padding-top: 37px;
}
.fgow_audio {
	width: 30px;
	height: 25px;
	background-image: url(/wp-content/uploads/2020/03/audio.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.fgow_word {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin-left: 8px;
}
.first_game_one_word {display: none;}
.first_game_one_word.shown {display: block;}
.fgow_slovo {
	width: 355px;
	text-align: center;
	margin: 57px 0 0 95px;
}
.fgow_right button {
	width: 100%;
	height: 34px;
	text-align: center;
	margin-bottom: 25px;
	padding: 0;
}
.fgow_right .btn {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}
.fgow_dont_know, .fgow_dont_know2 {
	color: #273c67;
	text-decoration: underline;
	border: none;
	background: transparent;
}
.fgow_dont_know:hover, .fgow_dont_know2:hover, .fgow_dont_know:focus, .fgow_dont_know2:focus {
	color: #273c67;
	text-decoration: none;
	border: none;
	background: transparent;
}
.fgow_dont_know img, .fgow_dont_know2 img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -3px;
}
.fgow_reload {
	background: transparent;
	color: #7e7e7e;
	border: 1px solid #7e7e7e;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	border-radius: 25px;
}
.fgow_reload:hover, .fgow_reload:focus {
	background: #7e7e7e;
	color: #fff;
}
/* игра 1 - конец */
/* игра 2 - начало */
.all_words_game2 {
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0px;
}
.top_about_game {
	text-align: center;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
}
.words_game2_right {
	width: 250px;
	float: right;
}
.words_game2_left {
	float: left;
	border-right: 1px solid #d1e3dd;
	padding-right: 50px;
	width: 300px;
}
.wglr_one {
	width: 100%;
	height: 50px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #e6e7e7;
	margin-bottom: 15px;
	color: #333;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	align-content: center;
	display: grid;
}
.wglr_one:hover, .wglr_one:focus, .wglr_one.step-check {
	background: #273c66;
	color: #fff;
}
.wglr_one.step-error {background: #bf0e0e !important; color: #fff;}
.wglr_one.step-done {background: #0eb582 !important; color: #fff;}
.wglr_one:last-child {margin-bottom: 0;}
.btrr .fgow_reload {
	width: 162px;
	display: inline-block;
	margin-top: 45px;
	padding: 0;
	height: 31px;
}
.pop_up_full {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 101;
	text-align: center;
	display: none;
}
.pop_up_full:before {
	content: "";
	height: 100%;
	width: 0px;
	margin-right: -4px;
	display: inline-block;
	vertical-align: middle;
}
.close_pop_div_full {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	cursor: pointer;
}
.inpop_full {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
	padding: 40px;
	width: 300px;
	background: #fff;
	height: auto;
	border: 1px solid #d1e3dd;
}
.danger_message {
	color: #ff0000;
	font-weight: 700;
}
/* игра 2 - конец */
/* игра 3 - начало */
.ighra3 {padding: 0;}
.game3_inner_bg {
	padding: 90px 0px 0px;
	background-image: url(/wp-content/uploads/2020/03/kletka.png);
	background-repeat: repeat;
	background-position: top left;
}
.slovo-i-perevod-g3 {display: none;overflow: hidden;min-height: 50px;}
.slovo-i-perevod-g3.shown {display: block;}
.word_left_g3 {
	font-family: 'Bad Script', cursive;
	font-weight: bold;
	color: #273c67;
	font-size: 42px;
	line-height: 65px;
	float: left;
	margin-right: 25px;
}
.word_right_g3 {
	font-family: 'Bad Script', cursive;
	font-weight: bold;
	color: #333;
	font-size: 42px;
	line-height: 65px;
	float: left;
}
.g3_symbol {
	float: left;
	margin-right: 7px;
}
.words_game3_spisok {
	width: auto;
	display: inline-block;
	text-align: right;
}
.words_game3_spisok button {
	display: inline-block;
	vertical-align: middle;
	width: 161px;
	height: 34px;
	margin-top: 50px;
}
.game3_alphabet {
	margin-top: 75px;
	text-align: center;
	font-family: 'Bad Script', cursive;
	font-weight: normal;
	color: #333;
	font-size: 54px;
	line-height: 54px;
	text-transform: lowercase;
}
.game3_alphabet .bukva {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 28px;
	cursor: pointer;
	position: relative;
	min-width: 36px;
	overflow: visible;
}
.game3_alphabet .bukva.link {color: #0eb582 !important;}
.game3_alphabet .bukva.error {
	font-size: 44px;
	line-height: 44px;
	color: #333 !important;
	font-weight: bold;
}
.game3_alphabet .bukva:hover {color: #273c66;}
.game3_alphabet .bukva:before {
	content: '';
	width: 3px;
	height: 55px;
	background: #ff0024;
	position: absolute;
	top: -4px;
	left: 6px;
	transform: rotate(-35deg);
	display: none;
}
.game3_alphabet .bukva.error:before {display: block;}
#game_three_results {padding-top: 100px;}
/* игра 3 - конец */
/* игра 4 - начало */
.col-krossword {padding-right: 0px;}
.col-krossword-image {padding-left: 30px;}
.col-krossword-image img {max-width: 100%; height: auto;}
.slovo-dlya-perevoda {
	color: #333;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
}
.bukovki_yakubovicha {margin: 45px 0px 65px;}
.one_bukovka_pole {
    text-align: center;
    width: 38px;
    height: 57px;
    display: inline-block;
    vertical-align: middle;
    background: #ade2da;
    border: 1px solid #273c67;
    border-radius: 5px;
    color: #273c67;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 56px;
    margin: 0px 1px;
}
.one_bukovka_probel {
	width: 37px;
	display: inline-block;
	vertical-align: middle;
}
.one_bukovka2 {
	border: 1px solid #d9dbda;
	border-radius: 5px;
	background: #fff;
	margin: 0px 1px;
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 55px;
	color: #333;
	font-size: 24px;
	line-height: 53px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}
.one_bukovka2:hover {
	color: #fff;
	border-color: #273c67;
	background: #273c67;
}
.knopki_slovesnogo_chuda {margin-top: 65px;}
.knopki_slovesnogo_chuda button {
	width: 160px;
	height: 34px;
}
.one_slovesnoe_chodo {display: none;}
.one_slovesnoe_chodo.shown {display: block;}
@keyframes bg {
	from {
		background: #ade2da;
		color: transparent;
	}
	to {
		background: #fff;
		color: #fd1010;
	}
}
.one_bukovka_pole.active {
	animation: bg  1.5s infinite ease-in-out;
}
.one_bukovka_pole.active:before {content: '?';}
/* игра 4 -конец */
.langs_part {float: right;}
.langs_part a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#menu-top {padding-left: 0;}
.langs_part a.active {
	text-decoration: underline;
	color: #0eb582;
}
/* мобильная версия */
@media (max-height: 631px){
	.pop_right .inpop {overflow-y: scroll;}
}
body.ohidden {overflow: hidden !important;}
@media (max-width: 1200px) {
	.btn_green {
		font-size: 14px;
		line-height: 14px;
		padding: 12px 25px;
	}
	.container {width: 738px;}
	.big_title {font-size: 32px;}
	.about_platforma {margin-top: 0px;}
	.about_content p, .about_content li {
		color: #333;
		font-size: 14px;
		line-height: 21px;
	}
	.sam_title {margin-bottom: 10px;}
	.about_content {margin-top: 0px;}
	.main_reviews {
		margin: 40px 0px 0px;
		padding: 30px 0px;
	}
	.reviews_slider .owl-dots {margin-top: 0px !important;}
	.someone_inner img {
		float: none;
		margin-right: 0px;
		margin-bottom: 20px;
		height: 236px;
		width: auto;
	}
	.someone_inner h2 {
		font-size: 24px;
		line-height: 24px;
		max-width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.someone_inner p {margin: 15px 0px;}
	footer {height: auto;}
	footer .logo {
		float: none;
		margin-top: 11px;
	}
	footer .copywrite {
		float: none;
		margin-left: 7px;
		line-height: 20px;
		margin-top: 11px;
		padding-bottom: 11px;
	}
	footer a, footer .copywrite {
		font-size: 14px;
		line-height: 20px;
	}
	.podval_links {
		float: right;
		margin-top: -50px;
	}
	.main_reviews {
		margin: 40px 0px 0px;
		padding: 40px 0px;
	}
	body {overflow-x: hidden;}
	.white_line_first, .incont_white {height: 70px;}
	.user_photo .user_image, .user_photo #user_avatar {
		bottom: -154px;
		width: 184px;
		height: 177px;
	}
	.user_name {padding-left: 30px;}
	.user_main_col h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.user_main_col p {
		font-size: 14px;
		line-height: 20px;
	}
	.user_width_icon {
		padding-left: 0px;
		background: none !important;
	}
	.user_main_col {padding-top: 13px;}
	.menu_user ul li {margin: 0px 0px 0px 7px;}
	.menu_user ul li a {
		font-size: 12.5px;
		line-height: 13px;
	}
	.menu_user {padding-top: 25px;}
	.user_btn .btn_green {
		width: 141px;
		height: 37px;
		font-size: 11px;
		line-height: 12px;
		padding: 0;
	}
	.user_btn {padding-top: 16px;}
	header.user_page_header {height: 220px;}
	.sam_title {
		font-size: 24px;
		line-height: 30px;
	}
	.before_title {
		font-size: 14px;
		line-height: 20px;
	}
	.second_title_side {
		margin-left: 30px;
		padding-left: 30px;
		border-left: 1px solid #c0c0c0;
		padding-top: 0;
	}
	.second_title_side p {
		font-size: 14px;
		line-height: 22px;
	}
	.tab_title_sam, .tab_title_sam1, .second_tab_title, .third_tab_title {font-size: 16px;}
	.list_buttons_teacher {margin: 35px 0px;}
	.lbt_teacher {
		height: 50px;
		width: 200px;
		font-size: 16px;
		line-height: 14px;
	}
	.lbt_teacher1::after {
		right: 0;
		top: 13px;
	}
	.tab_lbt {
		padding: 20px 40px;
		width: 100% !important;
	}
	.tab_lbt table td.us_fn {font-size: 16px;}
	.form_buttons button {font-size: 14px;}
	.all_mess_title {
		font-size: 18px;
		line-height: 18px;
	}
	.chat_text_user {
		width: 165px;
		margin-left: 15px;
	}
	.chat_text_mes {
		margin-top: 3px;
		font-size: 12px;
	}
	.chat_text_time {
		width: 100%;
		margin-top: 10px;
	}
	.form_block input.capcha2 {margin-top: 5px;}
	.chat_buttons button {
		width: 100%;
		font-size: 12px;
		padding: 10px 0px;
		margin-top: 26px;
	}
	.button_tabs button {
		font-size: 14px;
		line-height: 14px;
		padding: 11px 25px 11.5px;
		margin-right: 10px;
	}
	.pometochka {
		font-size: 14px;
		line-height: 20px;
		margin-top: 15px;
	}
	.one_word_block .col-owb {
		font-size: 14px;
		line-height: 22px;
	}
	.one_word_block span {font-size: 22px;}
	.col-owb button {
		font-size: 12px;
		width: 130px;
	}
	.col-owb button.learned_done {font-size: 14px;}
	.game_image {
		width: 30px !important;
		height: 40px !important;
		margin: 5px 0px 0px !important;
		background-size: 100% auto;
	}
	.one_link .inner_link {
		padding: 0;
		text-align: center;
	}
	.game_title {
		display: block;
		font-size: 11px;
		line-height: 16px;
		margin-top: 6px;
	}
	.game_title br {display: none;}
	.done_less {
		font-size: 19px;
		line-height: 19px;
		height: 20px;
		width: 20px;
	}
	.one_link .inner_link {
		height: auto;
		padding-bottom: 3px;
	}
	.fgow_right button {
		height: 30px;
		margin-bottom: 18px;
	}
	.fgow_right .btn {
		font-size: 14px;
		line-height: 14px;
	}
	.fgow_reload {
		font-size: 14px;
		line-height: 14px;
	}
	.sama-igra .container {position: relative;}
	.col-krossword-image, .col-game3-image {position: static;}
	#romashka, #yakubovich {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#yakubovich {
		width: 369px;
		height: auto;
	}
	#romashka {
		width: 246px;
		height: auto;
	}
	.word_left_g3 {
		font-size: 29px;
		line-height: 29px;
		margin-right: 14px;
	}
	.word_right_g3 {
		font-size: 29px;
		line-height: 29px;
	}
	.words_game3_spisok button {margin-top: 40px;}
	.game3_alphabet {
		font-size: 29px;
		margin-top: 40px;
		line-height: 29px;
	}
	.col-krossword {padding-bottom: 40px;}
	.ostalos {
		line-height: 14px;
		font-size: 14px;
	}
	.slovo-dlya-perevoda {
		font-size: 24px;
		line-height: 24px;
	}
	.one_bukovka_pole {
		width: 30px;
		height: 40px;
		font-size: 24px;
		line-height: 36px;
		margin: 0px 1px;
	}
	.one_bukovka2 {
		margin: 0px 1px;
		width: 30px;
		height: 40px;
		font-size: 18px;
		line-height: 39px;
	}
	.bukovki_yakubovicha {margin: 45px 0px 45px;}
	.words_flex_container {margin-bottom: 10px;}
	.send_div {text-align: left;}
}
.delete_student {display: none !important;}
@media (max-width: 768px) {
	.container {
		width: 460px;
		padding-left: 10px;
		padding-right: 10px;
	}
	header {
		position: static !important;
		height: 51px;
	}
	.logo img {
		width: 100px;
		height: auto;
	}
	.logo {margin-top: 12px;}
	.menu_part li {display: none;}
	.menu_part li.menu_spec_show {
		display: block;
		margin-left: 15px;
	    margin-right: 15px;
	    padding-top: 12px;
	}
	.enter_links {
		padding-left: 30px;
		margin-left: 4px;
		padding-top: 11px;
		margin-top: 9px;
	}
	.langs_part {padding-top: 15px;}
	.big_title {
		font-size: 24px;
		line-height: 30px;
	}
	.after_title {
		font-size: 14px;
		line-height: 21px;
	}
	.first_section_main {
		height: 465px;
		padding-top: 39px;
	}
	.about_img iframe {height: 200px;}
	.r_text p {
		font-size: 14px;
		line-height: 20px;
	}
	.r_text {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.r_user_name {font-size: 14px;}
	.r_user_role {font-size: 12px;}
	.be_someone1 {
		border-bottom: 1px solid #e4e4e4;
		padding-left: 15px;
		padding-right: 15px;
		border-right: 0;
	}
	.be_someone {padding-left: 15px;}
	.someone_inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.podval_links {
		float: none;
		margin-top: 0px;
		margin-bottom: 10px;
		text-align: left;
	}
	footer a, footer .copywrite {
		font-size: 12px;
		line-height: 18px;
	}
	.podval_links a {
		margin-left: 7px;
		font-size: 11px;
	}
	header a, .enter_links span {
		font-size: 11px;
		line-height: 11px;
	}
	.white_line_first, .incont_white {
		height: auto;
	}
	.user_photo {
		position: relative;
		margin-top: -65px;
		width: 49%;
		float: left;
	}
	.user_photo .user_image, .user_photo #user_avatar {
		width: 100%;
		height: 196px;
		position: static;
		top: 0;
		left: 0;
	}
	.user_photo #user_avatar {position: absolute;}
	.user_main_col {
		padding-top: 13px;
		width: 49%;
		float: left;
		padding-bottom: 5px;
	}
	.user_width_icon {width: 24% !important;}
	.user_name {padding-left: 0px;}
	header.user_page_header {height: 170px;}
	.teacher_student_page>.container {width: 100%;padding:0;}
	.incont_white>.row {
		width: 460px;
		margin: 0 auto;
	}
	.menu_user ul {
		padding-left: 0px;
		text-align: center;
	}
	.menu_user ul li {margin: 0px 3px 0px 3px;}
	.message_menu a span {
		width: 12px;
		height: 12px;
		font-size: 9px;
		line-height: 12px;
		top: -6px;
		right: -7px;
	}
	.user_btn {padding-bottom: 15px;}
	.menu_user {padding-top: 15px;}
	.before_title {
		font-size: 12px;
		line-height: 16px;
	}
	.sam_title {
		font-size: 18px;
		line-height: 24px;
	}
	.tab_title_sam, .tab_title_sam1, .second_tab_title, .third_tab_title {font-size: 14px;}
	.tab_title_sam, .tab_title_sam1, .second_tab_title, .third_tab_title {font-size: 14px;}
	.second_tab {padding-top: 10px;}
	.open_one_material, .open_one_material1 {
		font-size: 14px;
		line-height: 20px;
		background-position: 0px 0px;
	}
	.form_block input, .form_block select {
		height: 35px;
		padding-left: 15px;
		font-size: 12px;
		line-height: 12px;
	}
	.form_block .select {height: 35px;}
	.form_buttons {margin-top: 20px;}
	.form_buttons button {font-size: 12px;}
	.watch_groups {
		font-size: 12px;
		line-height: 18px;
		margin-left: 9px;
	}
	.second_title_side {
		margin-left: 15px;
		padding-left: 15px;
	}
	.second_title_side p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.tab_lbt {padding: 10px 15px;}
	.us_img_div {
		width: 40px;
		height: 40px;
	}
	.tab_lbt table td {padding: 10px 5px;}
	.tab_lbt table td.us_fn {
		font-size: 12px;
		padding-left: 0px;
	}
	.btn {
		font-size: 12px;
		line-height: 12px;
		padding: 10px 15px;
	}
	.inmat {
		width: 300px;
		max-height: 300px;
		padding: 20px;
	}
	.open_one_material1 {
		font-size: 12px;
		line-height: 19px;
		max-width: 125px;
	}
	.this_done_or_not {
		margin-left: 10px;
		padding-top: 10px;
		font-size: 12px;
		line-height: 14px;
	}
	.batab_content, .second_tab_content {padding: 0px 0 0px 15px;}
	.teacher_student_chat {margin-top: 17px;}
	.chat_inner>.row>.col-sm-5 {
		width: 40%;
		float: left;
		padding-right: 0;
	}
	.chat_inner>.row>.col-sm-7 {
		width: 60%;
		float: left;
	}
	.users_chat_left, .mes_chat_right {height: 400px;}
	.button_tabs button {margin-bottom: 10px;}
	.done_test_green {
		padding: 0px 5px;
		height: 15px;
		line-height: 14px;
	}
	.spisok_soobscheniy img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100px;
		margin-bottom: -20px;
		margin-top: 20px;
	}
	.spisok_soobscheniy > p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.spisok_soobscheniy {
		height: 250px;
		overflow-y: auto;
		padding-right: 15px;
	}
	.send_chat_message {
		padding-bottom: 10px;
		padding-right: 15px;
		height: 150px;
	}
	.send_chat_message .form_block textarea {
		height: 50px;
		font-size: 10px;
		padding: 12px;
		line-height: 12px;
	}
	.chat_buttons, .chat_captcha {
		width: 100%;
		display: block;
		margin-top: 5px;
	}
	.chat_captcha .simbol {
		font-size: 12px;
		line-height: 12px;
	}
	.form_block input.capcha2 {
		margin-top: 0px;
		font-size: 10px;
		line-height: 10px;
		height: 30px;
		width: 100px;
		padding-left: 8px;
	}
	.chat_buttons button {
		width: 100%;
		font-size: 11px;
		padding: 9px 0px 7px;
		margin-top: 0;
		line-height: 11px;
	}
	.chat_captcha .form_buttons {margin-top: 5px;}
	.success_message, .error_message {
		font-size: 10px;
		line-height: 12px;
		margin-top: 2px;
	}
	.users_chat_left {padding: 0px 15px;}
	.all_mess_title {
		font-size: 14px;
		line-height: 14px;
		padding: 15px 0px;
	}
	.chat_img_user {display: none;}
	.chat_text_user {
		width: 100%;
		margin-left: 0;
	}
	.chat_text_time {
		margin-top: 0px;
		font-size: 9px;
		line-height: 9px;
	}
	.chat_text_name {
		font-size: 14px;
		line-height: 14px;
	}
	.chat_text_mes {
		font-size: 10px;
		line-height: 12px;
	}
	.one_dialog_left {padding: 10px 0px;}
	.chat_one_mes {
		padding: 15px;
		border-radius: 15px;
		width: 80%;
		margin: 15px 0px 0px;
	}
	.one_word_block {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 16px;
		padding: 10px 10px;
		text-align: left;
	}
	.one_word_block .col-owb {
		font-size: 11px;
		line-height: 16px;
	}
	.one_word_block span {font-size: 16px;}
	.col-owb button {
		font-size: 11px;
		width: 113px;
		padding: 5px 0px;
		line-height: 11px;
	}
	.games_menu {margin-top: 20px; overflow: hidden;}
	.games_menu .one_link {
		float: left;
		margin-bottom: 10px;
		width: 33%;
		margin-right: 0px;
		padding: 0px 5px;
	}
	.sama-igra {margin-top: -10px;}
	.one_test_word {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
		padding-bottom: 10px;
	}
	.znachene-test-word {
		font-size: 16px;
		line-height: 16px;
		margin-top: 10px;
	}
	.vvod-test-word {
		font-size: 14px;
		line-height: 14px;
		height: 25px;
		margin-top: 7px;
	}
	.send_div {text-align: center;}
	.game_inner1 {
		width: 100%;
		height: 390px;
		background-position: bottom left;
		overflow: hidden;
		background-size: 100% auto;
		position: relative;
	}
	.fgow_left {
		width: 330px;
		height: auto;
		float: none;
		position: absolute;
		right: 24px;
		top: 78px;
	}
	.fgow_slovo {
		width: 100%;
		margin: 25px 0 0 0px;
	}
	.fgow_word {
		margin-left: 0;
		font-size: 20px;
		line-height: 20px;
	}
	.fgow_right button {
		height: 30px;
		margin-bottom: 0;
		width: 30%;
		font-size: 12px;
		line-height: 12px;
	}
	.fgow_right {
		width: 100%;
		float: none;
		text-align: right;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.fgow_audio {
		width: 20px;
		height: 19px;
		vertical-align: bottom;
		background-size: 100% auto;
		margin-right: 5px;
	}
	.top_about_game {
		font-size: 16px;
		line-height: 22px;
	}
	.all_words_game2 {
		width: 100%;
		height: auto;
		margin: 30px auto 0px;
	}
	.words_game2_left {
		float: left;
		padding-right: 5%;
		width: 50%;
	}
	.words_game2_right {
    	width: 45%;
		float: right;
	}
	.wglr_one {font-size: 15px;}
	.btrr .fgow_reload {margin-top: 25px;}
	.ostalos {
		line-height: 12px;
		font-size: 12px;
	}
	.samo_slovo {
		font-size: 18px;
		line-height: 18px;
		margin: 20px 0px;
	}
	.success_text {
		font-size: 12px;
		line-height: 12px;
	}
	.test_enter_word {
		margin: 0 auto;
		padding: 0px 0px 20px;
	}
	.btrr .fgow_reload {
		margin-top: 5px;
		font-size: 12px;
		line-height: 12px;
		height: 28px;
		width: 120px;
	}
	.col-game3-image {display: none;}
	.words_game3_spisok {max-width: 100%;}
	.word_left_g3 {
		font-size: 24px;
		line-height: 24px;
		margin-right: 14px;
	}
	.word_right_g3 {
		font-size: 24px;
		line-height: 24px;
	}
	.words_game3_spisok button {
		margin-top: 20px;
		width: 115px;
		height: 30px;
		font-size: 12px;
		line-height: 12px;
	}
	.game3_alphabet {
		font-size: 20px;
		margin-top: 30px;
		line-height: 20px;
	}
	.game3_alphabet .bukva {margin: 0px 5px 15px;}
	.game3_alphabet .bukva.error {
		font-size: 20px;
		line-height: 20px;
	}
	.game3_alphabet .bukva:before {
	    top: -4px;
	    left: 16px;
	    width: 2px;
	    height: 27px;
	}
	#game_three_results {
		padding-top: 0px;
		padding-bottom: 90px;
	}
	.col-krossword-image {display: none;}
	.bukovki_yakubovicha {margin: 25px 0px 25px;}
	.knopki_slovesnogo_chuda {margin-top: 40px;}
	.one_bukovka_pole {
		width: 24px;
		height: 32px;
		font-size: 18px;
		line-height: 30px;
		margin: 0px 0px;
	}
	.slovo-dlya-perevoda {
		font-size: 20px;
		line-height: 20px;
	}
	.one_bukovka2 {
		margin: 0;
		width: 24px;
		height: 31px;
		font-size: 15px;
		line-height: 30px;
	}
	.fgow_reload {
		font-size: 12px;
		line-height: 12px;
	}
	.knopki_slovesnogo_chuda button {
		width: 125px;
		height: 30px;
		font-size: 12px;
		line-height: 12px;
	}
	.col-krossword {padding: 0px 15px 90px;}
	.enter_word {
		font-size: 12px;
		height: 34px;
	}
	.enter_word:hover, .enter_word:focus {max-width: 100%;}
	.send_word {margin-top: 20px;}
	.send_word {
		margin-top: 20px;
		height: 30px;
		font-size: 14px;
		width: 140px;
	}
	.someone_inner button {font-size: 12px;}
	.ighra2 .btrr .fgow_reload {margin-top: 25px;}
	.wglr_one {font-size: 15px;}
}
@media (max-width: 460px) {
	.container {width: 360px;}
	.first_section_main {height: 565px;}
	.fsectionh_buttons a {margin: 5px 10px;}
	.form_block {text-align: left;}
	header {padding: 0px 10px; height: 46px;}
	.logo img {
		width: 80px;
		height: auto;
	}
	header a, .enter_links span {
		font-size: 9px;
		line-height: 9px;
	}
	.langs_part a {margin-right: 5px;}
	.enter_links {
		padding-left: 20px;
		padding-top: 11px;
		margin-top: 7px;
		background-size: 15px auto;
	}
	.langs_part {padding-top: 12px;}
	.logo {margin-top: 10px;}
	.user_main_col h3 {
		font-size: 16px;
		line-height: 16px;
	}
	.user_main_col p {
		font-size: 11px;
		line-height: 16px;
	}
	.user_photo .user_image, .user_photo #user_avatar {height: 146px;}
	.user_main_col {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.incont_white > .row {width: 360px;}
	.open_one_material, .open_one_material1 {
		font-size: 12px;
		line-height: 18px;
	}
	.inmat {
		font-size: 16px;
		line-height: 24px;
	}
	.lbt_teacher {
   		height: 40px;
		width: 50%;
		font-size: 13px;
		line-height: 13px;
	}
	.lbt_teacher:before {left: 74px;}
	.us_img_div {
		width: 25px;
		height: 25px;
	}
	.tab_lbt table td.us_fn {
		padding-left: 5px;
		line-height: 14px;
	}
	.btn {padding: 8px 10px;}
	.send_mes_group {
		font-size: 12px;
		line-height: 12px;
	}
	.form_block textarea {height: 100px;}
	.tab_title {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.graphik_group {
		width: 100%;
		text-align: center;
	}
	.znachek_percent {right: 91px;}
	.chat_text_name {
		font-size: 13px;
		line-height: 13px;
	}
	.chat_captcha .simbol {
		font-size: 10px;
		line-height: 10px;
	}
	.form_block input.capcha2 {
		font-size: 9px;
		line-height: 9px;
		height: 27px;
		width: 84px;
		padding-left: 3px;
	}
	.pometochka {
		font-size: 12px;
		line-height: 16px;
	}
	.open_one_material1 {max-width: 100px;}
	.open_one_material, .open_one_material1 {
		font-size: 11px;
		line-height: 16px;
	}
	.watch_groups {
		font-size: 12px;
		line-height: 14px;
		margin-left: 15px;
	}
	.done_test_green {
		padding: 0px 4px;
		height: 24px;
		line-height: 10px;
		width: 45px;
	}
	.one_word_block .col-owb {
	    padding: 5px 20px;
	    width: 49%;
	    text-align: center;
	}
	.col-owb button {
    	font-size: 10px;
		width: 100%;
	}
	.game_inner1 {height: 325px;}
	.fgow_left {
		width: 255px;
		right: 19px;
	}
	.fgow_word {font-size: 16px;}
}
@media (max-width: 360px) {
	.container {width: 320px;}
	.incont_white > .row {width: 320px;}
	.logo img {width: 70px;}
	.logo {margin-top: 12px;}
	.pop_right .inpop {width: 320px;}
	.user_main_col h3 {
		font-size: 12px;
		line-height: 12px;
		padding-right: 5px;
	}
	.menu_user ul li a {
		font-size: 11px;
		line-height: 11px;
	}
	.menu_user ul li {margin: 0px 2px 0px 2px;}
	.one_word_block .col-owb {font-size: 10px;}
	.col-owb button {
		font-size: 9px;
		width: 105%;
	}
	.game_inner1 {height: 298px;}
	.fgow_left {
		width: 227px;
		right: 16px;
	}
	.fgow_right .btn {
		font-size: 12px;
		line-height: 12px;
	}
	.fgow_right button {width: 32%;}
	.chat_captcha .simbol {
		font-size: 9px;
		line-height: 9px;
	}
	.form_block input.capcha2 {
		font-size: 9px;
		line-height: 9px;
		width: 84px;
	}
	.send_chat_message {
		right: 7px;
		padding-right: 0px;
	}
	.spisok_soobscheniy {
		padding-right: 7px;
		margin-left: -6px;
	}
	.znachek_percent {right: 73px;}
}
.chat_captcha {display: none !important;}
.chat_buttons {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.send_group_mes .send_mes_group > .form_block.text-left {display: none !important;}
/*.batab_content, .second_tab_content {display: block !important;}*/
.g3_symbol_probel {color: transparent;}
@media (min-width: 1200px) {
	.first_section_main .after_title {
		max-width: 66%;
		margin-left: auto;
		margin-right: auto;
	}
	.game_title {max-width: 50%;}
	.group_one_section .second_title_side p {max-width: 340px;}
}
.pometochka strong {display: none;}
.about_prohojdenie {
	clear: both;
	overflow: hidden;
	padding: 0px 0px 20px;
	text-align: center;
	color: #273c66;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
@media (max-width: 1200px) {
	.about_prohojdenie {
		font-size: 12px;
		line-height: 16px;
	}
}
.next-game_button {
	text-transform: none;
	margin-top: 20px;
	font-size: 12px;
	line-height: 12px;
	padding: 10px 23px;
	display: none;
}
@media (min-width: 1200px){
	.done_test_green {
		font-size: 16px;
		font-weight: 700;
	}
}
.fst_other_part, .table_inner_cats, .table_inner_post, .done_non_done {
	display: block;
	width: 150px;
}
.table_part {display: block;}
.fst_other_part {
	overflow-x: scroll;
	height: auto;
	overflow-y: hidden;
	width: 1020px;
	position: relative;
	padding-bottom: 9px;
}
@media (max-width: 1200px) {
	.fst_other_part {width: 538px;}
}
@media (max-width: 768px) {
	.fst_other_part {width: 260px;}
}
.full_stat_table, .fst_other_part, .inner_content_pc {display: flex;}
.student_part_top.zena1 {height: 50px;}
.student_part_top.zena2 {height: 100px;}
.student_part_top.zena3 {height: 150px;}
.tptt_title, .tptt_title_cat, .tptt_title_post, .table_part_td_student, .done_non_done {height: 50px;}
.student_part_top, .tptt_title, .tptt_title_cat, .tptt_title_post, .done_non_done, .table_part_td_student {
	background: #fff; 
	border: 1px solid #ececec;
	display: grid;
	align-content: center;
	text-align: center;
}
.tptt_title_post.height2x, .tptt_title_cat.height2x, .tptt_title.height2x {height: 80px;}
.tptt_title.height3x {height: 120px;}
.full_statistic_p {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding: 0px 0px 10px;
    text-transform: uppercase;
}
.student_part_top {
	padding: 0px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	align-content: center;
	display: grid;
	width: 200px;
	background: #273c66;
	color: #fff;
}
.table_part_td_student {
	display: block;
	padding: 0px 10px;
	text-align: left;
}
.table_part_td_student .us_img_div {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}
.table_part_td_student .us_fn {
    width: 130px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}
.tptt_title, .tptt_title_cat, .tptt_title_post {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	background: #273c66;
	color: #fff;
}
.done_non_done {
	color: #0eb582;
	font-size: 22px;
	line-height: 22px;
}
.full_statistic {padding: 60px 0px 10px;}
@media (max-width: 460px) {
	.student_part_top {width: 150px;}
	.table_part_td_student .us_fn {width: 80px;}
	.fst_other_part {width: 210px;}
}
@media (max-width: 360px) {
	.fst_other_part {width: 170px;}
}
.in_content_empty_done {display: block;}
#resetpassform label, #lostpasswordform label {
	display: block;
	margin-bottom: 5px;
}
#resetpassform .btn, #lostpasswordform .btn {margin-top: 15px;}
.rdone {
	color: #07e82a;
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0px;
	font-weight: bold;
}
.rdone_error {color: #ff0000;}
#recaptchaError2 {
	display: none;
	color: #ff0000;
	font-weight: bold;
	margin-top: 12px;
}
.form_block_capcha {margin-top: 15px;}