.providers-logo{
    display: flex;
    flex-wrap: wrap;
}

.providers-logo .logo-row{
    width: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.providers-logo .logo-row img{
    max-width: 89px;
    width: 100%;
}

#block-providers-comparison{
    position: relative;
    overflow: hidden;
    max-width: 100%;
    outline: none;
    background: #FFFFFF;
    box-shadow: 0px -7px 15px rgba(0, 0, 0, 0.07), 0px 7px 15px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    padding-bottom: 16px;
    margin-bottom: 60px;
    margin-top: 24px;
}

.block-providers-comparison {
    overflow-x: scroll;
    padding-bottom: 15px;
}

.block-providers-comparison:active {
    cursor: grabbing;
}

.block-providers-comparison::-webkit-scrollbar {
    width: 9px;
}

.block-providers-comparison::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.block-providers-comparison::-webkit-scrollbar-thumb {
    background: #397fbc;
    border-radius: 100px;
}


.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    width: 738px;
    margin-left: 16px;
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #E7E7E8;
    border-radius: 20px;
    height: 9px !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    background: #397FBC;
    border-radius: 100px;
    height: 9px !important;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container{
    margin-bottom: 25px;
}

.providers-logo .logo-row.first{
    width: 187px;
}

.providers-features{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.providers-features .features-row{
    width: 107px;
    height: 68px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.features-row.features-title{
    width: 187px;
    font-weight: 500;
    font-size: 16px;
    color: #001318;
    line-height: 22px;
    padding: 12px 16px;
    height: 68px;
    display: flex;
    align-items: center;
    font-size: 0px;
    opacity: 0;
}

.providers-features .features-row.features-data{
    justify-content: center;
    color: #606060;
    font-weight: 500;
    font-size: 14px;
}

.providers-features .features-row.features-data .yes-features{
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='8.98014' cy='8.00195' rx='7.99967' ry='8' fill='%2363C55F'/%3E%3Cpath d='M5.66016 7.50195L8.66003 10.502L13.1598 5.00195' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.providers-features-group:last-child{
    border-right: none;
}

.fixed-group{
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}

.fixed-group .features-row.features-title{
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    background: #ffffff;
    font-size: 16px;
    opacity: 1;
}

.fixed-group .features-row.features-title.first{
    height: 60px;
}
@media (max-width: 1200px) {
    .mCSB_scrollTools.mCSB_scrollTools_horizontal{
        width: calc(100% - 32px);
    }
}
