*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    --accent_color:#E1893D;
}

header {
    height: 100vh;
    background-image: url(img/bgimg.PNG);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

ul{
    list-style-type: none;
}

header li, .navigate2 li{
    display: inline;
    margin: 0 26px
}

a, a:visited {
    color: black;
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 0 solid transparent;
    transition: all 0.1s;
}
a:hover {
    opacity: 1;
    border-bottom: 2px solid #2c2c2c;
}

.navv{
    display: flex;
    padding: 30px 0;
    justify-content: space-around;
    font-size: 21px;
    font-weight: 600;
    align-items: center;
}
.telephone{
    border:#E1893D 1px solid;
    padding: 20px;
    border-radius: 5px;
}

h1{
    font-family: "Rubik Mono One", monospace;
    text-align: center;
    font-size: 5em;
    margin-top: 3em;
}
.navigate2{
    display:flex;
    background-color: var(--accent_color);
    height: 60px;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 21px
}

.TopMaster{
    font-family: "Kumar One", serif;
}
h3{
    text-align: center;
    margin: 27px auto;
    font-size: 32px;
}
.twowosh{
    width: 80%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
}
.twowosh img{
    width: 45%;
    border-radius: 25px;
    border: 2px solid var(--accent_color);
}
.repair {
    margin: 30px auto;
}
.repair__diagnostics{
    margin: 50px 380px 0;
    font-size: 25px;
}
.free {
    font-weight: 600;
}
.repair__price{
    margin: 0 380px;
    font-size: 25px;
}
.repair__slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 1250px;
}
.repair__slider-item{
    text-align: center;
    height: 300px;
    width: 257px;
    margin-top: 40px;
    padding-top: 20px;
    border: #E1893D inset 3px;
    border-radius: 15%;
}
.repair__slider-item:hover {
    border: #E1893D double 3px;  
    box-shadow: #2c2c2c 8px 8px 8px 8px;
}
.repair__slider-img{
    margin: 0;
}
.repair__slider-title{
    font-size: 25px;
    margin: 10px 0;
}
.repair__slider-price{
    font-size: 25px;
}
.repair__slider-text{
    margin-top: 15px;
}
h2{
    text-align: center;
    margin: 27px;
    font-size: 40px;
}
.bold{
    font-weight: 700;
    margin-bottom: 10px;
}
.plus{
    width: 80%;
    margin: 0 auto;
}
.plus ul li{
    display: flex;
    align-items: center;
    margin: 20px 0;
    font-size: 27px;
    max-width: 800px;
}
.plus img{
    width: 110px;
    margin-right: 30px;
}
.call{
    background-color: var(--accent_color);
    font-size: 45px;
    padding: 26px 70px;
    border-radius: 55px;
    display: block;
    width: max-content;
    margin: 30px auto;
}
.skupka{
    width: 70%;
    margin: 30px auto;
    font-size: 25px;
    margin-bottom: 0;
}
.skupka p:nth-of-type(2){
    font-weight: 700;
    margin-top:15px ;
    border-left: var(--accent_color)3px solid;
    padding-left: 12px;
    margin-left: -12px;
}
table {
    width: 650px;
    height: 150px;
    margin: 50px auto;
}
tr {
    padding: 40px;
}
td {
    padding: 20px 10px 20px 10px;
    border-bottom: 3px solid #E1893D;
    box-shadow: 0 0 2px 1px #2c2c2c;
}
iframe {
    height: 600px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -10px;
}
footer{
    background-color: #2c2c2c;
    color: white;
    display: flex;
    padding: 75px 10%;
    justify-content: space-between;
}
h4{
    font-size: 4vw;
}
.inst img{
    width: 65px;
}
.viber img {
    width: 65px;
    border-radius: 20%;
    margin-left: 15px;
}
.footerimg img{
    width: 540px;
}
footer p{
    font-size: 30px;
}
footer div{
    padding: 30px 0;
}
footer a{
    color: white;
    text-decoration: none;
}
@media screen and (max-width:870px) {
    footer{
        padding: 55px 6%;
    }
    footer p{
        font-size: 25px;
    }
    .footerimg img {
        width: 360px;
    }
    .navv{
        font-size: 18px;
    }
}
@media screen and (max-width:500px) {
    header, .navigate2 ul, .navigate2 a, .twowosh{
        display: none;
    }
    .navigate2 {
        justify-content: center;
        background-color: white;
        height: auto;
    }
    .TopMaster{
        font-size: 40px;
        margin-top: 30px;
        width: 90%;
        text-align: center;
    }
    .navigate2 .TopMaster::after{
        content: "";
        display: block;
        width: 90%;
        height: 50vh;
        background-image: url(img/wash1.jpeg);
        background-size: cover;
        border-radius: 25px;
        margin: 0 auto;
    }
    .plus ul{
        padding: 0;
    }
    .plus ul li{
        font-size: 15px;
    }
    .plus img{
        width: 65px;
        margin-right: 15px;
    }
    h2{
        font-size: 32px;
    }
    .call{
        font-size: 25px;
        padding: 20px 50px;
    }
    .main_info h3:nth-of-type(1):after{
        content: "Бесплатная диагностика в случае дальнейшего ремонта";
        color: var(--accent_color);
        display: block;
        text-align: center;
        font-size: 28px;
        margin: 20px auto;
    }
    .repair__diagnostics, .repair__price{
        margin-left: 30px;
        margin-bottom: 10px;
        width: 90%;
    }
    .repair__slider{
        height: 90%;
    }
    .repair__slider-item{
        width: 130px;
        height: 200px;
    }
    .repair__slider-img{
        width: 80%;
    }
    .repair__slider-title{
        font-size: 90%;
    }
    .repair__slider-price{
        font-size: 90%;
    }
    .repair__slider-text{
        font-size: 90%;
    }
h3:nth-of-type(2){
    font-size: 25px;
    width: 80%;
}
.skupka p{
    font-size: 20px;
}
.skupka img{
    width: 90%;
}
table{
    padding: 0;
    width: 90%;
}
iframe{
    height: 250px;
}
footer{
    flex-direction: column;
    padding: 0px 10%;
}
.footerimg img{
    width: 100%;
}
h4{
    font-size: 40px;
}
footer .TopMaster{
    text-align: left;
    font-size: 30px;
    margin: 0;
    margin-top: -12px;
}
}