

*{
    padding: 0;
    margin: 0;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*::after,
::before{
    box-sizing: inherit;
}
p{
    margin-top: 10px;
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

button{
    padding: 0;
    border: none;
    background-color: transparent;
}

ul{
    list-style: none;
}
title{
    text-align: center;
    font-family: 'Overpass', serif;
    font-size: 31px;
}
.container{
    padding: 0 120px;
}

.block{
    padding: 0 20px;
}

textarea{
    font-family: 'Inter', sans-serif;
}

h1{
    text-align:left;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 1.6;
    font-weight:600;
}

h2{
     text-align:left;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 1.6;
    font-weight:600;
}


h3{
    text-align:left;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight:600;
}

h4{
    text-align:left;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 1.6;
    font-weight:600;
}

body{
    margin: 0 auto;
    max-width: 1920px;
    background-color: #fff;
    color:#1E1E1E;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.8;
}





.menu-close{
    display: none;
}

header{
    font-family: 'Inter', serif;
    font-weight: 500;
    color: #343434;
}

.header__inner{
    padding: 5px 0;
}

.header__menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile__title-close{
    text-align:left;
    font-family: 'Noto Sans', serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight:650;
}

.header__title-menu{
    display: flex;
    align-items: center;
}


.header__logo{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__logo-img{
    margin-top: 10px;
    height: 30px;
    width: auto;
}

.header__item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.header__number{
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.header__thumbtack{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__button{
    padding: 6px 16px;
    font-size: 16px;
    border: 2px solid #0385FF;
    border-radius: 8px;
    color: #0385FF;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.header__img-thumbtack{
    width: 24px;
    height: auto;
}

.img__phone{
    height: 13px;
    width: auto;
}


/*список*/
.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    position: absolute;
    background-color: #ffffff;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    display: none;
    transform: translateY(-5px);
    animation: css-animation-fadeInUp .2s ease-out forwards;
    
  }


  .dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
  }

   @keyframes css-animation-fadeInUp {
         to {
           opacity: 1;
           transform: translateX(0);
         }}

  
  .dropdown__img{
    width: 13px;
    height: 8px;
  }




 
/*конец*/

  footer{
    margin-top: 100px;
            background-color: #f9fdff;
    }

    .footer__block{
        background-color: #0385FF;
    }
    
    .footer__container{
        padding: 45px  0;
        display: flex;
        justify-content: space-between;
        align-items: left;
        flex-wrap: wrap;
    }
        
    .footer__mailbox{
            
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 50px;
    }

    .footer__title{
        max-width: 262px;
        font-size: 20px;
    }

    .footer__linkbox{
        display: flex;
        justify-content: left;
        gap: 70px;

    }

    .footer__list{
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .footer__timebox-text{
        max-width: 183px;

    }

    .footer__timebox{
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    .footer__number{
        border-radius: 5px;
        font-size: 14px;
        color: #0385FF;
        padding: 9px 21px;
        border: 2px solid #0385FF;
    }

    .footer__number{
        margin-top: 20px;
    }
      


@media (max-width: 1200px) {
    .header__item{
        gap: 30px;
    }

    .header__number{
        gap: 10px;
    }

     .container{
    padding: 0 80px ;
    }

    h1{
    font-size: 32px;
    }

h2{
    font-size: 32px;
}





} 

@media (max-width: 924px) {

            

        .container{
                padding: 0 40px;
        }


        .header__button-close{
        margin-bottom:10px;
        width: 100%;
        display: flex;
        justify-content: left;
    }
    
    .menu-close{
        z-index:1001;
        position:fixed;
        width: 100%;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile__block{
        
        display: flex;
        align-items: center;
        gap:10px;
    }

    .mobile__title-close{
        margin-top: 35px;
    }

    .img__close{
        width:20px;
        height:auto;
    }

     .dropdown-content {
     position: absolute;
     width: 300px;
     z-index: 1001;
     transform: translateY(-5px);
    animation: css-animation-fadeInUp .2s ease-out forwards;
    
  }


  



    .header__inner{
        display: none;
    }



    .mobile__img{
        display: flex;
        align-items: center;
    }

    .phone__links{
        display:flex;
        align-items:center;
    }
        
        .footer__container{
        padding: 45px  0;
        display: flex;
        flex-direction: column;
        gap: 55px;
        justify-content: left;

    }

    .footer__list{
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }
    
    .footer__mail{
        display: none;
    }

     .footer__timebox{
        display:contents;
    }
        }

@media (max-width:760px) {


     

    .footer__box{
        display: flex;
        justify-content: space-between;
    }

    .footer__ittem{
        display: none;
    }    
}

@media (max-width:768px) {
    

    .footer__logo{
        display: none;
    }

    .footer__box{
        height: 30vh;}

    


}

@media (max-width:480px){
     

    h1{
                font-size: 30px;
            }
            
            h2{
               font-size:30px;
            }
            
            
            h3{
                font-size: 16px;
            }

            h4{
                font-size: 20px;
            }
   

            .block{
                padding: 0 5px;
            }


    .container{
                padding: 0 10px;
    }

    .header__title-menu{
    text-align:left;
    font-family: 'Noto Sans', serif;
    line-height: 1.6;
    font-weight:650;
     font-size: 16px;
    }

    .mobile__img{
        height: 24px;
        width: auto;
    }

}
