/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2023 | 13:27:44 */
/* Отступ от чекбокса и радио */
input {
	margin-right: 5px;
}


/* Картинки Box-image1 */ 
@media (max-width: 768px){
	.jet-tricks-satellite {
		display: none
	}
}


/* Эффект кнопок */ 

.elementor-button,
.jet-form-builder__submit {
    position: relative;
    overflow: hidden;
}
.elementor-button:before, 
.jet-form-builder__submit:before {
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    left: -60px;
    transform: skewX(-20deg);
    transition: 0ms ease all;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    opacity: .3;
}

.elementor-button:hover:before,
.jet-form-builder__submit:hover:before {
    left: 500px;
    transition: 2s ease all;
}