

/* Start:/local/templates/html/assets/components-template/catalog/style.css?174790721524483*/
.catalog {
  padding: 68px 138px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.category-cards-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px; }
  @media (max-width: 1559px) {
    .category-cards-list {
      gap: 18px; } }
  @media (max-width: 1249px) {
    .category-cards-list {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 575px) {
    .category-cards-list {
      grid-template-columns: 1fr; } }
  .category-cards-list .catalog-grid-card {
    min-height: auto; }
    @media (max-width: 575px) {
      .category-cards-list .catalog-grid-card {
        height: 324px; } }

.catalog-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative; }
  @media (max-width: 1559px) {
    .catalog-grid {
      gap: 12px; } }
  .catalog-grid__row {
    display: flex;
    gap: 24px; }
    @media (max-width: 1559px) {
      .catalog-grid__row {
        gap: 12px; } }
    @media (max-width: 1249px) {
      .catalog-grid__row {
        flex-direction: column; } }
  .catalog-grid__item {
    flex: 1 1 auto;
    display: flex;
    width: 29%; }
    @media (max-width: 1249px) {
      .catalog-grid__item {
        width: auto; } }
    @media (max-width: 1099px) {
      .catalog-grid__item {
        height: auto;
        min-height: 324px; } }
    .catalog-grid__item--narrow .catalog-grid-card__inner {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding-left: 296px; }
      @media (max-width: 1559px) {
        .catalog-grid__item--narrow .catalog-grid-card__inner {
          padding-left: 220px; } }
      @media (max-width: 1099px) {
        .catalog-grid__item--narrow .catalog-grid-card__inner {
          padding-left: 25px;
          display: grid;
          grid-template-columns: 1fr 2fr;
          grid-template-rows: minmax(max-content, auto) 1fr; } }
      @media (max-width: 575px) {
        .catalog-grid__item--narrow .catalog-grid-card__inner {
          grid-template-columns: 1fr;
          padding-left: 34px;
          display: grid; } }
    .catalog-grid__item--narrow .catalog-grid-card__image {
      position: absolute;
      left: 36px;
      width: 236px; }
      @media (max-width: 1559px) {
        .catalog-grid__item--narrow .catalog-grid-card__image {
          width: 160px; } }
      @media (max-width: 1099px) {
        .catalog-grid__item--narrow .catalog-grid-card__image {
          position: static;
          width: auto; } }
      @media (max-width: 575px) {
        .catalog-grid__item--narrow .catalog-grid-card__image {
          position: static;
          width: auto; } }
    .catalog-grid__item--narrow .catalog-grid-card__title {
      margin-bottom: 20px; }
    .catalog-grid__item--wide {
      width: 50%; }
      .catalog-grid__item--wide .catalog-grid-card__links {
        column-count: 2; }
        @media (max-width: 1099px) {
          .catalog-grid__item--wide .catalog-grid-card__links {
            column-count: 1; } }
      @media (max-width: 1249px) {
        .catalog-grid__item--wide {
          width: auto; } }

.catalog-grid-card {
  padding: 8px;
  border: 1px solid #e2e2e2;
  width: 100%;
  position: relative;
  transition: box-shadow 0.3s ease;
  min-height: 336px;
  display: flex; }
  @media (max-width: 1099px) {
    .catalog-grid-card {
      min-height: 250px; } }
  @media (min-width: 1100px) {
    .catalog-grid-card:hover {
      cursor: pointer;
      box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25); } }
  .catalog-grid-card__inner {
    background-color: #f2f2f2;
    padding: 22px;
    column-gap: 40px;
    width: 100%;
    position: relative;
    grid-template-columns: 228px auto;
    grid-template-areas: "image title" "image links" "image links";
    display: grid;
    align-items: center; }
    @media (max-width: 1559px) {
      .catalog-grid-card__inner {
        grid-template-columns: 160px auto; } }
    @media (max-width: 1249px) {
      .catalog-grid-card__inner {
        padding: 25px; } }
    @media (max-width: 1099px) {
      .catalog-grid-card__inner {
        grid-template-columns: 1fr 2fr;
        grid-template-rows: minmax(max-content, auto) 1fr; } }
    @media (max-width: 575px) {
      .catalog-grid-card__inner {
        grid-template-columns: 1fr;
        grid-template-areas: "image" "title" "links";
        padding: 34px;
        justify-content: flex-start; } }
  .catalog-grid-card__title {
    font-weight: 600;
    grid-area: title;
    margin-bottom: 32px;
    margin-top: auto; }
    @media (max-width: 575px) {
      .catalog-grid-card__title {
        margin-bottom: 14px; } }
  .catalog-grid-card__lvl1 {
    position: absolute;
    inset: 0;
    z-index: 2; }
  .catalog-grid-card__links {
    display: block;
    gap: 16px;
    grid-area: links;
    position: relative;
    z-index: 3;
    margin-bottom: auto; }
  .catalog-grid-card__link {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    page-break-inside: avoid;
    position: relative;
    gap: 8px; }
    @media (max-width: 575px) {
      .catalog-grid-card__link {
        margin-bottom: 14px; }
        .catalog-grid-card__link:last-child {
          margin-bottom: 0px; } }
    @media (min-width: 1100px) {
      .catalog-grid-card__link:hover {
        cursor: pointer;
        color: var(--theme-base-color); } }
    .catalog-grid-card__link:before {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      position: relative;
      content: "";
      background-color: var(--theme-base-color);
      flex: 0 0 auto; }
  .catalog-grid-card__image {
    height: 227px;
    grid-area: image;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 575px) {
      .catalog-grid-card__image {
        margin-bottom: 20px;
        height: 180px; } }
    .catalog-grid-card__image img {
      max-width: 100%;
      max-height: 100%; }
  .catalog-grid-card--sale {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 2.61%, rgba(var(--theme-base-accent-color-rgba), 0.6) 66.86%), var(--theme-base-color);
    background-position: 100% 0px;
    background-size: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    display: flex; }
    @media (max-width: 1099px) {
      .catalog-grid-card--sale {
        border-radius: 8px; } }
    .catalog-grid-card--sale a {
      color: #fff; }
      @media (min-width: 1024px) {
        .catalog-grid-card--sale a:hover {
          color: #fff; } }
    @media (min-width: 1100px) {
      .catalog-grid-card--sale:hover {
        cursor: pointer;
        background-size: 250%; } }
    .catalog-grid-card--sale:before {
      position: absolute;
      content: "";
      inset: 0;
      background-position: center;
      background-image: url("data:image/svg+xml,%3Csvg width='1169' height='347' viewBox='0 0 1169 347' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M183.091 33.2351C182.767 29.6674 181.324 26.8943 178.761 24.9158C176.232 22.9049 172.615 21.8995 167.912 21.8995C164.799 21.8995 162.204 22.3049 160.128 23.1158C158.053 23.9266 156.496 25.0456 155.458 26.4727C154.42 27.8673 153.885 29.4728 153.852 31.2891C153.787 32.781 154.079 34.0946 154.728 35.2298C155.409 36.3649 156.382 37.3704 157.647 38.2461C158.944 39.0894 160.501 39.8353 162.318 40.484C164.134 41.1327 166.177 41.7003 168.448 42.1868L177.01 44.1328C181.94 45.2031 186.286 46.6302 190.048 48.4141C193.843 50.1979 197.022 52.3223 199.584 54.7873C202.179 57.2522 204.141 60.0902 205.471 63.3011C206.8 66.5121 207.482 70.1122 207.514 74.1016C207.482 80.3937 205.892 85.7939 202.746 90.3022C199.6 94.8105 195.076 98.2647 189.173 100.665C183.302 103.065 176.215 104.265 167.912 104.265C159.577 104.265 152.312 103.016 146.117 100.519C139.922 98.0214 135.106 94.2267 131.668 89.1346C128.23 84.0425 126.462 77.6044 126.365 69.8203H149.425C149.62 73.0312 150.479 75.707 152.004 77.8477C153.528 79.9883 155.62 81.61 158.28 82.7127C160.972 83.8155 164.085 84.3668 167.62 84.3668C170.864 84.3668 173.621 83.929 175.891 83.0533C178.194 82.1776 179.962 80.9613 181.194 79.4045C182.426 77.8477 183.059 76.0638 183.091 74.0529C183.059 72.1718 182.475 70.5663 181.34 69.2365C180.205 67.8743 178.453 66.7067 176.086 65.7337C173.75 64.7282 170.767 63.8039 167.134 62.9606L156.723 60.5281C148.095 58.5496 141.301 55.3549 136.338 50.9439C131.376 46.5005 128.911 40.5002 128.943 32.9432C128.911 26.7808 130.565 21.3806 133.906 16.7425C137.246 12.1045 141.868 8.48816 147.771 5.89347C153.674 3.29877 160.404 2.00142 167.961 2.00142C175.68 2.00142 182.378 3.31498 188.054 5.94211C193.762 8.53681 198.189 12.1856 201.335 16.8885C204.481 21.5914 206.087 27.0402 206.152 33.2351H183.091ZM238.152 103H212.27L245.887 3.36363H277.948L311.565 103H285.683L262.282 28.4673H261.504L238.152 103ZM234.697 63.7876H288.797V82.0803H234.697V63.7876ZM322.293 103V3.36363H346.375V83.4425H387.825V103H322.293ZM400.292 103V3.36363H469.765V22.9212H424.374V43.3544H466.213V62.9606H424.374V83.4425H469.765V103H400.292Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M574.091 33.2351C573.767 29.6674 572.324 26.8943 569.761 24.9158C567.232 22.9049 563.615 21.8995 558.912 21.8995C555.799 21.8995 553.204 22.3049 551.128 23.1158C549.053 23.9266 547.496 25.0456 546.458 26.4727C545.42 27.8673 544.885 29.4728 544.852 31.2891C544.787 32.781 545.079 34.0946 545.728 35.2298C546.409 36.3649 547.382 37.3704 548.647 38.2461C549.944 39.0894 551.501 39.8353 553.318 40.484C555.134 41.1327 557.177 41.7003 559.448 42.1868L568.01 44.1328C572.94 45.2031 577.286 46.6302 581.048 48.4141C584.843 50.1979 588.022 52.3223 590.584 54.7873C593.179 57.2522 595.141 60.0902 596.471 63.3011C597.8 66.5121 598.482 70.1122 598.514 74.1016C598.482 80.3937 596.892 85.7939 593.746 90.3022C590.6 94.8105 586.076 98.2647 580.173 100.665C574.302 103.065 567.215 104.265 558.912 104.265C550.577 104.265 543.312 103.016 537.117 100.519C530.922 98.0214 526.106 94.2267 522.668 89.1346C519.23 84.0425 517.462 77.6044 517.365 69.8203H540.425C540.62 73.0312 541.479 75.707 543.004 77.8477C544.528 79.9883 546.62 81.61 549.28 82.7127C551.972 83.8155 555.085 84.3668 558.62 84.3668C561.864 84.3668 564.621 83.929 566.891 83.0533C569.194 82.1776 570.962 80.9613 572.194 79.4045C573.426 77.8477 574.059 76.0638 574.091 74.0529C574.059 72.1718 573.475 70.5663 572.34 69.2365C571.205 67.8743 569.453 66.7067 567.086 65.7337C564.75 64.7282 561.767 63.8039 558.134 62.9606L547.723 60.5281C539.095 58.5496 532.301 55.3549 527.338 50.9439C522.376 46.5005 519.911 40.5002 519.943 32.9432C519.911 26.7808 521.565 21.3806 524.906 16.7425C528.246 12.1045 532.868 8.48816 538.771 5.89347C544.674 3.29877 551.404 2.00142 558.961 2.00142C566.68 2.00142 573.378 3.31498 579.054 5.94211C584.762 8.53681 589.189 12.1856 592.335 16.8885C595.481 21.5914 597.087 27.0402 597.152 33.2351H574.091ZM629.152 103H603.27L636.887 3.36363H668.948L702.565 103H676.683L653.282 28.4673H652.504L629.152 103ZM625.697 63.7876H679.797V82.0803H625.697V63.7876ZM713.293 103V3.36363H737.375V83.4425H778.825V103H713.293ZM791.292 103V3.36363H860.765V22.9212H815.374V43.3544H857.213V62.9606H815.374V83.4425H860.765V103H791.292Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M965.091 33.2351C964.767 29.6674 963.324 26.8943 960.761 24.9158C958.232 22.9049 954.615 21.8995 949.912 21.8995C946.799 21.8995 944.204 22.3049 942.128 23.1158C940.053 23.9266 938.496 25.0456 937.458 26.4727C936.42 27.8673 935.885 29.4728 935.852 31.2891C935.787 32.781 936.079 34.0946 936.728 35.2298C937.409 36.3649 938.382 37.3704 939.647 38.2461C940.944 39.0894 942.501 39.8353 944.318 40.484C946.134 41.1327 948.177 41.7003 950.448 42.1868L959.01 44.1328C963.94 45.2031 968.286 46.6302 972.048 48.4141C975.843 50.1979 979.022 52.3223 981.584 54.7873C984.179 57.2522 986.141 60.0902 987.471 63.3011C988.8 66.5121 989.482 70.1122 989.514 74.1016C989.482 80.3937 987.892 85.7939 984.746 90.3022C981.6 94.8105 977.076 98.2647 971.173 100.665C965.302 103.065 958.215 104.265 949.912 104.265C941.577 104.265 934.312 103.016 928.117 100.519C921.922 98.0214 917.106 94.2267 913.668 89.1346C910.23 84.0425 908.462 77.6044 908.365 69.8203H931.425C931.62 73.0312 932.479 75.707 934.004 77.8477C935.528 79.9883 937.62 81.61 940.28 82.7127C942.972 83.8155 946.085 84.3668 949.62 84.3668C952.864 84.3668 955.621 83.929 957.891 83.0533C960.194 82.1776 961.962 80.9613 963.194 79.4045C964.426 77.8477 965.059 76.0638 965.091 74.0529C965.059 72.1718 964.475 70.5663 963.34 69.2365C962.205 67.8743 960.453 66.7067 958.086 65.7337C955.75 64.7282 952.767 63.8039 949.134 62.9606L938.723 60.5281C930.095 58.5496 923.301 55.3549 918.338 50.9439C913.376 46.5005 910.911 40.5002 910.943 32.9432C910.911 26.7808 912.565 21.3806 915.906 16.7425C919.246 12.1045 923.868 8.48816 929.771 5.89347C935.674 3.29877 942.404 2.00142 949.961 2.00142C957.68 2.00142 964.378 3.31498 970.054 5.94211C975.762 8.53681 980.189 12.1856 983.335 16.8885C986.481 21.5914 988.087 27.0402 988.152 33.2351H965.091ZM1020.15 103H994.27L1027.89 3.36363H1059.95L1093.57 103H1067.68L1044.28 28.4673H1043.5L1020.15 103ZM1016.7 63.7876H1070.8V82.0803H1016.7V63.7876ZM1104.29 103V3.36363H1128.37V83.4425H1169.83V103H1104.29ZM1182.29 103V3.36363H1251.76V22.9212H1206.37V43.3544H1248.21V62.9606H1206.37V83.4425H1251.76V103H1182.29Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M456.091 152.235C455.767 148.667 454.324 145.894 451.761 143.916C449.232 141.905 445.615 140.9 440.912 140.9C437.799 140.9 435.204 141.305 433.128 142.116C431.053 142.927 429.496 144.046 428.458 145.473C427.42 146.867 426.885 148.473 426.852 150.289C426.787 151.781 427.079 153.095 427.728 154.23C428.409 155.365 429.382 156.37 430.647 157.246C431.944 158.089 433.501 158.835 435.318 159.484C437.134 160.133 439.177 160.7 441.448 161.187L450.01 163.133C454.94 164.203 459.286 165.63 463.048 167.414C466.843 169.198 470.022 171.322 472.584 173.787C475.179 176.252 477.141 179.09 478.471 182.301C479.8 185.512 480.482 189.112 480.514 193.102C480.482 199.394 478.892 204.794 475.746 209.302C472.6 213.81 468.076 217.265 462.173 219.665C456.302 222.065 449.215 223.265 440.912 223.265C432.577 223.265 425.312 222.016 419.117 219.519C412.922 217.021 408.106 213.227 404.668 208.135C401.23 203.042 399.462 196.604 399.365 188.82H422.425C422.62 192.031 423.479 194.707 425.004 196.848C426.528 198.988 428.62 200.61 431.28 201.713C433.972 202.815 437.085 203.367 440.62 203.367C443.864 203.367 446.621 202.929 448.891 202.053C451.194 201.178 452.962 199.961 454.194 198.404C455.426 196.848 456.059 195.064 456.091 193.053C456.059 191.172 455.475 189.566 454.34 188.237C453.205 186.874 451.453 185.707 449.086 184.734C446.75 183.728 443.767 182.804 440.134 181.961L429.723 179.528C421.095 177.55 414.301 174.355 409.338 169.944C404.376 165.5 401.911 159.5 401.943 151.943C401.911 145.781 403.565 140.381 406.906 135.743C410.246 131.105 414.868 127.488 420.771 124.893C426.674 122.299 433.404 121.001 440.961 121.001C448.68 121.001 455.378 122.315 461.054 124.942C466.762 127.537 471.189 131.186 474.335 135.888C477.481 140.591 479.087 146.04 479.152 152.235H456.091ZM511.152 222H485.27L518.887 122.364H550.948L584.565 222H558.683L535.282 147.467H534.504L511.152 222ZM507.697 182.788H561.797V201.08H507.697V182.788ZM595.293 222V122.364H619.375V202.442H660.825V222H595.293ZM673.292 222V122.364H742.765V141.921H697.374V162.354H739.213V181.961H697.374V202.442H742.765V222H673.292Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M65.0914 152.235C64.767 148.667 63.3237 145.894 60.7615 143.916C58.2316 141.905 54.6153 140.9 49.9124 140.9C46.7987 140.9 44.204 141.305 42.1283 142.116C40.0525 142.927 38.4957 144.046 37.4578 145.473C36.42 146.867 35.8848 148.473 35.8524 150.289C35.7875 151.781 36.0794 153.095 36.7281 154.23C37.4092 155.365 38.3822 156.37 39.6471 157.246C40.9445 158.089 42.5013 158.835 44.3176 159.484C46.1338 160.133 48.1772 160.7 50.4475 161.187L59.01 163.133C63.94 164.203 68.2861 165.63 72.0484 167.414C75.8431 169.198 79.0216 171.322 81.5839 173.787C84.1786 176.252 86.1408 179.09 87.4706 182.301C88.8004 185.512 89.4815 189.112 89.5139 193.102C89.4815 199.394 87.8923 204.794 84.7462 209.302C81.6001 213.81 77.0756 217.265 71.1727 219.665C65.3022 222.065 58.2154 223.265 49.9124 223.265C41.5769 223.265 34.3118 222.016 28.1169 219.519C21.9221 217.021 17.1057 213.227 13.6677 208.135C10.2297 203.042 8.46209 196.604 8.36479 188.82H31.4252C31.6198 192.031 32.4793 194.707 34.0036 196.848C35.528 198.988 37.62 200.61 40.2796 201.713C42.9716 202.815 46.0852 203.367 49.6205 203.367C52.8638 203.367 55.6207 202.929 57.8911 202.053C60.1939 201.178 61.9615 199.961 63.194 198.404C64.4265 196.848 65.0589 195.064 65.0914 193.053C65.0589 191.172 64.4751 189.566 63.3399 188.237C62.2048 186.874 60.4533 185.707 58.0857 184.734C55.7504 183.728 52.7665 182.804 49.134 181.961L38.7227 179.528C30.0954 177.55 23.3005 174.355 18.3382 169.944C13.3758 165.5 10.9108 159.5 10.9433 151.943C10.9108 145.781 12.565 140.381 15.9056 135.743C19.2463 131.105 23.8681 127.488 29.771 124.893C35.674 122.299 42.404 121.001 49.961 121.001C57.6803 121.001 64.3778 122.315 70.0537 124.942C75.762 127.537 80.1892 131.186 83.3353 135.888C86.4814 140.591 88.0869 146.04 88.1517 152.235H65.0914ZM120.152 222H94.2695L127.887 122.364H159.948L193.565 222H167.683L144.282 147.467H143.504L120.152 222ZM116.697 182.788H170.797V201.08H116.697V182.788ZM204.293 222V122.364H228.375V202.442H269.825V222H204.293ZM282.292 222V122.364H351.765V141.921H306.374V162.354H348.213V181.961H306.374V202.442H351.765V222H282.292Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M847.091 152.235C846.767 148.667 845.324 145.894 842.761 143.916C840.232 141.905 836.615 140.9 831.912 140.9C828.799 140.9 826.204 141.305 824.128 142.116C822.053 142.927 820.496 144.046 819.458 145.473C818.42 146.867 817.885 148.473 817.852 150.289C817.787 151.781 818.079 153.095 818.728 154.23C819.409 155.365 820.382 156.37 821.647 157.246C822.944 158.089 824.501 158.835 826.318 159.484C828.134 160.133 830.177 160.7 832.448 161.187L841.01 163.133C845.94 164.203 850.286 165.63 854.048 167.414C857.843 169.198 861.022 171.322 863.584 173.787C866.179 176.252 868.141 179.09 869.471 182.301C870.8 185.512 871.482 189.112 871.514 193.102C871.482 199.394 869.892 204.794 866.746 209.302C863.6 213.81 859.076 217.265 853.173 219.665C847.302 222.065 840.215 223.265 831.912 223.265C823.577 223.265 816.312 222.016 810.117 219.519C803.922 217.021 799.106 213.227 795.668 208.135C792.23 203.042 790.462 196.604 790.365 188.82H813.425C813.62 192.031 814.479 194.707 816.004 196.848C817.528 198.988 819.62 200.61 822.28 201.713C824.972 202.815 828.085 203.367 831.62 203.367C834.864 203.367 837.621 202.929 839.891 202.053C842.194 201.178 843.962 199.961 845.194 198.404C846.426 196.848 847.059 195.064 847.091 193.053C847.059 191.172 846.475 189.566 845.34 188.237C844.205 186.874 842.453 185.707 840.086 184.734C837.75 183.728 834.767 182.804 831.134 181.961L820.723 179.528C812.095 177.55 805.301 174.355 800.338 169.944C795.376 165.5 792.911 159.5 792.943 151.943C792.911 145.781 794.565 140.381 797.906 135.743C801.246 131.105 805.868 127.488 811.771 124.893C817.674 122.299 824.404 121.001 831.961 121.001C839.68 121.001 846.378 122.315 852.054 124.942C857.762 127.537 862.189 131.186 865.335 135.888C868.481 140.591 870.087 146.04 870.152 152.235H847.091ZM902.152 222H876.27L909.887 122.364H941.948L975.565 222H949.683L926.282 147.467H925.504L902.152 222ZM898.697 182.788H952.797V201.08H898.697V182.788ZM986.293 222V122.364H1010.37V202.442H1051.83V222H986.293ZM1064.29 222V122.364H1133.76V141.921H1088.37V162.354H1130.21V181.961H1088.37V202.442H1133.76V222H1064.29Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M270.091 273.235C269.767 269.667 268.324 266.894 265.761 264.916C263.232 262.905 259.615 261.9 254.912 261.9C251.799 261.9 249.204 262.305 247.128 263.116C245.053 263.927 243.496 265.046 242.458 266.473C241.42 267.867 240.885 269.473 240.852 271.289C240.787 272.781 241.079 274.095 241.728 275.23C242.409 276.365 243.382 277.37 244.647 278.246C245.944 279.089 247.501 279.835 249.318 280.484C251.134 281.133 253.177 281.7 255.448 282.187L264.01 284.133C268.94 285.203 273.286 286.63 277.048 288.414C280.843 290.198 284.022 292.322 286.584 294.787C289.179 297.252 291.141 300.09 292.471 303.301C293.8 306.512 294.482 310.112 294.514 314.102C294.482 320.394 292.892 325.794 289.746 330.302C286.6 334.81 282.076 338.265 276.173 340.665C270.302 343.065 263.215 344.265 254.912 344.265C246.577 344.265 239.312 343.016 233.117 340.519C226.922 338.021 222.106 334.227 218.668 329.135C215.23 324.042 213.462 317.604 213.365 309.82H236.425C236.62 313.031 237.479 315.707 239.004 317.848C240.528 319.988 242.62 321.61 245.28 322.713C247.972 323.815 251.085 324.367 254.62 324.367C257.864 324.367 260.621 323.929 262.891 323.053C265.194 322.178 266.962 320.961 268.194 319.404C269.426 317.848 270.059 316.064 270.091 314.053C270.059 312.172 269.475 310.566 268.34 309.237C267.205 307.874 265.453 306.707 263.086 305.734C260.75 304.728 257.767 303.804 254.134 302.961L243.723 300.528C235.095 298.55 228.301 295.355 223.338 290.944C218.376 286.5 215.911 280.5 215.943 272.943C215.911 266.781 217.565 261.381 220.906 256.743C224.246 252.105 228.868 248.488 234.771 245.893C240.674 243.299 247.404 242.001 254.961 242.001C262.68 242.001 269.378 243.315 275.054 245.942C280.762 248.537 285.189 252.186 288.335 256.888C291.481 261.591 293.087 267.04 293.152 273.235H270.091ZM325.152 343H299.27L332.887 243.364H364.948L398.565 343H372.683L349.282 268.467H348.504L325.152 343ZM321.697 303.788H375.797V322.08H321.697V303.788ZM409.293 343V243.364H433.375V323.442H474.825V343H409.293ZM487.292 343V243.364H556.765V262.921H511.374V283.354H553.213V302.961H511.374V323.442H556.765V343H487.292Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M661.091 273.235C660.767 269.667 659.324 266.894 656.761 264.916C654.232 262.905 650.615 261.9 645.912 261.9C642.799 261.9 640.204 262.305 638.128 263.116C636.053 263.927 634.496 265.046 633.458 266.473C632.42 267.867 631.885 269.473 631.852 271.289C631.787 272.781 632.079 274.095 632.728 275.23C633.409 276.365 634.382 277.37 635.647 278.246C636.944 279.089 638.501 279.835 640.318 280.484C642.134 281.133 644.177 281.7 646.448 282.187L655.01 284.133C659.94 285.203 664.286 286.63 668.048 288.414C671.843 290.198 675.022 292.322 677.584 294.787C680.179 297.252 682.141 300.09 683.471 303.301C684.8 306.512 685.482 310.112 685.514 314.102C685.482 320.394 683.892 325.794 680.746 330.302C677.6 334.81 673.076 338.265 667.173 340.665C661.302 343.065 654.215 344.265 645.912 344.265C637.577 344.265 630.312 343.016 624.117 340.519C617.922 338.021 613.106 334.227 609.668 329.135C606.23 324.042 604.462 317.604 604.365 309.82H627.425C627.62 313.031 628.479 315.707 630.004 317.848C631.528 319.988 633.62 321.61 636.28 322.713C638.972 323.815 642.085 324.367 645.62 324.367C648.864 324.367 651.621 323.929 653.891 323.053C656.194 322.178 657.962 320.961 659.194 319.404C660.426 317.848 661.059 316.064 661.091 314.053C661.059 312.172 660.475 310.566 659.34 309.237C658.205 307.874 656.453 306.707 654.086 305.734C651.75 304.728 648.767 303.804 645.134 302.961L634.723 300.528C626.095 298.55 619.301 295.355 614.338 290.944C609.376 286.5 606.911 280.5 606.943 272.943C606.911 266.781 608.565 261.381 611.906 256.743C615.246 252.105 619.868 248.488 625.771 245.893C631.674 243.299 638.404 242.001 645.961 242.001C653.68 242.001 660.378 243.315 666.054 245.942C671.762 248.537 676.189 252.186 679.335 256.888C682.481 261.591 684.087 267.04 684.152 273.235H661.091ZM716.152 343H690.27L723.887 243.364H755.948L789.565 343H763.683L740.282 268.467H739.504L716.152 343ZM712.697 303.788H766.797V322.08H712.697V303.788ZM800.293 343V243.364H824.375V323.442H865.825V343H800.293ZM878.292 343V243.364H947.765V262.921H902.374V283.354H944.213V302.961H902.374V323.442H947.765V343H878.292Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E%0A"); }
      @media (max-width: 575px) {
        .catalog-grid-card--sale:before {
          background-size: 180%; } }
    .catalog-grid-card--sale .catalog-grid-card__title {
      position: absolute;
      color: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: 600; }

.catalog-lvl2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: minmax(auto, 357px); }

/* End */


/* Start:/local/templates/html/assets/components-template/content/style.css?17479072158306*/
.content img {
  max-width: 100%;
  display: block;
  line-height: 1.4;
  clear: both;
  border-radius: 8px; }
  .content img[align='left'], .content img[align='center'], .content img[align='right'] {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px; }
  @media (min-width: 1560px) {
    .content img[align='left'] {
      float: left;
      max-width: 40%;
      margin: 0 24px 20px 0; }
    .content img[align='right'] {
      float: right;
      max-width: 40%;
      margin: 0 0 20px 24px; }
    .content img[align='center'] {
      margin: 0 auto 20px; } }
  @media (max-width: 1249px) {
    .content img {
      border-radius: 8px; } }

.content img:not([class]) {
  margin-bottom: 40px; }
  @media (max-width: 1099px) {
    .content img:not([class]) {
      margin-bottom: 20px; } }

.content .content-img {
  clear: both; }
  .content .content-img .img-descr {
    display: block;
    margin-top: 15px;
    color: #969696;
    font-size: 14px;
    text-align: center; }
  .content .content-img--left {
    float: left;
    margin: 0px 24px 40px 0; }
    @media (max-width: 1100px) {
      .content .content-img--left {
        float: none;
        margin: 0 auto 35px; } }
    .content .content-img--left img {
      display: block;
      margin: 0 auto; }
  .content .content-img--right {
    float: right;
    margin: 0 0 20px 24px; }
    @media (max-width: 1100px) {
      .content .content-img--right {
        float: none;
        margin: 0 auto 20px; } }
    .content .content-img--right img {
      display: block;
      margin: 0 auto; }
  .content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 20px 0 40px; }
    .content .content-img--center img {
      margin: 0 auto; }
  .content .content-img--overlay {
    position: relative; }
    .content .content-img--overlay:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0px;
      left: 0;
      background: linear-gradient(180deg, #FA4E0B 0%, rgba(44, 43, 43, 0) 100%);
      transform: matrix(1, 0, 0, -1, 0, 0);
      border-radius: 8px; }
      @media (max-width: 1099px) {
        .content .content-img--overlay:after {
          border-radius: 8px; } }
  .content .content-img__grid {
    display: grid;
    gap: 20px; }
    .content .content-img__grid--v3 {
      grid-template-columns: 1fr 1fr 1fr; }
    .content .content-img__grid--v2 {
      grid-template-columns: 1fr 1fr; }

.content .video {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 0 auto 20px;
  display: block; }
  @media (min-width: 1560px) {
    .content .video {
      height: 500px; } }

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
  margin: 25px 0 25px; }
  @media (min-width: 1560px) {
    .content ol:not(.list-reset),
    .content ul:not(.list-reset) {
      margin: 25px 0 20px; } }
  .content ol:not(.list-reset) li,
  .content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 12px; }
    .content ol:not(.list-reset) li:last-child,
    .content ul:not(.list-reset) li:last-child {
      margin: 0; }
  .content ol:not(.list-reset) li > ul,
  .content ol:not(.list-reset) li > ol,
  .content ul:not(.list-reset) li > ul,
  .content ul:not(.list-reset) li > ol {
    margin: 12px 0 10px; }
    @media (min-width: 1560px) {
      .content ol:not(.list-reset) li > ul,
      .content ol:not(.list-reset) li > ol,
      .content ul:not(.list-reset) li > ul,
      .content ul:not(.list-reset) li > ol {
        margin: 12px 0 10px; } }

.content ul:not(.list-reset) > li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--theme-base-color);
  border: 1px solid var(--theme-base-color);
  position: absolute;
  top: 9px;
  left: 0; }
  @media (max-width: 575px) {
    .content ul:not(.list-reset) > li:before {
      top: 8px;
      width: 5px;
      height: 5px; } }

@media (max-width: 575px) {
  .content ul:not(.list-reset) > li {
    padding-left: 12px; } }

.content ol:not(.list-reset) {
  counter-reset: list;
  list-style: none; }
  .content ol:not(.list-reset) > li:before {
    content: counters(list, ".") ".";
    counter-increment: list;
    transform: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    color: var(--theme-base-color);
    position: absolute;
    top: 0;
    left: 0; }
  .content ol:not(.list-reset) > li > ol:not(.list-reset) li {
    padding: 0 0 0 30px; }
    .content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
      padding: 0 0 0 45px; }

.content table {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  width: 100%; }

.content th {
  padding: 12px 25px;
  font-weight: 700;
  background-color: #F6F6F6;
  text-align: left; }
  .content th:first-child {
    border-top-left-radius: 8px; }
  .content th:last-child {
    border-top-right-radius: 8px; }

.content td {
  padding: 12px 25px;
  border-bottom: 1px solid #E4E4E4; }
  .content td.color {
    color: #969696; }

.content table.custom tbody {
  display: inline-table;
  width: 100%; }

.content table.custom th {
  padding: 0;
  text-align: left;
  background-color: transparent; }

.content table.custom td {
  width: 50%;
  padding: 20px 20px 0 0; }

.content {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #2B2A29; }
  .content [\@click] {
    opacity: 0; }
    .content [\@click].visible {
      opacity: 1; }
  .content [x-data="{folded:false}"] > *:not([\@click]) {
    display: none; }
    .content [x-data="{folded:false}"] > *:not([\@click]):nth-child(-n + 2) {
      display: block; }
  .content [x-data="{folded:false}"].folded > *:not([\@click]) {
    display: block; }
  .content p {
    line-height: 1.5;
    margin-bottom: 20px; }
    .content p:last-child {
      margin: 0; }
    .content p.text-deleted {
      text-decoration: line-through; }
  .content a:not([class]) {
    color: var(--theme-base-color);
    transition: color .3s; }
    .content a:not([class]):hover {
      color: var(--theme-base-active-color); }
  .content hr {
    position: relative;
    height: 1px;
    background: #969696;
    border: 0;
    margin: 35px 0; }
    @media (max-width: 1099px) {
      .content hr {
        margin: 26px 0px; } }
    .content hr:after, .content hr:before {
      content: '';
      display: table;
      clear: both; }
  .content mark {
    background: var(--theme-base-color);
    color: #fff;
    font-weight: normal;
    padding: 0 5px;
    font-style: normal; }
  .content s {
    text-decoration: line-through; }
  .content blockquote {
    display: block;
    margin-bottom: 25px;
    padding: 28px 35px;
    color: #2B2A29;
    line-height: 1.5;
    font-style: italic;
    letter-spacing: 0.03em;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696; }

.info-block {
  background-color: #F6F6F6;
  border-radius: 8px;
  padding: 32px 44px 32px 77px; }
  @media (max-width: 1099px) {
    .info-block {
      padding: 24px 20px 24px 50px;
      border-radius: 8px; } }
  .info-block .color {
    color: #969696; }
  .info-block p:not(:last-child) {
    margin-bottom: 14px; }
    @media (max-width: 1099px) {
      .info-block p:not(:last-child) {
        margin-bottom: 10px; } }
  .info-block__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    fill: var(--theme-base-color);
    margin-left: -36px;
    margin-bottom: 16px; }

.delivery-item {
  border: 1px solid #E4E4E4;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px; }
  @media (max-width: 1099px) {
    .delivery-item {
      padding: 14px;
      border-radius: 8px; } }
  .delivery-item__title {
    padding: 3px 10px 2px 24px;
    background-color: var(--theme-base-accent-color);
    color: #ffffff;
    border-radius: 0 9px 9px 0;
    display: inline-block;
    margin-left: -25px;
    margin-bottom: 15px; }
    @media (max-width: 1099px) {
      .delivery-item__title {
        border-radius: 0 4px 4px 0;
        padding: 0 10px 0 14px;
        margin-left: -15px; } }
  .delivery-item .delivery-item__body ul {
    margin-top: 0;
    margin-bottom: 0; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__category-card/style.css?17479072154508*/
.category-card__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px; }

.category-card__wrap {
  border: 1px solid #e4e4e4;
  aspect-ratio: 1;
  border-radius: 8px;
  padding: 8px;
  transition: all ease .3s; }
  @media (max-width: 1099px) {
    .category-card__wrap {
      width: calc(100% / 1);
      height: 324px;
      padding: 0;
      overflow: hidden;
      border-radius: 8px; } }
  @media (min-width: 1100px) {
    .category-card__wrap:hover {
      cursor: pointer;
      box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25); } }
  .category-card__wrap-all {
    padding: 0px; }

.category-card__item {
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 15px; }
  @media (max-width: 1099px) {
    .category-card__item {
      padding: 20px; } }
  .category-card__item--v2 {
    background-color: transparent; }
    .category-card__item--v2 .index-category__title {
      color: #fff; }
    .category-card__item--v2 .index-category__image {
      position: absolute;
      inset: 0; }
      .category-card__item--v2 .index-category__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (max-width: 1249px) {
        .category-card__item--v2 .index-category__image {
          height: auto; } }
    .category-card__item--v2 .index-category__title {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0px;
      display: flex;
      justify-content: center;
      padding: 25px; }
      .category-card__item--v2 .index-category__title * {
        position: relative;
        z-index: 2; }
      .category-card__item--v2 .index-category__title:before {
        position: absolute;
        content: "";
        inset: 0;
        background: linear-gradient(0deg, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 0) 100%); }
    .category-card__item--v2 .lazy-img {
      transition: all 0.3s ease;
      transform: scale(1.005); }
    @media (min-width: 1100px) {
      .category-card__item--v2:hover {
        cursor: pointer; }
        .category-card__item--v2:hover .lazy-img {
          transform: scale(1.05); } }

.category-card__image {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 75%; }
  @media (max-width: 1099px) {
    .category-card__image {
      padding-bottom: 0;
      height: 224px; } }
  .category-card__image .lazy-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .category-card__image img {
    max-height: 100%;
    max-width: 100%; }

.category-card__title {
  color: #2B2A29;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600; }

.category-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg); }
  .category-card__icon .icon {
    fill: var(--theme-base-color); }

.category-card__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat; }
  .category-card__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .category-card__bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.category-card .index-category__item-all {
  position: relative;
  background: linear-gradient(226.55deg, rgba(var(--theme-base-color-rgba), 0.6) 2.61%, rgba(var(--theme-base-accent-color-rgba), 0.6) 66.86%), var(--theme-base-color);
  background-position: 100% 0px;
  background-size: 300%;
  transition: all 0.3s ease; }
  .category-card .index-category__item-all a {
    color: #fff; }
    @media (min-width: 1024px) {
      .category-card .index-category__item-all a:hover {
        color: #fff; } }
  @media (min-width: 1100px) {
    .category-card .index-category__item-all:hover {
      cursor: pointer;
      background-size: 100%; } }
  .category-card .index-category__item-all:after {
    position: absolute;
    content: attr(data-content);
    text-transform: uppercase;
    font-size: 128px;
    color: #fff;
    opacity: 0.1; }

@media (max-width: 1099px) {
  .category-card--index {
    display: none; } }

/* End */


/* Start:/local/templates/html/assets/components-template/seo-text/style.css?1747907215627*/
.seo-text {
  margin: 100px auto 0;
  max-width: 900px; }
  @media (max-width: 1099px) {
    .seo-text {
      margin: 54px auto 0; } }
  .seo-text__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #AAAAAA; }
    @media (max-width: 1099px) {
      .seo-text__title {
        font-size: 18px; } }
  .seo-text__descr {
    font-size: 16px;
    color: #AAAAAA; }
    @media (max-width: 1099px) {
      .seo-text__descr {
        font-size: 12px; } }
    .seo-text__descr p:not(:last-child) {
      margin-bottom: 20px; }
    .seo-text__descr.folded .icon {
      transform: rotate(180deg); }

/* End */
/* /local/templates/html/assets/components-template/catalog/style.css?174790721524483 */
/* /local/templates/html/assets/components-template/content/style.css?17479072158306 */
/* /local/templates/html/assets/components-template/mixin__category-card/style.css?17479072154508 */
/* /local/templates/html/assets/components-template/seo-text/style.css?1747907215627 */
