

/* Start:/local/templates/vecdev/components/bitrix/catalog/catalog/style.css?1777474870507*/
.catalog-detail {
  margin-bottom: 60px;
}

.catalog-title {
  margin-bottom: 30px;
}
.catalog-title h1 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--textPrimary);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .catalog-title h1 {
    font-size: 2.2rem;
  }
}
.catalog-title p {
  font-size: 1.4rem;
  color: var(--gray600);
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .catalog-title p {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/banner_main/style.css?17774748701394*/
.main-banner {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .main-banner {
    padding: 0 12px;
  }
}
.main-banner_pages {
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  .main-banner_pages {
    margin-top: 20px !important;
  }
}
.main-banner__carusel {
  border-radius: 20px;
  overflow: hidden;
}
.main-banner__item {
  display: block;
}
.main-banner__item img {
  width: 100%;
  height: auto;
}
.main-banner .splide__arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0.8;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  transition: background ease, border-color ease;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-banner .splide__arrow {
    width: 48px;
    height: 48px;
  }
}
.main-banner .splide__arrow--next {
  right: 15px;
}
@media (min-width: 1440px) {
  .main-banner .splide__arrow--next {
    right: -12px;
  }
}
.main-banner .splide__arrow--prev {
  left: 15px;
}
@media (min-width: 1440px) {
  .main-banner .splide__arrow--prev {
    left: -12px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17774748701763*/
.catalog-sections {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .catalog-sections {
    padding: 0 12px;
  }
}
.catalog-sections__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-items: center;
}
@media (max-width: 767.98px) {
  .catalog-sections__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.catalog-sections__block {
  position: relative;
  display: block;
  width: 100%;
}
.catalog-sections__block a {
  display: block;
  background: #ffffff;
  border-radius: 12px;
  height: 120px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 575.98px) {
  .catalog-sections__block a {
    height: 80px;
  }
}
.catalog-sections__block__image {
  position: absolute;
  display: block;
  right: -15%;
  top: 20%;
  height: 100%;
  width: 150%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .catalog-sections__block__image {
    right: -30%;
    top: 30%;
    height: 80%;
    width: 150%;
  }
}
.catalog-sections__block__name {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 6px 10px;
}
@media (min-width: 1200px) {
  .catalog-sections__block__name {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .catalog-sections__block__name {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .catalog-sections__block__name {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 8px 10px;
    color: var(--gray700);
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.section/catalog_section/style.css?17774748704464*/
@charset "UTF-8";
@media (min-width: 992px) {
  .catalog-section__grid {
    display: grid;
    grid-gap: 20px;
    margin-top: 30px;
    grid-template-columns: 75% auto;
  }
}
@media (max-width: 991.98px) {
  .catalog-section .container {
    padding: 0;
  }
}
.catalog-section__title {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .catalog-section__title {
    padding: 0 12px;
  }
}
.catalog-section__title h1 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--textPrimary);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .catalog-section__title h1 {
    font-size: 2.2rem;
  }
}
.catalog-section__title p {
  font-size: 1.4rem;
  color: var(--gray600);
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .catalog-section__title p {
    display: none;
  }
}
.catalog-section__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
@media (max-width: 991.98px) {
  .catalog-section__list {
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .catalog-section__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
@media (min-width: 1200px) {
  .catalog-section__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }
}
.catalog-section__description {
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  padding: 20px 12px;
}
@media (min-width: 992px) {
  .catalog-section__description {
    margin-top: 60px;
    padding: 40px 30px;
  }
}
.catalog-section__description p {
  font-size: 1.5rem;
  line-height: 1.57;
  margin: 6px 0 16px;
  color: var(--textPrimary);
}
.catalog-section__description p strong, .catalog-section__description p b {
  font-weight: 500;
}
.catalog-section__description h2 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 36px 0 12px;
  color: var(--textPrimary);
}
.catalog-section__description h3 {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 42px 0 8px;
  color: var(--textPrimary);
}
.catalog-section__description ul, .catalog-section__description ol {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .catalog-section__description ul, .catalog-section__description ol {
    margin-left: 30px;
  }
}
.catalog-section__description ul li, .catalog-section__description ol li {
  font-size: 1.5rem;
  line-height: 1.4;
  padding-bottom: 6px;
  color: var(--textPrimary);
}
.catalog-section__hiddenDescription {
  overflow: hidden;
  transition: height 0.5s ease;
  height: 0; /* Начальная высота */
}
.catalog-section__showDescrBtn {
  position: relative;
  width: 100%;
}
.catalog-section__showDescrBtn::before, .catalog-section__showDescrBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: solid var(--textWhite);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: translateY(-50%);
}
.catalog-section__showDescrBtn::before {
  left: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.catalog-section__showDescrBtn::after {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.catalog-section__showDescrBtn_opened::before {
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}
.catalog-section__showDescrBtn_opened::after {
  right: 20px;
  transform: translateY(-50%) rotate(-135deg);
}
.catalog-section__feedback {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 22px;
}
.catalog-section__feedback .catalog-feedback-inner {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .catalog-section__feedback .catalog-feedback-inner {
    height: 100%;
  }
}
.catalog-section .blog-section .container {
  padding: 0 12px !important;
}
.catalog-section__content {
  margin-bottom: 10px;
}
.catalog-section__trigger {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.catalog-section__loader {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.6rem;
  color: var(--gray600);
  font-weight: 500;
  gap: 10px;
  margin: 10px 0;
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-left: -35px;
}
.catalog-section__loader svg {
  width: 35px;
  height: 35px;
  margin: auto;
}

.page-block .container {
  padding: 0 10px !important;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/section/style.css?17774748707025*/
.catalog-item {
  position: relative;
}
.catalog-item__card {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-gap: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  height: 100%;
}
@media (min-width: 992px) {
  .catalog-item__card {
    grid-template-rows: 160px 1fr auto;
    grid-template-columns: 1fr;
    padding: 20px;
    grid-gap: 10px;
  }
}
.catalog-item img {
  display: block;
  height: 130px;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.catalog-item__labels {
  position: absolute;
  right: 10px;
  top: 10px;
}
.catalog-item__labels__cost {
  width: 50px;
  height: 50px;
  background-image: url("/local/templates/vecdev/images/icons/cost_label.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.catalog-item__wrapper {
  position: relative;
}
.catalog-item__title {
  color: var(--textPrimary);
  font-size: 1.5rem;
  line-height: 1.2;
}
.catalog-item__image {
  position: relative;
  display: block;
}
.catalog-item__discount {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -25px;
  background-image: url("/local/templates/vecdev/images/icons/discount.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px 10px 2px 10px;
  color: var(--textWhite) !important;
  font-weight: 700;
  font-size: 1.4rem !important;
  text-align: center;
}
.catalog-item__props-list {
  margin-top: 6px;
}
.catalog-item__props-list__val {
  margin-bottom: 2px;
  line-height: 1;
}
.catalog-item__props-list__val span {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--gray600);
}
.catalog-item__price {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-item__price-current {
  font-weight: 700;
  font-size: 2rem;
  color: var(--textPrimary);
  white-space: nowrap;
}
@media (min-width: 992px) {
  .catalog-item__price-current {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .catalog-item__price-current {
    font-size: 1.8rem;
  }
}
.catalog-item__price-current_cost {
  color: var(--redPrimary);
}
.catalog-item__price-old {
  margin-left: 10px;
  position: relative;
  color: var(--gray400);
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 500;
}
.catalog-item__price-old:after {
  background-color: var(--gray600);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 45%;
  width: 100%;
}
.catalog-item__aval {
  color: #025A19;
  font-size: 1.3rem;
  background: url("/local/templates/vecdev/images/icons/check.svg") no-repeat left 3px;
  background-size: 10px;
  padding-left: 15px;
  line-height: 1.2;
}
.catalog-item__notaval {
  color: var(--redAccent);
  font-size: 1.4rem;
  background: url("/local/templates/vecdev/images/icons/not_aval.svg") no-repeat left 3px;
  background-size: 10px;
  padding-left: 15px;
  line-height: 1.2;
}
.catalog-item__buy-btn {
  font-size: 1.4rem !important;
  padding: 8px 16px !important;
}
.catalog-item__not-aval-mess {
  padding: 0.7em 1.4em;
}

.catalog-modal {
  height: 100%;
  width: 100%;
}

.item-popup {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .item-popup {
    max-height: 100vh;
  }
}
.item-popup__title {
  color: var(--textPrimary);
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.item-popup__card {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr;
  column-gap: 10px;
  margin-bottom: 40px;
  grid-template-areas: "popupPict popupName popupName" "popupPict popupQuantity popupPrice";
  align-items: center;
}
@media (min-width: 768px) {
  .item-popup__card {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "popupPict popupName popupQuantity popupPrice";
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray300);
  }
}
.item-popup__card__pict {
  grid-area: popupPict;
  height: 140px;
}
@media (max-width: 767.98px) {
  .item-popup__card__pict {
    height: 100%;
  }
}
.item-popup__card__pict img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.item-popup__card__info {
  grid-area: popupName;
}
.item-popup__card__name {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .item-popup__card__name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.item-popup__card__category {
  font-size: 1.2rem;
  color: var(--gray400);
  line-height: 1;
}
.item-popup__card__quantity {
  grid-area: popupQuantity;
  text-align: center;
}
@media (max-width: 767.98px) {
  .item-popup__card__quantity {
    font-size: 1.7rem;
  }
}
.item-popup__card__total {
  font-size: 2rem;
  font-weight: 600;
}
.item-popup__card__group {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.item-popup__card__old-price {
  text-decoration: line-through;
  color: var(--gray500);
}
.item-popup__card__price {
  grid-area: popupPrice;
}
.item-popup__card__percent {
  color: var(--redAccent);
}
.item-popup__rel {
  min-height: 300px;
}
@media (max-width: 767.98px) {
  .item-popup__rel {
    margin-top: 60px;
  }
}
.item-popup__rel__title {
  color: var(--textPrimary);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-popup__rel__item {
  position: relative;
  display: grid;
  grid-gap: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  margin-top: 10px;
  grid-template-rows: 120px 1fr auto;
  grid-template-columns: 1fr;
}
.item-popup__rel__item img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: top center;
}
.item-popup__rel__price {
  font-size: 2rem;
  font-weight: 600;
  color: var(--textPrimary);
  line-height: 1;
}
.item-popup__rel__name {
  color: var(--textPrimary);
  font-size: 1.5rem;
  line-height: 1.2;
}
.item-popup__btn-container {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .item-popup__btn-container {
    justify-content: center;
  }
}
.item-popup__btn-container span, .item-popup__btn-container a {
  display: block;
  padding: 0.7em 1em;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .item-popup__btn-container span, .item-popup__btn-container a {
    font-size: 1.7rem;
  }
}
.item-popup__btn-container span {
  color: var(--greenPrimary);
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--greenPrimary);
}
.item-popup__btn-container span:hover {
  color: var(--greenAccent);
  border: 1px solid var(--greenAccent);
}
.item-popup__btn-container a {
  background: var(--greenPrimary);
  color: var(--textWhite);
  border: 1px solid var(--greenPrimary);
}
.item-popup__btn-container a:hover {
  color: var(--textWhite);
  background: var(--greenAccent);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.top/catalog_top/section/style.css?17774748701547*/
@media (max-width: 991.98px) {
  .catalog-top__slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
.catalog-top__slider .splide__slide {
  display: grid;
}
@media (max-width: 991.98px) {
  .catalog-top__slider .splide__arrows {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.catalog-top__slider .splide__arrow {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: end;
  top: auto;
  left: auto;
  right: auto;
  opacity: 0.8;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.catalog-top__slider .splide__arrow svg {
  margin: auto;
}
@media (min-width: 992px) {
  .catalog-top__slider .splide__arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 992px) {
  .catalog-top__slider .splide__arrow--next {
    right: -22px;
  }
}
@media (min-width: 992px) {
  .catalog-top__slider .splide__arrow--prev {
    right: 50px;
    left: -22px;
  }
}
.catalog-top__slider .splide__pagination {
  bottom: -20px;
}
.catalog-top__slider .splide__pagination__page {
  background: var(--gray500);
}
.catalog-top__slider .splide__pagination__page.is-active {
  background: var(--greenPrimary);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.section/catalog_all/style.css?17774748704200*/
.catalog-section-all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 12px;
}
@media (min-width: 576px) {
  .catalog-section-all {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .catalog-section-all {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 12px;
  }
}
@media (min-width: 1200px) {
  .catalog-section-all {
    grid-template-columns: repeat(6, 1fr);
  }
}
.catalog-section-all__trigger {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.catalog-section-all__loader {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.6rem;
  color: var(--gray600);
  font-weight: 500;
  gap: 10px;
  margin: 10px 0;
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-left: -35px;
}
.catalog-section-all__loader svg {
  width: 35px;
  height: 35px;
  margin: auto;
}
.catalog-section-all__tools {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-items: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .catalog-section-all__tools {
    justify-content: space-between;
  }
}
.catalog-section-all__tools__item {
  flex: 0 1 auto;
  padding-left: 0;
  white-space: nowrap;
}
.catalog-section-all__tools__item .ui__select button {
  padding-right: 40px;
  padding-left: 35px;
}
.catalog-section-all__tools__item .ui__select button:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3416 23.9099C16.9488 23.9099 16.6196 23.7748 16.354 23.5046C16.0883 23.2343 15.9554 22.8995 15.9554 22.5V13.7937L13.3564 16.4373C13.1023 16.6958 12.7847 16.8251 12.4035 16.8251C12.0223 16.8251 11.6931 16.6958 11.4158 16.4373C11.1386 16.1554 11 15.8205 11 15.4328C11 15.045 11.1386 14.7102 11.4158 14.4282L16.3713 9.38773C16.5099 9.24674 16.6601 9.14687 16.8218 9.08812C16.9835 9.02937 17.1568 9 17.3416 9C17.5264 9 17.6997 9.02937 17.8614 9.08812C18.0231 9.14687 18.1733 9.24674 18.3119 9.38773L23.302 14.4634C23.5792 14.7454 23.712 15.0744 23.7005 15.4504C23.6889 15.8264 23.5446 16.1554 23.2673 16.4373C22.9901 16.6958 22.6667 16.8309 22.297 16.8427C21.9274 16.8544 21.604 16.7193 21.3267 16.4373L18.7277 13.7937V22.5C18.7277 22.8995 18.5949 23.2343 18.3292 23.5046C18.0635 23.7748 17.7343 23.9099 17.3416 23.9099ZM25.6584 36C25.4736 36 25.3003 35.9706 25.1386 35.9119C24.9769 35.8531 24.8267 35.7533 24.6881 35.6123L19.698 30.5366C19.4208 30.2546 19.288 29.9256 19.2995 29.5496C19.3111 29.1736 19.4554 28.8446 19.7327 28.5627C20.0099 28.3042 20.3333 28.1691 20.703 28.1573C21.0726 28.1456 21.396 28.2807 21.6733 28.5627L24.2723 31.2063V22.5C24.2723 22.1005 24.4051 21.7657 24.6708 21.4954C24.9365 21.2252 25.2657 21.0901 25.6584 21.0901C26.0512 21.0901 26.3804 21.2252 26.646 21.4954C26.9117 21.7657 27.0446 22.1005 27.0446 22.5V31.2063L29.6436 28.5627C29.8977 28.3042 30.2153 28.1749 30.5965 28.1749C30.9777 28.1749 31.3069 28.3042 31.5842 28.5627C31.8614 28.8446 32 29.1795 32 29.5672C32 29.955 31.8614 30.2898 31.5842 30.5718L26.6287 35.6123C26.4901 35.7533 26.3399 35.8531 26.1782 35.9119C26.0165 35.9706 25.8432 36 25.6584 36Z' fill='%23838A9D'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.catalog-section-all__tools__item button {
  position: relative;
  background: var(--gray100) !important;
  border: none !important;
  color: var(--gray700) !important;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 1.5rem !important;
  width: 100%;
  text-align: left;
  line-height: 1;
  padding-left: 40px;
  border-radius: 10px !important;
}
.catalog-section-all__tools__item button svg {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
}
.catalog-section-all__filter {
  display: none;
}
.catalog-section-all__filter .show {
  display: block;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/blog_list/style.css?17774748707345*/
.blog-section {
  background: #231c1c;
  margin-top: 10px;
  padding-bottom: 40px;
  padding-top: 30px;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 992px) {
  .blog-section {
    border-radius: 0;
    margin-top: 80px;
    padding-top: 0;
  }
}
.blog-section__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (min-width: 992px) {
  .blog-section__title {
    padding-bottom: 20px;
  }
}
.blog-section__title a {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--textWhite);
  margin-bottom: 20px;
}
.blog-section__title a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .blog-section__title a {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 40px;
    line-height: 1;
  }
  .blog-section__title a:hover:after {
    background-color: var(--greenPrimary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z' fill='%2324282C'%3E%3C/path%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.blog-section__title a:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z' fill='%23727C94'%3E%3C/path%3E%3C/svg%3E");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--gray200);
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  .blog-section__slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
.blog-section__item {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: var(--textWhite);
}
.blog-section__item__link {
  display: flex;
  flex-direction: column;
}
.blog-section__item__link img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  flex-shrink: 0;
}
.blog-section__name {
  font-size: 1.6rem;
  color: var(--textPrimary);
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 10px 6px 10px;
  flex-grow: 1;
  min-height: 50px;
}
@media (min-width: 768px) {
  .blog-section__name {
    font-size: 1.5rem;
  }
}
.blog-section__text {
  height: 40px;
  overflow: hidden;
  color: var(--gray600);
  line-height: 1.25;
  font-size: 1.3rem;
  padding: 0 10px;
  flex-grow: 0;
}
.blog-section__tags {
  position: absolute;
  top: 130px;
  right: 10px;
  z-index: 1;
}
.blog-section__tags ul {
  list-style: none;
}
.blog-section__tags ul li {
  display: inline-block;
}
.blog-section__tags ul li a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.2em 0.5em;
  border-radius: 8px;
  margin-right: 3px;
  font-size: 1.3rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.blog-section__statistic {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 20px 10px 15px 10px;
  align-items: center;
}
.blog-section__statistic__update {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.191' height='28.193' viewBox='0 0 28.191 28.193'%3E%3Cpath d='M32.693,15.652H22.074l4.292-4.417a11.025,11.025,0,0,0-15.475-.157,10.768,10.768,0,0,0,0,15.334,11,11,0,0,0,15.475,0,10.2,10.2,0,0,0,3.2-7.659h3.133a14.63,14.63,0,0,1-4.135,9.852,14.181,14.181,0,0,1-19.923,0A13.845,13.845,0,0,1,8.6,8.9a14.077,14.077,0,0,1,19.813,0l4.276-4.4ZM19.38,12.331v6.657l5.482,3.258-1.128,1.9-6.7-3.978V12.331Z' fill='%236C757D' transform='translate(-4.502 -4.5)'/%3E%3C/svg%3E");
  background-size: auto 13px;
  background-position: left 0;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: var(--gray600);
  font-size: 1.2rem;
}
.blog-section__statistic__shows {
  padding-left: 20px;
  font-size: 1.2rem;
  color: var(--gray600);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.715' height='29.386' viewBox='0 0 45.715 29.386'%3E%3Cg transform='translate(-2.252 -7.875)'%3E%3Cpath d='M25.085,7.875c-8.2,0-14.673,5.163-22.407,13.6a1.613,1.613,0,0,0-.01,2.173C9.29,30.966,15.126,37.261,25.085,37.261c9.836,0,17.213-7.928,22.458-13.673a1.6,1.6,0,0,0,.051-2.112C42.247,15,34.85,7.875,25.085,7.875Zm.449,23.866A9.183,9.183,0,1,1,34.278,23,9.187,9.187,0,0,1,25.534,31.741Z' fill='%236C757D' transform='translate(0 0)'/%3E%3Cpath d='M20.03,15.235a4.794,4.794,0,0,1,.316-1.724c-.1,0-.2-.01-.316-.01a6.53,6.53,0,1,0,6.53,6.53c0-.133-.01-.265-.01-.4a4.525,4.525,0,0,1-1.857.4A4.737,4.737,0,0,1,20.03,15.235Z' fill='%236C757D' transform='translate(5.075 2.538)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 10px;
  background-position: left 0;
  background-repeat: no-repeat;
}
.blog-section__statistic__comments {
  padding-left: 20px;
  font-size: 1.2rem;
  color: var(--gray600);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='31.5' viewBox='0 0 36 31.5'%3E%3Cpath d='M18,2.25C8.058,2.25,0,8.8,0,16.875a12.981,12.981,0,0,0,4.008,9.19A17.888,17.888,0,0,1,.155,32.8a.559.559,0,0,0-.105.612.551.551,0,0,0,.513.338,16.08,16.08,0,0,0,9.886-3.614A21.444,21.444,0,0,0,18,31.5c9.942,0,18-6.546,18-14.625S27.942,2.25,18,2.25ZM9,19.125a2.25,2.25,0,1,1,2.25-2.25A2.248,2.248,0,0,1,9,19.125Zm9,0a2.25,2.25,0,1,1,2.25-2.25A2.248,2.248,0,0,1,18,19.125Zm9,0a2.25,2.25,0,1,1,2.25-2.25A2.248,2.248,0,0,1,27,19.125Z' transform='translate(0 -2.25)' fill='%236c757d'/%3E%3C/svg%3E");
  background-size: auto 10px;
  background-position: left 0;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .blog-section .splide__arrows {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.blog-section .splide__arrow {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: end;
  top: auto;
  left: auto;
  right: auto;
  opacity: 0.8;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transform: none;
}
.blog-section .splide__arrow svg {
  margin: auto;
}
@media (min-width: 992px) {
  .blog-section .splide__arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 992px) {
  .blog-section .splide__arrow--next {
    right: -22px;
  }
}
@media (min-width: 992px) {
  .blog-section .splide__arrow--prev {
    right: 50px;
    left: -22px;
  }
}
.blog-section .splide__pagination {
  bottom: -20px;
}
.blog-section .splide__pagination__page {
  background: var(--gray500);
}
.blog-section .splide__pagination__page.is-active {
  background: var(--greenPrimary);
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/vecdev/components/bitrix/catalog/catalog/style.css?1777474870507 */
/* /local/templates/vecdev/components/bitrix/news.list/banner_main/style.css?17774748701394 */
/* /local/templates/vecdev/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17774748701763 */
/* /local/templates/vecdev/components/bitrix/catalog.section/catalog_section/style.css?17774748704464 */
/* /local/templates/vecdev/components/bitrix/catalog.item/section/style.css?17774748707025 */
/* /local/templates/vecdev/components/bitrix/catalog.top/catalog_top/section/style.css?17774748701547 */
/* /local/templates/vecdev/components/bitrix/catalog.section/catalog_all/style.css?17774748704200 */
/* /local/templates/vecdev/components/bitrix/news.list/blog_list/style.css?17774748707345 */
