.table-align-top td {
	vertical-align: top;
	padding: 5px;
}

/* ----- .form-t-1 ----- */

.form-t-1 {
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 15px;
	background: center/cover no-repeat;
	color:#fff;
}

.form-t-1::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(38, 38, 38, 0.75);
}

.form-t-1__first,
.form-t-1__second{
	position: relative;
}

.form-t-1__first{

}

.form-t-1__title {
	margin: 0;
	font-size: 20px;
	color: #75D133;
}

.form-t-1__title + .form-t-1__desc{
	margin-top: 15px;
}

.form-t-1__title span{
	color: #fff;
}

.form-t-1__desc{
	margin-bottom: 0;
	font-size: 13px;
}

.form-t-1__second {
	margin-top: 25px;
}

.green-star{
	color: #75D133;
}

.contacts-form--type-1 .col-xs-12{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.contacts-form--type-1 .contacts-form__body > *{
	margin-bottom: 0;
	padding-top: 0;
	width: 100%;
}

.contacts-form--type-1 .btn[type='submit']{
	padding-top: 8.5px;
	padding-bottom: 8px;
	width: 100%;
}

.contacts-form--type-1 .field-error{
	margin-top: 10px !important;
}

.contacts-form--type-1 .form-success{
	display: flex;
    align-items: center;
	padding: 15px;
}

.contacts-form--type-1 .form-success .form-success-icon{
	margin-right: 8px;
}


@media (min-width: 576px) {
	.form-t-1 {
		padding: 25px;
	}

	.form-t-1__title {
		font-size: 22px;
	}
	
	.contacts-form--type-1 .col-xs-12{
		align-items: flex-end;
		gap: 20px;
	}

	.contacts-form--type-1 .contacts-form__body > *{
		width: calc(100%/2 - (20px * 1 / 2));
	}
}

@media (min-width: 768px) {
	.form-t-1 {
		margin-bottom: 45px;
		padding: 35px;
	}
	
	.contacts-form--type-1 .col-xs-12{
		gap: 25px;
	}

	.contacts-form--type-1 .contacts-form__body > *{
		width: calc(100%/3 - (25px * 2 / 3));
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	.contacts-form--type-1 .contacts-form__body > *{
		width: calc(100%/5 - (25px * 4 / 5));
	}
}

@media (min-width: 1400px) {

}