

/* НОВАЯ РАЗМЕТКА ПОД ОСР ИНСТРУКЦИЮ */

.block_text {
display: flex;
flex-direction: row;
align-items: center;
}



/* 🔵 Круглый номер без наведений */
.number {
  width: 39px;
  height: 39px;
  border-radius: 999px;
  background: #0067B8;
  color: #fff;
  min-width: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font: 700 20px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: .2px;

  box-shadow: 0 6px 18px rgba(0, 103, 184, .25);
  user-select: none;
}

#do_img {
font-weight: 600;
font-size: 20px;
background-color: #f8f8f8 ;
max-width: 80%;
display: block;
}

.instr-img {
max-width: 540px;    
}

.tri_sposoba {
width: 100%;
max-width: 80%;
margin-left: 60px;
}

.test {
padding: 5px;
border: 1px solid black;
}

.navedi {
display: flex;
justify-content: center;
}

.navedi img {
width: 100%;
max-width: 100%;
height: auto;
max-height: 400px;
}

.navedi_img {
position: relative;    
}

.eto_vash {
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
padding: 5px;
border-radius: 5px;
background: rgba(0,0,0,0.2); /* 50% */
}

.sposob {
width: 31%;
display: flex;
flex-direction: column;
}

.sposob_3 {
display: flex;
flex-direction: row;
justify-content: space-between;
}

.number_sposob {
text-align: center;
font-size: 24px;
font-weight: 600;
}

.text_sposob {
display: flex;
flex-direction: column;
gap: 15px;
flex: 1;
padding: 10px;
border-radius: 10px;
}

.sposob img {
width: 45px;    
}

.download_b {
text-align: center;    
}

.input_id {
box-sizing: border-box;
}

#input_id {
width: 100%;
box-sizing: border-box;
}

.block_12  {
display: none;
gap: 20px;
font-weight: 600;
font-size: 20px;
}

.block_14, .block_15, .block_13_naiden, .ne_raspoznano, .ne_nashli_pochty, .raspoznalo_ploho, .error_060, .shag_3 {
display: none;
gap: 20px;
font-weight: 600;
font-size: 20px;
margin-top: 30px;
margin-bottom: 30px;
width: 88%;
}


.progress_obsh {
display: none;
max-width: 88%;
margin-top: 40px;
margin-bottom: 30px;
}

.progress {
margin-left: 20px;
padding-top: 10px;
}

.id_usd_glav {
display: flex;
gap: 20px;
}

.super {
display: flex;
flex-direction: column;
gap: 10px;
width: 100%;
}

.input_pochta {
width: 300px;    
}

#input_pochta {
width: 100%;    
}

.progress_2 {
font-weight: 500;   
}

.naiden, .iid {
font-size: 16px;
font-weight: 500;
}

.help {
display: flex;
flex-direction: row;
gap: 30px;
}

.img_telega_max img {
width: 60px;    
}

.img_telega_max {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 500;
}

.text_max {
text-align: center;    
}






@media (max-width: 950px) {
    
.instr-img {
max-width: 100%;    
}    
  
.tri_sposoba {
margin-left: 0px;
max-width: 100%;
} 

.sposob_3 {
gap: 5px;    
}

.sposob {
width: 33%;    
}

.text_sposob {
font-size: 14px;    
}

#do_img {
margin-bottom: 5px;    
}

.input_pochta {
width: 100%;    
}
    
}




