.fixed-wrapper-compare-header .product-card__header,
.fixed-wrapper-compare-header .swiper-pagination,
.fixed-wrapper-compare-header .reviews-block,
.fixed-wrapper-compare-header .product-card__sku,
.fixed-wrapper-compare-header .product-card__old-price,
.fixed-wrapper-compare-header .product-card__discount {
    display: none !important;
}

.fixed-wrapper-compare-header .product-card__slider-img,
.fixed-wrapper-compare-header .product-card__wrapper-img,
.fixed-wrapper-compare-header .product-card__price {
    margin: 0 auto 0 0 !important;
}


.compare {
    margin-top: 50px;
}

.compare-types-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
}

.compare-types-list button {
    font-size: 16px;
}

.compare-types-list button:hover,
.compare-types-list button.select {
    color: #ffffff;
    color: var(--white-color, #ffffff);
    background: #37474F;
    background: var(--main-color, #37474F);
}

.compare-types-list button:hover path,
.compare-types-list button.select path {
    stroke: #ffffff;
    stroke: var(--white-color, #ffffff);
}

.compare-add-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    height: 100%;
    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;
    cursor: pointer;
}

.compare-add-product button {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
}

.compare-add-product button:hover {
    background-color: #F2F3F5;
    background-color: var(--dark-white-color, #F2F3F5);
}

.compare-add-product_title {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
}

.fixed-wrapper-compare-header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.3s, z-index 0.3s;
    transition: opacity 0.3s, z-index 0.3s;
}

.fixed-wrapper-compare-header.hidden {
    z-index: -10;
    opacity: 0;
    -webkit-transition: opacity 0.3s, z-index 0.3s;
    transition: opacity 0.3s, z-index 0.3s;
}

.fixed-wrapper-compare-header.hidden_freeze {
    z-index: -10;
    opacity: 0;
    -webkit-transition: opacity 0.3s, z-index 0.3s;
    transition: opacity 0.3s, z-index 0.3s;
}

.fixed-wrapper-compare-header .product-card__wrapper-img {
    width: 81px;
    height: 59px;
}

.fixed-wrapper-compare-header .product-card__wrapper-img img {
    width: 100%;
    height: 100%;
}

.compare-header {
    position: relative;
}

.compare-header .additional-button-clear {
    position: absolute;
    left: 0;
    top: 0;
}

.compare-list-product {
    position: relative;
    min-width: 0;
    margin-left: 260px;
}

.compare-list-product div.swiper-navigation {
    width: calc(100% + 40px);
    left: -20px;
    top: 0;
    bottom: 90px;
}

.compare-details h3 {
    color: #37474F;
    color: var(--main-color, #37474F);
}

.compare-details__wrapper-content {
    position: relative;
    margin-top: 24px;
}

.compare-details__list {
    margin-left: 292px;
    min-width: 0;
}

.compare-details__item {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 30px;
    line-height: 20.8px;
    border-top: 1px solid rgba(0, 101, 220, 0.2);
    border-top: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.compare-details__item .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: 10px;
}

.compare-details__item:last-child {
    border-bottom: 1px solid rgba(0, 101, 220, 0.2);
    border-bottom: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
}

.compare-details__names-rows {
    position: absolute;
    top: 0;
    left: 0;
}

.compare-details__names-rows .compare-details__item {
    padding-right: 80px;
}

.compare-details__item .reviews-block__number,
.compare-details__item .reviews-block__quantity {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-size: 16px;
}

.compare-detail-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.compare-detail-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
}

.compare-detail-card ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
}

.compare-detail-card ul li span:last-child {
    color: #78909C;
    color: var(--grey-color, #78909C);
}

.compare-detail-card__list-delivery {
    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;
}

.compare-detail-card__list-delivery div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 100%;
    border-radius: 6px;
    border-radius: var(--small-radius, 6px);
    background-color: #F2F3F5;
    background-color: var(--dark-white-color, #F2F3F5);
}

.compare-detail-card__list-delivery span {
    margin: auto;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 1580px) {
    .compare-list-product .product-card__mark {
        font-size: 10px;
    }
}

@media (max-width: 1440px) {
    .compare-list-product .product-card__mark_small {
        display: none;
    }

    .compare-details__names-rows .compare-details__item {
        padding-right: 30px;
    }

    .compare-list-product {
        margin-left: 230px;
    }

    .compare-details__list {
        margin-left: 242px;
    }
}

@media (max-width: 1150px) {
    .compare-details__item .reviews-block__number,
    .compare-details__item .reviews-block__quantity {
        font-size: 14px;
        white-space: nowrap;
    }

    .compare-details__item .reviews-block {
        gap: 3px;
    }
}

@media (max-width: 1100px) {
    .compare-list-product {
        margin-left: 200px;
    }
}


@media (max-width: 1024px) {
    .compare-list-product {
        margin-left: 70px;
    }

    .compare-header {
        gap: 100px;
    }
}

@media (max-width: 992px) {
    .compare-types-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .compare-details__list .product-card__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .compare-list-product {
        margin: 0 50px;
    }

    .compare-list-product div.swiper-navigation {
        bottom: 105px;
    }
}


@media (max-width: 768px) {
    .compare-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .compare-header .additional-button-clear {
        position: static;
        margin-bottom: 20px;
    }

    .compare-types-list {
        gap: 5px;
    }

    .compare-types-list button {
        font-size: 12px;
    }

    .compare-details__item {
        padding: 15px;
        font-size: 12px;
        line-height: 12px;
    }

    .compare-details__names-rows .compare-details__item {
        padding-right: 15px;
    }

    .compare-details__item .reviews-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .compare-list-product div.swiper-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .compare-list-product {
        margin: 0 15px;
    }

    .compare-detail-card ul li {
        font-size: 14px;
    }

    .compare {
        margin-top: 40px;
    }

    .compare-details__item .product-card__status svg {
        display: none;
    }

    .compare-details__names-rows {
        max-width: 120px;
    }

    .compare-details__list {
        margin-left: 120px;
    }

}

@media (max-width: 480px) {
    .compare-details__item .product-card__mark:not(:first-child) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .compare-details__item .product-card__mark {
        font-size: 10px;
    }
}