:root{
  --mka-bg:#061625;
  --mka-bg2:#09233a;
  --mka-panel:#0d2d49;
  --mka-card:#ffffff;
  --mka-line:#d7e8f3;
  --mka-blue:#0b76d8;
  --mka-cyan:#16c4e8;
  --mka-green:#12a56b;
  --mka-green2:#0b7d55;
  --mka-mint:#dff8ee;
  --mka-accent:#f0b84a;
  --mka-text:#102033;
  --mka-muted:#6c7a89;
}

html{scroll-behavior:smooth;background:var(--mka-bg);} 
body{
  min-width:480px;
  background:radial-gradient(circle at top,#0e4068 0,#061625 38%,#061625 100%) !important;
  color:var(--mka-text);
  font-family:'Gotham Pro',Arial,sans-serif;
}
.main_wrapper{
  width:480px;
  overflow:hidden;
  background:#f4f9fc !important;
  box-shadow:0 0 70px rgba(0,0,0,.42);
}
img,video{max-width:100%;height:auto;display:block;}

.offer_section{
  position:relative;
  padding-bottom:30px !important;
  background:
    radial-gradient(circle at 50% 0,rgba(22,196,232,.24),transparent 35%),
    linear-gradient(180deg,#061625 0%,#0a2b47 68%,#082035 100%) !important;
  color:#eefaff;
}
.offer_section:before{
  content:'MKA-03';
  position:absolute;
  top:14px;
  left:18px;
  z-index:3;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#dff8ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.09em;
}
.header_image{padding-top:42px;background:linear-gradient(135deg,#071a2d,#0d426b) !important;}
.header_image img{border-radius:0 0 26px 26px;filter:drop-shadow(0 18px 24px rgba(0,0,0,.32));}

/* timer */
.offer_section .timer_block{
  margin:20px 18px 14px !important;
  padding:20px 18px 18px !important;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.07)) !important;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 34px rgba(0,0,0,.22);
  backdrop-filter:blur(10px);
  text-align:center;
}
.offer_section .timer_block>p{
  margin:0 0 14px !important;
  color:#f1fbff !important;
  font-size:18px;
  font-weight:800;
  line-height:1.25;
}
.offer_section .timer{
  display:flex !important;
  justify-content:center;
  align-items:stretch;
  gap:10px;
  width:100%;
}
.offer_section .timer_block .timer_item{
  float:none !important;
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  width:112px !important;
  margin:0 !important;
  padding:12px 8px 10px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#f9fcff 0%,#e6f4fb 100%) !important;
  border:1px solid rgba(22,196,232,.38);
  box-shadow:inset 0 -5px 0 rgba(10,118,216,.10),0 8px 18px rgba(0,0,0,.14);
  text-align:center;
}
.offer_section .timer .timer_item:not(:last-child):after{display:none !important;content:none !important;}
.offer_section .timer_block .count{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:2px;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  color:#082035 !important;
  line-height:1 !important;
}
.offer_section .timer_block .count span{
  display:inline-block;
  font-size:40px !important;
  line-height:.95 !important;
  font-weight:800 !important;
  color:#082035 !important;
  letter-spacing:-1px;
}
.offer_section .timer_block .text{
  margin-top:5px;
  font-size:12px !important;
  line-height:1.1 !important;
  color:#0b76d8 !important;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

/* price */
.offer_section .price{
  display:grid !important;
  grid-template-columns:1fr 1.16fr;
  gap:0;
  margin:16px 18px 24px !important;
  padding:0 !important;
  overflow:hidden;
  border-radius:24px;
  background:none !important;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 34px rgba(0,0,0,.26);
}
.offer_section .price>div{
  float:none !important;
  width:auto !important;
  min-height:92px;
  padding:14px 14px 13px !important;
  text-align:center !important;
  font-size:12px !important;
  line-height:1.15 !important;
  text-transform:uppercase;
  letter-spacing:.045em;
}
.offer_section .price .old{
  background:linear-gradient(180deg,#0a2238,#071b2d) !important;
  color:#a9bed0 !important;
}
.offer_section .price .new{
  background:linear-gradient(135deg,#e9fff6 0%,#b9f1d7 100%) !important;
  color:#06412e !important;
  border-left:1px solid rgba(255,255,255,.32);
}
.offer_section .price p{margin:6px 0 0 !important;font-size:0 !important;line-height:1 !important;}
.offer_section .price p span{
  display:inline-block;
  font-size:34px !important;
  line-height:1 !important;
  font-weight:900;
  letter-spacing:-1px;
}
.offer_section .price p small{
  display:inline-block;
  margin-left:5px;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:800;
  text-transform:uppercase;
}
.offer_section .price .old p span{
  color:#c6d8e7 !important;
  text-decoration:line-through;
  text-decoration-thickness:3px;
  text-decoration-color:rgba(255,255,255,.55);
}
.offer_section .price .old p small{color:#c6d8e7 !important;}
.offer_section .price .new p{color:#06734d !important;}
.offer_section .price .new p span,.offer_section .price .new p small{color:#06734d !important;}

/* buttons */
.button-m,button.button-m,.m1-form .button-m{
  width:400px !important;
  height:74px !important;
  line-height:74px !important;
  border:0 !important;
  border-radius:22px !important;
  background:linear-gradient(135deg,var(--mka-green) 0%,#18bf7b 45%,var(--mka-green2) 100%) !important;
  color:#fff !important;
  font-family:'Gotham Pro',Arial,sans-serif !important;
  font-size:21px !important;
  font-weight:900 !important;
  letter-spacing:.03em !important;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  box-shadow:0 16px 30px rgba(18,165,107,.34),inset 0 -4px 0 rgba(0,0,0,.18) !important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.button-m:hover,button.button-m:hover{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 21px 38px rgba(18,165,107,.44),inset 0 -4px 0 rgba(0,0,0,.18) !important;}
.button-m:active,button.button-m:active{top:0 !important;transform:translateY(1px);}

/* content */
section{background:#f4f9fc !important;padding:34px 0 32px !important;}
.sect2{margin-top:0 !important;padding-top:0 !important;}
.sect2 p, section p{
  margin:0 22px 20px;
  color:#26394c;
  font-size:17px;
  line-height:1.55;
}
.sect2>img, section>img, .sect9 .img img{
  border-radius:22px;
  margin:0 auto 24px;
  width:calc(100% - 36px);
  box-shadow:0 14px 28px rgba(7,26,45,.12);
}
.sect2>img:first-of-type{border-radius:0 0 22px 22px;width:100%;box-shadow:none;}
h2.title{
  margin:0 18px 22px !important;
  padding:0 !important;
  color:#0b2238 !important;
  font-size:18px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  text-align:center;
  text-transform:uppercase;
}
h2.title span{
  display:block;
  padding:18px 16px;
  border-radius:20px;
  background:linear-gradient(135deg,#eaf8ff,#ffffff);
  border:1px solid var(--mka-line);
  color:#0b76d8 !important;
  font-size:25px !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  box-shadow:0 10px 24px rgba(7,26,45,.08);
}
.vidos{width:calc(100% - 36px) !important;margin:0 auto 24px;border-radius:22px;box-shadow:0 14px 28px rgba(7,26,45,.16);overflow:hidden;background:#061625;}

.reviews_section{
  background:linear-gradient(180deg,#082035 0%,#0d3d62 100%) !important;
  color:#fff;
}
.reviews_section h2 b{color:#fff !important;}
.slider{width:calc(100% - 36px) !important;}
.testimonial{
  border:1px solid rgba(22,196,232,.18) !important;
  border-radius:20px;
  background:#ffffff !important;
  box-shadow:0 14px 28px rgba(0,0,0,.18);
  color:#12263a !important;
}
.rating{color:#f0b84a !important;}
.prev,.next{border-radius:999px;background:rgba(255,255,255,.86) !important;color:#0a2b47 !important;}

.sect9{background:#eef7fc !important;}
.sect9 .list5{padding:0 18px !important;}
.sect9 .list5 li{
  overflow:hidden;
  margin-bottom:18px;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 28px rgba(7,26,45,.10);
}
.sect9 .list5 .txt{padding:18px !important;}
.sect9 .list5 .txt span{color:#0b76d8 !important;font-weight:900;}

.offer_section h5{margin:10px 18px 18px;text-align:center;}
.offer_section h5 span{
  display:block;
  color:#f4fbff;
  font-size:25px;
  line-height:1.15;
  font-weight:900;
}
.offer_section .products_count{margin:18px 18px 0 !important;text-align:center;}
.offer_section .products_count>span{
  display:inline-block !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  background:rgba(22,196,232,.12) !important;
  border:1px solid rgba(22,196,232,.28) !important;
  color:#dff8ff !important;
  font-weight:800;
  line-height:1.25;
}

#order_form{
  margin:0 18px !important;
  padding:22px 18px !important;
  border-radius:26px;
  background:linear-gradient(180deg,#ffffff,#eaf8ff) !important;
  border:1px solid rgba(22,196,232,.26);
  box-shadow:0 20px 42px rgba(0,0,0,.23);
}
#order_form input{
  width:100%;
  height:60px !important;
  margin-bottom:14px !important;
  padding:0 18px !important;
  text-indent:0 !important;
  border-radius:16px !important;
  border:1px solid #c8e0ee !important;
  background:#fff !important;
  color:#13283c !important;
  font-size:17px !important;
  box-shadow:inset 0 2px 6px rgba(7,26,45,.06);
}
#order_form input:focus{outline:none;border-color:#16c4e8 !important;box-shadow:0 0 0 4px rgba(22,196,232,.16) !important;}
#order_form button.button-m{width:100% !important;margin-top:4px !important;}

.footer_section{background:#061625 !important;color:#cfe6f4 !important;padding:24px 18px !important;border-top:1px solid rgba(255,255,255,.1);}
.footer_section a{color:#16c4e8 !important;}

/* hide broken old decorative images if file is missing */
img[src^='./wash_files/']{display:none !important;}

@media(max-width:480px){
  body{min-width:320px;}
  .main_wrapper{width:100%;}
}

/* final polish: readable text blocks, running timer, reviews title */
.sect2 > p,
.sect2 > div + p,
.sect9 .list5 .txt p{
  position:relative;
  margin:0 18px 24px !important;
  padding:18px 18px 18px 20px !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f2fbff 100%) !important;
  border:1px solid #d8edf7 !important;
  border-left:5px solid var(--mka-cyan) !important;
  color:#173047 !important;
  font-size:17px !important;
  line-height:1.62 !important;
  font-weight:500 !important;
  box-shadow:0 12px 26px rgba(7,26,45,.09) !important;
}
.sect2 > p::before{
  content:'';
  position:absolute;
  top:16px;
  right:16px;
  width:36px;
  height:36px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(22,196,232,.22),rgba(22,196,232,.04));
  pointer-events:none;
}
.sect2 > p br + br{display:block;content:'';margin-top:10px;}
.sect2 > p strong,
.sect9 .list5 .txt p strong{color:#082b46;font-weight:900;}
.sect2 > p:first-letter{color:inherit;font-weight:inherit;}

.reviews_section{
  padding:36px 0 42px !important;
}
.reviews_section h2{
  margin:0 18px 24px !important;
  padding:0 !important;
  text-align:center !important;
}
.reviews_section h2 b{
  display:block !important;
  max-width:390px;
  margin:0 auto !important;
  padding:18px 18px 17px !important;
  border-radius:22px !important;
  background:linear-gradient(135deg,rgba(22,196,232,.20),rgba(18,165,107,.16)) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#f4fbff !important;
  font-size:27px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  box-shadow:0 16px 30px rgba(0,0,0,.22) !important;
  text-align:center !important;
}
.reviews_section h2 b::after{
  display:block;
  margin-top:8px;
  color:#bfefff;
  font-size:13px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:none;
}
.testimonial p{
  margin:0 0 12px !important;
  color:#20384d !important;
  font-size:16px !important;
  line-height:1.55 !important;
}
.testimonial p.rating{
  margin-bottom:8px !important;
  font-size:20px !important;
  color:var(--mka-accent) !important;
}
.testimonial p strong{
  display:inline-block;
  padding:6px 14px;
  border-radius:999px;
  background:#eaf8ff;
  color:#0b76d8;
  font-size:18px;
}

.offer_section .timer_block .count span{
  min-width:22px;
  transition:transform .16s ease, opacity .16s ease;
}
.offer_section .timer_block .count.is-ticking span{
  transform:translateY(-1px);
  opacity:.86;
}

/* polish update: delivery block and modern list styling */
.reviews_section h2 b::after{content:none !important;display:none !important;}

.sect9 .list5 li{
  display:flex !important;
  align-items:stretch !important;
  gap:0 !important;
  min-height:190px;
}
.sect9 .list5 li .img{
  flex:0 0 42% !important;
  width:42% !important;
  overflow:hidden;
}
.sect9 .list5 li .img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.sect9 .list5 li .txt{
  flex:1 1 auto !important;
  width:auto !important;
  padding:22px 18px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.sect9 .list5 .txt span{
  display:inline-flex !important;
  align-items:center;
  gap:8px;
  width:max-content;
  margin:0 0 10px !important;
  padding:8px 13px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,rgba(22,196,232,.14),rgba(18,165,107,.14)) !important;
  border:1px solid rgba(22,196,232,.22) !important;
  color:#0b76d8 !important;
  font-size:16px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
}
.sect9 .list5 .txt span::before{
  content:'';
  width:9px;
  height:9px;
  border-radius:50%;
  background:#12a56b;
  box-shadow:0 0 0 4px rgba(18,165,107,.14);
}
.sect9 .list5 .txt p{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-left:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#18344d !important;
  font-size:16px !important;
  line-height:1.5 !important;
  font-weight:600 !important;
  text-align:left !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

.mka-spec-list,
.mka-use-list,
.mka-kit-list,
.mka-feature-grid{
  margin:0 18px 24px !important;
  padding:0 !important;
}
.mka-spec-list,
.mka-use-list,
.mka-kit-list{list-style:none !important;}
.mka-spec-list li,
.mka-use-list li,
.mka-kit-list li{
  position:relative;
  margin:0 0 10px !important;
  padding:13px 14px 13px 44px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#ffffff,#f2fbff) !important;
  border:1px solid #d8edf7 !important;
  color:#173047 !important;
  font-size:16px !important;
  line-height:1.34 !important;
  font-weight:700 !important;
  box-shadow:0 8px 18px rgba(7,26,45,.07) !important;
}
.mka-spec-list li::before,
.mka-use-list li::before,
.mka-kit-list li::before{
  content:'';
  position:absolute;
  left:15px;
  top:50%;
  width:14px;
  height:14px;
  margin-top:-7px;
  border-radius:50%;
  background:linear-gradient(135deg,#16c4e8,#12a56b);
  box-shadow:0 0 0 5px rgba(22,196,232,.12);
}
.mka-spec-list li{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
}
.mka-spec-list li span{color:#426078;font-weight:700;}
.mka-spec-list li strong{color:#082b46;font-weight:900;text-align:right;}

.mka-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.mka-feature-card{
  position:relative;
  padding:18px 14px 16px !important;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#f2fbff);
  border:1px solid #d8edf7;
  box-shadow:0 10px 22px rgba(7,26,45,.08);
  overflow:hidden;
}
.mka-feature-card::before{
  content:'';
  display:block;
  width:28px;
  height:4px;
  margin:0 0 12px;
  border-radius:999px;
  background:linear-gradient(90deg,#16c4e8,#12a56b);
}
.mka-feature-card b{
  display:block;
  margin-bottom:7px;
  color:#082b46;
  font-size:16px;
  line-height:1.22;
  font-weight:900;
}
.mka-feature-card p{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#456177 !important;
  font-size:14px !important;
  line-height:1.42 !important;
  font-weight:600 !important;
}

@media(max-width:420px){
  .mka-feature-grid{grid-template-columns:1fr;}
  .sect9 .list5 li{min-height:0;}
  .sect9 .list5 li .img{flex:0 0 38% !important;width:38% !important;}
  .sect9 .list5 li .txt{padding:18px 14px !important;}
  .sect9 .list5 .txt p{font-size:15px !important;line-height:1.45 !important;}
}
