.elementor-kit-7{--e-global-color-primary:#2B3052;--e-global-color-secondary:#2B3052;--e-global-color-text:#2B3052;--e-global-color-accent:#DEB77C;--e-global-color-6b7b15a:#F4F6FE;--e-global-color-5757aaa:#C79F64;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-color:#F4F6FE;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.6px;text-shadow:0px 1px 4px rgba(0,0,0,0.3);border-radius:20px 20px 20px 20px;padding:30px 30px 30px 30px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-5757aaa );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h3{font-size:18px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-7 h2{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.h-300{
    font-weight: 300;
}

.dialog-close-button.dialog-lightbox-close-button{
    padding: 5px;
    border-radius: 5px;
}


.elementor-field-type-acceptance a{
    color: var(--e-global-color-accent)!important;
}

.elementor-field-type-acceptance label {
    display: none;
}



.online {
  position: relative;
}

.online::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px; /* Настройте, чтобы расположить точку перед текстом */
  transform: translateY(-50%);
  width: 8px; /* Размер точки */
  height: 8px; /* Размер точки */
  background-color: #27D647;
  border-radius: 50%; /* Делает точку круглой */
  animation: blink 2s infinite ease-in-out; /* Плавная анимация мигания */
}

@keyframes blink {
  0%, 80% {
    opacity: 1; /* Точка видима большую часть времени */
  }
  81% {
    opacity: 0.5; /* Переходное состояние для плавного исчезновения */
  }
  90% {
    opacity: 0; /* Точка полностью исчезает */
  }
  91% {
    opacity: 0.5; /* Переходное состояние для плавного появления */
  }
  100% {
    opacity: 1; /* Точка снова полностью видима */
  }
}



.fadeInUp {
    animation-name: fadeInUpNew!important;
}

@keyframes fadeInUpNew {
    0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
}
100% {
    opacity: 1;
    transform: none;
}
}



.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: "";
	filter: blur(5px);
	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 5s ease-in-out infinite;
	-moz-animation: moving 5s ease-in-out infinite;
	-ms-animation: moving 5s ease-in-out infinite;
	-o-animation: moving 5s ease-in-out infinite;
	animation: moving 5s ease-in-out infinite;
}


@keyframes moving {
	30% {
		webkit-transform: skewX(-45deg) translateX(43.5em);
		transform: skewX(-45deg) translateX(43.5em);
		
	}
	
	100% {
		webkit-transform: skewX(-45deg) translateX(43.5em);
		transform: skewX(-45deg) translateX(43.5em);
		
	}
}/* End custom CSS */