
@media (min-width: 600px){
   
}

@media (min-width: 768px){
    
    .hero__body{
        background-size: 250px;
    }
    .hero__title{
        color: var(--accent-hover-color);
        font-size: 30px;
        font-family: var(--inter-bold);
        margin-bottom: 20px;
        text-align: center;
    }
    .hero__title span{
        vertical-align: 5px;
        display: inline-block;
        width: 15px;
        height: 15px;
        background: var(--accent-hover-color);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50
    }
    .direction__cards{
        display: flex;
        flex-wrap: wrap;
        padding: 5px;
        margin: -10px;
        margin-bottom: 20px;
    }
    .direction__card{
        width: calc(100%/3 - 10px);
        margin: 5px;
        position: relative;
    }

    .blog__card{
        width: calc(100%/2 - 10px);
        margin: 5px;
        background: var(--card-bg);
        display: flex;
        flex-direction: column;
    }
    .blog__card-info{
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }
    .blog__card-text{
        flex: 1 1 100%;
    }
    .delivery__statistics,
    .delivery__box-map{
        display: block;
    }
    .delivery__text{
        margin-bottom: 15px;
    }
    .delivery__statistics{
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
    }
    .delivery__item{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .delivery__item-text span{
        font-size: 16px;
        font-family: var(--inter-medium);
    }
    .delivery__item-color{
        width: 30px;
        height: 30px;
        border: 1px solid #C9D6DF;
    }
    .delivery__item-color_first{
        background: #47C1B8;
    }
    .delivery__item-color_second{
        background: #C4EBE4;
    }
    .delivery__item-color_therd{
        background: #C9D6DF;
    }
    .delivery__map{
        width: 100%;
    }
    .about__description{
        margin-bottom: 30px;
    }
    .about__box-img{
        text-align: center;
        margin: 0 auto;
    }
    .about__img{
        width: 450px;
    }
    .about__text{
        margin-bottom: 15px;
    }
    .goods__cards{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        margin: 0 -20px;
    }
    .goods__card{
        width: calc(100%/2 - 20px);
        margin: 10px;
    }
    .repair__columns{
        display: flex;
        padding: 20px;
        margin: 0 -40px;
    }
    .repair__column{
        width: calc(100%/2 - 40px);
        margin: 20px;
        position: relative;
    }
    .repair__info-text,
    .present__info-text {
        margin-bottom: 15px;
    }
    .present__columns{
        display: flex;
        flex-direction: row;
        gap: 0px;
        display: flex;
        padding-inline: 20px;
        margin: 0 -40px;
    }
    .present__column{
        width: calc(100%/2 - 40px);
        margin: 20px;
        position: relative;
    }
    .present__box-video{
        width: 100%;
        padding-top: 90%;
        position: relative;
        margin-bottom: 10px;
    }
}
@media (min-width: 1024px){
    .hero__body{
        background:none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 50px 5px;
        margin: 0 -10px;
        margin-bottom: 20px;
    }
    .hero__column-box-img{
        display: block;
        width: 100%;
        padding-top: 40%;
        position: relative;
    }
    .hero__column{
        width: calc(100%/2 - 10px);
        margin: 5px;
        position: relative;
    }
    .hero__column-img{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
    .call__body{
        padding: 30px 25px;
        border-left: 4px solid var(--accent-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
    }
    .about__body{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        padding: 10px;
        margin: 0 -20px;
    }
    .about__column{
        width: calc(100%/2 - 20px);
        margin: 10px;
        position: relative;
    }
    .about__box-img{
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .about__img{
        width: 100%;
        max-width: 380px;
    }
    .call__box-link{
        flex: 0 0 200px;
    }
    .footer__bottom{
        display: flex;
        justify-content: space-between;
    }
    .footer__remont{
        display: none;
    }
    .footer__tel,
    .footer__geo{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .footer__tel > p,
    .footer__geo > p{
        font-size: 16px;
        color: var(--btn-color);
        font-family: var(--inter-medium);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .goods__card{
        width: calc(100%/3 - 20px);
        margin: 10px;
    }
    .repair__info-top-box-img,
    .repair__info-bottom-box-img{
        padding-top: 45%;
    }
    .present__box-video{
        width: 100%;
        padding-top: 60%;
        position: relative;
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px){
    .title{
        display: inline-block;
    }
    .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;
    }
    .btn:hover{
        background: var(--accent-hover-color);
    }
    .header__logo{
        width: 150px;
    }
    .header__columns{
        display: flex;
        gap: 40px;
    }
    .header__column_address,
    .header__column-text_name{
        display: flex;
    }
    .header__gep{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .hero__body{
        min-height: 80vh;
        padding: 20px 5px;
    }
    .hero__body{
        background:none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 50px 5px;
        margin: 0 -10px;
        margin-bottom: 20px;
    }
    .hero__column-box-img{
        display: block;
        width: 100%;
        padding-top: 40%;
        position: relative;
    }
    .hero__column{
        width: calc(100%/2 - 10px);
        margin: 5px;
        position: relative;
    }
    .hero__column-img{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .hero__title{
        font-size: 28px;
    }
    .hero__column-img{
        width: 100%;
    }
    .hero__links{
        display: flex;
        gap: 10px;
        width: 100%;
        align-items: center;
    }
    .hero__link_tel{
        display: block;
        text-align: center;
        color: #D22027;
        font-size: 20px;
        font-style: var(--inter-bold);
        font-weight: 800;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .hero__link_tel:hover{
        color: #ff131b;
    }
    .hero__link_tel_mb{
        display: none;
    }
    .direction{
        padding-top: 70px;
    }
    .direction__card {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .direction__card-text{
        text-align: left;
        font-size: 20px;
        background: #4f4f4f7e;
        padding: 15px 30px;
        width: 100%;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
   .direction__card:hover > .direction__card-text{
        background: #d2202687;
   }
   .direction__subtitle{
        max-width: 800px;
   }
    .blog__card-link{
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    .blog__card-link:hover{
        gap: 15px;
    }
    .blog__cards{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        margin: 0 -20px;
        margin-bottom: 0;
    }
    .blog__card{
        width: calc(100%/3 - 20px);
        margin: 10px;
    }
    .footer{
        padding: 30px 0;
        background: var(--main-color);
        background-image: url(../img/footer/gears.png);
        background-repeat: no-repeat;
        background-position: right 100px top 7px;
        background-size: 180px;
    }
    .footer__tel:hover > p,
    .footer__geo:hover > p{
        color: #C4EBE4;
    }
    .footer__social-link img{
        display: block;
        width: 30px;
        height: 30px;
        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__menu{
        display: block;
    }
    .footer__list{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .footer__list-item{
        color: var(--btn-color);
        font-size: 16px;
        font-family: var(--inter-medium);
        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__list-item:hover{
        color: #C4EBE4;
    }
    .footer__social-link img:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .goods__card-link img{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .goods__card-link img:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .goods__card-link_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;
    }
    .goods__card-link_tel:hover{
        background: var(--accent-color);
    }
    .goods__filter-item{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        cursor: pointer;
    }
    .goods__filter-item:hover{
      background-color: #dddddd;
    }
    .article__link_tel{
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    .article__link_tel:hover{
        color: var(--accent-color);
    }
    .article__link img{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .article__link img:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .block__link-on-home{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .block__link-on-home:hover{
        color: var(--accent-color);
    }
    .youtube__link{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .youtube__link:hover{
       box-shadow: 0 0 10px 1px #9f9f9fa1;
       background-color: #ff151c;
    }
    .advantages__info-title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .advantages__decor{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        padding-top: 2px;
    }
    .advantages__decor-circle{
        width: 25px;
        height: 25px;
    }
    .repair-call__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;
    }
    .repair-call__btn:hover{
        background-color: #ff131b;
    }
    .repair-call__text{
        font-size: 20px;
    }
    .repair-call__tel{
        font-size: 20px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .repair-call__tel:hover{
        color: var(--accent-hover-color);
    }
    .present__links_mb{
        display: none;
    }
    .present__links_pc{
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .present__tel{
        color: var(--accent-color);
        font-family: var(--inter-medium);
        font-size: 20px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        padding-right: 10px;
    }
    .present__social{
        width: 30px;
        height: 30px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .present__social:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .present__tel:hover{
        color: var(--accent-hover-color);
    }
}
@media (min-width: 1900px){


}
.del{
    display: none;
    margin: 0;
    padding: 0;
}