html{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: PT Sans, Helvetica, Calibri, Arial,Helvetica;
	font-size: 16px;	
}

body.bodybg {
    background: url('/img/bg.png') no-repeat 50% 81px;
}

:focus{
	outline: none}

img{
	border: none
}

a{
	text-decoration: none;
	color:#2c496c;
}



#content{
	width: 88%;
	margin: 40px auto;
	margin-right: 2%;
	float: right;
}

.widget{
	width: 230px;
	padding-right: 30px;
	border-right: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	height: 210px;
	float: left;
	line-height: 35px;
	padding: 0 20px;
	
	/*Гордей, 12:47 02.12.2021.*/
	overflow: hidden;
    position: relative;
}

.widget:hover{
	background: #f8fdff;
}

#status_bar{
	width: 90%;
	height: 80px;
	overflow: hidden;
	clear: both;
	float: right;
	margin: 0;
	border-bottom: 1px solid #ddd;

}

.user_avatar{
	width: 70px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
}

#menu{
	width: 6%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	padding-left: 3px;
}

.icon_select{
	color:#000;
}

#menu_item{
	padding: 0;
	margin: 0 auto;
}

#menu_item li{
	list-style-type: none;
	text-align: center;
	margin: 15px 0;
}

#menu_item li a{
	text-decoration: none;
	color: #aaa;
}

#menu_item li a:hover{
	color: #666;
}

#linkinfo{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #000;
	text-align: center;
	position: fixed;
	bottom: 0;
	display: none;
}

.icon_count{
	width: 15px;
	height: 15px;
	font-size: 12px;
	float: right;
	position: absolute;
	bottom: -10px;
	right: 0;
	padding: 3px;
	font-weight: bold;
	color: #fff;
	/*z-index: 100;*/
	text-align: center;
	-webkit-border-radius: 12px;
  	-moz-border-radius: 12px;
  	border-radius: 12px;
}

.top_icon{
	width: 40px;
	float: right;
	margin: 15px 20px 0 20px;
	position: relative;
}

.top_icon a{
	color: #aaa;
}

.top_icon a:hover{
	color: #000;
}

#copy{
	font-size: 12px;
	color: #aaa;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 10px;
}

.icon_count_big{
	width: 25px;
	height: 25px;
	display: block;
	font-size: 14px;
	position: relative;
	line-height: 25px;
	margin-left: 10px;
	float: right;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 60px;
  	-moz-border-radius: 60px;
 	border-radius: 60px;
}

.text_bubble{
	color: #fff;
	padding: 0 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
}

.bubble_0{
	background: #ccc;
}

.bubble_1{
	background: #278f49;
}

.bubble_2{
	background: #d22c2c;
}

.announce_block{
	width: 85%;
	min-width: 250px;
	border: 1px dotted #ccc;
	overflow: hidden;
	margin: 5px auto;
	padding: 5px 15px;
}

.announce_text{
	width:98%;
	min-width: 200px;
	margin:0 auto;
	padding:15px 1%;
	display:none;
}

.month_cell{
	width:232px;
	margin:0 25px;
	float:left;
	overflow: hidden;
}

.month_name_cell{
	text-align:center;
}

.empty_week_cell{
	width: 29px;
	height: 29px;
	overflow: hidden;
	border: 2px solid #fff;
	float: left;
}

.day_cell{
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	overflow: hidden;
	background: #f3f3f3;
	border: 2px solid #fff;
	float: left;
}

.schedule_detail{
	clear: both;
	float: left;
	width:80%;
	margin-top: 30px;
	padding-top: 20px;
	border-top:1px dotted #eee;
	display:none;
}

.hback{
	cursor:pointer;
	color: #aaa;
	display: inline-block;
}

.hback:hover{
	color:#000;
}

/*для модуля faq*/
.faq_wrapper .element{
    width: 100%;
    max-width: 800px;
    min-width: 150px;
    height: auto;
}

.faq_wrapper .element .quest_block{
    background-color: #BBCCFF;
    border-radius: 3px;
    cursor: pointer;
    border: solid 2px #9999FF;
    padding: 3px;
    text-align: center;
    margin-top: 6px;
}

.faq_wrapper .element.selected .quest_block{
    background-color: #99AAFF;
}

.faq_wrapper .element .sacred{
    background-color: #EEEEFF;
    border-radius: 6px;
    text-align: justyfi;
    padding-left: 5px;
    padding-right: 5px;
}

.menu_category {
    background-color: #8888EE;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px;
    border-radius: 6px;
}

.menu_category.active {
    background-color: #99BBFF;
}

.menu_category:hover {
    background-color: #99BBFF;
}

.menu_category.selected {
    background-color: #CCCCFF;
}

.menu_subblock {
    display: none;
}

.menu_subblock.selected {
    display: inline-block;
}

.menu_subblock.active {
    display: inline-block;
}

.linked_faq {
    cursor: pointer;
}

.faq_wrapper .element .grade_block .grade_comment {
    width: 95%;
}

/*всплывающие подсказки*/
.help_tip{
	text-align: center;
	background-color: #bcdbea;
	border-radius: 50%;
	width: 0px;
	height: 0px;
}

.element .inside_help{
	display: none;
	text-align: left;
	background-color: #8888FF;
	padding: 20px;
	width: 100%;
    max-width: 800px;
    min-width: 400px;
	position: relative;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	left: 15px;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
}

.element:hover .inside_help{
	display: block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}

.element .inside_help:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #8888FF;
	right: 10px;
	top: -12px;
}

a.btn-border.button{
	margin-right: 20px;
	background: #278f49;
	color: #fff;
	padding: 3px 7px;
	border-radius: 4px;
	display: block;
	float: left;
}

img[src="img/80_let_pobedy.png"]
{
	width: 27vw;
    position: absolute;
    display: flex;
    margin-left: -6vw;
    margin-bottom: 4vw;
}

img[src="img/georg_lenta.png"]
{
	position: absolute;
    margin-left: 10vw;
    width: 38vw;
    margin-bottom: 4vw;
}

.widgetGroupInfo
{
	height: auto !important;
}
@media screen and (min-width: 2040px)
{
	img[src="img/georg_lenta.png"] {
    	width: 24vw;
    	margin-bottom: 2vw;
	}
	img[src="img/80_let_pobedy.png"] {
    	width: 16vw;
    	margin-left: 1vw;
    	margin-bottom: 2vw;
	}
}
@media screen and (max-width: 1360px)
{
	img[src="img/georg_lenta.png"] {
    	margin-left: 6vw;
    	width: 21vw;
	}
	img[src="img/80_let_pobedy.png"] {
    	width: 27vw;
    	margin-left: -10vw;
	}
}
@media screen and (max-width: 800px)
{
	img[src="img/80_let_pobedy.png"]
	{
		width: 85vw;
	    display: flex;
	    margin-left: -34vw;
	    margin-bottom: 5vw;
	    margin-top: 45vw;
	}
	
	img[src="img/georg_lenta.png"]
	{
	    margin-left: 12vw;
	    width: 73vw;
	    margin-top: 48vw;
	}
	.blockBody
	{
		flex-direction: column;
	}
	.widgetGroupInfo
	{
		height: 495px !important;
	}

}