.head {
    background-image: url("../img/head-fon13.jpg");
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #282828;
}



.head .info-panel {
    background: #ffffff10;
}


.head a, p {
    color: #ffffff;
}



.head .info-panel .phone-number {
    font-size: 25px;
}



.head .info-panel h1,h2 {

    color: #ffffff;

}



.head .info-panel h2 {

    font-weight: normal;

}



.advantage-item {

    background-color: #6ba166;

    width: 100px;

    height: 100px;

    border-radius: 12%;

}



#advantage p{

    text-shadow: 1px 1px 1px #000;

}



.advantage-item-title {

    font-size: 23px;

}



.action-call {

    color: #ffb801;

    background: #0000006b;

    /*text-shadow: #f8f9fa 1px 1px 1px;*/

}



.action-call {

    font-size: 2.5rem;

}



.action-call a {

    color: #ffb801;

}



.action-call p {

    color: #ffb801;

}



a:hover {

    text-decoration: none;

}



@media (max-width: 768px) {

    .head {

        height: 100%;

    }

}