

/* Start:/local/templates/html/components-template/catalog-targets/style.css?17683695992208*/
.catalog-targets {
  margin-bottom: 25px;
  position: sticky;
  top: 140px; }
  @media (max-width: 1249px) {
    .catalog-targets {
      overflow-x: auto;
      max-width: 100vw;
      padding-bottom: 10px;
      margin-bottom: 20px; } }

.catalog-targets-banner {
  margin-top: 47px;
  display: block; }
  @media (max-width: 1249px) {
    .catalog-targets-banner {
      display: none; } }
  .catalog-targets-banner img {
    max-width: 100%; }

.target-list {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column; }
  @media (max-width: 1249px) {
    .target-list {
      flex-direction: row; } }
  .target-list.active .target-list__link {
    display: inline-block; }
  .target-list.active .nav--catalog-side .nav-item {
    display: block; }
  .target-list.active .target-list__more .icon {
    transform: rotate(-90deg); }
  .target-list__link {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    transition: color .3s;
    font-size: 20px;
    display: none; }
    @media (max-width: 1549px) {
      .target-list__link {
        font-size: 18px; } }
    .target-list__link:nth-of-type(-n+6) {
      display: inline-block; }
    @media (max-width: 1249px) {
      .target-list__link {
        font-size: 20px;
        white-space: nowrap;
        display: inline-block;
        margin-right: 20px; } }
    @media (min-width: 1024px) {
      .target-list__link:hover {
        cursor: pointer;
        color: #004897; } }
    .target-list__link.active {
      pointer-events: none;
      color: #004897; }
  .target-list__more {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-top: 5px; }
    @media (max-width: 1549px) {
      .target-list__more {
        font-size: 18px; } }
    @media (max-width: 1249px) {
      .target-list__more {
        display: none; } }
    .target-list__more .icon {
      margin-left: 10px;
      fill: #0047ba;
      transform: rotate(90deg); }
    @media (min-width: 1024px) {
      .target-list__more:hover {
        cursor: pointer; } }
  .target-list .nav--catalog-side .nav-item {
    display: none; }
    .target-list .nav--catalog-side .nav-item:nth-child(-n+6) {
      display: block; }

/* End */


/* Start:/local/templates/html/components-template/product-page/style.css?178826845961819*/
@charset "UTF-8";
.product-page {
  margin-bottom: 40px; }
  .product-page__flex {
    display: flex; }
    @media (max-width: 1249px) {
      .product-page__flex {
        flex-direction: column; } }
  .product-page__grid {
    display: grid;
    grid-template-columns: auto 610px;
    grid-template-areas: "first second" "third third"; }
    @media (max-width: 1549px) {
      .product-page__grid {
        grid-template-columns: auto 520px; } }
    @media (max-width: 1249px) {
      .product-page__grid {
        grid-template-columns: 100%;
        grid-template-areas: "first" "second" "third"; } }
  .product-page__area {
    min-width: 100%; }
  .product-page__first {
    grid-area: first; }
  .product-page__second {
    grid-area: second;
    align-self: flex-start;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease-out; }
    .product-page__second.loading {
      opacity: 0;
      transform: translateY(100px); }
  .product-page__third {
    grid-area: third; }
    @media (max-width: 1549px) {
      .product-page__third {
        margin-top: 62px; } }
    @media (max-width: 767px) {
      .product-page__third {
        margin-top: 0px; } }
  .product-page__image {
    width: 50%;
    padding-top: 32px;
    position: sticky;
    top: 140px;
    align-self: flex-start; }
    @media (max-width: 1249px) {
      .product-page__image {
        position: static; } }
    .product-page__image .product-page__tab-content {
      padding-top: 0px; }
    @media (max-width: 1549px) {
      .product-page__image {
        width: 53%; } }
    .product-page__image img {
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
    @media (max-width: 1249px) {
      .product-page__image {
        width: 100%; } }
    .product-page__image .product-page-image-tab {
      position: absolute;
      top: 0;
      left: auto;
      right: 258px; }
      @media (max-width: 1799px) {
        .product-page__image .product-page-image-tab {
          right: 208px; } }
      @media (max-width: 1549px) {
        .product-page__image .product-page-image-tab {
          right: 68px; } }
      @media (max-width: 1249px) {
        .product-page__image .product-page-image-tab {
          left: 0;
          right: auto; } }
  .product-page__descr {
    padding-left: 20px;
    width: 50%; }
    @media (max-width: 1549px) {
      .product-page__descr {
        width: 47%; } }
    @media (max-width: 1249px) {
      .product-page__descr {
        width: 100%; } }
    .product-page__descr .product-status .product-size__intheway {
      position: absolute;
      bottom: calc(100% - 6px);
      right: 25px;
      top: auto;
      transform: none; }
      @media (max-width: 767px) {
        .product-page__descr .product-status .product-size__intheway {
          right: 20px;
          font-size: 8px;
          bottom: calc(100% - 3px); } }
    @media (max-width: 1799px) {
      .product-page__descr {
        padding-left: 20px; } }
    @media (max-width: 1249px) {
      .product-page__descr {
        margin-top: 50px;
        padding-left: 0px;
        flex: 0 0 auto; } }
    @media (max-width: 575px) {
      .product-page__descr {
        margin-top: 30px; } }
  .product-page__right {
    padding-left: 20px;
    position: sticky;
    top: 140px; }
    @media (max-width: 1799px) {
      .product-page__right {
        padding-left: 20px; } }
    @media (max-width: 1549px) {
      .product-page__right {
        margin-top: 40px; } }
    @media (max-width: 1249px) {
      .product-page__right {
        position: relative;
        top: 0px;
        margin-top: 30px;
        padding-left: 0px; } }
  .product-page__row {
    display: flex;
    flex-wrap: wrap;
    margin: -35px; }
    @media (max-width: 767px) {
      .product-page__row {
        flex-direction: column;
        margin: 0px; } }
  .product-page__col {
    width: 33.33%;
    padding: 35px; }
    @media (max-width: 767px) {
      .product-page__col {
        padding: 0px;
        width: auto; } }
  .product-page__tab-content {
    padding-top: 40px;
    display: none; }
    @media (max-width: 767px) {
      .product-page__tab-content {
        padding-top: 10px; } }
    .product-page__tab-content .product-descr__table:first-child {
      margin-top: 0px; }
    .product-page__tab-content.active {
      display: block; }
    .product-page__tab-content iframe {
      height: 400px; }
      .product-page__tab-content iframe::-webkit-scrollbar {
        width: 3px;
        /* ширина для вертикального скролла */
        height: 3px;
        /* высота для горизонтального скролла */
        border-radius: 0px;
        background-color: #f5f5f5; }
      .product-page__tab-content iframe::-webkit-scrollbar-thumb {
        background-color: #80A3CB;
        border-radius: 10px; }
        .product-page__tab-content iframe::-webkit-scrollbar-thumb:hover {
          background-color: #828282; }
  .product-page__utp {
    margin-top: 100px; }
    @media (max-width: 1249px) {
      .product-page__utp {
        display: none; } }
    .product-page__utp-title {
      font-weight: 600;
      margin-bottom: 17px; }

@media (max-width: 1549px) {
  .product-page-sizes .product-page__grid {
    grid-template-columns: auto 600px; } }

@media (max-width: 1249px) {
  .product-page-sizes .product-page__grid {
    grid-template-columns: 100%; } }

.product-page-sizes .product-page__left {
  position: sticky;
  top: var(--headerStickyHeight); }

.product-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }
  @media (max-width: 1549px) {
    .product-image {
      justify-content: center;
      margin-top: 20px; } }
  @media (max-width: 1549px) {
    .product-image {
      justify-content: flex-start;
      margin-top: 0px; } }
  .product-image__hover, .product-image__download {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0047ba;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    visibility: hidden; }
  .product-image__download {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    transform: none;
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .product-image__labels {
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2; }
  .product-image__main {
    position: relative;
    border: 1px solid rgba(185, 196, 214, 0.3);
    width: 100%;
    flex-grow: 1;
    min-width: 0; }
    @media (min-width: 1024px) {
      .product-image__main:hover {
        cursor: pointer; }
        .product-image__main:hover .product-image__hover,
        .product-image__main:hover .product-image__download {
          opacity: 1;
          visibility: visible; } }
    .product-image__main .swiper,
    .product-image__main .swiper-slide,
    .product-image__main .swiper-container,
    .product-image__main .lazy-img-wrap {
      height: 100%; }
    @media (max-width: 1249px) {
      .product-image__main .swiper-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; } }
    .product-image__main .swiper {
      height: 490px; }
      @media (max-width: 1799px) {
        .product-image__main .swiper {
          height: 430px; } }
      @media (max-width: 1549px) {
        .product-image__main .swiper {
          height: 310px; } }
      @media (max-width: 1249px) {
        .product-image__main .swiper {
          width: auto;
          height: auto;
          padding-bottom: 72%; } }
    .product-image__main .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-image__main .swiper-slide img {
        max-width: 100%;
        max-height: 100%; }
    .product-image__main .swiper-pagination {
      display: none; }
      @media (max-width: 1249px) {
        .product-image__main .swiper-pagination {
          display: flex; } }
      @media (max-width: 767px) {
        .product-image__main .swiper-pagination {
          bottom: -23px; } }
  .product-image__nav {
    order: 2;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center; }
    .product-image__nav .swiper,
    .product-image__nav .swiper-slide,
    .product-image__nav .swiper-container,
    .product-image__nav .lazy-img-wrap {
      height: 100%; }
    .product-image__nav .swiper {
      width: 100%; }
    .product-image__nav .swiper-container {
      width: 100%;
      height: 150px; }
      @media (max-width: 1799px) {
        .product-image__nav .swiper-container {
          height: auto; } }
      .product-image__nav .swiper-container:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 96px;
        background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
        z-index: 10; }
        @media (max-width: 1549px) {
          .product-image__nav .swiper-container:before {
            height: 25px; } }
      .product-image__nav .swiper-container:after {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        width: 96px;
        background: linear-gradient(270deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
        z-index: 10; }
        @media (max-width: 1549px) {
          .product-image__nav .swiper-container:after {
            height: 25px; } }
      .product-image__nav .swiper-container.opacity-end:after {
        display: none; }
      .product-image__nav .swiper-container.opacity-start:before {
        display: none; }
      .product-image__nav .swiper-container:not(.swiper-container-initialized):after, .product-image__nav .swiper-container:not(.swiper-container-initialized):before {
        display: none; }
    @media (max-width: 1549px) {
      .product-image__nav {
        margin-top: 10px; } }
    .product-image__nav .swiper-container {
      overflow: hidden; }
      .product-image__nav .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
        flex-direction: column; }
      .product-image__nav .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        margin-bottom: 0px; }
    .product-image__nav .swiper-slide {
      padding: 4px;
      width: 142px;
      height: 142px;
      box-sizing: content-box; }
      @media (max-width: 1799px) {
        .product-image__nav .swiper-slide {
          width: 100px;
          height: 100px; } }
      @media (max-width: 1549px) {
        .product-image__nav .swiper-slide {
          width: 50px;
          height: 50px; } }
      .product-image__nav .swiper-slide.swiper-slide-thumb-active .lazy-img-wrap {
        border-color: #0047ba;
        pointer-events: none; }
    .product-image__nav .lazy-img-wrap {
      height: 100%;
      border: 1px solid #e4e4e4;
      box-sizing: border-box;
      border-radius: 2px;
      transition: all 0.3s ease;
      padding: 13px; }
      @media (min-width: 1024px) {
        .product-image__nav .lazy-img-wrap:hover {
          cursor: pointer;
          box-shadow: 0px 3.00847px 7.52119px rgba(0, 0, 0, 0.25); } }
    .product-image__nav img {
      max-width: 100%;
      max-height: 100%; }
    .product-image__nav .swiper-button-prev {
      bottom: 50%;
      right: 100%;
      transform: translate(-50%, calc(50% + 6px));
      top: auto;
      z-index: 2; }
      @media (max-width: 1799px) {
        .product-image__nav .swiper-button-prev {
          transform: translate(-50%, 50%); } }
    .product-image__nav .swiper-button-next {
      bottom: 50%;
      left: 100%;
      transform: translate(-50%, calc(-50% - 6px));
      z-index: 2; }
      @media (max-width: 1799px) {
        .product-image__nav .swiper-button-next {
          transform: translate(-50%, -50%); } }
    .product-image__nav .swiper-button-next.swiper-button-disabled,
    .product-image__nav .swiper-button-prev.swiper-button-disabled {
      display: none; }
      .product-image__nav .swiper-button-next.swiper-button-disabled .icon,
      .product-image__nav .swiper-button-prev.swiper-button-disabled .icon {
        fill: grey;
        opacity: 0.3; }
    @media (max-width: 1549px) {
      .product-image__nav .swiper-button-next,
      .product-image__nav .swiper-button-prev {
        width: 30px;
        height: 30px; }
        .product-image__nav .swiper-button-next .icon,
        .product-image__nav .swiper-button-prev .icon {
          max-width: 20px;
          max-height: 20px; } }
    @media (max-width: 1249px) {
      .product-image__nav {
        display: none; } }
  .product-image__sign {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    width: 94px;
    height: 40px;
    border-radius: 4px;
    background-color: #F6E700; }
    @media (max-width: 767px) {
      .product-image__sign {
        width: 60px;
        height: 26px;
        left: 10px;
        bottom: 10px;
        pointer-events: none; } }
    .product-image__sign:before {
      content: '';
      position: absolute;
      inset: 4px;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='84' height='30' viewBox='0 0 84 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.2824 18.7822L44.6168 16.2677V14.2695H36.4671V16.7324H40.9138L38.8996 18.9061V20.9198H40.2372C41.3889 20.9198 41.9622 21.2864 41.9622 22.0144C41.9622 22.3913 41.8021 22.6805 41.4819 22.8818C41.1617 23.0884 40.7227 23.1865 40.1753 23.1865C39.6278 23.1865 39.0959 23.1039 38.5433 22.9438C37.9906 22.7837 37.4948 22.5514 37.0507 22.2519L35.8887 24.6528C36.4568 25.0091 37.1333 25.2828 37.9132 25.4738C38.693 25.6649 39.478 25.763 40.2734 25.763C41.3579 25.763 42.2669 25.5874 43.0054 25.2415C43.7388 24.8955 44.2862 24.436 44.6478 23.8629C45.0093 23.2949 45.1849 22.6753 45.1849 22.0092C45.1849 21.1934 44.937 20.4964 44.436 19.9233C43.9402 19.3501 43.2223 18.9629 42.2876 18.7719L42.2824 18.7822ZM54.5069 18.5085H50.1583V14.2746H46.9718V25.5461H50.1583V21.147H54.5069V25.5461H57.6986V14.2746H54.5069V18.5085ZM68.038 14.6825C67.2272 14.2591 66.2924 14.0475 65.2285 14.0475C64.1646 14.0475 63.2246 14.2591 62.419 14.6825C61.6081 15.1059 60.9781 15.7255 60.5339 16.5362C60.0898 17.3468 59.8677 18.3227 59.8677 19.4586V25.5461H63.0077V23.0471H67.4079V25.5461H70.5996V19.4586C70.5996 18.3227 70.3775 17.3468 69.9334 16.5362C69.4841 15.7255 68.8592 15.1111 68.0483 14.6825H68.038ZM67.4028 20.5842H63.0026V19.1798C63.0026 18.3536 63.1988 17.734 63.5965 17.3106C63.9942 16.8924 64.5313 16.6807 65.2078 16.6807C65.8844 16.6807 66.406 16.8924 66.8037 17.3106C67.2013 17.7289 67.3976 18.3536 67.3976 19.1798V20.5842H67.4028ZM79.3949 19.7167L83.7382 14.2746H79.932L75.9708 19.6186H75.8881V14.2746H72.7171V25.5461H75.8881V20.1918L79.7202 25.5461H83.857L79.3897 19.7167H79.3949ZM63.3951 8.49175H65.2078V10.6345H67.1704V4.81549H65.2078V6.87564H63.3951V4.81549H61.4325V10.6345H63.3951V8.49175ZM81.6156 7.61916V10.6345H83.5472V4.81549H81.7034L79.6996 7.84118V4.81549H77.7732V10.6345H79.6273L81.6208 7.61916H81.6156ZM79.2657 4.12877C79.5498 4.36628 80.0146 4.48504 80.655 4.48504C81.2954 4.48504 81.7602 4.36628 82.0494 4.12877C82.3387 3.89126 82.4833 3.535 82.4833 3.05481H81.1766C81.1766 3.24585 81.1353 3.3801 81.0578 3.46271C80.9804 3.54532 80.8409 3.58663 80.655 3.58663C80.4691 3.58663 80.3348 3.54532 80.2573 3.46271C80.1799 3.3801 80.1437 3.24585 80.1437 3.05481H78.8371C78.8371 3.52983 78.9765 3.89126 79.2606 4.12877H79.2657ZM50.2461 10.3815C50.7368 10.6397 51.2945 10.7688 51.9091 10.7688C52.4772 10.7688 52.9782 10.6707 53.4223 10.4693C53.8665 10.2679 54.2332 9.98394 54.5172 9.60702L53.2777 8.50208C52.9162 8.95645 52.4927 9.18363 52.0072 9.18363C51.5992 9.18363 51.2687 9.05455 51.0156 8.78606C50.7677 8.52273 50.6438 8.17163 50.6438 7.72759C50.6438 7.28354 50.7677 6.93244 51.0156 6.66911C51.2635 6.40578 51.5941 6.2767 52.0072 6.2767C52.4979 6.2767 52.9214 6.50389 53.2777 6.95826L54.5172 5.85331C54.228 5.47639 53.8613 5.18725 53.4223 4.98588C52.9782 4.78451 52.472 4.68641 51.9091 4.68641C51.2945 4.68641 50.7368 4.81549 50.2461 5.07366C49.7503 5.33182 49.3682 5.69325 49.0893 6.15278C48.8104 6.61748 48.6709 7.13897 48.6709 7.72759C48.6709 8.3162 48.8104 8.83769 49.0893 9.30239C49.3682 9.76709 49.7555 10.1234 50.2461 10.3815ZM76.4046 4.82065H74.473V10.6397H76.4046V4.82065ZM73.9411 8.5279C73.9411 7.89797 73.7448 7.41779 73.3523 7.0925C72.9598 6.76721 72.3969 6.60715 71.6739 6.60715H70.4705V4.82065H68.539V10.6397H71.426C72.2058 10.6397 72.8204 10.459 73.2697 10.0975C73.719 9.7361 73.9411 9.21461 73.9411 8.5279ZM71.7823 9.08037C71.6532 9.20429 71.4931 9.26625 71.2917 9.26625H70.4705V7.98059H71.2917C71.7462 7.98059 71.9734 8.17163 71.9734 8.56404C71.9734 8.78606 71.9114 8.95645 71.7823 9.08553V9.08037ZM60.5339 4.82065H55.1938V6.34382H56.8981V10.6397H58.8296V6.34382H60.5339V4.82065ZM38.7085 8.95129C39.0236 8.95129 39.3747 8.88933 39.7621 8.77573V10.6345H41.6936V4.81549H39.7621V7.26289C39.5503 7.35067 39.2818 7.39714 38.9564 7.39714C38.6311 7.39714 38.4038 7.31452 38.2489 7.14413C38.0939 6.97375 38.0165 6.71558 38.0165 6.35931V4.82065H36.0849V6.57617C36.0849 7.35067 36.307 7.94444 36.7512 8.34718C37.2005 8.75508 37.846 8.95645 38.7034 8.95645L38.7085 8.95129ZM47.9014 9.15782H44.9938V8.39365H47.4573V6.97891H44.9938V6.29735H47.7981V4.81549H43.0674V10.6345H47.9066V9.15782H47.9014Z' fill='%23706F6F'/%3E%3Cpath d='M22.2534 9.07517L12.8487 18.4775L7.64288 13.2781L5.07093 15.8494L12.8487 23.6253L24.8253 11.6517L22.2534 9.08033V9.07517ZM4.09483 5.91007C4.09483 4.9084 4.91083 4.0926 5.91275 4.0926H10.2768V0.457642H5.91275C2.90182 0.457642 0.458984 2.89988 0.458984 5.91524V10.2782H4.09483V5.91524V5.91007ZM25.9202 5.91007V10.2731H29.5561V5.91007C29.5561 2.89988 27.1132 0.457642 24.1023 0.457642H19.7383V4.0926H24.1023C25.1094 4.0926 25.9202 4.9084 25.9202 5.91007ZM25.9202 19.727V24.09C25.9202 25.0969 25.1042 25.9075 24.1023 25.9075H19.7383V29.5424H24.1023C27.1132 29.5424 29.5561 27.1002 29.5561 24.0849V19.7219H25.9202V19.727ZM4.09483 24.09V19.727H0.458984V24.09C0.458984 27.1054 2.90182 29.5476 5.91275 29.5476H10.2768V25.9127H5.91275C4.90566 25.9127 4.09483 25.0969 4.09483 24.0952V24.09Z' fill='%23706F6F'/%3E%3C/svg%3E%0A");
      background-size: contain; }
    .product-image__sign .tooltip-wrap {
      position: absolute;
      background: none;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }

.product-descr__code {
  opacity: 0.5;
  margin-bottom: 14px;
  line-height: 1.5;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  font-size: 14px; }

.product-descr__category {
  color: #aaaaaa;
  margin-bottom: 6px;
  line-height: 1.5; }

.product-descr__row {
  display: flex;
  align-items: center; }

.product-descr__rate {
  display: flex;
  align-items: center; }
  .product-descr__rate-total {
    font-weight: 600;
    color: #dd1281;
    margin-left: 7px; }

.product-descr__colors--discount .product-colors__title {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 16px;
  color: #dd1281;
  fill: #dd1281; }
  .product-descr__colors--discount .product-colors__title .icon {
    margin-top: -3px;
    transform: rotate(-90deg); }
  @media (hover: hover) {
    .product-descr__colors--discount .product-colors__title:hover {
      cursor: pointer; } }

.product-descr__table {
  margin-top: 30px; }
  .product-descr__table-title {
    font-weight: 600;
    margin-bottom: 23px; }
  @media (max-width: 1249px) {
    .product-descr__table--desktop {
      display: none; } }
  .product-descr__table--mobile {
    display: none; }
    @media (max-width: 1249px) {
      .product-descr__table--mobile {
        display: block; } }

.product-descr__star {
  margin-right: 3px; }
  .product-descr__star.active .icon {
    fill: #dd1281; }
  .product-descr__star .icon {
    fill: #e4e4e4; }

@media (max-width: 767px) {
  .product-descr__status .product-status {
    padding: 0px;
    background-color: transparent;
    border: none; }
    .product-descr__status .product-status__item {
      padding: 2px; }
    .product-descr__status .product-status__list {
      margin: -2px; } }

.product-descr__feedback {
  font-weight: 600;
  margin-left: 40px;
  transition: opacity 0.3s ease;
  color: #aaaaaa; }
  @media (min-width: 1024px) {
    .product-descr__feedback:hover {
      cursor: pointer;
      opacity: 0.8; } }

.product-features__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(185, 196, 214, 0.5); }
  @media (max-width: 767px) {
    .product-features__item {
      font-size: 14px;
      padding: 8px 0px; } }
  .product-features__item:last-child {
    border-bottom: none; }

.product-features__sep {
  flex-grow: 1;
  border-bottom: 1px solid #aaaaaa;
  margin: 0px 3px;
  margin-bottom: 5px; }

.product-features__prop {
  font-weight: 600; }

.product-features__val {
  padding-left: 10px;
  text-align: right; }

.product-features__more {
  color: #dd1281; }
  @media (min-width: 1024px) {
    .product-features__more:hover {
      cursor: pointer;
      opacity: 0.7; } }

.product-control {
  padding: 10px;
  border: 1px solid #b9c4d6;
  background-color: #f8f8f8;
  border-radius: 2px; }
  @media (max-width: 1549px) {
    .product-control {
      padding: 16px 14px; } }
  @media (max-width: 767px) {
    .product-control {
      padding: 12px 8px;
      margin: 0 -10px; } }
  .product-control__title {
    font-size: 14px;
    color: #181818;
    opacity: 0.6;
    margin-bottom: 12px; }
  @media (max-width: 767px) {
    .product-control {
      padding: 20px 15px; } }
  @media (max-width: 575px) {
    .product-control {
      padding: 12px 8px;
      margin: 0 -10px; }
      .product-control .product-size {
        padding: 10px 8px; } }
  .product-control__modal {
    margin-bottom: 19px; }
    .product-control__modal-button {
      border: 1px solid #dd1281;
      box-sizing: border-box;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      padding: 12px;
      color: #dd1281;
      font-weight: 500;
      transition: all 0.3s ease; }
      @media (min-width: 1024px) {
        .product-control__modal-button:hover {
          cursor: pointer;
          background-color: #dd1281;
          color: #fff; } }
      .product-control__modal-button--small {
        padding: 4px;
        margin: 14px 0px; }
  .product-control__row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .product-control__row {
        margin-bottom: 11px; } }
    .product-control__row--price {
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .product-control__row--price {
          margin-bottom: 21px; } }
  .product-control__price-wrap {
    margin-bottom: 18px;
    margin-top: 14px;
    display: flex; }
  .product-control__price {
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto", Arial, Verdana, sans-serif;
    margin-left: 12px;
    white-space: nowrap;
    display: flex; }
  .product-control__counter {
    margin-top: 0px;
    margin-bottom: 6px;
    position: relative; }
    .product-control__counter .counter-input {
      width: 100%;
      max-width: none; }
      .product-control__counter .counter-input.red {
        border-color: #eb5757; }
    @media (max-width: 767px) {
      .product-control__counter {
        margin-bottom: 21px; } }
  .product-control__tooltip {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 33px #8285b0;
    border-radius: 10px;
    width: 150px;
    top: calc(100% + 5px);
    left: 50%;
    padding: 12px;
    z-index: 10;
    transform: translateX(-50%); }
  .product-control__add-to-cart.need-correction .btn {
    background-color: transparent;
    border: 1px solid #0047ba;
    color: #0047ba; }
    @media (min-width: 1024px) {
      .product-control__add-to-cart.need-correction .btn:hover {
        cursor: pointer;
        border: 1px solid #dd1281;
        color: #dd1281; } }
  .product-control__add-to-cart .btn.btn--primary {
    width: 100%; }
  .product-control__table {
    margin-bottom: 24px;
    position: relative;
    display: flex;
    flex-direction: column; }
    .product-control__table:before {
      position: relative;
      content: "Цена дилера";
      color: #004897;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      border: 1px solid #004897;
      border-bottom: none;
      padding: 4px;
      background-color: #fff; }
  .product-control__favourites {
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .product-control__favourites {
        border-top: none; } }
    .product-control__favourites .icon {
      fill: #0047ba;
      transition: all 0.3s ease; }
    .product-control__favourites-title {
      margin-left: 5px;
      transition: all 0.3s ease;
      color: #0047ba;
      font-size: 16px;
      font-weight: 500;
      white-space: nowrap; }
    @media (min-width: 1024px) {
      .product-control__favourites.active:hover {
        cursor: pointer; }
        .product-control__favourites.active:hover .icon {
          fill: #004897; } }
    .product-control__favourites.active .icon {
      stroke: transparent;
      fill: #0047ba; }
    @media (min-width: 1024px) {
      .product-control__favourites:hover {
        cursor: pointer; }
        .product-control__favourites:hover .icon {
          fill: #0047ba; }
        .product-control__favourites:hover .product-control__favourites-title {
          color: #0047ba; } }
  .product-control__samples {
    border-top: none; }
    .product-control__samples:has(.product-control__favourites-title.disabled) {
      opacity: 0.5; }
    @media (max-width: 576px) {
      .product-control__samples {
        padding-top: 0; } }
  .product-control .product-size__intheway.tooltip-wrap {
    background-image: none;
    width: auto; }
  @media (max-width: 767px) {
    .product-control .product-size__intheway {
      transform: translate(0, calc(-100% - 1px));
      right: auto;
      left: 0; } }
  .product-control .counter-btn {
    background-color: #fff;
    width: 40px;
    height: 40px; }
  .product-control .counter-input {
    height: 40px;
    margin: 0px 6px; }
  .product-control__delivery {
    height: 18px;
    padding: 0 2px;
    background-color: rgba(221, 18, 129, 0.1);
    color: #dd1281;
    position: relative;
    display: flex;
    align-items: center; }
    .product-control__delivery:before {
      content: "+";
      color: #dd1281; }
    .product-control__delivery .tooltip-wrap {
      position: absolute;
      width: 100%;
      height: 100%; }
  .product-control .product-size__col--stock {
    padding-right: 20px;
    position: relative;
    text-align: right;
    justify-content: flex-end; }
    .product-control .product-size__col--stock .tooltip-wrap {
      position: absolute;
      right: -20px; }
  .product-control .product-size__row-wrap .product-size__col:first-child {
    padding-right: 20px;
    position: relative;
    text-align: right;
    justify-content: flex-end; }
    .product-control .product-size__row-wrap .product-size__col:first-child .js-tt-trigger {
      position: absolute;
      right: 0; }

.product-controls__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 576px) {
    .product-controls__footer {
      flex-direction: column;
      gap: 8px;
      align-items: flex-start; } }

.product-delivery {
  position: relative;
  flex: 1 1 auto; }
  .product-delivery.active .icon {
    transform: rotate(-90deg); }
  .product-delivery__head {
    font-weight: 500;
    color: #0047ba;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all ease 0.3s; }
    .product-delivery__head .icon {
      transform: rotate(90deg); }
    @media (min-width: 1250px) {
      .product-delivery__head {
        cursor: pointer; }
        .product-delivery__head:hover {
          color: #dd1281; }
          .product-delivery__head:hover .icon {
            fill: #dd1281; } }
  .product-delivery__body {
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    padding: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08); }

.product-notification {
  padding: 20px;
  border-radius: 2px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, rgba(0, 71, 186, 0.1) 0%, rgba(247, 65, 176, 0.1) 100%);
  border-radius: 3px;
  border: 1px solid #0047ba; }
  @media (max-width: 767px) {
    .product-notification {
      margin-top: 14px;
      padding: 14px; } }
  .product-notification__title {
    font-weight: 600;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .product-notification__title {
        font-size: 14px;
        margin-bottom: 11px; } }
  .product-notification__link {
    margin-top: 28px;
    text-decoration: underline;
    font-size: 14px; }
    @media (max-width: 767px) {
      .product-notification__link {
        font-size: 12px;
        margin-top: 12px; } }
    @media (min-width: 1024px) {
      .product-notification__link:hover {
        cursor: pointer;
        text-decoration: none; } }

.product-top-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  overflow: visible; }

.product-add-pod-wrap--desktop {
  margin-left: auto; }
  @media (max-width: 1249px) {
    .product-add-pod-wrap--desktop {
      display: none; } }

.product-add-pod-wrap--tablet {
  display: none;
  margin-bottom: 16px; }
  @media (max-width: 1249px) {
    .product-add-pod-wrap--tablet {
      display: block; } }
  .product-add-pod-wrap--tablet .product-add-pod {
    width: 100%; }

.product-add-pod-wrap--desktop, .product-add-pod-wrap--tablet {
  position: relative; }

.product-add-pod {
  position: relative;
  flex-shrink: 0;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 2px; }
  .product-add-pod.grad::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #0047ba 100%, #f741b0 200%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
  .product-add-pod > * {
    position: relative;
    z-index: 1; }
  @media (hover: hover) {
    .product-add-pod:hover {
      cursor: pointer; }
      .product-add-pod:hover.grad::before {
        opacity: 1; } }

.product-add-pod__tooltip {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: calc(100% + 10px);
  width: 300px;
  max-width: calc(100vw - 32px);
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  text-transform: none;
  color: #181818;
  fill: none;
  white-space: normal;
  text-align: left;
  filter: drop-shadow(0 0 10px rgba(0, 71, 186, 0.35));
  animation: product-add-pod-glow 2s ease-in-out infinite; }
  .product-add-pod__tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 48px;
    border-left: 15.5px solid transparent;
    border-right: 15.5px solid transparent;
    border-top: 8px solid #fff; }
  .product-add-pod__tooltip-close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: none;
    fill: #181818;
    cursor: pointer; }
  .product-add-pod__tooltip-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 24px;
    margin-bottom: 8px; }
  .product-add-pod__tooltip-icon {
    display: flex;
    flex-shrink: 0;
    isolation: isolate;
    width: 24px;
    height: 24px; }
    .product-add-pod__tooltip-icon .icon {
      fill: #0047ba; }
  .product-add-pod__tooltip-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap; }
  .product-add-pod__tooltip-text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #181818; }

@keyframes product-add-pod-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 8px rgba(0, 71, 186, 0.4)); }
  50% {
    filter: drop-shadow(0 0 18px rgba(0, 71, 186, 0.85)); } }

.modal-product-pod.modal-v1 .modal-dialog,
.modal-product-pod .modal-dialog {
  max-width: 376px;
  width: 100%;
  margin: 0 auto; }

.modal-product-pod .modal-content {
  padding-top: 0; }

.modal-product-pod .modal-inner {
  padding: 30px;
  border-radius: 5px;
  border: none; }

.modal-product-pod .modal-close {
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  background: transparent; }

.modal-product-pod__title {
  margin: 0 0 10px;
  font-family: "AlegreyaSansSC", Arial, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #181818; }

.modal-product-pod__descr {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #181818; }

.modal-product-pod__header {
  margin-bottom: 25px; }

.modal-product-pod__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 25px; }

.modal-product-pod__option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #181818;
  cursor: pointer; }
  .modal-product-pod__option input {
    position: relative;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #b9c4d6;
    border-radius: 50%;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease; }
    .modal-product-pod__option input::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #0047ba;
      opacity: 0;
      transform: translate(-50%, -50%);
      transition: opacity 0.3s ease; }
    .modal-product-pod__option input:checked {
      border-color: #0047ba; }
      .modal-product-pod__option input:checked::after {
        opacity: 1; }

.modal-product-pod__submit {
  width: 100%;
  height: 40px;
  font-weight: 500;
  border-radius: 2px; }

.product-info {
  margin-top: 16px;
  color: rgba(24, 24, 24, 0.5); }

.product-page__tab-content .product-features__item {
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .product-page__tab-content .product-features__item {
      justify-content: space-between; } }

.product-page__tab-content .product-features__prop {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .product-page__tab-content .product-features__prop {
      flex: 0 0 auto; } }
  .product-page__tab-content .product-features__prop span {
    position: relative; }
    .product-page__tab-content .product-features__prop span:after {
      position: absolute;
      content: "";
      left: calc(100% + 20px);
      width: 100vw;
      height: 1px;
      background-color: #e4e4e4;
      bottom: 4px; }

.product-page__tab-content .product-features__val {
  padding-left: 24px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .product-page__tab-content .product-features__val {
      padding-left: 0px;
      max-width: 50%; } }

.product-page__tab-content .product-features__sep {
  display: none; }
  @media (max-width: 767px) {
    .product-page__tab-content .product-features__sep {
      display: flex; } }

.product-page__descr--mobile {
  display: none; }
  @media (max-width: 1249px) {
    .product-page__descr--mobile {
      display: block; } }
  @media (max-width: 1249px) {
    .product-page__descr--mobile .product-descr__table {
      margin-top: 27px; } }
  @media (max-width: 1249px) {
    .product-page__descr--mobile .product-features__item {
      margin-bottom: 20px; } }

.downloads {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .downloads {
      flex-direction: column; } }
  .downloads__item {
    display: flex;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .downloads__item {
        width: auto; } }
    @media (min-width: 1024px) {
      .downloads__item:hover {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0.7; } }
  .downloads__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 16px; }
    .downloads__icon--pdf {
      fill: #eb5757; }
    .downloads__icon--xls {
      fill: #3f9e59; }
    .downloads__icon--doc {
      fill: #0d2dff; }
    .downloads__icon--jpg {
      fill: #6bc684; }
    .downloads__icon--rar {
      fill: #0b21b1; }
    .downloads__icon--avi {
      fill: #fe7235; }
    .downloads__icon--tif {
      fill: #ef5da8; }
  .downloads__title {
    font-size: 16px;
    display: block; }
    @media (max-width: 767px) {
      .downloads__title {
        font-size: 12px; } }
  .downloads__content {
    display: block; }
  .downloads__size {
    opacity: 0.5;
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 4px; }
  .downloads__type {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 9px; }

.product-control-sticky {
  transform: translateY(100%);
  transition: all 0.3s ease;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  display: none;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 5px 1px 15px rgba(0, 0, 0, 0.3);
  z-index: 170; }
  .product-control-sticky.active {
    transform: translateY(0%); }
  @media (max-width: 1249px) {
    .product-control-sticky {
      display: flex; } }
  .product-control-sticky__price-wrap {
    display: flex;
    flex-direction: column; }
  .product-control-sticky__price {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600; }
    .product-control-sticky__price--discount {
      color: #eb5757; }
  .product-control-sticky__price-old {
    font-size: 10px;
    color: #aaaaaa;
    text-decoration: line-through;
    margin-top: 4px; }
  .product-control-sticky__counter {
    padding: 0px 7px; }
  .product-control-sticky .counter-input {
    max-width: none;
    width: 100%;
    padding: 0px 4px;
    min-width: 34px; }

.product-colors__wrap {
  height: 50px;
  width: 100%;
  z-index: 10;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-right: 20px; }
  @media (max-width: 1249px) {
    .product-colors__wrap {
      width: auto;
      height: auto;
      padding-right: 0; } }

.product-colors__list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  right: 12px; }
  @media (max-width: 1249px) {
    .product-colors__list {
      position: static;
      margin: -3px; } }
  .product-colors__list:before {
    position: absolute;
    content: "";
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    top: -10px;
    right: -20px;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    opacity: 0; }

.product-colors__item {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(185, 196, 214, 0.3);
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 6px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }
  @media (max-width: 1249px) {
    .product-colors__item {
      margin: 6px; } }
  @media (max-width: 767px) {
    .product-colors__item {
      width: 46px;
      height: 46px; } }
  .product-colors__item:hover {
    cursor: pointer;
    border-color: #0047ba; }
  .product-colors__item img {
    max-width: 100%;
    max-height: 100%; }

.product-colors__toggler {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 16px;
  transform: rotate(90deg);
  transition: all 0.3s ease; }
  .product-colors__toggler .icon {
    fill: #181818; }
  @media (max-width: 1249px) {
    .product-colors__toggler {
      display: none; } }

.product-colors.active .product-colors__toggler {
  opacity: 1; }

.product-colors.active .product-colors__wrap:hover {
  cursor: pointer;
  overflow: visible;
  z-index: 20; }
  .product-colors.active .product-colors__wrap:hover .product-colors__list:before {
    position: absolute;
    content: "";
    opacity: 1;
    border: 1px solid #b9c4d6;
    border-radius: 2px; }
  .product-colors.active .product-colors__wrap:hover .product-colors__toggler {
    transform: rotate(-90deg); }

.product-descr__colors--discount:not(.expand) .product-colors__wrap {
  display: none; }

.product-descr__colors--discount:not(.expand) .product-colors__title .icon {
  transform: rotate(90deg); }

.product-descr__colors--discount .product-colors__wrap {
  height: auto;
  padding-right: 0px;
  margin-top: 15px; }

.product-descr__colors--discount .product-colors__list {
  position: static; }

.product-descr__colors--discount .product-colors {
  display: flex;
  flex-direction: column; }

.product-page-footer {
  margin-top: 70px;
  display: flex; }
  @media (max-width: 1549px) {
    .product-page-footer {
      display: block;
      margin-top: 0px; } }
  @media (max-width: 1249px) {
    .product-page-footer {
      margin-top: 50px; } }
  .product-page-footer__left {
    width: 50%;
    padding-right: 20px; }
    @media (max-width: 1549px) {
      .product-page-footer__left {
        width: auto;
        padding-right: 0; } }
  .product-page-footer__right {
    width: 50%;
    position: relative;
    align-self: flex-start; }
    @media (max-width: 1549px) {
      .product-page-footer__right {
        width: auto;
        margin-top: 40px; } }
    .product-page-footer__right .tabs-block {
      display: flex;
      margin-bottom: 16px; }
      .product-page-footer__right .tabs-block__overflow {
        justify-content: flex-end; }
        @media (max-width: 1549px) {
          .product-page-footer__right .tabs-block__overflow {
            justify-content: flex-start; } }
  .product-page-footer__title {
    font-size: 30px;
    font-weight: 700;
    font-family: "AlegreyaSansSC", Arial, Verdana, sans-serif;
    color: #b9c4d6;
    position: absolute;
    bottom: 00px;
    z-index: 2;
    right: 0; }
    @media (max-width: 1549px) {
      .product-page-footer__title {
        position: static;
        color: inherit;
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .product-page-footer__title {
        font-size: 24px; } }
  .product-page-footer__compilation .swiper-button-prev {
    left: 10px; }
  .product-page-footer__compilation .swiper-button-next {
    right: 10px; }
  @media (max-width: 767px) {
    .product-page-footer .index-compilation__border {
      margin-right: -15px; } }
  .product-page-footer .index-compilation__border:nth-child(2) {
    display: flex; }
  @media (max-width: 767px) {
    .product-page-footer .index-compilation__list {
      flex-direction: row; } }
  @media (max-width: 767px) {
    .product-page-footer .index-compilation__list {
      overflow: auto; } }
  @media (max-width: 767px) {
    .product-page-footer .index-compilation__border {
      max-width: none;
      border-right: 0px; }
      .product-page-footer .index-compilation__border:after {
        position: absolute;
        content: "";
        display: none; }
      .product-page-footer .index-compilation__border:before {
        position: absolute;
        content: "";
        display: none; }
      .product-page-footer .index-compilation__border .linear:nth-of-type(1) {
        top: 1px;
        display: none; }
      .product-page-footer .index-compilation__border .linear:nth-of-type(2) {
        right: 1px;
        display: none; }
      .product-page-footer .index-compilation__border .linear:nth-of-type(3) {
        bottom: 1px;
        display: none; }
      .product-page-footer .index-compilation__border .linear:nth-of-type(4) {
        left: 1px;
        display: none; } }

.product-description {
  font-size: 16px;
  margin-bottom: 20px; }

.product-content-image {
  border: 1px solid #b9c4d6;
  box-sizing: border-box;
  border-radius: 5px; }

@media (max-width: 767px) {
  .product-page-similar {
    margin-top: 48px; } }

.product-page-similar__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .product-page-similar__title {
      margin-bottom: 18px;
      font-size: 24px; } }

.preloader .product-control__table {
  display: none; }

.product-page-image-tab {
  display: inline-flex;
  align-items: center;
  border-radius: 5px 2px 2px 2px;
  border-bottom: none;
  overflow: hidden; }
  .product-page-image-tab__item {
    padding: 6px 20px;
    color: rgba(0, 71, 186, 0.5);
    transition: all 0.3s ease;
    font-weight: 500;
    border: 1px solid rgba(185, 196, 214, 0.3); }
    .product-page-image-tab__item.active {
      background-color: #004897;
      color: #fff;
      opacity: 1; }
    @media (min-width: 1550px) {
      .product-page-image-tab__item:hover {
        cursor: pointer;
        background-color: #004897;
        color: #fff;
        opacity: 1; } }

.sku-download-arch-pic {
  display: flex;
  justify-content: center;
  margin-top: 10px; }
  @media (max-width: 1250px) {
    .sku-download-arch-pic {
      margin-top: 50px; } }

.product-page__image--tabs .sku-download-arch-pic {
  margin-left: 162px; }
  @media (max-width: 1800px) {
    .product-page__image--tabs .sku-download-arch-pic {
      margin-left: 120px; } }
  @media (max-width: 1550px) {
    .product-page__image--tabs .sku-download-arch-pic {
      margin-left: 60px; } }
  @media (max-width: 1249px) {
    .product-page__image--tabs .sku-download-arch-pic {
      margin-left: 0px; } }

.product-page__first {
  min-width: 0; }

.disabled-text.disabled-text--mod {
  display: none;
  text-align: center;
  color: #eb5757;
  font-size: 12px;
  line-height: 1; }
  .disabled-text.disabled-text--mod[x-show] {
    display: block;
    font-size: 14px;
    margin-bottom: 2px; }

.with--sticker.product-image__labels {
  max-width: 150px;
  overflow: hidden;
  row-gap: 8px;
  flex-wrap: wrap;
  display: flex; }

.product-avalability {
  background: #f8f8f8;
  border: 1px solid #b9c4d6;
  border-radius: 2px;
  padding: 4px 30px; }
  .product-avalability .product-status__descr {
    display: flex;
    align-items: center;
    gap: 0px; }
  @media (max-width: 767px) {
    .product-avalability {
      padding: 5px; } }
  .product-avalability hr {
    margin: 0px; }
  .product-avalability__row {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 0.5fr;
    padding: 7px 0px; }
    .product-avalability__row:last-child, .product-avalability__row:first-child {
      border-bottom: none; }
    .product-avalability__row--th {
      font-size: 14px;
      color: rgba(24, 24, 24, 0.5); }
  .product-avalability__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .product-avalability__item {
    display: flex;
    align-items: center;
    position: relative; }
    .product-avalability__item:first-child {
      gap: 5px; }
    .product-avalability__item:not(:first-child) {
      display: flex;
      justify-content: flex-end; }
    .product-avalability__item .product-size__intheway {
      right: 0%;
      transform: translate(0%, -100%);
      z-index: 10; }
    .product-avalability__item .product-status__descr {
      position: relative; }
  .product-avalability__title {
    font-weight: 500; }
  .product-avalability .product-status__tooltip {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }

.product-constructor {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 15px; }
  .product-constructor__label {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
    display: flex;
    color: #181818; }
    @media (max-width: 767px) {
      .product-constructor__label {
        font-size: 16px; } }
    .product-constructor__label label {
      font-weight: 500;
      color: #181818;
      gap: 12px; }
      @media (max-width: 767px) {
        .product-constructor__label label {
          font-size: 16px; } }
  .product-constructor__item .product-colors__wrap {
    margin-top: 0px; }
  .product-constructor__item .product-descr__colors {
    margin-bottom: 0px; }
  .product-constructor__volumes {
    display: flex;
    align-items: center;
    gap: 10px; }
  .product-constructor__volume {
    border: 1px solid #b9c4d6;
    padding: 4px 12px;
    border-radius: 100px;
    position: relative; }
    @media (min-width: 1024px) {
      .product-constructor__volume:hover {
        cursor: pointer;
        border-color: #0047ba; }
        .product-constructor__volume:hover:after {
          border-color: #0047ba; } }
    .product-constructor__volume:after {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 1px solid transparent;
      border-radius: 100px; }
    .product-constructor__volume.active {
      border-color: #0047ba;
      pointer-events: none; }
      .product-constructor__volume.active:after {
        border-color: #0047ba; }
  .product-constructor__colors {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
    .product-constructor__colors.disabled {
      opacity: 0.4; }
      .product-constructor__colors.disabled .disabled {
        opacity: 1; }
      .product-constructor__colors.disabled * {
        pointer-events: none; }
    @media (max-width: 767px) {
      .product-constructor__colors {
        gap: 9px; } }
  .product-constructor__color {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    position: relative;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4); }
    @media (max-width: 767px) {
      .product-constructor__color {
        width: 28px;
        height: 28px; } }
    @media (min-width: 1024px) {
      .product-constructor__color:hover {
        cursor: pointer; } }
    .product-constructor__color:after {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border: 2px solid transparent;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .product-constructor__color:after {
          width: 36px;
          height: 36px; } }
    .product-constructor__color.active:after {
      border-color: #0047ba; }
    .product-constructor__color.disabled {
      pointer-events: none;
      opacity: 0.7; }
  .product-constructor__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-constructor__layer img {
      margin: auto;
      max-width: 100%;
      max-height: 100%; }

.product-counter-grid {
  background: #ffffff;
  border: 1px solid #b9c4d6;
  border-radius: 2px;
  padding: 13px;
  margin-bottom: 8px; }
  .product-counter-grid .product-status__item .product-status__title {
    font-size: 10px;
    font-weight: 400; }
  .product-counter-grid__item {
    display: grid;
    grid-template-columns: 90px 1fr 64px 1fr 1fr;
    gap: 0 8px;
    padding: 14px 0px;
    border-bottom: 1px solid #b9c4d6;
    font-weight: 400;
    font-size: 14px;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    @media (max-width: 1549px) {
      .product-counter-grid__item {
        font-size: 12px;
        grid-template-columns: 75px 1fr 80px 80px 1fr; } }
    @media (max-width: 1249px) {
      .product-counter-grid__item {
        grid-template-columns: 75px 1fr 1fr 100px 1fr; } }
    @media (max-width: 575px) {
      .product-counter-grid__item {
        grid-template-columns: 75px 1fr 1fr 70px; } }
    .product-counter-grid__item:first-child {
      padding: 0px; }
    .product-counter-grid__item:first-child, .product-counter-grid__item:last-child {
      border: none; }
    .product-counter-grid__item:last-child {
      padding-bottom: 0px; }
  .product-counter-grid__td {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center; }
    .product-counter-grid__td:first-child {
      justify-content: flex-start; }
    .product-counter-grid__td--delivery .product-status__content {
      gap: 3px; }
    @media (max-width: 575px) {
      .product-counter-grid__td--delivery {
        display: none; } }
    .product-counter-grid__td .product-control__counter {
      height: 30px;
      margin-bottom: 0px;
      display: flex; }
  .product-counter-grid__queue {
    justify-content: center;
    gap: 4px;
    line-height: 1; }
    .product-counter-grid__queue .modal-trigger {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid #b9c4d6;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0047ba;
      width: 16px;
      height: 16px;
      line-height: 1;
      transition: all ease 0.3s; }
      @media (min-width: 1250px) {
        .product-counter-grid__queue .modal-trigger {
          cursor: pointer; }
          .product-counter-grid__queue .modal-trigger:hover {
            box-shadow: 0px 3.00847px 7.52119px rgba(0, 0, 0, 0.25); } }
  .product-counter-grid__delivery .wrap {
    display: flex;
    align-items: center;
    position: relative;
    gap: 4px; }
    @media (max-width: 575px) {
      .product-counter-grid__delivery .wrap {
        justify-content: center; }
        .product-counter-grid__delivery .wrap.dn-xs {
          display: none; } }
  .product-counter-grid__delivery .modal-trigger {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #b9c4d6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dd1281;
    width: 16px;
    height: 16px;
    line-height: 1;
    transition: all ease 0.3s; }
    @media (min-width: 1250px) {
      .product-counter-grid__delivery .modal-trigger {
        cursor: pointer; }
        .product-counter-grid__delivery .modal-trigger:hover {
          box-shadow: 0px 3.00847px 7.52119px rgba(0, 0, 0, 0.25); } }
  .product-counter-grid .product-status__descr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .product-counter-grid .product-size__intheway {
    transform: translateX(-50%);
    bottom: calc(100% + 1px);
    top: auto;
    left: 50%;
    right: auto;
    background-image: none;
    width: auto; }
    .product-counter-grid .product-size__intheway:hover {
      cursor: pointer; }
  .product-counter-grid .counter-input {
    margin: 0px;
    height: 100% !important;
    padding: 0px;
    font-size: 14px;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    .product-counter-grid .counter-input::placeholder {
      color: rgba(170, 170, 170, 0.8); }
  .product-counter-grid .product-status__item {
    padding: 0px; }

.product-page__media-img {
  position: relative; }
  @media (min-width: 1250px) {
    .product-page__media-img {
      cursor: pointer; }
      .product-page__media-img:hover .product-image__hover {
        opacity: 1;
        visibility: visible; } }

.product-control-tabs + .product-control {
  padding-top: 18px; }

.product-control-tabs {
  background-color: #fff;
  margin-bottom: 0px; }
  .product-control-tabs__list {
    display: flex;
    margin-bottom: -1px; }
  .product-control-tabs__item {
    border-top: 1px solid #b9c4d6;
    padding: 6px 20px;
    position: relative; }
    @media (hover: hover) {
      .product-control-tabs__item:hover {
        cursor: pointer;
        color: #dd1281; } }
    .product-control-tabs__item:not(:last-child):after {
      position: absolute;
      content: "";
      right: -1px;
      top: 6px;
      bottom: 6px;
      width: 1px;
      background-color: #b9c4d6; }
    .product-control-tabs__item:nth-of-type(1) {
      border-top-left-radius: 5px;
      border-left: 1px solid #b9c4d6; }
    .product-control-tabs__item:last-child {
      border-top-right-radius: 5px;
      border-right: 1px solid #b9c4d6; }
    .product-control-tabs__item.active {
      pointer-events: none;
      background-color: #f8f8f8;
      border-right: 1px solid #b9c4d6;
      border-left: 1px solid #b9c4d6;
      color: #dd1281; }
      .product-control-tabs__item.active:after {
        display: none; }

.product-rich {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .product-rich {
      gap: 24px;
      margin-bottom: 60px; } }
  .product-rich__title {
    font-size: 30px;
    text-align: center;
    font-weight: 700; }
    @media (max-width: 767px) {
      .product-rich__title {
        font-size: 28px;
        text-align: left; } }

.rich-block {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 6px 8px 22px 0 rgba(0, 71, 186, 0.15); }
  @media (max-width: 1249px) {
    .rich-block {
      border-radius: 12px; } }
  .rich-block__picture {
    position: absolute;
    inset: 0; }
    .rich-block__picture picture {
      position: absolute;
      inset: 0; }
    .rich-block__picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 767px) {
        .rich-block__picture img {
          object-position: top center; } }
  .rich-block__inner {
    min-height: 400px;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    @media (max-width: 1549px) {
      .rich-block__inner {
        padding: 48px; } }
    @media (max-width: 1249px) {
      .rich-block__inner {
        padding: 32px; } }
    @media (max-width: 767px) {
      .rich-block__inner {
        padding: 24px 16px 54px;
        min-height: auto;
        padding-top: 55%; } }
  @media (min-width: 768px) {
    .rich-block__content {
      margin-right: 50%; } }
  .rich-block__content p:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .rich-block__content p:not(:last-child) {
        margin-bottom: 10px; } }
  .rich-block__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 32px; }
    @media (max-width: 1549px) {
      .rich-block__title {
        font-size: 28px;
        margin-bottom: 24px; } }
    @media (max-width: 1249px) {
      .rich-block__title {
        font-size: 24px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .rich-block__title {
        font-size: 18px;
        margin-bottom: 16px; } }
  .rich-block__text {
    font-size: 20px; }
    @media (max-width: 1549px) {
      .rich-block__text {
        font-size: 18px; } }
    @media (max-width: 1249px) {
      .rich-block__text {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .rich-block__text {
        font-size: 14px; } }
  .rich-block-video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px; }
    @media (max-width: 1249px) {
      .rich-block-video {
        grid-template-columns: 100%; } }
    @media (max-width: 767px) {
      .rich-block-video {
        gap: 24px; } }
  @media (min-width: 768px) {
    .rich-block--right .rich-block__content {
      margin-left: 50%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .rich-block--text .rich-block__inner {
      padding-bottom: 24px;
      padding-top: 24px; } }
  @media (min-width: 768px) {
    .rich-block--text .rich-block__content {
      margin-right: 0; } }
  .rich-block--video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (max-width: 1249px) {
    .rich-block--video {
      width: 100%;
      padding-bottom: 64%;
      max-height: 400px; } }
  @media (max-width: 767px) {
    .rich-block--video {
      padding-bottom: 64%;
      max-height: none; } }
  .rich-block--picture {
    height: 400px; }
    @media (max-width: 767px) {
      .rich-block--picture {
        padding-bottom: 138%;
        height: auto; } }
  .rich-block--white {
    color: #ffffff; }

.product-image__fancy {
  width: 100%;
  margin-top: 12px; }
  .product-image__fancy:not(.inited) .swiper-slide {
    margin-right: 10px; }
  .product-image__fancy .swiper-slide {
    position: relative;
    height: 80px;
    width: 80px;
    border: 1px solid #dadada; }
    @media (hover: hover) {
      .product-image__fancy .swiper-slide:hover {
        cursor: pointer;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08); } }
    @media (max-width: 575px) {
      .product-image__fancy .swiper-slide {
        width: 48px;
        height: 48px; } }
    .product-image__fancy .swiper-slide-active {
      border-color: #0047ba; }
    .product-image__fancy .swiper-slide img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain; }

/* End */


/* Start:/local/templates/html/components-template/mixin__product-card/style.css?17683000536971*/
.product-card-simple {
  padding: 17px 20px;
  padding-bottom: 14px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    .product-card-simple {
      padding: 16px; } }
  @media (min-width: 1250px) {
    .product-card-simple:hover {
      border-color: transparent;
      z-index: 10; }
      .product-card-simple:hover .product-card-simple__inner {
        box-shadow: 0 0 0 30px #fff, 0 4px 10px 30px rgba(0, 0, 0, 0.25);
        transition: box-shadow 0.3s ease; }
      .product-card-simple:hover .product-card-simple__hover {
        display: block;
        background-color: white; } }
  .product-card-simple__inner {
    position: relative; }
  .product-card-simple__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px; }
  .product-card-simple__header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .product-card-simple__favourites {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: transparent;
    stroke: grey; }
    .product-card-simple__favourites.active {
      fill: #0047ba;
      stroke: transparent; }
      @media (min-width: 1250px) {
        .product-card-simple__favourites.active:hover {
          cursor: pointer;
          transition: all 0.3s ease;
          fill: #004897;
          stroke: transparent; } }
    @media (min-width: 1250px) {
      .product-card-simple__favourites:hover {
        cursor: pointer;
        transition: all 0.3s ease;
        stroke: #0047ba; } }
  .product-card-simple__availability {
    position: relative;
    padding-left: 8px; }
    .product-card-simple__availability:before {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      left: 0;
      top: calc(50% - 2px); }
    .product-card-simple__availability--available {
      color: #6bc684; }
      .product-card-simple__availability--available:before {
        background-color: #6bc684; }
    .product-card-simple__availability--order {
      color: #fe7235; }
      .product-card-simple__availability--order:before {
        background-color: #fe7235; }
    .product-card-simple__availability--unavailable {
      color: #eb5757; }
      .product-card-simple__availability--unavailable:before {
        background-color: #eb5757; }
    .product-card-simple__availability--out {
      color: #aaaaaa; }
      .product-card-simple__availability--out:before {
        background-color: #aaaaaa; }
  .product-card-simple__discount {
    background-color: #eb5757;
    color: #fff;
    padding: 0px 8px;
    border-radius: 2px;
    flex: 0 0 auto; }
  .product-card-simple__header-right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    fill: #e4e4e4;
    margin-left: auto;
    flex: 0 0 auto; }
  .product-card-simple__image {
    height: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px; }
    @media (max-width: 1549px) {
      .product-card-simple__image {
        height: 176px; } }
    .product-card-simple__image img {
      max-width: 100%;
      max-height: 100%; }
    .product-card-simple__image .lazy-img-wrap {
      height: 100%; }
  .product-card-simple__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .product-card-simple__title {
        margin-bottom: 15px; } }
  .product-card-simple__status-wrap {
    height: 24px;
    margin-top: 8px; }
  .product-card-simple__status {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .product-card-simple__id {
    color: #aaaaaa; }
  .product-card-simple__status {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .product-card-simple__stock {
    display: flex;
    align-items: center;
    margin-top: auto;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .product-card-simple__stock {
        margin-top: 10px; } }
  .product-card-simple__prices {
    display: flex;
    align-items: center;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
  .product-card-simple__price-current {
    font-weight: 600;
    font-size: 18px; }
  .product-card-simple__price--discount {
    color: #eb5757; }
  .product-card-simple__price-old {
    text-decoration: line-through;
    color: #aaaaaa;
    margin-left: 4px;
    transform: translateY(-50%); }
  .product-card-simple__hover {
    display: none; }
    @media (max-width: 1249px) {
      .product-card-simple__hover {
        display: block;
        margin-top: a; } }
  .product-card-simple__footer {
    margin-top: 8px;
    display: flex; }
    @media (max-width: 767px) {
      .product-card-simple__footer {
        margin-top: 6px; } }
  .product-card-simple__add-to-cart {
    margin-left: 12px;
    width: 100%; }
    .product-card-simple__add-to-cart .btn.btn--primary,
    .product-card-simple__add-to-cart .btn.btn--color {
      padding: 0px;
      width: 100%; }
    .product-card-simple__add-to-cart .btn.btn--primary.animate {
      animation: bounce 0.4s ease; }
      @media (min-width: 1024px) {
        .product-card-simple__add-to-cart .btn.btn--primary.animate:hover {
          cursor: pointer;
          background-color: #3f9e59; } }

@keyframes bounce {
  0% {
    transform: scale(0.95); }
  50% {
    background-color: #6bc684; }
  100% {
    transform: scale(1); } }
  .product-card-simple__cart {
    fill: #0047ba;
    position: relative; }
  .product-card-simple__count {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    background-color: #dd1281;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    line-height: 1; }
  .product-card-simple__one-click {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    fill: #0047ba;
    color: #0047ba;
    font-weight: 600; }
    @media (max-width: 767px) {
      .product-card-simple__one-click {
        margin-top: 21px; } }
    .product-card-simple__one-click .icon {
      margin-right: 7px;
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .product-card-simple__one-click:hover {
        cursor: pointer;
        fill: #004897;
        color: #004897; } }

.product-card-simple--unavailable {
  position: relative; }
  .product-card-simple--unavailable .product-card-simple__inner > * {
    opacity: 0.5; }
  .product-card-simple--unavailable .product-card-simple__one-click {
    color: #000;
    transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .product-card-simple--unavailable .product-card-simple__one-click:hover {
        cursor: pointer;
        color: #004897; } }

/* End */


/* Start:/local/templates/html/components-template/index-compilation/style.css?17683695995111*/
.index-compilation {
  overflow: hidden; }
  .index-compilation__inner {
    display: flex;
    position: relative; }
    .index-compilation__inner:before {
      position: absolute;
      transform: translateY(70%);
      content: "";
      left: calc((100vw - 100%) / 2 * -1);
      right: calc((100vw - 100%) / 2 * -1);
      height: 136px;
      z-index: -1;
      background: linear-gradient(90.05deg, rgba(242, 242, 242, 0) -0.73%, #F2F2F2 113.63%); }
      @media (max-width: 1249px) {
        .index-compilation__inner:before {
          display: none; } }
    @media (max-width: 1249px) {
      .index-compilation__inner {
        flex-direction: column; } }
  .index-compilation__left {
    width: 37.5%; }
    @media (max-width: 1249px) {
      .index-compilation__left {
        margin-bottom: 30px;
        width: auto; } }
  .index-compilation__right {
    width: 62.75%; }
    @media (max-width: 1249px) {
      .index-compilation__right {
        width: auto; } }
  .index-compilation__descr {
    font-size: 16px;
    max-width: 375px; }
    .index-compilation__descr p {
      margin-bottom: 20px; }
    @media (max-width: 767px) {
      .index-compilation__descr {
        font-size: 12px; } }
  .index-compilation__item {
    padding: 20px 30px;
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    transition: all 0.3s ease;
    position: relative; }
    @media (max-width: 767px) {
      .index-compilation__item {
        align-items: center;
        flex-direction: column;
        padding: 10px; } }
    @media (max-width: 575px) {
      .index-compilation__item {
        align-items: flex-start; } }
    .index-compilation__item:nth-of-type(2n) {
      flex-direction: column; }
    @media (min-width: 1024px) {
      .index-compilation__item:hover {
        cursor: pointer;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); } }
  .index-compilation__img-wrap {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto; }
    @media (max-width: 767px) {
      .index-compilation__img-wrap {
        margin: auto; } }
    .index-compilation__img-wrap img {
      max-width: 100%;
      max-height: 100%; }
  .index-compilation__content {
    margin: 15px 0px; }
  .index-compilation__control {
    margin-top: 35px; }
    @media (max-width: 767px) {
      .index-compilation__control {
        margin-top: 0px; } }
  .index-compilation__title {
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 767px) {
      .index-compilation__title {
        font-size: 16px; } }
  .index-compilation__list {
    display: flex;
    position: relative;
    z-index: 1;
    background-color: #fff; }
    @media (max-width: 767px) {
      .index-compilation__list {
        flex-direction: column; } }
  .index-compilation__price-wrap {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .index-compilation__price-wrap {
        font-size: 14px; } }
  .index-compilation__price-discont {
    font-size: 18px;
    color: #c41303; }
    @media (max-width: 767px) {
      .index-compilation__price-discont {
        font-size: 14px; } }
  .index-compilation__price-old {
    color: #b9c4d6;
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 7px;
    transform: translateY(50%);
    font-weight: 500; }
    @media (max-width: 767px) {
      .index-compilation__price-old {
        font-size: 13px; } }
  .index-compilation__border {
    margin-bottom: 28px;
    background-color: #fff;
    position: relative; }
    @media (max-width: 767px) {
      .index-compilation__border {
        max-width: 300px;
        margin: auto; }
        .index-compilation__border:nth-child(2) {
          display: none; } }

.index-compilation--reverse .index-compilation__item:nth-of-type(1) {
  flex-direction: column; }

.index-compilation--reverse .index-compilation__item:nth-of-type(2) {
  flex-direction: column-reverse; }

.index-compilation--reverse .index-compilation__item:nth-of-type(3) {
  flex-direction: column; }

.index-compilation--slider .index-compilation__list {
  display: block; }
  @media (max-width: 767px) {
    .index-compilation--slider .index-compilation__list {
      overflow: visible; } }

.index-compilation--slider .swiper-slide {
  height: auto; }
  .index-compilation--slider .swiper-slide .index-compilation__item {
    height: 100%; }
  .index-compilation--slider .swiper-slide:nth-of-type(even) .index-compilation__item {
    flex-direction: column; }
  .index-compilation--slider .swiper-slide:nth-of-type(odd) .index-compilation__item {
    flex-direction: column-reverse; }

@media (max-width: 767px) {
  .index-compilation--slider .swiper-wrapper {
    overflow: auto; } }

.index-compilation--slider .swiper:not(.inited) .swiper-slide {
  width: 100%;
  flex: auto; }

/* End */


/* Start:/local/templates/html/components-template/fancy-box/style.css?176836959918143*/
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel {
  position: relative;
  box-sizing: border-box; }

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit; }

.carousel.is-draggable {
  cursor: move;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: flex; }

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease; }

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  --fancybox-accent-color: rgba(255, 255, 255, 0.94);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 2000;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: flex;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit="contain"] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap; }

.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit="cover"] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #004897;
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: rgba(1, 210, 232, 0.94);
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

/* End */


/* Start:/local/templates/html/components-template/mixin__product-label/style.css?1768369599916*/
.product-card__label {
  height: 24px;
  width: 24px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
  line-height: 1;
  color: #fff; }
  .product-card__label span {
    transform: translateY(1px); }
  .product-card__label--blue {
    background-color: #135be7; }
  .product-card__label--green {
    background-color: #6bc684; }
  .product-card__label--orange {
    background-color: #fe7235; }
  .product-card__label--red {
    background-color: #c41303; }
  .product-card__label--pink {
    background-color: #dd1281; }
  .product-card__label--number {
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    .product-card__label--number span {
      transform: none; }
  .product-card__label--sale {
    background-color: #02B533; }

/* End */


/* Start:/local/templates/html/components-template/mixin__big-tabs/style.css?17683695991947*/
.big-tabs {
  max-width: 100%; }
  .big-tabs__tabs {
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: auto;
    padding-bottom: 10px;
    position: relative; }
    @media (max-width: 767px) {
      .big-tabs__tabs {
        padding-bottom: 16px; } }
    .big-tabs__tabs:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 8px;
      height: 1px;
      background-color: rgba(24, 24, 24, 0.3); }
      @media (max-width: 767px) {
        .big-tabs__tabs:after {
          display: none; } }
  .big-tabs__tab {
    font-size: 30px;
    line-height: 1.5;
    margin-right: 80px;
    transition: all .3s ease;
    font-weight: 500;
    position: relative;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .big-tabs__tab {
        font-size: 20px;
        margin-right: 40px; } }
    .big-tabs__tab:last-child {
      margin-right: 0px; }
    .big-tabs__tab.active {
      pointer-events: none;
      color: #0047ba; }
      .big-tabs__tab.active:after {
        right: 0; }
    .big-tabs__tab:after {
      position: absolute;
      content: '';
      left: 0;
      right: 100%;
      bottom: -2px;
      height: 3px;
      background-color: #0047ba;
      transition: all .3s ease; }
      @media (max-width: 767px) {
        .big-tabs__tab:after {
          bottom: -6px; } }
    @media (min-width: 1024px) {
      .big-tabs__tab:hover {
        cursor: pointer;
        color: #0047ba; }
        .big-tabs__tab:hover:after {
          right: 0; } }

[data-tab-content] {
  display: none; }
  [data-tab-content].active {
    display: block; }

[data-tab-modal-content] {
  display: none; }
  [data-tab-modal-content].active {
    display: block; }

[data-tab-content-image] {
  display: none; }
  [data-tab-content-image].active {
    display: block; }

[data-tab-wrap-content] {
  display: none; }
  [data-tab-wrap-content].active {
    display: block; }

/* End */


/* Start:/local/templates/html/components-template/mixin__alpine-select/style.css?17683697053461*/
@charset "UTF-8";
.search-select {
  width: 100%;
  position: relative; }
  .search-select.active .search-select__list {
    visibility: visible;
    opacity: 1; }
  .search-select__tabs {
    display: flex;
    overflow: auto;
    gap: 4px;
    padding: 15px; }
  .search-select__tab {
    border-radius: 30px;
    padding: 5px 17px;
    box-shadow: inset 0 0 0 1px #b9c4d6; }
    .search-select__tab.active {
      box-shadow: inset 0 0 0 2px #004897; }
    @media (hover: hover) {
      .search-select__tab:hover {
        cursor: pointer; } }
  .search-select__list {
    position: absolute;
    left: 1px;
    right: 1px;
    top: calc(100% - 2px);
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
    z-index: 10;
    opacity: 0;
    visibility: hidden; }
  .search-select__scroll {
    max-height: 200px;
    overflow: auto; }
    .search-select__scroll::-webkit-scrollbar {
      width: 3px;
      /* ширина для вертикального скролла */
      height: 3px;
      /* высота для горизонтального скролла */
      border-radius: 0px;
      background-color: #f5f5f5; }
    .search-select__scroll::-webkit-scrollbar-thumb {
      background-color: #80A3CB;
      border-radius: 10px; }
      .search-select__scroll::-webkit-scrollbar-thumb:hover {
        background-color: #828282; }
  .search-select__item {
    padding: 8px 15px;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .search-select__item {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .search-select__item:hover {
        cursor: pointer;
        background: rgba(0, 72, 151, 0.05);
        color: #004897; } }
    .search-select__item.active {
      color: #004897;
      pointer-events: none; }
    .search-select__item span {
      color: #004897; }
  .search-select__color {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    gap: 6px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .search-select__color {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .search-select__color:hover {
        cursor: pointer;
        background: rgba(0, 72, 151, 0.05);
        color: #004897; } }
    .search-select__color.active {
      color: #004897;
      pointer-events: none; }
    .search-select__color img {
      width: 60px;
      height: 40px;
      object-fit: cover;
      border: 1px solid #b9c4d6; }
  .search-select__radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #b9c4d6;
    position: relative; }
    .search-select__radio.active {
      border-color: #004897; }
      .search-select__radio.active:before {
        content: "";
        position: absolute;
        inset: 2px;
        border-radius: 50%;
        background-color: #004897; }

.search-dropdown {
  position: relative; }
  .search-dropdown .form-control {
    display: flex;
    align-items: center; }
  .search-dropdown .form-control--placeholder {
    color: #B9C4D6; }
  .search-dropdown.active .search-select__list {
    visibility: visible;
    opacity: 1; }
  .search-dropdown.active .icon {
    transform: translatey(-50%) rotate(0deg); }
  .search-dropdown .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%) rotate(180deg);
    fill: #004897; }

/* End */


/* Start:/local/templates/html/components/bitrix/catalog/catalog/slam/catalog.element/element/style.css?17884537012862*/
.product-colors__item.active {
    cursor: pointer;
    border-color: #0047BA;
}

.product-control__add-to-cart.disabled{
    pointer-events: none;
    opacity: 0.4;
}

.product-page__tab-content .product-features__item{
    justify-content: space-between;
}

.js-store.hidden + hr{
    display: none;
}

.help-block-list{
    display: none;
}
.help-block-list-way{
    display: none;
}
.help-block-list .help-block,
.help-block-list-way .help-block  {
    display: inline-flex;
    margin-top: 16px;
    font-size: 14px;
    color: #eb5757;
    border: 1px solid #eb5757;
    border-radius: 4px;
    background-color: rgba(2247, 65, 176, .05);
    padding: 4px 10px;
}

@media (max-width: 575px) {
    .in_way_empty{
        display: none;
    }
}

.admin-info{
    border: 2px solid #DD1281;
    padding: 5px;
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #0047ba;
    margin: 15px 0 10px;
}

.admin-info .debug-title{
    /*font-weight: 800;*/
    line-height: 1.5;
}

.admin-info .debug-ext-info{
    color: #000000;
}

.admin-info .debug-ext-info a:not([class]){
    color: #000000;
}

.admin-info .debug-item.debug-min-product{
    font-size: 1.1em;
    font-weight: 600;
}

.admin-info .min-product{
    color: #DD1281
}
.product-control__extra-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.product-control__extra-actions .product-control__favourites {
    flex: 1 1 50%;
    min-width: 0;
    padding-top: 0;
    border-top: none;
}

.product-control__extra-actions .product-control__favourites-title {
    white-space: normal;
}

@media (max-width: 767px) {
    .product-control__extra-actions {
        border-top: none;
        padding-top: 12px;
    }
}

.width_50_percent{
    width: 50%;
}

/* «Создать мокап» слева, «Условия поставки» справа */
.product-top-controls .product-add-pod-wrap--desktop {
    margin-left: 0;
}

.product-top-controls .product-delivery {
    margin-left: auto;
    flex: 0 1 auto;
}

/* Крестик закрытия PoD-модалки снаружи, как у modal-v1 / верстки */
.modal-product-pod.modal-v1 .modal-content {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .modal-product-pod.modal-v1 .modal-content {
        padding-top: 40px;
    }
}

.modal-product-pod.modal-v1 .modal-close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .modal-product-pod.modal-v1 .modal-close {
        width: 30px;
        height: 30px;
    }
}
/* End */


/* Start:/local/templates/html/components-template/links-block/style.css?17683000531772*/
.links-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .links-block {
      margin-bottom: 20px; } }
  .links-block.links-block--not-centered {
    justify-content: flex-start; }
  .links-block__list {
    display: flex;
    overflow-x: auto;
    align-items: center;
    padding-bottom: 3px; }
    @media (max-width: 767px) {
      .links-block__list {
        padding-bottom: 10px; } }
  .links-block__item {
    position: relative;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-right: 50px; }
    @media (max-width: 767px) {
      .links-block__item {
        padding-right: 32px;
        padding-right: 0px; } }
    .links-block__item::after {
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      width: 0;
      height: 1px;
      content: '';
      transition: width .4s, opacity .4s;
      background: #0047ba; }
    .links-block__item.active {
      pointer-events: none;
      color: #0047ba; }
      .links-block__item.active::after {
        opacity: 1;
        width: 100%; }
    @media (min-width: 1250px) {
      .links-block__item:hover::after {
        opacity: 1;
        width: 100%;
        transition: width .2s, opacity .2s; } }

.links-block--title .links-block__item {
  font-size: 24px; }
  @media (min-width: 1250px) {
    .links-block--title .links-block__item {
      font-size: 46px; } }
  @media (min-width: 576px) {
    .links-block--title .links-block__item {
      font-size: 36px; } }

.links-block--select .links-block__list {
  overflow: visible; }

@media (max-width: 767px) {
  .links-block--select .links-block__list {
    flex-direction: column; } }

/* End */


/* Start:/local/templates/html/components-template/catalog-panel/style.css?17683695997859*/
.section-header-bg + .catalog-section {
  margin-top: 60px; }
  @media (max-width: 1249px) {
    .section-header-bg + .catalog-section {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .section-header-bg + .catalog-section {
      margin-top: 0px; } }

.catalog-section .container {
  max-width: 1626px; }
  @media (max-width: 1799px) {
    .catalog-section .container {
      max-width: 1500px; } }
  @media (max-width: 1549px) {
    .catalog-section .container {
      max-width: 1200px; } }
  @media (max-width: 1249px) {
    .catalog-section .container {
      max-width: 768px; } }

.catalog-section .row {
  margin: 0px -10px; }
  @media (max-width: 1249px) {
    .catalog-section .row {
      flex-direction: column; } }

.catalog-section .col-lg-3 {
  flex: 0 0 300px;
  max-width: 300px;
  padding: 0px 10px; }
  @media (max-width: 1549px) {
    .catalog-section .col-lg-3 {
      flex: 0 0 200px;
      max-width: 200px; } }
  @media (max-width: 1249px) {
    .catalog-section .col-lg-3 {
      flex: auto;
      max-width: none; } }

.catalog-section .col-lg-9 {
  max-width: none;
  padding: 0px 10px;
  flex: 0 0 calc(100% - 300px); }
  @media (max-width: 1549px) {
    .catalog-section .col-lg-9 {
      flex: 0 0 calc(100% - 200px); } }
  @media (max-width: 767px) {
    .catalog-section .col-lg-9 {
      flex: 0 0 auto;
      max-width: none; } }

.catalog > .container {
  width: 100%; }

.catalog__title {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 30px;
  font-weight: bold; }

.catalog-section {
  display: flex; }
  @media screen and (max-width: 1550px) {
    .catalog-section {
      flex-wrap: wrap; } }
  .catalog-section .filter {
    position: relative;
    flex-shrink: 0;
    margin-bottom: 50px;
    padding-right: 50px; }
    @media screen and (max-width: 1550px) {
      .catalog-section .filter {
        z-index: 100;
        width: 100%;
        padding: 0; } }
    .shadow .catalog-section .filter {
      z-index: 99; }
  .catalog-section .filter-more.more.active .more__btn:after {
    content: none !important; }
  .catalog-section .more {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: none !important; }
    .catalog-section .more:hover span {
      color: #282828; }
    .catalog-section .more span {
      -webkit-transition: color 0.5s;
      transition: color 0.5s;
      color: #181818; }
    .catalog-section .more__btn {
      position: relative;
      width: 16px;
      height: 16px;
      margin-left: 5px;
      border-radius: 50%;
      background-color: #282828; }
      .catalog-section .more__btn:after {
        position: absolute;
        top: 4px;
        left: 7px;
        opacity: 0.8;
        width: 2px;
        height: 8px;
        content: "";
        background-color: #fff; }
      .catalog-section .more__btn:before {
        position: absolute;
        top: 7px;
        left: 4px;
        opacity: 0.8;
        width: 8px;
        height: 2px;
        content: "";
        background-color: #fff; }

.catalog-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px; }
  @media screen and (max-width: 1250px) {
    .catalog-info {
      flex-wrap: wrap; } }
  @media screen and (max-width: 475px) {
    .catalog-info {
      justify-content: center;
      margin-bottom: 25px; } }
  @media screen and (max-width: 1250px) {
    .catalog-info__count {
      margin-bottom: 15px; } }
  @media screen and (max-width: 475px) {
    .catalog-info__count {
      width: 100%;
      text-align: center; } }

.catalog-panel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0; }
  .catalog-panel .preloader:before, .catalog-panel .preloader:after {
    display: none; }
  .catalog-panel__discount {
    width: 100%;
    padding: 20px 40px;
    margin-bottom: 30px;
    background: url("/local/templates/html/images/discount-bg.png") no-repeat center, linear-gradient(111.88deg, rgba(0, 71, 186, 0.12) 0%, rgba(247, 65, 176, 0.12) 100%);
    background-size: cover; }
    @media (max-width: 1249px) {
      .catalog-panel__discount {
        padding: 14px 20px;
        margin-bottom: 20px; } }
    .catalog-panel__discount h3 {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
      color: #dd1281; }
      @media (max-width: 1249px) {
        .catalog-panel__discount h3 {
          font-size: 18px; } }
    .catalog-panel__discount p {
      margin-top: 6px;
      max-width: 850px; }
  .catalog-panel__item {
    width: 25%; }
    @media (max-width: 1799px) {
      .catalog-panel__item {
        width: 27.33%; } }
    @media (max-width: 1549px) {
      .catalog-panel__item {
        width: 33.33%; } }
    @media (max-width: 1249px) {
      .catalog-panel__item {
        width: 50%;
        height: auto; } }
    @media (max-width: 767px) {
      .catalog-panel__item {
        width: 100%;
        max-width: 375px;
        margin: auto; } }
    @media (max-width: 767px) {
      .catalog-panel__item {
        margin-bottom: 12px; }
        .catalog-panel__item:last-child {
          margin-bottom: 0px; } }

.product-page-similar .product-card__head--sku-more:after {
  right: 8px; }
  @media (max-width: 1799px) {
    .product-page-similar .product-card__head--sku-more:after {
      right: 14px; } }

.product-page-similar .catalog-panel__item {
  width: 20%; }
  .product-page-similar .catalog-panel__item .product-card.thumb-col-3:hover:after {
    right: -122px; }
  .product-page-similar .catalog-panel__item .product-card.thumb-col-3:hover:after {
    right: -122px; }
  @media (max-width: 1860px) {
    .product-page-similar .catalog-panel__item .product-card.thumb-col-3:hover .product-card__thumb-list {
      grid-template-columns: 1fr 1fr;
      width: 78px; }
    .product-page-similar .catalog-panel__item .product-card.thumb-col-3:hover:after {
      right: -84px; } }
  .product-page-similar .catalog-panel__item .product-card.thumb-col-2:hover:after {
    right: -82px; }
  @media (max-width: 1799px) {
    .product-page-similar .catalog-panel__item {
      width: 24%; }
      .product-page-similar .catalog-panel__item .product-card:not([class*="thumb-col"]):after {
        max-width: 324px; }
      .product-page-similar .catalog-panel__item .product-card.thumb-col-3:hover:after {
        right: -56px; }
      .product-page-similar .catalog-panel__item .product-card.thumb-col-2:hover:after {
        right: -56px; }
      .product-page-similar .catalog-panel__item .product-card.thumb-col-1:hover:after {
        right: -10px; } }
  @media (max-width: 1549px) {
    .product-page-similar .catalog-panel__item {
      width: 33.33%; }
      .product-page-similar .catalog-panel__item .product-card.thumb-col-1:hover:after {
        right: 0px; }
      .product-page-similar .catalog-panel__item .product-card.thumb-col-3:hover:after {
        right: -20px; }
      .product-page-similar .catalog-panel__item .product-card.thumb-col-2:hover:after {
        right: -20px; } }
  @media (max-width: 1249px) {
    .product-page-similar .catalog-panel__item {
      width: 50%; } }
  @media (max-width: 767px) {
    .product-page-similar .catalog-panel__item {
      width: 100%; } }

.catalog-mobile-filter {
  display: none;
  z-index: 0; }
  @media (max-width: 1249px) {
    .catalog-mobile-filter {
      display: flex;
      justify-content: center;
      align-items: center;
      position: sticky;
      bottom: 0;
      background-color: #fff;
      padding: 8px 0px; } }
  .catalog-mobile-filter__reset {
    margin-left: 40px;
    display: flex;
    align-items: center;
    color: #0047ba;
    opacity: 0.7;
    line-height: 1;
    font-weight: 500; }
    .catalog-mobile-filter__reset .icon {
      fill: #0047ba;
      margin-left: 5px; }

/* End */


/* Start:/local/templates/html/components-template/mixin__favourite/style.css?1768300053601*/
.favourite {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 55px;
  display: flex;
  opacity: 0;
  cursor: pointer; }
  .favourite span {
    display: none; }
  .favourite .icon {
    cursor: pointer;
    transition: fill .3s, stroke .3s;
    fill: #b9c4d6; }
  .favourite.active {
    opacity: 1; }
    .favourite.active .icon {
      fill: #0047ba; }
  @media (min-width: 1250px) {
    .favourite:hover .icon {
      fill: #0047ba; } }
  @media (max-width: 1249px) {
    .favourite {
      z-index: 2;
      opacity: 1;
      pointer-events: all;
      top: 10px;
      right: 10px; } }

/* End */
/* /local/templates/html/components-template/catalog-targets/style.css?17683695992208 */
/* /local/templates/html/components-template/product-page/style.css?178826845961819 */
/* /local/templates/html/components-template/mixin__product-card/style.css?17683000536971 */
/* /local/templates/html/components-template/index-compilation/style.css?17683695995111 */
/* /local/templates/html/components-template/fancy-box/style.css?176836959918143 */
/* /local/templates/html/components-template/mixin__product-label/style.css?1768369599916 */
/* /local/templates/html/components-template/mixin__big-tabs/style.css?17683695991947 */
/* /local/templates/html/components-template/mixin__alpine-select/style.css?17683697053461 */
/* /local/templates/html/components/bitrix/catalog/catalog/slam/catalog.element/element/style.css?17884537012862 */
/* /local/templates/html/components-template/links-block/style.css?17683000531772 */
/* /local/templates/html/components-template/catalog-panel/style.css?17683695997859 */
/* /local/templates/html/components-template/mixin__favourite/style.css?1768300053601 */
