 
 
.comparison__table-wrapper.mobile{
    display: none;
}

.comparison-table td{
    min-width: 185px;
    max-width: 185px;
}

.comparison-table th{
    min-width: 185px;
    max-width: 185px;
    width: 185px;
}
 
 @media (max-width: 600px) {

    .comparison__table-wrapper {
        display: none;
    }

    .comparison__table-wrapper.mobile{
        /* display: flex; */
        display: none;
    }

    .comparison-table th{
        font-size: 9px !important;
        padding: 6px 0 6px 0 !important;
    }
    .comparison-table td {
        font-size: 9px !important;
        padding: 6px 0 6px 6px !important;
    }

    .comparison-table {
        font-size: 11px !important;
    }

    .comparison_item{
        padding-left: 0 !important;

    }
    .feature{
        width: 60px;
    }

}


/* newTable */


.newTable{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    box-shadow: 0 5px 25px 0 #16233f14;

}

.newGrid{
    display: grid;
    grid-template-columns:  repeat(5, 1fr);
    gap: 20px;
    padding: 24px 0;
    padding-left: 20px;
    color: #fff;
    text-align: center;
    align-items: center;
    color: #5e686c;
    font-weight: 700;
    margin-bottom: 0;
    background-color: #fff;
    span{
        text-align: left;
    }
}
.newGrayBg{
    background-color: #f4f4f4;
}
.mainItemTitles{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 24px 10px;
    background-color: #2e2d32;
    
    color: #fff;
    text-align: center;
    align-items: center;
    font-weight: 700;
    span{
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
    }
}

.newTableItem img{
    width: 25px;
    height: 25px;
    align-self: center;
    justify-self: center;
}

.Xicon{
    width: 22px !important;
    height: 22px !important;
}


/* Очень маленькие экраны (мобильные) */
@media (max-width: 1205px) {
    .newTableItem{
        height: 98px;
    }
}


@media (max-width: 828px) {
    .newTableItem{
        span{
            font-size: 12px;
        }
    }
    .mainItemTitles{
        font-size: 14px;
    }
}


@media (max-width: 615px) {
    .newTableItem{
        height: 70px;
    }
    .newGrid{
        padding: 10px;
    }
    .mainItemTitles span{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}

@media (max-width: 500px) {
    .mainItemTitles span{
        font-size: 12px;
    }
    .newTableItem {
        height: 60px;
    }
    .newGrid{
        grid-template-columns: 1.6fr repeat(4, 0.6fr);
    }
    .newTableItem img{
        width: 20px;
        height: 20px;
    }
    .Xicon{
        width: 18px !important;
        height: 18px !important;
    }

    .home__bg{
        height: 50% !important;
    }

}


@media (max-width: 410px) {
    .wrapper .btn_orange{
        margin: 0 auto !important;
        display: block;
        width: fit-content;
    }
    .btn_orange{
        
        margin: 0 auto !important;
    }
    .mainItemTitles{
        grid-template-columns: 1.6fr repeat(4, 0.6fr);

        span{
            text-align: center;
            font-size: 8px;
        }
    }
    .newGrid{
        padding: 2px 10px;
    }
   .mainItemTitles span:first-child{
    font-size: 12px;
    text-align: left;
   }

   #we-fix .btn_orange{
    margin-top: 20px !important;
   }



}

