

/* 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 */


/* Start:/local/templates/html/components-template/pagination/style.css?16601195862174*/
.pagination-loader {
  width: 100%;
  margin-top: 20px; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  text-align: center; }
  .pagination__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
  .pagination__item {
    display: flex;
    margin: 0 6px;
    transition: background 0.3s, color 0.2s, border 0.3s;
    border: 1px solid transparent;
    color: #4A4A4A; }
    .pagination__item--first {
      transform: rotate(180deg); }
    .pagination__item:hover {
      border: 1px solid #E7E7E7;
      background: #E7E7E7; }
      .pagination__item:hover .pagination__link {
        color: #4A4A4A; }
      .pagination__item:hover .icon {
        fill: #fff; }
    .pagination__item.active {
      cursor: default;
      border: 1px solid transparent;
      background: #4A4A4A;
      position: relative;
      box-sizing: border-box; }
      .pagination__item.active:after {
        left: 0px;
        top: 1px;
        position: absolute;
        content: "";
        width: 100%;
        height: calc(100% - 2px);
        background-color: transparent;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      .pagination__item.active .pagination__link {
        color: #fff; }
      .pagination__item.active .icon {
        stroke: #4A4A4A; }
  .pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    transition: background 0.3s, color 0.2s, border 0.3s;
    color: #4A4A4A;
    font-size: 20px;
    line-height: 1; }
    .pagination__link .icon {
      stroke: #4A4A4A; }
  @media (max-width: 575px) {
    .pagination__total {
      display: none; }
    .pagination__item {
      margin: 0 2px; }
    .pagination__link {
      width: 27px;
      height: 27px;
      font-size: 14px; }
    .pagination__item--first {
      margin: 0; }
    .pagination__item--last {
      margin: 0; } }

@media (max-width: 1023px) {
  .pagination-to-end, .pagination-to-start {
    display: none; } }

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