@media screen and (max-width: 992px) {

    div::-webkit-scrollbar {
        width: 12px;               /* ширина scrollbar */
    }
    ::-webkit-scrollbar {
        width: 0px;               /* ширина scrollbar */
    }

  #about{
    display: grid;
  }
  .slick-arrow{
    display: none !important;
  }
  section {
    height: 950px;
  }

  body.lock{
    overflow: hidden;
  }

  ul.ulfu li {
    width: 128px;
  }

  .insta {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
  }
  
  .burger{
    display: block;
    width: 25px;
    height: 20px;
    z-index: 3;
    position: fixed;
    right: 40px;
    top: 40px;
    background-color: rgb(0 0 0 / 26%);
    border: 8px solid rgb(0 0 0 / 21%);
  }
  .burger span{
    position: absolute;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }
  .burger:after,
  .burger:before{
    content: '';
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .burger:before{
    top: 0;
  }
  .burger:after{
    bottom: 0;
  }

  .burger.active span{
    transform: scale(0);
  }

  .burger.active:before{
    transform: rotate(45deg);
    top: 9px;
  }
  .burger.active:after{
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .menu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    text-align: left;
    background: rgba(95, 95, 95, 0.582);
    z-index: 2;
    transition: all 0.5s ease 0s;
  }
  .menu.active{
    right: 0;
  }

  .ds {
    -webkit-text-stroke: 2px var(--main-color-dark);
    }

  ul li{
    display: block;
  }

  nav ul{
    margin-top: 60px;
  }

  nav li a {
    margin: 0px 0px 0px 10px;
}
h1{
  font-size: 6em !important;
}

.slick-slider {
  height: 300px !important;
  width: 300px !important;
}

.arroww{
  font-size: 1.2em !important;
  width: 360px !important;
}
.muzcontainer {
    margin: 10px;
}

.inf {
    width: 356px;
    height: 152px;
    border-radius: 12px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.fucon {
    position: relative;
    width: 80%;
    display: grid;
    align-items: center;
}

.fl {
    left: 0;
    position: absolute;
    display: contents;
}

.fr {
    right: 0;
    position: relative;
    display: flow;
    bottom: -15px;
}

.social-link {
  bottom: 20%;
}

}