* {
    font-family: "Onest", sans-serif !important;
  }
 h1{
     font-size:32px;
 }
 p{
     font-size: 20px;
 }
 h1,p{
     color:white;
 }
  .btn{
    display:flex;
    flex-direction:row;
    
    background-color: #1f5bff;
    color: white !important;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 14px 0;
    border-radius: 41px;
    cursor: pointer;
}
.btn:hover {
        background-color: #0033cc;
        -webkit-transition: all 1s ease;
          transition: all 1s ease; /* Время изменения цвета */
    }
    .uc-upArrow:hover{
        background-image:none !important;
    }
    .uc-upArrow{
        background-color: #0033cc;
    }
    #t-header a:hover{
        color:#FFF !important;
        -webkit-transition: all 1s ease;
          transition: all 1s ease; /* Время изменения цвета */
}
    
    #t-footer a:hover{
        color:#ff8562 !important;
        -webkit-transition: all 1s ease;
          transition: all 1s ease; /* Время изменения цвета */
}
.link div:hover{
        color:#ff8562 !important;
        -webkit-transition: all 1s ease;
          transition: all 1s ease; /* Время изменения цвета */
}

    #t-footer .svg-icon:hover{
        fill:#ff8562 !important;
    }
    
    #t-footer .svg-icon svg{
        fill:#ff8562 !important;
    }