@media screen and (max-width:991px)
{
  .close-burger
  {
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    background-image: url('../images/close-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    outline: none;
    margin-top: 58px;
    margin-left: 72%;
    margin-bottom: 100px;
  }
  .burger-content
  {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top:140px
  }
  .burger-content li
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .burger-content .menu-item a
  {
    text-decoration: none;
    color: #fff;
    font-family: Formular;
    font-size: 16px;
    text-transform: uppercase;
  }
  .burger-menu .btn_green
  {
    display: block;
    left: 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width:768px)
{
  .close-burger
  {
    top: 10px;
    right: 20px;
    margin-top: 20px;
    margin-left: 80%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width:544px)
{
  .burger-menu .btn_green
  {
    width: 240px;
  }
}
@media screen and (max-width:370px)
{
  .burger-menu .btn_green
  {
    left: 20px;
  }
  .menu-item ul 
  {
    left: 20px;
  }
}