body {
    overflow: unset !important;
}
.max-w-c {
    flex: 0 0 197px;
    margin-right: 32px;
}
.logo-com {
    width: 136px;
    height: 136px;
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 1px #EFF1F5 solid;
    justify-content: flex-start;
    gap: 10px;
}
.logo-com img {
    width: 120px;
}
.cp-unset {
    padding-left: unset !important;
    padding-right: unset !important;
}
.delete-compare {
    height: 136px;
    padding-left: 23px;
    padding-top: 13px;
    cursor: pointer;
}
span.sss {
    font-size: 12px;
}
.compare__name-com {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}
.compare__grade.max-w-c {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.compare__grade.max-w-c {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.compare__verified {
    border-radius: 3px;
    border: 1px #EFF1F5 solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.compare__chars.excellent { /*excellent good bad*/
    color: #468847;
    background: #DFF0D8;
    border: 1px #D6E9C6 solid;
}
.compare__chars.good {
    color: #BF7D0A;
    background: #FCF8E3;
    border: 1px #FAE3B4 solid;
}
.compare__chars.bad {
    color: #E83333;
    background: #FFEEEE;
    border: 1px #FFD4D4 solid;
}

.compare__chars {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
    height: 40px;
}
.compare__prop-sub-head {
    margin-bottom: 24px;
    margin-top: 24px;
}
.compare__count-violations {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: rgba(184, 194, 205, 0.30);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    margin-right: 8px;
}
.c__blue {
    color: #0CA9E3;
}
.c__green {
    color: #84BC29;
}
.c__yellow {
    color: #F38B04;
}
.c__red {
    color: #DC130D;
}

.c__blue i, .c__green i, .c__yellow i, .c__red i {
    color: #BBBBBB;
}
.compare__chars.fix-size {
    width: 79px;
}
.col-md-12 {
    float: left;
}
.compare__block_stars {
    color: #F8D40E;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
}
.compare__text_h_s {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
}
.compare__text_h_m, .compare__text_h_m a {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
}
.compare__text_h_b {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}
span.compare__value_prop {
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 8px;
}
.price_head {
    color: #333333;
}
.compare__prop-value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hr {
    width: 100%;
    border: 0.5px #EEEEEE solid;
    margin-top: 32px;
}
.compare__grade-head, .compare__reliability-head, .compare__prop-head {
    margin-bottom: 24px;
    margin-top: 32px;
}
.compare-main {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
}
.compare__l-scroll, .compare__r-scroll {
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    background: #2B7DE0;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    height: 32px;
}
.compare__company_logo.c-head.max-w-c {
    padding-top: 48px;
}
.col-md-6.compare__scroll_button {
    display: flex;
    justify-content: flex-end;
}
.compare__r-scroll {
    margin-left: 8px;
}
.compare__offer {
    justify-content: space-between !important;
    margin-top: 32px !important;
    margin-bottom: 32px !important;

    width: calc(100% - 10px) !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.compare__text-offer {
    display: flex;
    align-items: center;
}
.compare_sticky {
    position: sticky;
    top: 0;
    padding-bottom: 32px;
    background-color: #ffffff;
    z-index: 100;
}


@media (max-width: 820px) {
    .row.c__row {
        margin-right: unset !important;
        margin-left: unset !important;
    }
    .col-md-12 {
        float: unset !important;
    }
    .max-w-c {
        flex: 0 0 160px;
        margin-right: 32px;
    }
    .col-md-8.compare__logo_com {
        width: 80px;
        height: 80px;
    }
    .logo-com {
        width: 80px !important;
        height: 80px !important;
    }
    .logo-com img {
        width: 62px !important;
    }
    .c-head > .row {
        display: flex;
        flex-wrap: wrap;
    }
    .compare__text_h_m {
        font-size: 13px !important;
    }
    .delete-compare {
        height: 80px;
    }
    .hr {
        margin-top: 0px !important;
    }
    .compare_sticky {
        padding-bottom: 16px !important;
    }
    .col-md-12.col-sm-12.col-xs-12.content-md {
        padding-left: unset !important;
        padding-right: unset !important;
    }
}
@media (max-width: 375px) {
    .compare__text-offer {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .button-offer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 100%;
    }
    .row.c__row {
        margin-right: unset !important;
        margin-left: unset !important;
    }
    .col-md-12.col-sm-12.col-xs-12.content-md {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    .compare-main {
        margin-left: -16px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin-right: -16px !important;
    }
}