.container-sl{
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}

/*.tns-selector{
  .tns-nav{
    
    button{

      &.tns-nav-active{
        
      }
    }
  }

  .tns-controls{

    button{

      &[disabled]{

      }
    }
  }
}*/


.swiper .tns-controls button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.swiper .tns-controls button[disabled]{
  opacity: 0.2;
}

.swiper .tns-controls button:first-child{
  left: -76px;
  z-index: 2;
}

.swiper .tns-controls button:last-child{
  position: absolute;
  right: -76px;
  z-index: 2;
}

@media (max-width: 1500px){
  .swiper .tns-controls button{
  position: absolute;
  top: calc(100% + 20px);
  z-index: 2;

}


/*@media (max-width: 1500px){
  .swiper .tns-controls button{
  top: 106%;
  z-index: 2;
}*/
.swiper .tns-controls button:first-child{
  left: 38%;
  z-index: 2;
}

.swiper .tns-controls button:last-child{
  right: 38%;
  z-index: 2;
}
}
@media (max-width: 599px){
  .swiper .tns-controls button:first-child{
  left: calc(50% - 55px);
  z-index: 25
}

.swiper .tns-controls button:last-child{
  right: calc(50% - 55px);
  z-index: 2;
}
}

.image-triple .swiper-slide:not(:first-child){
  margin-top: 4px;
}


.container-sl #tns1-ow{
    display: initial
  }
  .container-sl #tns2-ow{
    display: none
  }

@media (max-width: 599px){
  .container-sl #tns1-ow{
    display: none
  }
  .container-sl #tns2-ow{
    display: initial
  }
}
