.mainAreaCompare {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 32px;
}

.inMainAreaCompare {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.breadcrumbs {
    display: flex;
    gap: 10px;
    align-items: center;
}

.itemBread {
    display: flex;
    gap: 1px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #E6E6E6;
    padding: 6px 8px 8px 8px;
    box-sizing: border-box;
}

.areaCompareCars {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.boxCompareTitle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
}

.titleCompare {
    color: #282828;
    font-family: "Montserrat Alternates";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
}

.btnToMoreCompany {
    color: #E55A21;
    text-align: right;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
    transition: 0.24s;
}

.btnToMoreCompany:hover {
    color: #f87e4e;
}

.maxAreaItemsCompare {
    max-width: 1240px;
    width: 100%;
    position: relative;

}

.boxMainAddedInfo {
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.boxCardsCompany {
    display: flex;
    overflow: hidden;

}

.inBoxCardsCompanyWrapper {
    display: flex;
    position: relative;
}

.itemCardCompare {

    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.topBoxInfoCompany {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.topLogoArea {
    display: flex;
    width: 100%;
    gap: 16px;
    align-items: center;
    justify-content: space-between;

}

.boxCompanyLogo {
    display: flex;
    gap: 16px;
    align-items: center;
}

.logoImgCompany {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 100px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.logoImgCompany img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nameCompanyCompare {
    color: #282828;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.24s;
}

.nameCompanyCompare:hover {
    color: #EA6129;
}

.removeBtnCompare {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.24s;
}

.removeBtnCompare:hover {
    transform: rotate(180deg);

}

.tagsCompany {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: wrap;
}

.itemTagCompany {
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    padding: 4px 16px 6px 16px;
    align-items: center;
    box-sizing: border-box;
    border-radius: 31px;
    background: linear-gradient(90deg, #0DA200 0%, #0B8600 100%);
}

.socialBtnsCompany {

    display: flex;
    padding: 8px 4px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 8px;
    gap: 4px;
}

.btnCompanyMore {
    display: flex;
    padding: 8px 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex: 1 0 0;
    border-radius: 8px;
}

.siteBtn {
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.siteBtn:hover {
    background: linear-gradient(90deg, #f3885d 0%, #f76e33 100%);
}

.tgBtn {
    background: linear-gradient(91deg, #2EA5DE 6.14%, #0B78B2 88.49%);
}

.tgBtn:hover {
    background: linear-gradient(91deg, #5bc6f8 6.14%, #2ba4e6 88.49%);
}

.waBtn {
    background: linear-gradient(91deg, #6EEA78 6.14%, #46CA4F 88.49%);
}

.waBtn:hover {
    background: linear-gradient(91deg, #90f799 6.14%, #5de666 88.49%);
}

.maxBtn {
    background: linear-gradient(91deg, #5451F6 6.14%, #8371E1 88.49%);
}

.maxBtn:hover {
    background: linear-gradient(91deg, #6d6af8 6.14%, #a08dfd 88.49%);
}

.infoBoxCompany {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.titleInfoBox {
    color: #282828;
    font-family: "Montserrat Alternates";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.boxItemsInfoCompany {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.itemInfoCompany {
    display: flex;
    gap: 4px;
    width: 100%;
}

.paramText {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    flex-shrink: 0;
}

.valueText {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ratingBoxInfo {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.topBlockRating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemRatingBtn {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #DADADA;
    background: #FFF;
    height: 44px;
    padding: 10px 4px 10px 0;
    box-sizing: border-box;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10);
}

.logoRating {
    display: flex;
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.logoRating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.valueRatingCompnay {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottomBlockRating {
    display: flex;
    gap: 8px;
}

.blockReviewsParams {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 12px 0 24px;
    margin: 0;
}

.blockReviewsParams li {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.mainTextDescCompare {
    color: #4D4D4D;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.leftPagCompare {
    position: absolute;
    top: 35%;
    left: -24px;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #F56023;
    cursor: pointer;
    z-index: 999;
}

.leftPagCompare:hover {
    background: #ff7e4b;
}

.rightPartCompare {
    position: absolute;
    top: 35%;
    right: -24px;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #F56023;
    cursor: pointer;
    z-index: 999;
}

.swiper-button-disabled {
    display: none;
}

.rightPartCompare:hover {
    background: #ff7e4b;
}

.compare-empty-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    gap: 24px;
    min-height: 500px;
}

.compare-empty-new__title {
    color: #282828;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: clamp(28px, 3vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.compare-empty-new__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #F56023;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

    text-decoration: none;
    min-width: 320px;
}

.compare-empty-new__btn:hover {
    opacity: .92;
}

.compare-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.compare-state-title {
    font-size: 22px;
    font-weight: 600;
    color: #282828;
    text-align: center;
    font-family: "Montserrat";
}

.compare-state-subtitle {
    font-size: 14px;
    color: #777;
    font-family: "Montserrat";
}

/* Анимация */
.compare-spinner {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 4px solid #eee;
    border-top: 4px solid #E25B2D;
    animation: compareSpin 0.8s linear infinite;
}

.compare-error-state {
    gap: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-error-icon {
    font-size: 40px;
    color: #E25B2D;
    font-family: "Montserrat";
}

.compare-retry-btn {
    padding: 12px 26px;
    border-radius: 8px;
    background: #E25B2D;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

.compare-retry-btn:hover {
    opacity: .9;
}

@keyframes compareSpin {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1320px) {
    .rightPartCompare {
        right: 12px;
    }

    .leftPagCompare {
        left: 12px;
    }
}


@media screen and (max-width: 1260px) {
    .mainAreaCompare {
        padding: 0 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 900px) {
    .boxCompareTitle {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 4px;
        align-items: flex-start;
        flex-direction: column;
    }

    .boxCompanyLogo {
        gap: 4px;
    }

    .rightPartCompare {
        right: 0px;
    }

    .leftPagCompare {
        left: 0px;
    }

}

@media screen and (max-width:580px) {
    .breadcrumbs {
        flex-direction: column;
        gap: 4px;
    }

    .itemBread {
        width: 100%;
    }

    .titleCompare {
        font-size: 28px;
        line-height: normal;
    }
}