.compare-container {
    font-size: 13px;
    color: #101312;
}

.compare-container h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
}

.compare-block {
    position: relative;
}

.compare-block-left {
    float: left;
    width: 22%;
}

.compare-block-right {
    margin-left: 27%;
    overflow-x: auto;
    font-size: 0;
    white-space: nowrap;
    position: relative;
}

.compare-list-spin {
    position: absolute;
    top: 99px;
    font-size: 32px;
    color: #616161;
    text-decoration: none;
}
.compare-list-prev {
    left: 288px;
    margin-left: -16px;
}
.compare-list-next {
    right: 0;
    margin-right: -17px;
}

.compare-block-right-item {
    display: inline-block;
    margin-right: 14px;
    font-size: 13px;
    overflow: hidden;
    width: 205px;
}
.compare-block-right-item:last-child {
    margin-right: 0;
}

.compare-item-image {
    background-position: center;
    background-size: cover;
    border-radius: 2px;
    overflow: hidden;
    width: 205px;
    max-width: 100%;
    position: relative;
    display: block;
}

.compare-item-image img{
    max-width: 100%;
}

.compare__item{
    position: relative;
}
/* close button */
.compare__item .compare-item-close {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    display: inline-block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background: rgba(0,0,0,.8);
    float: right;
    cursor: pointer;
}
.compare__item .compare-item-close:hover {
    /* background: #000; */
}
.compare__item .compare-item-close:hover::before,
.compare__item .compare-item-close:hover::after {
    /* background: #fff; */
}
.compare__item .compare-item-close::before,
.compare__item .compare-item-close::after {
    content: '';
    position: absolute;
    height: 1pt;
    width: calc(100% - 10px);
    left: 5px;
    top: 50%;
    margin-top: -1px;
    background: #fff;
}
.compare__item .compare-item-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.compare__item .compare-item-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.compare-item-title {
    padding: 10px 0;
}

.compare-container {
    position: relative;
}
.compare-container-block {
    width: calc(100% - 288px);
    margin-left: 288px;
    overflow-y: visible;
    overflow-x: auto;
}

.compare-list-spin.disabled {
    user-events: none;
    cursor: default;
    opacity: .4;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    margin: 0 0 16px 0;
    padding: 0;
}

table tr td {
    width: 200px;
    padding-right: 20px;
    color: #101312;
}
table tr td p {
    padding: 0;
    margin: 12px 0 0 0;
}

table tr td:first-child {
    position: absolute;
    width: 300px;
    left: 0;
    padding-right: 0;
}
table tr td:last-child {
    padding-right: 0;
}

table tr.title td {
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 1px #e4e4e4;
    padding: 16px 0 6px 0;
}

table tr:first-child td:first-child {
    padding-right: 60px;
}

.compare-item-contacts {
    height: 60px;
}

.compare-item-contacts p {
    margin: 0 0 8px 0;
    padding: 0;
}

.compare-item-contacts p:first-child {
    font-weight: 600;
    font-size: 16px;
}

.compare-item-contacts p:last-child {
    color: #797979;
}

.show-contact-inline {
    outline: 0;
    padding: 6px 0;
    margin: 0;
    display: block;
    width: 100%;
    border: solid 1px #cfcfcf;
    border-radius: 2px;
    color: #7a7a7a;
    background: transparent;
}
.show-contact-inline:hover {
    border: solid 1px #ec9c07;
    color: #ec9c07;
}

.compare-diff-select {
    margin-top: 20px;
}
.compare-block-clear {
    margin-bottom: 10px;
}
.compare-block-clear a {
    font-size: 12px;
}

