@charset "UTF-8";
/* ----- слайдер на стр расчета сметы ----- */
.smeta-items {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: -10px 0 -10px -15px;
}

.smeta-items .slick-list {
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-left: -5px;
  padding: 10px;
}

.smeta-items .slick-arrow {
  position: absolute;
  top: 50%;
}

.smeta-items .slick-prev {
  left: 0;
  -webkit-transform: translate3d(-25%, -50%, 0);
          transform: translate3d(-25%, -50%, 0);
}

.smeta-items .slick-next {
  right: 0;
  -webkit-transform: translate3d(25%, -50%, 0);
          transform: translate3d(25%, -50%, 0);
}

.smeta-item {
  max-width: 300px;
  height: 379px;
  margin: 0 15px;
  padding: 30px 40px;
  border: 2px solid #fff;
}

.smeta-item--accent {
  border-color: #2dc964;
}

.smeta-item a:hover {
  color: inherit;
}

.smeta-item__label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.smeta-item__name {
  margin-bottom: 15px;
}

.smeta-item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}

.smeta-item:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 1199px) {
  .smeta-items {
    width: 100%;
    margin: 0;
  }
  .smeta-items .slick-list {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .smeta-item {
    margin: 0;
    padding: 30px;
  }
}

@media screen and (max-width: 991px) {
  .smeta-item {
    display: block !important;
    margin: 0 auto;
  }
}
