/*---------------------------------------------------------------------------*/
.sc-catg .item-title {
  display: inline-block;
  position: relative;
  padding-right: 4rem;
  margin-bottom: 0.5rem;
}

.sc-catg .item-title:after {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  right: 0;
  bottom: 5px;
  background: url(../img/ico-download.svg) left top no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.sc-catg .item-lbl {
  display: block;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 2;
}

.sc-catg .item a {
  position: relative;
}

.section-catalog {
  margin: 10rem 0 14rem;
}

.section-catalog .container {
  max-width: 795px;
}

.section-catalog .list {
  margin: 0 0 0 -8rem;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-catalog .list .item {
  width: -webkit-calc(50% - 8rem);
  width: -moz-calc(50% - 8rem);
  width: calc(50% - 8rem);
  max-width: 30rem;
  margin: 0 0 0 8rem;
}

.section-catalog .list .item-title {
  font-size: 1.6rem;
}

.section-catalog .list .item-meta {
  font-size: 1.6rem;
}

.section-product .container {
  max-width: 1140px;
}

.section-product .list {
  margin: 0 0 0 -2rem;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-product .list:not(:last-child) {
  margin-bottom: 7rem;
}

.section-product .list .item {
  width: -webkit-calc(25% - 2rem);
  width: -moz-calc(25% - 2rem);
  width: calc(25% - 2rem);
  margin: 0 0 6rem 2rem;
}

@media screen and (max-width: 768px) {
  .sc-catg .item-title {
    padding-right: 5.33333vw;
    margin-bottom: 0;
  }
  .sc-catg .item-title:after {
    width: 4vw;
    height: 4vw;
    bottom: 0.66667vw;
  }
  .sc-catg .item-lbl {
    width: 6.66667vw;
  }
  .section-catalog {
    margin: 0 0 6.66667vw;
  }
  .section-catalog .list {
    display: block;
    margin: 0;
  }
  .section-catalog .list .item {
    width: 100%;
    max-width: 54.66667vw;
    margin: 0 auto 0;
  }
  .section-catalog .list .item:not(:last-child) {
    margin-bottom: 6.66667vw;
  }
  .section-catalog .list .item-title {
    font-size: 3.2vw;
  }
  .section-catalog .list .item-meta {
    font-size: 3.2vw;
  }
  .section-product .list {
    margin: 0 0 -6.66667vw -12.8vw;
  }
  .section-product .list:not(:last-child) {
    margin-bottom: 0;
  }
  .section-product .list .item {
    width: -webkit-calc(50% - 12.8vw);
    width: -moz-calc(50% - 12.8vw);
    width: calc(50% - 12.8vw);
    margin: 0 0 6.66667vw 12.8vw;
  }
}
