#header {
    height: 50px;
}

#header contacts {

}
.container img{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
    }

@media (max-width: 767px) {
    .container {
        max-width: none;
    }

    .container img{
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.main {
    font-size: 20px;
    color: #000000;
}





.kontakt {
    text-align: center;
}

.tel {
    margin-top: 60px;
}
.tela1 {
    background-color: aqua;
    font-size: 50px;
    padding: 10px;
}

.tela1 a {
    color: #000000;
    text-decoration: none;
}

.telmts {
    background-color: aqua;
    font-size: 50px;
    padding: 10px;
}

.telmts a {
    color: #000000;
    text-decoration: none;
}
.working-hours {
    padding: 10px;
}

.working-hours p{
    font-size: 50px;
    color: #000000;
}

.content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content H1 {
    font-size: 50px;
    color: #000000;
    text-align: center;
}

.content H2 {
    font-size: 40px;
    color: #000000;
}

.content H3 {
    font-size: 35px;
    color: #000000;
    text-align: center;

}



.content p {
    font-size: 20px;
    color: #000000;
    text-indent: 20px;
}

.stoimost {
    font-size: 35px;
    color: #006400;
    text-align: center;
}

.topp {
    padding-top: 20px;
}

.kotprimpr {
    padding-top: 20px;
    max-width: 100%;
}

.kotprimpr p{
    font-size: 20px;
    color: #000000;
}

#footer{
    margin-top: 60px;
    background-color: #DAE8DF;
    height: 500px;
}



.menu {
    color: #000000;
    display: inline-block;

    width: 100%;
}





 nav {

    margin: 0 auto;
    display: inline-block;
    line-height: 1.2;
    height: 50px;
}





nav li a {
    font-family: 'Montserrat',sans-serif;
    color: #000000;
    font-size: 25px;
    font-weight: 900;
    padding: 10px;
    line-height: 1.2;
    margin: 20px 10px;
    display: inline-block;
}

nav ul li{text-align: justify !important;
     overflow:hidden; /* for IE6 */}


nav li a:hover {
    color: #000000;
    background-color: #9ACD32;
    padding: 10px;

    text-decoration: none;
    margin: 20px 10px;
}


#contactsfuter {
    background-color: #4169E1;
    height: 400px;
}

#contactsfuter H4 {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #FFFFFF;
    text-align: center;

    font-size: 40px;
}
#contactsfuter address {
    font-size: 40px;
    color: #FFFFFF;
}
#contactsfuter p {
    font-size: 30px;
    color: #FFFFFF;
}

.projects-contacts-tel-v {
   padding-top: 45px;
}

.projects-contacts-tel-v a {
    margin-top: 25px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height:20px;
    color:#FFFFE6;
    font-size:35px;
    font-weight: 500;
    margin-bottom: 25px; /* Отступ снизу */
    width: 560px; /* Ширина кнопки */
}
.projects-contacts-tel-v a:hover {
    color: #000;
    background-color:#FFED00;
    border: 2px solid #7a7b7e; /* Параметры рамки */
    width: 560px; /* Ширина кнопки */
    height: 60px; /* Высота */
    border-radius: 5px; /* Уголки */
    padding: 7px;
    text-decoration: none;
}
.projects-contacts-tel-mts {
    padding-top: 45px;
}
.projects-contacts-tel-mts a {
    margin-top: 25px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height:20px;
    color:#FFFFE6;
    font-size:35px;
    font-weight: 500;
    margin-bottom: 15px; /* Отступ снизу */


}
.projects-contacts-tel-mts a:hover {
    color: #FFFFFF;
    background-color:#E2001A;
    border: 2px solid #7a7b7e; /* Параметры рамки */
    width: 560px; /* Ширина кнопки */
    height: 60px; /* Высота */
    border-radius: 5px; /* Уголки */
    padding: 7px;
    text-decoration: none;


}

.projects-contacts-post-office {
    padding-top: 45px;
}

.projects-contacts-post-office a {
    margin-top: 25px;
    font-family: 'Oswald', sans-serif;
    line-height:20px;
    color:#FFFFE6;
    font-size:35px;
    font-weight: 500;
    margin-bottom: 15px; /* Отступ снизу */
    padding: 10px;


}
.projects-contacts-post-office a:hover {
    color: #1F386E;
    background-color:#FFFFE6;
    border-radius: 5px; /* Уголки */
    padding: 10px;
    text-decoration: none;

}

#ip {
    padding-top: 20px;
    padding-bottom: 15px;
}

#ip p {
    font-size: 18px;
}

@media (max-width: 1050px) {

    #footer{
    margin-top: 10px;
    height: 700px;
}
    #contactsfuter {
    height: 450px;
}

  .projects-contacts-tel-v a {

    font-size:30px;
}

.projects-contacts-tel-mts a {
  font-size:30px;

}

.projects-contacts-post-office a {
   font-size:30px;

}
}

@media (max-width: 990px) {

     #header {
    height: 120px;
}

    #footer{
    margin-top: 10px;
    height: 800px;
}

    #contactsfuter {
    height: 420px;
}
}

@media (max-width: 800px) {


.content H2 {
    font-size: 22px;

}
    .content H3 {
    font-size: 25px;
    }

 #footer{
    margin-top: 10px;
    height: 800px;
}

#contactsfuter {
    height: 500px;
}

.projects-contacts-tel-v a {

    font-size:20px;
}

.projects-contacts-tel-mts a {
  font-size:20px;

}

.projects-contacts-post-office a {
   font-size:20px;

}
}


@media (max-width: 750px) {

  #footer{
    margin-top: 10px;
    height: 750px;
}

     #contactsfuter {
    height: 500px;
}

}


@media (max-width: 740px) {

  #footer{
    margin-top: 10px;
    height: 800px;
}

     #contactsfuter {
    height: 500px;
}

}


@media (max-width: 735px) {

  #footer{
    margin-top: 10px;
    height: 850px;
}

     #contactsfuter {
    height: 500px;
}

}


@media (max-width: 730px) {

  #footer{
    margin-top: 10px;
    height: 910px;
}

     #contactsfuter {
    height: 500px;
}

}

 @media (max-width: 680px) {

  #footer{
    margin-top: 10px;
    height: 900px;
}

     #contactsfuter {
    height: 500px;
}

}

@media (max-width: 670px) {

  #footer{
    margin-top: 10px;
    height: 920px;
}

     #contactsfuter {
    height: 550px;
}

}


 @media (max-width: 650px) {



    #footer{
    margin-top: 10px;
    height: 920px;
}

     #contactsfuter {
    height: 580px;
}

}


@media (max-width: 645px) {



    #footer{
    margin-top: 10px;
    height: 1050px;
}



}


@media (max-width: 640px) {



    #footer{
    margin-top: 10px;
    height: 1070px;
}



}


@media (max-width: 620px) {



    #footer{
    margin-top: 10px;
    height: 1070px;
}


}


@media (max-width: 615px) {



    #footer{
    margin-top: 10px;
    height: 1120px;
}


}

@media (max-width: 610px) {

    #header {
    height: 150px;
}
}

@media (max-width: 600px) {

    #header {
    height: 140px;
}

    #footer{
    margin-top: 10px;
    height: 1150px;
}

    #contactsfuter {
    height: 580px;
}

}


@media (max-width: 580px) {



    #footer{
    margin-top: 10px;
    height: 1250px;
}

}

@media (max-width: 550px) {

    #header {
    height: 140px;
}

    #footer{
    margin-top: 10px;
    height: 1250px;
}

   #contactsfuter {
    height: 560px;
}

}


@media (max-width: 540px) {



    #footer{
    margin-top: 10px;
    height: 1250px;
}

}


@media (max-width: 500px) {

    #header {
    height: 140px;
}

    #footer{
    margin-top: 10px;
    height: 1270px;
}
    #contactsfuter {
    height: 550px;
}
}

@media (max-width: 480px) {

    #footer{
    margin-top: 10px;
    height: 1300px;
}

}

@media (max-width: 460px) {

    #footer{
    margin-top: 10px;
    height: 1300px;
}

}


@media (max-width: 450px) {

    #footer{
    margin-top: 10px;
    height: 1300px;
}

}

@media (max-width: 430px) {



    #footer{
    margin-top: 10px;
    height: 1320px;
}

}


@media (max-width: 420px) {



    #header {
    height: 160px;
}
    .main {
    font-size: 16px;
    color: #000000;
}
    .tela1 {
    background-color: aqua;
    font-size: 40px;
    padding: 10px;
}

    .telmts {
    background-color: aqua;
    font-size: 40px;
    padding: 10px;
}
    .working-hours p {
    font-size: 40px;

}

  .content H1 {
    font-size: 35px;
    color: #000000;
}

    .content H2 {
    font-size: 32px;
    color: #000000;
}

    #footer{
    margin-top: 20px;
    height: 1370px;
}
    #contactsfuter {
    height: 600px;
}

}

@media (max-width: 400px) {

    #footer{
    margin-top: 10px;
    height: 1400px;
}
}


@media (max-width: 380px) {


    .main {
    font-size: 22px;
    color: #000000;
}
    .tela1 {
    background-color: aqua;
    font-size: 35px;
    padding: 10px;
}

    .telmts {
    background-color: aqua;
    font-size: 35px;
    padding: 10px;
}
    .working-hours p {
    font-size: 35px;

}

    .content H1 {
    font-size: 30px;
    color: #000000;
}

    .content H2 {
    font-size: 30px;
    color: #000000;
}


    #contactsfuter {
    height: 600px;
}

    .projects-contacts-tel-v a {

    font-size:30px;
}

.projects-contacts-tel-mts a {
  font-size:30px;

}

.projects-contacts-post-office a {
   font-size:30px;

}

    #footer{
    margin-top: 20px;
    height: 1420px;
}

}


@media (max-width: 360px) {

    #footer{
    margin-top: 10px;
    height: 1430px;
}
}

@media (max-width: 350px) {

    #footer{
    margin-top: 10px;
    height: 1450px;
}
     #contactsfuter {
    height: 770px;
}

}

@media (max-width: 345px) {

    #footer{
    margin-top: 10px;
    height: 1500px;
}
     #contactsfuter {
    height: 700px;
}

}


@media (max-width: 300px) {

    #footer{
    margin-top: 10px;
    height: 1520px;
}
     #contactsfuter {
    height: 770px;
}

}


@media (max-width: 290px) {

    #footer{
    margin-top: 10px;
    height: 1520px;
}
    #contactsfuter {
    height: 670px;
}

}

@media (max-width: 280px) {

    #header {
    height: 140px;
}
    .main {
    font-size: 18px;
    color: #000000;
}
    nav li a {
    font-size: 20px;
    font-weight: 500;
   }

   .tela1 {
    background-color: aqua;
    font-size: 25px;
    padding: 10px;
}

    .telmts {
    background-color: aqua;
    font-size: 25px;
    padding: 10px;
}
    .working-hours p {
    font-size: 25px;

}

    .content H1 {
    font-size: 25px;
    color: #000000;
}
    .content H2 {
    font-size: 22px;

}
    .content H3 {
    font-size: 25px;
    }

    .content p {
    font-size: 16px;
    color: #000000;

}
    #footer{
    margin-top: 10px;
    height: 1300px;
}
    #contactsfuter {
    height: 470px;
}
    #contactsfuter H4 {
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: center;

    font-size: 40px;
}
#contactsfuter address {
    font-size: 30px;

}
#contactsfuter p {
    font-size: 20px;
    color: #FFFFFF;
}

    .projects-contacts-tel-v {
   padding-top: 15px;
}

.projects-contacts-tel-v a {

    font-size:20px;

}

.projects-contacts-tel-mts a {
  font-size:20px;

}

.projects-contacts-post-office a {
   font-size:20px;

}
}
