.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  border: 1px solid #CDCDCD; }
  @media (max-width: 1320px) {
    .product-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .product-card:first-child {
    margin-top: 0; }
  .product-card-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(600px + (100vw - 1170px) * 0.28);
    min-width: calc(600px + (100vw - 1170px) * 0.28); }
    @media (max-width: 1320px) {
      .product-card-main {
        width: 100%;
        min-width: unset; } }
  @media (max-width: 1320px) and (max-width: 600px) {
    .product-card-main {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .product-card-image {
    position: relative;
    width: calc(208px + (100vw - 768px) * 0.04688);
    min-width: 262px;
    padding: 27px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .product-card-image {
        width: 208px; } }
    @media (max-width: 600px) {
      .product-card-image {
        width: 100%;
        min-width: unset; } }
    .product-card-image__img {
      height: 138px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      border-radius: 3px; }
  .product-card-guarantee {
    position: absolute;
    top: 10px;
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
    background: #0054A6;
    border-radius: 3px;
    padding: 7px 27px;
    left: -14px; }
    .product-card-guarantee__inner {
      -webkit-transform: skewX(35deg);
              transform: skewX(35deg);
      font-weight: 900;
      font-size: 13.3333px;
      line-height: 20px;
      color: #FFFFFF; }
  .product-card-content {
    padding: 27px 43px 27px 19px; }
    @media (max-width: 600px) {
      .product-card-content {
        padding: 0 27px 20px; } }
    .product-card-content-available {
      font-style: italic;
      font-size: 15px;
      line-height: 26px;
      color: #ED1847;
      padding-left: 18px;
      position: relative; }
      .product-card-content-available:before {
        position: absolute;
        content: "";
        border-radius: 50%;
        top: 10px;
        left: 0;
        height: 6px;
        width: 6px;
        background: #ED1847; }
      .product-card-content-available.active {
        color: #4FAD50; }
        .product-card-content-available.active:before {
          background: #4FAD50; }
    .product-card-content-attr {
      margin-top: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 600px) {
        .product-card-content-attr {
          margin-top: 6px; } }
      @media (max-width: 600px) {
        .product-card-content-attr.price {
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      .product-card-content-attr__title {
        font-size: 16px;
        color: #878787;
        line-height: 24px;
        margin-right: 6px; }
        @media (max-width: 768px) {
          .product-card-content-attr__title {
            font-size: calc(12px + (100vw - 320px) * 0.0067);
            line-height: calc(18px + (100vw - 320px) * 0.00893); } }
    .product-card-content-brand {
      height: 34px;
      padding: 5px 8px;
      border: 1px solid #0054A6;
      border-radius: 3px;
      max-width: 108px; }
      .product-card-content-brand__img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      .product-card-content-brand__text {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #333; }
        @media (max-width: 768px) {
          .product-card-content-brand__text {
            font-size: calc(12px + (100vw - 320px) * 0.0067);
            line-height: calc(18px + (100vw - 320px) * 0.00893); } }
    .product-card-content-eurocode {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #333333; }
      @media (max-width: 768px) {
        .product-card-content-eurocode {
          font-size: calc(12px + (100vw - 320px) * 0.0067);
          line-height: calc(18px + (100vw - 320px) * 0.00893); } }
      .product-card-content-eurocode.d {
        font-weight: normal; }
    .product-card-content-link {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #0054A6; }
      @media (max-width: 768px) {
        .product-card-content-link {
          font-size: calc(12px + (100vw - 320px) * 0.0067);
          line-height: calc(18px + (100vw - 320px) * 0.00893); } }
  .product-card-prices {
    border-left: 1px solid #CDCDCD;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 25px 12px 35px; }
    .product-card-prices-inner {
      width: 100%; }
    @media (max-width: 1320px) {
      .product-card-prices {
        border-left: none;
        border-top: 1px solid #CDCDCD;
        padding: 20px 27px; }
        .product-card-prices-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    @media (max-width: 1320px) and (max-width: 600px) {
      .product-card-prices-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
        .product-card-prices-inner-left {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap; } }
  @media (max-width: 1320px) and (max-width: 600px) {
    .product-card-prices {
      padding-bottom: 30px; } }
  .product-card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 600px) {
      .product-card-price {
        width: 100%; } }
    .product-card-price__main {
      font-weight: 900;
      font-size: calc(24px + (100vw - 768px) * 0.00347);
      line-height: calc(30px + (100vw - 768px) * 0.00521);
      color: #ED1847; }
      @media (max-width: 768px) {
        .product-card-price__main {
          font-size: calc(18px + (100vw - 320px) * 0.01339);
          line-height: calc(22px + (100vw - 320px) * 0.01786); } }
    .product-card-price__default {
      font-weight: 900;
      font-size: calc(24px + (100vw - 768px) * 0.00347);
      line-height: calc(30px + (100vw - 768px) * 0.00521);
      color: #333; }
      @media (max-width: 768px) {
        .product-card-price__default {
          font-size: calc(18px + (100vw - 320px) * 0.01339);
          line-height: calc(22px + (100vw - 320px) * 0.01786); } }
    .product-card-price__discount {
      font-size: 18px;
      line-height: 24px;
      -webkit-text-decoration-line: line-through;
              text-decoration-line: line-through;
      color: #878787;
      margin-left: 14px;
      margin-top: 3px; }
      @media (max-width: 768px) {
        .product-card-price__discount {
          font-size: calc(13px + (100vw - 320px) * 0.01116);
          line-height: calc(16px + (100vw - 320px) * 0.01786); } }
  .product-card-order {
    margin-top: 24px;
    width: 100%;
    height: 54px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-card-order__top {
      font-weight: 900;
      font-size: 16px;
      line-height: 20px;
      color: #FFFFFF; }
      @media (max-width: 768px) {
        .product-card-order__top {
          font-size: calc(11px + (100vw - 320px) * 0.00893);
          line-height: calc(15px + (100vw - 320px) * 0.00893); } }
    .product-card-order__bottom {
      font-weight: bold;
      font-size: 12px;
      line-height: 15px;
      color: #FFFFFF; }
      @media (max-width: 768px) {
        .product-card-order__bottom {
          font-size: calc(10px + (100vw - 320px) * 0.0067);
          line-height: 13px; } }
  .product-card-callback {
    cursor: pointer;
    font-weight: 900;
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
    line-height: 24px;
    width: 100%;
    height: 54px; }
    @media (max-width: 768px) {
      .product-card-callback {
        font-size: calc(11px + (100vw - 320px) * 0.01116);
        line-height: calc(15px + (100vw - 320px) * 0.02009); } }
  @media (max-width: 1320px) {
    .product-card-order, .product-card-callback {
      margin-top: 0;
      width: 51.5%; } }
  @media (max-width: 1320px) and (max-width: 768px) {
    .product-card-order, .product-card-callback {
      height: calc(40px + (100vw - 320px) * 0.02902); } }
  @media (max-width: 1320px) and (max-width: 600px) {
    .product-card-order, .product-card-callback {
      width: 100%;
      margin-top: 22px; } }
  .product-card__title {
    margin: 7px 0;
    font-weight: 900;
    font-size: calc(24px + (100vw - 768px) * 0.00347);
    line-height: calc(30px + (100vw - 768px) * 0.00521);
    color: #333; }
    @media (max-width: 768px) {
      .product-card__title {
        font-size: calc(18px + (100vw - 320px) * 0.01339);
        line-height: calc(22px + (100vw - 320px) * 0.01786); } }

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%; }
  .product-back {
    width: 216px;
    height: 53px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    line-height: 25px; }
    .product-back__svg {
      width: calc(20px + (100vw - 768px) * -0.00347);
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      height: calc(20px + (100vw - 768px) * -0.00347);
      fill: #0054A6;
      margin-right: 10px; }
    @media (max-width: 768px) {
      .product-back {
        height: calc(40px + (100vw - 320px) * 0.02902);
        font-size: calc(11px + (100vw - 320px) * 0.01116);
        line-height: calc(15px + (100vw - 320px) * 0.02232); }
        .product-back__svg {
          margin-right: calc(6px + (100vw - 320px) * 0.00893);
          width: calc(14px + (100vw - 320px) * 0.01339);
          height: calc(14px + (100vw - 320px) * 0.01339); } }
  @media (max-width: 1170px) {
    .product-additional {
      margin-top: 50px !important; } }
  @media (max-width: 1170px) and (max-width: 768px) {
    .product-additional {
      margin-top: calc(40px + (100vw - 320px) * 0.02232) !important; } }
  .product-additional-items {
    margin: 25px -15px 0 !important; }
  .product-content {
    margin-top: calc(24.64px + (100vw - 320px) * 0.00335);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1170px) {
      .product-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .product-content__img {
      width: calc(438.75px + (100vw - 1170px) * 0.375);
      min-width: calc(438.75px + (100vw - 1170px) * 0.375);
      height: calc(496px + (100vw - 768px) * 0.00781);
      border-radius: 3px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 768px) {
        .product-content__img {
          height: calc(203px + (100vw - 320px) * 0.65402); } }
      @media (max-width: 1170px) {
        .product-content__img {
          width: 100%; } }
    .product-content-info {
      width: 100%;
      margin-left: calc(39.60938px + (100vw - 1170px) * 0.03385); }
      @media (max-width: 1170px) {
        .product-content-info {
          margin-top: 20px;
          margin-left: 0; } }
      @media (max-width: 768px) {
        .product-content-info {
          margin-top: calc(15px + (100vw - 320px) * 0.01116); } }
      .product-content-info-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 600px) {
          .product-content-info-top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .product-content-info-available {
        font-style: italic;
        font-size: 18px;
        line-height: 26px;
        color: #ED1847;
        padding-left: 18px;
        position: relative; }
        @media (max-width: 1170px) {
          .product-content-info-available {
            font-size: 16px;
            line-height: 22px; } }
        @media (max-width: 768px) {
          .product-content-info-available {
            font-size: calc(12px + (100vw - 320px) * 0.00893);
            line-height: calc(18px + (100vw - 320px) * 0.00893);
            padding-left: calc(11px + (100vw - 320px) * 0.01562); } }
        .product-content-info-available:before {
          position: absolute;
          content: "";
          border-radius: 50%;
          top: 9px;
          left: 0;
          height: 8px;
          width: 8px;
          background: #ED1847; }
          @media (max-width: 1170px) {
            .product-content-info-available:before {
              top: calc(6px + (100vw - 320px) * 0.00353); } }
          @media (max-width: 768px) {
            .product-content-info-available:before {
              height: calc(6px + (100vw - 320px) * 0.00446);
              width: calc(6px + (100vw - 320px) * 0.00446); } }
        .product-content-info-available.active {
          color: #4FAD50; }
          .product-content-info-available.active:before {
            background: #4FAD50; }
      .product-content-info-manufacturer {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 24px;
        color: #878787; }
        @media (max-width: 600px) {
          .product-content-info-manufacturer {
            margin-top: 12px; } }
        .product-content-info-manufacturer-block {
          height: 34px;
          margin-left: 14px;
          padding: 5px 8px;
          border: 1px solid #0054A6;
          border-radius: 3px;
          max-width: 108px; }
          .product-content-info-manufacturer-block__text {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #333; }
            @media (max-width: 768px) {
              .product-content-info-manufacturer-block__text {
                font-size: 11px;
                line-height: 17px; } }
          .product-content-info-manufacturer-block__img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
      .product-content-info-attrs {
        margin-top: calc(15px + (100vw - 320px) * 0.00375);
        width: 100%; }
        .product-content-info-attrs-header {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-weight: 900;
          padding: 0 36px;
          font-size: calc(18px + (100vw - 768px) * 0.00174);
          line-height: calc(24px + (100vw - 768px) * 0.00174);
          height: calc(64px + (100vw - 768px) * -0.00174);
          background: #0054A6;
          color: #fff; }
          @media (max-width: 768px) {
            .product-content-info-attrs-header {
              font-size: calc(16px + (100vw - 320px) * 0.00446);
              line-height: 24px;
              padding: 0 calc(18px + (100vw - 320px) * 0.04018); } }
        .product-content-info-attrs-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          border-bottom: 1px solid #CDCDCD;
          border-right: 1px solid #CDCDCD;
          border-left: 1px solid #CDCDCD; }
          .product-content-info-attrs-row__group, .product-content-info-attrs-row__value {
            padding: 16px 36px; }
            @media (max-width: 768px) {
              .product-content-info-attrs-row__group, .product-content-info-attrs-row__value {
                padding: calc(13px + (100vw - 320px) * 0.0067) calc(18px + (100vw - 320px) * 0.04018); } }
          .product-content-info-attrs-row__group {
            font-size: 16px;
            line-height: 24px;
            color: #878787;
            min-width: calc(293px + (100vw - 768px) * -0.00868);
            border-right: 1px solid #CDCDCD; }
            @media (max-width: 768px) {
              .product-content-info-attrs-row__group {
                font-size: calc(13px + (100vw - 320px) * 0.0067);
                line-height: calc(17px + (100vw - 320px) * 0.01562); } }
            @media (max-width: 768px) {
              .product-content-info-attrs-row__group {
                min-width: calc(127px + (100vw - 320px) * 0.37054); } }
          .product-content-info-attrs-row__value {
            font-size: 16px;
            line-height: 24px;
            color: #333; }
            @media (max-width: 768px) {
              .product-content-info-attrs-row__value {
                font-size: calc(14px + (100vw - 320px) * 0.00446);
                line-height: calc(20px + (100vw - 320px) * 0.00893); } }
            .product-content-info-attrs-row__value > a {
              color: #ED1847;
              display: block;
              text-decoration: underline; }
      .product-content-info-prices {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }

@media (max-width: 768px) and (max-width: 600px) {
  .product-content-info-prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }
        @media (max-width: 768px) {
          .product-content-info-prices-left {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap; } }
  @media (max-width: 768px) and (max-width: 600px) {
    .product-content-info-prices-left {
      width: 100%; } }
  .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .product-price {
        width: 100%; } }
    .product-price__main {
      font-weight: 900;
      font-size: calc(24px + (100vw - 768px) * 0.00347);
      line-height: calc(30px + (100vw - 768px) * 0.00521);
      color: #ED1847; }
    .product-price__default {
      font-weight: 900;
      font-size: calc(24px + (100vw - 768px) * 0.00347);
      line-height: calc(30px + (100vw - 768px) * 0.00521);
      color: #333; }
    .product-price__discount {
      font-size: 18px;
      line-height: 24px;
      -webkit-text-decoration-line: line-through;
              text-decoration-line: line-through;
      color: #878787;
      margin-left: 14px;
      margin-top: 3px; }
      @media (max-width: 768px) {
        .product-price__discount {
          margin-left: 16px; } }
  .product-service {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .product-service {
        margin-top: 1px; } }
    .product-service__title {
      font-size: 16px;
      color: #878787;
      line-height: 24px;
      margin-right: 6px; }
    .product-service__value {
      font-size: 16px;
      line-height: 24px;
      color: #333333;
      font-weight: normal; }
  .product-order {
    width: calc(387px + (100vw - 320px) * -0.02);
    height: 54px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .product-order {
        width: 100%; } }
    @media (max-width: 600px) {
      .product-order {
        margin-top: 7px;
        width: 100%; } }
    .product-order__top {
      font-weight: 900;
      font-size: 16px;
      line-height: 20px;
      color: #FFFFFF; }
    .product-order__bottom {
      font-weight: bold;
      font-size: 12px;
      line-height: 15px;
      color: #FFFFFF; }
  .product-callback {
    cursor: pointer;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    width: calc(387px + (100vw - 320px) * -0.02);
    height: 54px; }
    @media (max-width: 768px) {
      .product-callback {
        width: 100%; } }
    @media (max-width: 600px) {
      .product-callback {
        margin-top: 7px;
        width: 100%; } }
  .product-similar {
    margin-top: calc(40px + (100vw - 320px) * 0.02875);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 1170px) {
      .product-similar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap-reverse;
                flex-flow: row wrap-reverse; } }
    .product-similar-items {
      width: 100%; }
      @media (max-width: 1170px) {
        .product-similar-items {
          margin-top: 60px; } }
    .product-similar-side {
      margin-left: 30px;
      min-width: 270px;
      width: 270px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      border: 1px solid #0054A6;
      background-color: #fff;
      margin-top: 70px;
      padding: 30px 20px; }
      @media (max-width: 1170px) {
        .product-similar-side {
          width: 100%;
          margin-left: 0;
          margin-top: 0; } }
      .product-similar-side__title {
        margin-top: 19px;
        font-weight: 900;
        font-size: 20px;
        line-height: 26px;
        color: #0054A6; }
      .product-similar-side__content {
        margin-top: 11px;
        font-style: italic;
        font-size: 16px;
        line-height: 24px;
        color: #0054A6; }
      .product-similar-side__svg {
        height: 48px;
        width: 48px;
        fill: none; }
    .product-similar__title {
      font-weight: 900;
      font-size: calc(28px + (100vw - 320px) * 0.00187);
      line-height: calc(36px + (100vw - 320px) * 0.0025);
      color: #333;
      margin-bottom: 10px; }
  .product__title {
    font-weight: 900;
    font-size: calc(32px + (100vw - 768px) * 0.00521);
    margin-top: calc(25px + (100vw - 768px) * 0.01302);
    line-height: calc(38px + (100vw - 768px) * 0.00434); }
    @media (max-width: 768px) {
      .product__title {
        margin-top: calc(16px + (100vw - 320px) * 0.02009);
        font-size: calc(22px + (100vw - 320px) * 0.02232);
        line-height: calc(29px + (100vw - 320px) * 0.02009); } }

/*# sourceMappingURL=product.css.map */
