.cta {
    display: inline-block;
    font-family: Roboto-Condensed, sans-serif;
    font-size: 11px;
    line-height: 1.28571429;
    padding: .78571429em 3.5em .78571429em 2.5em !important;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #0082c3;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-color .45s ease .09s;
    transition: background-color .45s ease .09s;
    z-index: 1;
}

#rsp table.table-blue tbody tr td:first-child {
    width: 50% !important;
    box-sizing: border-box;
}

.row.msp-container {
    display: flex;
    justify-content: center;
}

.rsp .row table tr td {
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
}

.dkt-price.best-seller-block--price {
    float: right;
}

.dkt-price__cartridge {
    font-weight: bold;
    font-size: 25px;
}

@media(max-width: 991px) {
    .rsp .row table tr {
        text-align: center;
    }

    .rsp .row table tr td {
        padding: 0;
    }

    .dkt-price.best-seller-block--price {
        float: initial;
        display: flex;
        align-items: center;
    }

    .main-img-presta {
        max-width: 100%;
    }
}