﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .red-gradient {
    background: none !important;
    color: #A90103;
  }
  .button__product-card {
    margin-top: 1.30208vw !important;
  }
}

@media all {
  section.section {
    background: #F9F9F9 !important;
    /* width: 1440px; */
  }
  .section.product-card {
    padding-top: 2.60417vw;
  }
  .section.product-card .h1 {
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 2.13542vw;
  }
  .product-card__content {
    width: 55.83333vw;
    background: #FFFFFF;
    border: 0.05208vw solid #E5E5E5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 0.41667vw rgba(214, 214, 214, 0.5);
            box-shadow: 0 0 0.41667vw rgba(214, 214, 214, 0.5);
    padding: 2.60417vw;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .product-card__top .product-card__image {
    width: 14.32292vw;
    height: 14.32292vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    border: 0.05208vw solid #E5E5E5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .product-card__top .product-card__image img {
    width: 14.32292vw;
  }
  .product-card__top .product-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.85417vw;
    /* height: 100%; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-card__top .product-card__main .product-card__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 1.30208vw;
  }
  .product-card__top .product-card__main .product-card__field {
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #003D88;
    margin-bottom: 1.04167vw;
  }
  .product-card__top .product-card__main .product-card__field span {
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    color: #565656;
  }
  .product-card__top .product-card__main .product-card__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* margin-top: 1.19792vw; */
  }
  .product-card__top .product-card__main .product-card__column .product-card__price {
    font-weight: 500;
    font-size: 1.875vw;
    /* line-height: .13542vw; */
    text-align: center;
  }
  .product-card__top .product-card__main .button-link.button__product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    width: 9.6875vw;
    height: 2.08333vw;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #003B86;
    margin-bottom: 5px;
  }
  .product-card__top .product-card__main .button-link.button__product-card:hover {
    background: #2979DE;
  }
  .product-card__top .product-card__main .button-link.button__product-card:active {
    background: #7EB7FE;
  }
  .product-card__top .product-card__main .button-link.button__product-card:disabled {
    background: #AFAFAF;
  }
  .product-card__top .product-card__main .button-link.button__product-card.grayBtn {
    background: #3D434A;
  }
  .product-card__top .product-card__main .button-link.button__product-card.grayBtn:hover {
    background: #5e656d;
  }
  .product-card__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    border: 0.05208vw solid #E5E5E5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 3.125vw;
  }
}

@media (max-width: 480px) {
  .right-block__content {
    width: 100% !important;
  }
  .left-block__categories {
    margin-bottom: 6.66667vw !important;
  }
  .product-card__content {
    padding: 9.86667vw 5.33333vw 5.33333vw 5.33333vw !important;
  }
  .product-card__top {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .product-card__top .product-card__image {
    width: 78.66667vw !important;
    height: 78.66667vw !important;
  }
  .product-card__top .product-card__main {
    width: 100% !important;
  }
  .product-card__top .product-card__main .product-card__title {
    font-size: 34px !important;
    line-height: 130% !important;
    margin-bottom: 4.53333vw !important;
  }
  .product-card__top .product-card__main .product-card__field {
    font-size: 4.26667vw !important;
    line-height: 4.8vw !important;
    margin-bottom: 3.46667vw !important;
  }
  .product-card__top .product-card__main .product-card__field span {
    font-size: 4.26667vw !important;
    line-height: 4.8vw !important;
  }
  .product-card__top .product-card__main .product-card__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-card__top .product-card__main .product-card__column .product-card__price {
    font-size: 8vw !important;
    line-height: 9.06667vw !important;
  }
  .product-card__top .product-card__main .product-card__column .product-card__amount {
    margin-left: 0 !important;
    margin-top: 8.53333vw !important;
  }
  .product-card__top .product-card__main .product-card__column .product-card__amount .product-card__amount-text {
    font-size: 4.26667vw !important;
    line-height: 4.8vw !important;
  }
  .product-card__top .product-card__main .product-card__column .product-card__amount .amount-button {
    width: 8.53333vw !important;
    height: 8.53333vw !important;
    font-size: 4.8vw !important;
    line-height: 4.8vw !important;
  }
  .product-card__top .product-card__main .product-card__column .product-card__amount .amount-input {
    width: 8.53333vw !important;
    height: 8.53333vw !important;
    font-size: 4.26667vw !important;
    line-height: 4.8vw !important;
  }
  .product-card__top .product-card__main .button-link {
    margin-top: 10.66667vw !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .product-card__top .product-card__main .button-link .button {
    width: 68vw !important;
    height: 14.13333vw !important;
    font-size: 4.8vw !important;
    line-height: 5.6vw !important;
  }
  .product-card__bottom {
    border: none !important;
    margin-top: 13.86667vw !important;
    margin-bottom: 40px;
  }
  .product-card__bottom .wmTab__container {
    padding: 0 !important;
  }
  .product-card__bottom .wmTab__container .wmTab__header {
    border-bottom: 0.8vw solid #E5E5E5 !important;
  }
  .product-card__bottom .wmTab__container .wmTab__header .wmTab__head-item {
    font-size: 18px !important;
    line-height: 24px;
    color: #003B86;
    margin-bottom: -0.8vw !important;
    text-align: center;
  }
  .product-card__bottom .wmTab__container .wmTab__header .wmTab__head-item.is-active {
    border-bottom: 0.8vw solid #2A7AE0 !important;
  }
  .product-card__bottom .wmTab__container .wmTab__body .wmTab__body-item, .product-card__bottom .wmTab__container .wmTab__body .wmTab__body-item p {
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 190% !important;
  }
  .product-card__top .product-card__main .button-link.button__product-card {
    width: 68vw;
    height: 14.13333vw;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }
}
