@media (max-width: 1367px) {
    .hero {
        margin-bottom: -50px;
    }

    .about {
        position: static;

    }

    .container-repair {
        padding-top: 100px;
    }

    .hero__content-icons {
        width: 70%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 10px;
    }
    
}




@media (max-width: 1200px) {

    .contacts__center {
        display: flex;
        flex-direction: column;
    }





}


@media (max-width: 992px) {
    .header-content {
        position: relative;
    }

    .header__top {
        display: none;
    }

    .header__bottom {
        display: none;
    }

    .header__center-btn {
        margin-right: 80px;
    }

    .header__center {
        position: relative;
        padding: 20px 5px;
    }

    .burger {
        display: block;
        z-index: 10000;
        position: absolute;
        width: 40px;
        height: 40px;
        border: 1px solid currentColor;
        border-radius: 3px;
        color: var(--color-green);
        top: 25px;
        right: 10px;
        transition: all 0.3s ease-in-out;
    }

    .burger-line {
        position: absolute;
        left: 50%;
        width: 20px;
        height: 2px;
        border-radius: inherit;
        background-color: currentColor;
        transform: translateX(-50%);
        transition: all 0.3s ease-in-out;
    }

    .burger-line:nth-child(1) {
        top: 13px;
        transition: all 0.3s ease-in-out;
    }

    .burger-line:nth-child(3) {
        bottom: 13px;
        transition: all 0.3s ease-in-out;
    }

    .burger-line:nth-child(2) {
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        transition: all 0.3s ease-in-out;
    }

    .nav {
        position: fixed;
        right: 0;
        top: 0;
        width: 50%;
        min-width: 250px;
        height: 100vh;
        z-index: 1000;
        padding: 50px;
        box-shadow: 0 0 0 5px #888;
        background-color: white;
        overflow-y: auto;
        visibility: hidden;
        transform: translateY(-120%);
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }



    .nav__list {
        flex-direction: column;
        gap: 30px;
    }

    .nav--active {
        visibility: visible;
        transform: translateY(0%);
        flex-direction: column;
        gap: 30px;
    }

    .burger--active .burger-line:nth-child(1) {
        left: 25%;
        top: 50%;
        transform: rotate(45deg);
        transform-origin: center;
        transition: all 0.3s ease-in-out;
    }

    .burger--active .burger-line:nth-child(3) {
        left: 25%;
        top: 50%;
        transform: rotate(-45deg);
        transform-origin: center;
        transition: all 0.3s ease-in-out;
    }

    .burger--active .burger-line:nth-child(2) {
        opacity: 0;
    }

    /* hero */
    /* .hero {
        margin-bottom: 20px;
     } */
    .hero-container {

        height: 700px;
    }

    .hero__content-icons {
        width: 100%;
      
    }
    

    .about__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    /* .repiar
 */
    .repiar__content {
        padding: 0 10px;
        justify-content: center;
        gap: 10px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 32px;
    }

    .lead2__header {
        font-family: "Circe";
        font-size: 32px;
        line-height: 120%;

    }

    .lead2__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    .lead2__content-right {
        width: 100%;
       
    }
    .reviews__context  {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contacts__right {
        position: relative;
    }

    .contacts__right-svg {
        position: absolute;
        top: -20px;
        right: 5px;
    }

    .contacts__right {

        border-radius: 30px;
    }



    .contacts__left-list {
        margin-bottom: 30px;
    }

    .contacts__right-map {
        padding-top: 10px;
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .hero {
        width: 100%;

    }

    .hero__header {
        font-family: "Proxima Nova ";
        font-size: 32px;
        line-height: 120%;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .hero__content {
        padding: 0;
    }

    .hero__forms {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 10px;
    }

    .hero__form {
        width: 100%;
    }

    .hero__content-lead {
        margin-left: 0;
        padding: 10px;
    }

    .hero__form--right {
        margin-top: 20px;
    }

    label.hero__forms-tel {
        padding: 0;

    }

   

    .repair__header {
        flex-direction: column;
    }

   

    .container-repair2 {
        padding-bottom: 20px;
    }

    .lead2__img1 {
        position: static;
    }

    .lead2 {
        position: static;
        margin-bottom: 50px;
    }

    .container.lead__container {
        padding: 50px 20px;
    }

    .lead2__content {
        display: flex;
        flex-direction: column;
    }

    .work__header {
        font-size: 32px;
    }

    .garant-container {
        padding: 0;
        padding-top: 50px;
    }

    .garant__header {
        font-size: 32px;
        flex-direction: column;
    }

    .container-work {
        padding: 50px 20px 150px 20px;
    }

    .contacts__right-svg {
        max-width: 300px;
        right: 10px;
    }

    .contacts-container {

        padding: 40px;

    }

    .call {
        position: fixed;
        width: 100%;
        right: 0;
        bottom: 0;
        display: flex;
        color: var(--color-white);
        z-index: 10000;
        cursor: pointer;
        border-top: 1px solid var(--color-white);
    }

    .call__center-phone {
        position: relative;
        flex: 1;
        justify-content: center;
        align-items: center;
        background-color: var(--color-green);
        gap: 10px;
        padding: 10px;
        font-size: 14px;
        overflow: hidden;
    }


    .call__center-tel {
        position: relative;
        flex: 1;
        justify-content: center;
        align-items: center;
        background-color: #64a9dc;
        gap: 10px;
        padding: 10px;
        font-size: 14px;
        overflow: hidden;
    }

    .call__center-img {
        width: 25px;

    }

    .swiper-slide {

        max-width: 700px;
        height: 500px;
        margin-bottom: 0;
    }

    #swiper-wrapper-f4bc10a12b3fe19be {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .reviews__context {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    /* .link__img {
        width: 100%;
        height: 100%;
        max-width: 550px;
        max-height: 100px;
        border-radius: 15px;
        object-fit: cover;
    } */
    /* 
    .swiper__img {

        width: 100%;
        max-height: 400px;
        object-fit: cover;
    } */

    /* .swiper-button-next {
        z-index: 1000000;
        right: -20px;
    }
    
    .swiper-button-prev {
        left: -20px;
        z-index: 1000000;
    }
     */
     .footer-container {
       
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px  ;
        gap: 10px;
        margin-bottom: 50px;
    }
    .footer__top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
}

@media (max-width: 576px) {
    .header-container {
        padding: 0 5px;
    }

    .header__center {
        padding: 10px;
    }

    .header__center-img {
        width: 150px;

    }

    .burger {
        top: 15px;
    }

    .header__center-btn {
        display: none;
    }
     .hero {
        margin-bottom: 20px;
     }
    .hero-container {
        background-image: url(../img/bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        height: 650px;
        margin-bottom: 50px;
    }

    .hero__content {
        padding-top: 15px;
       
    }
    .hero__content-icons {
        
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-bottom: 10px;
    }
    
    

    .btn {
        padding: 12px 21.2px;
    }
   
     .container-about {
        padding: 0 15px;
     }
    .about__list {
        padding: 40px 20px;
        border-radius: 21px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: start;

    }

    .about__item {
        flex-direction: row;
        gap: 20px;
    }
    .repair__text {
        padding: 30px 10px;
        margin: 0 15px 40px;
    }
     .container-repair {
        padding-top: 30px;
    }
    .repiar__content {
        flex-direction: column-reverse;

    }

   
    .container.lead__container {
        padding: 20px ;
        border-radius: 21px;
        margin: 0 15px 20px;
    }
    .quiz-app__left {
        margin-bottom: 20px;
    }
    .quiz-app__right-img {
     border-radius: 0;
    }
    .repair__header {
        justify-content: end;
        align-items: end;
        padding: 0 15px;
    }
    .repair__header-h2 {
        padding: 0 ;
    }
    .repair__header-img {
        display: block;
    }
    .repair__content-icon {
        margin: 0 15px;
    }
    .repiar__content-img {
        max-height: 700px;
        object-fit: cover;
    }
    .repair__text2 {
        padding: 20px;
        margin: 0 15px 30px;
    }
    .lead2-container {
        padding: 20px;
        border-radius: 21px;
        margin: 0 15px;

    }
    .garant__header {
        font-size: 32px;
        padding: 5px 20px;
    }
    .repair__header2-h2 {
        padding: 0 15px;
    }
    .garant__list {
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 20px;
        gap: 20px;
    }
     .reviews__header {
        font-size: 32px;
        padding: 5px 20px;
     }
    .container-work {
        padding: 50px 20px 150px 20px;
    }
    .contacts-container {
        padding: 20px;
        margin: 0 15px;
        border-radius: 21px;
    }
    .contacts__right-map {
        border-radius: 0;
    }
    /* .swiper__img {

        width: 50%;
        max-height: 250px;
        object-fit: cover;
    }

    .swiper-pagination {
        --swiper-pagination-bullet-size: 8px;
        --swiper-pagination-bullet-horizontal-gap: 5px;
        --swiper-pagination-color: var(--color-green);
        --swiper-pagination-bullet-inactive-color: #c7fddf;
        --swiper-pagination-bottom: 5px;
        --swiper-pagination-bullet-inactive-opacity: 1;
    } */
    .swiper-pagination {
        --swiper-pagination-bullet-size: 8px;
        --swiper-pagination-bullet-horizontal-gap: 5px;
        --swiper-pagination-color: var(--color-green);
        --swiper-pagination-bullet-inactive-color: #c7fddf;
        --swiper-pagination-bottom: 25px;
        --swiper-pagination-bullet-inactive-opacity: 1;
    }

    

    .footer__descr {
        text-align: center;
    }

}
}