body {
    margin: 0;
    font-family: sans-serif;
    /*background: linear-gradient(45deg, #82a3f54a, #ec82e724);*/
    
    /*display: flex;*/
    /*flex-direction: column;*/
    min-height: 100vh;
    position: relative;


}
a {
    color:#000;
    text-decoration: none;
}
.container {
    max-width:1200px;
    width:100%;
    margin:auto;
}
.head {
    background: #25c;
    color: #fff;
}
.h {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.head a {
    display: inline-block;
    color: #fff;

}
.menu a {
    padding: 15px 10px;
}
.active {
    background: #00000036;
}
.logo a {
    font-size:35px;
    font-weight: bold;
}
.slider {
    background: url(/img/fon.png);
    background-size: cover;
    background-position: 0px -271px;
    height: 509px;
}
.flex {
    display: flex;
    align-items: center;
}
.ml {
    margin-left:100px;
}
.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1b43a1;
    text-align:center;
}
.two {
    display: flex;
}
.colum {
    margin:10px;
}
.colum a {
    background: #25c;
    color: #fff;
    padding: 10px;
    display: block;
    margin-top: 25px;
    width: 97px;
}
.b a {
    background: #25c;
    color: #fff;
    padding: 10px;
    display: block;
    margin-top: 25px;
}
.foot{
    min-height: 100px;
    padding: 10px 0;
    background: #0c1f4c;
    color: #fff;
    bottom: 0;
    position: absolute;
    width: 100%;  
}
.prefoot {
    height:130px;
}
@media (max-width:700px) {
    .logo-word {
        display: none !important;   
    }
    .two {
    display: block;
    }
}