li.slide-one-car  {
  background: url(/images/car-slide.jpg) no-repeat;
  background-position: 50% 0px;}

.delivery-content > #dev {
    width: 450px;
    height: 469px;
    background: #f8f8f8;
    box-sizing:border-box;
    float: left;
    padding-top: 130px;
    text-align: center;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

#dev > header {
    color: #8c8c8c;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 10px;
}

#dev > ul {
    margin-bottom: 10px;
}

#dev > ul >li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

#dev > span {
    color:#464242;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;

}

.delivery-content {
    padding-top: 50px;
    margin-bottom: 50px;
}

#dev > a {
  background: #d18181;
  text-decoration: none;
  padding: 9px 30px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: 0.5s linear; 
  text-transform: uppercase;
}

  #dev > a:hover {
    background: #5ad1e0;
  }

  .main-dev-content {
    float: right;
    width: 455px;
  }

  .main-dev-content > h2 {
      padding: 0;
      margin-bottom: 0px;
      color: #464242;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 18px;
  }

  .main-dev-content > span {
    display: block;
    font-size: 18px;
    color:#c4c3c3;
    padding-top: 10px;
  }

  .main-dev-content > span > b {
    color:#5ad1e0;
    font-weight: normal;
  }

  #delivery-accordion {
    margin: 25px 0 15px 0;
    color:#7a7a7a;
  }

  #delivery-accordion > div > header {
    color:#979797;
    text-transform: uppercase;
    padding: 8px 18px;
    cursor: pointer;
    border:1px solid #e9e9e9;
    margin-bottom: -1px;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; 
  }

#delivery-accordion > div.active > header, #delivery-accordion > div > header:hover {
    color:#464242; }

#delivery-accordion > div > header:after {
  content: '';
  position: absolute;
  display: inline-block;
  right:18px;
  top:15px;
  width: 10px;
  height: 6px;
  background: url(/images/this-after-top.png);}

 /* #delivery-accordion > div.active > header:after, #delivery-accordion > div > header:hover:after {

    -moz-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
  } */

  .dev-spisky li {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-bottom: 3px;
    line-height: 16px;
  }

  .dev-spisky li:before {
    content: '•';
    color: #d18181;
    position: absolute;
    top:2px;
    left: 0;
  }

  #delivery-accordion > div > div {
    padding: 25px 15px 25px 8px;
    display: none;
    height: 208px;
  }

  .dev-plus {
    list-style-type: none;
  }
  .dev-plus > li {
    float: left;
    vertical-align: top;
    border: 1px solid #e9e9e9;
    width: 24%;
    margin: 0.666%;
    text-align: center;
    color: #413838;
    padding-bottom: 20px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dev-plus > li:first-child {
    margin-left: 0;
  }
  .dev-plus > li:last-child {
    margin-right: 0;
  }
  .dev-plus > li > div {
    height: 140px;
  }

  .dev-plus > li > b {
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
.dev-plus > li > p {
  line-height: 21px;
}

.dev-plus > li.dev-plus1 > div {
  background: url(/images/plus1.png) no-repeat 50% 50%;
}

.dev-plus > li.dev-plus2 > div {
  background: url(/images/plus2.png) no-repeat 50% 50%;
}

.dev-plus > li.dev-plus3 > div {
  background: url(/images/plus3.png) no-repeat 50% 50%;
}

.dev-plus > li.dev-plus4 > div {
  background: url(/images/plus4.png) no-repeat 50% 50%;
}

