<script>
var links = document.getElementsByTagName('a');
Array.prototype.forEach.call(links, function (link) {
if ( link.href.indexOf("samosale.ru") > 0 && link.href.indexOf("#") < 0 ) {
link.href += location.search;
}
});
</script>
<style>
a[href$="old"] {
text-decoration: line-through !important;
}
a[href$="old"] , a[href="#nul1"], a[href="#nul2"], a[href="#nul3"], a[href="#mes1"], a[href="#ru1"], a[href="#ru3"], a[href$="cur"] , a[href="#boxes"] , a[href="#colont"] , a[href="#emonth"], a[href="#textyear"] , a[href="#txtP"] {
pointer-events:none;
}
input.t-range.js-tilda-rule {
background-color: #F7F7F7;
border-radius: 30px;
}
a.tn-atom[href^="#"] , .type{
transition: all 0.4s linear;
}
.nopac{
opacity:1 !important;
}
.acttype{
color: #00a154 !important;
border-color: #00a154 !important;
box-shadow: 0px 3px 0px 0px #00a154;*/
}
.t-range__value-txt , .t-range__interval-txt {
display: none !important;
}
</style>
<script>
$( document ).ready(function() {
var boxes = $('a[href="#boxes"]');
var s = 1;
var w = 0;
$('a[href="#colont"]').addClass('colont');
$('.colont:eq(1)').addClass('nopac');
$('a[href="#ru1"]').addClass('ru1');
$('a[href="#ru3"]').addClass('ru3');
$('a[href="#nul1"]').addClass('nul1');
$('a[href="#nul2"]').addClass('nul2');
$('a[href="#nul3"]').addClass('nul3');
$('a[href="#mes1"]').addClass('mes1');
$('a[href="#monthcur"]').addClass('monthY');
$('a[href="#emonth"]').addClass('monthM');
$('a[href="#emonth"]').addClass('monthMn').hide();
$('a[href="#emonthold"]').addClass('monthMo');
$('a[href="#yearcur"]').addClass('yearY');
$('a[href="#yearold"]').addClass('yearM');
$('a[href="#textyear"]').addClass('textyear');
$('a[href="#txtP"]').addClass('txtP');
$('a[href="#type"]').addClass('type');
$('.type:first').addClass('acttype');
$('.type').click(function(e){e.preventDefault();
if(!$(this).hasClass('acttype')) {
$('.type').removeClass('acttype');
$(this).addClass('acttype');
$('.monthMn , .monthY , .monthMo , .yearY , .yearM , .textyear, .ru1, .ru3').toggle();
};
});
function explode(){
var num = $('.t-range__value-txt').html();
function col(){
if (num<=20){$('.colont').removeClass('nopac');
$('.colont:eq(0)').addClass('nopac');
$('.txtP').html('<p>- 100 писем</p><p>- Полный доступ ко всем инструментам</p><p>- Больше 30 бесплатных шаблонов</p>')
}else{
$('.txtP').html('<p>- Письма без ограничений</p><p>- Помощь 5 часов в неделю</p><p>- Скидка 30% при покупке подписки на год</p>')
};
if (num>4&&num<=7){$('.colont').removeClass('nopac');$('.colont:eq(1)').addClass('nopac');};
if (num>7&&num<=11){$('.colont').removeClass('nopac');$('.colont:eq(2)').addClass('nopac');};
if (num>11){$('.colont').removeClass('nopac');$('.colont:eq(3)').addClass('nopac');};
};col();
if (num==1){
boxes.html('500');
$('.monthY').html('3 000');
$('.mes1').html('₽ / месяц');
$('.textyear').html('');
};
if (num==2){
boxes.html('1 000');
$('.monthY').html('5 500');
$('.mes1').html('₽ / месяц');
$('.textyear').html('');
};
if (num==3){
boxes.html('1 500');
$('.monthY').html('7 500');
$('.mes1').html('₽ / месяц');
$('.textyear').html('');
};
if (num==4){
boxes.html('2 500');
$('.monthY').html('11 250');
$('.mes1').html('₽ / месяц');
$('.textyear').html('');
};
if (num==5){
boxes.html('4 000');
$('.monthY').html('16 000');
$('.mes1').html('₽ / месяц');
$('.textyear').html('');
};
if (num==6){
boxes.html('6 500');
$('.monthY').html('22 750');
$('.mes1').html('₽ / месяц');
$('.textyear').html('');
};
if (num==7){
boxes.html('10 500');
$('.monthY').html('31 500');
$('.mes1').html('₽ / месяц');
$('.textyear').html('');
};
if (num==8){
boxes.html('17 000');
$('.monthY').html('42 500');
$('.mes1').html('₽ / месяц');
$('.textyear').html('');
};
if (num==9){
boxes.html('27 500');
$('.monthY').html('55 000');
$('.mes1').html('₽ / месяц');
$('.textyear').html('');
};
if (num==10){
boxes.html('> 27 500');
$('.monthY').html('2₽');
$('.mes1').html('');
$('.textyear').html('За клиента в месяц');
};
};//expl
// $(".tn-atom__form").on('DOMSubtreeModified', ".t-calc", function() {
// explode();
// });
$("div[data-elem-type='form']").on('input', 'input[type="range"]', function() {
explode();
});
$( window ).resize(function() {
setTimeout(explode, 3000);
});
});
</script>