    
    /* стили формы входа и регистрации в ЛК */
    
    button .tlk-btn {
        text-transform: uppercase !important;
    }
    
    @media screen and (max-width: 760px) {
        
        
        
        .tlk-form__submit-btn {
            height: 48px !important;
            min-width: 220px !important;
        }
        
        .tlk-form__submit-wrap {
            margin-top: 1px !important;
            
        }
    
    }
    
    @media screen and (min-width: 761px) {
        
        
        .tlk-form__submit-btn {
            height: 50px !important;
            min-width: 340px !important;
        }
        
    }