

/* Start:/local/templates/html/components-template/materials/style.css?16880399051542*/
.materials__title {
  margin-bottom: 60px;
  font-size: 26px;
  font-family: "OpenSans", Arial, Verdana, sans-serif; }

.materials__descr {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  max-width: 750px;
  margin: 60px auto; }

.material-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px; }
  .material-item__img {
    flex: 0 0 auto; }
    @media (max-width: 767px) {
      .material-item__img {
        width: 64px;
        height: 64px; } }
  .material-item__title {
    margin-left: 20px;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    max-width: 180px; }
    @media (max-width: 767px) {
      .material-item__title {
        font-size: 16px; } }
  .material-item__icon {
    margin-left: auto; }
  @media (min-width: 1024px) {
    .material-item:hover {
      cursor: pointer;
      border-bottom: 1px solid #000; }
      .material-item:hover .material-item__icon {
        stroke: #000; } }

.material-item-list {
  display: flex;
  flex-wrap: wrap; }
  .material-item-list .material-item-wrap {
    width: 33.33%;
    padding: 0px 30px;
    padding-bottom: 10px; }
    @media (max-width: 1199px) {
      .material-item-list .material-item-wrap {
        width: 50%; } }
    @media (max-width: 767px) {
      .material-item-list .material-item-wrap {
        width: 100%;
        padding: 0px 10px;
        padding-bottom: 8px; } }

.material-item-list--3ds {
  padding-top: 60px;
  position: relative;
  border-top: 1px solid #000; }

/* End */
/* /local/templates/html/components-template/materials/style.css?16880399051542 */
