﻿body {
}

.header {
    border-bottom: 2px solid #273E8C;
}

    .header h1 {
        font-family: 'Anton', sans-serif;
        text-transform: uppercase;
        color: #273E8C;
        font-size: 350%;
        margin: 0;
    }

    .header .logos {
        margin-top:20px;
    }

.counter h2 {
    margin-top: 5px;
    color: #273E8C;
    font-size: 450%;
    line-height: 100%;
    font-family: 'Anton', sans-serif;
}

.counter h3 {
    display: block;
    color: #273E8C;
    font-size: 18px;
    margin: 0;
   line-height:18px;
    margin-top: 10px;
    font-weight:bold;
}
 
.counter .car img {
    float: left;
    width: 80px;
    margin-right:10px;
    margin-left:20px;
}
.counter .car b {
    display: block;
    color: #273E8C;
    font-size:200%;
}
.counter .car i {
    display: block;
    color: #273E8C;
    font-weight:bold;
     line-height:20px;
     font-style:normal;
     margin-top:-5px;
}



.slider {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide {
    width: 1100px !important;
}
