#header {
    height: 50px;
}

nav {
    margin: 0 auto;
    display: inline-block;
    line-height: 1.2;
    height: 150px;
}

nav li a {
    font-family: 'Montserrat',sans-serif;
    color: #006400;
    font-size: 25px;
    font-weight: 900;
    padding: 10px;
    line-height: 1.2;
    margin: 20px 10px;
    display: inline-block;
    text-decoration: none;  /* Убирает нижнее подчеркивание ссылки */
}

nav ul li{text-align: justify !important;
     overflow:hidden; /* for IE6 */}



.container img{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
    }

.col-md-6 img{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
    }

.content {
    margin-top: 120px;
    margin-bottom: 10px;
}

.content H1 {
    font-size: 50px;
    color: #191970;
    text-align: center;
    margin-bottom: 10px;
}

.content H2 {
    font-size: 40px;
    color: #191970;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.content p {
    font-size: 20px;
    color: #191970;
    text-align: left;
    text-indent: 20px;
    font-weight: 400;
}

#footer{
    margin-top: 60px;
    margin-bottom: 10px;
}

#contacts-fut {

}

#contacts-fut H4 {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #191970;
    text-align: center;
    font-size: 40px;
}

#contacts-fut address {
    font-size: 40px;
    color: #191970;
}

#contacts-fut p {
    font-size: 30px;
    color: #191970;
}

.contacts-tel {
   padding-top: 45px;
   line-height:30px; /* Межстрочный интервал */
}

.contacts-tel a {
    margin-top: 25px; /* Отступ сверху */
    font-family: 'Oswald', sans-serif;
    line-height:30px; /* Межстрочный интервал */
    color:#191970; /* Цвет шрифта */
    font-size:35px; /* Размер шрифта */
    font-weight: 500; /* Жирность шрифта */
    margin-bottom: 25px; /* Отступ снизу */
    text-decoration: none;
}

#ip {
    padding-top: 20px;
    padding-bottom: 15px;
}

#ip p {
    font-size: 18px;
    color: #191970;
}

@media (max-width: 1050px) {

    #header {
    height: 60px;
}
}

@media (max-width: 990px) {

    #header {
    height: 80px;
}
}

@media (max-width: 800px) {

    #header {
    height: 100px;
}
}

@media (max-width: 560px) {

    #header {
    height: 130px;
}
}



@media (max-width: 490px) {

    #header {
    height: 150px;
}

    .content H1 {
    font-size: 40px;

}
    .content H2 {
    font-size: 35px;

}

}

@media (max-width: 430px) {

    #header {
    height: 100px;
}

    nav li a {
    font-size: 20px;
    font-weight: 600;
 }

    .content H1 {
    font-size: 38px;

}
    .content H2 {
    font-size: 33px;

}

}


@media (max-width: 370px) {

    #header {
    height: 120px;
}

    nav li a {
    font-size: 20px;
    font-weight: 400;
 }

    .content H1 {
    font-size: 38px;
    font-weight: 400;

}
    .content H2 {
    font-size: 33px;
    font-weight: 400;
}

}


@media (max-width: 350px) {

    .content H1 {
    font-size: 35px;
    font-weight: 400;

 }
    .content H2 {
    font-size: 30px;
    font-weight: 400;
}

}


@media (max-width: 315px) {

    .content H1 {
    font-size: 33px;
    font-weight: 400;

 }
    .content H2 {
    font-size: 30px;
    font-weight: 400;
}

}

@media (max-width: 306px) {


     #header {
    height: 140px;
   }

    nav li a {
   margin: 5px 10px;
  }

    .content H1 {
    font-size: 30px;
    font-weight: 400;

  }
    .content H2 {
    font-size: 27px;
    font-weight: 400;
    }
}


@media (max-width: 280px) {


     #header {
    height: 140px;
   }

    nav li a {
   margin: 5px 10px;
  }

    .content H1 {
    font-size: 27px;
    font-weight: 400;

  }
    .content H2 {
    font-size: 25px;
    font-weight: 400;
    }
}




