/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.matherials__item {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.matherials__item-thumb {
  width: 92px;
  height: 79px;
  position: relative;
}

.matherials__item-info {
  margin-left: 20px;
  max-width: 427px;
}

.matherials__item-info_title {
  margin-bottom: 2px;
  display: block;
}

@media screen and (max-width: 1440px) {
  .matherials__item-thumb {
    width: 77px;
    height: 66px;
  }
  .matherials__item-info {
    max-width: 366px;
  }
}

@media screen and (max-width: 991px) {
  .matherials__item-info {
    max-width: 300px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .matherials__item {
    padding: 16px 0 24px;
  }
  .matherials__item-thumb {
    width: 130px;
    height: 111px;
    margin: 0 auto 8px;
  }
  .matherials__item-info {
    margin-left: 0;
    text-align: center;
  }
  .matherials__item-info_title {
    margin-bottom: 8px;
  }
  .matherials__left {
    margin-bottom: 16px;
  }
}
