

/* Start:/local/templates/main2025/styles/catalog.css?17658091534547*/
.catalog {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 20px;
}

.catalog__header {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.catalog__header h1 {
    width: 100%;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #00050f;
}

.catalog__header-select {
    flex: 1;
}

.catalog__views {
    display: flex;
}

.catalog__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.catalog__menu {
    display: none;
}

.catalog[data-view="list"] .catalog__list,
.catalog[data-view="cards"] .catalog__cards {
    display: flex;
}

.catalog__cards {
    display: none;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.catalog__cards .catalog__cards-back {
    display: none;
}

.catalog__cards-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.catalog__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px 8px 16px;
}

.catalog__card:hover {
    background: #F5F5F5;
}

.catalog__card picture {
    display: flex;
    aspect-ratio: 1;
}

.catalog__card-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    padding: 8px;
}

.catalog__list {
    display: none;
    flex-direction: column;
    gap: 23px;
    flex: 1;
}

.catalog__list-title {
    display: none;
}

.catalog__list-groups {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog__group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catalog__group-header {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #00050F;
}

.catalog__group-header img {
    width: 40px;
    height: 40px;
}

.catalog__group-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catalog__group .catalog__group-list > :nth-child(n + 4) {
    display: none;
}

.catalog__group.open .catalog__group-list > :nth-child(n + 4) {
    display: block;
}

.catalog__group-list-item {
    font-size: 16px;
    line-height: 130%;
    color: #717179;
}

.catalog__group-list-item:hover {
    color: #161B4F;
}

.catalog__group-more,
.catalog__group-collapse {
    display: none;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 130%;
    color: #AEAEB3;
    cursor: pointer;
}

.catalog__group.open .catalog__group-collapse {
    display: flex;
}

.catalog__group:not(.open) .catalog__group-more {
    display: flex;
}

@media (min-width: 768px) {
    .catalog h1 {
        font-size: 36px;
    }

    .catalog__header {
        flex-wrap: nowrap;
    }

    .catalog__header h1 {
        width: auto;
    }

    .catalog__header-select {
        display: none;
    }

    .catalog__wrapper {
        flex-direction: row;
        gap: 20px;
        margin-top: 24px;
    }

    .catalog__menu {
        display: flex;
        flex-direction: column;
        width: 200px;
    }

    .catalog__menu-item {
        padding: 11px;
        color: #C2C2C6;
        border-bottom: 1px solid #C2C2C6;
        line-height: 130%;
    }

    .catalog__menu-item.active {
        color: #00050F;
        border-color: #00050F;
    }

    .catalog__cards .catalog__cards-back {
        display: flex;
        height: 50px;
        position: absolute;
        top: -60px;
    }

    .catalog__card-name {
        font-size: 22px;
    }

    .catalog__list-title {
        font-weight: 900;
        font-size: 24px;
        line-height: 130%;
        text-transform: uppercase;
    }

    .catalog__list-groups {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 32px;
    }
}

@media (min-width: 1440px) {
    .catalog {
        padding: 50px 50px 100px;
    }

    .catalog__header h1 {
        font-size: 36px;
    }

    .catalog__wrapper {
        margin-top: 32px;
        gap: 50px;
    }

    .catalog__menu {
        width: 320px;
    }

    .catalog__menu-item {
        padding: 16px;
    }

    .catalog__cards-list {
        grid-template-columns: repeat(5, 1fr);
        gap: 23px;
    }

    .catalog__list-groups {
        grid-template-columns: repeat(3, 1fr);
        gap: 56px 64px;
    }
}

/* End */


/* Start:/local/templates/main2025/styles/category.css?176641373910494*/
.main {
    background: #f5f5f5;
}

.category {
    width: 100%;
    padding: 24px 20px;
}

.category-objects {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.category-objects h1 {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #00050f;
}

.category-objects .category-objects__back-button {
    padding: 10px;
}

.category-objects__h1 {
    flex: 1;
    text-align: center;
    text-transform: uppercase;
}

.category-objects__list {
    display: flex;
    gap: 8px;
    margin: 16px -20px;
    padding: 0 20px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.category-objects__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 16px;
    background-color: #ffffff;
}

.category-objects__item--active,
.category-objects__item:hover {
    border: 1px solid #161B4F;
}

.category-objects__item-picture {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.category-objects__item-name {
    font-size: 14px;
    line-height: 15px;
    color: #000000;
}

.category-objects__item-count {
    padding: 2px 12px;
    background: #F5F5F5;
    font-size: 14px;
    line-height: 130%;
    color: #00050F;
}

.category-objects__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.category-objects__filters {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.category-objects__filters .category-objects__filters-mobile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.category-objects__filters-mobile .category-objects__sort {
    background-color: #ffffff;
}

.category-objects__filters-desktop {
    display: none;
}

.category-objects__filter {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.category-objects__filters-desktop h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.category-objects__filter-inputs {
    display: flex;
    gap: 12px;
}

.category-objects__result {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.category-objects__result-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.category-objects__result-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.category-objects__result-item {
    background-color: #ffffff;
}

.category-objects__result-count {
    font-size: 14px;
    line-height: 130%;
    color: #717179;
}

.category-objects__result-sort {
    display: none;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 130%;
    color: #717179;
}

.category-objects__result-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.category-objects__result-empty-text {
    width: 100%;
    text-align: center;
    max-width: 406px;
    font-size: 15px;
    line-height: 150%;
    color: #21242c;
}

.category-objects__result-empty-button {
    width: 100%;
    padding: 0 20px;
}

.category-objects__button {
    margin: 24px auto 0;
}

.retail-application {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.retail-application a {
    text-decoration: underline;
    color: #0085ae;
}

.retail-application__input {
    width: 100%;
}

.retail-application__button {
    margin: 12px 0;
}

.input-error {
    display: none;
    padding: 8px 0;
    margin-top: 4px;
    font-size: 12px;
    line-height: 120%;
    color: #c02222;
}

.categoryal-application {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.categoryal-application a {
    text-decoration: underline;
    color: #0085ae;
}

.categoryal-application__input {
    width: 100%;
}

.categoryal-application__button {
    margin: 12px 0;
}

.input-error {
    display: none;
    padding: 8px 0;
    margin-top: 4px;
    font-size: 12px;
    line-height: 120%;
    color: #c02222;
}

.category-objects__actions {
    display: flex;
    justify-content: center;
    padding-top: 48px;
}

@media (min-width: 768px) {
    .category-objects h1 {
        font-size: 36px;
    }

    .category-objects .category-objects__back-button {
        display: none;
    }

    .category-objects__h1 {
        text-align: left;
    }

    .category-objects__list {
        gap: 10px;
        margin: 24px 0 18px;
        padding: 0;
    }

    .category-objects__item {
        gap: 16px;
    }

    .category-objects__item-picture {
        width: 70px;
        height: 70px;
    }

    .category-objects__item-name {
        font-size: 16px;
        line-height: 130%;
    }

    .category-objects__item-count {
        padding: 8px 16px;
    }

    .category-objects__wrapper {
        flex-direction: row;
        gap: 40px;
        margin-top: 24px;
    }

    .category-objects__filters {
        width: 151px;
    }

    .category-objects__filters .category-objects__filters-mobile {
        display: none;
    }

    .category-objects__filters-desktop {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 24px;
    }

    .category-objects__result-sort {
        display: flex;
    }

    .category-objects__filter-inputs {
        flex-direction: column;
    }

    .category-objects__result-empty-text {
        font-size: 18px;
    }

    .category-objects__result-empty-button {
        width: auto;
    }

    .category-objects__result-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .category-objects__button {
        margin-top: 32px;
    }

    .retail-application {
        gap: 16px;
    }

    .retail-application__button {
        margin: 16px 0 8px;
    }

    .categoryal-application {
        gap: 16px;
    }

    .categoryal-application__button {
        margin: 16px 0 8px;
    }

    .category-objects__actions {
        padding-top: 40px;
    }
}

@media (min-width: 1440px) {
    .category {
        padding: 50px 50px 100px;
    }

    .category-objects__wrapper {
        margin-top: 32px;
    }

    .category-objects__filters {
        width: 255px;
    }

    .category-objects__filter-inputs {
        flex-direction: row;
    }

    .category-objects__result-empty {
        gap: 24px;
    }

    .category-objects__result-empty-text {
        max-width: 550px;
    }

    .category-objects__result-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .category-objects__result-item {
        background-color: transparent;
    }
}

.catalog-card.astro-liuybmbj {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    overflow: hidden;
}
.catalog-card.astro-liuybmbj:hover {
    background-color: #ffffff;
    cursor: pointer;
}
.catalog-card__picture.astro-liuybmbj {
    width: 100%;
}
.catalog-card__picture.astro-liuybmbj picture.astro-liuybmbj {
    display: flex;
}
.catalog-card__content.astro-liuybmbj {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px;
}
.catalog-card__title.astro-liuybmbj {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}
.catalog-card__price.astro-liuybmbj {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}
.catalog-card__color.astro-liuybmbj {
    display: flex;
    gap: 8px;
    align-items: center;
}
.catalog-card__color-label.astro-liuybmbj {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #606060;
}
.catalog-card__color-list.astro-liuybmbj {
    display: flex;
    gap: 8px;
}
.catalog-card__color-item.astro-liuybmbj {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.catalog-card__color-item--burlywood.astro-liuybmbj {
    background-color: #d0ab77;
}
.catalog-card__color-item--blue.astro-liuybmbj {
    background-color: #1f4e83;
}
.catalog-card__color-item--brown.astro-liuybmbj {
    background-color: #83541f;
}
.catalog-card__brand.astro-liuybmbj {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
}
.catalog-card__brand-image.astro-liuybmbj {
    width: 40px;
    height: 40px;
}
.catalog-card.astro-liuybmbj .swiper-pagination.astro-liuybmbj {
    top: calc(100% - 1px);
    --swiper-pagination-progressbar-size: 1px;
    --swiper-pagination-progressbar-bg-color: #ebebec;
    --swiper-pagination-color: #00050f;
}
@media (min-width: 768px) {
    .catalog-card.astro-liuybmbj {
        gap: 16px;
    }
    .catalog-card__title.astro-liuybmbj {
        font-size: 18px;
    }
    .catalog-card__price.astro-liuybmbj {
        font-size: 16px;
    }
}

.pagination.astro-d776pwuy {
    display: flex;
    gap: 8px;
    max-width: 100%;
}
.pagination.astro-d776pwuy a:nth-child(3),
.pagination.astro-d776pwuy a:nth-child(4),
.pagination.astro-d776pwuy a:nth-child(5),
.pagination.astro-d776pwuy a:nth-child(6),
.pagination.astro-d776pwuy a:nth-child(7),
.pagination.astro-d776pwuy a:nth-child(8),
.pagination.astro-d776pwuy a:nth-child(9) {
    display: none;
}
@media (min-width: 390px) {
    .pagination.astro-d776pwuy a:nth-child(3) {
        display: flex;
    }
    .pagination.astro-d776pwuy a:nth-child(4) {
        display: flex;
    }
}
@media (min-width: 768px) {
    .pagination.astro-d776pwuy a {
        background-color: transparent;
    }
    .pagination.astro-d776pwuy a:nth-child(6) {
        background-color: #ffffff;
    }
    .pagination.astro-d776pwuy a:nth-child(5) {
        display: flex;
    }
    .pagination.astro-d776pwuy a:nth-child(6) {
        display: flex;
    }
    .pagination.astro-d776pwuy a:nth-child(7) {
        display: flex;
    }
    .pagination.astro-d776pwuy a:nth-child(8) {
        display: flex;
    }
    .pagination.astro-d776pwuy a:nth-child(9) {
        display: flex;
    }
}

/* End */


/* Start:/local/templates/main2025/styles/product.css?176839375319164*/
.catalog-card.astro-liuybmbj {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  overflow: hidden;
}
.catalog-card.astro-liuybmbj:hover {
  background-color: #ffffff;
  cursor: pointer;
}
.catalog-card__picture.astro-liuybmbj {
  width: 100%;
}
.catalog-card__picture.astro-liuybmbj picture.astro-liuybmbj {
  display: flex;
}
.catalog-card__content.astro-liuybmbj {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px;
}
.catalog-card__title.astro-liuybmbj {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.catalog-card__price.astro-liuybmbj {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.catalog-card__color.astro-liuybmbj {
  display: flex;
  gap: 8px;
  align-items: center;
}
.catalog-card__color-label.astro-liuybmbj {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #606060;
}
.catalog-card__color-list.astro-liuybmbj {
  display: flex;
  gap: 8px;
}
.catalog-card__color-item.astro-liuybmbj {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.catalog-card__color-item--burlywood.astro-liuybmbj {
  background-color: #d0ab77;
}
.catalog-card__color-item--blue.astro-liuybmbj {
  background-color: #1f4e83;
}
.catalog-card__color-item--brown.astro-liuybmbj {
  background-color: #83541f;
}
.catalog-card__brand.astro-liuybmbj {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
}
.catalog-card__brand-image.astro-liuybmbj {
  width: 40px;
  height: 40px;
}
.catalog-card.astro-liuybmbj .swiper-pagination.astro-liuybmbj {
  top: calc(100% - 1px);
  --swiper-pagination-progressbar-size: 1px;
  --swiper-pagination-progressbar-bg-color: #ebebec;
  --swiper-pagination-color: #00050f;
}
@media (min-width: 768px) {
  .catalog-card.astro-liuybmbj {
    gap: 16px;
  }
  .catalog-card__title.astro-liuybmbj {
    font-size: 18px;
  }
  .catalog-card__price.astro-liuybmbj {
    font-size: 16px;
  }
}

.fullscreen-slider__wrapper.astro-io7zck7e {
  width: 100%;
  height: 100%;
  position: relative;
}
.fullscreen-slider--vertical.astro-io7zck7e {
  display: flex;
  flex-direction: row-reverse;
  max-height: 500px;
}
.fullscreen-slider--reverse.astro-io7zck7e {
  flex-direction: row;
}
.fullscreen-slider.astro-io7zck7e {
  width: 100%;
  max-width: 1000px;
  max-height: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.fullscreen-slider__backdrop.astro-io7zck7e {
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.fullscreen-slider__backdrop--view.astro-io7zck7e {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fullscreen-slider__close.astro-io7zck7e {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 10;
}
.fullscreen-slider__close.astro-io7zck7e svg {
  touch-action: none;
}
#preview-slider.astro-io7zck7e {
  display: none;
  margin: 24px 60px 0;
  overflow: hidden;
  --swiper-pagination-bottom: -24px;
}
#preview-slider.astro-io7zck7e img.astro-io7zck7e {
  width: 100%;
  object-fit: cover;
}
.fullscreen-slider--horizontal.astro-io7zck7e #preview-slider.astro-io7zck7e {
  height: 48px;
  position: absolute;
  width: 156px;
  bottom: 10px;
  margin: 0;
  display: block;
}
.fullscreen-slider--horizontal.astro-io7zck7e {
  display: flex;
  justify-content: center;
}
.fullscreen-slider--reverse.astro-io7zck7e #preview-slider.astro-io7zck7e {
  margin: 24px 60px 0;
}
.fullscreen-preview-slider.astro-io7zck7e {
  display: none;
}
#preview-slider.astro-io7zck7e .swiper-slide.astro-io7zck7e {
  width: 48px;
  height: 48px;
}
#preview-slider.astro-io7zck7e .swiper-slide-thumb-active.astro-io7zck7e {
  border: 2px solid #ffffff;
}
.fullscreen-preview-slider.astro-io7zck7e {
  width: 100px;
}
.fullscreen-preview-slider.astro-io7zck7e .swiper-slide.astro-io7zck7e {
  max-width: 100%;
}
#preview-slider.astro-io7zck7e picture.astro-io7zck7e,
.fullscreen-preview-slider.astro-io7zck7e picture.astro-io7zck7e {
  display: flex;
  width: 100%;
  height: 100%;
}
.fullscreen-preview-slider.astro-io7zck7e img.astro-io7zck7e {
  object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  user-select: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}
.swiper-button-prev:hover svg,
.swiper-button-next:hover svg,
.fullscreen-slider__close.astro-io7zck7e svg.astro-io7zck7e {
  stroke: #000;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(192, 34, 34, 0.5);
}
.swiper-pagination-bullet-active {
  background: #c02222;
}
.fullscreen-slider__wrapper.astro-io7zck7e .swiper-pagination {
  --swiper-pagination-bottom: -34px;
}
.fullscreen-slider-container.astro-io7zck7e {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  --swiper-navigation-sides-offset: 40px;
  --swiper-pagination-bottom: 40px;
}
.fullscreen-slider-container.astro-io7zck7e .swiper-button-prev,
.fullscreen-slider-container.astro-io7zck7e .swiper-button-next {
  display: none;
}
.fullscreen-preview-slider.astro-io7zck7e
  .swiper-slide-thumb-active.astro-io7zck7e {
  border: 1.5px solid #21242c;
}
.swiper-slide.astro-io7zck7e {
  cursor: pointer;
}
@media (min-width: 768px) {
  .fullscreen-slider__wrapper.astro-io7zck7e .swiper-pagination {
    display: none;
  }
  #preview-slider.astro-io7zck7e {
    display: block;
    height: 60px;
  }
  .fullscreen-slider__wrapper.astro-io7zck7e .swiper-button-prev,
  .fullscreen-slider__wrapper.astro-io7zck7e .swiper-button-next {
    display: flex;
    bottom: 10px;
    top: auto;
  }
  .fullscreen-slider--vertical.astro-io7zck7e:not(.fullscreen-slider--reverse)
    .swiper-button-prev {
    bottom: auto;
    left: 30px;
    top: 30px;
    transform: rotate(90deg);
  }
  .fullscreen-slider--vertical.astro-io7zck7e:not(.fullscreen-slider--reverse)
    .swiper-button-next {
    bottom: 6px;
    left: 30px;
    transform: rotate(90deg);
  }
  .fullscreen-slider--vertical.astro-io7zck7e:not(.fullscreen-slider--reverse)
    #preview-slider.astro-io7zck7e {
    width: 100px;
    margin: 60px 24px 60px 0;
    flex-shrink: 0;
    height: auto;
  }
  .fullscreen-slider--reverse.astro-io7zck7e .swiper-button-prev {
    bottom: auto;
    left: auto;
    right: 30px;
    top: 30px;
    transform: rotate(90deg);
  }
  .fullscreen-slider--reverse.astro-io7zck7e .swiper-button-next {
    bottom: 6px;
    right: 30px;
    transform: rotate(90deg);
  }
  .fullscreen-slider--reverse.astro-io7zck7e #preview-slider.astro-io7zck7e {
    width: 100px;
    margin: 60px 0 60px 24px;
    flex-shrink: 0;
    height: auto;
  }
  .fullscreen-slider__close.astro-io7zck7e {
    top: 40px;
    right: 40px;
  }
}
@media (min-width: 1440px) {
  .fullscreen-slider--vertical.astro-io7zck7e:not(.fullscreen-slider--reverse)
    #preview-slider.astro-io7zck7e {
    width: 70px;
    margin: 60px 28px 60px 0;
  }
  .fullscreen-slider--vertical.astro-io7zck7e:not(.fullscreen-slider--reverse)
    .swiper-button-prev {
    left: 15px;
    top: 30px;
  }
  .fullscreen-slider--vertical.astro-io7zck7e:not(.fullscreen-slider--reverse)
    .swiper-button-next {
    bottom: 6px;
    left: 15px;
  }
  .fullscreen-slider--reverse.astro-io7zck7e #preview-slider.astro-io7zck7e {
    width: 70px;
    margin: 60px 0 60px 28px;
  }
  .fullscreen-slider--reverse.astro-io7zck7e .swiper-button-prev {
    right: 15px;
    top: 30px;
  }
  .fullscreen-slider--reverse.astro-io7zck7e .swiper-button-next {
    bottom: 6px;
    right: 15px;
  }
  .fullscreen-slider-container.astro-io7zck7e .swiper-button-prev,
  .fullscreen-slider-container.astro-io7zck7e .swiper-button-next {
    display: flex;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  }
  .fullscreen-preview-slider.astro-io7zck7e {
    display: block;
    padding: 40px 0;
    margin-left: 40px;
    max-height: 100%;
  }
  .fullscreen-slider-container.astro-io7zck7e .swiper-pagination {
    display: none;
  }
}

.product {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  padding: 24px 20px;
  background: #f5f5f5;
}

.product__slider {
  aspect-ratio: 1 / 1;
}

.product__title {
  width: 100%;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #00050f;
}

.product__view {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 40px;
  overflow: hidden;
}

.product__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}

.product__back {
  display: flex;
}

.product__back .product__back-button {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 16px;
}

.product__back .product__back-button span {
  display: none;
}

.product__desc {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product__desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #313135;
}

.product__desc-hide {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product__char-btn,
.product__desc-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 130%;
  color: #aeaeb3;
  cursor: pointer;
}

.product__char-btn--active .product__char-btn-icon,
.product__desc-btn--active .product__desc-btn-icon {
  transform: rotate(180deg);
}

.product__location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.product__place {
  display: flex;
  gap: 16px;
  align-items: center;
}

.product__place .vr {
  width: 1px;
  height: 18px;
  background: #ebebec;
}

.product__brand {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
}

.product__brand-image {
  width: 40px;
  height: 40px;
}

.product__building {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #008031;
}

.product__floor {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #00050f;
}

.product__price {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.product__price span {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
}

.product__color {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product__color-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #606060;
}

.product__color-list {
  display: flex;
  gap: 8px;
}

.product__color-item {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.product__color-item--burlywood {
  background-color: #d0ab77;
}

.product__color-item--blue {
  background-color: #1f4e83;
}

.product__color-item--brown {
  background-color: #83541f;
}

.product__char {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product__char h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #00050f;
}

.product__char-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 13px;
  line-height: 19.5px;
}

.product__char-list-hide .product__char-item:nth-child(n + 6) {
  display: none;
}

.product__char-item {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
}

.product__char-item div {
  flex: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #606060;
}

.product__char-item .item-title {
  font-weight: 400;
  font-size: 14px;
  color: #313135;
}

.product__btn {
}

.product__btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.input-error {
  display: none;
  padding: 8px 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 120%;
  color: #c02222;
}

@media (min-width: 768px) {
  .product {
    gap: 10px;
  }

  .product__back .product__back-button {
    padding: 15px 32px;
  }

  .product__back .product__back-button span {
    display: block;
  }

  .product__title {
    font-size: 36px;
  }

  .product__char h2 {
    font-size: 24px;
  }

  .product__view {
    gap: 16px;
  }

  .product__wrapper {
    gap: 24px;
  }

  .product__info {
    gap: 50px;
  }

  .product__char__list {
    gap: 16px;
    font-size: 15px;
    line-height: 22.5px;
  }

  .product__btn {
    padding: 0;
  }

  .product__btn button {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .product__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .product__title {
    margin-top: 0;
  }

  .product__location {
    flex-direction: row;
    align-items: center;
  }

  .product__btn {
    max-width: 223px;
  }
}

@media (min-width: 1440px) {
  .product {
    gap: 24px;
    padding: 50px 50px 100px;
  }

  .product__wrapper {
    gap: 100px;
  }

  .product__view {
    width: 100%;
    flex: none;
    gap: 26px;
  }

  .product__info {
    gap: 36px;
  }

  .product__desc-hide {
    -webkit-line-clamp: 2;
  }
}
section.astro-3imcm7af {
  width: 100%;
  padding: 32px 20px;
}
.section__header.astro-3imcm7af {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 32px;
  align-items: center;
  gap: 16px;
}
.section__header.astro-3imcm7af .section__filter.astro-3imcm7af,
.section__header.astro-3imcm7af .section__button.astro-3imcm7af {
  display: none;
}
.section__title.astro-3imcm7af {
  color: #21242c;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  line-height: 130%;
  flex: 1;
  order: 1;
}
.section__button.astro-3imcm7af {
  flex-shrink: 0;
  order: 2;
}
.section__filter.astro-3imcm7af {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  order: 3;
}
.section__content.astro-3imcm7af {
  grid-column: 2 span;
  position: relative;
}
.section__button-view-all.astro-3imcm7af {
  height: 45px;
}
.card.astro-3imcm7af {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  text-decoration: none;
  padding: 8px;
  height: auto;
}
.card.astro-3imcm7af:hover {
  background-color: #f5f5f5;
  cursor: pointer;
  z-index: 1;
}
.card__wrapper.astro-3imcm7af {
  padding: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  flex: 1;
  width: 100%;
}
.card__section.astro-3imcm7af {
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  text-transform: uppercase;
  color: #606060;
}
.card__title.astro-3imcm7af {
  color: #00050f;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
.card__period.astro-3imcm7af {
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  color: #606060;
}
.category-button.astro-3imcm7af {
  display: flex;
  align-items: center;
}
.section__footer.astro-3imcm7af {
  margin-top: 32px;
}
.section__footer.astro-3imcm7af .section__button.astro-3imcm7af {
  flex: 1;
}
.swiper.astro-3imcm7af {
  width: 100%;
}
.swiper-buttons.astro-3imcm7af {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
  height: 40px;
}
.section__filter.astro-3imcm7af .swiper-button-prev.astro-3imcm7af {
  order: 2;
  display: flex;
  left: auto;
  position: initial;
  width: 45px;
  height: 45px;
  user-select: none;
}
.section__filter.astro-3imcm7af .swiper-button-next.astro-3imcm7af {
  order: 3;
  display: flex;
  left: auto;
  position: initial;
  width: 45px;
  height: 45px;
  user-select: none;
}
.swiper-button-prev.astro-3imcm7af,
.swiper-button-next.astro-3imcm7af {
  margin-top: 0;
}
.swiper-button-prev.astro-3imcm7af:hover svg.astro-3imcm7af,
.swiper-button-next.astro-3imcm7af:hover svg.astro-3imcm7af,
.swiper-button-prev.astro-3imcm7af:hover path.astro-3imcm7af,
.swiper-button-next.astro-3imcm7af:hover path.astro-3imcm7af {
  stroke: #000;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  section.astro-3imcm7af {
    padding: 100px 50px;
  }
  .section__button.astro-3imcm7af {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section__header.astro-3imcm7af {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
}
@media (min-width: 960px) {
  .section__header.astro-3imcm7af {
    flex-wrap: nowrap;
  }
  .section__title.astro-3imcm7af {
    white-space: nowrap;
  }
  .section__header.astro-3imcm7af .section__filter.astro-3imcm7af,
  .section__header.astro-3imcm7af .section__button.astro-3imcm7af {
    display: flex;
  }
  .section__filter.astro-3imcm7af {
    flex: 1;
    width: auto;
    order: 2;
    justify-content: flex-end;
    padding-left: 8px;
  }
  .section__filter.astro-3imcm7af .category-button.astro-3imcm7af {
    order: 1;
    flex: 1;
  }
  .section__filter.astro-3imcm7af .swiper-button-prev.astro-3imcm7af {
    order: 2;
    display: flex;
    left: auto;
    position: initial;
    width: 40px;
    height: 40px;
    user-select: none;
  }
  .section__filter.astro-3imcm7af .swiper-button-next.astro-3imcm7af {
    order: 3;
    display: flex;
    left: auto;
    position: initial;
    width: 40px;
    height: 40px;
    user-select: none;
  }
  .section__button.astro-3imcm7af {
    order: 3;
  }
  .section__footer.astro-3imcm7af {
    display: none;
  }
  .section__title.astro-3imcm7af {
    font-size: 36px;
    line-height: 48px;
  }
  .swiper.astro-3imcm7af {
    width: calc(100% + 50px);
  }
}

.breadcrumbs.astro-ilhxcym7 {
  display: flex;
  gap: 4px;
  width: 100%;
  padding-top: 20px;
}
.breadcrumb.astro-ilhxcym7 {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.5px;
  gap: 4px;
  padding: 0;
}
.breadcrumb.astro-ilhxcym7 a.astro-ilhxcym7 {
  cursor: pointer;
  text-decoration: none;
  color: #717179;
}
.breadcrumb--active.astro-ilhxcym7 {
  color: #AEAEB3;
  overflow: hidden;
}
.breadcrumb--active.astro-ilhxcym7 span.astro-ilhxcym7 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* End */


/* Start:/local/components/bitrix/catalog/templates/.default/style.min.css?1763535629959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/components/bitrix/catalog/templates/.default/bitrix/catalog.section.list/.default/style.min.css?17635356296236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /local/templates/main2025/styles/catalog.css?17658091534547 */
/* /local/templates/main2025/styles/category.css?176641373910494 */
/* /local/templates/main2025/styles/product.css?176839375319164 */
/* /local/components/bitrix/catalog/templates/.default/style.min.css?1763535629959 */
/* /local/components/bitrix/catalog/templates/.default/bitrix/catalog.section.list/.default/style.min.css?17635356296236 */
