.compare-contaiter {
    overflow-x:auto;
}
.compare-contaiter table{
    width: 100%;
}
.compare-contaiter td {
    height: 62px;
    vertical-align: middle;
    text-align: center;
    width: auto;
}
.compare-contaiter td.header-char {
    width: 240px;
    padding-left: 10px;
    text-align: left;
}
.compare-contaiter td.header-char .header-start{
    width: 200px;
}
.compare-contaiter td.header-char a{
    text-decoration: none;
    color: #2e2e2e;
}
.compare-contaiter .fixed {
    background: #fff;
    border-bottom: 1px solid #666;
}
.compare-contaiter .fixed + table {
    margin-top: 375px !important;
}

.compare-contaiter .headers {
    width: 260px;
    display:table-cell;
    vertical-align:top;
    position:relative;
}
.compare-contaiter .headers > div {
    margin-top:270px;
    width: 260px;
}
.compare-contaiter table {
    border-spacing: 0;
    border-collapse: collapse;
}
.compare-contaiter .headers .title {
    margin-bottom: 30px;
    color: #b02597;
    font-size: 24px;
    text-transform: uppercase;
}
.compare-contaiter .headers a {
    margin-right: 10px;
    color: #2e2e2e;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.compare-contaiter .headers a:hover {
    text-decoration: none;
    border-bottom: 0;
}
.compare-contaiter .headers a.active {
    cursor: default;
    padding: 7px 10px;
    background:#F7F5F4;
    border-bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.compare-contaiter .offer{
    position: relative;
    margin-right: 30px;
    width: 250px;
}
.compare-contaiter .offer > div a {
    display: block;
}
.compare-contaiter .offer table {
    border-spacing: 0;
    border-collapse: collapse;
}
.compare-contaiter .offer .thumb {
    vertical-align: middle;
    width: 250px;
    height: 250px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.compare-contaiter .offer .thumb img {
    max-width: 100%;
    max-height: 95%;
}
.compare-contaiter .offer .title {
    overflow: hidden;
    margin: 10px 0 10px 0;
    color: black;
    font-size: 16px;
    line-height:20px;
    text-decoration: underline;
}
.compare-contaiter .item-cost {
    margin-bottom: 10px;
    font-size:24px;
    font-family: Arial, sans-serif;
    color:#000;
    font-weight: bold;
}
.compare-contaiter tr.odd{
    background: #F0F0F0;
}
.compare-contaiter td.offer-cell{
    width: 280px;
}
.compare-contaiter td.compare-head-cell{
    vertical-align: top;
}
.compare-contaiter td.technology-desc{
    text-align: left;
}

.params-selector td{
    text-align: left;
}
.params-selector a{
    text-decoration: none;
    color: #888989;
    font-size: 14px;
    line-height: 16px;
    margin-right: 20px;
    border-bottom: 1px dashed #888989
}
.params-selector a.active{
    padding: 7px 10px;
    background: #F0F0F0;
    border-radius: 5px;
    border-bottom: none;
}
.params-selector a:hover
{
    color: #888989;
    border-bottom: none;
}
.compare-contaiter .offer > div a {
    display: block;
}
.items__remove {
    display: inline-block;
    vertical-align: top;
    zoom: 1 !ie;
    display: inline !ie;
    position: absolute;
    right: 0px;
    text-decoration: none;
}
.items__remove:before {
    content: "";
    background: url(/templates/default/images/remove-square.png) 0 0 no-repeat;
    width: 21px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    zoom: 1 !ie;
    display: inline !ie;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.items__remove:hover .items__remove-text {
    opacity: 1;
    text-indent: 0px;
    text-decoration: underline;
    color: #888989;
}
.items__remove-text {
    display: inline-block;
    vertical-align: top;
    zoom: 1 !ie;
    display: inline !ie;
    position: absolute;
    top: 0px;
    color: #888989;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 14px;
    line-height: 20px;
    text-indent: -60px;
    overflow: hidden;
    text-decoration: none;
}

.compare-contaiter tr.odd {
    background: #F0F0F0;
}

/*.compare-head-fix{
    display: none;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}*/





/*.compare-head-fix:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1rem;
    border-top: 1px solid #e6e6e6;
    background: linear-gradient(#e6e6e6,hsla(0,0%,100%,0));
}*/
.compare-head-fix .wrap{
    padding: 23px 0 0px;
    overflow: hidden;
}
.compare-head-fix .cost-line .header-char{
    visibility: hidden;
}
.compare-head-fix .offer .thumb{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.compare-head-fix .offer .title{
    font-size: 14px;
}
.compare-head-fix .catalog-compare-avail,
.compare-head-fix .catalog-compare-order{
    display: none;
}
.compare-head-fix td{
    height: auto;
}
.compare-head-fix .cost-item{
    font-size: 20px;
}
.compare-head-fix .header-char.price {
    width: 310px;
}