.analytics{
	font-family: 'Roboto', sans-serif;
	position: relative;
}
.directions-box{
	left: 0;
	background: #FFF;
    z-index: 10;
    padding: 15px 0;
    -webkit-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    -moz-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    -o-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    
}
.direction-box{
	margin-bottom: 5px;
	width: 420px;
	
}
.wrap-filter {
    border: 1px solid #dfdfdf;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.wrap-filter:after, .wrap-filter:before {
    bottom: 100%;
    left: calc(50% - 165px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    -moz-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    -o-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
}
.wrap-filter[data-dir='Запад']:after, .wrap-filter[data-dir='Запад']:before {
	left: calc(50% - 165px);
}
.wrap-filter[data-dir='Юго-Запад']:after, .wrap-filter[data-dir='Юго-Запад']:before {
	left: calc(50% - 65px);
}
.wrap-filter[data-dir='Северо-Запад']:after, .wrap-filter[data-dir='Северо-Запад']:before {
	left: calc(50% + 55px);
}
.wrap-filter[data-dir='Север']:after, .wrap-filter[data-dir='Север']:before {
	left: calc(50% + 165px);
}

.wrap-filter:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    margin-left: -10px;
}
.wrap-filter:before {
    border-color: rgba(223, 223, 223, 0);
    border-bottom-color: #dfdfdf;
    border-width: 11px;
    margin-left: -11px;
}
.wrap-filter form {
    padding: 25px ;
}
.wrap-filter.fix {
    position: fixed;
}
.wrap-filter.fix form {
    padding: 10px 0;
}
/*
.form-object div.button{
    flex: inherit;
    padding: 8px 20px; 
}*/

.highway-box{
	display:none;
}
.highway-box span{
	color: #a3a3a3;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
}
.data-box{
	width: 100%;
	margin-bottom: 60px;
}
.data-box>div{
	width: 20%;
	border: 1px solid #dfdfdf;
	border-left: 0px;
	height: 250px;
	line-height: 1.3;
}
.data-box>div:first-child{
	border-left: 1px solid #dfdfdf;
}
.data-box>div .line-box{
	height: 50%;
}
.data-box>div .line-box:first-child{
	border-bottom: 1px solid #dfdfdf;
}
.data-box>div .count{
	text-align: center;
	font-size: 70px;
	color: #dc3940;
}
.data-box>div .count.b{
	color: #27292a;
}
.data-box>div .count.s{
	font-size: 56px;
}
.data-box>div .descript{
	text-align: center;
	font-size: 16px;
	color: #27292a;
}
.tab{
	width: 100%;
	border-bottom: 2px solid #dfdfdf;
	
}
.tab > div{
	width: 615px;
	margin: 0 auto;
	position: relative;
}
.tab > div > div{
	padding: 0px 20px 30px 20px;
	color: #000;
	cursor: pointer;
}
.tab > div > div.active, .tab > div > div:hover{
	font-weight: 500;
}
.tab > div:after{
	content: " ";
	width: 90px;
	height: 2px;
	background: #ea4e56;
	position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.tab > div.a:after{
	left: 0px;
	width: 90px;
}
.tab > div.b:after{
	left: 90px;
	width: 172px;
}
.tab > div.c:after{
	left: 266px;
	width: 195px;
}
.tab > div.d:after{
	left: 464px;
    width: 150px;
}
.graph{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
}
#donutchart{
	flex: 1.7;
	background: #f6f6f6;
	border: 1px solid #d1d1d1;
	height: 460px;
}
.legend{
	flex: 1;
	height: 460px;
	border: 1px solid #d1d1d1;
	border-left: 0;
}
.legend> div > div{
	padding: 10px;
	border: 2px solid #FFF;
}
.legend> div > div.hover,.legend> div > div:hover{
	border: 2px solid rgba(215, 215, 215, 0.4);
	cursor: pointer;
}
.legend .fill{
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.legend .l{
	font-size: 14px;
	color: #000;
}
.legend .l span{
	color: #a3a3a3;
}
svg {
	width: 600px;
	height: 450px;
	margin: 0 auto;
    display: block;
}

path.slice{
	stroke-width:2px;
}
path.slice:hover{
	stroke-width: 70;
}

polyline{
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}
table.top-vill{
	width: 100%;
	margin-bottom: 60px;
	font-size: 16px;
	color: #27292a;
	text-align: center;
	border: 1px solid #27292a;
}
table.top-vill span.ic_penny:before{
	color: #FFF;
}
table.top-vill a{
	text-decoration: underline;
    width: 100%;
    height: 64px;
    display: block;
    padding: 21px 0;
}

table.top-vill tr{
	border: 1px solid #27292a
}
table.top-vill td{
	border: 1px solid #27292a
}
table.top-vill td[align="left"]{
	padding-left:30px;
}
table.top-vill td.r{
	color: #FFF;
	background: #ea4e56;
}
table.top-vill tr{
	height: 64px;
}
table.top-vill tr.l{
	height: 50px;
	font-weight: bold;
}
table.top-vill td.b{
	background: #f6f6f6;
}
table.top-vill .grey{
	background: #929292;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
table.top-vill .not-grey{
	background: #FFF;
	color: #27292a;
}
a.show_more{
	display: inline-block;
	width: auto;
	padding: 10px 20px;
}
a.show_more:hover{
	color: #FFF;
}
