/*Типографика*/
body, .article {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: auto;
}
p{
    font-size: 1rem;
    line-height: 2rem;
}
h1, .h1 {
    font-size: 5.8125rem;
    line-height: 6rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
h2, .h2 {
    font-size: 3.25rem;
    line-height: 4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 1.8125rem;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
p, ul, ol, pre, table, blockquote {
    margin-top: 0;
    margin-bottom: 2rem;
}
ul ul, ol ol, ul ol, ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 48rem){
    h1, .h1{
        font-size: 2.2142857rem;
        line-height: 4rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
    h2, .h2{
        font-size: 1.7142857rem;
        line-height: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    h3, .h3{
        font-size: 1.2857143rem;
        line-height: 2rem;
        margin-top: 16px;
        margin-bottom: 0rem;
    }
    p, ul, ol, pre, table, blockquote {
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 22px;
    }
    ul ul, ol ol, ul ol, ol ul {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}
/*Типографика*/
/*Декоративная линия*/
.line{
    max-width: 100px;
    height: 3px;
    background: black;
    margin: 0 0 20px 0;
}
/*Декоративная линия*/
/*Содержимое по центру*/
.center{
    text-align: center;
}
/*Содержимое по центру*/
/*Кнопка*/
.btn {
    display: inline-flex;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    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%);
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    font-weight: 300;
}
.btn:hover {
    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%);
    color: white;
}
.btn a:hover{
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .btn{
        margin: 0 0 15px 0;
    }
}
/*Кнопка*/
/*Кнопка в форме*/
.form-btn {
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    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%);
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    border: 1px solid #c25038;
}
.form-btn:hover {
    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%);
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .form-btn{
        height: 50px;
    }
}
/*Кнопка в форме*/
/*Изображение*/
.image img{
    width: 100%;
}
/*Изображение*/
/*Ссылки*/
a{
    color:black;
}
a:hover{
    color:#e74c3c;
}
/*Ссылки*/
/*Формагоризонтальная*/
.cta-horizontal{
    padding: 10px 0 50px 0;
    background-image: url("../img/cta/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0 0 0 680px rgba(0, 0, 0, 0.6) inset;
    color: white;
}
@media screen and (max-width: 758px) {
    .cta-horizontal{
        padding: 15px 0 35px 0;
    }
}
.cta-horizontal input{
    padding: 15px 15px 15px 15px;
    font: 16px sans-serif;
    outline: none;
    border: none;
    border-radius: 5px;
}
.cta-horizontal a{
    color: white;
}
.cta-horizontal a:hover{
    color:white;
}
@media screen and (max-width: 768px) {
    .cta-horizontal input{
        margin: 0 0 10px 0;
        height: 50px;
    }
    .form-btn{
        height: 50px;
    }
}
/*Форма-горизонтальная*/
/*Формагоризонтальная*/
.header-form-horisontal{
    margin: 30px 0 30px 0;
    padding: 50px 0 50px 0;
    background: #d5d5d5;
}
.header-form-horisontal input{
    padding: 0 10px 0 10px;
    font: 16px sans-serif;
}
.header-form-horisontal h2{
    color: white;
}
@media screen and (max-width: 768px) {
    .header-form-horisontal input{
        margin: 0 0 10px 0;
        height: 50px;
    }
    .header-form-horisontal .form-btn{
        height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .stock p{
        margin-top: 0;
        font-size: 12px;
    }
}
/*Форма-горизонтальная*/
/*Форма-вертикальная*/
.cta-vertical{
    margin: 0 0 30px 0;
    padding: 50px 0 50px 0;
}
.cta-vertical .h3{
    margin-top: 0;
    margin-bottom: 40px;
}
.cta-vertical input{
    height: 50px;
    margin: 0 0 20px 0;
    font: 16px sans-serif;
}
.cta-vertical h2{
    color: black;
}
.cta-vertical .form-btn{
    height: 50px;
}
.cta-vertical .form{
    padding: 15px 0 40px 0;
    background: #f4f4f4;
    border-radius: 5px;
}
.form h3{
    margin: 30px 0 30px 0;
}
@media screen and (max-width: 768px) {
    .cta-vertical input{
        margin: 0 0 10px 0;
        height: 50px;
    }
    .form-btn{
        height: 50px;
    }
    .form h3{
        margin: 30px 0 15px 0;
    }
    .cta-vertical .form{
        padding: 4% 0 15% 0;
        background: lightgray;
    }
    .list {
        text-align: center;
        list-style-type: none;
    }
    .list li{
        margin: 0 0 20px 0;
    }
}
/*Форма-вертикальная*/
/*Содердимое жирным*/
.bold{
    font-weight: 600;
}
/*Содердимое жирным*/
/*Содержимое с большой буквы*/
.uppercase{
    text-transform: uppercase;
}
/*Содержимое с большой буквы*/
/*Содержимое по левому краю*/
.left{
    text-align: left;
}
/*Содержимое по левому краю*/
/*Содержимое по правому краю*/
.right{
    text-align: right;
}
/*Содержимое по правому краю*/
/*Содержимое по разным сторонам на мобильном*/
@media screen and (max-width: 768px) {
    .mobile-center{
        text-align: center;
    }
    .mobile-left{
        text-align: left;
    }
    .mobile-right{
        text-align: right;
    }
}
/*Содержимое по разным сторонам на мобильном*/
/*Видео контейнер*/
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom: 30px;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.video-container iframe{
    border:none;
}
/*Видео контейнер*/
/*Сайдбар*/
.sidebar ul{
    list-style-type: none;
}
/*Сайдбар*/
/*Заголовок*/
.header{
    padding: 100px 0 150px 0;
    background: url("../img/header/bg.jpg") no-repeat center gray;
    background-attachment: fixed;
    background-size: cover;
    color: #313131;
    box-shadow: 0 0 0 680px rgba(0, 0, 0, 0.1) inset;
    color: white;
}
@media screen and (max-width: 768px) {
    .header{
        padding: 25px 0 5px 0;
        color: white;
    }
}
.header .video-container{
    margin: 0 0 60px 0;
}
header p {
    margin-top: 15px;
    font-size: 2rem;
    line-height: 2.5rem;
}
@media screen and (max-width: 768px){
    header p{
        font-size: 22px;
        line-height: 28px;
    }
    header #header-h1{
        font-size: 22px;
        line-height: 28px;
    }
}
/*Заголовок*/
/*Хлебные-крошки ссылки под заголовком*/
.bread-crumbs{
    background: lightgray;
    padding: 30px 0 10px 0;
}
.bread-crumbs p{
    padding-right: 0;
    padding-left: 0;
}
.bread-crumbs .h3{
   margin-top: 0;
}
/*Хлебные-крошки*/
/*Хлебные крошки справа*/
.bread-crumbs-right{
    background: #f4f4f4;
    padding: 50px 0 30px 0;
    color: black;
}
.bread-crumbs-right p{
    margin: 0 10px;
}
.bread-crumbs-right a{
    display: inline-flex;
}
.bread-crumbs-right .h3{
    margin-top: 0;
}
/*Хлебные крошки справа*/
/*Хлебные крошки по центру*/
.bread-crumbs-center, header{
    background: url("../img/title/bg.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0 0 0 680px rgba(0, 0, 0, 0.1) inset;
}
.bread-crumbs-center{
    padding: 80px 0 130px 0;
    color: white;
}
@media screen and (max-width: 768px){
    .bread-crumbs-center{
        padding: 20px 0 30px 0;
    }
}
.bread-crumbs-center a{
    color: white;
}
.bread-crumbs-center, .h2, h1{
    margin-top: 0;
    margin-bottom: 0;
}
.bread-crumbs-center p{
    padding-right: 0;
    padding-left: 0;
}
.bread-crumbs-center .h3{
    margin-top: 0;
}
/*Хлебные крошки ссылки справа*/
/*Подвал*/
.social-icons a{
    display: inline-flex;
    background: black;
    width: 50px;
    height: 50px;
}
.social-icons a:hover{
    background: cornflowerblue;
}
.social-icons a:nth-child(2){
    margin: 0 10px 0 10px;
}
.footer-item:nth-child(1){
    background: white;
    padding: 40px 0 10px 0;
}
@media screen and (max-width: 768px){
    .footer-item:nth-child(1){
        padding: 25px 0 10px 0;
    }
}
.footer-item:nth-child(2){
    background: gray;
    padding: 20px 0 10px 0;
}
.footer-item:nth-child(2) a{
    color: white;
}
.footer-item:nth-child(3){
    background: gray;
    color: white;
    padding: 30px 0 0 0;
}
.footer-item:nth-child(3) a{
    color: white;
}
/*Подвал*/
/*Слайдер с картинками*/
.slide{
    padding: 100px;
}
@media screen and (max-width: 768px) {
    .slide{
        padding: 0;
    }
}
.img-1{
    background: url("../header/slider/1/1.jpg") no-repeat center cornflowerblue;
    background-size: cover;
}
.img-2{
    background: url("../header/slider/1/2.jpg") no-repeat center cornflowerblue;
    background-size: cover;
}
.img-3{
    background: url("../header/slider/1/3.jpg") no-repeat center cornflowerblue;
    background-size: cover;
}
.img-4{
    background: url("../header/slider/1/4.jpg") no-repeat center cornflowerblue;
    background-size: cover;
}
.img-5{
    background: url("../header/slider/1/5.jpg") no-repeat center cornflowerblue;
    background-size: cover;
}
/*Слайдер с картинками*/
/*Mеню*/
.menu{
    background: lightgray;
    padding: 10px 0 10px 0;
}
.links{
    position: relative;
    top: 10px;
    font-weight:600;
}
.links a{
    margin: 0 0 0 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.logo-text{
    text-decoration: none;

}
.logo-img{
    margin-top: 10px;
    display: inline-flex;
    background:url("../img/logo/logo.png") no-repeat center;
    background-size: 100%;
    height: 35px;
    width: 190px;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 22px;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.menu-social-icon{
    display: inline-flex;
    background-color: black;
    width: 30px;
    height: 30px;
}
.menu-social-icon:hover{
    background-color: cornflowerblue;
    cursor: pointer;
}
.facebook{
    background-image: url("../menu/materials/facebook.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;

    position: relative;
    top: 10px;
}
.links-mobile{
    display: inline-flex;
}
/*Меню-2*/
.menu-2{
    background: lightgray;
    padding: 10px 0 20px 0;
}
.menu-2-logo{
    padding-top: 10px;
}
@media (max-width: 1024px) and (min-width: 1024px){
    .menu-2-links-ligo-img{
        padding: 8px 0 0 0;
    }
}
@media (max-width: 1366px) and (min-width: 1366px){
    .menu-2-links-ligo-img{
        padding: 5px 0 0 0;
    }
}
/*Меню-2*/
/*Меню-3*/
.menu-3{
    background: lightgray;
    padding: 20px 0 20px 0;
}
.links-mobile .btn{
    padding: 30px;
}
/*Меню-3*/
/*Меню-4*/
.menu-4-first-section{
    background: gray;
    padding: 5px 0 5px 0;
    margin: 0 0 20px 0;
}
.menu-4-first-section a{
    text-decoration: none;
    color: white;
}
.menu-4-first-section p{
    margin-bottom: 0;
    color: white;
}
.menu-4{
    background: lightgray;
    padding: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
    .menu-4{
        padding: 0 0 5px 0;
    }
    .menu-4-first-section{
        margin: 0 0 5px 0;
    }
}
.overlay-content p{
    color: white;
}
@media (max-width: 736px) and (min-width: 736px){
    #overlay-content{
        top: 12%;
    }
}
/*Меню-4*/
/*Меню-9*/
.menu-9{
    background: white;
    padding: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
    .menu-9{
        padding: 0 0 10px 0;
    }
}
.menu-9-first-section{
    background: gray;
    padding: 5px 0 5px 0;
    margin: 0 0 10px 0;
}
.menu-9-first-section a{
    text-decoration: none;
    color: white;
}
.menu-9-first-section p{
    margin-bottom: 0;
    color: white;
}
/*Меню-9*/
/*Меню-14*/
.menu-14-first-section{
    background: #f4f4f4;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
}
.menu-14-first-section a{
    text-decoration: none;
    color: #313131;
}
@media screen and (max-width: 768px) {
    .menu-14-first-section a{
        margin-top: 0;
        font-size: 12px;
    }
}
.menu-14-first-section p{
    margin-bottom: 0;
    color: #313131;
}
@media screen and (max-width: 768px) {
    .menu-14-first-section p{
        margin-top: 0;
        font-size: 12px;
    }
}
/*Меню-14*/
.toogle-container{
    width: 100%;
}
/*Стили AMP меню*/
.amp-toogle{
    font-size: 18px;
    font-weight: 600;
}
/*Стили AMP меню*/
/*Mеню*/
/*Скрытие блоков*/
@media screen and (min-width: 768px) {
    .desctop-hover{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .mobile-hover{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 768px) {
    .desctop-hover{
        display: inline-block;
    }
    .logo-text{
        text-align: center;
    }
    .logo-img{
        text-align: center;
    }
}
/*Скрытие блоков*/
/*content-blocks-1*/
.img .link{
    margin: 0 0 30px 0;
    display: inline-flex;
}
.img img{
    width: 100%;
}
.img-item{
    flex-basis: 100%;
}
/*content-blocks-1*/
/*content-contacts-1*/
#map{
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 768px){
    #map{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.map{
    margin: 50px 0 0 0;
}
@media screen and (max-width: 768px){
    .map h3:first-child{
        margin: 2rem 0 0 0;
    }
}
.map iframe{
    width: 100%;
    border: none;
}
/*content-contacts-1*/
/*content-contacts-2*/
.form{
    background: lightgray;
    padding: 30px 0 40px 0;
}
.form input{
    padding: 15px 15px 15px 15px;
    font: 16px sans-serif;
    outline: none;
    border: none;
    border-radius: 5px;
}
.form h3{
    margin: 30px 0 30px 0;
}
.contact-form-btn{
    margin: 25px 0 0 0;
}
/*content-contacts-2*/
/*content-contacts-3*/
#map-2{
    padding-left: 1rem;
    padding-right: 1rem;
}
/*content-contacts-3*/
/*content-reviews-1*/
.review{
    padding: 40px 0 40px 0;
    background: lightgray;
    color: black;
}
.review h2{
    margin-top: 0;
}
/*content-reviews-1*/
/*Цвета*/
.active{
    color: #e74c3c;
}
.light-gray{
    color: #a5a4a4;
}
.light-gray a{
    color: #a5a4a4;
}
/*Цвета*/
/*убираем отступы*/
#padding-off{
    padding-left: 0;
    padding-right: 0;
}
.padding-off{
    padding-left: 0;
    padding-right: 0;
}
#padding-off .padding-off{
    padding-left: 0;
    padding-right: 0;
}
/*убираем отступы*/
/*Курсив*/
.italic{
    font-style: italic;
}
/*Курсив*/
/*Добавить фон для блока*/
.background{
    margin-top: 30px;
    margin-bottom: 0;
    padding: 30px 0 60px 0;
}
.gray{
    background-color: #f4f4f4;
}
.background a{
    color: white;
    display: inline-block;
    margin-top: 10px;
}
/*Добавить фон для блока*/
/*content-reviews-3*/
.reviews{
    margin: 30px 0 30px 0;
}
.reviews a{
    color: white;
}
.margin-top{
    margin-top: 80px;
}
@media screen and (max-width: 768px){
    .margin-top{
        margin-top: 30px;
    }
}
.margin-bottom{
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .margin-bottom{
        margin-bottom: 30px;
    }
}
/*content-reviews-3*/
/*Страница 404*/
.padding-inside{
    padding: 200px 0 100px 0;
    }
/*Страница 404*/
/*Список услуг*/
.services-list p{
    margin-bottom: 0;
}
/*Список услуг*/
/*Убираем отступ всех параграфов в спике*/
ul p{
    margin-bottom: 0;
}
/*Убираем отступ всех параграфов в спике*/
/*Факты о цехе*/
.img-container{
    text-decoration: none;
}
/*Факты о цехе*/
/*Иконка времени*/
.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: left;
    background-size: 90%;
    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");
}
/*Рейтинг для отзыва*/
/*ватс апп и телефон*/
.icons{
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 2;
    background: #5cb85c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-phone{
    right: 50px;
    bottom: 50px;
    background-image: url("../img/phone.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
}
.icon-whats-app{
    right: 130px;
    bottom: 50px;
    background-image: url("../img/whatsapp.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
/*ватс апп и телефон*/