@charset "UTF-8";
/* line 1, product.scss */
svg {
  pointer-events: auto !important;
  user-select: auto !important; }

/* line 6, product.scss */
.product-favlike {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
  height: 18px; }
  /* line 13, product.scss */
  .product-favlike__item {
    display: flex;
    align-items: center;
    margin-left: 20px;
    height: 18px; }
    /* line 19, product.scss */
    .product-favlike__item .text {
      font-size: 13px;
      color: #9AA8B6;
      margin-left: 3px;
      line-height: 100%; }
      @media (max-width: 768px) {
        /* line 19, product.scss */
        .product-favlike__item .text {
          display: none; } }
  /* line 31, product.scss */
  .product-favlike .favorites {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    width: 18px;
    height: 18px; }
    /* line 40, product.scss */
    .product-favlike .favorites .inFav,
    .product-favlike .favorites .outFav {
      display: none;
      width: 18px;
      height: 18px;
      flex-shrink: 0; }
    /* line 49, product.scss */
    .product-favlike .favorites.favorites-not-added .outFav {
      display: block; }
    /* line 55, product.scss */
    .product-favlike .favorites.favorites-added .inFav {
      display: block; }
  /* line 61, product.scss */
  .product-favlike .compare {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none; }
    /* line 68, product.scss */
    .product-favlike .compare .inComp,
    .product-favlike .compare .outComp {
      display: none;
      width: 18px;
      height: 18px; }
    /* line 76, product.scss */
    .product-favlike .compare.compare-not-added .outComp {
      display: block; }
    /* line 82, product.scss */
    .product-favlike .compare.compare-added .inComp {
      display: block; }

/* line 89, product.scss */
.product-main {
  width: 100%;
  display: flex;
  margin-bottom: 45px; }
  @media (max-width: 768px) {
    /* line 89, product.scss */
    .product-main {
      flex-direction: column; } }

/* line 99, product.scss */
.product-gallery {
  position: relative;
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 991px) {
    /* line 99, product.scss */
    .product-gallery {
      width: 370px; } }
  @media (max-width: 768px) {
    /* line 99, product.scss */
    .product-gallery {
      width: 100%; } }
  /* line 114, product.scss */
  .product-gallery .discount {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #F45057;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    width: 40px;
    height: 18px; }

/* line 133, product.scss */
.product-swiper {
  width: 560px;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none; }
  /* line 136, product.scss */
  .product-swiper.invisible-swiper {
    opacity: 0;
    transition: opacity 0.2s ease; }
  @media (max-width: 991px) {
    /* line 133, product.scss */
    .product-swiper {
      width: 370px; } }
  @media (max-width: 410px) {
    /* line 133, product.scss */
    .product-swiper {
      width: 100%; } }
  /* line 153, product.scss */
  .product-swiper * {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none; }
  /* line 159, product.scss */
  .product-swiper #rotation {
    width: 400px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    cursor: grabbing; }
    @media (max-width: 991px) {
      /* line 159, product.scss */
      .product-swiper #rotation {
        width: 320px;
        height: 320px; } }
    /* line 173, product.scss */
    .product-swiper #rotation img {
      width: 100%;
      cursor: grabbing;
      display: none; }
    /* line 179, product.scss */
    .product-swiper #rotation.loading {
      background-color: #f0f0f0;
      border-radius: 20px; }
      /* line 183, product.scss */
      .product-swiper #rotation.loading:before {
        content: "Загрузка 3D модели...";
        position: absolute;
        color: #777;
        font-size: 18px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  /* line 195, product.scss */
  .product-swiper .swiper-slide {
    width: 560px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      /* line 195, product.scss */
      .product-swiper .swiper-slide {
        width: 370px;
        height: 320px; } }
    @media (max-width: 410px) {
      /* line 195, product.scss */
      .product-swiper .swiper-slide {
        width: 100%; } }
    /* line 211, product.scss */
    .product-swiper .swiper-slide img {
      width: 400px;
      height: 400px;
      object-fit: contain;
      object-position: center; }
      @media (max-width: 991px) {
        /* line 211, product.scss */
        .product-swiper .swiper-slide img {
          width: 320px;
          height: 320px; } }
  /* line 224, product.scss */
  .product-swiper .swiper-button-prev,
  .product-swiper .swiper-button-next {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-top: 0;
    opacity: 0; }
    /* line 240, product.scss */
    .product-swiper .swiper-button-prev:hover,
    .product-swiper .swiper-button-next:hover {
      transform: translateY(-50%) scale(1.2); }
    /* line 244, product.scss */
    .product-swiper .swiper-button-prev::after,
    .product-swiper .swiper-button-next::after {
      font-size: 13px;
      color: #B5B5B5;
      font-weight: 700; }
  /* line 251, product.scss */
  .product-swiper .swiper-button-prev {
    left: 10px; }
    /* line 254, product.scss */
    .product-swiper .swiper-button-prev::after {
      transform: translateX(-1px); }
  /* line 259, product.scss */
  .product-swiper .swiper-button-next {
    right: 10px; }
    /* line 262, product.scss */
    .product-swiper .swiper-button-next::after {
      transform: translateX(1px); }
  /* line 269, product.scss */
  .product-swiper:hover .swiper-button-prev,
  .product-swiper:hover .swiper-button-next {
    opacity: 1; }
    /* line 273, product.scss */
    .product-swiper:hover .swiper-button-prev.swiper-button-disabled,
    .product-swiper:hover .swiper-button-next.swiper-button-disabled {
      opacity: 0.35; }

/* line 280, product.scss */
.product-swiper-mini {
  margin-top: 30px;
  width: 440px;
  height: 75px;
  padding: 0 20px; }
  @media (max-width: 991px) {
    /* line 280, product.scss */
    .product-swiper-mini {
      width: 350px;
      height: 60px; } }
  @media (max-width: 410px) {
    /* line 280, product.scss */
    .product-swiper-mini {
      width: 100%; } }
  /* line 295, product.scss */
  .product-swiper-mini .swiper-slide {
    flex-shrink: 0;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 991px) {
      /* line 295, product.scss */
      .product-swiper-mini .swiper-slide {
        height: 60px; } }
    /* line 307, product.scss */
    .product-swiper-mini .swiper-slide__inner {
      width: 75px;
      height: 75px;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 991px) {
        /* line 307, product.scss */
        .product-swiper-mini .swiper-slide__inner {
          width: 60px;
          height: 60px; } }
      /* line 321, product.scss */
      .product-swiper-mini .swiper-slide__inner img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        object-position: center; }
        @media (max-width: 991px) {
          /* line 321, product.scss */
          .product-swiper-mini .swiper-slide__inner img {
            width: 50px;
            height: 50px; } }
      /* line 333, product.scss */
      .product-swiper-mini .swiper-slide__inner svg {
        width: 36px;
        height: 36px; }
        @media (max-width: 991px) {
          /* line 333, product.scss */
          .product-swiper-mini .swiper-slide__inner svg {
            width: 32px;
            height: 32px; } }
    /* line 345, product.scss */
    .product-swiper-mini .swiper-slide.current .swiper-slide__inner {
      border: 1px solid #01426a; }
  /* line 351, product.scss */
  .product-swiper-mini .swiper-button-prev,
  .product-swiper-mini .swiper-button-next {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-top: 0; }
    /* line 366, product.scss */
    .product-swiper-mini .swiper-button-prev:hover,
    .product-swiper-mini .swiper-button-next:hover {
      transform: translateY(-50%) scale(1.2); }
    /* line 370, product.scss */
    .product-swiper-mini .swiper-button-prev::after,
    .product-swiper-mini .swiper-button-next::after {
      font-size: 13px;
      color: #B5B5B5;
      font-weight: 700; }
  /* line 377, product.scss */
  .product-swiper-mini .swiper-button-prev {
    left: -10px; }
    /* line 380, product.scss */
    .product-swiper-mini .swiper-button-prev::after {
      transform: translateX(-1px); }
  /* line 385, product.scss */
  .product-swiper-mini .swiper-button-next {
    right: -10px; }
    /* line 388, product.scss */
    .product-swiper-mini .swiper-button-next::after {
      transform: translateX(1px); }

/* line 1, productCard.scss */
.productCard {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 40px 23px 23px 23px;
  max-width: 340px; }
  @media (max-width: 568px) {
    /* line 1, productCard.scss */
    .productCard {
      max-width: none; } }
  /* line 14, productCard.scss */
  .productCard .discount {
    position: absolute;
    top: 14px;
    left: 22px;
    z-index: 2;
    background-color: #F45057;
    border-radius: 4px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 100%; }
  /* line 28, productCard.scss */
  .productCard .favlike {
    position: absolute;
    top: 0px;
    right: 0px; }
    /* line 33, productCard.scss */
    .productCard .favlike .favorites {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 42, productCard.scss */
      .productCard .favlike .favorites .inFav,
      .productCard .favlike .favorites .outFav {
        display: none; }
      /* line 48, productCard.scss */
      .productCard .favlike .favorites.favorites-not-added .outFav {
        display: block; }
      /* line 54, productCard.scss */
      .productCard .favlike .favorites.favorites-added .inFav {
        display: block; }
    /* line 60, productCard.scss */
    .productCard .favlike .compare {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 69, productCard.scss */
      .productCard .favlike .compare .inComp,
      .productCard .favlike .compare .outComp {
        display: none; }
      /* line 75, productCard.scss */
      .productCard .favlike .compare.compare-not-added .outComp {
        display: block; }
      /* line 81, productCard.scss */
      .productCard .favlike .compare.compare-added .inComp {
        display: block; }
  /* line 89, productCard.scss */
  .productCard:hover .favlike {
    display: block; }
  /* line 94, productCard.scss */
  .productCard .left-part {
    width: 110px; }
  /* line 98, productCard.scss */
  .productCard .right-part {
    width: calc(100% - 135px);
    height: 255px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  /* line 107, productCard.scss */
  .productCard-img {
    width: 110px;
    display: block;
    height: 200px; }
    /* line 112, productCard.scss */
    .productCard-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    /* line 119, productCard.scss */
    .productCard-img .img_sec {
      display: none; }
    /* line 124, productCard.scss */
    .productCard-img:hover .img_fir {
      display: none; }
    /* line 128, productCard.scss */
    .productCard-img:hover .img_sec {
      display: block; }
  /* line 134, productCard.scss */
  .productCard-title {
    text-align: left;
    margin-top: 10px;
    line-height: 21px;
    flex-grow: 1;
    overflow-wrap: break-word;
    text-decoration: none;
    color: #1D2E3F;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    max-height: 130px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  /* line 152, productCard.scss */
  .productCard .rating {
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    text-decoration: none; }
    /* line 159, productCard.scss */
    .productCard .rating__inner {
      display: flex;
      align-items: center; }
    /* line 164, productCard.scss */
    .productCard .rating .stars {
      display: flex;
      align-items: center; }
      /* line 168, productCard.scss */
      .productCard .rating .stars .star {
        width: 12px;
        height: 12px;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        background-image: url(empty_star.svg);
        margin-right: 5px; }
        /* line 177, productCard.scss */
        .productCard .rating .stars .star.half {
          background-image: url("halfstar.svg"); }
        /* line 181, productCard.scss */
        .productCard .rating .stars .star.active {
          background-image: url(full_star.svg); }
    /* line 187, productCard.scss */
    .productCard .rating .average,
    .productCard .rating .reviewsNumber {
      margin-left: 3px;
      color: #9AA8B6;
      font-size: 12px;
      font-weight: 500;
      font-style: normal; }
    /* line 196, productCard.scss */
    .productCard .rating .reviewsNumber {
      margin-left: 0;
      margin-top: 7px; }
  /* line 202, productCard.scss */
  .productCard__bottom {
    display: flex;
    margin-top: 15px;
    width: 100%;
    flex-direction: column; }
    /* line 208, productCard.scss */
    .productCard__bottom .price {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px; }
      /* line 213, productCard.scss */
      .productCard__bottom .price .current {
        font-size: 18px;
        line-height: 18px;
        color: #01426A;
        margin-right: 16px;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap; }
      /* line 223, productCard.scss */
      .productCard__bottom .price .old {
        line-height: 14px;
        margin-top: 2px;
        color: #9AA8B6;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        text-decoration: line-through;
        white-space: nowrap; }
    /* line 235, productCard.scss */
    .productCard__bottom .form-btn {
      border: 1px solid transparent; }
    /* line 239, productCard.scss */
    .productCard__bottom .btn {
      font-family: Montserrat;
      cursor: pointer;
      color: #01426A;
      background: #fff;
      padding: 14px 0;
      border-radius: 30px;
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      border: 1px solid #01426A;
      height: 46px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease, color 0.3s ease; }
      /* line 260, productCard.scss */
      .productCard__bottom .btn.inCart {
        background-color: #ffa300;
        border-color: #ffa300;
        color: #fff; }
      /* line 266, productCard.scss */
      .productCard__bottom .btn:hover {
        background: #01426A;
        color: #fff; }
  /* line 274, productCard.scss */
  .productCard .hide {
    display: none; }

/* line 396, product.scss */
.product-inf {
  margin-left: 20px;
  width: calc(100% - 560px - 20px); }
  @media (max-width: 991px) {
    /* line 396, product.scss */
    .product-inf {
      width: calc(100% - 370px - 20px); } }
  @media (max-width: 768px) {
    /* line 396, product.scss */
    .product-inf {
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }
  /* line 410, product.scss */
  .product-inf .product-title {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    color: #01426a;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      /* line 410, product.scss */
      .product-inf .product-title {
        font-size: 23px; } }
  /* line 423, product.scss */
  .product-inf .product-imp {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      /* line 423, product.scss */
      .product-inf .product-imp {
        flex-direction: column;
        align-items: flex-start; } }
  /* line 434, product.scss */
  .product-inf .rating {
    display: flex;
    align-items: center; }
    /* line 438, product.scss */
    .product-inf .rating__inner {
      display: flex;
      align-items: center;
      text-decoration: none; }
    /* line 444, product.scss */
    .product-inf .rating .stars {
      display: flex;
      align-items: center;
      width: 95px;
      height: 14px; }
      /* line 450, product.scss */
      .product-inf .rating .stars .star {
        width: 14px;
        height: 14px;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        background-image: url(empty_star.svg);
        margin-right: 5px; }
        /* line 459, product.scss */
        .product-inf .rating .stars .star.half {
          background-image: url("halfstar.svg"); }
        /* line 463, product.scss */
        .product-inf .rating .stars .star.active {
          background-image: url(full_star.svg); }
    /* line 469, product.scss */
    .product-inf .rating .average,
    .product-inf .rating .reviewsNumber {
      color: #9AA8B6;
      font-weight: 500;
      font-size: 13px;
      margin-left: 3px;
      text-decoration: none; }
    /* line 478, product.scss */
    .product-inf .rating .reviewsNumber {
      margin-left: 15px; }
  /* line 483, product.scss */
  .product-inf .views,
  .product-inf .number {
    font-size: 13px;
    color: #6C6C6C;
    white-space: nowrap;
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      /* line 483, product.scss */
      .product-inf .views,
      .product-inf .number {
        margin-top: 10px; } }
    @media (max-width: 991px) {
      /* line 483, product.scss */
      .product-inf .views,
      .product-inf .number {
        margin-top: 5px; } }
    /* line 500, product.scss */
    .product-inf .views img,
    .product-inf .number img {
      width: 16px;
      height: 11px;
      margin-right: 6px; }
  /* line 507, product.scss */
  .product-inf .product-description {
    margin-top: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: justify; }
    /* line 516, product.scss */
    .product-inf .product-description * {
      all: unset !important;
      display: revert !important;
      font: inherit !important;
      color: inherit !important;
      line-height: inherit !important; }
  /* line 525, product.scss */
  .product-inf .product-price {
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    @media (max-width: 991px) {
      /* line 525, product.scss */
      .product-inf .product-price {
        margin-top: 30px; } }
    /* line 534, product.scss */
    .product-inf .product-price .priceValue {
      display: flex;
      flex-direction: column; }
      /* line 538, product.scss */
      .product-inf .product-price .priceValue-current {
        font-size: 16px;
        color: #01426a; }
        /* line 542, product.scss */
        .product-inf .product-price .priceValue-current span {
          font-style: normal;
          font-weight: 500;
          font-size: 30px;
          line-height: 28px;
          color: #1D2E3F; }
      /* line 551, product.scss */
      .product-inf .product-price .priceValue-old {
        color: #9AA8B6;
        font-weight: 500;
        font-style: normal;
        text-decoration: line-through;
        font-size: 16px;
        line-height: 16px; }
    /* line 562, product.scss */
    .product-inf .product-price .priceBtn .form-btn {
      border: 1px solid transparent; }
    /* line 566, product.scss */
    .product-inf .product-price .priceBtn .btn {
      padding: 0 30px;
      height: 47px;
      border-radius: 100px;
      border: 1px solid #01426a;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #01426a;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      line-height: 100%;
      font-family: 'Hotpoint';
      width: 230px;
      transition: background-color 0.3s ease, color 0.3s ease; }
      @media (max-width: 368px) {
        /* line 566, product.scss */
        .product-inf .product-price .priceBtn .btn {
          width: 100px;
          font-size: 14px;
          padding: 0; } }
      /* line 591, product.scss */
      .product-inf .product-price .priceBtn .btn:hover {
        background-color: #01426a;
        color: #fff !important; }
      /* line 596, product.scss */
      .product-inf .product-price .priceBtn .btn.inCart {
        background-color: #ffa300;
        border-color: #ffa300;
        color: #fff; }
      /* line 602, product.scss */
      .product-inf .product-price .priceBtn .btn.link {
        width: fit-content;
        padding: 12px;
        text-decoration: none;
        color: #fff; }
    /* line 610, product.scss */
    .product-inf .product-price .priceBtn .hide {
      display: none; }
  /* line 616, product.scss */
  .product-inf .product-available {
    margin-top: 35px;
    display: flex;
    align-items: center; }
    /* line 621, product.scss */
    .product-inf .product-available img {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
    /* line 627, product.scss */
    .product-inf .product-available span {
      color: #64BA67;
      font-size: 13px;
      font-weight: 500;
      font-style: normal; }
  /* line 635, product.scss */
  .product-inf .accept-payment {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 11px 20px;
    border: 1px solid #01426a;
    border-radius: 9px;
    width: fit-content;
    position: relative; }
    /* line 646, product.scss */
    .product-inf .accept-payment__text {
      font-family: 'Hotpoint';
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0%;
      color: #000000; }
    /* line 655, product.scss */
    .product-inf .accept-payment__img {
      width: 40px;
      height: 30px;
      object-fit: contain;
      object-position: center;
      margin-left: 20px; }
    /* line 663, product.scss */
    .product-inf .accept-payment__dop {
      display: flex;
      align-items: center; }
      /* line 667, product.scss */
      .product-inf .accept-payment__dop .showMore {
        margin-left: 25px;
        width: 24px;
        height: 24px; }
      /* line 673, product.scss */
      .product-inf .accept-payment__dop .showMore__block {
        position: absolute;
        top: calc(100% + 15px);
        right: 0;
        padding: 15px;
        box-shadow: 0px 16px 32px -4px #0C0C0D1A;
        z-index: 2;
        width: 414px;
        max-width: calc(100vw - 30px);
        background-color: #FCFCFA;
        border-radius: 10px;
        display: none; }
        /* line 686, product.scss */
        .product-inf .accept-payment__dop .showMore__block .img {
          padding: 4px;
          border-radius: 5px;
          border: 1px solid #01426a;
          width: fit-content;
          margin-bottom: 8px;
          display: flex;
          justify-content: center;
          align-items: center; }
          /* line 696, product.scss */
          .product-inf .accept-payment__dop .showMore__block .img.many {
            padding: 4px 10px; }
          /* line 700, product.scss */
          .product-inf .accept-payment__dop .showMore__block .img img {
            height: 24px;
            margin-left: 14px;
            max-width: 40px; }
            /* line 705, product.scss */
            .product-inf .accept-payment__dop .showMore__block .img img:first-child {
              margin-left: 0; }
        /* line 711, product.scss */
        .product-inf .accept-payment__dop .showMore__block .mainText,
        .product-inf .accept-payment__dop .showMore__block .text {
          font-weight: 700;
          font-size: 14px;
          line-height: 100%;
          letter-spacing: 0%;
          vertical-align: middle;
          color: #1D2E3F;
          margin-bottom: 8px;
          text-align: start; }
        /* line 723, product.scss */
        .product-inf .accept-payment__dop .showMore__block .text {
          font-weight: 400;
          margin-bottom: 8; }
          /* line 727, product.scss */
          .product-inf .accept-payment__dop .showMore__block .text.mar {
            margin-bottom: 20px; }
      /* line 734, product.scss */
      .product-inf .accept-payment__dop:hover .showMore__block {
        display: block; }
  /* line 741, product.scss */
  .product-inf .product-delivery {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-top: 40px;
    color: #1D2E3F; }
    @media (max-width: 991px) {
      /* line 741, product.scss */
      .product-inf .product-delivery {
        margin-top: 30px; } }
    /* line 754, product.scss */
    .product-inf .product-delivery svg {
      width: 26px;
      height: 17px;
      margin-right: 7px; }
    /* line 760, product.scss */
    .product-inf .product-delivery a {
      text-decoration: none;
      color: #1D2E3F; }

/* line 767, product.scss */
.product-tabs {
  display: flex; }
  @media (max-width: 395px) {
    /* line 767, product.scss */
    .product-tabs {
      overflow-x: auto; } }
  /* line 774, product.scss */
  .product-tabs__item {
    margin-right: 60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0E0E0E;
    cursor: pointer;
    letter-spacing: 0.1px;
    padding-bottom: 12px; }
    @media (max-width: 568px) {
      /* line 774, product.scss */
      .product-tabs__item {
        margin-right: 20px; } }
    /* line 788, product.scss */
    .product-tabs__item.current {
      color: #01426a;
      border-bottom: 2px solid #01426a; }

/* line 795, product.scss */
.product-content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 85px; }
  /* line 800, product.scss */
  .product-content .overview {
    display: none; }
    /* line 803, product.scss */
    .product-content .overview.show {
      display: block; }
  /* line 808, product.scss */
  .product-content .specifications {
    padding-top: 35px;
    display: none; }
    /* line 812, product.scss */
    .product-content .specifications.show {
      display: block; }
    /* line 816, product.scss */
    .product-content .specifications__item {
      width: 100%; }
      /* line 819, product.scss */
      .product-content .specifications__item-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 93px;
        background-color: #fff;
        border-radius: 8px;
        margin-top: 27px;
        padding-left: 36px;
        padding-right: 17px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08861);
        cursor: pointer; }
        @media (max-width: 768px) {
          /* line 819, product.scss */
          .product-content .specifications__item-title {
            padding-left: 17px; } }
        /* line 837, product.scss */
        .product-content .specifications__item-title span {
          color: #1D2E3F;
          font-size: 22px;
          line-height: 100%; }
          @media (max-width: 468px) {
            /* line 837, product.scss */
            .product-content .specifications__item-title span {
              font-size: 17px; } }
        /* line 847, product.scss */
        .product-content .specifications__item-title .sign {
          background-image: url("tab_plus.svg");
          background-repeat: no-repeat;
          background-position: center;
          width: 54px;
          height: 54px; }
          @media (max-width: 468px) {
            /* line 847, product.scss */
            .product-content .specifications__item-title .sign {
              width: 18px;
              height: 18px; } }
      /* line 861, product.scss */
      .product-content .specifications__item-options {
        width: 100%;
        display: none; }
        /* line 865, product.scss */
        .product-content .specifications__item-options.show {
          display: block; }
      /* line 870, product.scss */
      .product-content .specifications__item-option {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px; }
        /* line 876, product.scss */
        .product-content .specifications__item-option:nth-child(2n) {
          background-color: #F7F7F7; }
        /* line 880, product.scss */
        .product-content .specifications__item-option .name,
        .product-content .specifications__item-option .value {
          width: 50%;
          font-size: 15px;
          font-weight: 400;
          font-style: normal;
          line-height: 18px;
          color: #1D2E3F;
          text-align: center; }
          @media (max-width: 768px) {
            /* line 880, product.scss */
            .product-content .specifications__item-option .name,
            .product-content .specifications__item-option .value {
              padding-left: 15px;
              font-size: 14px; } }
          @media (max-width: 410px) {
            /* line 880, product.scss */
            .product-content .specifications__item-option .name,
            .product-content .specifications__item-option .value {
              padding-left: 10px;
              font-size: 12px;
              line-height: 100%; } }
      /* line 905, product.scss */
      .product-content .specifications__item.show .specifications__item-title .sign {
        background-image: url("tab_cross.svg"); }
  /* line 913, product.scss */
  .product-content .reviews {
    display: none; }
    /* line 916, product.scss */
    .product-content .reviews.show {
      display: block; }
  /* line 921, product.scss */
  .product-content .instructions {
    padding-top: 35px;
    display: none; }
    /* line 925, product.scss */
    .product-content .instructions.show {
      display: block; }
    /* line 929, product.scss */
    .product-content .instructions__item {
      display: flex;
      align-items: center;
      text-decoration: none;
      margin-bottom: 15px; }
      /* line 935, product.scss */
      .product-content .instructions__item-icon {
        width: 43px;
        height: 62px;
        margin-right: 17px;
        flex-shrink: 0; }
      /* line 942, product.scss */
      .product-content .instructions__item-name {
        color: #000000;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px; }

/* line 952, product.scss */
.index-special,
.related-products {
  margin: 40px 0; }
  /* line 956, product.scss */
  .index-special__top,
  .related-products__top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      /* line 956, product.scss */
      .index-special__top,
      .related-products__top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    /* line 968, product.scss */
    .index-special__top .title,
    .related-products__top .title {
      font-weight: 400;
      font-size: 32px;
      line-height: 100%;
      color: #01426a;
      cursor: pointer;
      text-align: center;
      width: 100%; }
      @media (max-width: 768px) {
        /* line 968, product.scss */
        .index-special__top .title,
        .related-products__top .title {
          font-size: 18px;
          width: fit-content;
          text-align: left;
          font-weight: 500; } }
      /* line 984, product.scss */
      .index-special__top .title a,
      .related-products__top .title a {
        text-decoration: none;
        color: #01426a; }
      /* line 990, product.scss */
      .index-special__top .title:hover a,
      .related-products__top .title:hover a {
        text-decoration: underline; }
    /* line 996, product.scss */
    .index-special__top .watch-all,
    .related-products__top .watch-all {
      color: #0E0E0E;
      font-weight: 400;
      font-size: 11px;
      margin-right: 4px;
      width: fit-content;
      border: 1px solid #DBDBDB;
      border-radius: 6px;
      padding: 2px 4px;
      text-decoration: none;
      white-space: nowrap;
      line-height: 100%;
      transition: color 0.3s ease; }
      /* line 1010, product.scss */
      .index-special__top .watch-all:hover,
      .related-products__top .watch-all:hover {
        color: #01426a; }
  /* line 1016, product.scss */
  .index-special__products,
  .related-products__products {
    display: flex; }
    /* line 1019, product.scss */
    .index-special__products .swiper,
    .related-products__products .swiper {
      width: 100%;
      position: relative; }
      /* line 1023, product.scss */
      .index-special__products .swiper .swiper-button-prev,
      .index-special__products .swiper .swiper-button-next,
      .related-products__products .swiper .swiper-button-prev,
      .related-products__products .swiper .swiper-button-next {
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 0px 8px #00000040;
        height: 30px;
        width: 30px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease; }
        /* line 1039, product.scss */
        .index-special__products .swiper .swiper-button-prev:hover,
        .index-special__products .swiper .swiper-button-next:hover,
        .related-products__products .swiper .swiper-button-prev:hover,
        .related-products__products .swiper .swiper-button-next:hover {
          transform: translateY(-50%) scale(1.2); }
        /* line 1043, product.scss */
        .index-special__products .swiper .swiper-button-prev::after,
        .index-special__products .swiper .swiper-button-next::after,
        .related-products__products .swiper .swiper-button-prev::after,
        .related-products__products .swiper .swiper-button-next::after {
          font-size: 13px;
          color: #B5B5B5;
          font-weight: 700; }
      /* line 1050, product.scss */
      .index-special__products .swiper .swiper-button-prev,
      .related-products__products .swiper .swiper-button-prev {
        left: 10px; }
        /* line 1053, product.scss */
        .index-special__products .swiper .swiper-button-prev::after,
        .related-products__products .swiper .swiper-button-prev::after {
          transform: translateX(-1px); }
      /* line 1058, product.scss */
      .index-special__products .swiper .swiper-button-next,
      .related-products__products .swiper .swiper-button-next {
        right: 10px; }
        /* line 1061, product.scss */
        .index-special__products .swiper .swiper-button-next::after,
        .related-products__products .swiper .swiper-button-next::after {
          transform: translateX(1px); }

@media (min-width: 769px) {
  /* line 1069, product.scss */
  .index-special {
    height: 521px; } }

/* line 1075, product.scss */
.related-products {
  margin-top: 70px; }
