.product-card {
    width: 100%;
    min-width: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13px 13px 15px;
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    border: 1px solid rgba(0, 101, 220, 0.2);
    border: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-card__header,
.product-card__header.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
}

.product-card__header {
    position: absolute;
    width: calc(100% - 26px);
    left: 13px;
    right: 13px;
    top: 13px;
    margin: auto;
}

.product-card__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    border-radius: 2px;
    height: 23px;
    min-width: 90px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

.product-card__mark[data-code="best_price"] {
        color: #DC7500;
        color: var(--color-orange, #DC7500);
        border: 1px solid #DC7500;
        border: 1px solid var(--color-orange, #DC7500);
}


.product-card__mark[data-code="new"] {
    color: #0065DC;
    color: var(--blue-color, #0065DC);
    border: 1px solid #0065DC;
    border: 1px solid var(--blue-color, #0065DC);
}

.product-card__mark_small {
    min-width: 16px;
    max-width: 16px;
    padding: 0;
}

.product-card__mark svg,
.product-card__mark span {
    margin: auto;
    line-height: 1;
}

.product-card__slider-img {
    min-width: 0;
    margin-top: 35px;
}

.product-card__slider-img .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.product-card__slider-img .product-card__wrapper-img {
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto 0 38px;
}

.product-card__slider-img .swiper-slide .product-card__wrapper-img {
    margin-bottom: 0;
}

.product-card__wrapper-img img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    height: 113px;
}

.product-card__slider-img .swiper-pagination {
    gap: 0;
    margin-top: 38px;
}

.product-card__slider-img span.swiper-pagination-bullet {
    width: 100%;
    height: 1px;
    cursor: pointer;
}

.product-card__slider-img span.swiper-pagination-bullet:hover {
    opacity: 1;
}

.product-card__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
}

.product-card__title {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
}

.product-card__price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

.product-card__price_discount,
.product-card__price[data-price-discount="Y"] {
    margin-top: 26px;
}

.product-card__old-price {
    position: absolute;
    top: -17px;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    font-size: 12px;
    opacity: 0.6;
}

.product-card__price_last-price,
.product-card__price[data-price-last="Y"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}

.product-card__price_last-price .product-card__old-price,
.product-card__price[data-price-last="Y"] .product-card__old-price {
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.product-card__price_last-price .product-card__current-price,
.product-card__price[data-price-last="Y"] .product-card__current-price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.product-card__current-price {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.4px;
}

.product-card__currency {
    font-weight: 500;
}

.product-card__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 20px;
    border-radius: 4px;
    color: #E6274D;
    color: var(--pink-color, #E6274D);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.6px;
}

.product-card__discount span {
    margin: auto;
}

.product-card__footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.product-card__footer-item .button {
    width: 101px;
    height: 40px;
    padding: 0 4px;
}

.product-card:not(.incart) .product-card__footer-item .button .mess-in-cart,
.product-card.incart .product-card__footer-item .button .mess-to-cart {
    display: none;
}

.product-card__wrapper-content {
    min-width: 0;
}

.product-card__wrapper-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto 0;
}

.product-card__wrapper-icons svg {
    cursor: pointer;
}

.product-card__wrapper-icons svg .hover {
    opacity: 0;
}

.product-card__wrapper-icons svg:hover path,
.product-card__wrapper-icons svg.active path {
    stroke: #E6274D;
    stroke: var(--pink-color, #E6274D);
}

.product-card__wrapper-icons svg:hover .hover,
.product-card__wrapper-icons svg.active .hover {
    opacity: 1;
}

.product-card__wrapper-icons svg:hover .default,
.product-card__wrapper-icons svg.active .default {
    opacity: 0;
}

.product-card__wrapper-content .product-card__wrapper-icons {
    display: none;
}


@media (max-width: 1100px) {
    .product-card__one-characteristic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .product-card__header.desktop {
        display: none;
    }

    .product-card__header.tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 215px;
        margin-bottom: 15px;
    }

    .product-card__one-characteristic {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .product-card__footer-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-card__wrapper-icons svg:hover path {
        stroke: revert-layer;
    }

    .product-card__wrapper-icons svg.active path {
        stroke: #E6274D;
        stroke: var(--pink-color, #E6274D);
    }

    .product-card__wrapper-icons svg:hover .default {
        opacity: 1;
    }

    .product-card__wrapper-icons svg:hover .hover {
        opacity: 0;
    }

    .product-card__wrapper-icons svg.active .hover {
        opacity: 1;
    }

    .product-card__wrapper-icons svg.active .default {
        opacity: 0;
    }
}

@media (max-width: 850px) {
    .product-card__one-characteristic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .product-card__footer-item .button {
        width: 76px;
        height: 40px;
    }

    .product-card__footer-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .catalog-filter__item:hover {
        border: 1px solid rgba(0, 101, 220, 0.2);
        border: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    }

    .product-card__wrapper-content .product-card__wrapper-icons {
        display: none;
    }

    .product-card__status:not(.product-card__status_in_stock) {
        display: none;
    }

    .product-card__wrapper-icons svg {
        width: 17px;
        height: 16px;
    }

    .product-preview__slider-img .product-card__wrapper-img {
        width: 273px;
        height: 216px;
        margin: 0 auto;
    }
}

@media (max-width: 540px) {
    .product-card__current-price {
        font-size: 16px;
    }

    .basket .product-card__old-price {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .product-card__title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
        line-height: 15.6px;
    }

    .product-card__current-price {
        font-size: 15px;
    }

    .product-card__old-price {
        top: -12px;
        font-size: 10px;
    }

    .product-card__slider-img {
        margin-top: 30px;
        height: 78px;
    }

    .product-card__slider-img img {
        width: 93px;
        height: 63px;
    }

    .product-card__mark {
        width: 88px;
        height: 16px;
    }

    .product-card__mark:not(:first-child) {
        display: none;
    }

    .detail-product-preview .product-card__mark {
        width: 88px;
        height: 23px;
    }

    .detail-product-preview .product-card__mark:not(:first-child) {
        display: block;
    }

    .product-card__slider-img span.swiper-pagination-bullet {
        height: 1px;
    }

    .product-card__discount {
        margin: auto 0;
        width: 25px;
        height: 11px;
        font-size: 8px;
        line-height: 1;
    }

    .product-card__description {
        margin-top: 10px;
        gap: 7px;
    }

    .product-card__price_discount,
    .product-card__price[data-price-discount="Y"] {
        margin-top: 15px;
    }

    .product-card__footer-item {
        margin-top: 5px;
        gap: 8px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product-card {
        padding: 8px 10px 10px;
    }

    .product-card__slider-img .swiper-pagination {
        margin-top: 20px;
    }

    .product-card__price_last-price,
    .product-card__price[data-price-last="Y"] {
        margin-top: 8px;
        gap: 0;
    }
}


/* sku */
.product-card__sku {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.product-card__sku-item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.product-card__sku-item-list .sku-property {
    border: 1px solid #dddddd;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
}

.product-card__sku-item-list .sku-property:hover {
    background-color: #eee;
}

.product-card__sku-item-list .sku-property.selected {
    border-color: #0065dc;
}


/* catalog__list-product_wide */
.catalog__list-product_wide .product-card__price_last-price,
.catalog__list-product_wide .product-card__price[data-price-last="Y"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

.catalog__list-product_wide .product-card__current-price_last-price .product-card__current-price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.catalog__list-product_wide .product-card__price_last-price .product-card__old-price,
.catalog__list-product_wide .product-card__price[data-price-last="Y"] .product-card__old-price {
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.catalog__list-product_wide .button_order br {
    display: none;
}

.catalog__list-product_wide .product-card__wrapper-content {
    width: 100%;
    max-width: 203px;
}




.catalog__list-product_wide .product-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 90px;
    -ms-grid-column-span: 5;
    grid-column: 5 span;
    padding: 30px;
}

.catalog__list-product_wide.catalog__list-product_additional .product-card {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
}

.catalog__list-product_wide .product-card__old-price {
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    line-height: 20px;
}

.product-card__button-prompt {
    display: none;
}

.catalog__list-product_wide .product-card__current-price {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.catalog__list-product_wide .product-card__discount {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.catalog__list-product_wide .product-card__footer-item {
    margin-top: 18px;
    gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.catalog__list-product_wide .product-card__slider-img {
    margin-top: 24px;
}

.catalog__list-product_wide .product-card__description {
    margin-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.catalog__list-product_wide .product-card__slider-img .swiper-pagination {
    margin-top: 33px;
}

.product-card__characteristics {
    display: none;
    margin-top: 10px;
}

.catalog__list-product_wide .product-card__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.9px;
}

.product-card__one-characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
}

.product-card__one-characteristic span:last-child {
    color: #37474F;
    color: var(--main-color, #37474F);
}

.product-card .product-card__status {
    display: none;
    margin-top: 10px;
}

.product-card__status span {
    display: inline-block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
}

.catalog__list-product_wide .product-card__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
}

.catalog__list-product_wide .product-card__status svg {
    display: none;
}

.catalog__list-product_wide .product-card__status {
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.9px;
}

.product-card__status_in_stock,
.catalog__list-product_wide .product-card__status_in_stock {
    color: #009442;
    color: var(--color-green, #009442);
}

.catalog__list-product_wide .product-card__status_in_stock svg {
    display: block;
}

.product-card__wrapper-price-status {
    margin-top: auto;
}

.catalog__list-product_wide .product-card__wrapper-price-status {
    width: 100%;
    max-width: 260px;
    padding-left: 30px;
    margin-left: 80px;
    margin-top: 0;
    border-left: 1px solid rgba(0,101,220,0.2);
    border-left: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
}

.catalog__list-product_wide .product-card__wrapper-price-status .product-card__price_discount,
.catalog__list-product_wide .product-card__wrapper-price-status .product-card__price[data-price-discount="Y"] {
    margin-top: 0;
}

.product-card__wrapper-price-status .product-card__header,
.product-card__wrapper-price-status .product-card__description {
    display: none;
}



.product-card__prompt {
    display: none;
}

.open + .product-card__prompt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    padding: 10px;
    border-radius: 6px;
    border-radius: var(--small-radius, 6px);
    background: #ffffff;
    background: var(--white-color, #ffffff);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
}

.catalog__list-product_wide .product-card__current-price .product-card__prompt svg {
    min-width: 11px;
    max-width: 11px;
    height: 11px;
    margin: 0;
}


@media (max-width: 1350px) {
    .catalog__list-product_wide .product-card {
        gap: 45px;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status {
        margin-left: auto;
    }
}

@media (max-width: 1150px) {
    .catalog__list-product_wide .product-card__wrapper-price-status {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .catalog__list-product_wide .product-card__header {
        display: none;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status .product-card__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5px;
        margin-bottom: 10px;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status .product-card__price {
        margin-top: 10px;
        gap: 5px;
    }

    .catalog__list-product_wide .product-card__old-price {
        margin: auto 0;
        font-size: 12px;
    }

    .catalog__list-product_wide .product-card__current-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5px;
        font-size: 16px;
    }

    .catalog__list-product_wide .product-card__discount {
        width: 40px;
        height: 20px;
        font-size: 12px;
    }

    .catalog__list-product_wide .product-card__footer-item {
        margin-top: 16px;
    }

    .catalog__list-product_wide .product-card {
        position: relative;
        padding: 20px 0;
        border: none;
        gap: 10px;
    }

    .catalog__list-product_wide .product-card:first-child::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 100vw;
        height: 1px;
        background-color: rgba(0, 101, 220, 0.2);
        background-color: var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    }

    .catalog__list-product_wide .subbanner + .product-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 100vw;
        height: 1px;
        background-color: rgba(0, 101, 220, 0.2);
        background-color: var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    }

    .catalog__list-product_wide .product-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -20px;
        width: 100vw;
        height: 1px;
        background-color: rgba(0, 101, 220, 0.2);
        background-color: var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    }

    .catalog__list-product_wide .product-card__wrapper-content {
        min-width: 120px;
        max-width: 150px;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status .product-card__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .catalog__list-product_wide .product-card__middle-block {
        display: none;
    }

    .catalog__list-product_wide .product-card__footer-item .product-card__wrapper-icons {
        display: none;
    }

    .catalog__list-product_wide .product-card__wrapper-content .product-card__wrapper-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        margin: 20px auto 0;
    }

    .catalog__list-product_wide .product-card__wrapper-content .product-card__wrapper-icons svg {
        width: 17px;
        height: 16px;
    }

    .catalog__list-product_wide .product-card__slider-img {
        height: 100px;
        margin-top: 0;
    }

    .catalog__list-product_wide .product-card__slider-img .swiper-pagination {
        width: 37%;
    }

    .catalog__list-product_wide .product-card__slider-img .swiper-pagination span.swiper-pagination-bullet {
        height: 1px;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status {
        max-width: 100%;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status {
        border-left: none;
    }

    .catalog__list-product_wide .product-card__current-price svg {
        display: inline;
        margin: auto 0;
    }
}

@media (max-width: 540px) {
    .catalog__list-product_wide .product-card__wrapper-price-status {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .catalog__list-product_wide .product-card__mark {
        width: 91px;
        height: 23px;
    }

    .catalog__list-product_wide .product-card__mark:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 360px) {
    .catalog__list-product_wide .product-card {
        gap: 0;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status .product-card__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* .reviews-block */
.reviews-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

.reviews-block__level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
}

.icon-star {
    margin: auto 0;
}

.reviews-block__number,
.reviews-block__quantity {
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
}

@media (max-width: 480px) {
    .reviews-block__number,
    .reviews-block__quantity {
        font-size: 10px;
    }
}

