* {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: Molot;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Molot.eot?#iefix") format("embedded-opentype"), url("../fonts/Molot.woff2") format("woff2"), url("../fonts/Molot.woff") format("woff"), url("../fonts/Molot.ttf") format("truetype"), url("../fonts/Molot.svg#Molot") format("svg"); }

html, body {
  height: 100%; 
overflow: hidden;
}

body {
  font-family: "Molot" !important;
  text-align: center; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

.h768 {
  max-width: 42% !important;
}

h3 {
  font-family: "Molot" !important;
  font-size: 70px !important;
  margin-bottom: 0px; }

.descr {
  background-color: #000;
  color: #fff;
  font-size: 21px;
  width: 75%;
  margin: 0 auto;
  padding: 20px;}

.desc1r {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 21px;
  width: 75%;
  margin: 0 auto;
  padding: 20px;}

.wrap--1 {
  height: 100%;
  display: table;
  margin: 0 auto;
  padding-bottom: 54px; }
  .wrap--1 .main {
    display: table-cell;
    vertical-align: middle; }

.about {
  display: table;
  margin: 0 auto;
  padding: 30px;
  width: 100%; }
  .about .food {
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
    width: 22%;
    text-align: right; }
      .about .food a {
        text-decoration: none;
        color: #000;
      }
      .about .food a:hover {
        text-decoration: underline;
      }
  .about .socials {
    display: table-cell;
    width: 33%; }
    .about .socials p {
      font-size: 24px; }
    .about .socials ul {
      list-style-type: none; }
      .about .socials ul li {
        display: inline-block; }
        .about .socials ul li a {
          width: 30px;
          height: 30px; }
img{
  max-width: 100%;
}
footer {
  background-color: #3b3b3b;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%; }
  footer p {
    margin: 0;
  }
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px)
  and (-webkit-min-device-pixel-ratio : 4) 
  and (-webkit-device-pixel-ratio : 4)
  and (orientation: portrait) {
  .bg img {
    max-width: 82% !important;
  }
  .about .food {
      font-size: 30px;
  }
  .about .socials p {
    margin-bottom: 0;
  }
  .about .socials ul li a img {
    width: 25px;
  }
}

@media (min-width: 1200px) {
  .bg img {
    max-width: 50%
  }
  .descr {
    width: 65%;
    padding: 15px;
    font-size: 19px;
  } 
  .desc1r {
    width: 65%;
    padding: 15px;
    font-size: 19px;
    
  }
  .about {
    padding: 15px;
  }
  .about .socials p {
    margin-bottom: 0;
  }
  .wrap--1 .main {
    padding-bottom: 35px;}
}
@media (min-width: 768px) and (max-width: 1024px) {
  html, body {
    overflow-y: visible;
  }
  h3 {
    margin-bottom: 0;
  }
  .descr br {
    display: none;
  }
  .bg img {
    max-width: 65%
  }
  .about {
    width: 90%;
    padding: 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  html, body {
    overflow-y: visible;
  }
  body {
    padding-bottom: 40px;
  }
  h3 {
    margin-bottom: 0;
  }
  .about {
    width: 65%;
  }
  .food {
    border-right: 15px solid transparent;
  }
}
@media (max-width: 480px) {
  h3 {
    margin-bottom: 0;
    font-size: 48px !important;
  }
  .h768 {
    max-width: 82% !important;
  }
  .descr {
    font-size: 1rem;
    padding: 10px;
    line-height: 1.2em;
  }
  .descr br {
    display: none;
  }  
  .desc1r {
    font-size: 1rem;
    padding: 10px;
    line-height: 1.2em;
  }
  .desc1r br {
    display: none;
    
  }
  .about {
    padding: 5px 30px;
  }
  .about .food {
    font-size: 30px;
  }
  .about .socials p {
    margin-bottom: 0;
  }
}
@media (max-width: 320px) {
  .about .food {
    font-size: 30px;
  }
  .about .socials p {
    margin-bottom: 0;
  }
  .about .socials ul li a img {
    width: 25px;
  }  
}