html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container{
    
}
.zayavka_block{
      display: flex;
    gap: 100px;
}
 @font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-ultralight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
body{
  font-family: 'SF UI Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  color: #1B1B1B;
 
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.container{
  max-width: 1772px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; background: none; border: 0; }

/* ===== Header ===== */
.header{
  background: #fff;
  padding: 18px 0;
  position: relative;
  z-index: 5;
}
.header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo__icon{ display: inline-flex; }
.logo__text{
  font-weight: 700;
  font-size: 22px;
  color: #1F9D55;
  letter-spacing: .2px;
}
.header__nav{
  display: flex;
  align-items: center;
  gap: 18px;
}
.lang-switch{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1.5px solid #1F9D55;
  border-radius: 999px;
  color: #1F9D55;
  font-weight: 500;
  font-size: 15px;
}
.menu-btn{
  background: #1F9D55;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 11px 28px;
  border-radius: 999px;
}

/* ===== Hero ===== */
.hero{
  position: relative;
  margin: 24px 0 100px;
  padding: 90px 80px;
  border-radius: 32px;
  background: linear-gradient(90deg, #1FAA50 0%, #18B144 55%, #20C04A 100%);
  color: #fff;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
  box-shadow:
    0px 17px 38px 0px #73C9AF1A,
    0px 69px 69px 0px #73C9AF17,
    0px 156px 94px 0px #73C9AF0D,
    0px 278px 111px 0px #73C9AF03,
    0px 434px 121px 0px #73C9AF00;
}
.hero__content{
  position: relative;
  z-index: 2;
  max-width: 895px;
}
.hero__title{
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.5px;
}
.hero__title--yellow{
  display: block;
  color: #FFE51A;
  font-size: 144px;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1;
}
.hero__title--white{
  display: block;
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 877px;
}
.hero__more{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 80px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.hero__more-arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1F9D55;
  border: 1.5px solid rgba(255,255,255,.6);
}
.hero__image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}
.hero__decor{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.decor{
  position: absolute;
  display: inline-block;
}
.decor--coin1{
  right: 18%;
  top: 18%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(145deg, #FFE680 0%, #F2C24A 100%);
  box-shadow: inset -4px -6px 0 rgba(0,0,0,.08);
}
.decor--coin2{
  right: 8%;
  top: 8%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(145deg, #FFE680 0%, #F2C24A 100%);
  box-shadow: inset -6px -8px 0 rgba(0,0,0,.08);
}
.decor--card1{
  left: 38%;
  top: 22%;
  width: 110px;
  height: 70px;
  border-radius: 8px;
  background: linear-gradient(135deg, #FFD24A, #E8A726);
  transform: rotate(-18deg);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}
.decor--card1::after{
  content:"";
  position: absolute;
  inset: 8px 8px auto 8px;
  height: 16px;
  background: rgba(0,0,0,.18);
  border-radius: 3px;
}
.decor--card2{
  right: 28%;
  bottom: 14%;
  width: 90px;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(135deg, #4FC074, #2C8E4A);
  transform: rotate(14deg);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}
.decor--percent1, .decor--percent2, .decor--percent3{
  font-weight: 800;
  color: #FFE51A;
  font-size: 56px;
  line-height: 1;
  text-shadow: 0 6px 14px rgba(0,0,0,.18);
}
.decor--percent1{ left: 36%; bottom: 20%; transform: rotate(-12deg); }
.decor--percent2{ right: 6%; bottom: 22%; transform: rotate(8deg); font-size: 80px; }
.decor--percent3{ right: 22%; top: 38%; transform: rotate(-6deg); font-size: 44px; }

/* ===== Layout widths ===== */
/* широкие блоки: банер и "Можно ли списать" — 1772px */
.hero,
.write-off{
  max-width: 1772px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 48px);
  box-sizing: border-box;
  z-index: 5;
}

/* остальные блоки — 1520px */
.steps,
main > .step-card,
.contacts{
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 48px);
  box-sizing: border-box;
}

/* ===== Step Cards ===== */
.steps{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}
.steps__row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.step-card{
  position: relative;
  background: #EAF6EC;
  border-radius: 20px;
  padding: 26px 30px 30px;
  display: flex;
  gap: 22px;
  box-sizing: border-box;
  width: 100%;
}
.steps__row .step-card:first-child{
  background:
    linear-gradient(266.98deg, #E9FFF3 1.23%, #FFFFFF 97.59%) padding-box,
    linear-gradient(248.51deg, rgba(8, 157, 74, 0.45) 0.32%, rgba(8, 157, 74, 0) 95.44%) border-box;
  border: 1px solid transparent;
  border-radius: 26px;
}
.steps__row .step-card:nth-child(2){
  background:
    linear-gradient(266.98deg, #FFFFFF 1.23%, #E9FFF3 97.59%) padding-box,
    linear-gradient(248.51deg, rgba(8, 157, 74, 0.45) 0.32%, rgba(8, 157, 74, 0) 95.44%) border-box;
  border: 1px solid transparent;
  border-radius: 26px;
}
.step-card--full{
  background:
    linear-gradient(266.98deg, #E9FFF3 1.23%, #FFFFFF 97.59%) padding-box,
    linear-gradient(248.51deg, rgba(8, 157, 74, 0.45) 0.32%, rgba(8, 157, 74, 0) 95.44%) border-box;
  border: 1px solid transparent;
  border-radius: 26px;
}
.steps .step-card--plain{
  background:
    linear-gradient(266.98deg, #FFFFFF 1.23%, #E9FFF3 97.59%) padding-box,
    linear-gradient(248.51deg, rgba(8, 157, 74, 0.45) 0.32%, rgba(8, 157, 74, 0) 95.44%) border-box;
  border: 1px solid transparent;
  border-radius: 26px;
}
.arr_margin{
  margin-top:-100px;
  z-index: 0;
}
.write-off ~ .step-card--plain{
  background:
    linear-gradient(266.98deg, #E9FFF3 1.23%, #FFFFFF 97.59%) padding-box,
    linear-gradient(248.51deg, rgba(8, 157, 74, 0.45) 0.32%, rgba(8, 157, 74, 0) 95.44%) border-box;
  border: 2px solid transparent;
  border-radius: 26px;
  padding: 105px 60px;
}
.write-off ~ .step-card--plain + .step-card--plain{
  margin-top: 30px;
}
.step-card--full{
  width: 100%;
}
.step-card--plain{
  background: #EAF6EC;
}
.step-card__head{
  flex-shrink: 0;
}
.step-card--stack{
  flex-direction: column;
  gap: 18px;
}
.step-card__top{
  display: flex;
  gap: 22px;
  align-items: center;
  width: 100%;
}
.step-card__intro{
  flex: 1;
  min-width: 0;
}
.step-card--stack .step-card__title{
  margin-bottom: 12px;
}
.step-card--stack .step-card__lead{
  margin-bottom: 0;
}
.step-card__badge{
  position: relative;
  width: 80px;
  min-height: 96px;
  border-radius: 16px;
  background: linear-gradient(180deg, #2BA85F 0%, #1F8E4A 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 6px;
  color: #fff;
  box-shadow: 0 8px 18px rgba(31,142,74,.25);
}
.step-card__badge--small{
  min-height: 72px;
}
.step-card__badge-img{
  display: block;
  width: 129px;
  height: auto;
  object-fit: contain;
}
.step-card__num{
  font-weight: 700;
  font-size: 18px;
  color: #FFE51A;
  letter-spacing: .5px;
}
.step-card__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}
.step-card__icon svg{ width: 100%; height: 100%; }
.step-card__body{
  flex: 1;
  min-width: 0;
}
.step-card__title{
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.25;
}
.step-card__lead{
  font-size: 24px;
  color: #2A2A2A;
  line-height: 1.55;
  margin-bottom: 12px;
}
.step-card__sub{
  font-size: 24px;
  color: #1B1B1B;
  font-weight: 400;
  margin: 8px 0 8px;
}
.dot_strong{
  font-weight: 500;
}
strong{
  font-weight: 500;
}
.step-card__foot{
  font-size: 24px;
  color: #000000;
  
  margin-top: 10px;
}

.dot-list{
  list-style: none;
  margin: 0 0 14px 4px;
  padding: 0;
}
.dot-list li{
  position: relative;
  padding-left: 18px;
  font-size: 24px;
  color: #2A2A2A;
  line-height: 1.55;
  margin-bottom: 6px;
}
.dot-list li::before{
  content: "";
  position: absolute;
  left: 2px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000000;
}
.dot-list--white li{ color: #fff; }
.dot-list--white li::before{ background: #fff; }
.note-pill::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 13px;
    width: 26px;
    height: 26px;

    background-repeat: no-repeat;
    background-size: contain;

    /* SVG кружок */
    background-image: url("https://fingramota.kz/storage/app/media/road/whatdo/info-circle.svg");
}
.note-pill{
  margin-top: 14px;
  background: linear-gradient(180deg, #2BA85F 0%, #1F8E4A 100%);
  color: #fff;
  border-radius: 30px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow:
    0px 16px 34px 0px #079A511A,
    0px 62px 62px 0px #079A5117,
    0px 141px 84px 0px #079A510D,
    0px 250px 100px 0px #079A5103,
    0px 391px 109px 0px #079A5100;
  position: relative;
    padding-left: 48px;
}
.note-pill--small{
  margin-bottom: 20px;
  /* font-size: 13px;
  padding: 12px 24px;
  margin: 12px 0; */
}

/* ===== Write-off section ===== */
.write-off{
  position: relative;
  margin: 60px auto 40px;
  padding: clamp(40px, 4vw, 70px) clamp(28px, 4.5vw, 80px);
  padding-bottom: clamp(90px, 10.2vw, 180px);
  border-radius: 32px;
  background: url('https://fingramota.kz/storage/app/media/road/whatdo/banner2.png') top/contain no-repeat;
  color: #fff;
  overflow: hidden;
  min-height: clamp(380px, 35vw, 620px);
}
.write-off__decor,
.write-off__image{
  display: none;
}
.write-off__content{
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.write-off__content-left{
  max-width: 867px;
}
.write-off__content-right{
  text-align: right;
    display: flex;
    justify-content: flex-end;
}
.write-off__title{
  font-weight: 300;
  font-size: clamp(48px, 5.4vw, 84px);
  line-height: 1.0;
  margin-bottom: 20px !important;
  color: #fff;
}
.write-off__title--accent{
    font-weight: 800;
  color: #fff;
}
.write-off__lead{
  font-size: clamp(16px, 1.35vw, 24px);
  line-height: 1.55;
  margin-bottom: 8px;
  color: #fff;
}
.write-off__sub{
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: clamp(16px, 1.35vw, 24px);
  color: #fff;
}
.write-off .dot-list li{
  font-size: clamp(16px, 1.35vw, 24px);
}
.write-off__callout{
  max-width: 1079px;
  position: relative;
  margin-top: 40px;
  text-align: right;
  padding-bottom: 15px;
  z-index: 3;
}
.write-off__callout p{
  font-size: clamp(20px, 1.8vw, 32px);
  font-weight: 400;
  color: #fff;
  line-height: 1.0;
  margin-bottom: 10px;
}
.callout-accent{
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  font-size: clamp(56px, 5.4vw, 84px);
  line-height: 1.0;
}
.callout-accent_second{
  color: #fff;
  font-weight: 300;
  font-size: clamp(56px, 5.4vw, 84px);
   line-height: 1.0;
}
.callout-sub{
  font-size: clamp(16px, 1.35vw, 24px) !important;
  font-weight: 400 !important;
  margin-top: 20px;
  color: #fff;
}

/* ===== Contacts ===== */
.contacts{
  margin: 100px auto 40px;
  padding: 50px 60px;
  border-radius: 32px;
  background: linear-gradient(135deg, #2BA85F 0%, #1F8E4A 60%, #16763C 100%);
  color: #fff;
}
.contacts__title{
  font-weight: 800;
  font-size: 96px;
  margin-bottom: 36px;
  color: #FFE51A;
}
.contacts__title--white{ color: #fff; font-weight: 300; }
.contacts__grid{
  display: flex;
    justify-content: space-between;
    gap: 40px;
}
.contact-col{
  /* border-top: 1.5px solid rgba(255,255,255,.5); */
  padding-top: 18px;
}
.contact-col__label{
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 18px;
}
.contact-col__site{
  font-weight: 600;
  font-size: 40px;
  color: #FFE51A;
  margin-bottom: 12px;
}
.contact-col__phone{
  font-size: 36px;
  color: #fff;
      font-weight: 300;
}
.contact-col__phone span{
  color: #FFE51A;
  font-weight: 300;
}
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.visible {
    visibility: visible !important;
}
.fade-in.visible{
  opacity: 1;
    transform: translateY(0);
}
.slide-side {
    opacity: 0;
    transition: all 0.9s ease-out;
}
.slide-side.left {
    transform: translateX(-100px);
}
.slide-side.right {
    transform: translateX(100px);
}
.slide-side.visible {
    opacity: 1;
    transform: translateX(0);
}
.header-blocks{
  display: none !important;
}
/* ===== Exception box ===== */
.exception-box{
  background: linear-gradient(180deg, #2BA85F 0%, #1F8E4A 100%);
  border-radius: 18px;
  padding: 18px 26px;
  margin: 16px 0;
  color: #fff;
}
.exception-box__title{
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
}

/* ===== Footer ===== */
.footer{
  margin-top: 30px;
  background: linear-gradient(135deg, #2BA85F 0%, #1F8E4A 60%, #16763C 100%);
  padding: 28px 0;
  color: #fff;
}
.footer__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo--footer .logo__text{ color: #fff; }
.footer__copy{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,255,255,.85);
}
.footer__right{
  display: flex;
  align-items: center;
  gap: 28px;
}
.stores{
  display: flex;
  gap: 12px;
}
.store-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}
.store-badge__icon{
  font-size: 18px;
  color: #fff;
}
.store-badge small{
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: rgba(255,255,255,.8);
  letter-spacing: .5px;
}
.socials{
  display: flex;
  gap: 10px;
}
.social{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255,255,255,.5);
}

/* ===== Responsive ===== */
@media (max-width: 960px){
  .container{ padding: 0 16px; }

  /* Header */
  .header{ padding: 12px 0; }
  .logo{ gap: 8px; }
  .logo__text{ font-size: 16px; }
  .logo__icon svg{ width: 28px; height: 28px; }
  .header__nav{ gap: 10px; }
  .lang-switch{ padding: 7px 12px; font-size: 13px; }
  .menu-btn{
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 10px;
    background: #1F9D55;
    position: relative;
  }
  .menu-btn::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
  }

  /* Hero */
  .hero{
    padding: 28px 22px 32px;
    min-height: 380px;
    border-radius: 24px;
    margin: 30px auto 30px;
    width: calc(100% - 32px);
    background-image:
      url('https://fingramota.kz/storage/app/media/road/whatdo/mobile_banner.png'),
      linear-gradient(90deg, #1FAA50 0%, #18B144 55%, #20C04A 100%);
   background-size: cover, auto;
        background-position: bottom;
        background-repeat: no-repeat, no-repeat;
        align-items: flex-start;
        min-height: 637px;
  }
  .hero__content{ max-width: 100%; width:100%;text-align: center;}
  .hero__title--yellow{ font-size: 60px; margin-bottom: 20px; text-align: center;}
  .hero__title--white{ font-size: 24px; line-height: 1.3; text-align: center; }
  .hero__more{ margin-top: 28px; font-size: 14px; gap: 10px; }
  .hero__more svg{ width: 36px; height: 36px; }
  .hero__picture{ display: none; }
  .hero__image{ display: none; }

  /* Steps grid */
  .steps{ gap: 16px; margin-bottom: 30px; }
  .steps__row{ grid-template-columns: 1fr; gap: 16px; }

  /* Step cards: badge on top, body below */
  .step-card{
    flex-direction: column;
    padding: 22px 20px;
    gap: 14px;
    border-radius: 20px;
  }
  .step-card__head{ align-self: anchor-center; }
  .step-card__badge-img{  }
  .step-card__title{
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .step-card__lead{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .step-card__sub{ font-size: 16px; margin: 6px 0; }
  .step-card__foot{ font-size: 15px; }
  .dot-list{ margin: 0 0 10px 4px; }
  .dot-list li{
    font-size: 15px;
    line-height: 1.5;
    padding-left: 16px;
    margin-bottom: 4px;
  }
  .dot-list li::before{ top: 11px; width: 5px; height: 5px; }
  .note-pill{
    font-size: 14px;
    padding: 12px 18px 12px 42px;
    margin-top: 12px;
    border-radius: 20px;
    line-height: 1.45;
  }
  .note-pill::before{ width: 22px; height: 22px; left: 12px; top: 12px; }

  /* Stacked plain cards (Внесудебное / Судебное) */
  .step-card--stack{ gap: 14px; }
  .step-card__top{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }
  .step-card--stack .step-card__head{ align-self: center; }
  .step-card--stack .step-card__title{ font-size: 20px; margin-bottom: 8px; }
  .step-card--stack .step-card__lead{ font-size: 15px; text-align: left; }
  .write-off ~ .step-card--plain{
    padding: 28px 20px;
    border-radius: 20px;
  }
  .write-off ~ .step-card--plain + .step-card--plain{ margin-top: 16px; }
  .arr_margin{ margin-top: 16px; z-index: 1; }

  /* Exception box */
  .exception-box{
    padding: 14px 18px;
    border-radius: 14px;
    margin: 12px 0;
  }
  .exception-box__title{ font-size: 15px; margin-bottom: 10px; }
  .exception-box .dot-list li{ font-size: 14px; }

  /* Write-off section */
  .write-off{
    padding: 32px 24px 36px;
    border-radius: 24px;
    margin: 28px auto 24px;
    min-height: auto;
    width: calc(100% - 32px);
    background-image: url('https://fingramota.kz/storage/app/media/road/whatdo/mobile_banner_2.png');
    background-size: cover;
        background-position: bottom;
        min-height: 900px;
        border-radius: 60px;
  }
  .write-off__title{ font-size: 32px; margin-bottom: 14px; line-height: 1.1; }
  .write-off__lead{ font-size: 14px; margin-bottom: 6px; }
  .write-off__sub{ font-size: 14px; margin-top: 12px; }
  .write-off__content-left{ max-width: 100%; }
  .write-off__content-right{ display: block; text-align: left; justify-content: flex-start; }
  .write-off__image{ display: none; }
  .write-off__callout{
    position: static;
    text-align: left;
    margin-top: 28px;
    max-width: 100%;
  }
  .write-off__callout p{ font-size: 22px; line-height: 1.15; }
  .callout-accent{ font-size: 30px; display: block; margin-bottom: 4px; }
  .callout-accent_second{ font-size: 30px; display: inline; }
  .callout-sub{ font-size: 14px !important; margin-top: 12px; }

  /* Contacts */
  .contacts{
    margin: 32px auto 24px;
    padding: 28px 22px;
    border-radius: 24px;
    width: calc(100% - 32px);
  }
  .contacts__title{
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.05;
  }
  .contacts__grid{
    flex-direction: column;
    gap: 0;
  }
  .contact-col{
    padding: 16px 0;
   
  }
  .contact-col:first-child{ border-top: 0; padding-top: 0; }
  .contact-col__label{ font-size: 32px; margin-bottom: 6px; }
  .contact-col__site{ font-size: 24px; margin-bottom: 4px; }
  .contact-col__phone{ font-size: 20px; }

  /* Footer */
  .footer{ padding: 22px 0; }
  .footer__inner{
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .footer__right{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
  }
  .stores{ flex-wrap: wrap; }
}
@media (max-width: 435px){
  .callout-accent{
    white-space: initial;
  }
.write-off{
          background-size: contain;
          background-position: top;
          margin-bottom: -30px;

}


}
@media (max-width: 400px){
  
.write-off{
        
          margin-bottom: -60px;

}


}

@media (max-width: 385px){
.write-off{
                 margin-bottom: -60px;

}


}
@media (max-width: 370px){
.write-off{
                 margin-bottom: -80px;

}


}
@media (max-width: 360px){
.write-off{
                 margin-bottom: -60px;

}


}
@media (max-width: 340px){
      .write-off__title {
        font-size: 24px;
      }
.write-off{
                 margin-bottom: -90px;

}

.write-off{
  min-height: 990px;
}
}