@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #313131;
}

img {
	border: none;
}

p {
/* 	line-height: 1.5; */
	padding: 10px 0;
}

ul li {
	margin-left: 30px;
	line-height: 1.5;
}

a {
	color: #1f4e9a;
	text-decoration: underline;
}

a:hover {
	color: #ea2100;
}

h1 {
	font-size: 30px;
	color: #ea2100;
	font-weight: 600;
	padding: 10px 0;
}

h2 {
	font-size: 24px;
	color: #ea2100;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}

h3 {
	color: #1e5398;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
}

.title18 {
	font-size: 18px;
	color: #ea2100;
}
.title18-blue{
	font-size: 18px;
	color: #1f4e9a;
}
.container {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
}

.container-fluid {
	margin: 0 auto;
	width: 1000px;
}
/* Хлебные крошки */
.breadcrumb {
	padding: 8px 8px;
	list-style: none;
	margin-bottom: -10px;
}

.breadcrumb>li {
	display: inline-block;
	margin-left: 0px !important;
}

.breadcrumb>.active {
	color: #707173;
}

.divider {
	color: #707173;
}
/* Заливки */
.bg-blue {
	background: #1f4e9a;
}

.bg-grey {
	background-color: #f4f4f4;
}
/* Заголовки и выравнивание */
.all-caps {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.center-block {
	margin: 0 auto;
}

.title-header {
	font-size: 22px;
	color: #1f4e9a;
}

.title-16 {
	font-size: 16px;
	color: #ea2100;
}

.title-18 {
	font-size: 18px;
	color: #ea2100;
}
/* Блоки сетки */
/* Две колонки */
.col-2-480 {
	width: 480px;
	margin: 10px;
	float: left;
}
/* Три колонки */
.col-3-310 {
	width: 310px;
	margin: 10px;
	float: left;
}
/* Четыре колонки */
.col-4-230 {
	width: 230px;
	margin: 10px;
	float: left;
}

.col-4-230 ul {
	text-align: left;
	margin-left: 40px;
}
/* Для двух колонок: одна колонка 650px, вторая 310px.*/
.col-650 {
	width: 650px;
	margin: 10px;
	float: left;
}

/* Для шапки */
.col-340 {
	width: 410px;
	margin: 10px 10px 19px 10px;
	float: left;
}

.col-160 {
	width: 160px;
	margin: 10px;
	float: left;
}

.header {
	height: 85px;
	background-color: #f4f4f4;
	font-size: 16px;
}

/* Кнопки */
.btn a {
	float: left;
	font-size: 14px;
	text-decoration: none;
	padding: 7px 15px;
	margin: 2px 10px 5px 0;
	display: block;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: #ea2100;
	webkit-animation: rainbow1 2s linear 2s infinite;
	animation: rainbow1 2s 0s ease-out infinite;
}

.btn a:HOVER {
	text-decoration: none;
	background: #1f4e9a;
	color: #fff;
	-webkit-box-shadow: 0.2em 0.2em 5px rgba(122, 122, 122, 0.4);
	-moz-box-shadow: 0.2em 0.2em 5px rgba(122, 122, 122, 0.4);
	box-shadow: 0.2em 0.2em 5px rgba(122, 122, 122, 0.4);
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

@
-webkit-keyframes rainbow1 { 0% {
	background: #ea2100;
}

50%
{
background




:


 


#9e2511




}
100%
{
background




:


 


#ea2100




;
}
}
@
keyframes rainbow1 { 0% {
	background: #ea2100;
}

50%
{
background




:


 


#9e2511




}
100%
{
background




:


 


#ea2100




;
}
}
/* Меню */
.topmenu {
	width: 870px;
}

.topmenu ul li {
	float: left;
	list-style-type: none;
	font-size: 16px;
	margin: 0px;
}

.topmenu ul li a {
	background-color: #f4f4f4;
	padding: 3px 30px;
	display: block;
	text-decoration: none;
	color: #1f4e9a;
	border-right: 1px solid #ffffff;
}

.topmenu ul li:first-child {
	border-left: 1px solid #ffffff;
}

.topmenu ul li a:HOVER {
	background-color: #1f4e9a;
	color: #fff;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
	border-right: 1px solid #ffffff;
}

.clearfix:after {
	content: " ";
	clear: both;
	display: table;
}

.css-adaptive {
	display: block;
	max-width: 100%;
	height: auto;
}

.effect-block {
	margin-top: 20px;
	height: 260px;
}
.traffic-block{
	height: 200px;
}
.traffic-block .col-4-230{
    width: 200px;
    height: 120px;
    float: left;
    margin: 10px 17px;
    position: relative;
    border: 1px solid #e8e7e7;
    padding-left: 10px;
    border-radius: 5px;
}
.traffic-block .title18-blue {
	padding: 4px 10px 0px 10px;
}
.traffic-block img {
	position: absolute;
	left: -15px;
	top: -15px;
	border: 7px solid #ffffff;
}
.mg-left {
    margin-left: 25px;
}
.standarti-block{
	
}