/*	---------------------------------------------------------------------------------------------------- Калькулятор */
.bt_calculator_load:after {
	background: rgba(249, 247, 244, 0.5) url(/local/tmpl/img/form_loader.gif) no-repeat center center !important;
	content: '';
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	z-index: 150
}
.bt_calculator {
	border: 1px solid #D6AC77;
	padding: 25px;
	font-weight: normal;
	font-size: 110%;
	position: relative;
}
.bt_calculator .irs-bar {
	left: 0!important;
}
.bt_calc_noborder {
	border:0 none;padding:0;
}
	.bt_calculator .bt_calc_pr_bl:first-child { padding-top: 0 }
	.bt_calc_pr_bl {
		padding: 13px 0;
	}
		.bt_calc_pr_l { width: 40% }
		.bt_calc_pr_r {
			width: 60%;
			text-align: left;
		}
			.bt_calc_cur {
				background-color: #ebebeb;
				padding: 10px 20px;
				position: relative;
				display: inline-block;
				cursor: pointer;
				margin: 0 10px 10px 0;
			}
				.bt_calc_cur span {
					border-bottom: 1px dashed black;
				}
			.bt_calc_cur_act {
				background-color: #CAAA79;
				color: white;
			}
				.bt_calc_cur_act span {border-bottom: 0 none;}
			.bt_calc_cur_act:before {
				content: '';
				position: absolute;
				bottom:-7px;left:50%;margin-left:-9px;
				border-left: 9px solid transparent;
				border-right: 9px solid transparent;
				border-top: 8px solid #CAAA79;
			}
			.bt_sl_l {width: 30%;}
			.bt_sll_widt {width: 100% !important;}
			.bt_sl_r {
				width: 70%;
				padding-left: 50px;
				/*padding-right: 30px;*/
			}
				.bt_r_time_style .irs-grid-pol {
					background-color: transparent;
					display: block;
					opacity: 1;
				}
				.bt_r_time_style .irs-grid-pol.small { display: none }
				.bt_r_time_style .irs-grid-pol:before {
					content: '';
					background-color: white;
					border: 1px solid #DFDFDF;
					width:24px;height:24px;
					position: absolute;
					top:-23px;left:50%;
					margin-left: -13px;
					border-radius: 50%;
					pointer-events: none;
					z-index: 1;
				}
				.bt_r_time_style .irs-slider.state_hover, .bt_r_time_style .irs-slider:hover {
					background-color: #0fa168;
				}
				.bt_r_time_style .irs-slider {
					border: 4px solid white;
					/*box-shadow: 0 0 0 1px #DFDFDF inset, 0 0 0 4px white inset;
					width:26px;height:26px;*/
				}
			.bt_calc_rate {
				background-color: #10A168;
				font-weight: bold;
				font-size: 120%;
				color: white;
				padding: 10px;
				display: inline-block;
			}
	.bt_calc_in_bl {}
		.bt_calc_total_bl {
			background-color: #FAF9F7;
			padding: 50px;
			margin-top: 30px;
		}
			.bt_calc_total_bl .bt_calc_t_sq_bl:not(:first-child) { margin-left: 5% }
			.bt_calc_t_sq_bl { width: 21.25% }
				.bt_calc_t_text {
					font-size: 130%;
					text-align: center;
				}
				.bt_calc_t_sq:after {
					content: '';
					position: absolute;
					top:-25px;left:50%;margin-left:-21px;
					border-left: 21px solid transparent;
					border-right: 21px solid transparent;
					border-bottom: 25px solid;
					border-bottom-color: inherit;
				}
				.bt_calc_t_sq:before {
					content: '';
					position: absolute;
					top:-22px;left:50%;margin-left:-19px;
					border-left: 19px solid transparent;
					border-right: 19px solid transparent;
					border-bottom: 23px solid white;
					z-index: 1;
				}
				.bt_calc_t_sq {
					background-color: white;
					width: 100%;/*height: 140px;*/
					padding: 40px 0;
					border: 2px solid;
					position: relative;
					margin-top: 42px;
					text-align: center;
				}
				.bt_calc_t_sq_iniinv .bt_calc_t_sq { border-color: #CBAA79 }
				.bt_calc_t_sq_amorem .bt_calc_t_sq { border-color: #20C986 }
				.bt_calc_t_sq_addpre .bt_calc_t_sq { border-color: #E2BB84 }
				.bt_calc_t_sq_amosav .bt_calc_t_sq {
					border-color: transparent;
					box-shadow: 5px 5px 32px 16px rgba(0, 0, 0, 0.07);
				}
				.ok_calc_t_w_bl { margin-top: 25px }
					.ok_calc_t_w_bl .ok_calc_t_w:not(:first-child) { margin-left: .2% }
					.ok_calc_t_w {
						height: 30px;
						float: left;
					}
						.ok_calc_t_w_bl .ok_calc_t_w_iniinv { background-color: #CBAA79 }
						.ok_calc_t_w_bl .ok_calc_t_w_amorem { background-color: #20C986 }
						.ok_calc_t_w_bl .ok_calc_t_w_addpre { background-color: #E2BB84 }
						.ok_calc_t_w_bl .ok_calc_t_w_amosav { background-color: #E7E7E6 }

					.bt_calc_t_sq_sum {
						font-size: 170%;
						font-weight: bold;
					}
					.jq_tc_4 { color: #00A264 }
					.bt_calc_t_sq_tg {
						color: #CAAA79;
					}
			.bt_calc_mount_bl:before {
				content: '';
				width:1px;height:25px;
				background-color: #CBA97B;
				position: absolute;
				top:-20px;left:50%;
			}
			.bt_calc_mount_bl:after {
				content: '';
				border-left: 1px solid #CBA97B;
				border-right: 1px solid #CBA97B;
				border-bottom: 1px solid #CBA97B;
				position: absolute;
				top:-28px;left:0;
				width:100%;height:20px;
			}
			.bt_calc_mount_bl {
				position: relative;
				text-align: center;
				font-size: 120%;
				margin-top: 50px;
			}
				.bt_calc_mount {
					font-weight: bold;
					font-size: 110%;
				}
			.bt_calc_email {
				background-color: #00A265;
				padding: 10px 20px;
				color: white;
				text-shadow: 1px 1px 1px #006237;
				display: inline-block;
				cursor: pointer;
				font-weight: 600;
				font-size: 110%;
				margin-top: 25px;
			}
	.bt_calc_conditions, .bt_calc_reset {
		display: inline-block;
		cursor: pointer;
		padding: 10px 0;
	}
	.bt_calc_reset { margin-right: 40px }
		.bt_calc_conditions span, .bt_calc_reset span {
			color: #C69B64;
			border-bottom: 1px dashed;
			font-size: 110%;
			font-weight: normal;
		}
	.bt_calc_cmodal {
		background-color: white;
		padding: 10px 20px 20px;
		width: 100%;
		bottom: 60px;
		z-index: 1000;
	}
	.bt_calc_calcu {
		background-color: #00A265;
		padding: 10px 20px;
		color: white;
		text-shadow: 1px 1px 1px #006237;
		display: inline-block;
		cursor: pointer;
		font-weight: 600;
		font-size: 110%;
	}
	.bt_percent_inre {
		display: inline-block;
		width: 30%;
	}
	.bt_bcc {
		display: inherit;
		width: 80% !important;
	}
	.bt_p {
		display: inherit;
		font-size: 18pt;
	}

	.bt_calc_total_bl .bt_calc_t_sq_bl:not(:first-child) { margin-left: 5% }
	.bt_calc_t_sq_bl { width: 29.95% }

	.bt_percent_inre {
		display: inline-block;
		width: 30%;
	}
	.bt_input {
		display: inherit;
		width: 80% !important;
	}
	.bt_p {
		display: inherit;
		font-size:115%
	}
	.bt_calcu_email{
		margin: 20px;
		text-align: center;
	}

	.bt_calc_total_bl .bt_calc_t_sq_bl:not(:first-child) { margin-left: 5% }
	.bt_calc_t_sq_bl { width: 29.95% }

	.bt_calc_t_sq_bl_rd:not(:first-child) { margin-left: 3% }
	.bt_calc_t_sq_bl_rd { width: 48.39%; margin-bottom: 25px; }

	.bt_calc_rd_sum_color{
		color: #00a265;
	}
	.bt_calc_t_sq_bl_rd.bt_calc_t_sq_amorem.ifleft {
		margin-left: 0;
	}
/*--------------------------------------------------------------------------------------LIMIT CALCULATOR*/

.bt_calc_t_sq_bl_rd_limit {
	width: 100%;
	margin-bottom: 25px;
}

.bt_calc_t_sq_amorem .bt_calc_t_sq_limit {
	border-color: #20C986;
}

.bt_calc_t_sq_limit {
	background-color: white;
	width: 100%;
	/* height: 140px; */
	padding: 40px 0;
	border: 2px solid;
	/*   position: relative;*/
	margin-top: 42px;
	text-align: center;
}
.bt_calc_t_text_limit {
	font-size: 130%;
	text-align: center;
	display: inline-block;
}
.bt_calc_t_sq_sum_limit {
	font-size: 170%;
	font-weight: bold;
	display: inline-block;
}
.bt_calc_t_sq_tg_limit {
	color: #CAAA79;
	display: inline-block;
}

	.bt_calc_rd_sum_color{
		color: #00a265;
	}
	.bt_calc_t_sq_bl_rd.bt_calc_t_sq_amorem.ifleft {
		margin-left: 0;
	}
	.bt_title_calc_rd_limit {
		color: #d8ac78;
		text-align: center;
		/* margin-bottom: 30px; */
		font-size: 170%;
	}
	.bt_font{
		font-weight: bold;
	}
/*	-------------------------------------------------- Dropdawn calculator */
/* родительский контейнер */
.bt_calculator .jq-selectbox { width: 100% }
/* выпадающий список селекта раскрыт */
.bt_calculator .opened {}
/* выпадающий список селекта раскрыт вверх */
.bt_calculator .dropup {}
/* выпадающий список селекта раскрыт вниз */
.bt_calculator .dropdown { z-index: auto!important }
/* выбрано значение, отличное от заданного по умолчанию */
.bt_calculator .changed {}
/* селект в свернутом состоянии */
.bt_calculator .jq-selectbox__select {
	background: white!important;
	border: 1px solid #aeaeae;
	border-radius: 0;
	box-shadow: none;
	font: inherit;
	padding: 8px 70px 8px 10px;
	text-shadow: none;
	min-width: 100%;
	height: 44px;max-height: 40px;
}
/* фокус на селекте, когда нажата клавиша Tab */
.bt_calculator.focused .jq-selectbox__select { border: 0 none!important }
/* неактивный (недоступный для выбора) селект */
.bt_calculator .disabled .jq-selectbox__select {}
/* дополнительный вложенный тег для свернутого селекта */
.bt_calculator .jq-selectbox__select-text { color: black }
/* замещающий текст */
.bt_calculator .placeholder {}
/* правая часть свернутого селекта (условный переключатель) */
.bt_calculator .jq-selectbox__trigger {
	background-color: #DFDFDF;
	border-left: 1px solid #CCCCCC;
	width:40px;
}
/* вложенный тег для переключателя (стрелка) hover */
.bt_calculator:hover .jq-selectbox__trigger-arrow { border-top-color: #4D4D4D!important }
/* вложенный тег для переключателя (стрелка) */
.bt_calculator .jq-selectbox__trigger-arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #4D4D4D;
	top:50%;right:50%;
	margin-right: -4px;
	margin-top: -3px;
}
/* обертка для выпадающего списка */
.bt_calculator .jq-selectbox__dropdown {
	background-color: white;
	border: 0 none;
	border-radius: 0;
	font: inherit;
	max-width: 100%;
	z-index: 110;
}
/* обертка для поискового поля */
.bt_calculator .jq-selectbox__search {}
/* поисковое поле */
.bt_calculator .jq-selectbox__search input {}
/* сообщение об отсутствии результатов поиска */
.bt_calculator .jq-selectbox__not-found {}
/* выпадающий список */
.bt_calculator .jq-selectbox ul { z-index: 110 }
/* пункт (опция) селекта hover */
.bt_calculator .jq-selectbox ul li:hover { background-color: #D3AC77 }
/* пункт (опция) селекта */
.bt_calculator .jq-selectbox ul li {
	padding: 10px;
	color: black;
	white-space: normal;
}
/* выбранный пункт селекта */
.bt_calculator .jq-selectbox ul li.selected { background-color: #D3AC77 }
/* неактивный (недоступный для выбора) пункт селекта */
.bt_calculator .jq-selectbox ul li.disabled { color: #888 }
/* заголовок для группы пунктов */
.bt_calculator .jq-selectbox ul li.optgroup {}
/* пункт списка в группе */
.bt_calculator .jq-selectbox ul li.option {}

.bt_title_calc_rd{
	color: #d8ac78;
	text-align: center;
	margin-bottom: 30px;
	font-size: 170%;
}

.bt_rd_table_tr{
	background-color: #FFFFFF;
}
.bt_rd_table_tr_none{
	background-color: #F2EDE6;
}
/*.bt_data_box{
	background-color: #FAF9F7;
	padding: 50px;
	margin-top: 30px;
}*/
/*	----------------------------------------------------------------------------------- Раскрытие информации TABLE */
table.bt_info_disc {
	border: 1px solid #C5A375;
	border-collapse: separate;
}
table.bt_info_disc tr:nth-of-type(odd)	{ background-color: transparent }
table.bt_info_disc tr.bt_backf2e,
table.bt_info_disc thead { background-color: #F2EDE6 }
table.bt_info_disc tr td:not(:first-child),
table.bt_info_disc tr th:not(:first-child) { border-left: 1px solid #E3DDD4 }
table.bt_info_disc th[colspan] { border-bottom: 1px solid #E3DDD4 }
table.bt_info_disc th {
	font-family: Segoe UI, Arial, sans-serif;
	font-weight: 600;
	padding: 15px;
	text-align: center;
}

table.bt_info_disc td {
	padding: 15px;
	font-size: 100%;
}


@media screen and
(max-width: 799px){
	/*	-------------------------------------------------- Калькулятор */
	.bt_calc_mount_bl {
		display: none;
	}
	.bt_calc_t_sq_bl {
		float: none;
		width: 100%;
	}
	.bt_calc_total_bl {
		background-color: #FAF9F7;
		padding: 20px;
		margin-top: 30px;
	}
	.bt_calc_total_bl .bt_calc_t_sq_bl:not(:first-child) {
		margin-left: 0;
		margin-top: 25px;
	}

	.bt_calc_t_sq_bl_rd {
		float: none;
		width: 100%;
	}
	.bt_calc_t_sq_bl_rd:not(:first-child) {
		margin-left: 0;
		margin-top: 25px;
	}
	.bt_sl_l {
		float: none;
		width: 100%;
	}

	.bt_sl_r {
		float: none;
		width: 100%;
		margin-top: 25px;
		padding-left: 0;
	}
	.bt_calc_pr_l,
	.bt_calc_pr_r {
		float: none;
		width: 100%;
	}
	.bt_calc_pr_r { margin-top: 15px }
	.bt_calc_conditions,
	.bt_calc_calcu,
	.bt_calc_reset {
		float: left;
		display: inline-block;
		clear: both;
	}
	.bt_calc_calcu,
	.bt_calc_reset {
		margin-top: 15px
	}
	.bt_calc_reset {
		margin-right: 0;
	}
	.bt_title_calc_rd{
		color: #d8ac78;
	/*	text-align: left;
		margin: 10px;
		font-size: 130%;*/
	}
	.bt_input {
		display: inherit;
		width: 80%;
	}
	.bt_p {
		display: inherit;
		font-size: 100%
	}
	.bt_percent_inre{
		display: inline-block;
		width: 100%;
	}
	table.bt_info_disc td {
		padding: 10px;
		font-size: 80%;
	}
	.bt_data_box{
		background-color: #FAF9F7;
		padding: 0px;
		margin-top: 0px;
	}
	/*-----------------------------------------------------------------------Limit CALC*/
	.bt_calc_t_sq_limit:after {
		content: '';
		position: absolute;
		top:-25px;left:50%;margin-left:-21px;
		border-left: 21px solid transparent;
		border-right: 21px solid transparent;
		border-bottom: 25px solid;
		border-bottom-color: inherit;
	}
	.bt_calc_t_sq_limit:before {
		content: '';
		position: absolute;
		top:-22px;left:50%;margin-left:-19px;
		border-left: 19px solid transparent;
		border-right: 19px solid transparent;
		border-bottom: 23px solid white;
		z-index: 1;
	}
	.bt_calc_t_sq_limit {
		background-color: white;
		width: 100%;/*height: 140px;*/
		padding: 40px 0;
		border: 2px solid;
		position: relative;
		margin-top: 42px;
		text-align: center;
	}
}



@media screen and (max-width: 379px){
	/*	-------------------------------------------------- Калькулятор */
	.bt_sl_r { display: none }
}

/*-------------------------------------------------------------------------------------------------------banner*/
.bt_banner{
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.bcc_bannerwrap.disabled {
	transform: translate3d(0px, 0, 0) !important;
}
.aa_banpage_in.disabled {
	display: none;
}
.aa_bleft.disabled {
	display: none;
}
.aa_bright.disabled {
	display: none;
}

/*-----------------------------------------------------------------------------------------------------------трек лист*/
.bt_ts_left{width: 50%;}
.bt_ts_title {
	line-height: 1.1em;
	margin: 0 0 20px;
	transition: all .3s ease 0s;
}
.bt_ts_slogan{
	line-height: 1.3;
	transition: all .3s ease 0s;
}
.bt_ts_bgcolortext{
	color: #464646;
	font-weight: 600;
}
/*.bt_ts_blinpt{
	background: #00653a;
	padding: 0 0 10px;
}*/
.bt_ts_inpt {min-width: 540px;}
.bt_ts_lbl{
	font-size: 110%;
	margin-left: 10px;
}
.bt_ts_right{
	background: url(/local/tmpl/img/backgreen.gif) repeat 0 0;
	margin: 20px 0;
	padding: 10px 20px 20px 20px;
	color: #fff;
}
.bt_ts_submit{width: auto !important;}

@media screen and (max-width: 699px){
	.bt_ts_right { width: 100% !important;}
	.bt_ts_inpt {min-width: 100% !important;}
}

/*	-------------------------------------------------- статус */
.bt_ts_trck{
	position: relative;
	background: #f4eee6;
	padding: 30px;
	font-size: 120%;
}

.bt_ts_trckaf, .bt_ts_after_1, .bt_ts_after_2, .bt_ts_after_3, .bt_ts_after_4, .bt_ts_after_5, .bt_ts_after_6, .bt_ts_after_7{
	position: relative;
	background: #f4eee6;
	padding: 30px 40px;
	color: #464646;
	font-size: 120%;
}
.bt_ts_trckaf:after, .bt_ts_after_1:after, .bt_ts_after_2:after, .bt_ts_after_3:after, .bt_ts_after_4:after, .bt_ts_after_5:after, .bt_ts_after_6:after, .bt_ts_after_7:after{
	top: 100%;
	/*left: 25%;*/
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #f4eee6;
	border-width: 10px;
	margin-left: -10px;
}


.bt_ts_trck_ttl{
	font-weight: 600;
	font-size: 180%;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.bt_ts_trck_clb{
	margin: 20px 0 10px;
}
.bt_ts_trck_clt{
	color: #d8ac78;
	font-weight: 600;
}



.bt_ts_trck_colb{padding: 0 0 0 40px;}
.bt_ts_trck_colb:before{
	content: " ";
	width: 40px;
	height: 40px;
	margin-left: -50px;
	margin-top: -5px;
	position: absolute;
	background-image: url(/local/tmpl/img/svg/call_track.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.bt_ts_trck_colt{margin-bottom: 10px}



.bt_ts_trck_ttx{
	font-weight: 600;
	color: #d8ac78;
	margin: 20px 0;
	text-transform: uppercase;
}



.bt_ts_trck_afz{
	margin-left: -18px;
	color: #018f57;
}
.bt_ts_trckz{
	background: #f4eee6;
	padding: 30px 55px;
	font-size: 120%;
	margin: 30px 0;
}

.bt_ts_statfl{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}

.bt_ts_statel{
	display: flex;
	width: 16%;
	text-align: center;
	position: relative;
}
.bt_ts_statel:last-child{
	margin-bottom: 15px;
}

.i_statusnone{
	display: none !important;
}

.bt_ts_stats{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 110px;
	width: 100%;
	margin: 10px 0;
}

.bt_ts_statel.active .svg1:after,
.bt_ts_statel.active .svg2:after,
.bt_ts_statel.active .svg3:after,
.bt_ts_statel.active .svg4:after,
.bt_ts_statel.active .svg5:after,
.bt_ts_statel.active .svg6:after,
.bt_ts_statel.active .svg8:after{
	content: " ";
	background: #008b4f;
	background: linear-gradient(to top, #009354, #007941);
	border-radius: 50%;
	width: 130px;
	margin-top: -10px;;
	z-index: -1;
	transform: translate(-50%, 0);
	height: 130px;
	position: absolute;
}
.bt_ts_statel.active .svg3.svg_stop:after{
	background: linear-gradient(to top, #ad2625, #ad2625);
}
.bt_ts_stats:before{
	content: " ";
	width: 35px;
	height: 10px;
	top: 50%;
	left: -15px;
	position: absolute;
	background-image: url(/local/tmpl/img/svg/strelka_track.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	margin-top: -5px;
}
.svg1{background-image: url(/local/tmpl/img/svg/track1.svg);}
.svg2{background-image: url(/local/tmpl/img/svg/track2.svg);}
.svg3{background-image: url(/local/tmpl/img/svg/track3.svg);}
.svg4{background-image: url(/local/tmpl/img/svg/track4.svg);}
.svg5{background-image: url(/local/tmpl/img/svg/track5.svg);}
.svg6{background-image: url(/local/tmpl/img/svg/track6.svg);}
.svg8{background-image: url(/local/tmpl/img/svg/track8.svg);}
.bt_ts_statel.active .svg1{background-image: url(/local/tmpl/img/svg/track1white.svg);}
.bt_ts_statel.active .svg2{background-image: url(/local/tmpl/img/svg/track2white.svg);}
.bt_ts_statel.active .svg3{background-image: url(/local/tmpl/img/svg/track3white.svg);}
.bt_ts_statel.active .svg4{background-image: url(/local/tmpl/img/svg/track4white.svg);}
.bt_ts_statel.active .svg5{background-image: url(/local/tmpl/img/svg/track5white.svg);}
.bt_ts_statel.active .svg6{background-image: url(/local/tmpl/img/svg/track6white.svg);}
.bt_ts_statel.active .svg8{background-image: url(/local/tmpl/img/svg/track8white.svg);}
.bt_ts_stat_act{
	padding: 10px 10px 10% 10px;
	height: auto;
	position: relative;
	margin: 35px 0 0;
	flex-shrink: 1;
}
.bt_ts_statel.active .bt_ts_stat_act{border: 1px solid #d8ac78;}
.bt_ts_statel.active .bt_ts_stat_act:after, .bt_ts_statel.active .bt_ts_stat_act:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.bt_ts_statel.active .bt_ts_stat_act:after{
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.bt_ts_statel.active .bt_ts_stat_act:before {
	border-color: rgba(216, 172, 120, 0);
	border-bottom-color: #d8ac78;
	border-width: 11px;
	margin-left: -11px;
}

@media screen and (min-width: 1124px)
{
	.bt_ts_statel{
		align-items: center;
		flex-direction: column;
	}
	.bt_ts_statel:first-child .bt_ts_stats:before{background-image: none;}

	.bt_ts_after_1:after{left: 8.5%;}
	.bt_ts_after_2:after{left: 25%;}
	.bt_ts_after_3:after{left: 41.7%;}
	.bt_ts_after_4:after{left: 58.5%;}
	.bt_ts_after_5:after{left: 75%;}
	.bt_ts_after_6:after{left: 91.7%;}
	.bt_ts_after_7:after{left: 24%;}
	.bt_ts_after{}
}
@media screen and (max-width: 479px){
	.bt_ts_stats{
		margin: 0 !important;
		flex: 0 0 100px !important;
		width: 52px;
		height: 60px;
	}
	.bt_ts_stats:before{
		display: none;
	}
	.bt_ts_statel .bt_ts_stat_act{padding: 10px !important;}
	.bt_ts_statel.active .svg1:after, .bt_ts_statel.active .svg2:after, .bt_ts_statel.active .svg3:after, .bt_ts_statel.active .svg4:after, .bt_ts_statel.active .svg5:after, .bt_ts_statel.active .svg6:after, .bt_ts_statel.active .svg8:after {
		width: 80px !important;
		height: 80px !important;
		margin-top: -6px;
	}
	.bt_ts_after:after {
		left: 50% !important;
	}
}
@media screen and (min-width: 480px) and (max-width: 1123px) {

	.bt_ts_statfl:before{
		content: '';
		display: block;
		border-left: 1px solid #d8ac78;
		position: absolute;
		left: 25px;
		height: 100%;
	}
	.bt_ts_statel.active:before{
		content: '';
		display: block;
		border-left: 1px solid #fff;
		position: absolute;
		left: 25px;
		top: 50%;
		height: 1000%;
	}
}
@media screen and (max-width: 1123px)
{
	.bt_ts_after:after{
		left: 25px;
	}
	.bt_ts_statfl{
		margin: 8px 0;
	}
	.bt_ts_statel{
		width: 100%;
		margin: 20px 0 0;
		align-items: center;
	}
	.bt_ts_stats{
		width: 60px;
		height: 70px;
		flex: 0 0 140px;
		margin: 10px 0 10px 40px;
	}
	.bt_ts_statel:not(.active) .bt_ts_stats:before{display: none;}
	.bt_ts_statel.active .svg1:after, .bt_ts_statel.active .svg2:after, .bt_ts_statel.active .svg3:after, .bt_ts_statel.active .svg4:after, .bt_ts_statel.active .svg5:after, .bt_ts_statel.active .svg6:after, .bt_ts_statel.active .svg8:after {
		width: 90px;
		height: 90px;
	}
	.bt_ts_stat_act{
		padding: 20px !important;
		height: auto !important;
		width: 70% !important;
		position: relative !important;
		margin: 0 !important;
		text-align: left;
		flex: 1 0;
	}
	.bt_ts_stats:before{
		width: 30px;
	}
	.bt_ts_ttx{display: inline !important;}
	.bt_ts_ttxbld{
		display: block;
		margin-left: 30px;
		margin-top: -27px;
	}
	.bt_ts_statel.active .bt_ts_stat_act:after, .bt_ts_statel.active .bt_ts_stat_act:before {
		right: 100%;
		top: 50%;
		left: auto;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.bt_ts_statel.active .bt_ts_stat_act:after {
		border-color: rgba(255, 255, 255, 0);
		border-right-color: #fff;
		border-width: 10px;
		margin-top: -10px;
	}
	.bt_ts_statel.active .bt_ts_stat_act:before {
		border-color: rgba(216, 172, 120, 0);
		border-right-color: #d8ac78;
		border-width: 11px;
		margin-top: -11px;
	}
}

.bt_ts_ttx{
	font-weight: 700;
	color: #d8ac78;
	margin: 10px 0 20px;
	text-transform: uppercase;
	display: block;
}
/* ---------------------------------------------------------------------------------------------------- popup banner */
.ms_bflo{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}
.ms_close_banner{
	background: url('/local/tmpl/img/svg/close.svg') no-repeat left bottom / 19px auto;
	position: absolute;
	top: -10px;
	right: -5px;
	height: 39px;
	width: 39px;
	cursor: pointer;
}
.ms_banner_flo{
	margin:  0 auto;
	max-width:1290px;
	padding: 35px 15px 15px 15px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.ms_banner_flo .ms_bflo_3{display: block!important;}

.ms_bflo_1,
.ms_bflo_2,
.ms_bflo_3{
	background-repeat: no-repeat;
	width: 100%;
}

@media screen and (max-width: 940px) {
	.ms_banner_flo .ms_bflo_3{display:none!important;}
	.ms_banner_flo .ms_bflo_2{display: block!important;}
	.ms_banner_flo .ms_bflo_1{display:none!important;}
}

@media screen and (max-width: 539px) {
	.ms_banner_flo {
		height: 100%;
		width: 100%;
	}
	.ms_banner_flo .ms_bflo_3{display:none!important;}
	.ms_banner_flo .ms_bflo_2{display:none!important;}
	.ms_banner_flo .ms_bflo_1{
		display:block !important;
		height: 97%;
	}
}