.second-scroll {
    margin-bottom: 10px;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.second-scroll__wrap {
    flex-basis: 100%;
    display: flex;
    justify-content: flex-end;
}

/* c-compare
------------------------------------------------------------------- */
.c-compare {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 70px 16px 0;
    background: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden auto;
}

@media screen and (max-width: 425px) {
    .c-compare {
        padding: 70px 0 0;
    }
}

.c-compare__top {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0 26px;
    border-bottom: 1px solid #dadada;
    background: #f3f3f3;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-compare__top__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-compare__top__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-compare__top__buttons > a {
    margin-left: 10px;
}

@media screen and (max-width: 768px){
    .c-compare__top__buttons .c-button {
        padding: 0;
        background: 0;
        color: #666;
        border-bottom: 1px dashed #666;
        border-radius: 0;
        font-size: 14px;
        line-height: 1;
        height: 25px;
    }

    .c-compare__top__buttons .c-button .icon {
        display: none;
    }

    .c-compare__top {
        height: 50px;
        padding: 0 20px 0 10px;
    }

    .c-compare__top select {
        height: 25px;
    }

}


.c-compare__top__buttons .icon {
    font-size: 12px;
    margin-top: -1px;
    margin-right: 5px;
}

.c-compare__left {
    position: relative;
    width: 45%;
    height: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.c-compare__right {
    min-width: 40%;
    max-width: 55%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    overflow: auto;
}

.c-compare__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-compare__item {
    overflow: hidden;
    min-width: 225px;
    max-width: 225px;
    min-height: 300px;
    max-height: 300px;
    margin: 0;
    margin-right: 10px;
}

.c-compare__img {
    height: 140px !important;
}

.c-compare__property {
    display: none;
}

.c-compare__table {
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.c-compare__table__left {
    position: absolute;
    top: 301px;
    left: 0;
    width: 100%;
}

.c-compare__table__left .c-compare__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-compare__table__left .c-compare__column {
    font-weight: 600;
    width: 100%;
    margin-top: 0;
    text-transform: uppercase;
}

.c-compare__table__right .c-compare__column {
    min-width: 225px;
    max-width: 225px;
    overflow: hidden;
}

.c-compare__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.c-compare__column {
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 35px;
    margin-top: 6px;
    margin-right: 10px;
    padding: 2px 10px;
    border-bottom: 1px solid #dadada;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-compare__remove {
    text-align: right;
}

.c-compare__remove:hover {
    color: #cd4449;
}


.c-compare__right .c-goods__right > * {
    margin-top: 0;
}

.c-compare .c-goods__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 65px;
}


.mg-compare-products .mg-tooltip .mg-tooltip-content {
    position: absolute;
    z-index: 111;
    text-align: left;
    padding: 5px 8px;
    border-radius: 5px;
    background: #fff;
    top: 100%;
    left: 10px;

    color: #000;
    font-size: 12px;
    line-height: 19px;
    box-shadow: 0 1px 23px 1px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    white-space: normal;
    width: 200px;
}

.mg-compare-products .mg-tooltip:hover .mg-tooltip-content {
    display: block !important;
}

.mg-compare-products .mg-tooltip:hover {
    color: #9e9999;
    border: 1px solid #9e9999;
}

.mg-compare-products .mg-tooltip {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    color: #1391c7;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #1391c7;
    cursor: pointer;
}

.c-compare__column {
    position: relative;
}

.mg-compare-fake-table-cell.with-tooltip .mg-tooltip {
    right: 5px;
    left: auto;
}

.mg-compare-fake-table-cell.with-tooltip .mg-tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.l-body_overflow_hidden {
    overflow: hidden;
}

.c-compare__right .c-goods__right > * {
    margin-top: 0;
}

.mg-compare-product .c-goods__price--old,
.mg-compare-product .c-goods__price--current {
    font-size: 16px;
}

@media screen and (max-width: 425px) {
    .c-compare__column {
        height: 45px;
    }

    .compare-text {
        font-size: 12px;
        max-width: 100%;
        overflow: hidden;
    }

    .c-goods__title {
        font-size: 15px;
    }

    .c-goods__price--current {
        font-size: 15px;
    }

    .c-compare__item {
        overflow: hidden;
        min-width: 185px;
        max-width: 185px;
        min-height: 280px;
        max-height: 280px;
    }

    .c-compare__table__left {
        top: 281px;
    }

    .c-compare__top__buttons > a {
        margin-left: 10px;
        margin-top: 0!important;
    }
}
