

.preim {
	margin-top: 40px;
}

.preim h3 {
	text-align: center;
	font-family: 'TildaSansSemibold';
	font-size: 42px;
	margin-bottom: 80px;
}

.preim_block {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 150px;
	margin-bottom: 60px;
}

.preim_block h2 {
	font-family: 'TildaSansSemibold';
	font-size: 24px;
  line-height: 1.35;
}

.preim_block p {
	font-family: 'TildaSansLight';
	line-height: 1.55;
}

.preim_block p strong {
	font-family: 'TildaSansSemibold';
}

.preim_block_pic img {
	width: 100px;
	display: inline-block;
}

.preim_block_pic {
	position: absolute;
	top: 0;
	right: 40px;
}

.sotrud {
	margin-top: 40px;
	text-align: center;
	padding-bottom: 0px;
}

.sotrud_bottom {
	margin-top: 40px;
	text-align: center;
	padding-bottom: 40px;
}

.sotrud h2 {
	font-family: 'TildaSansSemibold';
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 40px;
}

.sotrud p {
	font-size: 24px;
  line-height: 1.5;
  font-family: 'TildaSansLight';
}

.sotrud_left {
	float: left;
	width: 50%;
	padding-top: 100px;
}

.sotrud_right {
	float: left;
	width: 50%;
}

.sotrud_right img {
	display: inline-block;
	max-width: 100%;
}

.sotrud_bottom a {
	display: inline-block;
	font-family: 'TildaSansSemibold';
	background-color: #fa4923;
	border-radius: 50px;
	padding: 20px 60px;
	color: #fff;
	margin-top: 0px;
}

.sotrud_bottom a:hover {
	background-color: #fa8369;
}

.obr_list_item {
	margin-bottom: 40px;
	background: #ecf2f7;
}

.obr_list_item_name {
	position: relative;
	padding: 7px 10px;
	padding-right: 60px;
	font-size: 16px;
	line-height: 19px;
	border-bottom: 2px solid #fff;
	min-height: 55px;
	background: #ccdae7;
}

.obr_list_item_text {
	padding: 7px 10px;
	font-size: 14px;
}

.obr_list_item_name a {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.obr_list_item_name a {
	background-size: contain;
}

.obr_templates {
	padding: 15px;
}

.obr_templates > div {
	padding: 5px 0;
}

.obr_templates span {
	color: orange;
	cursor: pointer;
	display: inline-block;
}

.obr_list_item_files {
	border-top: 2px solid #fff;
	padding: 10px;
	background: #ecf9f4;
}

.obr_files_list > div {
	padding: 5px 0;
	position: relative;
	padding-right: 50px;
}

.obr_files_list > div:hover {
	background: #e0f3ec;
}

.obr_files_list > div:hover a {
	color: #ff5959;
}

.obr_files_list > div a {
	display: inline-block;
	padding: 5px 0 5px 45px;
	background-size: contain !important;
}

.obr_files_add {

}

.obr_files_add a {
	font-weight: bold;
	display: inline-block;
	padding: 2px 0 2px 40px;
	background: url(./images_new/obr_add_doc.png) 7px center no-repeat;
	transition: 0.2s all;
	opacity: 0.5;
}

.obr_files_add a:hover, .obr_files_add a:focus {
	text-decoration: none;
	color: #024880;
	opacity: 1;
}

.obr_files_add form input {
	display: inline-block;
	margin-right: 20px;
	
}

.obr_doc_delete {
	background: url(./images/cab_icon_delete.png) center center no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	background-size: contain;
	position: absolute;
	top: 5px;
	right: 0;
}

.obr_view_doc {
	padding: 5px 0;
}

.obr_view_doc a {
	display: inline-block;
	padding: 5px 0 5px 45px;
	background-size: contain !important;
	font-weight: bold;
}

.obr_view h2 {
	color: #0b486b;
	font-size: 24px;
	text-align: center;
	margin: 20px;
	padding: 10px 20px;
}

.obr_view {
	border: 1px solid #9fbaca;
	margin: 30px 0;
}


.obr_view_name {
	position: relative;
	padding: 20px;
	padding-right: 60px;
	font-size: 16px;
	line-height: 19px;
	border-bottom: 2px solid #fff;
	background: #ccdae7;
}

.obr_view_text {
	padding: 20px;
	font-size: 14px;
}

.obr_field {
	color: orange;
	font-weight: bold;
}




.clearfix {
	clear: both;
}

.my_order_actions {
	white-space: nowrap;
}

.my_order_actions a {
	display: inline-block;
	margin: 0 3px;
}

.cart_finish_actions {
	text-align: center;
	padding-top: 20px;
}

.cart_finish_actions a:first-of-type {
	color: #024880;
	border: 1px solid #024880;
	background: #fff;
}

.cart_finish_actions a:first-of-type:hover {
	background: #dbe9f2;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

.kurs_buy_link, .kurs_buy_link:hover, .kurs_buy_link:focus, .kurs_buy_link.checked {
	background-image: url(./images_new/cart_icon.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	
}

.main_top_block_link .kurs_buy_link, .naprav_register .kurs_buy_link {
	padding: 12px 24px;
	background-position: 13px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-image: url(./images_new/cart_icon.png);
}

.naprav_register .kurs_buy_link:hover {
	background-image: url(./images_new/cart_icon.png);
	background-position: 13px center;
	background-repeat: no-repeat;
}

.main_top_block_link .kurs_buy_link.checked, .naprav_register .kurs_buy_link.checked {
	background-color: #999;
}



.main_top_banner {
	background: #aae6dc;
	border-bottom: 1px solid #87a8c3;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(2, 70, 130, 0.75);
-moz-box-shadow:    0px 2px 15px 0px rgba(2, 70, 130, 0.75);
box-shadow:         0px 2px 15px 0px rgba(2, 70, 130, 0.75);
}

#main_top_banner_container {
	position: relative;

}

#main_top_banner_container.sticky_banner {
	position: fixed;
	left: 0;
	top: 50px;
	width: 100%;

	z-index: 200;
}

.main_top_banner1 {
	float: left;
	background: url(/images_new/main_top_banner1.png) left center no-repeat;
	background-size: contain;
	color: #ff5959;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 12px;
	min-height: 59px;
	padding-left: 85px;
	margin-left: 80px;
	width: 290px;
}

.main_top_banner2 {
	float: left;
	color: #ff5959;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
	width: 164px;
	text-align: right;
	margin-left: 20px;
}

.main_top_banner3 {
	float: left;
	background: url(/images_new/main_top_banner3.png) right center no-repeat;
	background-size: contain;
	color: #024880;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 80px;
	min-height: 59px;
	width: 320px;
	margin-left: 30px;
}

.main_top_banner4 {
	float: left;
	margin-left: 30px;
	padding-top: 7px;
}

.main_top_banner4 a, .popup_banner_button a {
	display: inline-block;
	background: #024880;
	color: #fff;
	border: 0;
	padding: 10px 50px;
	border-radius: 15px;
	font-size: 18px;
	font-weight: bold;
}

.main_top_banner4 a:hover, .popup_banner_button a:hover {
	background: #356d99;
	color: #fff;
	text-decoration: none;
}

.flip-clock-wrapper ul {

	height: 34px;
	font-size: 28px;
	line-height: 32px;
	margin: 2px;
} 

.flip-clock-wrapper ul li {
	line-height: 32px;
}

.flip-clock-wrapper ul li a div {
	font-size: 28px;
}

.flip-clock-wrapper ul li a div div.inn {
	font-size: 28px;
	background-color: #ff5959;
}

.flip-clock-divider {
	height: 50px;
}

.flip-clock-wrapper .flip {
	width: 20px;
}

.flip-clock-dot {
	width: 5px;
	height: 5px;
	left: 3px;
}

.flip-clock-divider {
	width: 12px;

}
.flip-clock-dot.bottom {
	bottom: 34px;
}

.flip-clock-dot.top {
	top: 26px;
}


.top_banner_timer, .popup_banner_timer {
	font-size: 26px;
}

.popup_banner_timer {
	max-width: 162px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.top_banner_timer span, .popup_banner_timer span {
	display: inline-block;
	color: #fff;
	font-weight: normal;
	padding: 0 3px;
	border-radius: 4px;
background: rgb(255,171,171);
background: linear-gradient(180deg, rgba(255,171,171,1) 0%, rgba(255,89,89,1) 100%);
position: relative;
}

.top_banner_timer span.mbct_days:after, .popup_banner_timer span.mbct_days:after {
	content: 'дн';
	color: #024880;
	position: absolute;
	font-size: 10px;
	bottom: -13px;
	left: 0;
	width: 100%;
	text-align: center;
}

.top_banner_timer span.mbct_hours:after, .popup_banner_timer span.mbct_hours:after {
	content: 'час';
	color: #024880;
	position: absolute;
	font-size: 10px;
	bottom: -13px;
	left: 0;
	width: 100%;
	text-align: center;
}

.top_banner_timer span.mbct_minutes:after, .popup_banner_timer span.mbct_minutes:after {
	content: 'мин';
	color: #024880;
	position: absolute;
	font-size: 10px;
	bottom: -13px;
	left: 0;
	width: 100%;
	text-align: center;
}

.top_banner_timer span.mbct_seconds:after, .popup_banner_timer span.mbct_seconds:after {
	content: 'сек';
	color: #024880;
	position: absolute;
	font-size: 10px;
	bottom: -13px;
	left: 0;
	width: 100%;
	text-align: center;
}
	
.main_popup_banner {
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
}

.main_popup_banner_cont {
	position: absolute;
	z-index: 201;
	width: 720px;
	height: 470px;
	border-radius: 30px;
	border: 2px solid #000;
	left: calc(50% - 360px);
	top: calc(50% - 235px);
	padding: 60px;
	background: #fff url(/images_new/main_popup_banner2.png) 30px 10px no-repeat;
}

.main_popup_banner_close {
	background: url(/images_new/my_colorbox_close.png) center center no-repeat;
	width: 36px;
	height: 36px;
	color: transparent;
	right: 30px;
	top: 30px;
	position: absolute;
	cursor: pointer;
}

.main_popup_banner1 {
	float: left;
	width: 300px;
}

.main_popup_banner2 {
	float: left;
	width: 290px;
	padding-top: 30px;
}

.main_popup_banner2 img {
	max-width: 100%;
	max-height: 300px;
}

.main_popup_banner1 h2 {
	color: #ff5959;
	font-size: 34px;
	font-weight:bold;
}

.main_popup_banner1 h3 {
	color: #135488;
	font-size: 24px;
	font-weight:bold;
}

.main_popup_banner_form {
	width: 280px;
}

.main_popup_banner_form button {
	color: #fff;
	background: #ff5959;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: calc(100% - 8px);
	margin: 0 auto;
	margin-top: 15px;
	border: 0;
	border-radius: 10px;
	clear: both;
	padding: 10px;
}

.main_popup_banner_form input {
	background: #f6f8fa;
	border: 1px solid #c8d7e3;
	border-radius: 5px;
	padding: 3px 10px;
	width: 100%;
}

.main_popup_banner_form > div {
	padding: 4px;
	float: left;
	width: 100%;
}

.main_popup_banner_form > div:nth-child(1), .main_popup_banner_form > div:nth-child(2) {
	width: 50%;
}

.under_table_action {
	padding: 5px 0;
	margin-bottom: 5px;
}

.under_table_action_left {
	float: left;
	text-align: left;
}

.under_table_action_right {
	float: right;
	text-align: right;
}

.under_table_action_right a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #024880;
	color: #024880;
	border-radius: 5px;
}

.under_table_action_left a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.under_table_action_left a.but_skidka {
	background: url(/images_new/but_skidka.png) center center no-repeat;
	background-size: contain;
}

.under_table_action_left a.but_active {
	background: url(/images/cab_icon_enable_access.png) center center no-repeat;
	background-size: contain;
}

.under_table_action_left a.but_inactive {
	background: url(/images/cab_icon_disable_access.png) center center no-repeat;
	background-size: contain;
}

.under_table_action a.add_user_but {
	background: url(/images_new/add_user.png) 15px center no-repeat;
	padding-left: 50px;
}

.under_table_action a.but_hide {
	background: url(/images_new/but_hide.png) center center no-repeat;
}

.under_table_action a.but_show {
	background: url(/images_new/but_show.png) center center no-repeat;
}

.under_table_action .but_hidden {
	display: none;
}

.user_data_hidden {
	display: none;
}

.mybut_popup {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	padding: 15px 50px;
	border-radius: 25px;
	border: 0;
	height: auto;
	color: #fff;
	background: #024880;
}

.mybut_popup:hover {
	background: #155e98;
}

.admin_kurs_page {
	position: relative;
	border-top: 1px solid #b8b8b8;
}

.admin_kurs_preview {
	position: absolute;
	top: -40px;
	right: 0;
	display: block;
	padding: 5px 50px 5px 0;
	background: url(/images_new/block_open.png) right center no-repeat;
}


.admin_kurs_page button {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	padding: 15px 50px;
	border-radius: 25px;
	border: 0;
}

.admin_kurs_page button.submit {
	color: #fff;
	background: #024880;
}

.admin_kurs_page button.submit:hover {
	background: #155e98;
}


.admin_kurs_info {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 5px 8px;
	background: url(/images_new/kurs_info.png) center center no-repeat;
}

.admin_kurs_info_str {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 5px 8px;
	background: url(/images_new/kurs_info.png) center center no-repeat;
}

.admin_kurs_page .admin_kurs_full label, .admin_kurs_page .admin_kurs_half label {
	font-weight: normal;
	display: block;
	width: 160px;
	float: left;
}

.admin_kurs_page .admin_kurs_full .kurs_field, .admin_kurs_page .admin_kurs_half .kurs_field  {
	display: block;
	float: left;
	width: calc(100% - 197px);
}

.admin_kurs_page input[type=text] {
	color: #024880;
	border: 1px solid #024880;
	border-radius: 4px;
	padding: 2px 5px;
	width: 100%;
}

.admin_kurs_page input.input_mini {
	width: 60px;
	text-align: center;
}

.admin_kurs_page select {
	
}

.admin_kurs_page select {
	width: 100%;
  padding: 2px 28px 2px 5px;
  font-size: 15px;
  border: 1px solid #024880;
  border-radius: 4px;
  height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images_new/select_arr.png) right center no-repeat #fff;
}

/* CAUTION: IE hackery ahead */
.admin_kurs_page select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .admin_kurs_page select {
        background:none\9;
        padding: 5px\9;
    } 
}

.admin_kurs_range_slider {
	margin-top: 10px;
	margin-bottom: 10px;
}

.admin_kurs_page input:focus {
	outline: 0;
}

.admin_kurs_page_with_steps {
	position: relative;
	padding-left: 60px;
	padding-top: 20px;
}

.admin_kurs_page_with_steps:before {
	content: '';
	display: block;
	width: 2px;
	height: calc(100% - 110px);
	position: absolute;
	top: 20px;
	left: 27px;
	background: #dedede;
}

.admin_kurs_page_with_steps_new_kurs:before {
	height: calc(100% - 270px);
}

.admin_kurs_half {
	width: 50%;
	clear: both;
	padding: 12px 0;
	position: relative;
}

.admin_kurs_full {
	clear: both;
	padding-bottom: 20px;
	position: relative;
	width: calc(100% - 200px);
}

.admin_kurs_step_main, .admin_kurs_step_mini {
	position: relative;
}

.admin_kurs_step_main h2 {
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 25px;
}

.admin_kurs_step_main:before {
	display: block;
	position: absolute;
	top: 0;
	left: -54px;
	width: 45px;
	height: 45px;
	border-radius: 25px;
	border: 4px solid #83a5c1;
	background: #d6d6d6;
	text-align: center;
	padding: 8px 0;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

.admin_kurs_step_main.complete:before {
	background: #024880;
	color: #fff;
}

.admin_kurs_step_main1:before {
	content: '1';
}

.admin_kurs_step_main2:before {
	content: '2';
}

.admin_kurs_step_main3:before {
	content: '3';
}

.admin_kurs_step_main4:before {
	content: '4';
}

.admin_kurs_step_mini:before {
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: -42px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 3px solid #024880;
	background: #fff;
}

.admin_kurs_full.admin_kurs_step_mini:before {
	top: 2px;
}

.longrid_block.admin_kurs_step_mini:before {
	top: 27px;
}

.module_block.admin_kurs_step_mini:before {
	top: 17px;
}

.kurs_period_type {
	cursor: pointer;
	display: inline-block;
	color: #7d7d7d;
	margin: 0 15px;
}

.kurs_period_type.active {
	color: #024880;
}

.admin_kurs_price_type, .admin_kurs_skidka_type, .admin_kurs_demo_test {
	clear: both;
	margin-top: 20px;
}

.admin_kurs_price_type span, .admin_kurs_skidka_type span {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 7px;
	text-align: center;
	width: 90px;
	background: #e1dddd;
	cursor: pointer;
	padding: 7px;
}

.admin_kurs_price_type span strong {
	margin-left: 5px;
}

#admin_kurs_price_skidka {
	display: inline-block;
	color: #5c9b2d;
	border-bottom: 1px solid #024880;
}

#admin_kurs_price_comission {
	display: inline-block;
	color: #ec9f25;
	border-bottom: 1px solid #024880;
}

.admin_kurs_pic {
	

}

.admin_kurs_pic img {
	display: inline-block;
	max-width: 400px;

}


.admin_kurs_pic span {
	display: inline-block;
	height: 150px;
	width: 210px;
	background-color: #dbe9f2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.longrid_add_block, .vopros_add_block {
	text-align: center;
	/*border: 1px solid #dedede;*/
	border: 1px solid #0b486b;
	border-radius: 15px;
	overflow: hidden;
}

.admin_kurs_page .add_block_but, .admin_kurs_page .add_vopros_but {
	display: block;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background-color: #0b486b;
	border-radius: 15px 15px 0 0;
}



.admin_kurs_page .add_block_but:focus, .admin_kurs_page .add_vopros_but:focus {
	background: #0b486b;
	text-decoration: none;
	color: #fff;
}

.admin_kurs_page .add_block_but:hover, .admin_kurs_page .add_vopros_but:hover {
	text-decoration: none;
	color: #024880;
	background: #e1dddd;
}

.admin_kurs_page .add_block_but span, .admin_kurs_page .add_vopros_but span {
	padding-left: 20px;
	background: url(/images_new/add_block.png) left center no-repeat;
	display: inline-block;
}

.longrid_add_block .longrid_add_block_buts, .vopros_add_block .vopros_add_block_buts {
	border-top: 1px solid #dedede;
	display: none;
}

.longrid_add_block .longrid_add_block_buts > div {
	float: left;
	width: 16.66%;
	text-align: center;
}

.vopros_add_block .vopros_add_block_buts > div {
	float: left;
	width: 16.66%;
	text-align: center;
}

.longrid_add_block .longrid_add_block_buts > div a, .vopros_add_block .vopros_add_block_buts > div a {
	display: inline-block;
	padding: 10px 20px;
}

.longrid_add_block .longrid_add_block_buts > div a:hover, .longrid_add_block .longrid_add_block_buts > div a:focus,
.vopros_add_block .vopros_add_block_buts > div a:hover, .vopros_add_block .vopros_add_block_buts > div a:focus {
	background: #e1dddd;
	color: #024880;
	text-decoration: none;
}

.longrid_add_block .longrid_add_block_buts > div a span, .vopros_add_block .vopros_add_block_buts > div a span {
	display: block;
}

.longrid_block {
	padding: 10px;
	
}

.longrid_head {
	background: #aae6dc;
}

.longrid_head_align, .module_align, .vopros_align {
	background: #fff;
	min-height: 50px;
	float: left;
	width: 30px;
	padding-top: 0px;
	text-align: center;
}

.longrid_head_align a, .module_align a, .vopros_align a {
	display: block;
	width: 24px;
	height: 13px;
	margin: 10px 0;
}

.longrid_head_align a.up, .module_align a.up, .vopros_align a.up {
	background: url(/images_new/block_up.png) center center no-repeat;
}

.longrid_head_align a.down, .module_align a.down, .vopros_align a.down {
	background: url(/images_new/block_down.png) center center no-repeat;
}

.longrid_head_name {
	min-height: 50px;
	float: left;
	width: calc(100% - 460px);
	padding-left: 70px;
	padding-top: 12px;
	font-size: 18px;
}

.module_block {
	border: 1px solid #dedede;
	margin: 10px 0;
	min-height: 55px;
	padding: 0 10px;
}

.module_name {
	min-height: 50px;
	float: left;
	width: calc(100% - 220px);
	padding-left: 20px;
	padding-top: 10px;
	font-size: 22px;
	
}

.module_name span {
	font-weight: bold;
}

.longrid_block_1 .longrid_head_name {
	background: url(/images_new/add_block_text.png) left center no-repeat;
}

.longrid_block_2 .longrid_head_name {
	background: url(/images_new/add_block_document.png) left center no-repeat;
}

.longrid_block_3 .longrid_head_name {
	background: url(/images_new/add_block_foto.png) left center no-repeat;
}

.longrid_block_4 .longrid_head_name {
	background: url(/images_new/add_block_video.png) left center no-repeat;
}

.longrid_block_5 .longrid_head_name {
	background: url(/images_new/add_block_page.png) left center no-repeat;
}

.longrid_block_6 .longrid_head_name {
	background: url(/images_new/add_block_template.png) left center no-repeat;
}

.longrid_head_info {
	height: 50px;
	float: left;
	width: 250px;
	font-size: 13px;
	padding-top: 6px;
	margin-right: 30px;
}

.longrid_head_info span {
	display: inline-block;
	width: 110px;
	padding-left: 30px;
	margin-right: 10px;
	position: relative;
}

.longrid_head_info span.active:after {
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(/images_new/view_galochka.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0px;
	top: 8px;
}

.longrid_head_actions, .module_actions {
	height: 50px;
	float: left;
	width: 130px;
	padding-top: 7px;
}

.longrid_head_actions a, .module_actions a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 7px;
}

.longrid_head_actions a.open {
	background: url(/images_new/block_open.png) left center no-repeat;
	width: 34px;
}

.longrid_head_actions a.edit, .module_actions a.edit {
	background: url(/images_new/block_edit.png) left center no-repeat;
	width: 22px;
	height: 22px;
	background-size: contain;
}

.longrid_head_actions a.delete, .module_actions a.delete {
	background: url(/images_new/block_delete.png) left center no-repeat;
}

.module_bal {
	float: left;
	width: 60px;
	padding-top: 15px;
}

.module_bal a {
	background: url(/images_new/bal_icon.png) left center no-repeat;
	padding-left: 28px;
	background-size: contain;
	display: block;
	
}

.longrid_view {
	padding: 20px;
}

.longrid_edit_multi, .vopros_edit_multi {
	margin-top: 20px;
}

.longrid_edit_multi .delete, .vopros_edit_multi .delete {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
    background: url(/images_new/block_delete.png) left center no-repeat;
}

.longrid_edit_multi_block, .vopros_edit_multi_block {
	border: 1px solid #dedede;
	padding: 20px;
	margin: 10px 0;
	position: relative;
}

.longrid_edit_multi_block label, .vopros_edit_multi_block label {
	font-weight: normal;
}

.longrid_edit_multi_left label, .vopros_edit_multi_left label {
	width: 200px;
	display: inline-block;
}

.longrid_edit_multi_left input, .vopros_edit_multi_left input {
	max-width: calc(100% - 220px);
	display: inline-block;
}

.longrid_edit_multi_left .field, .vopros_edit_multi_left .field {
	padding-bottom: 20px;
}

.longrid_edit_multi textarea, .vopros_edit_multi textarea {
	height: 80px;
}

.vopros_edit_multi_block {
	position: relative;
}

.vopros_edit_multi_block .field-first label {
	padding-left: 50px;
	display: block;
	padding-bottom: 15px;
}

.vopros_edit_multi_block .prav_checkbox {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 34px;
	width: 34px;
}

.longrid_view_document {
	padding-left: 55px;
	margin: 15px 0;
}

.longrid_view_document.doc_type_xls,
.longrid_view_document.doc_type_xlsx {
	background: url(/images_new/doc_type_xls.png) left top no-repeat;
}

.longrid_view_document.doc_type_doc,
.longrid_view_document.doc_type_docx,
.longrid_view_document.doc_type_rtf {
	background: url(/images_new/doc_type_doc.png) left top no-repeat;
}

.longrid_view_document.doc_type_ppt,
.longrid_view_document.doc_type_pptx {
	background: url(/images_new/doc_type_ppt.png) left top no-repeat;
}

.longrid_view_document.doc_type_pdf {
	background: url(/images_new/doc_type_pdf.png) left top no-repeat;
}

.longrid_view_document_name {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
}

.longrid_view_page a {
	display: block;
	padding-left: 35px;
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
	background: url(/images_new/longrid_li1.png) left center no-repeat;
}

.longrid_view_page a:hover, .longrid_view_page a:focus {
	text-decoration: none;
	color: #024880;
}

.longrid_view_page a span {
	display: inline-block;
	border-bottom: 2px solid transparent;
}

.longrid_view_page a:hover span, .longrid_view_page a:focus span {
	border-bottom: 2px solid #024880;
}

.longrid_foto_slider_pic, .longrid_foto_slider_video {
	text-align: center;
}

.longrid_foto_slider_pic img {
	display: inline-block;
	max-width: 100%;
}

.longrid_foto_slider_video video, .longrid_foto_slider_video iframe {
	width: 800px;
	height: 450px;
}

.longrid_foto_slider_title {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}

.longrid_foto_slider_comment {
	text-align: center;
}

.longrid_video_select {
	text-align: center;
	padding-bottom: 10px;
}

.vopros_video_select {
	text-align: left;
}

.longrid_video_select a, .vopros_video_select a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 20px;
	filter: grayscale(100%);
	opacity: 0.4;
}

.longrid_video_select a:hover, .longrid_video_select a.active,
.vopros_video_select a:hover, .vopros_video_select a.active {
	filter: grayscale(0);
	opacity: 1;
}

#popup_skidka_all {
	color: #024880;
	width: 380px;
}

#popup_skidka_all h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
	text-align: center;
}

#popup_skidka_all p {
	font-size: 20px;
	padding: 10px 0;
}

#form_skidka_all {
	margin-top: 10px;
}

#popup_skidka_all input {
	font-size: 30px;
	text-align: center;
	width: 100px;
}

#popup_skidka_all span {
	font-size: 22px;
	margin-left: 10px;
}

.mybut_skidka {
	display: inline-block;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	padding: 15px 30px;
	border-radius: 5px;
	border: 0;
	height: auto;
	color: #fff;
	background: #024880;
	width: auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(2, 72, 128, 0.5);
-moz-box-shadow:    0px 0px 10px 0px rgba(2, 72, 128, 0.5);
box-shadow:         0px 0px 10px 0px rgba(2, 72, 128, 0.5);
}

.mybut_skidka:hover, .mybut_skidka:focus {
	background: #155e98;
}

.view_kurs_progress {
	border-bottom: 1px solid #a6a6a6;
	text-align: right;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.view_kurs_progress > div {
	display: inline-block;
	margin: 0 20px;
}

.view_kurs_progress > div span {
	color: #4bb939;
}

.view_kurs_user_top_but {
	position: absolute;
	top: 0;
	right: 0;
	
}

.view_kurs_user_top_but a {
	color: #024880;
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 5px;
	border: 2px solid #024880;
	border-radius: 20px;
}

.view_kurs_user_top_but a:hover, .view_kurs_user_top_but a:focus {
	background: #024880;
	text-decoration: none;
	color: #fff;
}

.view_kurs_user_top_but2 {
	top: 50px;
}

.view_kurs_protocol_cont {
	width: 150px;
	display: none;
	border: 1px solid #a6a6a6;
	padding: 10px;
	margin-top: 5px;
}

.view_kurs_protocol_cont a {
	display: block;
	margin: 5px 0;
	border-radius: 0;
	font-size: 13px;
	width: auto;
}

.view_kurs_info {
	position: relative;
}

.view_kurs_info_left {
	float: left;
	width: calc(50% - 100px);
}

.view_kurs_info_right {
	float: left;
	width: calc(50% - 100px);
}

.view_kurs_info_line {
	padding-left: 30px;
	margin: 10px 0;
}

.view_kurs_info_line span {
	font-weight: bold;
}

.view_kurs_info_line1 {
	background: url(/images_new/kurs_info1.png) left 3px no-repeat;
}

.view_kurs_info_line2 {
	background: url(/images_new/kurs_info2.png) left 3px no-repeat;
}

.view_kurs_info_line3 {
	background: url(/images_new/kurs_info3.png) left 3px no-repeat;
}

.view_kurs_hr {
	height: 2px;
	background: #a6a6a6;
	margin: 30px auto;
	width: 280px;
}

.view_kurs_block {
	margin: 20px 0;
}

.view_kurs_block .block_head {
	font-size: 24px;
	font-weight: bold;
	padding: 5px 30px 5px 0px;
	cursor: pointer;
	position: relative;
}

.view_kurs_block img, .view_kurs_block iframe, .view_kurs_block video {
	max-width: 100%;
}

/*
.view_kurs_block_about .block_head {
	background: url(/images_new/add_block_page.png) left center no-repeat;
}

.view_kurs_block_author .block_head {
	background: url(/images_new/add_block_foto.png) left center no-repeat;
}

.view_kurs_block_primer .block_head {
	background: url(/images_new/add_block_document.png) left center no-repeat;
}

.view_kurs_block_module .block_head {
	background: url(/images_new/add_block_page.png) left center no-repeat;
}

.view_kurs_block_1 .block_head {
	background: url(/images_new/add_block_text.png) left center no-repeat;
}

.view_kurs_block_2 .block_head {
	background: url(/images_new/add_block_document.png) left center no-repeat;
}

.view_kurs_block_3 .block_head {
	background: url(/images_new/add_block_foto.png) left center no-repeat;
}

.view_kurs_block_4 .block_head {
	background: url(/images_new/add_block_video.png) left center no-repeat;
}

.view_kurs_block_5 .block_head {
	background: url(/images_new/add_block_page.png) left center no-repeat;
}*/

.view_kurs_block .block_head:after{
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 14px;
	height: 10px;
	background: url(/images_new/view_kurs_block_open2.png) center center no-repeat;
	background-size: contain;
}

.view_kurs_block .block_head.open:after {
	background: url(/images_new/view_kurs_block_open1.png) center center no-repeat;
	background-size: contain;
}

.view_kurs_block_author .block_content img,
.view_kurs_block_primer .block_content img {
	max-width: 600px;
}

#view_kurs_cert_link {
	float: left;
	width: 200px;
	text-align: right;
}

#view_kurs_cert_link a {
	display: inline-block;
}

#view_kurs_cert {
	padding: 15px 0 20px 100px;
	background: url(/images_new/kurs_cert2.png) left 25px no-repeat;
	border-top: 2px solid #a6a6a6;
	border-bottom: 2px solid #a6a6a6;
	margin-bottom: 50px;
	margin-top: 20px;
}

#view_kurs_cert h2 {
	font-weight: bold;
	font-size: 24px;
}








.view_user_profile {
	color: #3d3f40;
}

.view_user_profile_name {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
	color: #024880;
}

.view_user_profile_head {
	font-size: 22px;
	font-weight: bold;
	background: #d7d7d7;
	padding: 20px;
	margin: 20px 0;
}

.view_user_profile_data {
	padding: 0 20px;
}

.view_user_profile_foto {
	float: left;
	width: 300px;
	margin-right: 40px;
	text-align: center;
}

.view_user_profile_foto img {
	max-width: 300px;
	display: inline-block;
}

.view_user_profile_foto a {
	display: inline-block;
}

.view_user_profile_foto a {
	color: #024880;
	display: inline-block;
	padding: 5px 15px;
	border: 2px solid #024880;
	border-radius: 20px;
	margin-top: 20px;
}

.view_user_profile_foto a:hover, .view_user_profile_foto a:focus {
	background: #024880;
	text-decoration: none;
	color: #fff;
}

.view_user_profile_personal {
	float: left;
	width: calc(100% - 340px);
}

.view_user_profile_personal > div {
	margin: 10px 0px;
	font-size: 18px;
}

.view_user_profile_personal label {
	font-weight: bold;
	width: 220px;
}

.view_user_profile_new_user {
	text-align: center;
	padding: 5px;
}

.view_user_profile_new_user a {
	display: inline-block;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 7px 20px;
}

.my_profile {
	position: relative;
}

.edit_my_profile {
	position: absolute;
	top: 0;
	right: 20px;
	width: 26px;
	height: 26px;
	background: url(/images_new/my_profile_edit.png) left top no-repeat;
}

.my_profile_kurs_block {
	margin: 10px 0;
}

.my_profile_kurs_block_head {
	position: relative;
	font-size: 18px;
	padding: 5px 20px 5px 45px;
	cursor: pointer;
}

.my_profile_kurs_block_head:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 22px;
	height: 16px;
	background: url(/images_new/my_profile_arr1.png) center center no-repeat;
}

.my_profile_kurs_block_head.open:after {
	background: url(/images_new/my_profile_arr2.png) center center no-repeat;
}

.my_profile_kurs_block_head.kurs_status0 {
	background: url(/images_new/my_kurs_status0.png) left top no-repeat;
}

.my_profile_kurs_block_head.kurs_status1 {
	background: url(/images_new/my_kurs_status1.png) left top no-repeat;
}

.my_profile_kurs_block_head.kurs_status2 {
	background: url(/images_new/my_kurs_status2.png) left top no-repeat;
}

.my_profile_kurs_block_head.kurs_status3 {
	background: url(/images_new/my_kurs_status3.png) left top no-repeat;
}

.my_profile_kurs_block_modules {
	padding: 0 45px;
}

.my_profile_kurs_block_modules table td {
	padding: 5px 10px;
}

.my_profile_kurs_block_modules table td span {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	background: #d7d7d7;
}

.admin_raspred_bal {
	position: absolute;
	top: -45px;
	right: 0;
}

.admin_raspred_bal span {
	display: inline-block;
	font-size: 16px;
	background: url(/images_new/bal_icon.png) left center no-repeat;
    background-size: auto;
	padding-left: 28px;
	background-size: contain;
	margin-right: 20px;
}

.admin_raspred_bal a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #024880;
	color: #024880;
	border-radius: 5px;
}

#test_blocks,
#modules_block {
	position: relative;
}

.view_module_name {
	font-size: 22px;
}

.view_module_name span {
	font-weight: bold;
}

.view_module_nav {
	
}

.view_module_nav a, .view_module_nav span {
	display: inline-block;
	padding: 5px 15px;
	margin: 5px;
	border-radius: 20px;
}

.view_module_nav a {
	color: #024880;
	background: #fff;
	border: 2px solid #024880;
}

.view_module_nav a:hover, .view_module_nav a:focus {
	color: #fff;
	background: #024880;
	border: 2px solid #024880;
	text-decoration: none;
}

.view_module_nav span {
	color: #fff;
	background: #949494;
	border: 2px solid #949494;
}

.view_module_nav span.active {
	color: #fff;
	background: #024880;
	border: 2px solid #024880;
}

.test_qeeze_cont {
	border-top: 2px solid #a6a6a6;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 40px 0;
	position: relative;
}

.test_qeeze_cont h3 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.test_qeeze_vopros_count {
	position: absolute;
	top: 40px;
	right: 0;
	font-weight: bold;
}

.test_qeeze_vopros_count a {
	display: inline-block;
	padding: 0 5px;
	text-decoration: underline;
}

#test_qeeze {
	background: url(/images/qeeze_bg.png) center center no-repeat;
	padding-top: 20px;
	padding-bottom: 160px;
	position: relative;
}

#test_qeeze h2 {
	text-align: center;
}

.test_vopros_file {
	padding: 10px 10px;
}

.test_vopros_file a {
	padding: 15px 0 15px 50px;
	font-weight: bold;
}

.test_vopros_file_xls,
.test_vopros_file_xlsx,
.obr_doc_xls,
.obr_doc_xlsx
 {
	background: url(/images_new/doc_type_xls.png) left top no-repeat;
}

.test_vopros_file_doc,
.test_vopros_file_docx,
.test_vopros_file_rtf,
.obr_doc_doc,
.obr_doc_docx,
.obr_doc_rtf
 {
	background: url(/images_new/doc_type_doc.png) left top no-repeat;
}

.test_vopros_file_ppt,
.test_vopros_file_pptx,
.obr_doc_pptx,
.obr_doc_ppt
 {
	background: url(/images_new/doc_type_ppt.png) left top no-repeat;
}

.test_vopros_file_pdf,
.obr_doc_pdf
 {
	background: url(/images_new/doc_type_pdf.png) left top no-repeat;
}

.test_vopros_otvet_head {
	margin: 20px 0;
	text-align: center;
}

.test_vopros_otvet_head span {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #024880;
	border-radius: 30px;
	text-align: center;
	padding: 5px 40px;
}

.test_vopros_otvet {
	/*float: left;*/
	display: inline-block;
	width: 50%;
	padding: 12px 15px;
	margin: 12px 0;
}



.test_vopros_otvet a {
	display: block;
	padding: 8px 5px 8px 40px;
	background: #fff url(/images_new/test_otvet_circle.png) 12px center no-repeat;
	border-radius: 20px;
	border: 2px solid #024880;
	color: #024880;
	font-size: 16px;
}

.test_vopros_otvet a:hover, .test_vopros_otvet a:focus {
	text-decoration: none;
}

.test_vopros_otvet a.active {
	background: #024880 url(/images_new/test_otvet_circle.png) 12px center no-repeat;
	color: #fff;
	font-weight: bold;
}

.test_vopros_otvet a.active_prav {
	background: #339900 url(/images_new/test_otvet_circle.png) 12px center no-repeat;
	color: #fff;
	font-weight: bold;
}

.test_vopros_otvet_pic a.active {
	background-size: contain;
	background-position: top center;
}

.test_vopros_otvet_pic a.active_prav {
	background-color: #339900;
	background-size: contain;
	background-position: top center;
}


#test_otvet_hint {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
	padding-bottom: 30px;
}

.test_bottom {
	width: 130px;
	margin: 0 auto;
	position: relative;
}

#test_otvet_accept {
	text-align: center;
	padding: 20px 0;
}

#test_otvet_accept a {
color: #024880;
background: #fff;
display: inline-block;
text-align: center;
padding: 5px 30px;
border: 2px solid #024880;
border-radius: 20px;
font-size: 20px;
}

#test_otvet_accept a:hover, #test_otvet_accept a:focus {
color: #fff;
background: #024880;
text-decoration: none;
}

#test_otvet_svoy {
	height: 130px;
	border-radius: 5px;
	border: 1px solid #024880;
	color: #024880;
}

.test_otvet_file_link_cont {
	margin: 20px auto;
	max-width: 600px;
}

#test_otvet_file_link {
	border-radius: 5px;
	border: 1px solid #024880;
	width: 100%;
	color: #024880;
}

.test_vopros_otvet_pic {
	text-align: center;
	position: relative;
	
}

.test_vopros_otvet_pic a {
	display: inline-block;
	background-image: none !important;
	padding: 0;
	overflow: hidden;
}

.test_vopros_otvet_pic a img {
	display: inline-block;
	max-width: 100%;
}

.test_vopros_otvet_pic a span {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.test_vopros_pic {
	text-align: center;
	padding: 20px;
}

.test_vopros_pic img {
	display: inline-block;
	max-width: 100%;
}

.test_vopros_video {
	text-align: center;
}

.test_vopros_video video, .test_vopros_video iframe {
	width: 800px;
	height: 450px;
}

.test_bottom a {
	position: absolute;
	display: block;
	width: 15px;
	height: 26px;
	top: 50px;
	transition: all .2s ease-in-out;
	opacity: 0.3;
}

.test_bottom a.prev_but {
	background: url(/images/qeeze_prev.png) center center no-repeat;
	background-size: contain;
	left: -80px;
}

.test_bottom a.next_but {
	background: url(/images/qeeze_next.png) center center no-repeat;
	background-size: contain;
	right: -80px;
}

.test_bottom a.active {
	opacity: 1;
}

.test_bottom a.active:hover {
	transform: scale(1.4);
}

.test_module_finish {
	text-align: center;
	background: url(/images_new/module_finish.png) center top no-repeat;
	background-size: auto 80px;
	font-size: 18px;
	padding-top: 90px;
}

.test_vopros_otvet_prav {
	color: green;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}

.test_vopros_otvet_neprav {
	color: red;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}

.view_kurs_module_bottom_nav, .view_kurs_module_bottom_nav_finish {
	text-align: center;
	padding: 20px 0;
}

.view_kurs_module_bottom_nav a, .view_kurs_module_bottom_nav_finish a {
	display: inline-block;
	padding: 20px;
	border-radius: 50px;
	border: 3px solid #e43939;
	color: #e43939;
	font-size: 20px;
	margin: 0 20px;
}

.view_kurs_module_bottom_nav span {
	display: inline-block;
	padding: 20px;
	border-radius: 50px;
	border: 3px solid #848484;
	color: #848484;
	font-size: 20px;
	margin: 0 20px;
}

.view_kurs_module_bottom_nav a:hover, .view_kurs_module_bottom_nav a:focus,
.view_kurs_module_bottom_nav_finish a:hover, .view_kurs_module_bottom_nav_finish a:focus {
	background: #e43939;
	color: #fff;
	
	text-decoration: none;
}

.view_kurs_module_bottom_nav a.prev {
	padding-right: 60px;
	background-image: url(/images_new/module_prev.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.view_kurs_module_bottom_nav a.next {
	padding-left: 60px;
	background-image: url(/images_new/module_next.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.view_kurs_module_bottom_nav span.prev {
	padding-right: 60px;
	background-image: url(/images_new/module_prev_g.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.view_kurs_module_bottom_nav span.next {
	padding-left: 60px;
	background-image: url(/images_new/module_next_g.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.module_finish_popup {
	position: fixed;
	top: 100px;
	right: 0;
	margin-right: -300px;
	border-radius: 100px 0 0 100px;
	border: 2px solid #024880;
	width: 300px;
	padding: 20px;
	font-weight: bold;
	padding-left: 80px;
	background: #fff url(/images_new/module_finish_award.png) 10px center no-repeat;
	z-index: 1000;
}

.test_qeeze_vopros_go {
	text-align: center;
	padding: 140px 0;
}

.test_qeeze_vopros_go a {
	display: inline-block;
	padding: 20px;
	border-radius: 50px;
	border: 3px solid #e43939;
	color: #e43939;
	font-size: 20px;
	background: #fff;
}

.test_qeeze_vopros_go a:hover, .test_qeeze_vopros_go a:focus {
	background: #e43939;
	color: #fff;
	
	text-decoration: none;
}

.user_test_admin_checked {
	background: url(/images_new/view_galochka.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.user_test_admin_study {
	background: url(/images_new/test_study.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.user_test_admin_prover {
	background: url(/images_new/test_prover.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.user_test_admin_prepare {
	background: url(/images_new/test_prepare.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.user_test_admin_renew {
	background: url(/images_new/user_test_admin_renew.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.user_test_admin_protocol {
	background: url(/images_new/test_protocol.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.check_test_actions {
	text-align: center;
}

.check_test_actions span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 5px 10px;
}

.check_test_actions span.correct {
	background: url(/images_new/check_test1.png) center center no-repeat;
}

.check_test_actions span.incorrect {
	background: url(/images_new/check_test2.png) center center no-repeat;
}

.check_test_actions span.enable {
	filter: grayscale(1);
	opacity: 0.7;
	cursor: pointer;
}

.check_test_actions span.enable.incorrect {
	opacity: 0.5;
}

.check_test_actions span.enable:hover {
	filter: grayscale(0);
	opacity: 1;
}

.demo_test_add_but {
	color: #024880;
	display: inline-block;
	text-align: center;
	padding: 5px 25px;
	border: 2px solid #024880;
	border-radius: 20px;
	float: left;
}

.demo_test_add_but:hover, .demo_test_add_but:focus {
	background: #024880;
	text-decoration: none;
	color: #fff;
}

.demo_test_delete_but {
	color: #ff0000;
	display: inline-block;
	text-align: center;
	padding: 5px 25px;
	border: 2px solid #ff0000;
	border-radius: 20px;
}

.demo_test_delete_but:hover, .demo_test_delete_but:focus {
	background: #ff0000;
	text-decoration: none;
	color: #fff;
}

.demo_test_add_check {
	display: inline-block;
	float: left;
	margin-top: 5px;
	background: url(/images_new/demo_test_add_check.png) center center no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: 20px;
}

.view_kurs_site_block_about {
	margin-top: 50px;
	padding: 40px 0;
	border-top: 2px solid #a6a6a6;
}

.view_kurs_site_block .block_head {
	font-size: 24px;
	padding: 5px 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.admin_table_actions_cont, .under_table_action_left_popup {
	position: relative;
	display: inline-block;
	margin-top: 5px;
}

.admin_table_actions_cont > div {
	display: none;
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 1px solid #024880;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(2, 72, 128, 0.2);
-moz-box-shadow: 0px 0px 10px 2px rgba(2, 72, 128, 0.2);
box-shadow: 0px 0px 10px 2px rgba(2, 72, 128, 0.2);
z-index: 10;
left: -80px;
top: 0px;
text-align: left;
}

.under_table_action_left_popup > div {
	display: none;
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 1px solid #024880;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(2, 72, 128, 0.2);
-moz-box-shadow: 0px 0px 10px 2px rgba(2, 72, 128, 0.2);
box-shadow: 0px 0px 10px 2px rgba(2, 72, 128, 0.2);
z-index: 10;
left: 30px;
top: 0px;
text-align: left;
}

.admin_table_actions_cont > div a, .under_table_action_left_popup > div a {
	margin: 6px;
}

.user_profile_medal {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 56px;
	height: 56px;
	margin: 10px;
}

.user_profile_medal1 {
	background-image: url(/images_new/user_profile_medal1.png);
}

.user_profile_medal2 {
	background-image: url(/images_new/user_profile_medal2.png);
}

.user_profile_medal3 {
	background-image: url(/images_new/user_profile_medal3.png);
}

.user_profile_medal4 {
	background-image: url(/images_new/user_profile_medal4.png);
}

.user_profile_medal5 {
	background-image: url(/images_new/user_profile_medal5.png);
}

.admin_empty_longrid {
	text-align: center;
	font-size: 18px;
	padding: 20px;
	color: red;
}

#my_profile_user_foto_result {
	display: inline-block;
	width: 300px;
	height: 300px;
}

#view_kurs_rating {
	text-align: center;
	margin: 20px auto;
	max-width: 450px;
}

#view_kurs_rating h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

.view_kurs_rating_icon {
	display: block;
	float: left;
	margin: 5px;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 70px;
	width: 80px;
}

.view_kurs_rating_icon span {
	display: block;
	height: 30px;
}

.view_kurs_rating_icon {
	text-decoration: none;
	color: #0b486b;
	
	transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.view_kurs_rating_icon1 {
	background: url(/images_new/kurs_rating1.png) center top no-repeat;
}

.view_kurs_rating_icon2 {
	background: url(/images_new/kurs_rating2.png) center top no-repeat;
}

.view_kurs_rating_icon3 {
	background: url(/images_new/kurs_rating3.png) center top no-repeat;
}

.view_kurs_rating_icon4 {
	background: url(/images_new/kurs_rating4.png) center top no-repeat;
}

.view_kurs_rating_icon5 {
	background: url(/images_new/kurs_rating5.png) center top no-repeat;
}



.view_kurs_rating_icon:hover:after {
    content: "";
    display: block;
    width: 20px;
    height: 200px;
    margin-left: 60px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: -40px;
    top: -100px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.00s;
    animation-delay: 0.00s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

.view_kurs_rating_icon:hover {
	text-decoration: none;
}

#test_qeeze_nav {
	text-align: right;
}

#test_qeeze_nav a {
	display: inline-block;
	margin: 0 2px;
}

#test_qeeze_nav span {
	display: inline-block;
	margin: 0 2px;
	color: #999;
}

#test_qeeze_nav .active {
	font-weight: bold;
}

#test_qeeze_nav .prav {
	color: green;
}

#test_qeeze_nav .neprav {
	color: red;
}

.view_site_kurs {
	color: #0b486b;
}

.view_site_kurs img {
	display: inline-block;
	max-width: 100%;
}

.view_kurs_author_primer {
	background: url(/images_new/view_kurs_author_primer_bg.png) center center repeat-x;
	margin-bottom: 50px;
}

.view_kurs_site_block_author, .view_kurs_site_block_primer {
	float: left;
}

.view_kurs_site_block_author {
	padding-right: 30px;
	width: 33.33%;
}

.view_kurs_site_block_primer {
	padding-left: 30px;
	width: 66.66%;
}

.view_kurs_site_block_author .block_head, .view_kurs_site_block_primer  .block_head {
	font-weight: normal;
	text-transform: none;
	min-height: 85px;
}

.view_kurs_site_block_author .block_content a, .view_kurs_site_block_primer .block_content a {
	display: block;
	height: 400px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	
}

.float_demo_test {
	position: fixed;
	width: 50px;
	height: 50px;
	left: 20px;
	bottom: 120px;
	z-index: 100;
}

.float_demo_test a {
	width: 50px;
	height: 50px;
	display: block;
	z-index: 100;
	background: #0b486b url(/images_new/float_demo_test.png) center center no-repeat;
	border-radius: 30px;
}

h2.view_kurs_head {
	padding-right: 170px;
}

#admin_users_table .result_table_actions_users {	
	width: 160px;
	
}

.result_line_to_proverka {
	background-color: #ffcccc;
}

.main_top_block_head {
	min-height: 400px;
	max-width: 630px;
}

.main_top_block_kurs .main_top_block_pic_0 img {
	border-radius: 250px;
}

.main_top_block_preim_icons {
	
}

.main_top_block_preim_icons > div {
	float: left;
	width: 140px;
	text-align: center;
	margin-right: 30px;
}

.main_top_block_preim_icons > div span {
	display: block;
	margin-top: 10px;
}

.site_kurs_page {
	margin-top: 40px;
	background: url(/images_new/view_kurs_bg.png) center top repeat-y;
	background-size: 100% auto;
	margin-bottom: 50px;
}

.register_alert {
	text-align: center;
	padding: 10px 0;
	color: #ff0000;
	font-weight: bold;
}

.register_alert_green {
	text-align: center;
	padding: 10px 0;
	color: #006600;
	font-weight: bold;
}

.my_notify_block {
	padding: 20px 0;
}

.my_notify_item {
	margin: 10px 0;
	padding: 20px;
	padding-right: 35px;
	border: 1px solid #dbe9f2;
	position: relative;
	color: #5a8db5;
	transition: all .2s ease-in-out;
}

.my_notify_item:hover {
	background: #e1ebf3;
}

.close_notify {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 17px;
	height: 17px;
	opacity: 0.6;
	background: url(/images_new/close_notify.png) center center no-repeat;
	cursor: pointer;
}

.close_notify:hover {
	opacity: 1;
}

.prepod_check_param {
	position: absolute;
	top: 10px;
	right: -80px;
}

.prepod_check_param > div.yes, .prepod_check_param > div.no {
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 0.6;
	transition: 0.3s all;
	cursor: pointer;
	margin: 0 5px;
}

.prepod_check_param > div.yes:hover, .prepod_check_param > div.no:hover {
	opacity: 1;
}

.prepod_check_param > div.checked {
	opacity: 1;
	cursor: auto;
}

.prepod_check_param > div.yes {
	background: url(/images_new/prepod_check_yes.png) center center no-repeat;
}

.prepod_check_param > div.no {
	background: url(/images_new/prepod_check_no.png) center center no-repeat;
}

#popup_prepod_no textarea {
	width: 100%;
	margin: 10px 0;
}

.prepod_check_form_cont {
	position: absolute;
	top: -100px;
	right: 0px;
	width: 200px;
	height: 105px;
	display: none;
}

.prepod_check_form_cont textarea {
	width: 100%;
	height: 105px;
	display: block;
	border: 1px solid #024880;
	border-radius: 5px 0 0 5px;
	font-size: 13px;
	padding: 5px;
	float: left;
	width: 170px;
	resize: none;
	outline: none;
}

.prepod_check_form_cont button {
	border: 1px solid #024880;
	display: block;
	background: #024880;
	color: #fff;
	text-align: center;
	padding: 0px;
	width: 30px;
	height: 105px;
	float: left;
	font-size: 14px;
	border-radius: 0 5px 5px 0;
}

#prepod_check_action {
	padding: 15px 0;
	text-align: center;
}

#prepod_check_action span {
	display: inline-block;
	padding: 5px 20px;
	font-size: 18px;
	border: 1px solid #666;
	color: #666;
}

#prepod_check_action a {
	display: inline-block;
	padding: 5px 20px;
	font-size: 18px;
	color: #cc3333;
	border: 1px solid #cc3333;
	background: #fff;
	border-radius: 10px;
	transition: 0.3s all;
}

#prepod_check_action a:hover {
	text-decoration: none;
	background: #dbe6ef;
}

#prepod_check_action a.yes {
	color: #339900;
	border: 1px solid #339900;
}

.hint_status {
	opacity: 0.5;
	display: inline-block;
	font-weight: bold;
	transition: 0.3s all;
	margin: 0 10px;
	cursor: help;
	color: #000;
}

.hint_status:hover {
	opacity: 1;
}

.prepod_balance_status_green {
	display: inline-block;
	padding:5px 20px;
	color: green;
	border: 1px solid green;
}

.prepod_balance_status_red {
	display: inline-block;
	padding:5px 20px;
	color: red;
	border: 1px solid red;
}

.prepod_balance_status_orange {
	display: inline-block;
	padding:5px 20px;
	color: orange;
	border: 1px solid orange;
}

.prepod_balance_zayavka_cont {
	position: relative;
	min-height: 80px;
}

.prepod_balance_summ {
	position: absolute;
	top: 0;
	right: 0;
}

.prepod_balance_summ span {
	font-size: 22px;
	font-weight: bold;
	display: block;
}

#prepod_balance_zayavka {
	margin-bottom: 10px;
}

#prepod_balance_zayavka > div {
	display: inline-block;
	margin-right: 10px;
}

.prepod_balance_hint {
	font-size: 14px;
}

.prepod_balance_hint a {
	color: #999999;
}

.accept_prepod_zayavka {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 25px;
	background: #33ff99;
	font-size: 16px;
	transition: 0.2s all;
}

.accept_prepod_zayavka:hover {
	text-decoration: none;
	background: #33cc66;
	color: #fff;
}




/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------АДАПТАЦИЯ-------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */



@media (max-width:1650px){
	
}

@media (max-width:1400px){
	.admin_kurs_half {
	width: 80%;
}
}

@media (max-width:1370px){
}

@media (max-width:1200px){

.view_kurs_site_block_author .block_content a, .view_kurs_site_block_primer .block_content a {
	height: 300px;
}	

	.main_top_block_head {
	min-height: 400px;
	max-width: 500px;
}

.main_top_block_preim_icons > div {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 20px;
}



.main_top_banner1 {
	font-size: 24px;
	padding-top: 12px;
	min-height: 59px;
	margin-left: 55px;
	width: 260px;
}

.main_top_banner2 {
	width: 150px;
	margin-left: 10px;
}

.top_banner_timer, .popup_banner_timer {
	font-size: 22px;
}

.main_top_banner3 {
	padding-top: 8px;
	padding-right: 60px;
	width: 220px;
	margin-left: 20px;
}

.main_top_banner4 {

}


}

@media (max-width:990px){
	
	
	.main_top_banner1 {
		margin-left: 160px;
	}
	
	.main_top_banner3 {
	float: none;
	padding: 25px 0;
	padding-right: 50px;
	text-align: center;
	clear: both;
	width: 230px;
	margin: 0 auto;
}

.main_top_banner4 {
	margin-top: 15px;
	}
	
.view_kurs_site_block_author .block_content a, .view_kurs_site_block_primer .block_content a {
	height: 210px;
}	

.view_kurs_site_block_author .block_head, .view_kurs_site_block_primer .block_head {
	font-size: 18px;
}
	
	.main_top_block_line {
	display: none;
}

.main_top_block_head {
	min-height: 200px;
	margin-bottom: 20px;
	max-width: 100%;
}

.main_top_block_preim_icons {
	margin: 0 auto;
	width: 430px;
}

.main_top_block_preim_icons > div {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 0px 10px;
}

.main_top_block_link {
	margin-top: 10px;
	text-align: center;
}

.main_top_block_pic {
	position: relative;
	top: auto;
	right: auto;
	margin: 0 auto;
	margin-top: 60px;
	width: 460px;
}

.main_top_block_pic_0 {
	width: 460px;
	margin: 0 auto;
}
	
	.view_kurs_info_left, .view_kurs_info_right {
	float: none;
	width: 100%;
	}
	
	#view_kurs_cert_link {
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.test_vopros_otvet {
	display: block;
	float: none;
	width: 100%;
	padding: 7px 10px;
	margin: 0 0;
}

#test_otvet_hint {
	padding: 10px 0;
	padding-bottom: 10px;
}

#test_qeeze {
	background-size: contain;
	padding-bottom: 40px;
}

.view_kurs_module_bottom_nav span, .view_kurs_module_bottom_nav a {
	padding: 20px;
	font-size: 16px;
	margin: 0 10px;
}

.view_user_profile_foto {
	float: none;
	width: auto;
	margin-right: 0px;
	margin-bottom: 20px;
	
}

.view_user_profile_personal {
	float: none;
	width: auto;
}

.longrid_head_name, .module_name {
	float: left;
	width: calc(100% - 30px);
	margin-top: 65px;
	margin-left: -30px;
}

.longrid_head {
	position: relative;
}

.longrid_head_actions, .module_actions {
	height: 50px;
	float: none;
	width: 130px;
	position: absolute;
	top: 5px;
	right: 0;
}

.longrid_head_info {
	float: none;
	width: 250px;
	margin-right: 0;
	position: absolute;
	right: 140px;
	top: 5px;
}

.module_bal {
	float: none;
	width: 60px;
	padding-top: 15px;
	position: absolute;
	top: 0;
	right: 140px;
}

.admin_raspred_bal {
	position: relative;
	top: auto;
	right: auto;
	text-align: right;
}

.cabinet_back_link {
	display: block;
	font-size: 16px;
	padding-left: 15px;
	left: auto;
	position: relative;
	top: auto;
	margin-top: 10px;
}


.top_banner_timer span.mbct_days:after, .popup_banner_timer span.mbct_days:after,
.top_banner_timer span.mbct_hours:after, .popup_banner_timer span.mbct_hours:after,
.top_banner_timer span.mbct_minutes:after, .popup_banner_timer span.mbct_minutes:after,
.top_banner_timer span.mbct_seconds:after, .popup_banner_timer span.mbct_seconds:after
 {
	display: none;
}
	
	.popup_banner_button {
		text-align: center;
	}
	
	.main_popup_banner_cont {
	width: 360px;
	height: 570px;
	border-radius: 10px;
	left: calc(50% - 180px);
	top: calc(50% - 275px);
	padding: 20px;
}

.main_popup_banner2 {
	text-align: center;
}

.main_popup_banner2 img {
	height: 170px;
	display: inline-block;
}

.main_popup_banner1 {
	float: none;
	width: 100%;
}

.main_popup_banner2 {
	float: none;
	width: 100%;
}

.main_popup_banner_close {

	right: 15px;
	top: 15px;

}

.main_popup_banner1 h2 {
	font-size: 28px;
	margin-top: 0px;
}

.main_popup_banner1 h3 {
	font-size: 17px;
}

.main_popup_banner_form {
	width: 100%;
}
	
	.main_top_banner1, .main_top_banner2, .main_top_banner3, .main_top_banner4 {
		float: none;
		text-align: center;
		
	}
	
#main_top_banner_container {
	position: relative;
	height: 60px;
}

#main_top_banner_container.sticky_banner {
	position: fixed;
	left: 0;
	top: 62px;
	width: 100%;
	height: 72px;
	z-index: 200;
}

 .main_top_banner {
	height: 100%;
}

.main_top_banner1 {
	float: left;
	background: none;
	font-size: 20px;
	padding-top: 15px;
	min-height: auto;
	padding-left: 00px;
	margin-left: 0;
	width: 170px;
	text-align: left;
}

.main_top_banner2 {
	float: none;
	font-size: 24px;
	padding-top: 0;
	width: 140px;
	text-align: right;
	margin-left: 0px;
	position: absolute;
	top: 14px;
	right: 150px;
	z-index: 200;
}

.top_banner_timer {
	font-size: 20px;
}

.main_top_banner4 {
	float: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0;
	position: absolute;
	right: 15px;
	top: 5px;
	width: 120px;
	margin-top: 10px;
}

.main_top_banner4 a {
	padding: 6px;
	border-radius: 12px;
	font-size: 12px;
	display: block;
	text-decoration: none;
}

.main_top_banner3 {
	float: none;
	background: url(/images_new/main_top_banner3.png) center center no-repeat;
	background-size: contain;
	color: transparent;
	padding: 0;
	min-height: auto;
	width: 50px;
	height: 45px;
	margin-left: 0px;
	position: absolute;
	z-index: 200;
	top: 8px;
	/*left: calc(50% - 25px);*/
	left: auto;
	right: 140px;
}

#main_top_banner_container.sticky_banner .main_top_banner1 {
	padding-top: 22px;
}

}

@media (max-width:768px){
	
	.sotrud_left {
		float: none;
		width: 100%;
		padding-top: 0px;
	}
	
	.sotrud_right {
		float: none;
		width: 100%;
		padding-top: 30px;
	}
	
	.preim h3 {
	font-size: 30px;
	margin-bottom: 60px;
}

.preim_block {
	float: none;
	width: 100%;
	padding-right: 120px;
	margin-bottom: 40px;
}

.preim_block_pic {
	right: 0px;
}

.sotrud h2 {
	font-size: 40px;
}
	
	.main_top_banner1 {
	padding-left: 50px;
	font-size: 18px;
}
	
	
		.admin_kurs_half {
	width: 100%;
}
	
	.view_kurs_user_top_but {
	position: relative;
	top: auto;
	right: auto;
	text-align: right;
}

.view_kurs_protocol_cont {
	width: 100%;
	display: none;
	border: 1px solid #a6a6a6;
	padding: 10px;
	margin-top: 5px;
}

h2.view_kurs_head {
	padding-right: 0;
}

#view_kurs_rating {
	max-width: 320px;
}

.view_kurs_rating_icon {
	margin: 7px;
	font-size: 8px;
	padding-top: 60px;
	width: 50px;
	background-size: contain;
}

.test_vopros_video video, .test_vopros_video iframe {
	width: auto;
	height: auto;
	max-width: 100%;
}

.view_kurs_site_block_author, .view_kurs_site_block_primer {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
}
}

@media (max-width:480px){
	
	
.preim_block_pic img {
	width: 80px;
}

.preim_block {
	padding-right: 90px;
}

.preim h3 {
	font-size: 26px;
	margin-bottom: 60px;
}

.preim_block h2 {
	font-size: 20px;
}

.sotrud h2 {
	font-size: 30px;
	line-height: 1.23;
}

.sotrud {
	margin-top: 0px;
}

.sotrud p {
	font-size: 20px;
	line-height: 28px;
}
	
.main_top_banner2 {
	top: 4px;
	right: 15px;
}

.main_top_banner4 {
	top: 27px;
}

#main_top_banner_container {
	height: 72px;
}
	
.main_top_block_kurs .container {
	padding-bottom: 790px;
}

.main_top_block_kurs .main_top_block_link {
	position: absolute;
	top: auto;
	bottom: 510px;
	left: calc(50% - 115px);
}
	
.main_top_block_preim_icons {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main_top_block_preim_icons > div {
	float: none;
	width: 120px;
	margin: 10px auto;
}

.main_top_block_pic_0 {
	width: 100%;
	margin: 0 auto;
}

.main_top_block_pic img {
	max-width: 100%;
}

.main_top_block_pic {
	margin-top: 100px;
	width: 100%;
}

.main_top_block_pic_2 {
	bottom: auto;
	top: -60px;
}

.main_top_block_pic_3 {
	
	top: auto;
	right: auto;
	left: calc(50% - 145px);
	bottom: -200px;
}
	
.view_user_profile_foto a {
	font-size: 18px;
}
	
	.view_user_profile_personal > div {
	font-size: 16px;
}

.view_user_profile_personal label {
	width: 145px;
}
	
	.view_kurs_module_bottom_nav span, .view_kurs_module_bottom_nav a {
	font-size: 20px;
	margin: 10px;
}
	
	.view_kurs_progress {
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
}

.view_kurs_progress > div {
	margin: 0 10px;
}

#test_qeeze {
	padding-bottom: 20px;
}

.test_qeeze_vopros_count {
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}

#test_qeeze_nav {
	text-align: center;
	font-size: 20px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 480px;
    height : 600px;
    max-width  : 95%;
    max-height : 95%;
}

.admin_kurs_page .admin_kurs_full label, .admin_kurs_page .admin_kurs_half label {
	width: 100%;
	float: none;
}

.admin_kurs_page .admin_kurs_full .kurs_field, .admin_kurs_page .admin_kurs_half .kurs_field {
	display: block;
	float: left;
	width: calc(100% - 34px);
}

.admin_kurs_pic img {
	max-width: 100%;
}

.longrid_head_info {

	margin-right: 0;
	position: relative;
	right: auto;
	top: auto;
	text-align: center;
	width: auto;
}

.longrid_head_actions, .module_actions {

	position: relative;
	top: auto;
	right: auto;
	text-align: right;
	width: auto;
}

.longrid_head_align, .module_align, .vopros_align {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}

.longrid_head_name, .module_name {
	float: none;
	width: auto;
	margin-top: 10px;
	margin-left: 30px;
}

.module_bal {
	text-align: left;
	width: auto;
	position: relative;
	top: auto;
	right: auto;
}

.main_top_block_kurs .main_top_block_head {
	min-height: 180px;
}



.view_kurs_site_block video, .view_kurs_site_block iframe {
	display: inline-block;
	max-width: 100%;
}



}

@media (max-width:380px){
}