/home/arranoyd/stopostoprirodno/wp-content/themes/bridge/vc_templates/qode_pricing_tables.php
<?php

$args = array(
    "columns"         => "four_columns"
);

$html = "";

extract(shortcode_atts($args, $atts));

$html = '<div class="qode_pricing_tables clearfix '.$columns.'">';

$html .= do_shortcode($content);

$html .= '</div>';

echo bridge_qode_get_module_part( $html );