.types.tachographs{
	padding-top:10px;
}
.type-list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 56px -15px 0;
}
  .type-list .item{    
    -ms-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px;
  }
    .type-list .item a {
      width: 100%;
      display: block;
      background-color: #fff;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-repeat: no-repeat;
      height: 350px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 68px;
      padding-left: 56px;
      font-size: 1em;
      color: #0fb445;
      font-weight: 600;
      margin-bottom: 30px;
	  background-size: contain;
	  background-position: bottom;
	  background-blend-mode: luminosity;
    }
    .type-list .item a:hover {
      cursor: pointer;
      -webkit-box-shadow: 0 16px 42px 0 rgba(0,0,0,.09);
      box-shadow: 0 16px 42px 0 rgba(0,0,0,.09);
	  background-blend-mode: unset;
    }
      .type-list .item .type-glonass-gps-tracking {
        background-image: url(../../../../bitrix/templates/navisell/img/services/glonass-gps-tracking.png);
      }
      .type-list .item .type-fuel-gas-control {
        background-image: url(../../../../bitrix/templates/navisell/img/services/fuel-gas-control.png);
      }
      .type-list .item .type-tachograph-service {
        background-image: url(../../../../bitrix/templates/navisell/img/services/tachograph-service.png);
      }
      .type-list .item .type-tachograph-cards {
        background-image: url(../../../../bitrix/templates/navisell/img/services/tachograph-cards.png);
      }
      .type-list .item .type-glonass-gps-software {
        background-image: url(../../../../bitrix/templates/navisell/img/services/glonass-gps-software.png);
      }
      .type-list .item .type-tachograph-skzi-block {
        background-image: url(../../../../bitrix/templates/navisell/img/services/tachograph-skzi-block.png);
      }
    .type-list .item a, 
    .type-list .item span {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 20px;
      font-weight: 700;
      line-height: 32px;
      padding-top: 10px;
      color: #0fb445;
	  padding-left: 20px;
    }
	.type-list .item span .yellow{ color:#fdaf00;}
@media only screen and (min-width:768px) and (max-width: 991px){

  .type-list .item a{
    height: 232px;
    padding: 20px;
    background-position: right bottom;
    background-size: auto 85%;
  }
.type-list .item:nth-child(1) a,.type-list .item:nth-child(2) a,.type-list .item:nth-child(3) a,.type-list .item:nth-child(4) a,.type-list .item:nth-child(5) a, .type-list .item:nth-child(6) a{
	  background-image:unset;
  }
  .type-list .item a, .type-list .item span{
    font-size: 20px;
    line-height: 1.3
  }
}

@media only screen and (max-width:767px){
  .type-list .item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .type-list .item a{
    height: 120px;
    padding: 25px;
    background-position: right bottom;
    background-size: auto 85%;
    padding: 25px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
.type-list .item:nth-child(1) a,.type-list .item:nth-child(2) a,.type-list .item:nth-child(3) a,.type-list .item:nth-child(4) a,.type-list .item:nth-child(5) a, .type-list .item:nth-child(6) a{
	  background-image:unset;
  }
    .type-list .item a, .type-list .item span{
      font-size: 1.2rem;
      line-height: 1;
    }
}

@media only screen and (max-width:480px){
  .type-list .item {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .type-list .item a{
    height: auto;
    padding: 20px;
    background-size: auto 100%;
    background-position: right;
  }
  .type-list .item:nth-child(1) a,.type-list .item:nth-child(2) a,.type-list .item:nth-child(3) a,.type-list .item:nth-child(4) a,.type-list .item:nth-child(5) a, .type-list .item:nth-child(6) a{
	  background-image:unset;
  }
}