@media (max-width: 1024px){
    .ba-hamburger-menu .open-menu i:after {
     content: "меню";
     float: left;
     font-family: PT Sans;
     font-size: 16px;
     margin-top: 1px;
     margin-right: 10px;
    }

  .ss-fff {
   color: #fff;
  }
  
  .bok {
 padding-left: 15px; 
}
.bok:before {
background-color: #76b334;
position: absolute;
top: 5px;
left: 0;
width: 5px;
height: 24px;
content: ''; 
}
  
  /*вращение*/
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-img .ba-image-wrapper {
  -webkit-animation: rotating 25s ease-in-out infinite;
  -moz-animation: rotating 25s ease-in-out infinite;
  -ms-animation: rotating 25s ease-in-out infinite;
  -o-animation: rotating 25s ease-in-out infinite;
  animation: rotating 25s ease-in-out infinite;
}
  
  
/*градиент кнопки*/
.btn-gradient a, .ba-form-submit-btn {
  border-radius: 50px;
  color: #000001;
  background: linear-gradient(92deg, #8CAB69 0.5%, #93D34B 105.53%, #93D649 105.54%);
}
/*конец - градиент кнопки*/

/*пульсация оверлея и кнопки формы*/
.pulse a, .ba-form-submit-btn {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(147,214,73, 0.7);
  animation: pulse 2s infinite;
}
.pulse a:hover, .ba-form-submit-btn:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(147,214,73, 0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(147,214,73, 0.7);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(147,214,73, 0.7);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(147,214,73, 0.7);
    box-shadow: 0 0 0 0 rgba(147,214,73, 0.7);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(147,214,73, 0);
      box-shadow: 0 0 0 10px rgba(147,214,73, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(147,214,73, 0);
      box-shadow: 0 0 0 0 rgba(147,214,73, 0);
  }
}
/*конец - пульсация оверлея и кнопки формы*/


/*вращение птичек*/
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate-360deg);
  }
}
.reels .ba-video-wrapper{
height: 200px;
}
/*
.rotate-img img {
  -webkit-animation: rotating 3s ease-in infinite;
  -moz-animation: rotating 3s ease-in infinite;
  -ms-animation: rotating 3s ease-in infinite;
  -o-animation: rotating 3s ease-in infinite;
  animation: rotating 3s ease-in infinite;
}

