﻿.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #c4d3f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.table {
    width: 100%;
    display: table;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .table {
        display: block;
    }
}

.row {
    display: table-row;
    background: #fff;
}

    .row.header {
        color: #ffffff;
        background: #4d0b44;
        text-align: inherit !important;
    }

@media screen and (max-width: 768px) {
    .row {
        display: block;
    }

        .row.header {
            padding: 0;
            height: 0px;
        }

            .row.header .cell {
                display: none;
            }

        .row .cell:before {
            font-family: Poppins-Bold;
            font-size: 12px;
            color: #808080;
            line-height: 1.2;
            text-transform: uppercase;
            font-weight: unset !important;
            margin-bottom: 13px;
            content: attr(data-title);
            min-width: 98px;
            display: block;
        }
}

.cell {
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .cell {
        display: block;
    }
}

.row .cell {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    font-weight: unset !important;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #f2f2f2;
}

.hideCell {

    border-top: 1px solid #FFFFFF !important;
    /*color: #FFFFFF !important;*/
}
.hideCell span {
    display: none;
}
/*.hideCell:hover {
        color: #ececff !important;
        cursor: pointer;

}*/

.row.header .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset !important;
    padding-top: 19px;
    padding-bottom: 19px;
}

.row .cell:nth-child(1) {
    width: 200px;
    padding-left: 20px;
}

.row .cell:nth-child(2) {
    width: 210px;
}

.row .cell:nth-child(3) {
    width: 250px;
}

.row .cell:nth-child(4) {
    width: 150px;
}
.row .cell:nth-child(5) {
    width: 150px;
}

.row .cell:nth-child(6) {
    width: 190px;
}



.table, .row {
    width: 100% !important;
}

    /*.row:hover {
        background-color: #ececff;
        cursor: pointer;

    }*/

@media (max-width: 768px) {
    .row {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 18px;
        padding-top: 30px;
        padding-right: 15px;
        margin: 0;
    }

    .hideCell {
        border-top: 1px solid #f2f2f2 !important;
        color: #666666 !important;
    }

    .hideCell span {
        display: block;
    }

        .row .cell {
            border: none;
            padding-left: 30px;
            padding-top: 16px;
            padding-bottom: 16px;
        }

            .row .cell:nth-child(1) {
                padding-left: 30px;
            }

        .row .cell {
            font-family: Poppins-Regular;
            font-size: 18px;
            color: #555555;
            line-height: 1.2;
            font-weight: unset !important;
        }

    .table, .row, .cell {
        width: 100% !important;
    }
}
