.toggle-menu, .top-menu__mobile, .overlay {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-menu__mobile {
    display: block;
    width: 320px;
    max-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("/bitrix/templates/main/images/head_bg_new.jpg") center bottom #f4f4ec no-repeat;
    z-index: 50;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s -webkit-transform ease, 0.2s -webkit-box-shadow ease;
    transition: 0.2s -webkit-transform ease, 0.2s -webkit-box-shadow ease;
    -o-transition: 0.2s transform ease, 0.2s box-shadow ease;
    transition: 0.2s transform ease, 0.2s box-shadow ease;
    transition: 0.2s transform ease, 0.2s box-shadow ease, 0.2s -webkit-transform ease, 0.2s -webkit-box-shadow ease;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .top-menu__mobile.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 30px 0 20px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 30px 0 20px 10px rgba(0, 0, 0, 0.5);
  }

  .top-menu__close {
    position: absolute;
    right: 5%;
    top: 2%;
  }

  .top-menu__menu ul {
    list-style: none;
    text-align: left;
    margin-top: 50px;
    margin-left: 30px;
  }

  .top-menu__menu ul li {
    margin-bottom: 8px;
  }

  .top-menu__menu ul li a {
    font-size: 18px;
  }

  .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 49;
    top: 0;
    right: 0;
  }

  .overlay.active {
    display: block;
  }
}
