/* CSS Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table td{
	vertical-align:top;
}
img,fieldset{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select,button{
	font:300 13px 'Roboto', Arial, Helvetica, sans-serif;
    color:#232323;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
textarea{
	resize:none;
	overflow:auto;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
	margin:0;
	padding:0;
}
:focus{outline:none;}
/*default styles*/
html, body{
	height:100%;
}
body{
	overflow-y: scroll;
    font:300 13px 'Roboto', Arial, Helvetica, sans-serif;
    color:#232323;
	/*background:url(/img/ua-bg.jpg) center 70px no-repeat;*/
	background-position:50% 52px;
	background-repeat:no-repeat;
}
p{
    margin:0 0 22px;
	line-height:22px;
}
a{
    color:#222;
    text-decoration:underline;
	outline:none;
}
a:hover{
    color:#222;
	text-decoration:none;
}
h1{
	font:500 30px/30px 'Roboto', Arial, Helvetica, sans-serif;
    color:#232323;
	margin:0 0 24px;
}
h2{
	font:500 18px/21px 'Roboto', Arial, Helvetica, sans-serif;
    color:#222;
	margin:0 0 17px;
}
h3{
	font:300 22px/26px 'Roboto', Arial, Helvetica, sans-serif;
    color:#666;
	margin:3px 0 15px;
}
h4{
	font:700 18px/18px 'Roboto', Arial, Helvetica, sans-serif;
    color:#222;
	margin:0 0 19px;
}
h5{
	font:700 16px/18px 'Roboto', Arial, Helvetica, sans-serif;
    color:#007071;
	margin:0 0 14px;
}
ul{
	margin:0 0 14px 0;
	list-style-position:outside;
}
ol{
	margin:0 0 14px 20px;
	list-style-position:outside;
	list-style-type:decimal;
}
li ul, li ol{
	margin-top:5px;
	margin-bottom:10px;
	list-style-type:none;
}
li{
	margin-bottom:5px;
}
.middle{
	vertical-align:middle;
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.cl{
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}
.clearFix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
*html .clearFix{
	zoom:1;
}
*+html .clearFix{
	zoom:1;
}
::-webkit-input-placeholder{
	color:#b7b7b7;
}
::-moz-placeholder{
	color:#b7b7b7;
	opacity:1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color:#b7b7b7;
}
.placeholder{
	color:#b7b7b7;
}
/*format styles*/
/*--- column size ---*/
.page{
	/*min-width:990px;*/
	min-height:100%;
	height:auto !important;
	height:100%;
}
.wrapper{
	/*width:80%;
	min-width:960px;*/
	width:900px;
	margin:0 auto;
	padding:0 15px;
}
.container{
	background: #fff;
	/*padding:0 168px 100px 242px;*/
	padding:0 0 170px;
	/*margin-left: 50px;
	margin-right: 50px;*/
}
.sidebar-left{
	float:left;
	margin:0 0 0 -190px;
	padding:29px 0;
	width:145px;
	min-height:650px;
	display:inline-block;
	text-align:right;
	position:relative;
}
.sidebar-right{
	float:right;
	margin:0 -190px 0 0;
	padding:29px 0;
	width:145px;
	min-height:650px;
	display:inline-block;
	text-align:left;
	position:relative;
}
/*---/ column size ---*/
.head{
	background:#f0f2f4;
	position: fixed;
	z-index: 100000;
	width: 100%;
	top: 0px;
}
.head .logo{
	float:left;
}
.head .logo img{
	display:block;
}
.head .sort{
	float: left;
	color: #222;
	line-height: 14px;
	margin: 6px 26px 0 25px;
	position: relative;
	z-index: 100;
}
.head .sort span{
	display:block;
	float:left;
	margin:7px 10px 0 0;
}
.head .sort a{
	display:block;
	float:left;
	text-decoration:none;
	border-bottom:1px dotted #9fa0a2;
	margin:7px 10px 8px 8px;
}
.head .sort a:hover{
	background:#dbddde;
	border:0;
	padding:7px 8px 9px;
	margin:0 2px 0 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.head .sort a.act{
	background:#3498db;
	_background:#666;
	
	color:#fff;
	
	border:1px solid #2488cb;
	border-top-color:#1f76b1;
	_border:1px solid #616161;
	_border-top-color:#4b4b4b;

	-webkit-box-shadow:inset 0 1px 0 #2d84bf;
	-moz-box-shadow:inset 0 1px 0 #2d84bf;
	box-shadow:inset 0 1px 0 #2d84bf;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:6px 7px 8px;
	margin:0 2px 0 0;
}
.head .sort span{
	display:none;
	position:relative;
	border-bottom:1px dotted #9fa0a2;
	margin:7px 17px 8px 8px;
	cursor:pointer;
}
.head .sort span img{
	position:absolute;
	right:-12px;
	top:6px;
}
.head .sort.show span{
	background:#dbddde;
	border:0;
	padding:7px 17px 9px 8px;
	margin:0;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.head .sort.show span img{
	right:5px;
	top:13px;
}
.head .city{
	float: right;
	line-height: 14px;
	margin: 6px 0 0 11px;
	position: relative;
	z-index: 100;
}
.head .city span{
	display:block;
	position:relative;
	border-bottom:1px dotted #9fa0a2;
	margin:7px 17px 8px 8px;
	cursor:pointer;
}
.head .city span img{
	position:absolute;
	right:-12px;
	top:6px;
}
.head .city:hover span,
.head .city.show span{
	background:#dbddde;
	border:0;
	padding:7px 17px 9px 8px;
	margin:0;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.head .city:hover span img,
.head .city.show span img{
	right:5px;
	top:13px;
}
.head .city div{
	position:absolute;
	right:0;
	top:30px;
	background:#dbddde;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
	min-width:100%;
	width:250px;
	padding:6px;
	display:none;
}
.head .city div a{
	padding:2px;
	line-height:1.3;
}
.head .city:hover div,
.head .city.show div{
	display:block;
}
.head .progress{
	float:left;
	margin:6px 0 0 25px;
	width:30px;
	height:30px;
	position:relative;
}
.head .progress .play{
	background:url(/img/btn-pause-empty.gif); 
	width:30px; 
	height:30px; 
	padding:0; margin:0; border:0;
	cursor:pointer;
	border-radius: 14px;
}

.head .progress .pause{
	background:url(/img/btn-play.png); 
	width:30px; 
	height:30px; 
	padding:0; margin:0; border:0;
	cursor:pointer;
	border-radius: 14px;
}

.head .progress .play:hover,
.head .progress .pause:hover{
	opacity:0.7;
}

.head .progress .pause .spinner{
	display:none;
}
.head .progress .play .spinner{
	display:block;
}

.head .head-line {
	padding:6px 0;
	margin: 0px auto;
}

.head .timestamp{
	float:right;
	margin: 11px -76px 0 0;
	width:50px;
	position:relative;
}

.center{
	float:left;
	width:100%;
	padding:60px 0 20px;
	position:relative;
}
.result{
	position:relative;
	padding:7px 20px 9px 40px;
	margin-bottom:2px;
	background-color: #fff;
}
.result.result-sm{
	padding:7px 60px 9px 100px;
	margin:0;
}
.result.result-hot{
	background:#fff4ca;
}
.result.result-sel{
	background:#e9f3ff;
}
.result.result-hot2{
	background:#ffd5b9;

}
.result:hover{
	border:2px solid #3498db;
	padding:5px 18px 7px 38px;
}
.result.result-sm:hover{
	padding:5px 58px 7px 98px;
}
.result .result-pos{
	position:absolute;
	left:20px;
	top:14px;
	color:#222;
	font-size:18px;
	font-weight:500;
	line-height:18px;
}
.result.result-sm .result-pos{
	left:14px;
	top:5px;
}
.result:hover .result-pos{
	left:18px;
	top:10px;
}
.result.result-sm:hover .result-pos{
	left:12px;
	top:3px;
}
.result .result-pos .result-pos-up{
	color:#76ca99;
	font-size:11px;
	font-weight:300;
	line-height:13px;
	position:relative;
	padding:0 0 0 13px;
	margin:5px 0 0;
}
/*.result.result-sm .result-pos .result-pos-up{
	font-size:16px;
	font-weight:500;
}*/
.result .result-pos .result-pos-up img{
	position:absolute;
	left:0;
	top:3px;
}
/*.result.result-sm .result-pos .result-pos-up img{
	top:5px;
}*/
.result .result-pos .result-pos-down{
	color:#ecaca6;
	font-size:11px;
	font-weight:300;
	line-height:13px;
	position:relative;
	padding:0 0 0 13px;
	margin:5px 0 0;
}
/*.result.result-sm .result-pos .result-pos-down{
	font-size:16px;
	font-weight:500;
}*/
.result .result-pos .result-pos-down img{
	position:absolute;
	left:0;
	top:3px;
}
/*.result.result-sm .result-pos .result-pos-down img{
	top:5px;
}*/
.result .result-logo{
	position:absolute;
	left:14px;
	top:11px;
}
.result:hover .result-logo{
	left:12px;
	top:7px;
}
.result.result-sm .result-logo{
	left:64px;
	top:9px;
}
.result.result-sm:hover .result-logo{
	left:62px;
	top:7px;
}
.result .result-link{
	font-size:15px;
	font-weight:500;
	line-height:18px;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
}
.result.result-sm .result-link{
	font-size:15px;
	font-weight:500;
	line-height:18px;
}
.result .result-link a{
	color:#232323;
	text-decoration:none;
}
.result .result-link a:hover{
	text-decoration:underline;
}
.result .result-link span a{
	font-size:11px;
	font-weight:300;
	line-height:13px;
	color:#999;
}
.result .result-site{
	display:block;
	float:left;
	font-size:11px;
	color:#999;
	text-decoration:none;
	margin:9px 7px 0 0;
}
.result .result-site:hover{
	text-decoration:underline;
}
.result .result-tags{
	font-size:11px;
	line-height:13px;
	float:left;
	margin:8px 0 0;
}
.result .result-tags a{
	display:block;
	float:left;
	position:relative;
	color:#232323;
	text-decoration:none;
	border:1px solid #e0e0e0;
	border-right:0;
	margin:0 11px 0 0;
	padding:1px 3px 0 6px;
	height:16px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}
.result .result-tags a i{
	display:block;
	position:absolute;
	right:-6px;
	top:-1px;
	background:url(/img/arrow-tags.png) no-repeat 0 0;
	width:6px;
	height:19px;
}
.result .result-tags a:hover{
	background:#e7e9e9;
	border-color:#d7d9d9;
}
.result .result-tags a:hover i{
	background-position:0 -19px;
}
.result .result-tags a.act{
	background:#3498db;
	border-color:#3296d9;
	border-top-color:#2c83bd;
	color:#fff;
	-webkit-box-shadow:inset 0 1px 0 #2d84bf;
	-moz-box-shadow:inset 0 1px 0 #2d84bf;
	box-shadow:inset 0 1px 0 #2d84bf;
}
.result .result-tags a.act i{
	background-position:0 -38px;
}
.result .result-num{
	position:absolute;
	padding: 3px;
	right:17px;
	top:7px;
        font-size:12px;
        font-weight:300;
        line-height:13px;
        color:#232323;
	cursor:pointer;
}
.result:hover .result-num{
	right:15px;
	top:5px;
}
.result .result-num .result-num-tooltip{
	position:absolute;
	left:50%;
	bottom:25px;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.23);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.23);
	box-shadow:0 1px 4px rgba(0,0,0,.23);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:11px;
	font-weight:300;
	line-height:13px;
	padding:10px 11px;
	white-space:nowrap;
	cursor:default;
	z-index:100;
	display:none;
}
.result .result-num:hover .result-num-tooltip{
	display:block;
}
.result .result-num .result-num-tooltip span{
	display:inline-block;
	position:relative;
	padding:0 0 0 13px;
	margin-left:5px;
}
.result .result-num .result-num-tooltip span:first-child{
	margin-left:0;
}
.result .result-num .result-num-tooltip span img{
	position:absolute;
	left:0;
	top:1px;
}
.result .result-num .result-num-tooltip .result-num-ok{
	color:#ff9900;
}
.result .result-num .result-num-tooltip .result-num-tw{
	color:#00abf0;
}
.result .result-num .result-num-tooltip .result-num-vk{
	color:#4770a2;
}
.result .result-num .result-num-tooltip .result-num-fb{
	color:#38569c;
}
.result .result-num .result-num-tooltip i{
	position:absolute;
	left:50%;
	bottom:0;
}
.result .result-num .result-num-tooltip i img{
	position:absolute;
	left:-6px;
	top:0;
}
.result-all{
	padding:20px 0 0 63px;
}
.filter{
	display:block;
	background:#e5f6ff;
	margin:4px 0 11px;
	text-decoration:none;
	border:1px solid #c3ebff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:9px 14px 11px;
	position:relative;
}
.filter img{
	position:absolute;
	right:12px;
	top:13px;
}
.paging{
	padding:37px 0 0 63px;
	margin-bottom:40px;
}
.paging a{
	display:inline-block;
	text-decoration:none;
	line-height:15px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:4px 9px 5px 8px;
}
.paging a:hover{
	background:#e7e9e9;
}
.paging a.act{
	color:#fff;
	background:#3498db;
	border:1px solid #3296d9;
	border-top-color:#2c83bd;
	-webkit-box-shadow:inset 0 1px 0 #2d84bf;
	-moz-box-shadow:inset 0 1px 0 #2d84bf;
	box-shadow:inset 0 1px 0 #2d84bf;
	padding:3px 8px 4px 7px;
}
.news-block{
	background:#e9f3ff;
	padding:14px 30px 18px 20px;
	margin-bottom:16px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.news{
	padding:0 0 16px 120px;
}
.news.news-big{
	padding:0 0 5px 230px;
}
.news .news-pic{
	display:block;
	float:left;
	margin:2px 0 0 -120px;
	width:100px;
}
.news.news-big .news-pic{
	margin:6px 0 0 -230px;
	width:210px;
}
.news .news-pic img{
	display:block;
}
.news .news-txt{
	float:left;
	width:100%;
}
.news .news-author{
	display:inline-block;
	position:relative;
	font-size:13px;
	font-weight:500;
	color:#232323;
	line-height:16px;
	text-decoration:none;
	padding:0 0 0 23px;
	margin-bottom:11px;
}
.news .news-author:hover{
	text-decoration:underline;
}
.news .news-author img{
	position:absolute;
	left:0;
	top:1px;
}
.news .news-link{
	font-size:13px;
	font-weight:500;
	line-height:16px;
	margin-bottom:3px;
}
.news.news-big .news-link{
	font-size:24px;
	line-height:26px;
	margin-bottom:12px;
}
.news .news-link a{
	text-decoration:none;
}
.news .news-link a:hover{
	text-decoration:underline;
}
.news .news-tags{
	font-size:11px;
	line-height:13px;
	float:left;
	margin:0 16px 6px 0;
}
.news .news-tags a{
	display:block;
	float:left;
	position:relative;
	color:#232323;
	text-decoration:none;
	border:1px solid #e0e0e0;
	border-right:0;
	margin:0 11px 0 0;
	padding:1px 3px 0 6px;
	height:16px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}
.news .news-tags a i{
	display:block;
	position:absolute;
	right:-6px;
	top:-1px;
	background:url(/img/arrow-tags.png) no-repeat 0 0;
	width:6px;
	height:19px;
}
.news .news-tags a:hover{
	background:#e7e9e9;
	border-color:#d7d9d9;
}
.news .news-tags a:hover i{
	background-position:0 -19px;
}
.news .news-tags a.act{
	background:#3498db;
	border-color:#3296d9;
	border-top-color:#2c83bd;
	color:#fff;
	-webkit-box-shadow:inset 0 1px 0 #2d84bf;
	-moz-box-shadow:inset 0 1px 0 #2d84bf;
	box-shadow:inset 0 1px 0 #2d84bf;
}
.news .news-tags a.act i{
	background-position:0 -38px;
}
.news .news-site{
	display:inline-block;
	margin-bottom:8px;
	float:left;
	font-size:11px;
	line-height:16px;
	color:#999;
	text-decoration:none;
}
.news .news-site img{
	vertical-align:top;
	margin:1px 6px 0 0;
}
.news p{
	line-height:18px;
	margin:0 0 8px;
	clear:both;
	max-height:36px;
	overflow:hidden;
}
.news.news-big p{
	line-height:21px;
	margin:0 0 15px;
	max-height:84px;
}
.news .news-social img{
	display:block;
}
.sidebar-left .tags{
	font-size:11px;
	line-height:13px;
	padding-bottom:4px;
}
.sidebar-left .tags a{
	display:block;
	float:left;
	position:relative;
	color:#232323;
	text-decoration:none;
	border:1px solid #e0e0e0;
	border-right:0;
	margin:0 11px 6px 0;
	padding:1px 3px 0 6px;
	height:16px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}
.sidebar-left .tags a i{
	display:block;
	position:absolute;
	right:-6px;
	top:-1px;
	background:url(/img/arrow-tags.png) no-repeat 0 0;
	width:6px;
	height:19px;
}
.sidebar-left .tags a:hover{
	background:#e7e9e9;
	border-color:#d7d9d9;
}
.sidebar-left .tags a:hover i{
	background-position:0 -19px;
}
.sidebar-left .tags a.act{
	background:#3498db;
	border-color:#3296d9;
	border-top-color:#2c83bd;
	color:#fff;
	-webkit-box-shadow:inset 0 1px 0 #2d84bf;
	-moz-box-shadow:inset 0 1px 0 #2d84bf;
	box-shadow:inset 0 1px 0 #2d84bf;
}
.sidebar-left .tags a.act i{
	background-position:0 -38px;
}
.sidebar-right .graph{
	position:relative;
	margin-bottom:16px;
}
.sidebar-right .graph img{
	display:block;
}
.sidebar-right .graph .graph-num{
	position:absolute;
	left:0;
	top:57px;
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:500;
	line-height:24px;
	letter-spacing:-2px;
}
.sidebar-right .graph-tooltip{
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.23);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.23);
	box-shadow:0 1px 4px rgba(0,0,0,.23);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:11px;
	line-height:13px;
	padding:10px;
	white-space:nowrap;
	z-index:100;
}
.sidebar-right .graph-tooltip span{
	color:#3498db;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:6px;
}
.sidebar-right .graph-tooltip i{
	position:absolute;
	left:50%;
	bottom:0;
}
.sidebar-right .graph-tooltip i img{
	position:absolute;
	left:-6px;
	top:0;
}
.sidebar-right .social{
	font-size:11px;
	padding-bottom:10px;
}
.sidebar-right .social div{
	text-align:center;
}
.sidebar-right .social div div{
	margin-bottom:17px;
}
.sidebar-right .social span{
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:500;
	line-height:21px;
	color:#3498db;
}
.sidebar-right .sites{
	margin-bottom:20px;
}
.sidebar-right .sites div{
	background:url(/img/site-bg.gif) no-repeat 0 0;
	height:23px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
	margin-bottom:6px;
	padding:3px 1px 0 10px;
}
.sidebar-right .sites div span{
	float:right;
	font-weight:500;
	color:#222;
}
.mb20{
	margin-bottom:20px;
}
.footer{
	background:#f0f2f4;
	height:70px;
	position:relative;

	margin:-80px 0 0; 
	padding:24px 0 24px 0
}
.footer .fl-col-1, .fl-col-2{
    display: inline-block;
}
.footer .fl-col-1{width:170px;}
.footer .fl-col-2{width:330px;}
.footer .border-bottom{
	position:absolute;
	width:100%;
	height:0;
	padding:0;
	margin:0;
	top:118px;
	border-bottom:1px solid #d0d2d4;
}
.footer .logo{
	float:left;
	margin:0 54px 0 0;
}
.footer .logo img{
	display:block;
}
.footer .menu{
	float:left;
	margin:7px 0 0;
}
.footer .menu a{
	color:#999;
	margin-right:34px;
}
.footer .sort{
	float:left;
	color:#222;
	line-height:14px;
	margin:1px 15px 0 0;
}
.footer .sort span{
	display:block;
	float:left;
	margin:7px 10px 0 0;
}
.footer .sort a{
	display:block;
	float:left;
	text-decoration:none;
	border-bottom:1px dotted #9fa0a2;
	margin:7px 10px 8px 8px;
}
.footer .sort a:hover{
	background:#dbddde;
	border:0;
	padding:7px 8px 9px;
	margin:0 2px 0 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.footer .sort a.act{
	background:#3498db;
	color:#fff;
	border:1px solid #2488cb;
	border-top-color:#1f76b1;
	-webkit-box-shadow:inset 0 1px 0 #2d84bf;
	-moz-box-shadow:inset 0 1px 0 #2d84bf;
	box-shadow:inset 0 1px 0 #2d84bf;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:6px 7px 8px;
	margin:0 2px 0 0;
}
.footer .city{
	float:right;
	line-height:14px;
	margin:1px 0 0 16px;
	position:relative;
	z-index:100;
}
.footer .city span{
	display:block;
	position:relative;
	border-bottom:1px dotted #9fa0a2;
	margin:7px 17px 8px 8px;
	cursor:pointer;
}
.footer .city span img{
	position:absolute;
	right:-12px;
	top:6px;
}
.footer .city span:hover,
.footer .city:hover span{
	background:#dbddde;
	border:0;
	padding:7px 17px 9px 8px;
	margin:0;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
}
.footer .city span:hover img,
.footer .city:hover span img{
	right:5px;
	top:13px;
}
.footer .city div{
	position:absolute;
	right:0;
	bottom:30px;
	background:#dbddde;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
	min-width:100%;
	width:250px;
	padding:6px;
	display:none;
}
.footer .city div a{
	padding:2px;
	line-height:1.3;
}
.footer .city:hover div{
	display:block;
}
.city .cloud0{font-size:50%;}
.city .cloud1{font-size:60%;}
.city .cloud2{font-size:76%;}
.city .cloud3{font-size:88%;}
.city .cloud4{font-size:100%;}
.city .cloud5{font-size:110%;}
.city .cloud6{font-size:110%;font-weight:bold;}
.city .cloud7{font-size:122%;font-weight:bold;}
.city .cloud8{font-size:133%;font-weight:bold;}
.city .cloud9{font-size:145%;font-weight:bold;}

.news-popup{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid #c3ebff;
	border-bottom:1px solid #c3ebff;
	z-index:10;
}
.news-popup .news-popup-close{
	position:absolute;
	right:19px;
	top:13px;
}
.news-popup .news-popup-close img{
	display:block;
}
.news-popup .news-block{
	padding:14px 41px 18px 21px;
	margin:0;
}
.news-popup .news,
.news-popup .news.news-big{
	padding-bottom:0;
}

/*---motiv---*/
.brend-bottom{
	background:#f3f3f3;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:100;
	padding:15px 0;
}
.brend-bottom .motiv-logo{
	float:left;
}
.brend-bottom .motiv-logo img{
	display:block;
}
.brend-bottom .motiv-slogan{
	float:left;
	font-size:12px;
	font-weight:400;
	line-height:15px;
	color:#8d8d8d;
	text-decoration:none;
	margin:5px 0 0 20px;
}
.brend-bottom .motiv-slogan:hover{
	text-decoration:underline;
}
.brend-bottom .motiv-link{
	float:right;
	font-size:18px;
	line-height:18px;
	color:#f35640;
	background:url(/img/motiv-arrow.png) no-repeat 100% 6px;
	margin:10px 0 0;
}

/*---/motiv---*/
@media screen and (max-width: 1024px){
	body{
		background-position:28% 52px;
		font-size:15px;
	}
	.page{
		min-width:1280px;
	}
	.head .sort span{
		display:block;
	}
	.head .sort div{
		position:absolute;
		left:0;
		top:30px;
		background:#dbddde;
		-webkit-border-radius:0 0 2px 2px;
		-moz-border-radius:0 0 2px 2px;
		border-radius:0 0 2px 2px;
		white-space:nowrap;
		padding:6px 9px;
		display:none;
	}
	.head .sort.show div{
		display:block;
	}
	.result .result-pos .result-pos-up{
		font-size:13px;
		line-height:15px;
	}
	.result .result-pos .result-pos-up img{
		top:4px;
	}
	.result .result-pos .result-pos-down{
		font-size:13px;
		line-height:15px;
	}
	.result .result-pos .result-pos-down img{
		top:4px;
	}
	.result.result-sm .result-logo{
		top:11px;
	}
	.result.result-sm:hover .result-logo{
		top:9px;
	}
	.result.result-sm .result-link{
		font-size:20px;
		line-height:23px;
	}
	.result .result-num{
		top:9px;
		font-size:14px;
        line-height:15px;
	}
	.result:hover .result-num{
		top:7px;
	}
	.footer{
		height:100px;
		min-width:1280px;
	}
	.footer .border-bottom{
		top:148px;
	}
}
@media only screen and (max-device-width: 1024px) and (orientation : portrait){
	body{
		font-size:20px;
	}
	.head .sort{
		line-height:20px;
		margin-top:3px;
	}
	.head .sort span img{
		top:10px;
	}
	.head .sort.show span img{
		top:17px;
	}
	.head .city{
		line-height:20px;
		margin-top:3px;
	}
	.head .city span img{
		top:10px;
	}
	.head .city.show span img{
		top:17px;
	}
}


A.back_ios{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:135px;
	height:40px;

	background-color: #f0f0f0;
	border-radius:7px;
}
A.back_googp{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:135px;
	height:44px;

	background-color: #f0f0f0;
	border-radius:7px;
}
@media all and (device-width: 768px) and (device-height: 1024px){
	html, body{height:100%;}
}