@font-face {
    font-family: 'Open Sans';
    src: url(./fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'Open Sans medium';
    src: url(./fonts/OpenSans-Medium.ttf);
}
html {
    width: 100%;
    max-width: 1600px;
    min-width: 320px;
}
div {
    font-family: 'Open Sans';
}
.coop {
    background-image: url(фон.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 1720px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#navbar-ul {
    display: flex;
    flex-wrap: wrap;
}
.navbar-brand img {
    width: 70px;
    height: 50px;
    vertical-align: middle;
}
.logonav{
    height: 80px;
    border-bottom: 2px solid #FEF102;
}
.nav-link {
    font-size: 15px;
    display: flex;
}
.navbar .navbar-nav .nav-item {
    margin: 0 0 0 70px;
    display: flex;
}
.blockcoop {
    height: 1570px;
    margin-top: 60px;
}
.coop h4 {
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
}
.text1 {
    font-family: 'Open Sans medium';
    text-align: center;
    font-size: 19px;
    margin-bottom: 50px;
}
.coop h5 {
    font-size: 20px; 
}
.text2 {
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 15px;
}
form {
    border-top: 2px solid #ED1B24;
    border-bottom: 2px solid #ED1B24;
    height: 730px;
}
form h5 {
    font-family: 'Open Sans medium';
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
form input {
    margin: 5px auto;
    display: block;
    height: 55px;
    width: 60%;
    border: 2px solid #1193EF;
    border-radius: 10px;
    padding-left: 15px;
}
form input:focus {
    outline: none;
}
form .formbtn {
    height: 60px;
    width: 280px;
    background-color: #1193EF;
    border: 1px solid #1193EF;
    border-radius: 5px;
    margin: 35px auto;
    color: white;
    display: block;
    font-size: 17px;
    font-weight: 600;
}
form .formbtn:hover {
    width: 285px;
    height: 65px;
    font-size: 18px;
    transition: 0.5s all;
}
.h5maps {
    text-align: center;
    margin-top: 20px;
}
.fil {
    height: 520px;
    display: block;
    margin-top: 30px;
    position: relative;
}
.fil1 {
    height: 100%;
    width: 500px;
    position: relative;
    display: inline-block;
    float: left;
    border: 1px solid black;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    background-color: white;
}
.map1 {
    height: 350px;
    width: 350px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.fil h6 {
    font-size: 13px;
}
.fil2 {
    height: 100%;
    width: 500px;
    position: relative;
    display: inline-block;
    float: right;
    border: 1px solid black;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    background-color: white;
}
.map2 {
    height: 350px;
    width: 350px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}
 .foot {
    height: 310px;
    display: flex;
    justify-content: space-around;
    background-color: #7F7F7F;
    color: white;
    position: relative;
    padding-top: 30px;
 }
 .logofoot {
     width: 200px;
     height: 150px;
     position: relative;
     display: inline-block;
 }
 .logofoot img {
     width: 100px;
     height: 80px;
 }
 .navfoot {
     height: 100%;
     width: 200px;
     position: relative;
     display: inline-block;
     text-align: left;
     line-height: 30px;
 }
 .navfoot h4 {
     font-weight: 700;
     margin-bottom: 20px;
     font-size: 18px;
 }
 .navfoot p {
     font-size: 16px;
 }
 .kontfoot {
     height: 100%;
     width: 200px;
     position: relative;
     display: inline-block;
     text-align: left;
     line-height: 30px;
 }
 .kontfoot h4 {
     font-weight: 700;
     margin-bottom: 20px;
     font-size: 18px;
 }
 .kontfoot p {
     font-size: 16px;
 }
 .foot a {
    color: white;
    text-decoration: none;
}
.foot a:hover {
    font-size: 19px;
    transition: all 0.5s;
    color: white;
    text-decoration: none;
}
 @media screen and (min-width: 1360px) and (max-width: 1680px) {
       header {
    height: 85px;
}
    .nav-link {
    font-size: 15px;
}
    .navbar .navbar-nav .nav-item {
        margin: 0 0 0 80px;
    }
    .fil1 {
     width: 600px;
 }
 .fil2 {
     width: 600px;
 }
}
  @media screen and (min-width: 320px) and (max-width: 700px) {
       .logonav{
    height: 70px;
    }
    .navbar-brand img {
    width: 50px;
    height: 35px;
}
.navbar-toggler {
    width: 50px;
    height: 50px;
}
.coop {
    height: 1870px;
}
.coop h4 {
    font-size: 14px;
}
.blockcoop {
    height: 1780px;
    margin-top: 20px;
}
.text1 {
    font-size: 12px;
    margin-bottom: 15px;
}
.coop h5 {
    font-size: 13px; 
}
.text2 {
    font-size: 12px;
}
form {
    height: 530px;
}
form input {
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
}
form .formbtn {
    height: 30px;
    width: 180px;
    font-size: 15px;
}
form .formbtn:hover {
    width: 183px;
    height: 33px;
    font-size: 16px;
}
.fil {
    margin-top: 10px;
    height: 990px;
    width: 100%
}
.fil1 {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
    font-size: 10px;
}
.fil2 {
    display: block;
    width: 100%;
    height: 470px;
    margin: 0 auto;
    float: none;
    font-size: 10px;
}
.map2 {
    margin-top: 0px;
}
.foot {
    height: 150px;
    padding-top: 10px;
 }
 .logofoot {
     width: 100px;
     height: 80px;
 }
 .logofoot img {
     width: 90px;
     height: 70px;
 }
 .navfoot {
     height: 100%;
     width: 100px;
     line-height: 15px;
 }
 .navfoot h4 {
     margin-bottom: 10px;
     font-size: 10px;
 }
 .navfoot p {
     font-size: 9px;
 }
 .logofoot img {
     width: 50px;
     height: 40px;
 }
 .kontfoot {
     height: 100%;
     width: 100px;
     position: relative;
     display: inline-block;
     text-align: left;
     line-height: 15px;
 }
 .kontfoot h4 {
     margin-bottom: 10px;
     font-size: 10px;
 }
 .kontfoot p {
     font-size: 9px;
 }
 .foot a:hover {
    font-size: 10px;
 }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
    .logonav{
    height: 80px;
    }
    .navbar-brand img {
    width: 50px;
    height: 35px;
}
 .nav-link {
    font-size: 12px;
 }
 .navbar .navbar-nav .nav-item {
    margin: 0 0 0 20px;
}
.navbar-toggler {
    width: 50px;
    height: 50px;
}
.coop {
    height: 2070px;
}
.coop h4 {
    font-size: 17px;
}
.blockcoop {
    height: 1970px;
    margin-top: 20px;
}
.text1 {
    font-size: 14px;
    margin-bottom: 15px;
}
.coop h5 {
    font-size: 15px; 
}
.text2 {
    font-size: 13px;
}
form {
    height: 660px;
}
form input {
    height: 50px;
    border-radius: 7px;
    font-size: 15px;
}
form .formbtn {
    height: 40px;
    width: 180px;
    font-size: 15px;
}
form .formbtn:hover {
    width: 185px;
    height: 45px;
    font-size: 16px;
}
.fil {
    margin-top: 10px;
    height: 1060px;
}
.fil1 {
    display: block;
    height: 520px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}
.fil2 {
    display: block;
    height: 520px;
    margin: 0 auto;
    float: none;
}
  .foot {
    height: 200px;
    padding-top: 15px;
 }
 .logofoot {
     width: 120px;
     height: 80px;
 }
 .logofoot img {
     width: 70px;
     height: 60px;
 }
 .navfoot {
     height: 100%;
     width: 120px;
     line-height: 20px;
 }
 .navfoot h4 {
     margin-bottom: 10px;
     font-size: 12px;
 }
 .navfoot p {
     font-size: 10px;
 }
 .kontfoot {
     height: 100%;
     width: 120px;
     position: relative;
     display: inline-block;
     text-align: left;
     line-height: 15px;
 }
 .kontfoot h4 {
     margin-bottom: 10px;
     font-size: 12px;
 }
 .kontfoot p {
     font-size: 10px;
 }
 .foot a:hover {
    font-size: 11px;
 }
}
@media screen and (min-width: 1024px) and (max-width: 1360px) {
    .nav-link {
    font-size: 14px;
    display: flex;
}
.nav-link {
    font-size: 14px;
 }
 .navbar .navbar-nav .nav-item {
    margin: 0 0 0 43px;
}
.fil1 {
    width: 450px;
}
.fil2 {
    width: 450px;
}
}