*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Neuron Angled', sans-serif;
    background-color: rgb(229, 229, 229);
    position: relative;
}

.burger{
    display: none;
    margin: auto 0;
}

ul, li{
    display: block;
}


.container{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}




/* mobile menu */
.mob__block{
    display: none;
    height: 100%;
    width: 100%;
    background-color: #201D1D;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    text-align: center;

    padding-top: 100px;


}
.mob__link{
    font-family: 'Neuron Angled', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;

    letter-spacing: 0.02em;

    border: none;

    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}




/* HEADER-TOP */

.hero{
    background-image: linear-gradient(90deg, #201D1D 15.16%, rgba(32, 29, 29, 0) 99.85%), url('../images/background.png');
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    height: 100%;
}

.hero::before{
    content: '';
    position: absolute;
    background-image: url('../images/fog.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 95.5%;
    background-repeat: no-repeat;
}

.header__top{
    position: fixed;
    top: 10;
    width: 100%;
    z-index: 15;
    padding: 5px 0;
}

.header__top-inner{
    display: flex;
    justify-content: space-between;
}

.menu{
    margin: 10px 0;
    margin-left: 129px;
}

.menu__list{
    display: flex;
}
.menu__list-item{
    margin-right: 34px;
}

.menu__link{
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.02em;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;

    transition: 0.3s all ;
}

.menu__link:hover{
    opacity: 0.8;
    transition: 0.3s all ;
}

.menu__link--active{
    color: #E8363A;
    border-bottom: 2px solid #E8363A;
}

.button__link{
    font-family: 'Neuron Angled', sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 0.12em;

    padding: 5px 33px;

    border: 3px solid #E8363A;
    background-color: #201D1D;
    color: #fff;

    text-transform: uppercase;
    text-decoration: none;

    cursor: pointer;
    outline: none;
}


.button__link:hover{
    background-color: #E8363A;
    color: #fff;
}


.hero__content{
    padding-bottom: 55px;
    position: relative;
}

.hero__content-inner{
    display: flex;
    padding-top: 150px;
}

.hero__about{
    padding-top: 30px;
}

.hero__about-title{
    font-style: italic;
    font-weight: 900;
    font-size: 50px;
    line-height: 64px;

    padding: 0 0 26px;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #fff;
}

.hero__about-subtitle{
    font-style: italic;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;

    padding-bottom: 14px;
    margin-bottom: 40px;

    letter-spacing: 0.03em;
    text-transform: uppercase;

    color: #FFFFFF;

    opacity: 0.8;
}

.request-button, .main-button, .ok-btn{
    background-color: #E8363A;
}

.request-button:hover, .main-button:hover, .ok-btn:hover{
    box-shadow: 0 7px 20px #E8363A;
}

.services{
    background-color: #E5E5E5;
    padding-bottom: 138px;
    padding-top: 25px;
}

.title{
    text-align: center;
    margin: 65px 0 80px;
}

.title-section{
    font-style: italic;
    font-weight: 900;
    font-size: 52px;
    line-height: 60px;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #262323;

    padding-bottom: 17px;
}


.repair{
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    margin-bottom: 70px;
}


.border-image{
    height: 100%;
}

.repair__about{
    margin: auto 0;
    margin-left: 52px;
    width: 60%;
}

.repair__title{
    margin-top: 39px;
}

.title-about{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #414141;
}

.repair__text{
    margin: 0 0 20px;
}

.text-about{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;

    letter-spacing: 0.04em;

    color: #414141;

    padding: 8px 0;
    width: 90%;
}

.repair__button{
    padding-top: 10px;
}

.repair__button-link{
    font-size: 20px;
    line-height: 40px;

    background-color: #fff;
    color: #E8363A;
    padding: 5px 70px;
}
.repair__order{
    display: flex;
    align-items: center;
}
.repair__price{
    margin-left: 25px;
    margin-top: 5px;
}
.price{
    font-style: italic;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;

    letter-spacing: 0.06em;

    color: #E8363A;
}
.images{
    margin: auto 45px auto 0 ;
    width: 40%;
    position:relative;
    padding-bottom: 10px;
}

.image-detail{
    position: absolute;
}

.bosch-detail{
    top: -148px;
    right: -25px;
}
.bosch-firm{
    width: 50%;
}
.odd{
    display: flex;
    flex-direction: row-reverse;
}

.odd-image{
    left: -25px;
    top: -121px;
}

.images__bosch-piezo{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;

    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #000000;
}

.image-bosch-piezo{
    padding-top: 10px;
}

.bosch-piezo{
    display: block;
    padding-left: 10px;
}


.delphi-firm{
    padding-left: 32px;
}

.delphi-detail{
    top: -150px;
    left: 260px;
}

.siemens-detail{
    top: -164px;
    left: -20px;
}

.siemens-firm{
    width: 45%;
}

.repair-siemens{
    width: 70%;
}


.denso-firm{
    padding-left: 20px;
}

.denso-detail{
    top: -155px;
    left: 205px;
}

.images__siemens-bosch{
    display: flex;
    flex-direction: column;
    margin-left: -20px;
}
.images__siemens-bosch .siemens-firm{
    width: 42%;
    position: relative;
    left: 20px;
    margin-bottom: 15px;
}
.siemens-bosch-detail{
    top: -98px;
    left: 208px;
    

}

.forsmaster{
    background: linear-gradient(90deg, #201D1D 15%, rgba(32, 29, 29, 0) 120%), url('../images/background-forsmaster.png');
    background-color: #201D1D;
    background-repeat: no-repeat;
    padding: 165px 0 50px;
    background-position: 300px;
    background-size: cover;
}

.forsmaster__title{
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #fff;
    padding-bottom: 17px;
}

.forsmaster__text{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;

    letter-spacing: 0.04em;

    color: #FFFFFF;

    width: 65%;
    margin: 13px 0 45px 0;
}

span{
    color: #E8363A;
}

.forsmaster__inner{
    margin: auto 0;
    width: 65%;
}


.benefits{
    padding-bottom: 192px;
    padding-top: 25px;
}

.benefits__columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our-benefit{
    width: 33.33%;
    text-align: center;
    margin: 0auto 0;
}

.our-benefit__image{
    display: flex;
    justify-content: center;
}

.benefit-image{
    margin-bottom: 40px;
}

.our-benefit__car{
    padding-top: 30px;
}

.our-benefit__support{
    padding-top: 7px;
}

.our-benefit__discount{
    padding-top: 3px;
}

.benefit-title{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #272727;

    margin-bottom: 25px;
}

.our-benefit__text{
    margin: 0 auto;
    width: 80%;
}

.benefit-text{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;

    letter-spacing: 0.04em;

    color: #414141;
}


.workflow{
    background-color: #F3F3F3;
    padding: 25px 0 135px;
}

.workflow__content{
    display: flex;
    flex-wrap: wrap;
}

.workflow__stage{
    width: 25%;
}

.workflow__header-stage{
    display: flex;
}

.stage-circle{
    display: flex;
    justify-content: center;
    font-weight: 950;
    font-size: 46px;
    background-color: #E8363A;
    border-radius: 50%;
    line-height: 40px;
    height: 96px;
    width: 96px;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 53px;
}

.header-stage{
    display: flex;
}
.dotted-line{
    padding: 45px 20px;
}

.workflow__title{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #272727;

    margin: 30px 0 20px;
}

.workflow__text{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;

    letter-spacing: 0.04em;

    color: #414141;

    width: 80%;
}

.workflow-btn{
    display: block;
    margin: 50px auto 0;
}


.footer{
    background-color: #201D1D;
}

.footer__inner{
    display: flex;
    justify-content: space-between;
}

.iframe100{
    width: 50%;
}

.iframe100 img{
    width: 100%;
    height: 100%;
}


.footer__contacts{
    margin: auto 0;
    padding: 60px 0;
}

.contacts-list{
    margin-top: 55px;
}

.contact-item{
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
    line-height: 48px;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
    position: relative;
}

.contact-inf{
    display: inline-block;
    margin-left: 37px;
    color: #fff;
    text-decoration: none;
}

.contact-inf:hover{
    text-decoration: underline;
}

.contact-img{
    padding-right: 7px;
    position: absolute;
    top: 11px;
}



.filter{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50;
    display: none;
}

.request{
    display: none;
    position: fixed;
    width: 35%;
    background-color: #fff;
    z-index: 51;
    left: 36%;
    text-align: center;
    margin: 75px auto;
}

.request__close{
    text-align: end;
    padding-right: 10px;
    padding-top: 10px;
}

.fa-times{
    color: #E8363A;
    cursor: pointer;
    margin-right: 15px;
}


.request__container{
    margin: 0 auto;
}

.request-title{
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;

    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #262323;
    padding: 0 36px 15px;
}

.request__phone{
    width: 100%;
    padding: 5px 0;
    background-color: #F3F3F3;
}
.request-phone{
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 60px;

    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;

    color: #262323;
}
.request-phone:hover{
    text-decoration: underline;
}


.request-text{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;

    letter-spacing: 0.04em;

    color: #262323;
    padding: 26px 26px 26px;
}




.form{
    background-color: #F3F3F3;
    padding: 25px 25px;

    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
}

.title-input{
    text-align: left;

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;

    letter-spacing: 0.04em;

    color: #262323;
}

.input{
    font-family: 'Neuron Angled', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 46px;
    
    letter-spacing: 0.04em;
    
    color: #000000;
    padding: 0 22px;
    width: 100%;

    border: 1px solid #E0E0E0;
    outline: none;
    margin-bottom: 25px;
}

.form-btn{
    width: 70%;
    margin: 10px 0;
}

.request-form__text{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;

    text-align: center;
    letter-spacing: 0.04em;

    color: #696868;
    padding: 25px 60px;
}
.repair-request, .selection{
    height: 450px;
}

.ok-btn{
    width: 80%;
    margin: 30px 0;
    padding: 0;
}

.request-thank{
    left: 37%;
    width: 25%;
    padding: 20px 0;
    display: block;
}

.request-thank .request-title{
    margin-top: 15px;
    font-size: 40px;
    line-height: 60px;
}

@media only screen and (max-width: 1199px){
    .container{
        width: 980px;
    }
    .menu{
        margin: 5px 20px 0;
    }
    .menu__list-item{
        margin-right: 20px;
    }
    .logo__img{
        width: 160px;
    }
    .repair__about{
        width: 45%;
    }
    .bosch-firm{
        width: 208px;
    }
    .bosch-detail{
        top: -151px;
    }
    .delphi-detail{
        left: 230px;
    }
    .image-bosch-piezo{
        width: 220px;
    }
    .iframe100{
        width: 100%;
    }
    .footer{
        padding: 15px 0 0;
    }
    .stage-circle{
        width: 96px;
    }
    .repair-request, .selection{
        height: 450px;
    }
    .request{
        width: 450px;
        left: 30%;
    }
    .request-thank .request-title{
        margin-top: 15px;
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 991px){
    .container{
        width: 100%;
    }
    .menu{
        display: none;
    }
    .header__btn{
        display: none;
    }
    .logo__img{
        width: 65%;
    }
    .header__top{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .header__top-inner{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 15px 30px 0;
    }
    .burger{
        display: block;
        cursor: pointer;
        position: relative;
        border: 2px solid #E8363A;
        width: 40px;
        height: 40px;
    }
    .frame100{
        width: 100%;
    }
    .iframe100 img{
        width: 100%;
        height: 100%;
    }

    .burger-line{
        display: block;
        width: 22px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 20%;
        transition: .3 all linear;
    }
    .burger-line-first{
        top: 10px;
    }

    .burger-line-second, .burger-line-third{
        top: 50%;
        transform: translateY(-50%);
    }
    .burger-line-fourth{
        bottom: 10px;
    }
    .burger-active .burger-line-first{
        top: 17px;
        opacity: 0;
    }
    .burger-active .burger-line-fourth{
        bottom: 17px;
        opacity: 0;
    }
    .burger-active .burger-line-second{
        transform: translateY(-50%) rotate(45deg);
    }
    .burger-active .burger-line-third{
        transform: translateY(-50%) rotate(-45deg);
    }

    
    .hero::before{
        display: none;
    }
    .hero{
        background-image: 
            linear-gradient(to bottom, #201D1D 6%, transparent 50%), 
            linear-gradient(to top, #201D1D 15%, transparent 40%),
            url('../images/mobile/mob_background.png');
    }

    .hero__content-graphic{
        display: none;
    }
    .hero__about{
        width: 100%;
        text-align: center;
        padding: 0 35px;
    }
    .hero__about-title{
        font-size: 60px;
        line-height: 80px;
    }
    
    .button{
        width: 100%;
    }
    .btn-about{
        width: 100%;
    }
    .border-image{
        display: none;
    } 
    .repair__about{
        width: 100%;
        padding: 38px 35px;
        margin-left: 0;
    }
    .text-about{
        font-size: 18px;
    }
    .repair__button{
        width: 50%;
    }
    .repair__button-link{
        width: 100%;
        text-align: center;
    }
    .our-services-title{
        margin-bottom: 30px;
        position: relative;
        
    }
    .our-services-title::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 180%;
        left: 0;
        top: -62px;
        z-index: -50;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .services{
        padding: 0;
    }

    .repair{
        margin-top: 350px;
        position: relative;
        box-shadow: 0 60px 1px rgba(255, 255, 255, 0.5);
    }
    .repair:last-child{
        margin-bottom: 0;
        box-shadow: none;
    }
    .repair__image{
        position: absolute;
        top: -200px;
    }
    .repair__price{
        width: 50%;
    }
    
    .image-detail{
        position: absolute;
        left: 600px;
    }
    .bosch-detail{
        width: 250px;
        top: -152px;
        left: 600px;
    }
    .bosch-firm{
        width: 355px;
        margin-left: 50px;
    }
    .bosch-piezo-detail{
        left: 600px;
    }
    .images__bosch-piezo{
        position: absolute;
        left: 50px;
    }
    .image-bosch-piezo{
        width: 400px;
        padding: 0;
    }
    .bosch-piezo{
        font-size: 40px;
        margin-top: -10px;
        font-size: 55px;
    }

    .delphi-firm{
        width: 350px;
        padding-left: 80px;
    }
    .delphi-detail{
        top: -120px;
    }
    .siemens-detail{
        top: -120px;
    }
    .siemens-firm{
        height: 100%;
        width: 100%;
        margin-left: 60px;
    }
    .denso-detail{
        top: -120px;
    }
    .denso-firm{
        width: 350px;
        margin-left: 45px;
    }
    .images__siemens-bosch{
        margin-left: 0;
    }
    .images__siemens-bosch .siemens-firm{
        width: 300px;
        /* position: relative;
        left: 20px;*/
        margin-bottom: 0; 
    }

    .siemens-bosch-detail{
        width: 230px;
        top: -122px;
    
    }

    
    .forsmaster{
        background: linear-gradient(to top, #201D1D 60%, transparent 80%), url('../images/background-forsmaster.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .forsmaster__inner{
        padding: 0 35px 15px;
        width: 100%;

    }
    .forsmaster__title{
        font-size: 36px;
    }
    .forsmaster__text{
        width: 100%;
    }
    .main-button{
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .benefits{
        padding-bottom: 20px;
        background-color: #fff;
    }
    .benefits__inner{
        padding: 0 35px;
    }
    .our-benefit{
        width: 100%;
        margin: 0 auto 50px;
    }

    .benefit-image{
        margin-bottom: 20px;
    }
    .our-benefit__text{
        width: 100%;
    }

    .benefit-title{
        margin-bottom: 15px;
    }

    .workflow__inner{
        padding: 0 35px;
    }

    .dotted{
        display: none;
    }
    .workflow__stage{
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .workflow__content{
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
    }
    .workflow__header-stage{
        display: flex;
        justify-content: center;
    }
    .workflow__text{
        width: 100%;
    }
    
    .footer__inner{
        flex-direction: column;
    }
    .footer__map{
        align-self: center;
        display: block;
        min-width: 768px;
        max-width: 991px;
    }
    .logo__footer{
        width: 300px;
    }

    .footer__contacts{
        padding: 30px 35px;
    }
    .request{
        left: 26%;
    }
    .request-text{
        padding: 20px 35px;
    }
    .request-title{
        padding: 20px 35px;
    }
    .request__button{
        padding: 0 25px;
    }
    .request-button{
        width: 100%;
    }
    .iframe100{
        width: 100%;
        height: 600px;
    }
    .fa-times{
        margin-right: 0;
    }
    .request-form__text{
        padding: 25px;
    }
    .repair-request, .selection{
        height: 450px;
    }
    
}
@media only screen and (max-width: 860px){
 
    .image-detail{
        position: absolute;
        left: 600px;
    }
    .bosch-detail{
        width: 250px;
        top: -152px;
        left: 500px;
    }
    .bosch-firm{
        width: 350px;
        margin-left: 50px;
    }
    .bosch-piezo-detail{
        left: 530px;
    }
    .images__bosch-piezo{
        position: absolute;
        left: 50px;
    }
    .image-bosch-piezo{
        width: 350px;
        padding: 0;
    }
    .bosch-piezo{
        font-size: 35px;
        margin-top: -10px;
        font-size: 55px;
    }

    .delphi-firm{
        width: 350px;
        padding-left: 80px;
    }
    .delphi-detail{
        top: -120px;
        left: 550px;
    }
    .siemens-detail{
        left: 500px;
        top: -120px;
    }
    .siemens-firm{
        width: 500px;
        margin-left: 80px;
    }
    .denso-detail{
        left: 500px;
        top: -120px;
    }
    .denso-firm{
        width: 350px;
        margin-left: 45px;
    }

    .siemens-bosch-detail{
        left: 500px;
    
    }
    .repair-request, .selection{
        height: 470px;
    }
}

@media only screen and (max-width: 780px){

    .bosch-detail{
        width: 250px;
        top: -152px;
        left: 470px;
    }
    .bosch-piezo-detail{
        left: 470px;
    }
    .delphi-detail{
        top: -120px;
        left: 500px;
    }
    .siemens-detail{
        left: 470px;
        top: -120px;
    }
    .siemens-firm{
        width: 100%;
        height: 100%;
    }
    .denso-detail{
        left: 470px;
        top: -120px;
    }
    .repair__image{
        height: 70px;
        width: 300px;
        margin: 0 auto;
    }
    .repair-request, .selection{
        height: 470px;
    }
    .request{
        left: 23%;
    }
    
}


@media only screen and (max-width: 720px){

    .image-detail{
        left: 440px;
        top: -120px;
    }   
    .container__footer{
        padding: 0;
    }
    .bosch-firm{
        width: 320px;
        margin-left: 50px;
    }
    .bosch-detail{
        width: 250px;
        top: -152px;
        left: 400px;
    }

    .image-bosch-piezo{
        width: 320px;
        padding: 0;
    }
    .bosch-piezo{
        font-size: 45px;
        margin-top: -10px;
    }
    .delphi-firm{
        width: 320px;
        padding-left: 80px;
    }
    .denso-firm{
        width: 320px;
        margin-left: 45px;
    }
    
    .denso-detail{
        left: 430px;
    }
    .footer__contacts{
        padding: 30px 60px;
    }
    .request{
        left: 20%;
    }
    .selection, .repair-request{
        height: 470px;
    }
    
}

@media only screen and (max-width: 680px){
  
    .bosch-firm{
        width: 320px;
        margin-left: 50px;
    }
    .bosch-detail{
        width: 250px;
        top: -152px;
        left: 335px;
    }

    .image-bosch-piezo{
        width: 320px;
        padding: 0;
    }
    .bosch-piezo{
        font-size: 45px;
        margin-top: -10px;
    }
    .bosch-piezo-detail{
        left: 370px;
    }
    .delphi-firm{
        width: 320px;
        padding-left: 80px;
    }
    .delphi-detail{
        top: -120px;
        left: 400px;
    }
    .siemens-detail{
        left: 370px;
        top: -120px;
    }
    .siemens-firm{
        width: 100%;
        height: 100%;
    }
    .denso-firm{
        width: 250px;
        margin-left: 45px;
    }
    .denso-detail{
        left: 350px;
    }
     .images__siemens-bosch{
        margin-left: 0;
    }
    .images__siemens-bosch .siemens-firm{
        width: 250px;
        /* position: relative; */
        /* left: 20px; */
        margin-bottom: 0; 
        margin-left: 50px;
    }
    .images__siemens-bosch .bosch-firm{
        width: 290px;
        
    }

    .siemens-bosch-detail{
        left: 360px;
    
    }
    .mob__link{
        font-weight: 600;
        font-size: 30px;
        line-height: 43px;
    }
    .request{
        width: 100%;
        height: 100%;
        top: -10%;
        left: 0;
    }
    .request-thank{
        top: -5%;
        padding-top: 20px;
    }
    .iframe100 img{
        width: 100%;
        height: 80%;
    }
}


@media only screen and (max-width: 575px){
    .our-services-title{
        position: relative;
    }
    .our-services-title::after{
        height: 230%;
    }
    .repair{
        box-shadow: 0 50px 1px rgba(255, 255, 255, 0.5);
        margin-top: 325px;
    }
  
    .bosch-firm{
        width: 270px;
        margin-left: 30px;
        margin-top: 40px;
    }
    .bosch-detail{
        width: 210px;
        top: -98px;
        left: 270px;
    }

    .image-bosch-piezo{
        width: 270px;
        padding: 0;
    }
    .images__bosch-piezo{
        left: 30px;
    }
    .bosch-piezo{
        font-size: 40px;
        margin-top: -10px;
        padding-left: 0;
    }
    .bosch-piezo-detail{
        width: 210px;
        left: 265px;
        top: -105px
    }
    .delphi-firm{
        width: 300px;
        margin-left: -40px;
    
    }
    .delphi-detail{
        top: -120px;
        left: 300px;
    }
    .siemens-detail{
        left: 270px;
        width: 210px;
        top: -120px;
    }
    .siemens-firm{
        width: 210px;
        margin-right: 40px;
        margin-left: 0;
    }
    .denso-firm{
        width: 210px;
        margin-left: 45px;
        margin-top: 30px;
    }
    .denso-detail{
        left: 270px;
        width: 190px;
        top: -90px;
    }
    .images__siemens-bosch .siemens-firm{  
        width: 210px;
        margin-bottom: 0;
        margin-left: 35px; 
    }
    .images__siemens-bosch .bosch-firm{
        width: 250px;
        margin-top: 15px;
        
    }

    .siemens-bosch-detail{
        left: 275px;
        width: 195px;
        top: -70px;
    }
    
    .forsmaster{
        background-size: 100%;
        padding: 0 15px;
        background-size: cover;
    }
    .forsmaster{
        background: linear-gradient(to top, #201D1D 60%, transparent 80%), url('../images/background-forsmaster.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 265px 0 35px 0;
        background-position: center;
    }
    .repair__button-link{
        width: 100%;
    }
    .forsmaster__title{
        line-height: 60px;
        font-size: 40px;
    }
    .workflow{
        padding-bottom: 50px;
    }
    .logo__footer{
        width: 300px;
    }
    .mob__link{
        font-weight: 600;
        font-size: 30px;
        line-height: 43px;
    }
    .repair__button-link{
        font-size: 15px;
        text-align: center;
    }
    .iframe100 img{
        width: 100%;
        height: 70%;
    }
}

@media only screen and (max-width: 480px){
    .our-services-title::after{
        height: 240%;
    }
    .hero__about-title{
        font-size: 50px;
        line-height: 60px;
    }
    .bosch-firm{
        width: 230px;
        margin-left: 20px;
        margin-top: 40px;
    }
    .bosch-detail{
        width: 190px;
        top: -68px;
        left: 220px;
    }

    .image-bosch-piezo{
        width: 230px;
        padding: 0;
        margin-top: 40px;
    }
    .images__bosch-piezo{
       left: 20px;
    }
    .bosch-piezo{
        font-size: 35px;
        margin-top: -10px;
        padding-left: 0;
    }
    .bosch-piezo-detail{
        width: 190px;
        left: 225px;
        top: -75px
    }
    .delphi-firm{
        width: 220px;
        padding-left: 70px;
        margin-top: 40px;
    }
    .delphi-detail{
        top: -85px;
        left: 240px;
        width: 140px
    }
    .siemens-detail{
        left: 220px;
        width: 190px;
        top: -90px;
    }
    .siemens-firm{
        width: 60%;
        height: 50px;
        margin-right: 70px;
        margin-left: 0;
        margin: 50px 86px;
    }
    .denso-firm{
        width: 190px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .denso-detail{
        left: 220px;
        width: 170px;
        top: -59px;
    }

    .images__siemens-bosch .siemens-firm{
        width: 178px;
        margin-bottom: 0; 
        margin-left: 20px;
    }
    .images__siemens-bosch .bosch-firm{
        width: 212px;
        margin-top: 10px;
        
    }

    .siemens-bosch-detail{
        left: 230px;
        width: 190px;
        top: -67px;
    }

    .contact-inf{
        font-size: 18px;
    }
    .logo__footer{
        width: 250px;
    }
    .repair{
        box-shadow: 0 50px 1px rgba(255, 255, 255, 0.5);
        margin-top: 295px;
    }
    .our-services-title::after{
        width: 100%;
        height: 180%;
    }
    .forsmaster__title{
        margin-top: 50px;
        font-size: 40px;
        line-height: 55px;
    }
    .request-text{
        padding: 20px 0;
    }
    .request-title{
        padding: 5px 35px;
    }
    .request-button{
        width: 100%;
        margin-bottom: 5px;
    }
    .fa-times{
        margin-right: 15px;
    }
    .form{
        padding-bottom: 5px;
    }
    .request-form__text{
        padding: 10px 35px 5px;
    }
    .stay-request{
        width: 80%;
        margin: 0 auto;
    }
    .mob__link{
        font-weight: 600;
        font-size: 33px;
        line-height: 45px;
    }
    .repair__button-link{
        padding: 0;
    }
    .price{
        font-size: 25px;
    }
    .iframe100 img{
        width: 100%;
        height: 60%;
    }
}


@media only screen and (max-width: 414px){
    .repair{
        margin-top: 190px;
    }
    .bosch-firm{
        width: 200px;
        margin-left: 20px;
        margin-top: 80px;
    }
    .bosch-detail{
        width: 130px;
        top: 15px;
        left: 210px;
    }

    .bosch-piezo-detail{
        width: 130px;
        top: 12px;
        left: 210px;
    }
    .image-bosch-piezo{
        width: 200px;
        margin-top: 80px;
    }
    .bosch-piezo{
        font-size: 30px;
        line-height: 30px;
        margin-left: 10px;
    }
    .delphi-detail{
        width: 90px;
        left: 210px;
        top: 17px
    }
    .delphi-firm{
        width: 200px;
        margin-top: 90px;
        padding-left: 60px;
    }
    .siemens-detail{
        width: 120px;
        top: 18px;
    }
    .siemens-firm{
        margin-top: 100px;
        height: 70%;
    }
    .denso-detail{
        top: 35px;
        width: 110px;
    }
    .denso-firm{
        width: 180px;
        margin-top: 90px;
    }
    .images__siemens-bosch .siemens-firm{
        width: 150px;
        margin-bottom: 0; 
        margin-left: 20px;
    }
    .images__siemens-bosch .bosch-firm{
        width: 177px;
        margin-top: 5px;
        margin-left: 25px;
        
    }

    .siemens-bosch-detail{
        left: 200px;
        width: 120px;
        top: 34px;
    }
    .forsmaster{
        background: linear-gradient(to top, #201D1D 70%, transparent 90%), url('../images/background-forsmaster.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .forsmaster-title{
        font-size: 33px;
        line-height: 50px;
        padding-bottom: 0;
    }
    .contact-item{
        height: 30px;
        margin-top: 10px;
    }
    .contact-inf{
        font-size: 15px;
    }
    .mob__link{
        font-weight: 600;
        font-size: 30px;
        line-height: 43px;
    }
    .request-thank{
        top: -10%;
    }
    
}
 


@media only screen and (max-width: 350px){
    .title-about{
        font-size: 23px;
        line-height: 30px;
    }
    .logo__img{
        height: 45px;
        width: 80%;
    }
    .burger{
        padding: 10px 15px 10px 20px;
    }
    .hero__about-title{
        font-size: 35px;
        line-height: 45px;
    }
    .bosch-firm{
        width: 140px;
        margin-left: 20px;
        margin-top: 90px;
    }
    .bosch-detail{
        width: 130px;
        left: 170px;
    } 
    .bosch-piezo-detail{
        width: 120px;
        top: 25px;
        left: 180px;
    }
    .image-bosch-piezo{
        width: 130px;
        margin-left: 0;
    }
    .images__bosch-piezo{
        left: 30px;
        /* position: relative; */
    }
    .bosch-piezo{
        font-size: 18px;
        line-height: 30px;
        margin-left: 0;
    }
    .delphi-detail{
        width: 90px;
        left: 200px;
        top: 20px
    }
    .delphi-firm{
        /* width: 170px; */
        left: 20px;
        position: relative;
    }
    .siemens-detail{
        width: 120px;
        left: 180px;
        top: 19px;
    }
    .siemens-firm{
        width: 45%;
        margin-right: 125px;
    }
    .denso-detail{
        left: 200px;
        top: 50px;
        width: 100px;
    }
    .denso-firm{
        width: 130px;
        top: 90px;
        padding-left: 0;
        margin-left: 30px;
    }
    .title-section{
        font-size: 30px;
    }

    .repair__button-link{
        padding: 0;
    }

    .forsmaster{
        background: linear-gradient(to top, #201D1D 65%, transparent 80%), url('../images/background-forsmaster.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .forsmaster__inner{
        padding: 100px 30px 0;
    }
    .forsmaster__text{
        line-height: 30px;
    }
    .forsmaster-title{
        font-size: 30px;
        line-height: 40px;
    }
    .logo__footer{
        width: 200px;
        height: 100%;
    }
    .contact-img{
        width: 33px;
    }
    .contact-item{
        margin-top: 10px;
    }
    .contact-inf{
        font-size: 10px;
    }
    .mob__link{
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
    }
    .request-thank{
        top: -20%;
    }
    .price{
        font-size: 20px;
    }
    .iframe100{
        height: 50%;
    }
  
}  



























