.service__block {
  width: 272px;
  position: relative;
}

.service-item {
  position: relative;
  width: 272px;
}

.service-item:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
  height: 412px;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
  opacity: 0.8;
}

.service-item:hover .service-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-item__img {
  width: 272px;
}

.service-item__title {
  text-align: center;
  margin-top: 34px;
  color: #000000;
  font-size: 20px;
  font-family: 'Roboto Light', sans-serif;
}

.service-item__link {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 120px;
  height: 36px;
  border-radius: 21px;
  border: 1px solid #5793d5;
  color: #393939;
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 14px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .service-item__link:hover {
    background-color: #5793d5;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .service-item {
    margin-bottom: 32px;
  }
  .service-item:hover {
    position: relative;
  }
}
/*# sourceMappingURL=service.css.map */