.kv{      
  position: relative;
  background-image: url(../images/technologies/technologies_kv.jpg);background-size: 100%;background-position: center; background-repeat: no-repeat;
} 
.kv .link{position: absolute; width: 100%; height: 100%;}
.tabs {  
  margin-bottom: 32px;font-size:0;margin-top: 30px;
} 
.tabs a{
  font-size:1rem;
  display: inline-block;
  width: calc((100% - 70px) / 6 );
  line-height: 52px;
  text-align: center;text-decoration: none;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  margin-right: 14px;
  font-size: 22px;
}
.tabs a.current{
  background-color: #000;
  color: #fff;
}
.tabs a:last-of-type{
  margin-right: 0;
}

.technologies{font-size: 0;display: none;}
.technology-item .logo-container {
    display:inline-block;
    font-size: 22px;font-weight: bold;height:2.4rem;
    margin-left: 20px; margin-top: 19px; margin-bottom: 19px;
    /*padding-left: 46px;*/
    background-repeat: no-repeat;
    background-position: left 9%;
    background-size: auto 37px;
}
.technology-item .text{
  display: inline-block;
  padding-left: 20px;padding-right: 20px;
  margin-bottom: 19px;
}
.technology-item{
  font-size:1rem;
  display: inline-block;
  margin-bottom: 20px;margin-right: 20px;
  vertical-align: top;
  width: 328px;
}
.technology-item:nth-of-type(3n){
  margin-right: 0px;
}
.technology-item:hover{
  text-decoration: none;
}

@media screen and (max-width:640px) {
  
  .kv{   
    background-image: url(../images/technologies/technologies_kv_sp.jpg); 
  } 
  
  .tabs{
    /* margin-top:40px;  */
  }
  .tabs a{
    width: calc((100% - 16px) / 2 );
      line-height: 2.5;
  }
  .tabs a:nth-of-type(2n){
    margin-right: 0px;    margin-bottom: 13px;
  }
  .content{
    border-bottom: 0px none;
    padding-bottom: 0;
  }
  .technology-item .text{padding-left: 0;padding-right: 0}
  .technology-item .logo-container{
    margin-left: 0;
  }
  .technology-item{
    width: 100%;
  }

}