
@media (min-width: 380px){
    .pop-up__form-wrapper{
        min-width: 360px;
        max-width: 400px;
        background: var(--card-bg);
        padding: 20px 20px 30px;
    }
}
@media (min-width: 600px){
   
}

@media (min-width: 768px){
    .hero{
        background-image: url(../img/hero/hero_bg_pc.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        position: relative;
    }
    .repair__cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: initial;
        padding: 0 10px;
        margin: 0 -20px;
        margin-bottom: 20px;
    }
    
    .repair__card {
        flex: auto;
        width: calc(1/2*100% - 20px);
        margin:10px;
    }
}
@media (min-width: 1024px){
    .block {
        padding-top: 100px;
    }
    .title,
    .title > span{
        font-size: 32px;
        line-height: 130%;
    }
    .brands__subtitle{
        margin-bottom: 36px;
    }
    .brands__wrapper{
        display: flex;
        margin-bottom: 35px;
    }
    .advantages__cards{
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0;
        margin-bottom: 36px;
    }
    .advantages__card{
        width: calc(100%/3);
        margin: 0px;
        gap: 10px;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid var(--card-border-color);
    }
    .advantages__card:nth-child(4),
    .advantages__card:nth-child(5){
        width: calc(100%/2);
    }
    .advantages__card:nth-child(2),
    .advantages__card:nth-child(3){
        border-left: 1px solid var(--card-border-color);
    }
    .advantages__card:nth-child(5){
        border-left: 1px solid var(--card-border-color);
    }
    .advantages__card:last-child,
    .advantages__card:nth-child(4){
        border-bottom: none;
    }
    .steps{
        margin-bottom: 100px;
    }
    .steps__cards{
        padding: 0px;
        margin: 0px;
    }
    .steps__card{
        width: calc(100%/2);
        margin: 0px;
        margin-bottom: 0px;
        padding: 30px;
    }
    .steps__card:nth-child(1),
    .steps__card:nth-child(2){
        border-bottom: 1px solid var(--card-border-color);
    }
    .steps__card:nth-child(1),
    .steps__card:nth-child(3){
        border-right: 1px solid var(--card-border-color);
    }
    .footer__bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

}
@media (min-width: 1200px){
    .burger,
    .header__social,
    .hero__call{
        display: none;
    }
    .header__top-geo{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .header__top-geo:hover{
        color: #cfcfcf;
    }
    .header__top-info{
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .header__top-text{
        display: block;
        color: var(--btn-color);
        /* color: var(--green-color); */
        padding-left: 25px;
        position: relative;
    }
    .header__top-text::after{
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 16px;
        height: 16px;
        background: url(../img/icons/round.png);
    }
    .header__top-tel{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .header__top-tel:hover{
        color: #cfcfcf;;
    }
    .header__social_pc{
        display: flex;
    }
    .header__bottom{
        padding: 14px 25px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
    .header__menu {
        flex: auto;
        padding: 0px;
        height: auto;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .header__booking{
        color: #555555;
        margin-left: 50px;
        display: block;
        font-size: 14px;
        font-family: var(--inter-medium);
        padding: 10px 15px;
        background: var(--btn-color);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .header__booking:hover{
        color: var(--btn-color);
        background: var(--btn-bg-hover);
    }
    .header__list{
        display: flex;
        gap: 30px;
    }
    .header__list-item{
        padding: 0;
        border-bottom: none;
        font-size: 14px;
        font-family: var(--inter-regular);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .header__list-item:hover{
        color: var(--call-bg);
    }
    .hero__blur{
        max-width: 850px;
    }
    .hero__box {
        position: relative;
        z-index: 3;
        padding: 50px 20px;
    }
    .hero__title,
    .hero__title > span{
        font-size: 40px;
    }
    .hero__title {
        margin-bottom: 20px;
    }
    .hero__text{
        color: var(--btn-color);
        font-size: 32px;
        margin-bottom: 20px;
    }
    .hero__box-links{
        display: none;
    }
    .hero__form{
        display: flex;
        gap: 20px;
    }
    .hero__form-input,
    .hero__form-btn{
        display: inline-block;
        padding: 10px 25px;
        font-size: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .hero__form-input{
        color: var(--third-color);
        box-shadow: 3px 3px 5px #d0d0d04d;
        border: 2px solid #CCCCCC;
    }
    .repair__card {
        flex: auto;
        width: calc(1/4*100% - 20px);
        margin:10px;
    }
    .repair__card-summary:hover {
        color: var(--accent-hover-color);
    }
    .brands__wrapper{
        padding-bottom: 15px;
        text-align: center;
    }
    .brands__slide{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .brands__slide-img{
        display: block;
        padding: 20px;
        width: 240px;
        height: 125px;
        object-fit: contain;
        object-position: center;
    }
    .btn{
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }
    .btn:hover{
        background: var(--btn-bg-hover);
        box-shadow: 3px 3px 5px #414c6931;
    }
    .footer__bottom-tel{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .footer__bottom-tel:hover{
        color: #CCCCCC;
    }
    .pop-up__form-close:hover{
        color: var(--btn-bg-hover);
    }
    .form-sent__ok:hover{
        color: var(--main-color);
        background: var(--btn-bg-hover);
    }
    .pop-up__form-btn{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
    .pop-up__form-btn:hover{
        color: var(--third-color);
        background: var(--btn-bg-hover);
    }
}
@media (min-width: 1900px){
    .hero__body{
        position: relative;
        padding-top: 300px;
        padding-bottom: 80px;
        z-index: 2;
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

}