/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.equipment {
  padding: 37px 0 20px;
}

.equipment__col {
  margin-bottom: 40px;
  position: relative;
}

.equipment__col_img {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.equipment__col h3 {
  margin-bottom: 16px;
}

.equipment__item {
  border-bottom: 1px solid #F7F8F8;
  display: block;
  position: relative;
}

.equipment__item:first-of-type {
  border-top: 1px solid #F7F8F8;
}

.equipment__item_title {
  padding: 15px 0;
  display: block;
  max-width: 210px;
}

.equipment__item_title::after {
  content: url("../../../img/icons/icon-arrow-right-round-small.svg");
  position: absolute;
  right: 0;
  top: 16px;
}

.equipment-big .equipment__col {
  max-width: 580px;
  width: 100vw;
}

.equipment-big .equipment__col h3 {
  max-width: 500px;
}

.equipment-big .equipment__item_title {
  max-width: 100%;
}

@media screen and (max-width: 1440px) {
  .equipment-big .equipment__col {
    max-width: 500px;
  }
}

@media screen and (max-width: 1199px) {
  .equipment-big .equipment__col {
    max-width: 450px;
  }
}

@media screen and (max-width: 996px) {
  .equipment-big .equipment__col {
    max-width: 280px;
  }
  .equipment-big .equipment__item_title {
    max-width: 250px;
  }
  .equipment__col {
    margin-bottom: 32px;
  }
  .equipment__col h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .equipment__col_img {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .equipment-big .equipment__col {
    max-width: 100%;
  }
  .equipment-big .equipment__item_title {
    max-width: 90%;
  }
}
