Дорожка акробатическая 2×1×0,05 м из 10 матов ППЭ GCsport
Акробатическая дорожка GCsport представляет собой комплект из 10 гимнастических матов, которые соединяются между собой с помощью липучек. Конструкция позволяет использовать маты как в разложенном виде, формируя единую тренировочную поверхность, так и в сложенном виде.
Дорожка подходит для выполнения акробатических и различных физических упражнений, физкультурных занятий, фитнеса, а также может использоваться в игровом процессе и для других спортивных задач.
Каждый мат имеет размер 2×1×0,05 м и изготовлен с наполнителем из плотных листов ППЭ размером 1×2×0,05 м. Материал обеспечивает мягкую основу для занятий и предназначен для предотвращения получения травм и ушибов при выполнении упражнений.
Чехол изготовлен из галантерейной винилискожи, соответствующей требованиям ТУ 8713-001-96625236-2006. Съемный чехол легко очищается и оснащен усиленной молнией. Цвет чехлов поставляется в ассортименте.
Преимущества
Комплект из 10 соединяемых матов.
Маты соединяются между собой с помощью липучек.
Размер одного мата — 2×1×0,05 м.
Наполнитель — плотные листы ППЭ.
Чехол из винилискожи.
Съемный чехол легко очищается.
Усиленная молния.
Можно использовать в сложенном и разложенном виде.
Подходит для акробатики, физкультуры, фитнеса и игр.
Производство GCsport, Россия.
Технические характеристики
Тип: дорожка акробатическая.
Количество матов: 10 шт.
Размер одного мата: 2×1×0,05 м.
Наполнитель: плотные листы ППЭ.
Размер листов ППЭ: 1×2×0,05 м.
Материал чехла: винилискожа галантерейная.
Требования к материалу чехла: ТУ 8713-001-96625236-2006.
Застежка чехла: усиленная молния.
Соединение матов: липучки.
Цвет чехла: в ассортименте.
Производство: GCsport, Россия.
Важно: при отсутствии указаний покупателем на конкретный цвет чехла производитель оставляет за собой право отгрузить маты с чехлами любого цвета на своё усмотрение.
Комплектация
Мат гимнастический 2×1×0,05 м — 10 шт.
Область применения
Акробатическая дорожка подходит для спортивных залов, школ, детских учреждений, спортивных секций, фитнес-залов и тренировочных помещений. Может использоваться при выполнении акробатических и физических упражнений, на физкультурных занятиях, тренировках и в игровом процессе.
Почему стоит купить акробатическую дорожку GCsport?
Дорожка из 10 матов позволяет организовать удобную тренировочную поверхность для акробатики, физкультуры, фитнеса и игровых занятий. Соединение матов липучками позволяет формировать единое покрытие, а плотные листы ППЭ служат наполнителем матов.
Характеристики товара
Вес, кг
40
Производитель
GCsport
Материал
Винилискожа, ППЭ
Цвет
Синий, Красный, Коричневый, Желтый, Зеленый
Страна
Россия
Размеры упаковки
Длина, см
200
Ширина, см
100
Высота, см
50
0% рекомендуют
5 Отлично
0%
4 Хорошо
0%
3 Среднее
0%
2 Плохо
0%
1 Ужасно
0%
Сначала купите этот товар или дождитесь завершения заказа, чтобы оставить отзыв
Этот сайт использует файлы cookies и сервисы сбора технических данных посетителей (данные об IP-адресе, местоположении и др.) для обеспечения работоспособности и улучшения качества обслуживания. Продолжая использовать наш сайт, вы автоматически соглашаетесь с использованием данных технологий. Подробнее в Политике конфиденциальности
');
}
if (json['success']) {
$(node).parent().append('
' + json['success'] + '
');
$('input[name="cireview_image"]').val(json['code']);
if (json['attach_images']) {
var html = '';
for (var i in json['attach_images']) {
html += '
';
}
$('#ciattach_images').html(html);
}
}
},
error: function(xhr, ajaxOptions, thrownError) {
// alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
// 20-sep-2021: code starts
$('select[name=\'cicountry_id\']').on('change', function() {
$.ajax({
url: 'index.php?route=account/account/country&country_id=' + this.value,
dataType: 'json',
beforeSend: function() {
$('select[name=\'cicountry_id\']').prop('disabled', true);
},
complete: function() {
$('select[name=\'cicountry_id\']').prop('disabled', false);
},
success: function(json) {
html = '';
if (json['zone'] && json['zone'] != '') {
for (i = 0; i < json['zone'].length; i++) {
html += '';
}
} else {
html += '';
}
$('select[name=\'cizone_id\']').html(html);
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
});
$('select[name=\'cicountry_id\']').trigger('change');
// 20-sep-2021: code ends
$('.cireview-abuse').on('click', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
var modaldiv = $('#cireview-abuse-'+product_id);
modaldiv.find('.alert').remove();
if (review_id && product_id && cireview_id) {
var data = $('#cireview-abuse-'+product_id+ ' input, #cireview-abuse-'+product_id+ ' textarea').serialize();
if (data) {
data += '&';
}
data += 'review_id='+review_id+'&product_id='+product_id+'&cireview_id='+cireview_id;
$.ajax({
url: 'index.php?route=cireviewpro/cireview/cireviewAbuse&product_id='+product_id,
type: 'post',
data: data,
dataType: 'json',
beforeSend: function() {
$this.button('loading');
},
complete: function() {
$this.button('reset');
},
success: function(json) {
modaldiv.find('.alert').remove();
if (json['error']) {
modaldiv.find('.modal-header').before('
' + json['error'] + '
')
}
if (json['success']) {
// update particular div text
modaldiv.find('.modal-header').before('
' + json['success'] + '
');
setTimeout(function() {
modaldiv.find('.close').trigger('click');
}, 1000);
}
},
error: function(xhr, ajaxOptions, thrownError) {
// alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
});
function ciDataModal(target, find_modal, el) {
$(target).find(find_modal).attr('data-back', target);
var ev = $(target).find(find_modal).attr('id');
$(find_modal).appendTo("body");
$(find_modal).modal('show');
$(find_modal).off('hidden.bs.modal.'+ev).on('hidden.bs.modal.'+ev, function(e) {
$(find_modal).appendTo($(find_modal).attr('data-back'));
$(find_modal).removeAttr('data-back');
});
}
$('.data-modal').on('click', function() {
var target = $(this).attr('data-target');
var find_modal = $(this).attr('data-find_modal');
ciDataModal(target, find_modal, $(this));
});
$('#cireview-policy-modal').on('shown.bs.modal', function (e) {
var num_modals = $('.modal-backdrop').length;
if (num_modals > 1) {
var calc_zindex = 10;
var use_nummodal = num_modals - 1;
var zindex = parseFloat($(this).css('z-index'));
$(this).css('z-index', (zindex+ (calc_zindex*use_nummodal) ));
// access modal variables
var $backdrop = $(this).data('bs.modal').$backdrop;
$backdrop.addClass("cireviewpro-policy-backdrop");
var zindex2 = parseFloat($('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index'));
$('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index', ( (zindex > zindex2) ? zindex + ((calc_zindex-1) *use_nummodal) : zindex2 + (calc_zindex*use_nummodal) ) );
}
});
$('#cireview-policy-modal').on('hidden.bs.modal', function (e) {
$(this).css('z-index', '');
// console.log("cireview-policy-modal hidden");
if ($('.modal').hasClass('in')) {
$('body').addClass('modal-open');
}
});
$('#cireview-modal').on('hidden.bs.modal', function (e) {
// console.log("cireview-modal hidden");
var modal = $(this);
modal.find('.alert').remove();
$('.cireview-form .has-error').each(function() {
$(this).removeClass('has-error');
});
$('.cireview-successmsg').hide().html('');
$('.cireview-form').show();
$('.cireview-successmsg-title').hide().html('');
$('.cireview-form-title').show();
});
$('#cireview-abuse-32276').on('hidden.bs.modal', function (e) {
// console.log("cireview-abuse- hidden");
var modal = $(this);
modal.find('input[name="ciabreason"]').prop("checked", false);
modal.find('.other_reason').addClass('hide');
modal.find('textarea').val('');
modal.find('.alert').remove();
modal.find('.cireview-abuse').attr({'data-product_id' : '','data-review_id' : '', 'data-cireview_id' : ''});
});
$(document).delegate('#cireview-abuse-32276 input[name="ciabreason"]', 'click', function() {
if ($(this).val() == 'OTHER' ) {
$('.other_reason').removeClass('hide');
} else {
$('.other_reason').addClass('hide');
$('.other_reason textarea').val('');
}
});
$('#cireview').off('click', '.abuse-button-action').on('click', '.abuse-button-action', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
if (review_id && product_id && cireview_id) {
$('#cireview-abuse-'+product_id).find('.cireview-abuse').attr({'data-review_id' : review_id, 'data-product_id' : product_id, 'data-cireview_id' : cireview_id});
//abuse-button-action
var target = '#cimodal-cireview-abuse-'+product_id;
var find_modal = '#cireview-abuse-'+product_id;
ciDataModal(target, find_modal, $(this));
// $('#cireview-abuse-'+product_id).modal('show');
}
});
$('#cireview').off('click', '.vote-button-action').on('click', '.vote-button-action', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var action = $this.attr('data-action');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
// $('.text-danger').remove();
var oldClass = $(this).find('i').attr('data-class');
if (review_id && product_id && cireview_id) {
$.ajax({
// 20-sep-2021: code starts
url: 'index.php?route=cireviewpro/cireview/cireviewVote&product_id=' + encodeURIComponent(product_id) + '',
// 20-sep-2021: code ends
type: 'post',
data: 'review_id=' + encodeURIComponent(review_id) + '&action=' + encodeURIComponent(action) + '&product_id=' + encodeURIComponent(product_id) + '&cireview_id=' + encodeURIComponent(cireview_id),
dataType: 'json',
beforeSend: function() {
$this.find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin');
},
complete: function() {
$this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass);
},
success: function(json) {
var $parent = $this.parents('.cireview-vote');
$('.text-danger').remove();
if (json['error']) {
$parent.append('
'+ json['error'] +'
')
}
if (json['success']) {
// update particular div text
$parent.find('.vote-action').html(json['before_text']);
$parent.find('.vote-result').html(json['after_text']);
$parent.append('