.elementor-kit-8{--e-global-color-primary:#031F49;--e-global-color-secondary:#444B55;--e-global-color-text:#444B55;--e-global-color-accent:#F7BF44;--e-global-color-dda9233:#031F49;--e-global-color-6ec193d:#52C5FF;--e-global-color-fbc9f26:#F8FDFF;--e-global-color-6523eb3:#E4A51B;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-dda9233 );font-family:"Jost", Sans-serif;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-6523eb3 );box-shadow:0px 27px 10px -22px rgba(0, 0, 0, 0.18);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-accent );}.elementor-kit-8 h1{color:var( --e-global-color-dda9233 );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-weight:600;text-transform:uppercase;color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:30px 60px 30px 60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.txt-blue{
    color: #52C5FF;
}

/*  Блик на кнопке */
.elementor-lightbox:hover .dialog-lightbox-close-button:hover svg, .elementor-lightbox:hover .elementor-swiper-button:hover svg {
    fill: hsl(0deg 0% 0% / 90%);
}

.flare-button .elementor-button-link {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.flare-button .elementor-button-link:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	-webkit-transition: none;
	transition: none;
	webkit-animation: moving 3s ease-in-out infinite;
	-moz-animation: moving 3s ease-in-out infinite;
	-ms-animation: moving 3s ease-in-out infinite;
	-o-animation: moving 3s ease-in-out infinite;
	animation: moving 3s ease-in-out infinite;
}


@keyframes moving {
	30% {
		webkit-transform: skewX(-45deg) translateX(33.5em);
		transform: skewX(-45deg) translateX(33.5em);
		
	}
	
	100% {
		webkit-transform: skewX(-45deg) translateX(33.5em);
		transform: skewX(-45deg) translateX(33.5em);
		
	}
}

/* Конец: Блик на кнопке */


.working .elementor-icon-list-icon svg {
  animation: smoothBlink 2s ease-in-out infinite;
}

@keyframes smoothBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}




/* Плавный FadeInUp */
.fadeInUp {
    animation-name: fadeInUpNew!important;
}

@keyframes fadeInUpNew {
    0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
}
100% {
    opacity: 1;
    transform: none;
}
}
/* Конец: Плавный FadeInUp *//* End custom CSS */