.pmpf-address-loading {
	position: absolute;
	top: 50%;
	transform: translate(10%, -50%);
	margin-left:5px;
	display: none;
}

.mailing-project-wrap {
	padding: 30px 15px;
    margin: 0 auto;
    width: 90%;
    max-width: 1140px;
}

.project-cols {
	display: flex;
	justify-content: space-between;
}

.project-cols .project-image {
	width: 60%;
	padding-right: 15px;
}

.project-cols .project-meta {
	width: 40%;
	padding-left: 15px;
}

.project-cols .project-meta h1 {
	text-transform: uppercase;
    margin-top: 0;
}

.project-cols .project-meta .project-code {
	display: block;
	margin: 4px 0;
    font-size: 12px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
}

.project-cols .project-meta .project-price {
    display: block;
    font-weight: 600;
    margin: 4px 0;
    font-size: 24px;
    line-height: 1;
}

.project-form {
	position: relative;
}

.project-form.loading:before,
.project-form.loading:after {
    content: "";
    position: absolute;
    display: block;
}

.project-form.loading:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.6;
    z-index: 2;
}

.project-form.loading:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url("../images/loader.gif") no-repeat center;
    background-size: contain;
    z-index: 3;
}

.project-form input[type=submit] {
	text-transform: uppercase;
}
 
.project-content {
	margin-top: 40px;
}

.representatives-list {
	margin-top: 5px;
	margin-bottom: 10px;
	max-height:680px;
	overflow:auto;
}

.representatives-list ul {
	padding: 0 0 10px;
    list-style: none;
    display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
	margin: 0 0 15px;
	border-bottom:1px solid #EEE;
}

.representatives-list ul:last-child {
	margin-bottom:0;
}

.representatives-list li {
	display: flex;
    flex-direction: column;
	width: 33.33%;
	padding: 0 4px 0;
	line-height: 1.2;
}

.representatives-list li img {
	max-width: 130px;
	margin-bottom: 4px;
}

.representatives-list li .r-img {
    height: 162px;
	margin-bottom: 4px;
	overflow:hidden;
}

.representatives-list li .r-name {
	display: flex;
    align-items: flex-start;
    gap: 5px;
	font-size: 15px;
}

.representatives-list li input {
	margin-top: 3px;
	cursor: pointer;
}

.project-process .representatives-list {
	max-height: none;
}

.project-process .representatives-list li {
	width: calc(100%/6);
}

.project-process .representatives-list li img {
	max-width: 100%;
}

.project-process .representatives-list li .r-img {
	position: relative;
	height: auto;
	padding-top: 126%;
}

.project-process .representatives-list li .r-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-form-wrap .send-me {
	margin-bottom: 10px;
}

.form-step-approve ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style:none;
	padding:0;
	gap: 10px;
}

.form-step-approve ul li {
	position: relative;
	padding-top: 33%;
	width: calc((100% / 2) - 5px);
}

.form-step-approve ul li img {
	max-width:100%;
	border:1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ap-buttons {
	display: flex;
	justify-content: center;
	flex-wrap:  wrap;
	gap: 10px;
}

.ap-buttons input[type=button] {
	min-width: 90px;
}

.ap-buttons::after {
	content: "";
	height: 10px;
	width: 100%;
	display: block;
}

.project-meta .form-field {
	margin-bottom:10px;
}
.project-meta .form-field .txt-field {
	padding:5px;
	background:#FFF;
	border:1px solid #C1C1C1;
}
.project-form-wrap .br-row {
	padding-top:5px;
	padding-bottom:10px;
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
}

.project-form-wrap textarea {
	min-height: 130px;
}

.project-form-wrap .project-submit {
	margin-top: 10px;
}

.project-form-wrap .form-step {
	padding-bottom:10px;
}

.project-form h2 {
	margin-top:0;
	line-height:30px;
}

.form-step-approve .ap-buttons {
	padding-top:15px;
}

.form-step-message .form-field + .form-field {
	margin-top: 20px;
}

.form-step-message .form-field textarea {
	display: block;
	height:420px;
}

.project-process .send-me {
	margin-bottom: 10px;
}

.ap-images ul li:first-child::after {
    content: "";
    position: absolute;
    top: 7%;
    right: 5%;
    width: 13%;
    height: 21%;
    background-image: url(images/stamp.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;

}
@media (max-width: 991px) {
	.project-cols .project-image {
		width: 33.33%;
	}

	.project-cols .project-meta {
		width: 66.66666667%;
	}
	.project-process .representatives-list li {
		width: calc(100%/5);
	}

	.form-step-approve ul li {
		width: 100%;
		padding: 0;
	}
	.form-step-approve ul li img {
		position: static;
	}
}

@media (max-width: 767px) {
	.mailing-project-wrap {
		width: 100%;
		margin-top:10px;
	}

	.project-cols {
		display: block;
	}

	.project-cols .project-image {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 10px;
	}

	.project-cols .project-meta {
		width: 100%;
		padding: 0;
	}

	.form-step-approve {
		overflow-x: hidden;
	}

	/* .representatives-list li .r-img {
	    height: 200px;
	} */

	.ap-buttons::after {
		content: none;
	}
	.project-process .representatives-list li {
		width: calc(100%/3);
	}
	.form-step-message .form-field textarea {
		height:420px;
	}
}

@media (max-width: 480px) {
	.representatives-list li {
		width: 50%;
	}
	.representatives-list li img {
		/*height: 44vw;*/
		object-fit: cover;
	}
	.project-process .representatives-list li {
		width: calc(100%/2);
	}
}