.whyBis.pricePage {
    margin-top: 90px;
}

.priceTable {
    border-spacing: 2px !important;
    border-collapse: separate;
}

.priceTable tr:first-child, .priceTable tr:nth-child(2), .priceTable tr:nth-child(3) {
    height: 90px;
}

.priceTable td, .priceTable th {
    background-color: #ffffff;
    vertical-align: middle;
}

.priceTable td img {
    display: block;
    margin: 0 auto;
}

.priceTable td.transparent, .priceTable th.transparent {
    background-color: transparent;
}

.moduleTitle {
    font-size: 20px;
    font-weight: 600;
}

.subModule {
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
}

.price {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

rub {
    font-family: 'Roboto';
}

@media (max-width: 767px) {

    .whyBis.pricePage {
        margin-top: 40px;
    }

}