#cpu {
  padding: 0 !important;
}

.cpu-item {
  display: block;
  height: 130px;
  background-repeat: no-repeat;
  background-position: 98% center;
  border-left-style: solid;
  border-left-width: 8px;
  position: relative;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  border-bottom: 1px solid #ebebeb !important;
}

.cpu-item:hover {
  background-color: #ebebeb;
}

.cpu-item .img-wrapper {
  width: 190px;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.cpu-item small {
  display: block;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  position: absolute;
  top: 35px;
  left: 220px;
}

.cpu-item small::before {
  position: absolute;
  top: 12px;
  left: -45px;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #000;
}

.cpu-item span {
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 60px;
  left: 220px;
  color: #000;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.cpu-text {
  padding-left: 50px;
}

.cpu-text.cpu-right {
  padding-left: 0;
  padding-right: 50px;
}

.cpu-text.cpu-no-padding {
  padding: 0;
}

.cpu-text h2 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
}

.cpu-text h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #000;
  content: "";
}

.cpu-text p {
  font-size: 18px;
}

.cpu-text.cpu-right h2::before {
  left: auto;
  right: 0;
}

.cpu-text.cpu-center h2 {
  font-size: 22px;
}

.cpu-text.cpu-center h2::before {
  left: 50%;
  margin-left: -50px;
}

.cpu-text.cpu-big h2 {
  font-size: 28px;
}

.cpu-list ul {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}

.cpu-list ul li {
  display: block;
  width: 50%;
  position: relative;
  padding: 0 80px 0 60px;
  float: left;
  height: 120px;
}

.cpu-list ul li i {
  width: 42px;
  height: 42px;
  text-align: center;
  display: block;
  background-color: #ebebeb;
  border-radius: 50%;
  font-size: 18px;
  line-height: 42px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.cpu-list ul li i + br {
  display: none;
}

.cpu-list ul li h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 0 0 0;
}

.cpu-list ul li p {
  margin: 10px 0 0 0;
  font-size: 15px;
}

@media (max-width: 768px) {
  .cpu-item .img-wrapper {
    width: 100px;
  }

  .cpu-item small,
  .cpu-item span {
    left: 130px;
  }
}

@media (max-width: 1024px) {
  .cpu-list ul li {
    height: auto;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .cpu-item {
    background-image: none !important;
  }
}

#cpu-footer {
  height: 40px;
  position: relative;
  padding-top: 10px;
}

#cpu-f {
  width: 40px;
  height: 40px;
  background: url("../images/f.png") no-repeat 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#cpu-f:hover {
  text-decoration: none;
  color: transparent;
  background-color: transparent;
  border: 0;
}

.cpu-wrapper-second .img-wrapper {
  display: none;
}

.cpu-wrapper-second .img-wrapper {
  display: none;
}

.cpu-wrapper-second .cpu-item small {
  left: 60px;
}

.cpu-wrapper-second .cpu-item span {
  left: 58px;
}
