@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,500italic,700,400);

body {
    width: 100%;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 1.4em;
}

.header {
    min-height: 60px;
    width: 100%;
    background-color: rgba(0,0,0,0.70);
    color:#fff;
    position: fixed;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header_style {
    padding: 10px 0px 10px 0px;
}

.logo {
    font-size: 2em;
}

.logo a {
    color:#fff;
    font-family: "Palatino Linotype";
}

.header .contacts {
    font-family: "Palatino Linotype";
    width: 60%;
    font-size: 1.2em;
}

.phone {
    font-size: 1.5em;
    
}

.slider {
    height: 650px;
    width: 100%;
    background-image: url(img/slide1.png);
    background-size: cover;
    text-shadow: black 0 0 4px;
}

.head {
    padding: 200px 0px 0px 0px;
    color: #fff;
    font-family: 'open sans', sans-serif;
}

.head h1 {
    font-size: 42px;
}

.head h1 span {
    font-size: 26px;
    letter-spacing: 3.5px;
}

.head .slogan {

    font-size: 20px;
    letter-spacing: 4.8px;
    line-height: 2em;
    font-weight: 800;
}


.advantages {
    margin-top: 50px;
    margin-bottom: 50px;
    
}

.advantages_item {
    align-items: flex-start;
}

.advantages_slot {
    width: 500px;
    height: 300px;
}

.advantages .description {
    width: 300px;
    font-family: 'open sans', sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.advantages_icon {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
}

.experience .advantages_icon {
    background-image: url(img/experience.svg);
}

.safety .advantages_icon {
    background-image: url(img/safety.svg);
}

.free_check_out .advantages_icon {
    background-image: url(img/lamp.svg);
}


.budget .advantages_icon {
    background-image: url(img/economy.svg);
}

.contract .advantages_icon {    
    background-image: url(img/contract.svg);
}

.delivery .advantages_icon {
    background-image: url(img/delivery.svg);
}

.timing .advantages_icon {
    background-image: url(img/timing.svg);
}

.warranty .advantages_icon {
    background-image: url(img/warranty.svg);
}
    

footer {
    padding: 20px;
    height: 60px;
    background-color: #e6e6e6;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.4px;
}

.copyright {
    

}

