

/* Start:/local/templates/vecdev/components/bitrix/news.list/banner_main/style.css?17803070941394*/
.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.top/catalog_top_new/style.css?17803070942096*/
.catalog-top__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .catalog-top__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
}
.catalog-top__title {
  margin-bottom: 0;
}
.catalog-top__link {
  flex: 0 0 auto;
  color: var(--green-500);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.catalog-top__link:hover {
  color: var(--green-600);
}
.catalog-top__items {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .catalog-top__items {
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  .catalog-top__items {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    margin-top: -12px;
    margin-bottom: -12px;
    padding: 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .catalog-top__items::-webkit-scrollbar {
    display: none;
  }
}
.catalog-top__hit {
  display: grid;
  min-width: 0;
}
@media (max-width: 1199.98px) {
  .catalog-top__hit {
    flex: 0 0 86vw;
    min-width: 338px;
    max-width: 370px;
    scroll-snap-align: start;
  }
}
@media (max-width: 575.98px) {
  .catalog-top__hit {
    flex: 0 0 78vw;
    min-width: 260px;
    max-width: 340px;
  }
}
.catalog-top__list {
  display: contents;
}
.catalog-top__item {
  display: grid;
  min-width: 0;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .catalog-top__item:nth-last-child(1) {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .catalog-top__item {
    flex: 0 0 66vw;
    min-width: 260px;
    max-width: 310px;
    scroll-snap-align: start;
  }
}
@media (max-width: 575.98px) {
  .catalog-top__item {
    flex-basis: 78vw;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/hit/style.css?17803070935364*/
.hit {
  height: 100%;
}
.hit__card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100%;
  padding: 17px 16px 20px;
  border: 2px solid var(--green-500);
  border-radius: 20px;
  background: #f9fefa;
  box-shadow: 0 8px 24px rgba(18, 78, 35, 0.12);
}
.hit__link {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
}
.hit__media {
  position: relative;
  z-index: 2;
  min-height: 185px;
  margin-bottom: 14px;
}
.hit__badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--green-500);
  color: var(--text-inverse);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.hit__badge-icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  object-fit: contain;
}
.hit__lead {
  position: absolute;
  z-index: 2;
  top: 45px;
  left: 0;
  max-width: 115px;
  color: var(--text-primary);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.15;
}
.hit__image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 155px;
  padding-top: 18px;
}
.hit__image {
  display: block;
  width: 100%;
  height: 155px;
  object-fit: contain;
}
.hit__content {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}
.hit__title {
  display: block;
  margin-bottom: 16px;
  color: var(--text-primary);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}
.hit__features {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hit__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--gray-700);
  font-size: 1.4rem;
  line-height: 1.25;
}
.hit__feature-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: var(--green-500);
  fill: currentColor;
}
.hit__meta {
  position: relative;
  z-index: 2;
  align-self: end;
  margin-bottom: 12px;
}
.hit__package {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
.hit__fraction {
  margin-bottom: 6px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
.hit__package-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.hit__buy-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}
.hit__price {
  color: var(--text-primary);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.hit__currency {
  font-size: 0.8em;
  font-weight: 500;
}
.hit__availability {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--green-500);
  font-size: 1.5rem;
  line-height: 1.2;
  white-space: nowrap;
}
.hit__availability_empty {
  color: var(--red-500);
}
.hit__availability-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.hit__button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 13px;
  background: var(--green-500);
  color: var(--text-inverse);
  font-family: var(--font-family);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.hit__button:hover {
  background: var(--green-600);
  color: var(--text-inverse);
}
.hit__button_disabled {
  background: var(--gray-400);
  cursor: default;
  pointer-events: none;
}
.hit__button-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: var(--text-inverse);
}
@media (max-width: 767.98px) {
  .hit__card {
    padding: 15px;
  }
  .hit__media, .hit__image-box {
    min-height: 165px;
  }
  .hit__image {
    height: 165px;
  }
  .hit__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .hit__feature:nth-child(n+2) {
    display: none;
  }
  .hit__fraction-label, .hit__package-label {
    display: none;
  }
}
.hit_pack .hit__card {
  overflow: hidden;
  padding: 0;
}
.hit_pack .hit__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  min-width: 0;
  min-height: 0;
  max-height: 230px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 14px;
}
.hit_pack .hit__badge {
  top: 16px;
  left: 16px;
}
.hit_pack .hit__lead {
  top: 61px;
  left: 16px;
}
.hit_pack .hit__image-box {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
}
.hit_pack .hit__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.hit_pack .hit__content,
.hit_pack .hit__meta {
  padding-right: 16px;
  padding-left: 16px;
}
.hit_pack .hit__title {
  margin-bottom: 12px;
}
.hit_pack .hit__features {
  gap: 6px;
}
.hit_pack .hit__button {
  width: calc(100% - 32px);
  margin: 0 16px 20px;
}
@media (max-width: 767.98px) {
  .hit_pack .hit__content,
  .hit_pack .hit__meta {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hit_pack .hit__button {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .hit_pack .hit__badge {
    top: 15px;
    left: 15px;
  }
  .hit_pack .hit__lead {
    left: 15px;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/top/style.css?17803070944894*/
.top {
  height: 100%;
}
.top__card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  min-height: 100%;
  padding: 16px 18px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(34, 52, 70, 0.06);
}
.top__link {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
}
.top__media {
  position: relative;
  z-index: 2;
  min-height: 145px;
  margin-bottom: 18px;
}
.top__badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.top__badge-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.top__image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
}
.top__image {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: contain;
}
.top__content {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.top__title {
  margin-bottom: 18px;
  color: var(--text-primary);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}
.top__features {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top__feature {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.25;
}
.top__feature-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  color: var(--green-500);
  fill: currentColor;
}
.top__meta {
  position: relative;
  z-index: 2;
  align-self: end;
  margin-bottom: 12px;
}
.top__package {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
.top__fraction {
  margin-bottom: 6px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
.top__package-icon {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.top__buy-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.top__price {
  color: var(--text-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.top__currency {
  font-size: 0.9em;
  font-weight: 500;
}
.top__availability {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--green-500);
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
}
.top__availability_empty {
  color: var(--red-500);
}
.top__availability-icon {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  fill: currentColor;
}
.top__button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: var(--green-500);
  color: var(--text-inverse);
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.top__button:hover {
  background: var(--green-600);
  color: var(--text-inverse);
}
.top__button_disabled {
  background: var(--gray-400);
  cursor: default;
  pointer-events: none;
}
.top__button-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: var(--text-inverse);
}
@media (max-width: 767.98px) {
  .top__card {
    padding: 15px;
  }
  .top__media, .top__image-box {
    min-height: 165px;
  }
  .top__image {
    height: 165px;
  }
}
@media (max-width: 575.98px) {
  .top__card {
    border: 1px solid rgba(34, 52, 70, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 6px 16px rgba(0, 0, 0, 0.06);
  }
  .top__fraction-label, .top__package-label {
    display: none;
  }
}
.top_pack .top__card {
  overflow: hidden;
  padding: 0;
}
.top_pack .top__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  min-width: 0;
  min-height: 0;
  max-height: 230px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 18px;
}
.top_pack .top__badge {
  top: 16px;
  left: 18px;
}
.top_pack .top__image-box {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.top_pack .top__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.top_pack .top__content,
.top_pack .top__meta {
  padding-right: 18px;
  padding-left: 18px;
}
.top_pack .top__title {
  margin-bottom: 12px;
}
.top_pack .top__features {
  gap: 6px;
}
.top_pack .top__button {
  width: calc(100% - 36px);
  margin: 0 18px 24px;
}
@media (max-width: 767.98px) {
  .top_pack .top__content,
  .top_pack .top__meta {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top_pack .top__button {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .top_pack .top__badge {
    top: 15px;
    left: 15px;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/menu/catalog_sections_top/style.css?17803070941435*/
.page-sections {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .page-sections {
    margin-top: 30px;
  }
}
.page-sections__title {
  font-weight: 700;
  margin-top: 40px;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .page-sections__title {
    font-size: 3rem;
  }
}

.sections-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (min-width: 768px) {
  .sections-menu {
    grid-gap: 12px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .sections-menu {
    grid-gap: 12px;
    grid-template-columns: repeat(7, 1fr);
  }
}
.sections-menu__item {
  display: block;
  background: #fff;
  padding: 12px;
  height: 100%;
  border-bottom: 4px solid transparent;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .sections-menu__item {
    border-radius: 22px;
    padding: 20px;
    font-size: 1.4rem;
  }
}
.sections-menu__item:hover {
  border-color: var(--green-500);
}
.sections-menu__item__image {
  height: 40px;
}
@media (min-width: 992px) {
  .sections-menu__item__image {
    height: 60px;
  }
}
.sections-menu__item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sections-menu__item__name {
  padding-top: 10px;
  text-align: center;
  color: var(--text-primary);
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.detail/seo.text/style.css?1780307094656*/
.about-text {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin: 30px 0;
}
.about-text p {
  font-size: 1.4rem;
  line-height: 1.57;
  padding-bottom: 10px;
}
.about-text ul, .about-text ol {
  padding-left: 20px;
}
.about-text ul li, .about-text ol li {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 6px;
}
.about-text h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--textHeader);
  margin: 15px 0 10px;
}
.about-text h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--textHeader);
  margin: 15px 0 10px;
}
.about-text b, .about-text strong {
  font-weight: 600;
}

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

/* End */
/* /local/templates/vecdev/components/bitrix/news.list/banner_main/style.css?17803070941394 */
/* /local/templates/vecdev/components/bitrix/catalog.top/catalog_top_new/style.css?17803070942096 */
/* /local/templates/vecdev/components/bitrix/catalog.item/hit/style.css?17803070935364 */
/* /local/templates/vecdev/components/bitrix/catalog.item/top/style.css?17803070944894 */
/* /local/templates/vecdev/components/bitrix/menu/catalog_sections_top/style.css?17803070941435 */
/* /local/templates/vecdev/components/bitrix/news.detail/seo.text/style.css?1780307094656 */
