/*
Theme Name: Okna Don
Template: hello-elementor
Author: SZ
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1686067053
Updated: 2023-06-06 18:57:33

*/
.flare-button {
	position: relative;	
}
.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: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0; left: 0;
  opacity: 0.5;
  filter: blur;
  background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 3s infinite;
}


@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}

.flare-button .elementor-button-link:hover {
	box-shadow: none;
	-webkit-animation: si-button-pulse 1.2s 0s ease-out 1;
	-moz-animation: si-button-pulse 1.2s 0s ease-out 1;
	animation: si-button-pulse 1.2s 0s ease-out 1;
	overflow: hidden;
}


@keyframes si-button-pulse {
	from {
		box-shadow: 0 0 8px 6px #cd5055, 0 0 12px 14px #cd5055;
	}
	
	to {
		box-shadow: 0 0 10px 4px rgba(255, 48, 26, 0), 0 0 5px 30px rgba(255, 48, 26, 0);
	}
}

.phoneNumber{
	color: #EF5D00!important;
	position: relative;
}
.HEADER_TEL_MOBI .phoneNumber{
	color: #ffd500!important;
    line-height: 1;
}
footer .phoneNumber{
	color: #EF5D00!important;
}


.quiz_title{
	font-family: inherit;
	font-size: 38px;
	text-align: center;
	color: #000;
}
.sub_title{
	color: #00AAA9	;
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.25;
}

@media (max-width: 576px){
	.quiz_title{
	font-size: 28px;
	}
	.sub_title{
		font-size: 22px;
	}
}

@media (max-width: 350px){
	.HEADER_TEL_MOBI .phoneNumber{
		font-size: 20px!important;
	}
}
/* 
@media (min-width: 992px){
	.phoneNumber:before{
	content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border-radius: 40px;	
	  background: -webkit-gradient(linear,left top,right top,color-stop(25.52%,rgba(255,255,255,0)),color-stop(89.06%,#fff));
	  background: linear-gradient(90deg,rgba(255,255,255,0) 25.52%,#fff 89.06%);
	}
	.phoneNumber:hover:before{
		content: normal;
	}
} */

.wpcf7-submit.stepButtons-next{
	border: solid #ffd200 1px;
  background-color: var(--accent);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
	display: inline-block;
  border-radius: 100px;
  padding: 10px 30px;
}


.wpcf7 form.sent .wpcf7-response-output{
	font-size: 20px;
  font-weight: 500;
  text-align: center;
  background: #46b450;
}

span.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip{
  padding: 5px;
  background: red;
  border: 1px solid red;
  border-radius: 20px;
	color: #d5ff00!important;
}