

/* Start:/local/templates/html/assets/components-template/mixin__tabs-v1/style.css?17412529363347*/
.tabs-v1__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  position: relative; }
  @media (max-width: 1023px) {
    .tabs-v1__list {
      gap: 16px;
      overflow: auto;
      justify-content: flex-start;
      flex-wrap: nowrap; } }

.tabs-v1__item {
  padding: 1.2rem 2rem;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all .3s ease;
  white-space: nowrap; }
  .tabs-v1__item.active {
    background-color: #F5F6F8;
    border-color: #F5F6F8;
    font-weight: 600;
    pointer-events: none; }
  @media (min-width: 1024px) {
    .tabs-v1__item:hover {
      cursor: pointer;
      border-color: #CFD2D4; } }
  .tabs-v1__item:active {
    border-color: #1A1919; }
  @media (max-width: 1023px) {
    .tabs-v1__item {
      padding: 5px 12px; } }
  .tabs-v1__item:nth-child(n+6) {
    display: none; }
  .tabs-v1__item--more {
    display: flex !important;
    border: none; }
    .tabs-v1__item--more .icon {
      transition: all .3s ease; }
      @media (max-width: 1023px) {
        .tabs-v1__item--more .icon {
          width: 14px !important;
          height: 14px !important; } }

.tabs-v1.expand .tabs-v1__item {
  display: inline-block; }

.tabs-v1.expand .btn .icon {
  transform: rotate(180deg); }

.tabs-v1--start .tabs-v1__list {
  justify-content: flex-start; }

.tabs-v1-more {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem; }
  @media (max-width: 1023px) {
    .tabs-v1-more {
      margin-bottom: 16px; } }
  .tabs-v1-more__list {
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    gap: 1rem;
    position: relative; }
    .tabs-v1-more__list.active {
      flex-wrap: wrap; }
      .tabs-v1-more__list.active .catalog-targets__toggle {
        position: static; }
        .tabs-v1-more__list.active .catalog-targets__toggle:before, .tabs-v1-more__list.active .catalog-targets__toggle:after {
          display: none; }
    @media (max-width: 1023px) {
      .tabs-v1-more__list {
        gap: 16px;
        overflow: auto;
        justify-content: flex-start;
        flex-wrap: nowrap; } }
  .tabs-v1-more__item {
    padding: 1.2rem 2rem;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .3s ease;
    white-space: nowrap; }
    .tabs-v1-more__item.active {
      background-color: #F5F6F8;
      border-color: #F5F6F8;
      font-weight: 600;
      pointer-events: none; }
    @media (min-width: 1024px) {
      .tabs-v1-more__item:hover {
        cursor: pointer;
        border-color: #CFD2D4; } }
    .tabs-v1-more__item:active {
      border-color: #1A1919; }
    @media (max-width: 1023px) {
      .tabs-v1-more__item {
        padding: 5px 12px; } }
    .tabs-v1-more__item--more {
      display: flex !important;
      border: none; }
      .tabs-v1-more__item--more .icon {
        transition: all .3s ease; }
        @media (max-width: 1023px) {
          .tabs-v1-more__item--more .icon {
            width: 14px !important;
            height: 14px !important; } }
  .tabs-v1-more.expand .btn .icon {
    transform: rotate(180deg); }
  .tabs-v1-more--start .tabs-v1__list {
    justify-content: flex-start; }
  .tabs-v1-more .catalog-targets__toggle {
    align-self: center;
    z-index: 10; }
    .tabs-v1-more .catalog-targets__toggle::before {
      pointer-events: all; }

/* End */


/* Start:/local/templates/html/assets/components-template/catalog-list/style.css?17412529351902*/
.catalog-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem; }
  @media (max-width: 1023px) {
    .catalog-list__grid {
      grid-template-columns: repeat(3, calc(33.33% - 10.6px));
      gap: 16px; } }
  @media (max-width: 767px) {
    .catalog-list__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .catalog-list__grid {
      grid-template-columns: 100%; } }
  @media (min-width: 1024px) {
    .catalog-list__grid .product-card-wrap {
      height: 47.2rem; } }

.catalog-list__more {
  margin-top: 4rem;
  display: flex;
  justify-content: center; }
  @media (max-width: 1023px) {
    .catalog-list__more {
      margin-top: 30px; } }

@media (min-width: 1024px) {
  .catalog-list .product-card-wrap {
    height: 47.2rem; } }

@media (min-width: 1024px) {
  .catalog-list--collection .product-card-wrap {
    height: 46rem; } }

@media (min-width: 1024px) {
  .catalog-list--inner .product-card-wrap:nth-child(n+9) {
    display: none; } }

@media (max-width: 1023px) {
  .catalog-list--inner .product-card-wrap:nth-child(n+7) {
    display: none; } }

@media (max-width: 767px) {
  .catalog-list--inner .product-card-wrap:nth-child(n+5) {
    display: none; } }

.catalog-list--inner.expand .product-card-wrap {
  display: block; }

@media (min-width: 1024px) {
  .catalog-list--catalog .catalog-list__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1024px) {
  .catalog-list .opened .catalog-list__grid {
    grid-template-columns: repeat(4, 1fr); } }

.catalog-list .opened .catalog-footer {
  margin: 0 auto; }

.catalog-list-section .tabs-v1 {
  margin-bottom: 3rem; }
  @media (max-width: 1023px) {
    .catalog-list-section .tabs-v1 {
      margin-bottom: 16px; } }

.catalog-footer {
  max-width: 112rem; }
  @media (max-width: 1023px) {
    .catalog-footer {
      max-width: none; } }

/* End */


/* Start:/local/templates/html/assets/components-template/brand-inner/style.css?17412529352260*/
.brand-inner {
  margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .brand-inner {
      margin-bottom: 56px; } }
  .brand-inner__row {
    display: flex;
    display: grid;
    grid-template-columns: 57rem 1fr;
    gap: 6rem; }
    @media (max-width: 1023px) {
      .brand-inner__row {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .brand-inner__col--left {
    position: sticky;
    top: 150px;
    align-self: flex-start; }
    @media (max-width: 1023px) {
      .brand-inner__col--left {
        position: static; } }
  .brand-inner__logo {
    padding: 3.5rem 11rem;
    border: 1px solid #CFD2D4;
    border-radius: 6px;
    height: 25rem;
    position: relative; }
    @media (max-width: 1023px) {
      .brand-inner__logo {
        padding: 18px 40px;
        height: 165px; } }
    .brand-inner__logo:before {
      position: absolute;
      content: "";
      left: 0;
      width: 6px;
      background-color: #0540D5;
      top: 3.5rem;
      bottom: 3.5rem; }
      @media (max-width: 1023px) {
        .brand-inner__logo:before {
          width: 4px;
          top: 40px;
          bottom: 40px; } }
    .brand-inner__logo img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.splide--wide .splide__slide {
  height: 59.4rem; }
  @media (min-width: 1024px) {
    .splide--wide .splide__slide {
      width: 76%; } }
  @media (max-width: 1023px) {
    .splide--wide .splide__slide {
      min-height: 206px;
      height: 90rem; } }
  .splide--wide .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.splide--wide .splide__track {
  position: relative;
  border-radius: 6px; }
  @media (min-width: 1024px) {
    .splide--wide .splide__track {
      border-radius: 10px; }
      .splide--wide .splide__track:before, .splide--wide .splide__track:after {
        position: absolute;
        content: "";
        bottom: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.7);
        width: 12%;
        z-index: 10; }
      .splide--wide .splide__track:before {
        left: 0; }
      .splide--wide .splide__track:after {
        right: 0; } }

@media (min-width: 1024px) {
  .splide--wide:not(.is-initialized) .splide__slide {
    margin-left: 12%; } }

/* End */


/* Start:/local/templates/html/assets/components-template/catalog-product-list/style.css?17412529353352*/
.catalog-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
  margin-bottom: 64px; }
  @media (max-width: 1999px) {
    .catalog-product-list {
      margin: 0px -2.5px 64px; } }
  @media (max-width: 1579px) {
    .catalog-product-list {
      margin: 0px -9.5px 64px; } }
  @media (max-width: 1199px) {
    .catalog-product-list {
      margin: 0px -12.5px 50px; } }
  @media (max-width: 1023px) {
    .catalog-product-list {
      margin: 0px -14px 30px; } }
  @media (max-width: 767px) {
    .catalog-product-list {
      margin: 0px -12px 30px; } }
  @media (max-width: 560px) {
    .catalog-product-list {
      margin: 0px -2px 30px; } }
  .catalog-product-list .product-card-wrap {
    padding: 0px 12px;
    width: 25%;
    margin-bottom: 28px; }
    @media (max-width: 1999px) {
      .catalog-product-list .product-card-wrap {
        margin-bottom: 18px;
        padding: 0px 2.5px; } }
    @media (max-width: 1579px) {
      .catalog-product-list .product-card-wrap {
        width: 33.33%;
        padding: 0px 9.5px; } }
    @media (max-width: 1199px) {
      .catalog-product-list .product-card-wrap {
        padding: 0px 12.5px;
        margin-bottom: 28px; } }
    @media (max-width: 1023px) {
      .catalog-product-list .product-card-wrap {
        padding: 0px 14px;
        width: 50%; } }
    @media (max-width: 767px) {
      .catalog-product-list .product-card-wrap {
        padding: 0px 12px; } }
    @media (max-width: 560px) {
      .catalog-product-list .product-card-wrap {
        padding: 0px 2px;
        margin-bottom: 4px; } }
    @media (min-width: 1580px) {
      .catalog-product-list .product-card-wrap:nth-last-child(-n + 4) {
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .catalog-product-list .product-card-wrap:nth-last-child(-n + 3) {
        margin-bottom: 0px; } }
    @media (max-width: 1023px) {
      .catalog-product-list .product-card-wrap:nth-last-child(-n + 2) {
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .catalog-product-list .product-card-wrap:hover {
        cursor: pointer;
        z-index: 20; } }
  .catalog-product-list--v3 .product-card-wrap {
    width: 20%; }
    @media (max-width: 1999px) {
      .catalog-product-list--v3 .product-card-wrap {
        width: 25%; } }
    @media (max-width: 1199px) {
      .catalog-product-list--v3 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 767px) {
      .catalog-product-list--v3 .product-card-wrap {
        width: 100%; } }
  .catalog-product-list--v2 .product-card-wrap {
    width: 20%; }
    @media (max-width: 1579px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 25%; } }
    @media (max-width: 1199px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 767px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 100%; } }
  .catalog-product-list--personal .product-card-wrap {
    width: 25%; }
    @media (max-width: 1579px) {
      .catalog-product-list--personal .product-card-wrap {
        width: 33.333%; } }
    @media (max-width: 1199px) {
      .catalog-product-list--personal .product-card-wrap {
        width: 50%; } }
    @media (max-width: 767px) {
      .catalog-product-list--personal .product-card-wrap {
        width: 100%; } }

/* End */


/* Start:/local/templates/html/components/bitrix/catalog.item/tile/style.css?171387191846*/
.active_prop_value{
	color: #000!important;
}

/* End */
/* /local/templates/html/assets/components-template/mixin__tabs-v1/style.css?17412529363347 */
/* /local/templates/html/assets/components-template/catalog-list/style.css?17412529351902 */
/* /local/templates/html/assets/components-template/brand-inner/style.css?17412529352260 */
/* /local/templates/html/assets/components-template/catalog-product-list/style.css?17412529353352 */
/* /local/templates/html/components/bitrix/catalog.item/tile/style.css?171387191846 */
