@charset "UTF-8";
/* line 1, product.scss */
.breadcrumb {
  all: unset;
  background-color: #fff; }
  /* line 6, product.scss */
  .breadcrumb-link::after {
    top: 1px; }

/* line 12, product.scss */
svg {
  pointer-events: auto !important;
  user-select: auto !important; }

/* line 17, product.scss */
.product-favlike {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
  height: 18px; }
  /* line 24, product.scss */
  .product-favlike__item {
    display: flex;
    align-items: center;
    margin-left: 20px;
    height: 18px; }
    /* line 30, product.scss */
    .product-favlike__item .text {
      font-size: 13px;
      color: #9AA8B6;
      margin-left: 3px;
      line-height: 100%; }
      @media (max-width: 768px) {
        /* line 30, product.scss */
        .product-favlike__item .text {
          display: none; } }
  /* line 42, product.scss */
  .product-favlike .favorites {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    width: 18px;
    height: 18px; }
    /* line 51, product.scss */
    .product-favlike .favorites .inFav,
    .product-favlike .favorites .outFav {
      display: none;
      width: 18px;
      height: 18px;
      flex-shrink: 0; }
    /* line 60, product.scss */
    .product-favlike .favorites.favorites-not-added .outFav {
      display: block; }
    /* line 66, product.scss */
    .product-favlike .favorites.favorites-added .inFav {
      display: block; }
  /* line 72, product.scss */
  .product-favlike .compare {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none; }
    /* line 79, product.scss */
    .product-favlike .compare .inComp,
    .product-favlike .compare .outComp {
      display: none;
      width: 18px;
      height: 18px; }
    /* line 87, product.scss */
    .product-favlike .compare.compare-not-added .outComp {
      display: block; }
    /* line 93, product.scss */
    .product-favlike .compare.compare-added .inComp {
      display: block; }

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

/* line 110, product.scss */
.product-gallery {
  position: relative;
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 991px) {
    /* line 110, product.scss */
    .product-gallery {
      width: 370px; } }
  @media (max-width: 768px) {
    /* line 110, product.scss */
    .product-gallery {
      width: 100%; } }
  /* line 125, product.scss */
  .product-gallery .discount {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #BB442A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    border-radius: 8px;
    width: 56px;
    height: 24px; }

/* line 144, product.scss */
.product-swiper {
  width: 560px;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none; }
  /* line 147, product.scss */
  .product-swiper.invisible-swiper {
    opacity: 0;
    transition: opacity 0.2s ease; }
  @media (max-width: 991px) {
    /* line 144, product.scss */
    .product-swiper {
      width: 370px; } }
  @media (max-width: 410px) {
    /* line 144, product.scss */
    .product-swiper {
      width: 100%; } }
  /* line 164, product.scss */
  .product-swiper * {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none; }
  /* line 170, 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 170, product.scss */
      .product-swiper #rotation {
        width: 320px;
        height: 320px; } }
    /* line 184, product.scss */
    .product-swiper #rotation img {
      width: 100%;
      cursor: grabbing;
      display: none; }
    /* line 190, product.scss */
    .product-swiper #rotation.loading {
      background-color: #f0f0f0;
      border-radius: 20px; }
      /* line 194, 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 206, product.scss */
  .product-swiper .swiper-slide {
    width: 560px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      /* line 206, product.scss */
      .product-swiper .swiper-slide {
        width: 370px;
        height: 320px; } }
    @media (max-width: 410px) {
      /* line 206, product.scss */
      .product-swiper .swiper-slide {
        width: 100%; } }
    /* line 222, product.scss */
    .product-swiper .swiper-slide img {
      width: 400px;
      height: 400px;
      object-fit: contain;
      object-position: center; }
      @media (max-width: 991px) {
        /* line 222, product.scss */
        .product-swiper .swiper-slide img {
          width: 320px;
          height: 320px; } }
  /* line 235, 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 251, product.scss */
    .product-swiper .swiper-button-prev:hover,
    .product-swiper .swiper-button-next:hover {
      transform: translateY(-50%) scale(1.2); }
    /* line 255, product.scss */
    .product-swiper .swiper-button-prev::after,
    .product-swiper .swiper-button-next::after {
      font-size: 13px;
      color: #B5B5B5;
      font-weight: 700; }
  /* line 262, product.scss */
  .product-swiper .swiper-button-prev {
    left: 10px; }
    /* line 265, product.scss */
    .product-swiper .swiper-button-prev::after {
      transform: translateX(-1px); }
  /* line 270, product.scss */
  .product-swiper .swiper-button-next {
    right: 10px; }
    /* line 273, product.scss */
    .product-swiper .swiper-button-next::after {
      transform: translateX(1px); }
  /* line 280, product.scss */
  .product-swiper:hover .swiper-button-prev,
  .product-swiper:hover .swiper-button-next {
    opacity: 1; }
    /* line 284, product.scss */
    .product-swiper:hover .swiper-button-prev.swiper-button-disabled,
    .product-swiper:hover .swiper-button-next.swiper-button-disabled {
      opacity: 0.35; }

/* line 291, product.scss */
.product-swiper-mini {
  margin-top: 30px;
  width: 440px;
  height: 75px;
  padding: 0 20px; }
  @media (max-width: 991px) {
    /* line 291, product.scss */
    .product-swiper-mini {
      width: 350px;
      height: 60px; } }
  @media (max-width: 410px) {
    /* line 291, product.scss */
    .product-swiper-mini {
      width: 100%; } }
  /* line 306, 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 306, product.scss */
      .product-swiper-mini .swiper-slide {
        height: 60px; } }
    /* line 318, product.scss */
    .product-swiper-mini .swiper-slide__inner {
      width: 75px;
      height: 75px;
      border: 1px solid #F4F4F4;
      border-radius: 6px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 991px) {
        /* line 318, product.scss */
        .product-swiper-mini .swiper-slide__inner {
          width: 60px;
          height: 60px; } }
      /* line 332, product.scss */
      .product-swiper-mini .swiper-slide__inner img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        object-position: center; }
        @media (max-width: 991px) {
          /* line 332, product.scss */
          .product-swiper-mini .swiper-slide__inner img {
            width: 50px;
            height: 50px; } }
      /* line 344, product.scss */
      .product-swiper-mini .swiper-slide__inner svg {
        width: 36px;
        height: 36px; }
        @media (max-width: 991px) {
          /* line 344, product.scss */
          .product-swiper-mini .swiper-slide__inner svg {
            width: 32px;
            height: 32px; } }
    /* line 356, product.scss */
    .product-swiper-mini .swiper-slide.current .swiper-slide__inner {
      border: 1px solid #DBDBDB; }
  /* line 362, 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 377, product.scss */
    .product-swiper-mini .swiper-button-prev:hover,
    .product-swiper-mini .swiper-button-next:hover {
      transform: translateY(-50%) scale(1.2); }
    /* line 381, 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 388, product.scss */
  .product-swiper-mini .swiper-button-prev {
    left: -10px; }
    /* line 391, product.scss */
    .product-swiper-mini .swiper-button-prev::after {
      transform: translateX(-1px); }
  /* line 396, product.scss */
  .product-swiper-mini .swiper-button-next {
    right: -10px; }
    /* line 399, product.scss */
    .product-swiper-mini .swiper-button-next::after {
      transform: translateX(1px); }

/* line 1, productCard.scss */
.productCard {
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  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 15, productCard.scss */
  .productCard .discount {
    position: absolute;
    top: 14px;
    left: 22px;
    z-index: 2;
    background-color: #182538;
    border-radius: 6px;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    line-height: 100%; }
  /* line 29, productCard.scss */
  .productCard .favlike {
    position: absolute;
    top: 8px;
    right: 12px;
    display: none; }
    @media (max-width: 768px) {
      /* line 29, productCard.scss */
      .productCard .favlike {
        display: block; } }
    /* line 39, productCard.scss */
    .productCard .favlike .favorites {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 48, productCard.scss */
      .productCard .favlike .favorites .inFav,
      .productCard .favlike .favorites .outFav {
        display: none; }
      /* line 54, productCard.scss */
      .productCard .favlike .favorites.favorites-not-added .outFav {
        display: block; }
      /* line 60, productCard.scss */
      .productCard .favlike .favorites.favorites-added .inFav {
        display: block; }
    /* line 66, productCard.scss */
    .productCard .favlike .compare {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 75, productCard.scss */
      .productCard .favlike .compare .inComp,
      .productCard .favlike .compare .outComp {
        display: none; }
      /* line 81, productCard.scss */
      .productCard .favlike .compare.compare-not-added .outComp {
        display: block; }
      /* line 87, productCard.scss */
      .productCard .favlike .compare.compare-added .inComp {
        display: block; }
  /* line 95, productCard.scss */
  .productCard:hover .favlike {
    display: block; }
  /* line 100, productCard.scss */
  .productCard-img {
    width: 100%;
    height: 240px; }
    /* line 104, productCard.scss */
    .productCard-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    /* line 111, productCard.scss */
    .productCard-img .img_sec {
      display: none; }
    /* line 116, productCard.scss */
    .productCard-img:hover .img_fir {
      display: none; }
    /* line 120, productCard.scss */
    .productCard-img:hover .img_sec {
      display: block; }
  /* line 126, productCard.scss */
  .productCard-title {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    margin-top: 10px;
    line-height: 21px;
    flex-grow: 1; }
  /* line 137, productCard.scss */
  .productCard .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px; }
    /* line 144, productCard.scss */
    .productCard .rating__inner {
      display: flex;
      align-items: center; }
    /* line 149, productCard.scss */
    .productCard .rating .stars {
      display: flex;
      align-items: center; }
      /* line 153, productCard.scss */
      .productCard .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 162, productCard.scss */
        .productCard .rating .stars .star.half {
          background-image: url("halfstar.svg"); }
        /* line 166, productCard.scss */
        .productCard .rating .stars .star.active {
          background-image: url(full_star.svg); }
    /* line 172, productCard.scss */
    .productCard .rating .average,
    .productCard .rating .reviewsNumber {
      color: #9AA8B6;
      font-weight: 500;
      font-size: 12px;
      margin-left: 3px; }
    /* line 180, productCard.scss */
    .productCard .rating .reviewsNumber {
      margin-left: 0; }
  /* line 185, productCard.scss */
  .productCard__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    width: 100%; }
    /* line 192, productCard.scss */
    .productCard__bottom .price {
      display: flex;
      flex-direction: column; }
      /* line 196, productCard.scss */
      .productCard__bottom .price .current {
        font-size: 18px;
        line-height: 18px;
        color: #000000;
        font-weight: 700; }
      /* line 203, productCard.scss */
      .productCard__bottom .price .old {
        color: #919191;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        margin-top: 2px;
        text-decoration: line-through; }
    /* line 213, productCard.scss */
    .productCard__bottom .form-btn {
      border: 1px solid transparent; }
    /* line 217, productCard.scss */
    .productCard__bottom .btn {
      width: 34px;
      height: 34px;
      border-radius: 6px;
      border: 1px solid #BB442A;
      background-color: #BB442A;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease; }
      /* line 229, productCard.scss */
      .productCard__bottom .btn svg {
        width: 20px;
        height: 20px; }
      /* line 234, productCard.scss */
      .productCard__bottom .btn:hover {
        background-color: #c26b58;
        border-color: #c26b58; }
      /* line 239, productCard.scss */
      .productCard__bottom .btn.inCart {
        background-color: #FFA300;
        border-color: #FFA300; }
      /* line 244, productCard.scss */
      .productCard__bottom .btn.link {
        width: fit-content;
        padding: 12px;
        text-decoration: none;
        color: #fff; }
  /* line 253, productCard.scss */
  .productCard .hide {
    display: none; }

/* line 407, product.scss */
.product-inf {
  margin-left: 20px;
  width: calc(100% - 560px - 20px); }
  @media (max-width: 991px) {
    /* line 407, product.scss */
    .product-inf {
      width: calc(100% - 370px - 20px); } }
  @media (max-width: 768px) {
    /* line 407, product.scss */
    .product-inf {
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }
  /* line 421, product.scss */
  .product-inf .product-title {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      /* line 421, product.scss */
      .product-inf .product-title {
        font-size: 23px; } }
  /* line 434, product.scss */
  .product-inf .product-imp {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      /* line 434, product.scss */
      .product-inf .product-imp {
        flex-direction: column;
        align-items: flex-start; } }
  /* line 445, product.scss */
  .product-inf .rating {
    display: flex;
    align-items: center; }
    /* line 449, product.scss */
    .product-inf .rating__inner {
      display: flex;
      align-items: center; }
    /* line 454, product.scss */
    .product-inf .rating .stars {
      display: flex;
      align-items: center;
      width: 95px;
      height: 14px; }
      /* line 460, 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 469, product.scss */
        .product-inf .rating .stars .star.half {
          background-image: url("halfstar.svg"); }
        /* line 473, product.scss */
        .product-inf .rating .stars .star.active {
          background-image: url(full_star.svg); }
    /* line 479, product.scss */
    .product-inf .rating .average,
    .product-inf .rating .reviewsNumber {
      color: #9AA8B6;
      font-weight: 500;
      font-size: 14px;
      margin-left: 3px; }
    /* line 487, product.scss */
    .product-inf .rating .reviewsNumber {
      margin-left: 15px; }
  /* line 492, product.scss */
  .product-inf .views,
  .product-inf .number {
    font-size: 13px;
    color: #9AA8B6;
    white-space: nowrap;
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      /* line 492, product.scss */
      .product-inf .views,
      .product-inf .number {
        margin-top: 10px; } }
    @media (max-width: 991px) {
      /* line 492, product.scss */
      .product-inf .views,
      .product-inf .number {
        margin-top: 5px; } }
    /* line 509, product.scss */
    .product-inf .views img,
    .product-inf .number img {
      width: 16px;
      height: 11px;
      margin-right: 6px; }
  /* line 516, 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 525, product.scss */
    .product-inf .product-description * {
      all: unset !important;
      display: revert !important;
      font: inherit !important;
      color: inherit !important;
      line-height: inherit !important; }
  /* line 534, product.scss */
  .product-inf .product-price {
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    @media (max-width: 991px) {
      /* line 534, product.scss */
      .product-inf .product-price {
        margin-top: 30px; } }
    /* line 543, product.scss */
    .product-inf .product-price .priceValue {
      display: flex;
      flex-direction: column; }
      /* line 547, product.scss */
      .product-inf .product-price .priceValue-current {
        font-size: 16px;
        color: #000000; }
        /* line 551, product.scss */
        .product-inf .product-price .priceValue-current span {
          font-style: normal;
          font-weight: bold;
          font-size: 24px;
          line-height: 28px;
          color: #000000; }
      /* line 560, product.scss */
      .product-inf .product-price .priceValue-old {
        color: #999999;
        font-weight: 500;
        font-style: normal;
        text-decoration: line-through;
        font-size: 14px;
        line-height: 16px; }
    /* line 571, product.scss */
    .product-inf .product-price .priceBtn .form-btn {
      border: 1px solid transparent; }
    /* line 575, product.scss */
    .product-inf .product-price .priceBtn .btn {
      padding: 0 30px;
      height: 34px;
      border-radius: 6px;
      border: 1px solid #BB442A;
      background-color: #BB442A;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      line-height: 100%;
      font-family: 'Hotpoint';
      width: 140px;
      transition: background-color 0.3s ease, color 0.3s ease; }
      @media (max-width: 368px) {
        /* line 575, product.scss */
        .product-inf .product-price .priceBtn .btn {
          width: 100px;
          font-size: 14px;
          padding: 0; } }
      /* line 599, product.scss */
      .product-inf .product-price .priceBtn .btn:hover {
        background-color: #c26b58;
        border-color: #c26b58; }
      /* line 604, product.scss */
      .product-inf .product-price .priceBtn .btn.inCart {
        background-color: #FFA300;
        border-color: #FFA300; }
      /* line 609, product.scss */
      .product-inf .product-price .priceBtn .btn.link {
        width: fit-content;
        padding: 12px;
        text-decoration: none;
        color: #fff; }
    /* line 617, product.scss */
    .product-inf .product-price .priceBtn .hide {
      display: none; }
  /* line 623, product.scss */
  .product-inf .product-available {
    margin-top: 35px;
    display: flex;
    align-items: center; }
    /* line 628, product.scss */
    .product-inf .product-available img {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
    /* line 634, product.scss */
    .product-inf .product-available span {
      color: #BB442A;
      font-size: 13px;
      font-weight: 500;
      font-style: normal; }
  /* line 642, product.scss */
  .product-inf .accept-payment {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 11px 20px;
    border: 1px solid #BB442A;
    border-radius: 9px;
    width: fit-content;
    position: relative; }
    /* line 653, 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 662, product.scss */
    .product-inf .accept-payment__img {
      width: 40px;
      height: 30px;
      object-fit: contain;
      object-position: center;
      margin-left: 20px; }
    /* line 673, product.scss */
    .product-inf .accept-payment__dop .showMore {
      margin-left: 25px;
      width: 24px;
      height: 24px; }
    /* line 679, 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 692, product.scss */
      .product-inf .accept-payment__dop .showMore__block .img {
        padding: 4px;
        border-radius: 5px;
        border: 1px solid #BB442A;
        width: fit-content;
        margin-bottom: 8px;
        display: flex;
        justify-content: center;
        align-items: center; }
        /* line 702, product.scss */
        .product-inf .accept-payment__dop .showMore__block .img.many {
          padding: 4px 10px; }
        /* line 706, product.scss */
        .product-inf .accept-payment__dop .showMore__block .img img {
          height: 24px;
          margin-left: 14px;
          max-width: 40px; }
          /* line 711, product.scss */
          .product-inf .accept-payment__dop .showMore__block .img img:first-child {
            margin-left: 0; }
      /* line 717, 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 729, product.scss */
      .product-inf .accept-payment__dop .showMore__block .text {
        font-weight: 400;
        margin-bottom: 8; }
        /* line 733, product.scss */
        .product-inf .accept-payment__dop .showMore__block .text.mar {
          margin-bottom: 20px; }
    /* line 740, product.scss */
    .product-inf .accept-payment__dop:hover .showMore__block {
      display: block; }
  /* line 747, product.scss */
  .product-inf .product-delivery {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-top: 40px;
    color: #1D2E3F; }
    @media (max-width: 991px) {
      /* line 747, product.scss */
      .product-inf .product-delivery {
        margin-top: 30px; } }
    /* line 760, product.scss */
    .product-inf .product-delivery svg {
      width: 26px;
      height: 17px;
      margin-right: 7px; }
    /* line 766, product.scss */
    .product-inf .product-delivery a {
      text-decoration: none;
      color: #1D2E3F; }

/* line 773, product.scss */
.product-tabs {
  display: flex; }
  @media (max-width: 395px) {
    /* line 773, product.scss */
    .product-tabs {
      overflow-x: auto; } }
  /* line 780, 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 780, product.scss */
      .product-tabs__item {
        margin-right: 20px; } }
    /* line 794, product.scss */
    .product-tabs__item.current {
      color: #BB442A;
      border-bottom: 2px solid #BB442A; }

/* line 801, product.scss */
.product-content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 85px; }
  /* line 806, product.scss */
  .product-content .overview {
    display: none; }
    /* line 809, product.scss */
    .product-content .overview.show {
      display: block; }
  /* line 814, product.scss */
  .product-content .specifications {
    padding-top: 35px;
    display: none; }
    /* line 818, product.scss */
    .product-content .specifications.show {
      display: block; }
    /* line 822, product.scss */
    .product-content .specifications__item {
      width: 100%; }
      /* line 825, product.scss */
      .product-content .specifications__item-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 93px;
        background-color: #fff;
        margin-top: 8px;
        padding-left: 36px;
        padding-right: 17px;
        cursor: pointer;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); }
        @media (max-width: 768px) {
          /* line 825, product.scss */
          .product-content .specifications__item-title {
            padding-left: 17px; } }
        /* line 842, product.scss */
        .product-content .specifications__item-title span {
          color: #1D2E3F;
          font-size: 24px;
          line-height: 100%; }
          @media (max-width: 468px) {
            /* line 842, product.scss */
            .product-content .specifications__item-title span {
              font-size: 17px; } }
        /* line 852, 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 852, product.scss */
            .product-content .specifications__item-title .sign {
              width: 18px;
              height: 18px; } }
      /* line 866, product.scss */
      .product-content .specifications__item-options {
        width: 100%;
        display: none; }
        /* line 870, product.scss */
        .product-content .specifications__item-options.show {
          display: block; }
      /* line 875, product.scss */
      .product-content .specifications__item-option {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px; }
        /* line 881, product.scss */
        .product-content .specifications__item-option:nth-child(2n) {
          background-color: #F5F3F0; }
        /* line 885, product.scss */
        .product-content .specifications__item-option .name,
        .product-content .specifications__item-option .value {
          width: 50%;
          font-size: 16px;
          font-weight: 400;
          font-style: normal;
          line-height: 18px;
          color: #000;
          text-align: center; }
          @media (max-width: 768px) {
            /* line 885, 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 885, product.scss */
            .product-content .specifications__item-option .name,
            .product-content .specifications__item-option .value {
              padding-left: 10px;
              font-size: 12px;
              line-height: 100%; } }
      /* line 910, product.scss */
      .product-content .specifications__item.show .specifications__item-title .sign {
        background-image: url("tab_cross.svg"); }
  /* line 918, product.scss */
  .product-content .reviews {
    display: none; }
    /* line 921, product.scss */
    .product-content .reviews.show {
      display: block; }
  /* line 926, product.scss */
  .product-content .instructions {
    padding-top: 35px;
    display: none; }
    /* line 930, product.scss */
    .product-content .instructions.show {
      display: block; }
    /* line 934, product.scss */
    .product-content .instructions__item {
      display: flex;
      align-items: center;
      text-decoration: none;
      margin-bottom: 15px; }
      /* line 940, product.scss */
      .product-content .instructions__item-icon {
        width: 43px;
        margin-right: 17px;
        flex-shrink: 0;
        height: auto; }
        /* line 947, product.scss */
        .product-content .instructions__item-icon img {
          height: auto; }
      /* line 952, product.scss */
      .product-content .instructions__item-name {
        color: #000000;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px; }

/* line 962, product.scss */
.index-special,
.related-products {
  margin: 40px 0; }
  /* line 966, 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 966, product.scss */
      .index-special__top,
      .related-products__top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    /* line 978, product.scss */
    .index-special__top .title,
    .related-products__top .title {
      font-weight: 400;
      font-size: 32px;
      line-height: 100%;
      color: #000000;
      cursor: pointer;
      text-align: center;
      width: 100%; }
      @media (max-width: 768px) {
        /* line 978, product.scss */
        .index-special__top .title,
        .related-products__top .title {
          font-size: 18px;
          width: fit-content;
          text-align: left;
          font-weight: 500; } }
      /* line 994, product.scss */
      .index-special__top .title a,
      .related-products__top .title a {
        text-decoration: none;
        color: #000000; }
      /* line 1000, product.scss */
      .index-special__top .title:hover a,
      .related-products__top .title:hover a {
        text-decoration: underline; }
    /* line 1006, 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 1020, product.scss */
      .index-special__top .watch-all:hover,
      .related-products__top .watch-all:hover {
        color: #BB442A; }
  /* line 1026, product.scss */
  .index-special__products,
  .related-products__products {
    display: flex; }
    /* line 1029, product.scss */
    .index-special__products .swiper,
    .related-products__products .swiper {
      width: 100%;
      position: relative; }
      /* line 1033, 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 1049, 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 1053, 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 1060, product.scss */
      .index-special__products .swiper .swiper-button-prev,
      .related-products__products .swiper .swiper-button-prev {
        left: 10px; }
        /* line 1063, product.scss */
        .index-special__products .swiper .swiper-button-prev::after,
        .related-products__products .swiper .swiper-button-prev::after {
          transform: translateX(-1px); }
      /* line 1068, product.scss */
      .index-special__products .swiper .swiper-button-next,
      .related-products__products .swiper .swiper-button-next {
        right: 10px; }
        /* line 1071, 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 1079, product.scss */
  .index-special {
    height: 521px; } }

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