

/* 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.top/catalog_top_new/style.css?17779866262101*/
.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(--greenPrimary);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.catalog-top__link:hover {
  color: var(--greenAccent);
}
.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?17779846234125*/
.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(--greenPrimary);
  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(--greenPrimary);
  color: var(--textWhite);
  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(--textPrimary);
  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(--textPrimary);
  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(--greenPrimary);
  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(--textPrimary);
  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(--greenPrimary);
  font-size: 1.5rem;
  line-height: 1.2;
  white-space: nowrap;
}
.hit__availability_empty {
  color: var(--redAccent);
}
.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(--greenPrimary);
  color: var(--textWhite);
  font-family: var(--font-family);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.hit__button:hover {
  background: var(--greenAccent);
  color: var(--textWhite);
}
.hit__button_disabled {
  background: var(--gray400);
  cursor: default;
  pointer-events: none;
}
.hit__button-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: var(--textWhite);
}
@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;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/top/style.css?17779851153768*/
.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(--textPrimary);
  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(--greenPrimary);
  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(--textPrimary);
  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(--greenPrimary);
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
}
.top__availability_empty {
  color: var(--redAccent);
}
.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(--greenPrimary);
  color: var(--textWhite);
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.top__button:hover {
  background: var(--greenAccent);
  color: var(--textWhite);
}
.top__button_disabled {
  background: var(--gray400);
  cursor: default;
  pointer-events: none;
}
.top__button-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: var(--textWhite);
}
@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;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/menu/catalog_sections_top/style.css?17774748701437*/
.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(--greenPrimary);
}
.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(--textPrimary);
}

/*# 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/catalog.item/section_new/style.css?17780087065408*/
.catalog-item {
  height: 100%;
}
.catalog-item__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);
}
@media (max-width: 767.98px) {
  .catalog-item__card {
    padding: 12px !important;
  }
}
.catalog-item__link {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
}
.catalog-item__media {
  position: relative;
  z-index: 2;
  min-height: 145px;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .catalog-item__media {
    margin-bottom: 10px;
  }
}
.catalog-item__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;
}
.catalog-item__badge-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.catalog-item__image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
}
.catalog-item__image {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: contain;
}
.catalog-item__content {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .catalog-item__content {
    margin-bottom: 8px;
  }
}
.catalog-item__title {
  margin-bottom: 18px;
  color: var(--textPrimary);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .catalog-item__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.catalog-item__features {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-item__feature {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .catalog-item__feature {
    font-size: 1.3rem;
    gap: 4px;
  }
}
.catalog-item__feature-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  color: var(--greenPrimary);
  fill: currentColor;
}
.catalog-item__meta {
  position: relative;
  z-index: 2;
  align-self: end;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .catalog-item__meta {
    margin-top: 12px;
  }
}
.catalog-item__package {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--gray-600);
  font-size: 1.4rem;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .catalog-item__package {
    margin-bottom: 2px;
  }
}
.catalog-item__fraction {
  margin-bottom: 6px;
  color: var(--gray-600);
  font-size: 1.3rem;
  line-height: 1.3;
}
.catalog-item__package-icon {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.catalog-item__buy-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .catalog-item__buy-row {
    gap: 2px;
    margin-top: 12px;
  }
}
.catalog-item__price {
  color: var(--textPrimary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.catalog-item__currency {
  font-size: 0.9em;
  font-weight: 500;
}
.catalog-item__availability {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: var(--greenPrimary);
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
}
.catalog-item__availability_empty {
  color: var(--redAccent);
}
.catalog-item__availability_top {
  display: none;
}
.catalog-item__availability-icon {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  fill: currentColor;
}
@media (max-width: 767.98px) {
  .catalog-item__availability-icon {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
  }
}
.catalog-item__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(--greenPrimary);
  color: var(--textWhite);
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.catalog-item__button:hover {
  background: var(--greenAccent);
  color: var(--textWhite);
}
.catalog-item__button_disabled {
  background: var(--gray400);
  cursor: default;
  pointer-events: none;
}
.catalog-item__button-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: var(--textWhite);
}
@media (max-width: 767.98px) {
  .catalog-item__card {
    padding: 15px;
  }
  .catalog-item__media, .catalog-item__image-box {
    min-height: 130px;
  }
  .catalog-item__image {
    height: 130px;
  }
  .catalog-item__buy-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-item__availability_top {
    display: flex;
    margin-bottom: 2px;
    font-size: 1.3rem;
  }
  .catalog-item__availability_bottom:not(.catalog-item__availability_empty) {
    display: none;
  }
  .catalog-item__feature:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .catalog-item__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);
  }
  .catalog-item__fraction-label, .catalog-item__package-label {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.detail/seo.text/style.css?1750069868547*/
.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?17774748701394 */
/* /local/templates/vecdev/components/bitrix/catalog.top/catalog_top_new/style.css?17779866262101 */
/* /local/templates/vecdev/components/bitrix/catalog.item/hit/style.css?17779846234125 */
/* /local/templates/vecdev/components/bitrix/catalog.item/top/style.css?17779851153768 */
/* /local/templates/vecdev/components/bitrix/menu/catalog_sections_top/style.css?17774748701437 */
/* /local/templates/vecdev/components/bitrix/catalog.section/catalog_all/style.css?17774748704200 */
/* /local/templates/vecdev/components/bitrix/catalog.item/section_new/style.css?17780087065408 */
/* /local/templates/vecdev/components/bitrix/news.detail/seo.text/style.css?1750069868547 */
