@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=cyrillic-ext');
body {
	display: block;
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	background: #f0f0f0;	
}
.mk_fixed_bg {
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top 150px;
	background-position: center;
	z-index: 999;
}
.mk_head_block {
	display: block;
	position: relative;
	height: 120px;
}
.mk_container {
	display: block;
	margin: 0 auto;
	width: 1080px;
}
.mk_advs {
	display: block;
}
.mk_advs img {
	display: block;
	width: 100%;
}
.mk_advs video {
	width: 100%;
}
.mk_logos {
	display: block;
	float: left;
	width: 550px;
	overflow: hidden;
}
.mk_right_block {
	display: block;
	position: absolute;
	right: 0;
}
.mk_search {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 495px;
}
.mk_search div {
	display: block;	
	margin-bottom: 1px;
}
.mk_search div a {
	display: block;
	float: left;
	color: #fff;
	padding: 8px 15px;
	font-size: 14px;
}
.mk_search div input {
	display: block;
	background: #fff;
	padding: 10px 10px 8px;
	border: none;
	width: 260px;
	float: left;
	border-top-left-radius: 10px;
}
.mk_search div button {
	display: block;
	background: #fff;
	padding: 10px 10px 8px;
	border: none;
	float: left;
	cursor: pointer;
	border-top-right-radius: 10px;
}
.mk_search div::after {
	content: '';
	display: block;
	clear: both;
}
.mk_search div input:focus {
	outline: none;
}
.mk_head_items {
	width: 120px;
	height: 50px;
	color: #fff;
	display: block;
	float: left;
	padding-top: 25px;
}
.mk_head_items p {
	display: block;
	padding: 0;
	margin: 0;
	width: 100px;	
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #aaa;
}
.mk_head_items p::before {
    display: inline-block;
    content: '';
    height: 1px;
    width: 10px;
    background-color: #aaa;
    margin-right: 8px;
    margin-bottom: 4px;
}
.mk_head_items::after {
	content: '';
	display: block;
	clear: both;
}
.mk_head_items span {
	width: 100px;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	margin-left: 18px;
}

.mk_header {
	display: block;
	background: #333;
	color: #fff;
	font-size: 12px;
}
.mk_head_line {
	width: 100%;
	display: block;
	float: left;
	background: #333;
	height: 120px;
	overflow: hidden;
}
.mk_head_line::after {
	content: '';
	display: block;
	clear: both;
}

.mk_header::after {
	content: '';
	display: block;
	clear: both;
}
.mk_header a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 7px 10px;
}
.mk_header span {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 7px 10px;
}
.mk_header span:hover, .mk_header a:hover {
	background: #333;
	color: #fff;
}
.mk_right {
	display: block;
	float: right;
}

.mk_left_block {
	display: block;
	width: 780px;
	float: right;
	min-height: 50px;
	margin-left: 20px;
}
.mk_space {
	display: block;
	height: 20px;
	clear: both;
}
.mk_slider {
	display: block;
	float: left;
	width: 780px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.mk_slider a:hover .mk_slider a .mk_slider_txt {
	color: #bf0000;
	text-decoration: underline;
}
.mk_slider img {
	display: block;
	width: 100%;
	height: 350px;
	float: left;
	object-fit: cover;
}
.mk_slider_image {
	width: 100%;
	height: 350px;
	display: block;
	position: absolute;
	top: 0;
}
.mk_slider_image img {
	display: block;
	width: 780px;
	height: 350px;
	float: left;
	object-fit: cover;
}
.mk_slider_fon {
	bottom: 0;
	left: 0px;
	width: 780px;
	position: absolute;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 60%);
	height: 350px;
}
.mk_slider_txt {
	bottom: 0;
	left: 0px;
	width: 780px;
	position: absolute;
	margin: 0px;
	color: #fff;
	font-size: 30px;
	padding: 20px;
	height: 120px;
	line-height: 35px;
	font-weight: 500;
	overflow: hidden;
	box-sizing: border-box;
}
.mk_slider_cate {
	position: absolute;
	bottom: 0;
	display: block;
	background: #bf0107;
	color: #fff;
	float: left;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: 300;
	left: 20px;
	bottom: 115px;
	font-weight: 500;
	border-radius: 2px;

}
.mk_marq {
	display: block;
	padding: 10px;
	background: #2f9de2;
	font-size: 14px;
	line-height: 15px;
	color: #fff;

}
.mk_legal h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin: 10px;
}
.mk_right_b {
	display: block;
	overflow: hidden;
	
}
.mk_legal_list {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
}
.mk_legal_list a {
	color: #333;
	display: block;
	overflow: hidden;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}
.mk_legal_list a:hover {
	color: #ca3433;
}
.mk_legal_list div {
	display: block;
	float: left;
	width: 30px;
	color: #ca3433;
}
.news_list_small {
	display: block;
	position: relative;
	height: 90px;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
}
.news_list_small a {
	text-decoration: none;
	color: #333;
}
.news_list_small::after {
	content: '';
	display: block;
	clear: both;
}
.news_list_small_img {
	width: 100px;
	height: 80px;
	float: left;
}
.news_list_small_img img {
	object-fit: cover;
	width: 100px;
	height: 80px;
}
.news_list_small_txt {
	display: block;
	overflow: hidden;
	height: 54px;
	box-sizing: border-box;
	font-size: 14px;
	padding-left: 10px;
	background: #fff;
	margin: 10px;
	line-height: 18px;
}
.news_list_small_cate {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 12px;
	line-height: 10px;
	background: #333;
	color: #fff;
	padding: 5px;
	margin-left: 5px;
}
.news_small h3 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	padding: 10px;
	text-transform: uppercase;
	
}
.news_small_title {
	border-top: 2px solid #333;
	border-bottom: 1px solid #ccc;	
}
.news_small_title::after {
	content: '';
	display: block;
	clear: both;
}
.news_small_config {
	display: block;
	float: right;
}
.news_small_config a {
	display: block;
	float: left;
	padding: 10px;
	color: #ccc;
}
.news_small_config a.active {
	color: #fff;
	background: #333;
}
.news_small_config::after {
	content: '';
	display: block;
	clear: both;
}
.mk_connected_site {
	display: block;
	background: #333;
}
.mk_connected_site::after {
	content: '';
	display: block;
	clear: both;
}
.mk_site_items {
	display: block;
	float: left;
	background: #fff;
	margin: 10px;
	box-sizing: border-box;
	width: 250px;
}
.mk_site_items::after {
	content: '';
	display: block;
	clear: both;
}
.mk_site_logo {
	display: block;
	float: left;
	padding: 10px;

}
.mk_site_logo::after {
	content: '';
	display: block;
	clear: both;
}
.mk_site_logo img {
	height: 60px;
}
.mk_site_desc {
	display: block;
	padding: 10px;
	font-size: 13px;
}
.mk_site_link {
	display: block;
	padding: 10px;
	padding-top: 0;
	font-size: 13px;
}
.mk_site_link a {
	text-decoration: none;
	color: #ca3433;
}
.ms_news_list {
	display: block;
	float: left;
	width: calc(33.333333% - 13.3333334px);
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;

}
.ms_news_list:hover .ms_news_txt {
	color: #bf0000;
}
.ms_news_list:hover .ms_news_image img {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
}
.ms_news_list a {
	color: #333;
	text-decoration: none;
}
.ms_news_list:nth-child(3n) {
	margin-right: 0;
}
.ms_news_list::after {
	content: '';
	display: block;
	clear: both;
}
.ms_news_image {
	display: block;
	overflow: hidden;
}
.ms_news_image img {
	display: block;
	float: left;
	object-fit: cover;
	width: 100%;
	height: 150px;
	transition: transform .5s;
}
.ms_news_txt {
	line-height: 20px;
	font-size: 15px;
	margin: 10px 0;
	padding: 0px 10px;
	height: 40px;
	overflow: hidden;
}
.ms_news {
	display: block;
}
.ms_news::after {
	content: '';
	display: block;
	clear: both;
}
.ms_video {
	display: block;
	background: #fff;
}
.ms_video_list {
	position: relative;
	display: block;
	float: left;
	width: 250px;
	margin-right: 20px;
	background: #fff;

}
.ms_video_list:hover {
	color: #c13435;
}
.ms_video_list:nth-child(5n) {
	margin-right: 0;
}
.ms_video_image {
	display: block;
	height: 180px;
	position: relative;
}
.ms_video_img {
	position: absolute;
	top: 0;
}
.ms_video_play {
	position: absolute;
	padding: 10px;
	line-height: 30px;
	top: 10px;
	left: 10px;
	padding-left: 13px;
	background: #ca3433;
	background-color:rgba(202, 52, 51, 0.5);
	height: 50px;
	width: 50px;
	border-radius: 50px;	
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}
.ms_video_img img {
	object-fit: cover;
	width: 100%;
	height: 180px;
}
.ms_video_txt {
	line-height: 20px;
	font-size: 15px;
	margin: 10px 0;
	padding: 0 10px;
	height: 40px;
	overflow: hidden;
	font-weight: bold;
}
.ms_video h3 {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 18px;
	margin: 10px;
	text-transform: uppercase;
}
.ms_video h3::after {
	content: '';
	display: block;
	clear: both;
}
.ms_video_btns {
	display: block;
	float: right;
	padding: 10px;
}
.ms_video_btns a {
	padding: 10px;
	color: #bf0000;
}
.ms_footer {
	display: block;
	background: #333;
	color: #fff;
	min-height: 280px;
}
.mk_adv_header {
	display: block;
	height: 100px;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.mk_adv_header video {
	width: 980px;
	height: 100px;
	display: block;
	float: left;
}
.mk_slider_left {
	display: block;
	position: absolute;
	top: 150px;
	background: #fff;
	padding: 10px;
	border-radius: 200px;
	height: 20px;
	width: 20px;
	left: 20px;
	text-align: center;
	cursor: pointer;
}
.mk_slider_right {
	display: block;
	position: absolute;
	top: 150px;
	background: #fff;
	padding: 10px;
	border-radius: 200px;
	height: 20px;
	width: 20px;
	left: 720px;
	text-align: center;
	cursor: pointer;
}
.mk_slider_left:hover, .mk_slider_right:hover {
	background: #bf0000;
	color: #fff;
}
.mk_slider_block {
	display: block;
	overflow: hidden;
	position: relative;
	width: 780px;
	height: 350px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.2);
	box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.2);
}
.mk_slider_inner {
	display: block;

}
.mk_slider a {
	display: block;
}
.mk_slider a::after {
	content: '';
	display: block;
	clear: both;
}
.mk_news_scoller {
	display: block;
	height: 640px;
	overflow-y: scroll;
	background: #fff;
}

.puff-in-top {
	-webkit-animation: puff-in-top 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: puff-in-top 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
ul#mk_widg {
	padding: 0;
	margin: 0;
}
#mk_widg {
	display: block;
}
#mk_widg li {
	padding: 0px;
    margin: 0px;
    height: 104px;
    width: 270px;
    list-style: none;
    display: block;
    float: left;
    margin-right: 0px;
}
#mk_widg::after {
	content: '';
	display: block;
	clear: both;
}
.mk_video_scoll {
	display: block;	
}
ul.mk_video_scoll {
	padding: 0;
	margin: 0;
}
.mk_video_scoll a {
	color: #333;
	text-decoration: none;
}
.mk_video_scoll li {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 255px;
	width: 270px;
	box-sizing: border-box;
	float: left;
	padding: 10px;
}
.ms_footer_top {
	display: block;
	background: #222;
	color: #fff;
	font-weight: 300;
	padding: 20px 0;
	font-size: 14px;
}
ul.cs_data_rate {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.cs_data_rate li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 120px;
	height: 50px;
}


/* width */
.mk_news_scoller::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.mk_news_scoller::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.mk_news_scoller::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.mk_news_scoller::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.smc_title {
	display: block;
	font-weight: 600;
	font-size: 40px;
}
.smc_desc {
	display: block;
	margin: 20px 0px;
}
.smc_desc::after {
	content: '';
	display: block;
	clear: both;
}
.smc_author {
	display: block;
	float: left;
	color: #999;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
}
.smc_author a {
	color: #ca3433;
	text-decoration: none;
}
.smc_media {
	display: block;
	float: right;
}
.smc_media div {
	display: block;
	float: left;
	padding: 10px 15px 8px;
	color: #fff;
	background: #3b5998;
	margin-right: 5px;
	border-radius: 3px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 14px;
}
.smc_media div.twitter {
	background: #08a0e9;
}
.smc_main_image {
	display: block;
}
.smc_main_image img {
	display: block;
	width: 100%;
}
.smc_main_post {
	display: block;
	margin-bottom: 40px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    margin: 20px 0;
}
.smc_main_post iframe {
	max-width: 780px;
}
.smc_main_post img {
	max-width: 100%;
	height: auto;
}
.smc_emoje {
	display: block;
	width: 420px;
	margin: 0 auto;
}
.smc_emoje a {
	display: block;
	float: left;
	width: 50px;
	margin: 10px;
	text-decoration: none;
}
.smc_emoje span {
	display: block;
	min-height: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.smc_emoje div {
	display: block;	
	font-size: 14px;
	text-align: center;
}
.smc_emoje div img {
	margin: 0 5px;
}
.smc_emoje_title {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.smc_media_bottom {
	display: block;
	margin: 20px 0;
}
.smc_media_bottom a {
	display: block;
	float: left;
	width: calc(50% - 5px);
}
.smc_media_bottom div {
	display: block;
	float: left;
	padding: 10px 15px;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	background: #3b5998;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 14px;
}
.smc_media_bottom a:first-child {
	margin-right: 10px;
}
.smc_media_bottom a::after {
	display: block;
	content: '';
	clear: both;
}
.smc_media_bottom div.twitter {
	background: #08a0e9;
}
.smc_media_bottom div::after {
	display: block;
	content: '';
	clear: both;
}
.smc_media_bottom::after {
	display: block;
	content: '';
	clear: both;
}
.smc_done {
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 20px;
}
.smc_emoje div.smc_done img {
	display: block;
	margin: 5px;
	width: 50px;
	margin-left: 50px;
}
.smc_done span {
	text-align: center;
}
.mk_news_pages {
	display: block;
	border-top: 2px solid #f4f9fb;
}
.mk_news_pages a {
	display: block;
	float: left;
	padding: 15px 20px;
	color: #333;
	background: #fff;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
}
.mk_news_pages a.active {
	background: #333;
	color: #fff;
}
.mk_news_pages a:hover {
	background: #f4f9fb;
}
.mk_category_list {
	padding: 20px;
	display: block;
	height: 180px;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #f4f9fb;
	transition: 0.5s;
}
.mk_category_list_image {
	display: block;
	float: left;
	width: 280px;
}
.mk_category_list:hover {
	background: #f4f9fb;
}
.mk_category_list:hover .mk_category_list_text {
	color: #3b5998;
}
.mk_category_list:hover .mk_category_list_text h3 {
	color: #bf0000;
}
.mk_category_list:hover .mk_category_list_image img {
	filter: contrast(120%);
}
.mk_category_list_image img {
	object-fit: cover;
	width: 100%;
	height: 180px;
	transition: 0.5s;
}
.mk_category_list_text {
	display: block;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	height: 180px;
}
.mk_category_list a {
	color: #333;
	text-decoration: none;
}
.mk_category_list a::after {
	content: '';
	display: block;
	clear: both;
}
.mk_category_list_text h3 {
	display: block;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-weight: 300;
	margin: 0;
	font-size: 25px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	transition: 0.5s;
}
.mk_category_list_text span {
	display: block;
	position: absolute;
	bottom: 50px;
}
.mk_category_list_text div {
	display: block;
	position: absolute;
	font-weight: 300;
	bottom: 5px;
	font-size: 14px;
}
.mk_category_list_text div img {
	width: 50px;
}
.mk_category_list_text p {
	display: block;
	padding: 0px;
	margin: 0;
	position: absolute;
	top: 60px;
}
.mk_spec_list_group {
	display: block;
}
.mk_spec_list_group::after {
	content: '';
	display: block;
	clear: both;
}
.mk_spec_list {
	display: block;
	width: calc(25% - 20px);
	margin: 10px 10px;
	margin-bottom: 20px;
	float: left;
}
.mk_spec_list:hover a {
	color: #bf0107;
}
.mk_spec_list a {
	color: #fff;
	text-decoration: none;
}
.mk_spec_list a .mk_spec_txt div {
	color: #ccc;
	font-size: 14px;
	font-weight: 300;
}
.mk_spec_img {
	display: block;
}
.mk_spec_img img {
	width: 100%;
	display: block;
	float: left;
}
.mk_spec_img::after {
	content: '';
	display: block;
	clear: both;
}
.mk_spec_txt {
	display: block;
	
}
.mk_spec_txt h3 {
	display: block;
	padding: 5px 5px;
	margin: 0;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.mk_spec_txt div {
	display: block;
	padding: 5px 10px;
}
.mk_spec_title {
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	animation-name: recording;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.mk_top_freeze {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 10px;
	color: #bf0000;
	cursor: pointer;
}
.mk_reg_block {
	display: block;
	margin: 0 auto;
	width: 780px;
	background: #f1f1f1;
	min-height: 500px;
	float: right;
	font-size: 14px;
}
.mk_reg_form {
	display: block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 10px 20px;
	padding-top: 0;
}
.mk_reg_op {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
} 
.mk_register_txt {
	display: block;
	padding: 10px 20px;
}
.mk_reg_op input, .mk_reg_op select {
	display: block;
	padding: 5px;
	line-height: 20px;
	background: #fff;
	border:1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	overflow: hidden;
}
.mk_reg_op textarea {
	display: block;
	padding: 5px;
	line-height: 20px;
	background: #fff;
	border:1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	overflow: hidden;
}
.mk_reg_form button {
	display: block;
	padding: 10px;
	background: #fff;
	border:1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}
#output {
	margin-left: 20px;
	margin-bottom: 0;
	display: block;
	float: left;
}
.mk_reg_txt {
	min-height: 30px;
	display: block;
	padding: 5px;
	font-weight: bold;
	box-sizing: border-box;
}
.mk_register_form {
	display: block;
	padding: 20px;
}
.mk_social_header {
	display: block;
}
.mk_social_header div {
	display: block;
	float: left;
	width: 50%;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.mk_social_header div.facebook {
	background: #3b5998;
	color: #fff;
}
.mk_social_header div.twitter {
	background: #08a0e9;
	color: #fff;
}
.mk_social_header div.active::before {
	
}
.mk_social::after {
	content: '';
	display: block;
	clear: both;
}
.mk_social_header::after {
	content: '';
	display: block;
	clear: both;
}
.mk_tabs {
	display: none;
	height: 500px;
	margin-bottom: 20px;
}
.mk_tabs.active {
	display: block;
}
.mk_survey_header {
	display: block;
	padding: 10px;
	color: #fff;
	background: #2f9de2;
	font-weight: 300;
	text-transform: uppercase;
}
.mk_survey {
	background: #fff;
}
.mk_survey h2 {
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	background: #fff;
	border-bottom: 1px solid #f4f9fb;
}
.mk_survey_list {
	display: block;
	padding: 10px;
	font-size: 15px;
	background: #fff;
	cursor: pointer;
	border-bottom: 1px solid #f4f9fb;
	color: #666;
	font-weight: 300;
	box-sizing: border-box;
	overflow: hidden;
}
.mk_survey_list:hover {
	background: #f4f9fb;
}
.mk_survey button {
	display: block;
	padding: 10px;
	font-size: 17px;
	background: #fff;
	cursor: pointer;
	border-bottom: 1px solid #f4f9fb;
	color: #666;
	font-weight: 300;
	background: #f4f9fb;
	box-sizing: border-box;
	text-align: left;
	border:none;
	font-family: 'Roboto Condensed', sans-serif;
}
.mk_survey_list_o {
	display: block;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #f4f9fb;
}
.mk_survey_list_o.active span {
	color: #3b5998;
}
.mk_survey_list_o span {
	top: 10px;
	width: calc(100% - 20px);
	display: block;
	margin: 0 10px;
	font-size: 15px;
	cursor: pointer;	
	color: #666;
	font-weight: 300;
	line-height: 20px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px 0;
	height: auto;
}
.mk_survey_list_o div {
	display: block;
	position: absolute;
	left: 0;	
	top: 0px;
	height: 8px;
	background: #337ab7;
}
.mk_register_header {
	display: block;
	min-height: 180px;
	background: url('/images/logos/dalbaa.png') no-repeat;
	padding-top: 30px;
	box-sizing: border-box;
}
.mk_register_header img {
	display: block;
	width: 80px;
	margin: 0 auto;
}
.mk_contact_menu {
	display: block;
	float: left;
	padding: 0;
	overflow: hidden;
	margin-right: 20px;
	width: 280px;
}
.mk_contact_menu a {
	display: block;
	padding: 20px;
	background: #3b5998;
	color: #fff;
	text-decoration: none;
	margin-bottom: 1px;
	text-transform: uppercase;
}

.mk_news_list {
	display: block;
	background: #fff;
}
.mk_news_list::after {
	content: '';
	display: block;
	clear: both;
}
.mk_news_empty {
	display: block;
	font-size: 25px;
	font-weight: 300;
	padding: 30px;
	text-align: center;
}
.mk_form_error {
	display: block;
	padding: 10px 20px;
	color: #bf0000;
}
.ms_footer_blocks {
	display: block;
	width: 25%;
	float: left;
	padding: 20px 10px;
	box-sizing: border-box;
}
.ms_footer_blocks h2 {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #bf0000;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.ms_footer_blocks a {
	text-decoration: none;
	font-size: 14px;
	color: #999;
	font-weight: 300;
	display: block;
	padding: 2px;
	margin-left: 5px;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes recording {
	0%   {color:red; }
	50%  {color:white;}
	100% {color:red;}
}

/* Standard syntax */
@keyframes recording {
	0%   {color:red; }
	50%  {color:white;}
	100% {color:red;}
}

@-webkit-keyframes puff-in-top {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-top {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
