*{
    margin: 0;
    padding: 0;
}
body{
 font-family: Arial, Helvetica, sans-serif;
}
/**Header_style**/
#header{
  background-image: url(../icon/Без\ имени-1.png);
height: 376px;
    /**background: linear-gradient(180deg, rgb(25, 177, 143) 28%, rgb(86, 181, 184) 100%, rgb(237, 242, 208));**/
  
}
#header-container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content:space-between ;
    flex-wrap: wrap;
}
.logo{
    position: relative;
}
.logo span{
    color: white;
   position: absolute;
    top: 53px;
    right: -70px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 23px;
}
#menu{
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu a{
    text-decoration: none;
    font-weight: bold;
    color: white;
    font-size: 20px;
}
#menu a:hover{

    border-bottom: 2px solid white;
}
#menu a.active{

    border-bottom: 2px solid white;
}
#help-nav{
    background-color: #CED8D9FF;  
}
#main-nav{
    background-color: #CED8D9FF;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
#main-nav a{
    font-size: 21px;
    text-decoration: none;
    color: black;
}
#main-nav a:hover{

    border-bottom:2px solid black ;
}
#main-nav svg{
    width: 33px;
    height: 17px;
    fill: black;
}
#about-container{
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    
}
.help-active{
    border-bottom:2px solid black ;
}
/**Main**/
#main-container{
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
}
#container-title{
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
#container-text{
    margin-top: 20px;
    line-height: 1.5;
}
#main-items{
    margin-top: 20px;
}
#main-items h5, #items-two h5{
    font-size: 16px;
    margin-bottom: 15px;
}
#main-items ul, #items-two ul{
    padding-left: 15px;
    line-height: 1.8;
}
#items-two h5{
    margin-top: 15px;
}
#main-second-text{
    font-size: 18px;
    margin-top: 20px;
}
/**Footer**/
#footer{
    background-color: #0a449e;
    padding: 50px 0 30px;
}
#footer-container{
    max-width: 1200px;
    margin: 0 auto;
    color: white;   
    display: flex;
    align-items: center; 
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .logo {
    margin: 10px 0;
}
#footer .logo span{
    left: 98px;
    top: 48px;
    
}
#footer-text{
    width: 350px;
    line-height: 25px;
   
}
#footer-contact div {
    margin: 10px 0;
}
#footer-contact div a{
    color: white;
    font-size: 15px;
    text-decoration: none;
    
    
}
#footer-contact div{
    margin: 0 10px;
}
#footer-adres{
    width: 200px;
    margin: 0 10px;
   
}
#footer-contact{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 25px;
    flex-wrap: wrap;
    font-size: 15px;
    
}
#footer{
    background-color: #0a449e;
    padding: 20px 0;
}
#footer-container{
    max-width: 1200px;
    margin: 0 auto;
    color: white;   
    display: flex;
    align-items: center; 
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .logo {
    margin: 10px 0;
}
#footer .logo span{
    left: 98px;
    top: 48px;
    
}
#footer-title{
    text-align: center;
    color: white;
  font-size: 18px;
}
#footer-contact div {
    margin: 15px 0;
}
#footer-contact div a{
    color: white;
    font-size: 15px;
    text-decoration: none;    
}
.footer-tell a, .footer-email a{
    color: white;
    font-size: 15px;
    text-decoration: none;  
}
#footer-contact div{
    margin: 0 10px;
}
#footer-adres{
    width: 200px;
    margin: 0 10px;
   
}

/**1024-1229**/
@media screen and (max-width:1229px){
  #header-container{
      padding-left: 20px;
      padding-right: 20px;
  }
    #footer{
        padding-left: 20px;
        padding-right: 20px; 
    }
    #main-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    }
    
    /**768-1023**/
    @media screen and (max-width:1023px){
        .logo svg {
            fill: red;
            width: 150px;
            height: 150px;
        }
         #footer .logo span, .logo span{
            left: 77px;
            top: 57px;
            font-size: 15px;
        }
    }
    /**425-767**/
    @media screen and (max-width:767px){
   #header-conteiner{
       position: relative;
       
   }   
   .logo{
    margin-right: 66px;
   }
   #header-container{
    justify-content: center;
}
#menu{
  max-width: 400px;
  margin: 0 auto;
  justify-content: center;
}
#menu a{
  margin: 10px;
}
   #header-conteiner .logo{
       margin: 0 auto;
   }
#menu{
position: absolute;
top:107px;
left: calc(50% - 225px);
}
#footer-container{
    justify-content: center;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
#footer .logo span{
    left: 45px;
    top: 57px;
    font-size: 15px;
    }
    .contact-container {
        margin-bottom: 28px;
        margin-top: -50px;
    }
    #mobile-menu{
     max-width: 400px;
        display: block;
        top: calc(50% - 176px );
        left: calc(50% - 200px);
        text-align: center;
    }
}
    /**375-424**/
    @media screen and (max-width:424px){
        #menu{
            max-width: 320px;
            left: calc(50% - 160px);
        }
        #section-text{
            max-width: 320px;
        }
        #main-container{
            max-width: 320px;
        }
    }
    /**320-374**/
    @media screen and (max-width:374px){
        #main-container{
            padding-left: 10px;
            padding-right: 10px;
        }
        .main-items{
            max-width: 300px;
        }
        .main-items-text{
            max-width: 300px; 
        }
        #section-text{
            max-width: 300px;
            margin-top: 15px;
            line-height: 1.7;
        }
        .sub-mobile-menu {
            display: inline-block;
            padding: 15px 0;
            width: 290px;  
         }
         #mobile-menu{
            max-width: 310px;
               display: block;
               top: calc(50% - 176px );
               left: calc(50% - 155px);
               text-align: center;
           }
    }