html{
  height: 100%;
}
body {
  background-color: #fff;
  background-image: url(../img/fon.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-text-size-adjust: none;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1, h2, h3, h4, p {
  color: #fff;
  margin: 0;
  text-shadow: 0px 0px 0px #000, 0 0 1px #000, 0 0 1px #000;
}

ul {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #000; }

input {
  width: 100%;
  max-width: 500px;
  border-radius: 50px;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  outline: none;
  border: 1px solid #ED4C37; }

.video-hero--content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
#main-logo{
  width: 250px;
  height: auto;
  margin-bottom: 10px;
}
.filterscreen-footer{
  text-align: center;
}
.redline{
  background-color: red;
  color: #fff;
  padding: 10px;
}
#content{
   flex: 1 0 auto;
   min-height: 650px;
}
#footer{
   flex: 0 0 auto;
   z-index: 1;
   bottom: 0;
}
#fon{
  margin-top: 10px;
  width: 100%;
  position: relative;
  z-index: -1;
}
#fon img{
    height: auto;
    z-index: 0;
    display: inline-block;
    margin: 0 5px;
}
#f4{
  width: 130px;
}

@media only screen and (min-width: 1100px) {
    .btn-hamburger {
        display: none;
    }
}
@media only screen and (max-width: 1100px) {
    #fon{
      display: none;
    }
}