.head-contacts {
    color:#FFF;
    font-size:15px;
    padding-top: 16px;
    margin-left:20px;
    text-align:right;
}

.navbar-alt .head-contacts {
    color:#7f858f;
    padding-top: 6px;

}

.navbar-right {
    margin-bottom:0;
}

.head-contacts li {
    margin:0;
    padding:0;
    height:34px;
}

.head-phone {
    font-size:22px;
}

.head-btns {
    padding-left:0;
    margin-right: 20px;
}

.head-btns a{
    font-size: 18px;
    font-weight: 400;
}

.head-h1 {
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 30px;
}

p.head-p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
}

.header-nodescr {
    margin-bottom: 80px;
}

.wrap-service-nav .header-nodescr {
    margin-bottom: 80px;
}

.btn-custom{
    text-align:center;
    font-size: 18px;
    font-weight: 400;
}

.btn-custom a{
    font-size: 18px;
    font-weight: 400;
}

.all-services {
    text-align:center;
    margin-top:50px;
}

.benefits-header {
    text-align:center;
}

.benefits-h4 {
    font-weight: 100;
}

.section-header-brands {
    margin: 90px 0 30px;
}

.brands-img {
    max-width: 230px;
    max-height: 70px;
}

.home-footer .contact-item  .color-dark {
    color:#202020;
}

.list-icons-benefits {
    float: left;
    margin-right: 20px;
    margin-top: -7px;
}

.bonus-h5 {
    margin-bottom:0;
}

.bonus-p {
    margin-bottom:0;
    line-height: 1.6;
    margin-top: 10px;
    font-size: 18px;
}

.mb-bonus {
    margin-bottom:70px;
}

.clients-logo {
    max-width: 263px;
    max-height: 100px;
    margin: 0 auto;
}

.space-d-50 {
    margin-bottom:50px;
}

.orange {
    color:#f39c12;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

.cta-btn-center {
    text-align:center;
}

.grey-block {
    background:#ecf0f1;
}

.naming {
    color:#FFF;
    font-size:25px;
    font-weight: 400;
    margin-top:30px;
    margin-left:10px;
    position: absolute;
    display: inline-block;
}

@media (max-width: 1200px) {
    .ghost-contacts {
        display:none;
    }
}

@media (max-width: 992px) {
    .naming {
        display:none;
    }
    .nav > .ghost {
        display:none;
    }
    .brands-img {
        max-width:160px;
    }
}

@media (max-width: 768px) {

    .nav > .ghost {
        display:block;
    }
    .ghost-head-more {
        display:none;
    }
}

@media (max-width:430px) {
    .brands-img {
        max-width:140px;
    }
    .service-header h1 {
        font-size:30px;
    }
    .head-h1 {
        font-size:30px;
    }
    .clients-logo {
        max-width:200px;
    }
}

@media (max-width:320px) {
    .brands-img {
        max-width:100px;
    }
}