/*div.tariffCard .oldPrice+.price
{
    margin-top: 0px;
}
.siteSection .serviceFeatures
{
    margin-top: 0px;
}
.users .selectric .label
{
    font-size: 30px;
    line-height: 37px;
    margin:0px;
    font-weight: normal;
    width: 100px;
    text-align: center;
    display: block;
}
.users.priceSelectWrapper .selectric-wrapper
{
    width: 140px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}
.users.priceSelectWrapper .selectric-wrapper .selectric
{

}
.tariffCard .row.row-empty
{
    border-bottom: none;
    height: 52.39px;
}
div.tariffCard .button
{
    margin: 0px;
}

.tariffCard.type3 .priceInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 30px;
    height: 233px;
    min-height: 140px;
}
 */
.price-info-content
{
    position: relative;
}
.tariffCard  .price-info-content .oldPrice
{
    /*margin-top: -25px;*/
}
.tariffCard .price-info-content .oldPrice+.price
{
    margin-top: 3px;
}
.users .selectric .label
{
    font-size: 30px;
    line-height: 37px;
    margin:0px;
    font-weight: normal;
    width: 100px;
    text-align: center;
    display: block;
}
.users.priceSelectWrapper .selectric-wrapper
{
    width: 140px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}
div.tariffCard .selectric .button
{
    margin: 0px;
}
div.tariffCard .users
{
    margin-bottom: 5px;
}
.tariffCard .row.row-empty
{
    border-bottom: none;
    height: 52.39px;
}
.siteSection .tariffTable {
    margin-top: 30px;
}
.tariffTableItemDetail
{
    display: block;
    font-size: 14px;
    position: absolute;
}
.tableCodeFieldMONITORING span{
    display: block;
}
.tableCodeFieldMONITORING span.num{
    text-align: center;
}
@media (max-width: 767px)
{
    .tariffTable .tableCodeFieldMONITORING span{
        text-align: right;
    }
}
.tariffTable.subscription .tariffCard .info.discont {
    height: 185px;
}
.tabContentLicensesBitrix24Box .tariffTable.subscription .subscriptionSlider .tariffCard .info {
    min-height: auto;
    height: unset;
    padding-bottom: 30px;
}
.tariffTabs .tabContent.tabContentMarketPlus
{
    padding-bottom: 0px;
}