html {
    box-sizing: border-box;
}
/* * {
  outline: 1px solid red;
}  */
*,
*::after,
*::before {
    box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

body {
     font-family: "Inter", sans-serif;
    
}

.container {
    max-width: 1260px;
    padding: 0 10px;
    margin: 0 auto;
}


.header {
  position: sticky;
  top: 0;

}

.header__top {
   display: flex;
   justify-content: space-between;
   background-color: #fa6203;
   align-items: center;

}

.header__logo {
    font-size: 44px;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}

.header__text {
    font-size: 32px;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}

.header__info {
    display: flex;
    align-items: center;
    gap: 100px;
}

.header__info-item {
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}
.footer__info-tg {
    padding-right: 20px;
}
.header__info-icon {
    top: 6px;
    position: relative;
    left: -6px;
}

.header__info-img {
    position: relative;
    max-width: 30px;
    top: 5px;
    left: -8px;
    align-self: center;
}

.about__intro {
    
   
    border-radius: 20px;
    margin-bottom: 20px;
}

.about__title {
   font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.img-block {
   max-width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}


.service__inner {
   
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 0px;
}

.service__title {
    margin-top: 40px;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #fa6203;
}

.service__subtitle {
    padding: 0 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fa6203;
}

.service__list ul {
    list-style: disc;
    
}

.service__list-item {
    margin-bottom: 5px;
}

.service__list {
    padding: 0 30px;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;

}

.consultation__inner {
   
    border-radius: 20px;
}
.consultation__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    
}

.consultation__img {
    max-width: 100%;
    border-radius: 20px;
    
}

.car-img {
    width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}


.consultation {
   
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 200px;
} 





.main__inner {
   border: 2px solid #fa6203; 
}
.footer__menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #fa6203 ;
   
}


.footer__menu-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer__info-img {
    position: relative;
    width: 30px;
    top: 9px;
    left: -8px;
}
.footer__info-icon {
    top: 6px;
    position: relative;
    left: -6px;
}

@media (max-width: 1220px ) {
    .consultation__title {
        font-size: 38px;
    }
    .about__img {
        width: 50%;
    }
   
}

@media (max-width: 1130px ) {
    .about__img {
        width: 40%;
        height: 40%;
    }
    .about__inner {
        flex-wrap: wrap;
    }
    .about__title {
        font-size: 42px;
    }
    .about__content-item {
        padding-left: auto;
        padding-right: auto;
        max-width: 100%;
    }

     .header__logo {
        font-size: 42px;
    }
     .header__info {
        gap: 20px;
    }
    .about__item-img {
        width: 80%;
    }
     .info__title {
        font-size: 42px;
    }

}

@media (max-width: 1030px ) {
    .consultation__title {
        font-size: 32px;
    }
    
    .consultation__phone {
        font-size: 18px;
    }
    .about__item-img {
        width: 50%;
    }
  
    
}

@media (max-width: 950px ) {
   
    .about__title {
        font-size: 38px;
    }

    .header__logo {
        font-size: 34px;
    }
    .top {
      max-width: 100%;
    }
    .about__title {
        margin-bottom: 20px;
    }
}


@media (max-width: 880px) {
    .consultation__inner {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .consultation__title {
       text-align: center;
       left: auto;
       right: 0;
    }
    .service,
    .about,
    .info,
    .consultation {
        margin-bottom: 10px;
    }
    
    .service__title {
        font-size: 38px;
        padding: 10px 10px;
    }

    .service__subtitle {
        font-size: 28px;
    }
    .service__info {
        font-size: 24px;
    }


    
    .consultation__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.service__list {
    font-size: 18px;
    padding: 0 20px;
}
.about__text {
        font-size: 18px;
    }
.header__top {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 800px) {
   .top__title {
    font-size: 42px;
   }
   .footer__menu {
    
    grid-template-columns: repeat(2, 300px);
    
   }
   
   
}



@media (max-width: 660px) {
    .header__info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top{
        background-size: auto;
        margin-bottom: 0;
        min-height: 80vh;
        margin-bottom: 10px;
    }
    .footer__menu {
        flex-wrap: wrap;
    }

    .header__logo {
        font-size: 32px;
    }
    .top__title {
    font-size: 32px;
   }
    
    .footer__menu-list {
        max-width: 300px;
    }
  
    .service__title {
        font-size: 32px;
    }

    .service__subtitle {
        font-size: 24px;
    }
    .about__title {
        font-size: 32px;
    }
    
    .footer__menu {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

   
}

@media (max-width: 570px) {
    
    .header__info-item {
        font-size: 22px;
    }
    .service__info {
        font-size: 24px;
    }
    
    .consultation__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.service__list {
    font-size: 14px;
}
.about__text {
        font-size: 14px;
    
}
.consultation__inner {
    margin-bottom: 30px;
}
.footer__menu-item {
    margin-bottom: 10px;
}
}

@media (max-width: 450px) {
    .footer__menu-list {
        max-width: 300px;
    }
    .service__title {
        font-size: 24px;
        padding: 20px 20px;
    }

    .service__subtitle {
        font-size: 18px;
    }
    .info__title {
        font-size: 24px;
    }
     .about__title {
        font-size: 24px;
    }
    .top__title {
        font-size: 24px;
    } 
    .consultation__title {
        font-size: 24px;
    }
    .footer__menu-title {
        font-size: 24px;
    }
}












