.seo-footer.seo-footer-flex {
	display: flex;
	justify-content: center;
	align-items: center
}

.form-success.alert.alert-success {
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.4);
}
.seo-footer {
	padding: 82px 0px;
	background-image: url(/local/templates/jamit-template/assets/img/about/inner-banner-back-min.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	min-height: 100%;
}
.form-our-team.form-web-dev .seo-footer .form-title {
	color: var(--white);
}
.form-our-team.form-web-dev .seo-footer .form-subtitle {
	color: var(--white);
}
.form-our-team.form-web-dev .seo-footer  .form-subtitle a,
.form-web-dev .form-callback-footer small a {
	color: var(--main-light);
}
.form-our-team.form-web-dev .form-callback-footer small {
	color: var(--white);
}
.form-our-team.form-web-dev .form-callback-footer .form__submit {
	background-color: var(--main-light);
}
@media (min-width: 320px) {
	.form-success.alert.alert-success {
		min-width: 300px;
		width:100%;
	}
	.form-our-team .seo-footer .form-title {
		font-family: Unbounded;
		font-weight: 200;
		font-size: 24px;
		line-height: 1.33;
		letter-spacing: 0;
		color: var(--white);
		text-align: left;
	}
	.footer-form .form-subtitle {
		max-width: 100%;
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
		text-align: left;
		color: var(--white);
		margin-top: 24px;
		margin-bottom: 24px;
		
	}
	.footer-form .form-subtitle a{ 
		color: var(--main-basic);
	}
  .form-callback-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .form-callback-footer input {
    width: 100%;
    height: 60px;
    border: 0;
    color: var(--text-basic);
    font-size: 12px;
    line-height: 1.3;
    padding: 16px;
  }
  .form-callback-footer textarea {
    width: 100%;
    min-height: 60px;
    height: 60px;
    border: 0;
    color: var(--text-basic);
    font-size: 12px;
    line-height: 1.8;
    padding: 16px;
    resize: vertical;
  }

  .form-callback-footer input::placeholder {
    color: var(--text-light);
	font-family: Wix Madefor Text;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0;
  }
  .form-callback-footer textarea::placeholder {
    color: var(--text-light);
	font-family: Wix Madefor Text;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0;
  }
  .form-callback-footer .form__submit {
    background-color: var(--main-light);
  }

  .form-callback-footer small {
    color: var(--white);
  }

  .form-callback-footer small a {
    color: var(--main-basic);
  }
  .form-callback-footer .form__submit {
		background-color: var(--main-light);
		color: var(--text-basic);
		font-family: Wix Madefor Text;
		font-weight: 600;
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: 0.01;
		transition: all 0.5s;
  }
  .form-callback-footer .form__submit:hover {
	  background-color: var(--main-hover);
	  color: var(--white);
  }
}
@media (min-width: 475px) {
	.form-our-team .seo-footer .form-title {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.form-success.alert.alert-success {
		min-width: 420px;
		width:100%;
	}
	.form_seo-footer .footer-form {
		max-width: 648px;
		width: 100%;
		margin: 0 auto;
	}
	.form-callback-footer .form__submit {
		background-color: var(--main-basic);
		color: var(--white);
		font-weight: 600;
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: 0.01;
		transition: all 0.5s;
  }
  .form-callback-footer .form__submit:hover {
	  background-color: var(--main-hover);
  }
}
@media (min-width: 968px) {
	
	.form-our-team .seo-footer .form-title {
		font-size: 34px;
		line-height: 1.24;
		letter-spacing: 0;
		color: var(--white);
		text-align: center;
	}
	.footer-form .form-subtitle {
		max-width: 360px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
		text-align: center;
		color: var(--white);
		margin-top: 8px;
		margin-bottom: 16px;
	}
	.form-callback-footer input::placeholder,
	.form-callback-footer textarea::placeholder{
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		letter-spacing: 0;

	}
}

@media (min-width: 1140px) {

}

@media (min-width: 1350px) {
	
}