@media screen and (max-width: 1200px) {
    .wfstat > .statistic {
        flex: 0 0 25% !important;
        margin-bottom: 2.5rem !important;
    }
}
@media screen and (max-width: 1100px), (max-device-width: 1024px) {

}

@media screen and (max-width: 1000px) {
	.top_menu_block{
		position:relative;
	}
    .dbi_export {
        margin-top: 0rem!important;

    }
}
@media screen and (max-width: 800px) {
    .wfstat > .statistic {
        flex: 0 0 33.3333333% !important;
    }
}
@media screen and (max-width: 700px) {
    .wfstat > .statistic {
        flex: 0 0 50% !important;
    }
}
@media screen and (max-width: 600px) {
    .statistic_error .dbi_export {
        left: -0.5rem !important;
    }
}

@media screen and (max-width: 450px){

}
@media screen and (max-width: 380px) {

}



@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 300;
    src: url("../fonts/SourceSansPro/SourceSansPro-Regular.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 700;
    src: url("../fonts/SourceSansPro/SourceSansPro-SemiBold.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 900;
    src: url("../fonts/SourceSansPro/SourceSansPro-Bold.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-Bold.ttf") format("truetype");
}
