.navbar .navbra-toggler {
  display: none;
}
@media (max-width: 901px) {
  .navbar .btn {
    border: 2px solid #fff;
    display: block;
    max-width: 250px;
    margin: 10px auto;
  }
  .navbar .navbar-collapse {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #363636 !important;
    padding: 135px 0 0 0;
    overflow-y: scroll;
    z-index: -1;
  }
  .navbar .navbar-collapse .nav-item:not(.btn-item) {
    padding: 5px 25px;
    border-bottom: 1px solid #585858;
  }
  .navbar .navbar-toggler {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000001;
  }
  .navbar .navbar-toggler span {
    color: #fff;
  }
  .navbar .navbar-brand img {
    max-height: 50px !important;
  }
  #slider {
    min-height: 600px;
  }
  #slider .owl-item {
    min-height: 600px;
  }
  #slider .owl-item img {
    min-height: 600px;
  }
  #slider .owl-item .banner-text {
    padding-top: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #slider .owl-item .banner-text h1 {
    font-size: 38px;
  }
  #slider .owl-item .banner-text strong {
    font-size: 20px;
  }
  #slider .owl-item .banner-text em {
    margin-bottom: 0;
    font-size: 30px;
  }
  #slider .btn {
    margin-top: 0;
  }
  .fixed-window {
    display: none;
  }
  .about .col-md-6:last-child {
    padding: 0;
  }
  .form-hp:before {
    display: none;
  }
  .servis-lyzi-form .col-12 {
    padding: 0;
  }
  .clients h2 {
    padding-bottom: 0;
  }
  .clients #services #services-carousel .owl-item .slide {
    padding: 35px;
  }
  .clients #services .owl-nav .owl-prev {
    transform: translate(0) !important;
  }
  .clients #services .owl-nav .owl-next {
    transform: translate(0) !important;
  }
  .contacts .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
  }
  .contact-form:before {
    display: none;
  }
  .teach .container h3 {
    font-size: 20px;
    top: 35%;
  }
  .teach:before {
    display: none;
  }
  .teach img:not(.play-button) {
    min-height: 400px;
    object-fit: cover;
  }
  .teach .play-button {
    top: 50% !important;
  }
  .teach h2 {
    font-size: 25px;
  }
  em {
    display: block;
    padding: 20px 0 !important;
  }
  em:before {
    left: 50px !important;
  }
  em:after {
    right: 50px !important;
  }
  footer .col-md-4 {
    padding: 0;
  }
}
.hide {
  display: none;
}
.clients ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 25px 0;
}
.clients ul li {
  max-width: 25%;
  flex: 0 0 25%;
}
.clients ul li:last-child {
  margin-top: 20px;
}
.clients ul li img {
  max-height: 150px;
  object-fit: contain;
  max-width: 180px;
}
