.pum-container .pum-content + .pum-close.popmake-close{
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--brown);
	width: 44px;
	height: 44px;
	display: block;
	padding: 0;
	margin: 0;
}
.pum-container .pum-content + .pum-close.popmake-close:after{
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 35px;
	background-color: white;
	transform: translate(-50%, -50%) rotate(45deg);
	padding: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
}
.pum-container .pum-content + .pum-close.popmake-close:before{
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 35px;
	background-color: white;
	transform: translate(-50%, -50%) rotate(135deg);
	padding: 0;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
}

.modal-form{
	box-shadow: 1px 1px 3px 0px rgba(2,2,2,.23);
	background-color: rgba(249,249,249,1);
	padding: 15px;

	background-color: #f3f0f1;
}
.modal-form .XS-flex{
	border: 1px solid;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	display: flex;
}
.modal-form .XS-flex .left{
	background: #f4f0f1;
	border-radius: 4px;
	width: 64%;
	padding: 25px;
	background: white;
}
.modal-form .XS-flex .left .title p{
	font-size: 47px;
	color: black;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}
.modal-form .XS-flex .left .text p{
	font-size: 22px;
	text-align: left;
	max-width: 410px;
	color: #575757;
	font-weight: 400;
	margin-bottom: 30px;
}

.modal-form .XS-flex .left .content input{
	height: 65px;
	background: #f7f4f5;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding-left: 30px;
	width: 378px;
	margin-bottom: 30px;

	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;

}











.modal-form .XS-flex .right{
	width: 40%;
	position: relative;
}
.modal-form .XS-flex .right .form-zvonok-fon{
	background: url(../images/form.png) bottom right no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-30px, -50%);
	width: 100%;
	height: 100%;
	max-width: 500px;
	background-size: contain;
	background-position-y: center;
}








.modal-form .btnWrap a{
	position: relative;
	height: 100%;
	display: block;
}
.modal-form .btnWrap a img{
	position: absolute;
	z-index: 3;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 20px;
	transform: translate(0%,-50%);
	display: block;
	min-width: 34px;
}
.modal-form .btnWrap input{
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom,rgb(213, 73, 43) 0%,rgb(213, 73, 43) 100%);
	border-bottom: 7px solid #D5492B;
	color: #fff4e6;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.37);
	position: relative;
	font-weight: 500;
	width: 300px;
	font-size: 20px;
	font-family: 'Montserrat';

	z-index: 1;
	padding-left: 36px;
	height: 75px;
	padding-top: 7px;
}

.wpcf7 .wpcf7-form .modal-form div.ckbxs{
	float: left;
	padding-top: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #7d7d7d;
	text-align: center;
}
.wpcf7 .wpcf7-form .modal-form div.ckbxs .wpcf7-list-item{
	display: block;
	margin: 0;
}



.wpcf7 .wpcf7-form .modal-form div.ckbxs .wpcf7-list-item > label{
	height: 100%;
	display: block;
}
.wpcf7 .wpcf7-form .modal-form div.ckbxs input#acceptance{
	visibility: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 10px;
}

.wpcf7 .wpcf7-form .modal-form div.ckbxs a{
	color: var(--link);
	text-decoration: underline;
}


.modal-form .ckbxs .wpcf7-acceptance label {
	padding-left: 25px;
}

.modal-form .ckbxs input + .wpcf7-list-item-label > i {
	margin-left: -30px;
	margin-right: 10px;
}

.wpcf7 .modal-form input[type=submit], .wpcf7 .modal-form input[type=submit]:disabled {
	margin-left: 0;
}

.modal-form .submit-wrapper {
	max-width: 40%;
	width: 40%;
}

.modal-form .wpcf7-submit {
	position: relative;
	z-index: 1;
}

.modal-form .wpcf7-submit:before {
	content: '';
	position: absolute;
	top: 35px;
	width: 100%;
	height: 100%;
	background: url(../images/button-shadow-send.png) bottom center no-repeat;
	opacity: 0.7;
	z-index: -1;
}

.ckbxs input + .wpcf7-list-item-label > i {
	display: inline-block;
  	width: 24px;
  	height: 24px;
  	vertical-align: middle;
  	/* border-radius: 50%; */
  	border: 1px solid gray;
  	background:  #f7f4f5;
  	position: relative;
  	margin-left: -40px;
  	margin-right: 10px;
}

.ckbxs input + .wpcf7-list-item-label > i:after{
  content: "";
  display: block;
  height: 24px;
  width:  24px;
  border-radius: inherit;
  transition: inherit;
  background: transparent;
  position: absolute;
  left: -1px;
  top: -1px;
}

.ckbxs input:checked + .wpcf7-list-item-label > i:after {
  background: url(../images/marker-green.png) center center no-repeat;
  background-color: green;
  background-size: 26px 26px;
}

.pum-container.pum-responsive.pum-responsive-medium{
	width: 1100px !important ;
}
.pum-container.pum-responsive.pum-responsive-medium#popmake-320{
	width: 750px !important;
}
@media screen and ( max-width:1024px) {
	.pum-container.pum-responsive.pum-responsive-medium{
		width: 95% !important ;
	}
	.modal-form .XS-flex .right{
		display: none;
	}
	.modal-form .XS-flex .left{
		width: 100%;
	}
	.pum-container.pum-responsive.pum-responsive-medium#popmake-320{
		width: 95% !important;
	}
}


@media screen and ( max-width:500px ) {
	.modal-form .XS-flex .left .title p{
		font-size: 27px;
		line-height: 1.2;
	}
	.modal-form .XS-flex .left .text p{
		font-size: 20px;
		line-height: 1.2;
	}
	.modal-form .XS-flex .left .btnWrap{
		margin-top: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.modal-form .XS-flex .left .content input{
		width: 100%;
		margin-bottom: 10px;
		height: 45px;
	}
	.wpcf7 .wpcf7-form .modal-form div.ckbxs .wpcf7-list-item > label{
		padding-left: 0;
	}
}
.wpcf7-spinner{
	display: none !important;
}


.modal-form.success .XS-flex{
	display: block;
}
.modal-form.success .XS-flex .left{
	width: 100%;
}
.modal-form.success .XS-flex .left .successImg{
	background: url(../images/success-emai.png) center no-repeat;
	background-size: contain;
	width: 100%;
	display: block;
	height: 150px;
	margin-bottom: 15px;
}
.modal-form.success .XS-flex .left .title p{
	text-align: center;
	color: var(--brown);
}
.modal-form.success .XS-flex .left .title p span{
	text-align: center;
	color: var(--black);
	margin-bottom: 20px;
	display: block;
}
.modal-form.success .XS-flex .left .text p{
	text-align: center;
	width: 100%;
	max-width: unset;
	margin-bottom: 0;
}

@media screen and ( max-width:500px ) {
	.modal-form.success .XS-flex .left .successImg{
		height: 100px;
	}
}





.wpcf7-response-output{
	display: block !important;
	border: unset !important;
	color: red;
}
form .disabled{
	pointer-events: none;
}

input[type="checkbox"].acceptance {
	display: none;
}