.section__compare-subtitle{
    width:40%;
    margin: calc(20px + 20 * ((100vw - 320px)/ 1120)) auto;
    text-align: center;
}

.section__compare-title{
    font-weight: 600;
    text-align: center;
    width: 100%;
        margin: calc(20px + 20 * ((100vw - 320px)/ 1120)) auto;
}
.compare__table-arrow{
    width:40%;
    text-align:center
}
.compare__table{
    width: 100%;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 25px;
}
.animate__animated{
    -webkit-animation-duration:1s;animation-duration:1s;
    -webkit-animation-duration:var(--animate-duration);
    animation-duration:var(--animate-duration);
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.animate__fadeInUp{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0)}to{opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)}
}
.compare__item{
    min-height:calc(25px + 25 * ((100vw - 320px)/ 1120));
    padding:10px 15px;
    border:1px solid #000;border-collapse:collapse;
    display:flex;-webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-align:center;
    min-width:250px;
    position:relative
}
.compare__item--title{
    font-weight:500;
    border:3px solid #fff;color:#fff;padding:8px 15px;
    margin-bottom:3px;
    min-height:unset;
    border-collapse:unset
}
.compare__item--even{
    background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(rgba(238,238,238,0)));
    background:-o-linear-gradient(top,#eee 0,rgba(238,238,238,0) 100%);
    background:linear-gradient(180deg,#eee 0,rgba(238,238,238,0) 100%)}
.compare__item--even:nth-child(11),.compare__item--even:nth-child(17),.compare__item--even:nth-child(19),.compare__item--even:nth-child(25),.compare__item--even:nth-child(27),.compare__item--even:nth-child(9),.compare__item--odd:nth-child(10),.compare__item--odd:nth-child(12),.compare__item--odd:nth-child(18),.compare__item--odd:nth-child(20),.compare__item--odd:nth-child(26),.compare__item--odd:nth-child(28){background:0 
    
}

.compare__item--odd{
    background:-webkit-gradient(linear,left top,left bottom,from(#ffd3c5),to(rgba(255,211,197,0)));
    background:-o-linear-gradient(top,#ffd3c5 0,rgba(255,211,197,0) 100%);
    background:linear-gradient(180deg,#ffd3c5 0,rgba(255,211,197,0) 100%)
}

.section__compare {
    padding-bottom: calc(((100vw - 320px) / 1120));
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(rgba(245, 245, 245, 0)));
    background: -o-linear-gradient(top, #f5f5f5 0, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(180deg, #f5f5f5 0, rgba(245, 245, 245, 0) 100%);
    padding-top: 5px;
}


.compare__item-label {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.compare__table::-webkit-scrollbar {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background: #c4c4c4;
}
.compare__table::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #fd531b;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.compare__table::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: #878686;
}
.compare__item,
.compare__item-label {
    display: -webkit-box;
    display: -ms-flexbox;
}

.compare__item {
    min-height: calc(25px + 25 * ((100vw - 320px) / 1120));
    padding: 10px 15px;
    border: 1px solid #000;
    border-collapse: collapse;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-width: 250px;
    position: relative;
}
.compare__item--title {
    font-weight: 500;
    border: 3px solid #fff;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 3px;
    min-height: unset;
    border-collapse: unset;
}
.compare__item:nth-child(1),
.compare__item:nth-child(2) .compare__item-label,
.compare__item:nth-child(4) .compare__item-label {
    background: #000;
}
.compare__item:nth-child(1) .compare__item-label,
.compare__item:nth-child(2),
.compare__item:nth-child(4),
.mounting__content-item.--active::before {
    background: #e80303;
}
.compare__item:nth-child(3) {
    background: #8c8c8c;
}
.compare__item:nth-child(3) .compare__item-label {
    background: #000;
}
.compare__item:nth-child(2) .compare__item-label,
.si-has-border .si-pointer-bg-top,
.si-has-border .si-pointer-border-top {
    display: none;
}
.compare__item-label {
    display: flex;
    position: absolute;
    padding: 2px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    top: 50%;
    right: calc(10px + 10 * ((100vw - 320px) / 1120));
    transform: translate(0, -50%);
    font-size: 12px;
}
.compare__item--even,
.compare__item--even:nth-child(13),
.compare__item--even:nth-child(21),
.compare__item--even:nth-child(29),
.compare__item--even:nth-child(5) {
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(rgba(238, 238, 238, 0)));
    background: -o-linear-gradient(top, #eee 0, rgba(238, 238, 238, 0) 100%);
    background: linear-gradient(180deg, #eee 0, rgba(238, 238, 238, 0) 100%);
}
.compare__item--even:nth-child(11),
.compare__item--even:nth-child(17),
.compare__item--even:nth-child(19),
.compare__item--even:nth-child(25),
.compare__item--even:nth-child(27),
.compare__item--even:nth-child(9),
.compare__item--odd:nth-child(10),
.compare__item--odd:nth-child(12),
.compare__item--odd:nth-child(18),
.compare__item--odd:nth-child(20),
.compare__item--odd:nth-child(26),
.compare__item--odd:nth-child(28) {
    background: 0 0;
}
.compare__item--odd {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd3c5), to(rgba(255, 211, 197, 0)));
    background: -o-linear-gradient(top, #ffd3c5 0, rgba(232, 211, 197, 0) 100%);
    background: linear-gradient(180deg, rgb(232 4 3 / 25%), rgba(255, 211, 197, 0) 100%);
}
.compare__item-icon {
    width: 28px;
    height: 28px;
    position: absolute;
    left: calc(10px + 10 * ((100vw - 320px) / 1120));
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.compare__item-icon svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 2560px) {
.section__compare{
    padding-bottom: 80px;
}  
.compare__item {
    min-height: 50px;
}
.compare__item-label {
    right: 20px;
}
.compare__item-icon {
    left: 20px;
}  
}

@media only screen and (max-width: 800px) {
    .compare__table {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .section__compare-subtitle {
        width: 100%;
    }
    .compare__table-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .section__compare {
        padding-bottom: calc(40px + 25 * ((100vw - 320px) / 1120));
    }  
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) and (min-width: 2560px) {
    .section__compare {
        padding-bottom: 65px;
    }
}











