/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 28 2025 | 20:39:12 */
.lift-button2 {
    background: linear-gradient(90deg, #27bf87 0%, #1e6273 100%);
    border-radius: 5px;
    margin-left: 10px; /* Внешний отступ слева */
	margin-right: 10px; /* Внешний отступ слева */
 	margin-top: 10px; /* Внешний отступ слева */
}

.lift-button1 {
    background: linear-gradient(90deg, #27bf87 0%, #1e6273 100%);
    border-radius: 5px;
    margin-left: 10px; /* Внешний отступ слева */
	margin-right: 10px; /* Внешний отступ слева */
	margin-top: 10px; /* Внешний отступ слева */

}