<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pic {
    filter: blur(5px); /* Р&nbsp;Р°Р·РјС‹С‚РёРµ */
    transition: 1s; /* Р’СЂРµРјСЏ РїРµСЂРµС…РѕРґР° */
   }
   .pic:hover {
    filter: blur(0); /* РћС‚РјРµРЅСЏРµРј СЂР°Р·РјС‹С‚РёРµ */
   }
   
   
@media (max-width: 480px) {
    
    
    .t850__wrap {
        padding: 20px 30px;
    }
    
    /* Titles */
  
  .t795__title {
      margin-bottom: 20px;
  }
  
  .t503__title {
      margin-top: 10px;
  }
  .t-name_lg {
      font-size: 20px;
  }
  
  
  
      /* Texts */
  
  .t-descr_sm {
      font-size: 18px;
  }
  
  .t-text_md {
      font-size: 18px;
  }

.t-name_xs{
    font-size: 18px;
    
}

.t-text_sm {
    font-size: 20px;
}

    
    .t-descr_xs {
    font-size: 16px;
}
    .t-name_xl {
        font-size: 18px;
    }
    .t-text_sm {
    font-size: 18px;
}
.t-text_xs {
    font-size: 16px;
}

.t-name_md {
    font-size: 18px;
}


    
}</pre></body></html>