/* Start CSS */
@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
	  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
  
	0% {
	  opacity: 0;
	  -webkit-transform: scale3d(0.3, 0.3, 0.3);
	  transform: scale3d(0.3, 0.3, 0.3);
	}
  
	20% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1);
	  transform: scale3d(1.1, 1.1, 1.1);
	}
  
	40% {
	  -webkit-transform: scale3d(0.9, 0.9, 0.9);
	  transform: scale3d(0.9, 0.9, 0.9);
	}
  
	60% {
	  opacity: 1;
	  -webkit-transform: scale3d(1.03, 1.03, 1.03);
	  transform: scale3d(1.03, 1.03, 1.03);
	}
  
	80% {
	  -webkit-transform: scale3d(0.97, 0.97, 0.97);
	  transform: scale3d(0.97, 0.97, 0.97);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
  }
  
  @keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
	  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
  
	0% {
	  opacity: 0;
	  -webkit-transform: scale3d(0.3, 0.3, 0.3);
	  transform: scale3d(0.3, 0.3, 0.3);
	}
  
	20% {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1);
	  transform: scale3d(1.1, 1.1, 1.1);
	}
  
	40% {
	  -webkit-transform: scale3d(0.9, 0.9, 0.9);
	  transform: scale3d(0.9, 0.9, 0.9);
	}
  
	60% {
	  opacity: 1;
	  -webkit-transform: scale3d(1.03, 1.03, 1.03);
	  transform: scale3d(1.03, 1.03, 1.03);
	}
  
	80% {
	  -webkit-transform: scale3d(0.97, 0.97, 0.97);
	  transform: scale3d(0.97, 0.97, 0.97);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
  }
  
  .bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
  }
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }
  
  .animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
  }
  
  .animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
  }
  
  .animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
  }
  
  .animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
  }
  
  .animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
  }
  
  .animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
  }
  
  .animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
  }
  
  .animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
  }
  
  .animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
  }
  
  @media (print), (prefers-reduced-motion: reduce) {
	.animated {
	  -webkit-animation-duration: 1ms !important;
	  animation-duration: 1ms !important;
	  -webkit-transition-duration: 1ms !important;
	  transition-duration: 1ms !important;
	  -webkit-animation-iteration-count: 1 !important;
	  animation-iteration-count: 1 !important;
	}
  }
body { color: #2e2e2e; font-family: "Gudea"; font-size:22px; padding:0px; }
a { -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear; cursor:pointer; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; outline:none; }
.clearfix10 { display:block; clear:both; height:10px; }
.clearfix20 { display:block; clear:both; height:20px; }
.clearfix30 { display:block; clear:both; height:30px; }
.text-red { color:#e43b2c; }
.d-block { display: block;}

.header__block {
	background: #fff;
	border-bottom: 10px solid #fff8d9;
	box-shadow: 1px 2px 30px rgba(0, 0, 0, .1);
	font-size: 30px;
	line-height: 1em;
	font-weight: 700;
	margin: 0 auto;
	max-width: 960px;
	padding: 30px 45px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.main { background: rgb(255, 245, 162); padding: 100px 0; margin-top: -60px; }
.main__subtitle { color: #787878; font-size: 24px; font-weight: 700; text-align: center;font-family: "Fjalla One", Helvetica, sans-serif !important; }
.main__title { color:#e43b2c; font-size: 48px; line-height: normal; margin: 15px 0 45px 0; padding: 0; text-align: center; }
.main__img { border: 3px solid #4b4b4b; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4); }
.footer { border-top: 1px solid #ccc; display:block; font-size: 16px; padding: 90px 0 60px 0; text-align:center; }
.footer__logo { display: block; margin: 0 auto; max-width: 200px; }
.footer__links { display:block; margin: 15px 0 0 0; }
.footer__links a { color: #575757; display:inline-block; text-decoration: none; }
.footer__links a:hover { color:#e43b2c; text-decoration: underline; }
.form { display:block; font-size: 21px; padding: 20px 0 0 30px; text-align: center; }
.form__title { font-family: "Roboto"; font-size: 64px; line-height: 64px; font-weight: 700; margin: 0; padding: 0; text-align:center; color: rgb(228, 59, 44);}
.form__subtitle {  font-family: "Fjalla One"; margin: 0; padding: 0; text-align:center; font-size: 150px; line-height: 150px;
    font-weight: 700; color: #e43b2c; }
.form__info { color: #afafaf; font-size: 12px; text-align:center; }
.form__control { border: 2px solid #c1c1c1; border-radius: 5px; color: #000; display: block; font-size: 18px; margin: 20px 0 0 0; padding: 15px 20px; width: 100%; position: relative; }
.is-invalid {
	border: 2px solid rgb(185, 21, 23);
}
.is-valid {
	border: 2px solid green;
}
.form__control:focus { outline: 0; border: 2px solid #42b0e2; }
.form__button { background: #e43b2c; border-radius: 5px; border: 1px solid rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); color: #fff; display: block; font-size: 27px; font-weight: 700; margin: 15px 0; padding: 13px 15px; width: 100%; }
.form__button-icon { height: 26px; width: 26px; fill: #fff; vertical-align: top; margin: 5px 0 0 5px; }
.form__button:hover { background: #cd291a; }
.form__button:focus { outline: 0; }

/* =============== Start Tablet & Phone Device CSS =============== */
@media (max-width: 1199px) { 
	.form {
		padding: 0;
	}
	.form__title {
		font-size: 46px;
		line-height: 46px;
	}
	.form__subtitle {
		font-size: 116px;
		line-height: 116px;
	}
}
@media (max-width: 991px) {
	.header__block {
		font-size: 22px;
		line-height: 22px;
		padding: 15px 30px;
	}
	.main {
		padding: 60px 0 30px 0;
		margin-top: -30px;
	}
	.form {
		font-size: 18px;
	}
	.form__title {
		font-size: 36px;
		line-height: 36px;
	}
	.form__subtitle {
		font-size: 100px;
		line-height: 100px;
	}
	.footer {
		font-size: 14px;
		padding: 60px 0 30px 0;
	}
}
@media (max-width: 767px) {
	.header__block {
		font-size: 18px;
		line-height: 18px;
		padding: 15px;
	}
	.form {
		padding: 30px 0 0 0;
	} 
	.form__button {
		font-size: 22px;
	}
	.form__button-icon {
		height: 20px;
		width: 20px;
		margin: 5px 0 0 0px;
	}
	.footer {
		padding: 30px 0;
	}
}
@media (max-width: 575px) { 


}
@media (max-width: 467px) { 
	.main {
		padding: 60px 0 15px 0;
	}
	.form__title {
		font-size: 26px;
		line-height: 26px;
	}
	.form__subtitle {
		font-size: 80px;
		line-height: 80px;
	}
}
@media (max-width: 359px) { 

}
/* =============== End Tablet & Phone Device CSS =============== */