/* styles */
body {
	min-width: 480px;
	background: #739da2;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #121314;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 15px;
}
h2.title span{
	display: block;
	color: #199bde;
}

h2.title.ttl2{
	color: #fff;
}
h2.title.ttl2 span{
	font-size: 35px;
	display: inline-block;
	color: #121314;
	background: #ffcc00;
	padding: 0 15px;
}

section{
	padding: 45px 0;
}

.Ñolor_theme{
	background: #ed525c;
	background: -moz-linear-gradient(top, #ed525c 0%, #e65336 100%);
	background: -webkit-linear-gradient(top, #ed525c 0%,#e65336 100%);
	background: linear-gradient(to bottom, #ed525c 0%,#e65336 100%);
}
.Ñolor_theme .title,
.Ñolor_theme .title span{
	color: #fff;
}

.m1-form{
	padding: 30px 50px 0;
}
.m1-form input[type = text], .m1-form input[type = tel]{
	width: 100%;
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: none;
	font-size: 16px;
	background: #ffffff;
	margin-bottom: 10px;
	height: 80px;
	border-radius: 40px;
	background: #fff;
	text-align: center;
	color: #222;
	-webkit-box-shadow: inset 0px 2px 12px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 12px -2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 12px -2px rgba(0,0,0,0.2);
}
.m1-form .button-m{
	margin-top: 0;
}
.m1-form ::-webkit-input-placeholder {
	color: #222;
}
.m1-form ::-moz-placeholder {
	color: #222;
}
.m1-form :-moz-placeholder {
	color: #222;
}
.m1-form :-ms-input-placeholder {
	color: #222;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m{
	border: none;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 80px;
	width: 380px;
	display: block;
	border-radius: 40px;
	line-height: 78px;
	text-align: center;
	background: #ffb900;
	background: linear-gradient(to bottom, #ffcb00, #ff9d00);
	border-bottom: 4px solid #db8600;
	-webkit-box-shadow: 0 5px 16px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 16px -4px rgba(0,0,0,0.3);
	box-shadow: 0 5px 16px -4px rgba(0,0,0,0.3);
	font-size: 25px;
	letter-spacing: 1px;
	margin: 0px auto;
	color: #121314;
	position: relative;
	text-shadow: 0 1px 0 #ffd580;
}
.button-m:active{
	background: linear-gradient(to bottom, #ff9d00, #ffcb00);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	padding: 0;
}
.main_title{
	font-size: 35px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 55px;
	text-shadow: 0 2px 1px rgba(0,0,0,0.4);
	letter-spacing: 1px;
	background: #199bde;
	background: -moz-linear-gradient(left, #199bde 0%, #33dbc3 90%);
	background: -webkit-linear-gradient(left, #199bde 0%,#33dbc3 90%);
	background: linear-gradient(to right, #199bde 0%,#33dbc3 90%);
}

.main_subtitle{
	font-size: 25px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	background: #ffcc00;
	background: -moz-linear-gradient(left, #D94A45 0%, #8B1E1A 90%);
	background: -webkit-linear-gradient(left, #D94A45 0%, #8B1E1A 90%);
	background: linear-gradient(to right, #D94A45 0%, #8B1E1A 90%);
}

.offer_section .box{
	position: relative;
}
.offer_section .box>img{
	display: block;
	margin: 0 auto;
}
.offer_section .box>img.logo{
	position: absolute;
	left: 32px;
	top: 20px;
}

.price_block{
	position: relative;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.price_block .old,
.price_block .new{
	width: 50%;
	height: 74px;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 1.1em;
	padding-top: 10px;
	letter-spacing: 0.6px;
}

.price_block .old p,
.price_block .new p{
	font-size: 35px;
	line-height: 1.1em;
}

.price_block .old p small,
.price_block .new p small{
	font-size: 0.8em;
}

.price_block .old p span{
	text-decoration: line-through;
}

.price_block .old{
	background: #3a3b3c;
	padding-right: 50px;
	color: #dadbdc;
}

.price_block .new{
	background: #8fc901;
	padding-left: 50px;
	color: #fff;
}

.sale{
	width: 119px;
	height: 118px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -60px;
	text-align: center;
	font-size: 18px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ffd380;
	padding-top: 10px;
}
.sale>span{
	display: block;
	font-size: 40px;
	line-height: 1.1em;
}

.ofr_bull{
	background: #f2feff;
	padding: 32px 35px 25px;
}
.ofr_bull>li{
	padding-left: 40px;
	background: url(../images/ofr_bull.png) 0 50% no-repeat;
	margin-bottom: 20px;
	line-height: 1.3em;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}

.action_block{
	padding: 25px 0 35px;
	background: #33dcc3;
	background: -moz-linear-gradient(top, #33dcc3 0%, #1a9cde 100%);
	background: -webkit-linear-gradient(top, #33dcc3 0%,#1a9cde 100%);
	background: linear-gradient(to bottom, #33dcc3 0%,#1a9cde 100%);
}

.timer{
	color: #fff;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 0 50px;
	margin-bottom: 10px;
}
.timer>p{
	font-size: 24px;
	margin-bottom: 5px;
}
.time_circles > div > span,
.time_circles > div > h4{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
	letter-spacing: 1px;
}

.prod_count{
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	color: #121314;
}
.prod_count>span{
	margin: 0 5px;
	display: inline-block;
	background: #199cde;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.offer_section .prod_count{
	color: #fff;
}
.offer_section .prod_count>span{
	background: #ffffff;
	color: #121314;
}



/*img_sect*/
.img_sect{
	padding: 0;
}
.img_sect>img{
	display: block;
	margin: 0 auto;
}


/*sect2*/
.sect2>p{
	padding: 0 20px 20px;
}
.sect2>p>img{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: -5px;
}
.list1{
	padding: 0 20px 30px;
}
.list1>li{
	padding: 0 0 0 35px;
	line-height: 25px;
	background: url(../images/list1.png) 0 0 no-repeat;
	margin-bottom: 20px;
}
.list1>li:last-child{
	margin-bottom: 0;
}

img.bef_after{
	display: block;
	margin: 0 auto;
}

.sect2 .box{
	position: relative;
	margin-top: 10px;
}
.sect2 .box img.prod{
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -80px;
}

.sect2 .button-m{
	margin-top: 55px;
}



/*sect3*/
.sect3{
	background: #ff7d8f url(../images/patt.jpg) 0% 0% repeat;
}
.benef2>li{
	position: relative;
	min-height: 200px;
}
.benef2>li>img{
	position: absolute;
	left: 0;
	border-radius: 0 16px 16px 0;
}
.benef2>li .text{
	background: #fff;
	padding: 18px 25px 15px 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 260px;
	border-radius: 16px 0 0 16px;
	font-size: 16px;
	box-shadow: 0 6px 14px -4px rgba(0,0,0,0.3);
}
.benef2>li .text>span{
	display: block;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
}
.benef2>li .text>span:after{
	content: '';
	width: 50px;
	height: 3px;
	background: #da0909;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.benef2>li:nth-child(2n)>img{
	left: auto;
	right: 0;
	border-radius: 16px 0 0 16px;
}
.benef2>li:nth-child(2n) .text{
	right: auto;
	left: 0;
	text-align: right;
	border-radius: 0 16px 16px 0;
}
.benef2>li:nth-child(2n) .text>span:after{
	left: auto;
	right: 0;
}

.sect3_action{
	background: url(../images/s3_bg_bot.png) 50% 0% no-repeat;
	margin-top: -72px;
	min-height: 402px;
	padding: 95px 35px 40px;
}
.sect3_action>span{
	height: 130px;
	width: 130px;
	background: #ffcc00;
	border-radius: 50%;
	display: block;
	margin: 0 0 10px 35px;
	font-size: 80px;
	line-height: 130px;
	text-align: center;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.sect3_action>span>small{
	font-size: 50px;
}
.sect3_action>p{
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3em;
	color: #fff;
	padding-right: 190px;
}

.sect3_action .button-m{
	margin-top: 70px;
}


/*sect4*/
.sect4{
	padding-bottom: 0;
	background: #33dcc3;
	background: -moz-linear-gradient(top, #33dcc3 0%, #1a9cde 100%);
	background: -webkit-linear-gradient(top, #33dcc3 0%,#1a9cde 100%);
	background: linear-gradient(to bottom, #33dcc3 0%,#1a9cde 100%);
}

.sect4 .title{
	font-size: 45px;
	padding: 0;
}

.benef3{
	padding: 0 15px 40px;
}
.benef3>li{
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	display: table;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.2);
	font-size: 16px;
	line-height: 1.4em;
}
.benef3>li:last-child{
	margin-bottom: 0;
}
.benef3>li .img{
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}
.benef3>li .img>img{
	display: block;
	margin: 0 auto;
}
.benef3>li .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.benef3>li .head{
	position: relative;
	padding-left: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.benef3>li .head>span{
	font-size: 55px;
	line-height: 50px;
	color: #8fc901;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.benef3>li .head>p{
	line-height: 1.2em;
}
.sect4 .alert{
	padding: 1px 0 40px;
	background: #fff;
}
.sect4 .alert .bef_after{
	margin-top: 10px;
}
.sect4 .alert .box{
	position: relative;
}
.sect4 .box .prod{
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -90px;
}

.sect4 .button-m{
	margin-top: 60px;
}


/*sect5*/
.sect5{
	background: #33dcc3;
	background: -moz-linear-gradient(top, #33dcc3 0%, #23b3d4 100%);
	background: -webkit-linear-gradient(top, #33dcc3 0%,#23b3d4 100%);
	background: linear-gradient(to bottom, #33dcc3 0%,#23b3d4 100%);
}

.list2{
	background: #fff;
	width: 450px;
	margin: 0 auto;
	border-radius: 16px;
	padding: 16px 10px 16px 20px;
}
.list2>li{
	margin-bottom: 15px;
	padding-left: 26px;
	background: url(../images/list2.png) 0 4px no-repeat;
	font-size: 16px;
}
.list2>li:last-child{
	margin-bottom: 0;
}

.sect5_action{
	background: url(../images/s5_bg_bot.png) 50% 0% no-repeat;
	margin-top: -10px;
	min-height: 291px;
	padding: 40px 0 6px;
}
.sect5_action p{
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 225px 0 15px;
}
.sect5_action p>span{
	display: inline-block;
	background: #8fc901;
	padding: 0 5px;
}
.sect5_action .button-m{
	margin-top: 160px;
}
.sect5_action>img{
	display: block;
	margin: 40px auto 0;
}


/*sect6*/
.sect6{
	background: #33dcc3;
	background: -moz-linear-gradient(top, #33dcc3 0%, #1a9bde 100%);
	background: -webkit-linear-gradient(top, #33dcc3 0%,#1a9bde 100%);
	background: linear-gradient(to bottom, #33dcc3 0%,#1a9bde 100%);
}
.sect6 .title{
	font-size: 28px;
}

.sect6 .benef2>li .text>span:after{
	background: #8fc901;
}

.sect6 .alert{
	background: #1690cf;
	width: 450px;
	margin: 50px auto 0;
	border-radius: 16px;
	color: #fff;
	padding: 1px 55px 15px;
	text-align: center;
}
.sect6 .alert:before{
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/clock_icon.png) 50% 50% no-repeat;
	border-radius: 50%;
	margin: -22px auto 5px;
}
.sect6 .button-m{
	margin-top: 35px;
}


/*sect7*/
.sect7{
	padding-bottom: 0;
}
.subtitle{
	padding: 0 30px;
	font-size: 20px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: -10px auto 30px;
}
.subtitle>span{
	color: #8fc901;
}

.reviews{
	background: #f5f6f7;
	padding: 30px 30px 40px;
}

.rev_item{
	background: #fff;
	border-radius: 16px;
	padding-bottom: 15px;
	overflow: hidden;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
	text-align: center;
	margin-bottom: 20px;
}
.rev_item:last-of-type{
	margin-bottom: 0;
}
.rev_item>img{
	display: block;
	margin: 0 auto;
}
.rev_item>span{
	display: block;
	font-weight: 700;
	font-size: 18px;
	padding: 0 30px;
	margin-bottom: 15px;
}
.rev_item>span:before{
	content: '';
	width: 70px;
	height: 70px;
	background: url(../images/rev_q.png) 50% 50% no-repeat;
	border-radius: 50%;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	position: relative;
	display: block;
	margin: -35px auto 15px;
}
.rev_item>p{
	font-size: 16px;
	padding: 0 15px;
}
.rev_item>p.name{
	margin-top: 15px;
	color: #a8a9aa;
}

.sect7 .button-m{
	margin-top: 35px;
}

/*sect8*/
.info {
  background-color: #f9f9ff;
  padding: 10px 25px;
}

.info__switch {
  display: none;
}

.info__body {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.info__switch:checked~.info__body {
  max-height: 100px;
}

.info__headline::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 4px;
  border: 6px solid #39739d;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.info__switch:checked~.info__headline::before {
  transform: rotate(180deg) translateY(6px);
}

.info__headline {
  display: block;
  position: relative;
  margin-bottom: 15px;
  user-select: none;
  color: #39739d;
  font-weight: normal;
  cursor: pointer;
}

.info__headline:hover {
  text-decoration: underline;
}
/*sect9*/
.sect9{
	padding: 0;
}
.sect9>img{
	display: block;
	margin: 0 auto 6px;
}
.sect9 .text{
	background: #ff7c8e url(../images/patt.jpg) 50% 0% repeat;
	padding: 30px 0;
}
.sect9 h2.title{
	font-size: 32px;
}
.sect9 .text>p{
	font-weight: 700;
	text-align: center;
	padding: 0 60px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.3em;
}
.sect9 .button-m{
	margin-top: 10px;
}


/*sect10*/
.sect10{
	padding-bottom: 15px;
}
.order_list{
	font-size: 0;
}
.order_list>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 20px;
}
.order_list>li>img{
	display: block;
	margin: 0 auto;
}
.order_list>li>span{
	display: block;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 23px;
	font-weight: 700;
	background: #fdd740;
	background: -moz-linear-gradient(top, #fdd740 0%, #ffb501 100%);
	background: -webkit-linear-gradient(top, #fdd740 0%,#ffb501 100%);
	background: linear-gradient(to bottom, #fdd740 0%,#ffb501 100%);
	margin: -18px auto 12px;
	position: relative;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
}


/*bottom*/
.offer_section.bottom .action_block{
	padding-top: 40px;
}
.offer_section .action_text{
	background: #ffffff;
	padding: 15px 50px;
	text-align: center;
}
.offer_section .action_text>span{
	display: block;
	color: #199bde;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1.1em;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 2px;
}
.offer_section .action_text>span+p{
	padding: 0 20px;
	line-height: 1.2em;
}

.conf{
	width: 330px;
	margin: 0 auto 15px;
	padding-left: 50px;
	background: url(../images/conf_icon.png) 0 50% no-repeat;
	text-align: left;
	line-height: 1.3em;
}


/* footer */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
	display: block;
}

footer {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
	background: #fff;
}
footer a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color:#333;
}
footer img {
   width: auto;
}
footer p {
    padding: 0;
    margin: 0;
}

<style>
.save-pill {
  display: inline-block;
  background: #d1fae5; /* светло-зеленый фон */
  color: #065f46;      /* темно-зеленый текст */
  font-weight: 700;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 6px;
  margin-top: 6px;
}
.save-pill .emoji {
  margin-right: 4px;
}

/* ====== PRICE TIMER BOX ====== */
.smp-timer-box{
  margin:10px auto 6px; padding:10px 12px; width:fit-content;
  background:#e6f3ff; color:#0b3b6e; border-radius:10px; font-weight:800;
}
.smp-countdown{font-variant-numeric: tabular-nums; margin-left:6px}

/* ====== STICKY BAR (мобайл) ====== */
.smp-sticky{
  position:fixed; left:0; right:0; bottom:0; z-index:9999;
  display:flex; justify-content:space-between; align-items:center; gap:12px;
  padding:10px 14px; background:rgba(17,24,39,.92); color:#fff;
  backdrop-filter:saturate(140%) blur(6px); transform:translateY(0);
  transition:transform .2s ease;
  box-shadow:0 -6px 16px rgba(0,0,0,.25);
}
.smp-sticky .smp-left{display:flex; align-items:center; gap:10px}
.smp-sticky .smp-title{font-weight:1200}
.smp-sticky .smp-btn{
  background:linear-gradient(#ffc107,#ffb300); color:#111; text-decoration:none;
  font-weight:900; padding:10px 18px; border-radius:999px;
  box-shadow:0 6px 0 #c38b00, 0 10px 18px rgba(0,0,0,.25);
}
.smp-sticky .smp-btn:active{transform:translateY(1px)}
@media (min-width: 861px){ .smp-sticky{ display:none; } }

/* ====== REVIEWS SLIDER ====== */
.sect7 .reviews.smp-slider{
  display:grid; gap:14px; grid-auto-flow:column; grid-auto-columns:100%;
  overflow:hidden; scroll-behavior:smooth; padding:4px 0;
}
.sect7 .smp-nav{
  position:relative; height:0;
}
.sect7 .smp-nav button{
  position:absolute; top:-110px; /* немного над блоком */
  width:40px; height:40px; border-radius:50%; border:none; cursor:pointer;
  background:#111827; color:#fff; box-shadow:0 6px 16px rgba(0,0,0,.25);
}
.sect7 .smp-nav .prev{ left: -6px; }
.sect7 .smp-nav .next{ right: -6px; }
@media (min-width:640px){ .sect7 .reviews.smp-slider{ grid-auto-columns:50%; } }
@media (min-width:1024px){ .sect7 .reviews.smp-slider{ grid-auto-columns:33.3333%; } }
/* лёгкий кардинг, если у тебя своих нет */
.sect7 .reviews.smp-slider .rev_item{ background:#fff; border-radius:16px;
  box-shadow:0 8px 18px rgba(0,0,0,.06); padding:12px }

/* ====== MINI PROGRESS (ніготь → здоровий) ====== */
.smp-progress{margin:24px auto 8px}
.smp-progress-title{text-align:center; font-size:22px; font-weight:800; margin-bottom:10px}
.smp-steps{display:flex; align-items:center; justify-content:center; gap:10px}
.smp-arrow{opacity:.5}
.smp-step{display:flex; flex-direction:column; align-items:center; gap:6px; max-width:140px; text-align:center}
.smp-step small{color:#6b7280}
.smp-ico svg{width:72px; height:72px}
.smp-ico rect.bg{fill:#e5f7f6; stroke:#10b981; stroke-width:0}
.smp-ico .plate{fill:#fff}
.smp-ico .stain{fill:#d97706}
.smp-ico.good rect.bg{stroke:#10b981; stroke-width:2}
.smp-ico.mid rect.bg{stroke:#f59e0b; stroke-width:2}
.smp-ico.bad rect.bg{stroke:#ef4444; stroke-width:2}
.smp-ico .check{fill:none; stroke:#10b981; stroke-width:5; stroke-linecap:round; stroke-linejoin:round}
@media (max-width:640px){
  .smp-steps{gap:6px}
  .smp-ico svg{width:64px; height:64px}
  .smp-step{max-width:110px}
}
</style>
/* === TIMER: крупнее + красный лейбл === */
.smp-timer-box{ 
  font-size: 18px;            /* было меньше — делаем крупнее */
  padding: 12px 14px;         /* чуть больше воздуха */
}
.smp-timer-box .smp-tlabel{
  color:#ff3b3b;              /* красный лейбл */
  margin-right: 6px;
  font-weight: 900;
}
.smp-countdown{ 
  font-size: 22px; 
  font-variant-numeric: tabular-nums; 
}
@media (min-width:480px){
  .smp-countdown{ font-size: 24px; }
}

/* === Sticky-бар (мобайл): красный лейбл + крупнее цифры === */
.smp-sticky .smp-title{ color:#ff3b3b; font-weight:900; }
.smp-sticky .smp-countdown{ font-size: 20px; }

/* === Плашка экономии (без изменений стиля, только на всякий) === */
.save-pill{ display:inline-block; background:#d1fae5; color:#065f46; 
  font-weight:700; font-size:16px; padding:6px 12px; border-radius:6px; margin-top:6px; }
.save-pill .emoji{ margin-right:4px; }

/* временно скрыть зеленую экономию */
.smp-save-wrap{ display:none !important; }
