.loading-layer {
	max-width: 740px;
	max-height: 100vh;

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1003;
	display: none;
	overflow-y: auto;
	overflow: hidden;
	padding: 140px 0 58px 0;
}
.loading-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.modal__bg, .loading__bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: #211E2480;
	backdrop-filter: blur(12px);

	z-index: 501;
	display: none
}
.loading__bg {
	z-index: 1002;
}
.modal {
	max-width: 740px;
	max-height: 100vh;

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	display: none;
	overflow-y: auto;
	overflow: hidden;
	padding: 140px 0 58px 0;
}
.modal2 {
	max-width: 740px;
	max-height: 100vh;

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	display: none;
	overflow-y: auto;
	overflow: hidden;
	padding: 140px 0 58px 0;
}
.modal:before {
	 content: "";
	 display: block;
	 height: 430px;
	 width: 430px;
	 background: #EF3F3F;
	 border-radius: 50%;
	 position: absolute;
	 z-index: -1;
	 top: 82px;
	 left: calc(50% - 215px);
 }
.modal:after {
	content: "";
	display: block;
	height: 140px;
	width: 154px;
	position: absolute;
	top: 0;
	left: calc(50% - 77px);
	background: url("../img/customer-service-agent2.png");
}

.modal-box {
	background: #EEEDEB;
	border-radius: 32px;
	padding: 40px;
}
/*@media (max-width: 575.98px) {*/
/*	.modal {*/
/*		padding: 52px 16px*/
/*	}*/
/*}*/
/*@media (max-width: 575.98px) {*/
/*	.modal {*/
/*		padding: 52px 16px*/
/*	}*/
/*}*/
.modal__close {
	bottom: 11px;
	left: calc(50% - 21px);
	position: absolute;
	cursor: pointer;
}
.modal__title {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	margin-bottom: 40px
}
.modal__title_before-text {

}
.modal__text {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.modal__form input {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 140%;
	font-weight: 400
}
.modal__form textarea {
	margin-bottom: 24px;
	min-height: 172px;
	height: 172px;
	resize: none;
	font-size: 16px;
	line-height: 140%;
	font-weight: 400
}
.modal__policy {
	text-align: center;
	font-size: 18px;
	line-height: 140%;
	font-weight: 500;
	color: var(--black);
	margin-bottom: 24px
}
.modal__button, .modal__button2 {
	display: flex;
	justify-content: center
}
.modal__button .button {
	min-width: 282px;
	border: solid 1px var(--blue);

}
.section-image-left {
	color: var(--black);
	margin: 72px 0;
	background: #fff
}
@media (max-width: 575px) {
	.menu__layout h2 {
		font-size: 24px
	}
	.modal__form input.button {
		padding: 22px 40px;
		height: auto;
		margin-bottom: 0
	}
	/*.modal__close {*/
	/*	top: 15px;*/
	/*	right: 15px;*/
	/*	width: 20px;*/
	/*	height: 20px*/
	/*}*/
	.modal__form textarea {
		margin-bottom: 16px;
		min-height: 100px;
		height: 100px
	}
	textarea {
		padding: 10px;
		min-height: 100px;
		height: 100px
	}
	.modal__form label[for="clinics__setter"] {
		height: 48px;
		padding: 0 5px;
		font-size: 16px
	}
	.modal__form input {
		height: 48px;
		padding: 0 10px
	}
	/*.modal__title {*/
	/*	font-size: 24px;*/
	/*	margin-bottom: 24px*/
	/*}*/
	.modal__policy {
		font-size: 14px
	}
	.section-image-left {
		margin: 40px 0
	}
}