/* .img-left {
  margin: 0 25px 25px 0;
  float: left;
}

.img-right {
  margin: 0 0 25px 25px;
  float: right;
}

.avtomatizaciya-skladov h1 {
  @media (width < 768px) {
    font-size: 24px;
  }
}


.avtomatizaciya-skladov h2 {
  margin-top: 35px;

  @media (width < 768px) {
    margin-top: 50px;
    font-size: 22px;
  }
}

.uslugi.avtomatizaciya-skladov p {
  font-size: 18px;
}

main.uslugi p.video {
  padding-bottom: 56.25%;
}

.avtomatizaciya-skladov-icon__list {
  flex-direction: column;
  margin: 35px 0;
  display: flex;

  @media (width > 768px) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.avtomatizaciya-skladov-icon__item {
  flex-direction: column;
  margin-bottom: 35px;
  align-items: center;
  display: flex;

  @media (width > 768px) {
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
    width: 50%;
  }
}

.avtomatizaciya-skladov-icon__image {
  margin-bottom: 10px;
  position: relative;
  min-width: 80px;
  display: block;
  height: 80px;
  width: 80px;
  content: '';

  @media (width > 768px) {
    margin-bottom: 0;
  }
}

.avtomatizaciya-skladov-icon__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;

  @media (width > 768px) {
    margin-left: 15px;
    text-align: left;
  }
}

.avtomatizaciya-skladov-process__item {
  box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;

  @media (width > 768px) {
    flex-direction: row;
  }
}

.avtomatizaciya-skladov-process__image {
  position: relative;
  min-width: 80px;
  display: block;
  margin: 0 auto;
  height: 80px;
  width: 80px;
  content: '';

  @media (width > 768px) {
    margin: 0;
  }
}

.avtomatizaciya-skladov-process__text {

  @media (width > 768px) {
    margin-left: 25px;
  }
}

.image__row {
  align-items: center;
}

.avtomatizaciya-skladov-process__link {
  color: #000;
}
*/

/*# sourceMappingURL=avtomatizaciya-sklada-na-baze-1s.css.map*/