
.xxxx,
.xxxx * {
	border: solid 1px red
}

#contact_form label {
	display: block;
 margin:2rem 0 .5rem
}

.nf-form-cont .filed-container {
	margin: 2rem 0
}

.nf-form-cont .filed-container a.btn {
	font-family: Inter, sans-serif;
	font-size: 24px;
	text-decoration: none;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
	color: #fff;
	background-color: #ed1c24;
	padding: 12px 30px;
	border-radius: 8px;
	border: none;
	width: max-content;
}

/* ========================== HOME ========================== */

.ps-home-hero h1 {
	font-family: Inter, sans-serif;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	color: #fff;
	margin: .67em 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.ps-home-hero h1 em {
	color: #ed1c24;
	font-style: normal;
}

.ps-home-hero p {
	font-family: Inter, sans-serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
	color: #fff;
	margin: 0;
}

.ps-benefits h2 {
	font-family: Inter,sans-serif;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	color: #fce478;
	margin-top: 20px 
}

.ps-benefits .inner-container .single-benefit .inner-wrapper{ 
}

.ps-benefits p,
.ps-benefits ul,
.ps-benefits a {
	font-family: Inter,sans-serif;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #000;
	color: #fff;
	margin-top: 10px 
}

/* ========================== HOME ========================== */

blockquote{ 
	position:relative;
	margin:0 0 1rem 0;
	padding:0 0 0 3rem !important; 
}

blockquote::before {
	content: "";
	position: absolute;
	width:  2rem;
	height: 2rem;
	left: 0;
	top: 0;
	background:url(../img/quote-17-double-open.svg?n=2) no-repeat center center;
	background-size:contain; 
	/*background-color: #ed1c24;
	transform: rotate(-45deg) skew(-8deg,-8deg);
	transition: margin-top .2s ease-in;*/
}

@media (min-width: 992px) {

	.page-content-container .ps-content .ps-form .inner-container .form-container-1 {
		background: lime;
		width: 100%;
		min-height: 100vh;
	}
	
	#form_cnt {
	}
	
	.form-group {
	}
}


/* ================================================== CONTACTS =============================================================== */

@media (min-width: 992px) {
	.ps-form .form-container{
		width:100%;
		max-width: calc( 100% - 80px );
		
	}
	
	.ps-form .inner-container { 
	    padding-block: 0;
	}
	
	#form_cnt .row{ 
		display: flex;
		flex-wrap: nowrap;
		gap: 1rem
	}
	
	#form_cnt .row > div{
		width:50%
	}
}

/* ================================================== FORMS ERRORs =============================================================== */

form .form-group {
	position: relative;
	display: block;
}

form .error,
form .empty {
	display: block;
	position: absolute !important;
	top: -25px;
	right: 25px;
	z-index: 8900;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	white-space: nowrap !important;
	font-style: normal !important;
	padding: 3px 5px;
	margin: 0;
	color: #fff !important;
	text-shadow: 1px 1px 2px #8b9362;
	background-color: #f82300;
	float: right
}

form .error:after,
form .empty:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border-color: #f44040 transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
}

#success,
.success form,
.preloader form {
	display: none
}

.preloader {
	background-image: url(../img/ajax-loader.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.preloader,
#success {
	padding: 15px;
	margin: 0;
	min-height: 120px;
	text-align: center
}

#success strong {
	display: inline-block;
	font-size: 140%;
	margin: 5px 0 15px 0
}

.success #success {
	display: block !important
}

#success, 
#success p,
#success h4 {
	color: #222
}

#success a {
	color: #fff;
	padding: 7px 16px;
	display: inline-block;
	margin: 30px 0;
	background: rgb(0,140,0);
	background: -moz-linear-gradient(top, rgba(0,140,0,1) 0%, rgba(0,140,0,1) 50%, rgba(75,166,20,1) 50%, rgba(75,166,20,1) 99%);
	background: -webkit-linear-gradient(top, rgba(0,140,0,1) 0%, rgba(0,140,0,1) 50%, rgba(75,166,20,1) 50%, rgba(75,166,20,1) 99%);
	background: linear-gradient(to bottom, rgba(0,140,0,1) 0%, rgba(0,140,0,1) 50%, rgba(75,166,20,1) 50%, rgba(75,166,20,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c00', endColorstr='#4ba614', GradientType=0 );
	border: solid 1px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none !important;
	font-size: 21px;
	text-shadow: 3px 3px 2px rgba(0,0,0,.45);
	font-style: italic
} 

.form_cnt {
	display: block
}
