.compare .tabs {
    background-color: #eee;
}
.compare .tabs .tab {
    color: #fff;
    font-weight: 600;
    background-color: #365164;
    border-right: 1px solid #365164;
    padding: 12px 20px;
}
.compare .tabs .tab:last-child {
    border: 0;
}
.compare .tabs .tab.active, .compare .tabs .tab:hover {
    color: #ff6200;
    background-color: #eee;
}
.compare .tabs .tab:not(.active):hover {
    cursor: pointer;
    transition: all .3s ease;
}


.compare .panels {
    padding: 20px 0;
}
.compare .panels table thead {
    margin: 0 0 25px;
}
.compare .panels table thead td {
    padding: 5px 10px;
}
.compare .panels table thead td a {
    border-bottom: 1px solid transparent;
}

.compare .panels table thead td button {
    border: 0;
    padding: 0;
    margin: 0 0 10px;
}
.compare .panels table thead td button span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #365164;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    transition: .5s;
    cursor: pointer;
}
.compare .panels table thead td .order_btns {
    margin: 0px 0 10px 15px;
    padding: 8px 0;
}
.compare .panels table thead td .order_btns .icon_wrap {
    display: block;
    width: 20px;
    height: 20px;
    transition: all .3s ease;
}
.compare .panels table thead td .order_btns .delay .icon_wrap {
    background: url('/bitrix/templates/orange/images/catalog/icon_delay_color.svg') no-repeat 0 0 transparent;
}
.compare .panels table thead td .order_btns .delay .icon_wrap:hover {
    background: url('/bitrix/templates/orange/images/catalog/icon_delay.svg') no-repeat 0 0 transparent;
    cursor: pointer;
}
.compare .panels table thead td .order_btns .delay.putaside_success .icon_wrap {
    background: url('/bitrix/templates/orange/images/catalog/icon_delay.svg') no-repeat 0 0 transparent;
    cursor: default;
}

.compare .panels table thead td.compare-prop {
    background-color: #fff;
}
.compare .panels table thead tr:nth-child(3) td.compare-prop, .compare .panels table thead tr:nth-child(4) td.compare-prop {
    color: #365164;
    font-weight: 600;
    border-left: 3px solid #365164;
    padding: 5px 10px 5px 20px;
}
.compare .panels table thead td .item-price {
    color: #365164;
    font-weight: 600;
}

.compare .panels table tbody td {
    color: #666;
}
.compare .panels table tbody td.compare-prop {
    color: #365164;
    font-weight: 600;
    background-color: #fff;
    border-left: 3px solid #365164;
}
.compare .panels table tbody td .bordered_item {
    padding: 8px 10px;
    border-top: 1px solid #eee;
}
.compare .panels table tbody tr:first-child td .bordered_item {
    border-top: 1px solid transparent;
}
.compare .panels table tbody td.compare-prop .bordered_item {
    padding: 8px 10px 8px 20px;
}


.compare.content_block ul li {
    text-align: left;
}
.compare .empty_compare {
    color: #e83434;
    font-weight: 600;
    border-left: 5px solid #e83434;
    padding: 5px 0 5px 20px;
}


/* @Media */

@media only screen and (max-width: 767.5px) {
    .compare .panels table thead td button span img {
        display: none;
    }
    .compare .panels table thead td button span span {
        padding: 5px 0;
    }

    
    .compare .panels table td {
        font-size: 14px;
    }

    .compare .panels table thead td, .compare .panels table tbody td,
    .compare .panels table thead td.compare-prop, .compare .panels table tbody td.compare-prop {
        width: 150px;
        min-width: 150px;
    }

    .compare .panels table tbody td .bordered_item {
        padding: 5px 10px;
    }
    .compare .panels table tbody td.compare-prop .bordered_item {
        padding: 5px 10px 5px 20px;
    }
}


@media only screen and (max-width: 399.5px) {
    .compare .tabs .tab {
        display: block;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #365164;
    }
}