.popup-form-auth {
	width: 1040px;
	max-width: 100%;
	border: 20px solid var(--palmira-white);
	background-color: var(--palmira-grey);
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
	margin: 0 auto;
}
.popup-auth-content {
	padding: 35px 30px 33px 31px;
	position: relative;
}
.popup-auth-content > img {
	position: absolute;
	z-index: 1;
}
.popup-auth-content > img.left {
	left: 0;
	top: 0;
}
.popup-auth-content > img.right {
	right: 0;
	bottom: 0;
}
.popup-auth-content > div {
	position: relative;
	z-index: 3;
}
.popup-auth-title {
	color: var(--black);
	text-align: center;
	font-family: Philosopher;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 30.8px */
	margin: 0 0 29px;
}
.popup-auth-wrapper {
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	grid-gap: 30px;
}
.popup-auth-subtitle {
	position: relative;
	color: var(--black);
	text-align: center;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	line-height: 170%; /* 22.1px */
}
.popup-auth-subtitle:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: var(--black);
	z-index: 1;
}
.popup-auth-subtitle > span {
	position: relative;
	z-index: 3;
	padding: 0 15px;
	background-color: var(--palmira-grey);
}
.popup-auth-reg-socials {
	margin: 13px 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.popup-auth-reg-socials > a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-auth-form-container {
	margin: 19px 0 0;
}
.popup-auth-delimeter {
	width: 1px;
	height: 100%;
	background-color: #DDDDDD;
}
.not-visible {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.simple-form-label.simple-form-label-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.popup-auth-login .popup-auth-form-container {
	margin: 0 0 30px;
}
.simple-form-delimeter {
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
	margin: 20px 0;
}
.simple-form-label+.simple-form-label.radio-btns-label-container {
	width: 100%;
	padding-right: 0;
}
.simple-form-label.radio-btns-label-container + .simple-form-label-btns {
	width: 100%;
}
.popup-auth-form-container.with-scroll {
	max-height: 60vh;
	overflow-y: auto;
}
.simple-form-label-checkbox {
	align-items: center;
}
.with-scroll::-webkit-scrollbar {
  width: 4px;               /* width of the entire scrollbar */
}
.with-scroll::-webkit-scrollbar-track {
  background: #000;        /* color of the tracking area */
}
.with-scroll::-webkit-scrollbar-thumb {
  background-color: #DDD;    /* color of the scroll thumb */
  border-radius: 0;       /* roundness of the scroll thumb */
  border: 3px solid #DDD;  /* creates padding around scroll thumb */
}
.simple-form-label+.simple-form-label-btns {
	margin-top: 30px!important;
}
.popup-auth-register .contact-form-simple-page {
	margin: 0!important;
}
@media(min-width: 1100px) {
	.popup-form-auth {
		width: 54.167vw;
		border: 1.042vw solid var(--palmira-white);
	}
	.popup-auth-content {
		padding: 1.823vw 1.563vw 1.719vw 1.615vw;
	}
	.popup-auth-title {
		margin: 0 0 1.51vw;
	}
	.popup-auth-wrapper {
		grid-gap: 1.563vw;
	}
	.popup-auth-subtitle > span {
		padding: 0 0.781vw;
	}
	.popup-auth-reg-socials {
		margin: 0.677vw 0 0.729vw;
		gap: 0.781vw;
	}
	.popup-auth-reg-socials > a {
		width: 2.604vw;
		height: 2.604vw;
	}
	.popup-auth-form-container {
		margin: 0.99vw 0 0;
	}
	.popup-auth-login .popup-auth-form-container {
		margin: 0 0 1.563vw;
	}
	.simple-form-delimeter {
		margin: 1.042vw 0;
	}
	.simple-form-label-checkbox {
		align-items: center;
	}
	.simple-form-label+.simple-form-label-btns {
		margin-top: 1.563vw!important;
	}
}