@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 .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-delivery {
  margin-bottom: 20px;
  position: relative; }
  .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-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; }
