

/* Start:/local/templates/html/components/bitrix/catalog/main/style.css?175612338094*/
.inactive_catalog .product-list__inactive.product-list__only-inactive {
    margin-top: 0px;
}
/* End */


/* Start:/html/components-template/catalog/style.css?17610552034876*/
body:has(.catalog) .index-tabs {
  padding-top: 0; }

.catalog {
  padding-bottom: 110px; }
  .catalog .search-field .form-control {
    padding-right: 80px; }
  .catalog__inner .ics-item__more {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #8a6048;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: 0.3s;
    width: calc(100% / 5 - 10px); }
    @media (max-width: 1199.75px) {
      .catalog__inner .ics-item__more {
        width: calc(100% / 4 - 10px); } }
    @media (max-width: 991.75px) {
      .catalog__inner .ics-item__more {
        width: calc(100% / 3 - 10px); } }
    @media (max-width: 767.75px) {
      .catalog__inner .ics-item__more {
        width: calc(100% / 2 - 10px); } }
    @media (max-width: 600.75px) {
      .catalog__inner .ics-item__more {
        width: 100%; } }
    .catalog__inner .ics-item__more:hover {
      color: #000000; }
      .catalog__inner .ics-item__more:hover svg path {
        fill: #000000; }
    .catalog__inner .ics-item__more span {
      margin-right: 5px; }
    .catalog__inner .ics-item__more svg path {
      transition: 0.3s;
      fill: #8a6048; }
  .catalog__sections {
    margin-bottom: 45px; }
  .catalog__sections-inner {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 10px; }
  .catalog__grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    .catalog__grid .product-block {
      width: calc((100% - 40px)/ 3); }
    .catalog__grid.catalog__grid_product-card .product-card-wrap {
      width: calc((100% - 60px)/ 4); }
  .catalog__bottom {
    display: flex;
    margin-top: 40px;
    margin-bottom: 60px; }
    @media (max-width: 766.75px) {
      .catalog__bottom {
        margin-bottom: 30px; } }
  .catalog__more {
    max-width: 744px;
    margin-left: auto;
    margin-right: auto; }
    .catalog__more .btn {
      margin-left: 50%;
      padding: 12px 35px 14px 35px; }
  .catalog__info {
    padding: 40px 0 0;
    margin-bottom: 30px;
    color: #666;
    color: var(--lite_basic_text_black); }
    .catalog__info p {
      margin-bottom: 24px; }

@media (max-width: 1380px) {
  .catalog .product-block {
    min-width: 365px; }
  .catalog__grid.catalog__grid_product-card .product-card-wrap {
    width: calc((100% - 40px)/ 3); } }

@media (max-width: 1199.75px) {
  .catalog__grid .product-block {
    width: calc((100% - 20px)/ 2); }
  .catalog .product-block {
    min-width: auto; } }

@media (max-width: 991.75px) {
  .catalog {
    padding-bottom: 70px; }
    .catalog__bottom {
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px; }
    .catalog__pagination {
      width: 100%; }
    .catalog__more {
      width: 200px; }
      .catalog__more .btn {
        margin-left: 0; }
  .catalog__grid.catalog__grid_product-card {
    grid-template-columns: repeat(2, 1fr); }
    .catalog__grid.catalog__grid_product-card .product-card-wrap {
      width: calc((100% - 20px)/ 2); } }

@media (max-width: 767.75px) {
  .catalog__grid {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 600.75px) {
  .catalog__sections-inner {
    gap: 5px; }
  .catalog__grid.catalog__grid_product-card {
    grid-template-columns: repeat(1, 1fr); }
  .catalog .product-block {
    min-width: 320px;
    width: 100%; }
  .catalog__grid.catalog__grid_product-card {
    grid-template-columns: repeat(2, 1fr); }
    .catalog__grid.catalog__grid_product-card .product-card-wrap {
      width: 100%; }
  .content .product-card-wrap {
    width: 100%;
    min-width: 100%;
    margin-right: 0 !important; } }

@media (max-width: 359px) {
  .catalog .product-block {
    min-width: auto; } }

.inactive_catalog__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 90px;
  height: 40px;
  background-color: #F8F8F8;
  margin-top: 40px;
  transition: all ease .3s; }
  .inactive_catalog__link.active {
    display: none; }
  @media (min-width: 991.75px) {
    .inactive_catalog__link {
      cursor: pointer;
      margin-top: 60px;
      height: 50px; }
      .inactive_catalog__link:hover {
        background-color: #E3E3E3; } }
  .inactive_catalog__link span {
    display: flex;
    align-items: center;
    margin-left: 6px; }

.inactive_catalog .product-list__inactive {
  margin-top: 60px; }
  @media (max-width: 990.75px) {
    .inactive_catalog .product-list__inactive {
      margin-top: 40px; } }

.inactive_catalog .product-list__inactive-btn {
  margin-top: 20px; }

@media (max-width: 599.75px) {
  .favorite .catalog__grid {
    display: grid;
    justify-items: center; }
    .favorite .catalog__grid .product-block {
      width: 100%;
      max-width: 380px; } }

/* End */


/* Start:/html/components-template/products-slider/style.css?17610531631597*/
.products-slider__header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  @media (max-width: 766.75px) {
    .products-slider__header {
      margin-bottom: 20px; } }

.products-slider__slider .product-card-wrap {
  height: 100% !important; }

.products-slider__slider .product-card {
  border: 1px solid #ededed;
  border-color: var(--stroke_black); }
  .products-slider__slider .product-card:hover {
    border: 1px solid #ededed;
    border-color: var(--stroke_black);
    box-shadow: none; }

@media (min-width: 600.75px) {
  .products-slider__slider--v2 .splide__arrows {
    position: absolute;
    right: 0;
    display: flex;
    top: -45px;
    gap: 10px; }
  .products-slider__slider--v2 .splide__arrow {
    position: static;
    transform: none; } }

.products-slider__slider--v2 .splide__arrow {
  background-color: #F5F5F5; }

.products-slider__slider:not(.is-initialized) .splide__slide {
  width: calc(33.333% - 13px); }
  @media (max-width: 990.75px) {
    .products-slider__slider:not(.is-initialized) .splide__slide {
      width: calc(50% - 10px); } }
  @media (max-width: 599.75px) {
    .products-slider__slider:not(.is-initialized) .splide__slide {
      width: 100%; } }
  .products-slider__slider:not(.is-initialized) .splide__slide:not(:last-child) {
    margin-right: 20px; }

.products-slider .splide__track {
  margin: -20px -19px 0;
  padding: 20px 19px 110px !important; }
  @media (max-width: 991.75px) {
    .products-slider .splide__track {
      padding: 20px 19px 60px !important; } }

/* End */


/* Start:/html/components-template/catalog-list/style.css?17229702183020*/
.catalog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 105px; }
  .catalog-list__item {
    display: flex;
    gap: 30px;
    color: #222;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 30px;
    transition: box-shadow 0.4s; }
    .catalog-list__item:hover {
      box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1); }
      .catalog-list__item:hover .catalog-list__title {
        color: #8a6048; }
  .catalog-list__img {
    height: 176px;
    width: 176px; }
    .catalog-list__img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .catalog-list__item-body {
    flex: 1; }
  .catalog-list__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    transition: 0.4s;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden; }
  .catalog-list__text {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    color: #000;
    margin-bottom: 15px; }
  .catalog-list__menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    gap: 5px 40px; }
    .catalog-list__menu-item {
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 22px;
      text-overflow: ellipsis;
      overflow: hidden; }
      .catalog-list__menu-item a {
        color: #444444; }
        .catalog-list__menu-item a:hover {
          color: #8a6048; }
  .catalog-list__menu-more {
    display: none;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    color: #8a6048;
    cursor: pointer;
    transition: 0.4s; }
    .catalog-list__menu-more:hover {
      color: #000000; }
      .catalog-list__menu-more:hover svg path {
        fill: #000000; }
    .catalog-list__menu-more span {
      margin-right: 5px; }
    .catalog-list__menu-more svg path {
      transition: 0.4s;
      fill: #8a6048; }

@media (max-width: 1199.75px) {
  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .catalog-list__item {
      gap: 20px;
      padding: 20px; }
    .catalog-list__img {
      height: 130px;
      width: 130px; }
    .catalog-list__menu {
      gap: 5px 15px; } }

@media (max-width: 991.75px) {
  .catalog-list__item {
    flex-direction: column; }
  .catalog-list__img {
    margin: 0 auto; }
  .catalog-list__menu {
    gap: 5px 20px; } }

@media (max-width: 767.75px) {
  .catalog-list {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 600.75px) {
  .catalog-list {
    grid-template-columns: 100%;
    gap: 15px;
    padding-bottom: 60px; }
    .catalog-list__item {
      padding: 16px 20px; }
    .catalog-list__img {
      height: 120px;
      width: 120px; }
    .catalog-list__title {
      margin-bottom: 10px; }
    .catalog-list__text {
      margin-bottom: 10px; }
    .catalog-list__menu {
      grid-template-columns: 100%; } }

/* End */


/* Start:/html/components-template/mixin__product-card/style.css?17302755587313*/
.product-card-wrap.hover {
  position: relative;
  z-index: 4; }
  .product-card-wrap.hover .product-card {
    height: auto; }
  .product-card-wrap.hover .product-card__offers {
    display: block; }

.product-card {
  height: 100%;
  min-width: 0;
  padding: 35px 25px 30px 25px;
  background: #fff;
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border: 1px solid #e3e3e3; }
  .product-card:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .product-card__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    position: relative; }
  .product-card__top {
    margin: 0 auto;
    display: block; }
  .product-card__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    font-size: 13px;
    gap: 5px;
    transition: all ease .3s; }
    .product-card__badge path {
      fill: #A0A0A0; }
    @media (min-width: 767.75px) {
      .product-card__badge {
        cursor: pointer; }
        .product-card__badge:hover {
          color: #757575;
          opacity: .7; } }
  .product-card__top-badges {
    position: absolute;
    z-index: 3;
    top: -20px;
    left: -10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .product-card__images {
    padding-bottom: 10px; }
  .product-card__img {
    height: 215px; }
    .product-card__img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .product-card__bottom-badges {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
  .product-card__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-basis: auto;
    gap: 20px;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px; }
  .product-card__info-body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .product-card__price-new {
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #000000; }
  .product-card__price-old {
    margin-top: 3px;
    display: flex;
    white-space: nowrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    color: #444444; }
    .product-card__price-old span {
      text-decoration: line-through; }
    .product-card__price-old .discount {
      margin-left: 7px; }
      .product-card__price-old .discount span {
        text-decoration: none; }
  .product-card__grid {
    display: flex;
    align-items: center;
    gap: 5px; }
    .product-card__grid-title {
      color: #757575;
      font-size: 13px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
      .product-card__grid-title span {
        color: #000; }
    .product-card__grid-property {
      padding: 6px 10px;
      color: #000;
      font-size: 12px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      border: 1px solid #8a6048; }
  .product-card__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    overflow: hidden;
    color: #000000; }
  .product-card__info-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3; }
  .product-card__rating {
    display: flex;
    gap: 1px;
    fill: #e3e3e3; }
    .product-card__rating .filled {
      fill: #8a6048; }
  .product-card__review {
    fill: #000000;
    display: flex;
    align-items: center; }
    .product-card__review span {
      color: #000000;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-left: 5px; }
  .product-card__sku {
    color: #999;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px); }
  .product-card__actions {
    margin-top: 20px;
    position: relative; }
  .product-card__actions-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    justify-content: normal; }
  .product-card__btns {
    width: 160px;
    margin-left: auto; }
    .product-card__btns .counter {
      height: 42px;
      width: 160px; }
    .product-card__btns .counter__action {
      flex: 0 0 52px; }
  .product-card__buy {
    fill: #fff;
    padding: 10px 35px;
    font-size: 15px;
    height: 42px;
    width: 160px; }
    .product-card__buy svg path {
      stroke: #fff; }
    .product-card__buy.btn {
      height: 42px; }
    @media (max-width: 1280px) {
      .product-card__buy {
        padding: 10px 21px; } }
  .product-card__more {
    display: none; }
  .product-card__favorite {
    position: absolute;
    z-index: 4;
    right: 0;
    background: #f8f8f8;
    border-radius: 50%;
    fill: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    cursor: pointer;
    transition: background 0.3s; }
    .product-card__favorite svg path {
      transition: 0.3s; }
    .product-card__favorite:hover svg path {
      stroke: #8a6048; }
    .product-card__favorite.active:hover svg path {
      stroke: #8a6048;
      fill: transparent; }
    .product-card__favorite.active svg path {
      stroke: #8a6048;
      fill: #8a6048; }

@media (max-width: 767.75px) {
  .product-card__actions {
    display: flex;
    flex-direction: column-reverse; }
  .product-card__btns {
    width: auto;
    flex: 1; }
    .product-card__btns .btn {
      width: 100%; }
    .product-card__btns .counter {
      width: 100%; }
  .product-card__offers {
    display: block;
    margin-bottom: 10px; } }

@media (max-width: 600.75px) {
  .product-card__info {
    gap: 15px; }
  .product-card__btns .counter__action {
    flex: 0 0 45px; } }

.utp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 8px; }
  @media (max-width: 766.75px) {
    .utp {
      gap: 6px; } }
  .utp .product-card__grid-property {
    margin-top: 6px;
    border-color: #E3E3E3;
    transition: all ease .3s; }
    .utp .product-card__grid-property.active {
      border-color: #8a6048;
      pointer-events: none; }
    .utp .product-card__grid-property:hover {
      cursor: pointer;
      border-color: #8a6048; }

.utp-color {
  width: 30px;
  height: 30px;
  border: 1px solid #E3E3E3;
  background: var(--bg-utp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex-shrink: 0;
  margin-top: 6px;
  transition: all ease .3s; }
  .utp-color:hover {
    cursor: pointer;
    border-color: #8a6048; }
  .utp-color.active {
    pointer-events: none;
    border-color: #8a6048; }

.utp-capacity {
  height: 33px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  transition: all ease .3s;
  margin-top: 8px; }
  .utp-capacity.active {
    border-color: #8a6048;
    pointer-events: none; }
  .utp-capacity:hover {
    cursor: pointer;
    border-color: #8a6048; }

.product-block__grid__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between; }

/* End */


/* Start:/html/components-template/mixin__countdown/style.css?1722970218477*/
.countdown {
  padding-left: 4px;
  display: flex; }
  .countdown__item {
    text-transform: lowercase;
    color: #222;
    color: var(--white_text_black);
    padding: 4px 3px 0 3px;
    font-size: 12px;
    width: auto;
    display: inline-block;
    position: relative;
    line-height: 1;
    height: 25px;
    font-weight: 700; }
    .countdown__item:not(:last-child)::after {
      letter-spacing: -3px;
      content: ':';
      position: relative;
      left: 1px; }

/* End */
/* /local/templates/html/components/bitrix/catalog/main/style.css?175612338094 */
/* /html/components-template/catalog/style.css?17610552034876 */
/* /html/components-template/products-slider/style.css?17610531631597 */
/* /html/components-template/catalog-list/style.css?17229702183020 */
/* /html/components-template/mixin__product-card/style.css?17302755587313 */
/* /html/components-template/mixin__countdown/style.css?1722970218477 */
