.materials-custom {
  position: relative;
  top: 10px;
}
.catalog-element-choose-materials {
  display: none;
  position: absolute;
  width: 200%;
  right: 0;
  z-index: 999;
}
.item-name {
  margin-top: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #B0B0B0;
}
.ns-bitrix.c-news-list.materials-custom .news-list-navigation {
  display: block;
  z-index: 0;
}
.ns-bitrix.c-news-list.materials-custom .news-list-navigation.news-list-navigation-top {
  margin-bottom: 30px;
}
.ns-bitrix.c-news-list.materials-custom .news-list-navigation.news-list-navigation-bottom {
  margin-top: 30px;
}
.ns-bitrix.c-news-list.materials-custom .tabs-nav {
  display: flex;
  gap: 15px;
}
.ns-bitrix.c-news-list.materials-custom .tabs-item {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.outer-border {
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 10px;
  transition: all .2s;
}
.outer-border:hover {
  transform: scale(1.45);
}
.item-content.selected .outer-border {
  border: 3px solid #677A1C;
  transition: all .2s;
}
.item-content-block {
  display: flex;
  gap: 25px;
}
.tab-content-name {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #B0B0B0;
  margin-bottom: 8px;
}
.ns-bitrix.c-news-list.materials-custom .news-list-item {
  position: relative;
  padding: 20px 15px;
}
.ns-bitrix.c-news-list.materials-custom .news-list-item[data-hide=true] {
  display: none;
}
.ns-bitrix.c-news-list.materials-custom .news-list-item-wrapper {
  display: block;
  background: #FFFFFF;
  text-decoration: none;
  box-sizing: border-box;
}
.ns-bitrix.c-news-list.materials-custom .item-material {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
  border-radius: 7px;
  border: 1px solid #fff;
}
.ns-bitrix.c-news-list.materials-custom .news-list-item-picture {
  padding-top: 150%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ns-bitrix.c-news-list.materials-custom .news-list-item-name {
  margin-top: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1B1E25;
  transition: color 0.3s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tabs {
  margin: 10px 0;
}
.tabs-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.tabs-nav li {
  display: block;
  float: left;
  padding: 0;
  list-style: none;
}
.tabs-nav a {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 10px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #484848;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all .3s;
}
.tabs-nav a:hover,
.tabs-nav a.active {
  color: #677A1C;
  border: 1px solid #677A1C;
  transition: all .3s;
}
.tabs-nav li:last-child a {
  display: block;
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
}
.tabs-items {
  width: 100%;
  background: #fff;
}
.tabs-item {
  padding: 15px;
}
.item-content-block.owl-carousel .owl-stage-outer {
  overflow: initial !important;
}
.item-content-block.owl-carousel .owl-nav {
  position: absolute;
  top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
.item-content-block.owl-carousel .owl-nav > button {
  width: 32px;
  height: 32px;
  position: relative;
  pointer-events: visible;
  background-color: transparent;
  border-radius: 5px;
  transition: all .3s;
}
.item-content-block.owl-carousel .owl-nav > button.disabled {
  cursor: not-allowed;
}
.item-content-block.owl-carousel .owl-nav > button.disabled:hover {
  background-color: rgba(103, 122, 28, 0.39);
}
.item-content-block.owl-carousel .owl-nav > button:hover {
  background-color: #677a1c;
  transition: all .3s;
}
.item-content-block.owl-carousel .owl-nav > button svg path {
  transition: all .3s;
}
.item-content-block.owl-carousel .owl-nav > button:hover svg path {
  fill: #fff;
  transition: all .3s;
}
.item-content-block.owl-carousel .owl-item {
  max-width: 92px;
}
.item-content-block .owl-nav button.owl-prev {
  left: -39px;
}
.item-content-block .owl-nav button.owl-next {
  right: -39px;
}
@media all and (max-width: 1024px) {
  .ns-bitrix.c-news-list.materials-custom .news-list-item {
    padding: 30px 20px;
  }
}
@media all and (max-width: 768px) {
  .ns-bitrix.c-catalog-element.element-fkm .news-list-items.intec-grid.intec-grid-wrap.intec-grid-a-v-stretch.intec-grid-o-vertical {
    padding: 27px 14px;
  }
  .catalog-element-choose-materials {
    max-width: 100%;
    width: 100%;
  }
  .materials-custom {
    width: 100%;
  }
  .ns-bitrix.c-news-list.materials-custom .tabs-nav {
    padding-bottom: 15px;
    width: 100%;
    overflow: auto;
  }
  .ns-bitrix.c-catalog-element.element-fkm .catalog-element-main-block-bottom-right {
    padding: 0 16px !important;
  }
  .ns-bitrix.c-news-list.materials-custom .tabs-nav a {
    padding: 8px 24px;
  }
  .item-content-block .owl-nav button.owl-prev {
    left: -13px;
  }

  .item-content-block .owl-nav button.owl-next {
    right: -13px;
  }
}
@media all and (max-width: 500px) {
  .ns-bitrix.c-news-list.materials-custom .news-list-items {
    margin: 0 -12px;
  }
  .ns-bitrix.c-news-list.materials-custom .news-list-item {
    padding: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
