.feedback-section {
	background-image: url('/include/fon-form.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
 .flex-section {
	 display: flex;
	 justify-content: space-around;
	 flex-wrap:wrap;
 }
 .formtpl {
	 padding: 20px 16%;
 }
 
 .feedback-form {
	padding: 15px;
   margin: 30px 5px;
    width: 50%;
    max-width: 100%;
    font-size: 18px;
	border: #000000 solid 1px;
    border-radius: 20px;
    background: #0000009a;
    backdrop-filter: blur(2px);
	flex: 0 0 50%;
 }
 
 .formtpl label {
	min-width: 80px;
	font-weight: normal;
	text-align: left;
    margin-right: 10px;
	color: #fff;
 }
 
 .formtpl input {
	line-height: 31px;
    border: #dedede solid 1px;
    border-radius: 4px;
    padding: 5px;
 }
 
 .formtpl div {
	 margin: 15px 0;
 }
 
 .feedback-form h3{
	 text-align: center;
	 color: #fff;
 }
 
 .formtpl input[type=submit] {
	background: #2285c4;
    width: 250px;
    color: #fff;
    margin: 0 auto;
    display: block;
 }
  .feedback-form .inputfile {
	 color: #fff;
 }
.feedback-form {
  opacity: 0;
  transform: translateY(80px) scale(0.95);
  transition: all 0.8s ease-out;
}

.feedback-form.animate1 {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Анимация для элементов внутри формы с задержкой */
.feedback-form.animate1 > * {
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
  transform: translateY(20px);
}

.formtpl p {
	color:#fff;
	font-size: 14px;
}

.soglasie {
	display: flex;
}
.soglasie label {
	text-align:left;
	margin-left: 10px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact-block {
	background: #2285c4;
    padding: 20px;
    color: #fff;
    margin: auto 20px;
    line-height: 47px;
    font-size: 24px;
    border-radius: 20px;
	flex: 0 0 45%;
}

.contact-block h3 {
	font-size: 30px;
}
.error-form {
	text-align: center;
}
.error-form p {
	font-size: 22px;
    background: #ffffff;
    line-height: 16px;
    padding: 19px;
    border-radius: 15px;
}
.error-form .errortext {
	font-size: 14px;
}

.formtpl textarea {
	width: 100%;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


#block21290 .element .name {
	font-size: 24px;
    line-height: 30px;
    min-height: 32px;
	font-weight: 600;
}


#block21290 .element .text {
	font-size: 20px;
    line-height: 26px;
    margin-top: 18px;
}

@media (max-width: 767px) {
	 .formtpl {
    padding: 20px 0%;
	}
	.formtpl label {
		text-align: left;
	}
	.formtpl .inputfile {
		font-size: 14px;
	}
	.flex-section {
	 justify-content: center;
	}
	.contact-block {
		flex: 0 0 100%;
	}
	.feedback-form {
		flex: 0 0 100%;
		width:100%;
	}
}