/*Иконка времени*/
.menu-icon{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.time{
    background-image: url("../img/icons/time.png");
    margin-right: 8px;
}
.phone{
    background-image: url("../img/icons/phone.png");
    margin-right: 5px;
}
.red{
    color: #e74c3c;
}
/*Иконка времени*/
/*решаем проблемы*/
.problems{
    padding: 80px 0 180px 0;
    background-image: url("../img/problems/bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    box-shadow: 0 0 0 680px rgba(0, 0, 0, 0.1) inset;
    color: white;
}
@media screen and (max-width: 768px){
    .problems{
        padding: 0 0 50px 0;
    }
}
.problems a {
    text-decoration: none;
}
.problems p {
    margin-bottom: 0;
}
.problems a:hover{
    color: white;
}
.problems h2{
    margin-bottom: 60px;
}
.link{
    border-radius: 5px;
    background-color: white;
    opacity: 0.949;
    padding: 30px 50px 30px 50px;
    transition: 0.5s;
}
.link:hover{
    border-radius: 5px;
    background-image: -moz-linear-gradient( -90deg, rgb(231,76,60) 0%, rgb(205,47,31) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(231,76,60) 0%, rgb(205,47,31) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(231,76,60) 0%, rgb(205,47,31) 100%);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.2);
    opacity: 0.949;
    transition: 0.5s;
}
.icon{
    height:80px;
    width:80px;
    display: inline-block;
    margin-bottom: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 768px){
    .icon{
        margin-bottom: 10px;
    }
}
.icon:hover{
    display: inline-block;
    filter: invert(100%);
    transition: 0.5s;
}
.helm{
    background-image: url("../img/icons/helm.png");
}
.oil{
    background-image: url("../img/icons/oil.png");
}
.helm-off{
    background-image: url("../img/icons/helm-off.png");
}
/*решаем проблемы*/
/*Факты о цехе*/
.facts{
    padding: 80px 0 100px 0;
}
@media screen and (max-width: 768px) {
    .facts{
        padding: 0 0 60px 0;
    }
}
.facts p{
    margin: 10px 40px 10px 40px;
}
.facts-link{
    border-radius: 5px;
}
.img-container{
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    padding-bottom: 60px;
    transition: 0.5s;
    margin-top: 30px;
}
.img-container:hover{
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    color: black;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .img-container{
        padding-bottom: 5px;
    }
}
.img-item div{
    width: 100%;
}
.img-item:hover{
    cursor: pointer;
}
.facts-img{
    background-color: #d0d0d0;
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0 0;
    background-size: 100%;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .facts-img{
        margin-bottom: 20px;
    }
}
.experience{
    background-image: url("../img/facts/1.jpg");
}
.all-cars{
    background-image: url("../img/facts/2.jpg");
}
.guarantee{
    background-image: url("../img/facts/3.jpg");
}
/*Факты о цехе*/
/*Услуги на главной*/
.service-problems{
    padding: 80px 0 180px 0;
    background-image: url("../img/service-problems/bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    box-shadow: 0 0 0 680px rgba(0, 0, 0, 0.1) inset;
    color: white;
}
.service-problems p{
    margin-bottom: 0;
}
@media screen and (max-width: 768px){
    .service-problems{
        padding: 5px 0 30px 0;
    }
}
.service-problems a {
    text-decoration: none;
}
.service-problems a:hover{
    color: white;
}
.service-problems h2{
    margin-bottom: 60px;
}
.link-container{
    margin-top: 30px;
}
@media screen and (max-width: 768px){
    .link{
        padding: 15px 50px 15px 50px;
    }
}
/*Услуги на главной*/
/*Отзыв*/
.review-text{
    padding: 30px 30px 30px 30px;
    background-color: gray;
    color: white;
    border-radius: 5px;
}
.review-text p{
    margin-bottom: 0;
}
@media screen and (max-width: 768px){
    .review-text{
        margin: 0;
    }
}
/*Отзыв*/
/*block-stock-1*/
.stock{
    padding: 10px 0 10px 0;
    background-color: black;
    color: white;
}
.stock p{
    margin-bottom: 0;
    line-height: 1rem;
}
.stock a{
    color: #e74c3c;
}
/*block-stock-1*/
/*Рейтинг для отзыва*/
.review-container p{
    margin-bottom: 10px;
}
.star{
    width: 50px;
    height: 40px;
    display: inline-block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
    .star{
        background-size: 50%;
        background-position: left;
    }
}
.yes{
    background-image: url("../img/icons/star.png");
}
.no{
    background-image: url("../img/icons/star-no.png");
}
/*Рейтинг для отзыва*/
/*купим рулевые рейки*/
.buy{
    padding:10px 0 10px 0;
    background-color:black;
}.buy p {
    margin-bottom:0;line-height:1rem
}.buy a {
    color:white
    }
/*купим рулевые рейки*/