.bellows {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }



.bellows__header { cursor: pointer; }

.bellows__content a { color:red; line-height: 0; height:auto; font-size:15px; border-right: none; border-left:none; border-top:none; border-bottom: none; }

  .bellows__header:active {
 }

  .bellows__header h1,
  .bellows__header h2,
  .bellows__header h3,
  .bellows__header h4 {
    margin: 0; }

.bellows__content {
  padding: 20px;
  }
  .bellows__content .bellows {
    margin-top: 20px; }
@media screen and (max-width: 1000px){
  /* .bellows__content { border: 1px solid #ecf0f1;  } */
  .bellows__item { width:100%; display: table;}
  .bellows__header {
  height: 63px;
  padding:0 8% 0 16%;  
  background:url(../img/a10.png) 8% center no-repeat;
  vertical-align: middle;
  line-height: 63px;  
  font-size: 15px; 
  cursor: pointer;
}
.bellows__content a { 
 height: 63px; 
 display: table-cell; 
 padding:0 8% 0 16%; 
 background:url(../img/a10.png) 8% center no-repeat; 
 vertical-align:middle; 
 line-height: 1.2; 
 font-size:15px; 
 color:red; 
 display:block; 
 height:auto;
 }
}