@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Onest:wght@100..900&family=Open+Sans:wght@300..800&display=swap');

.popup {
	width: 370px;
	border-radius: 5px;
	box-shadow: 0 0 23px 4px rgba(0, 0, 0, 0.15);
	position: relative;
	text-align: center;
	margin: auto;
	padding: 40px 100px;
}

.popup .close {
	display: inline-block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	background: url(/img/sprite.png);
}

.popup h2 {
	font-family: 'GothaProLight', sans-serif;
	font-size: 30px;
}

.popup input[type="text"],
.popup input[type="email"] {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #2D2D2D;
	font-family: 'Onest', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #2D2D2D;
}

.popup input[type="text"]:focus,
.popup input[type="email"]:focus,
.popup textarea#order_message:focus {
	border-bottom: 1px solid #009fdb;
	outline: none;
}

.popup textarea#order_message {
	width: 100%;
	height: 90px;
	resize: none;
	outline: none;
	border-bottom: 1px solid #2D2D2D;
}

.popup input[type="email"]:focus + span {
	opacity: 1;
}

.popup .my_site {
	display: none;
	position: relative;
}

.popup .my_site span {
	font-family: 'GothaProMedium', sans-serif;
	opacity: 0.5;
	font-size: 20px;
	position: absolute;
	top: 11px;
	right: 0;
}

.popup .your_email {
	position: relative;
}

.popup .your_email span {
	position: absolute;
	top: -10px;
	left: 0;
	font-family: 'Onest', sans-serif;
	font-weight: 300;
	font-size: 12px;
	opacity: 0;
}

.popup .your_email #email_error {
	display: none;
	color: #f00;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 40px;
	text-align: left;
}

.popup .test_domain span#checkdomain,
.popup .test_domain span#domain_free,
.popup .test_domain span#domain_occupied {
	text-align: right;
	margin: 12px 0;
	color: #000 !important;
}

.popup .test_domain {
	text-align: right;
	margin: 12px 0;
	height: 12px;
}

.popup .test_domain span {
	font-family: 'Onest', sans-serif;
	font-weight: 300;
	font-size: 12px;
	opacity: 0.5;
	position: relative;
	cursor: pointer;
}

.popup .test_domain #checkdomain:before {
	content: "";
	top: 2px;
	left: -20px;
	position: absolute;
	height: 13px;
	width: 13px;
	background: url(/img/sprite.png) -26px -5px;
}

.popup .password {
	text-align: left;
	font-family: 'Onest', sans-serif;
	font-weight: 300;
	font-size: 14px;
	opacity: 0.5;
	margin: 15px 0;
}

.popup .agreement {
	font-family: 'Onest', sans-serif;
	font-weight: 300;
	font-size: 12px;
	text-align: left;
	color: #a1a1a1;
	margin: 30px 0;
}

.popup .agreement .expand_text {
	margin-top: 10px;
	display: none;
}

.popup .agreement div {
	display: inline-block;
	width: 90%;
	line-height: 16px;
}

.popup .agreement div .expand {
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.popup .agreement div .expand .cur {
	display: none;
}

.popup .agreement div .expand.change .cur {
	display: inline;
}

.popup .agreement div .expand.change .exp {
	display: none;
}

.popup .agreement a {
	color: #2D2D2D;
	text-decoration: none;
}

.popup .agreement label {
	display: inline-block;
	*display: inline;
	/* inline-block ie7 fix */
	*zoom: 1;
	vertical-align: text-top;
	position: relative;
	cursor: pointer;
}

.popup .agreement label input {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
}

.popup .agreement label input:checked + span:before {
	background-position: -23px -59px;
}

.popup .agreement label span {
	display: block;
	padding-left: 30px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.popup .agreement label span:before {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url(/img/sprite.png);
	background-position: 0 -59px;
	z-index: 5;
	content: '';
}

.popup .agreement label span.styled_checkbox:before {
	background: url(/adminzone/images/sprite.png);
}

#emailForm .popup .close {
	background: url(/adminzone/images/sprite.png);
}

#emailForm .popup .password {
	opacity: 1;
	margin: 20px 0;
}

#emailForm #email_error {
	top: 45px;
}

.popup button,
.popup .button {
	font-family: 'Onest', sans-serif;
	font-size: 14px;
	color: #fff;
	background: #e2353b;
	border: none;
	width: 100%;
	padding: 25px;
	cursor: pointer;
	font-weight: bold;
	box-shadow: none;
}

.popup .social_text {
	opacity: 0.5;
	font-family: 'Onest', sans-serif;
	font-size: 14px;
	margin: 50px 0 25px 0;
	font-weight: 300;
}

.popup .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
}

.popup .social li {
	height: 22px;
	width: 23px;
	background: url(/img/sprite.png);
	cursor: pointer;
}

.popup .social li:before {
	content: '';
}

.popup .social .vk {
	background-position: 0 -30px;
}

.popup .social .fb {
	background-position: -28px -30px;
}

.popup .social .ok {
	background-position: -51px -30px;
}

.popup .social .m {
	background-position: -76px -30px;
}

.popup .social .ya {
	background-position: -134px -30px;
}

.popup .social .tw {
	background-position: -161px -30px;
}

.popup .social .g {
	background-position: -191px -30px;
}

.popup .social .other {
	background-position: -106px -30px;
	position: relative;
}

.popup .social .other:hover .drop_down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popup .social .other .drop_down {
	position: absolute;
	top: 33px;
	right: -81px;
	/* height: 100px; */
	padding: 23px;
	width: 179px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 5px;
	box-shadow: 0px 0px 23px 4px rgba(0, 0, 0, 0.15);
	background: #fff;
	display: none;
}

.popup .social .other .drop_down .arrow {
	position: absolute;
	height: 0;
	width: 0;
	background: none;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -16px;
	left: 78px;
}

.popup .error {
	border-bottom: 1px solid #e2353b !important;
}

.popup .already_have {
	display: none;
	margin-bottom: 10px;
}

@media (max-width: 1000px) {
	.popup {
		width: 95%;
		padding: 40px;
	}

	.popup .social .other .drop_down {
		right: 0;
	}

	.popup .social .other .drop_down .arrow {
		left: 155px;
	}
}

@media (max-width: 392px) {
	.popup h2 {
		font-size: 23px;
	}
}

.hidden {
	display: none;
}

#checkdomain, #domain_free, #domain_occupied {
	display: none;
}

/* Change style */

#fancybox-overlay {
	background: rgba(0, 0, 0, 0.04) !important;
	backdrop-filter: blur(7px) !important;
	opacity: 1 !important;
}

#fancybox-wrap:has(#create) .fancybox-bg,
#fancybox-wrap:has(.fancybox-content-wrap) .fancybox-bg {
	display: none;
}

#fancybox-wrap:has(#create) #fancybox-outer,
#fancybox-wrap:has(.fancybox-content-wrap) #fancybox-outer {
	border-radius: 10px;
	box-shadow: 0 10px 25px 6px rgba(112, 119, 138, 0.10);
	text-align: left;
	background: #ffffff;
	color: #000;
	width: auto;
	height: auto;
}

#fancybox-wrap:has(#create),
#fancybox-wrap:has(.fancybox-content-wrap),
#fancybox-wrap:has(#create) #fancybox-content,
#fancybox-wrap:has(.fancybox-content-wrap) #fancybox-content {
	width: 434px !important;
}

#fancybox-wrap:has(#create) #fancybox-content,
#fancybox-wrap:has(.fancybox-content-wrap) #fancybox-content {
	max-height: calc(100vh - 40px) !important;
	overflow: auto;
}

#fancybox-wrap:has(#create) .popup,
#fancybox-wrap:has(.fancybox-content-wrap) .popup {
	font: 14px/1.8em 'Onest', sans-serif;
	width: 278px;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 60px 78px 64px;
}

#fancybox-wrap:has(#create) .popup h2,
#fancybox-wrap:has(.fancybox-content-wrap) .popup h2 {
	display: block;
	text-align: center;
	color: #000;
	font-family: 'Cinzel', serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 26px;
}

#fancybox-wrap:has(#create) .popup label,
#fancybox-wrap:has(.fancybox-content-wrap) .popup label,
#fancybox-wrap:has(.fancybox-content-wrap) .popup p {
	display: block;
	font-size: 12px;
	line-height: 1.3;
}

#fancybox-wrap:has(.fancybox-content-wrap) .popup p.error {
	display: none;
	color: red;
	border-bottom: none !important;
}

#fancybox-wrap:has(#create) .popup input,
#fancybox-wrap:has(.fancybox-content-wrap) .popup input {
	padding: 0;
	font-size: 14px;
	font-weight: 600;
}

#fancybox-wrap:has(#create) .popup .my_site span {
	bottom: 9px;
	right: 0;
	top: auto;
}

#fancybox-wrap:has(#create) .popup .test_domain {
	margin: 5px 0;
	height: 12px;
}

#fancybox-wrap:has(#create) .popup .test_domain > span {
	margin: 0;
	line-height: 1;
}

#fancybox-wrap:has(#create) .popup input:focus {
	border-bottom-color: #2D2D2D;
}


#fancybox-wrap:has(#create) .popup button,
#fancybox-wrap:has(#create) .popup .button,
#fancybox-wrap:has(.fancybox-content-wrap) .popup button {
	cursor: pointer;
	min-height: 25px;
	line-height: 25px;
	padding: 10px 25px;
	height: auto;
	border-radius: 3px;
	box-shadow: none;
	text-shadow: none;
	font-family: 'Onest', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	background: #DA8383;
	width: 100%;
	margin-top: 25px;
}

#fancybox-wrap:has(#create) .popup button:hover,
#fancybox-wrap:has(#create) .popup .button:hover {
	filter: brightness(90%);
}

#fancybox-wrap:has(#create) .popup .create-site-preloader {
	margin: 25px auto 0;
	padding: 16px 0;
	display: block;
}

#fancybox-wrap:has(#create) .popup .social_text {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	position: relative;
}

#fancybox-wrap:has(#create) .popup .social_text::before {
	content: " ";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	background-color: #ececec;
}

#fancybox-wrap:has(#create) .popup .social_text span {
	background-color: #fff;
	padding: 0 10px;
	position: relative;
}

#fancybox-wrap:has(#create) .popup .social {
	margin: 0;
	padding: 0;
}

#fancybox-wrap:has(#create) .popup .social button,
#fancybox-wrap:has(#create) .popup .social .button {
	margin-top: 0;
	background-color: #faf4f4;
	color: #4D5057;
	text-align: center;
	padding: 9px 25px;
	text-transform: none;
}

#fancybox-wrap:has(#create) .popup .social button:hover,
#fancybox-wrap:has(#create) .popup .social .button:hover {
	filter: none;
}

#fancybox-wrap:has(#create) .popup .social svg,
#fancybox-wrap:has(#create) .popup .social span {
	vertical-align: middle;
	margin: 0 4px;
}

#fancybox-wrap:has(#create) .popup input::placeholder,
#fancybox-wrap:has(#create) .popup input:focus::placeholder,
#fancybox-wrap:has(.fancybox-content-wrap) .popup input::placeholder,
#fancybox-wrap:has(.fancybox-content-wrap) .popup input:focus::placeholder {
	font-family: 'Onest', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #999;
}

#fancybox-close {
	display: none !important;
}
#fancybox-content {
	border-width: 0px !important;
}

#order_form label {
	margin-top: 20px;
}

div.form_captcha {
	text-align: center;
}

div.form_captcha img {
	margin-top: 10px;
}

#fancybox-wrap:has(#create) .popup .pass_remember_check,
#fancybox-wrap:has(.fancybox-content-wrap) .popup .pass_remember_check {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-top: 14px;
}

#fancybox-wrap:has(#create) .popup .pass_remember_check input,
#fancybox-wrap:has(.fancybox-content-wrap) .popup .pass_remember_check input {
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	z-index: 1;
	opacity: 0;
}

#fancybox-wrap:has(#create) .popup .pass_remember_check span.checkbox_redesigned,
#fancybox-wrap:has(.fancybox-content-wrap) .popup .pass_remember_check span.checkbox_redesigned {
	padding-left: 35px;
	display: inline-block;
	line-height: 22px;
}

#fancybox-wrap:has(#create) .popup .pass_remember_check span.checkbox_redesigned::before,
#fancybox-wrap:has(.fancybox-content-wrap) .popup span.checkbox_redesigned::before {
	content: "";
	cursor: pointer;
	width: 25px;
	height: 25px;
	border: 1px solid #e8e8e8;
	position: absolute;
	top: 0;
	left: 0;
}

#fancybox-wrap:has(#create) .popup .pass_remember_check input:checked + span.checkbox_redesigned::after,
#fancybox-wrap:has(.fancybox-content-wrap) .popup input:checked + span.checkbox_redesigned::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 8px;
	width: 8px;
	height: 13px;
	border-right: 3px solid #00a0dc;
	border-right-color: rgb(0, 160, 220);
	border-bottom: 3px solid #00a0dc;
	border-bottom-color: rgb(0, 160, 220);
	transform: rotate(45deg);
	z-index: 10;
}

#fancybox-wrap:has(#create) .popup .pass_remember_check input:checked + span.checkbox_redesigned::after,
#fancybox-wrap:has(.fancybox-content-wrap) .popup input:checked + span.checkbox_redesigned::after {
	border-color: #DA8383;
}

#fancybox-wrap:has(#create) .popup .remember_title,
#fancybox-wrap:has(.fancybox-content-wrap) .popup .remember_title {
	text-decoration: none;
	color: #3c3f46;
	font-size: 13px;
	line-height: 1.5;
	font-family: 'Onest', sans-serif;
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: 40px;
}

#fancybox-wrap:has(#create) .popup .forgot_password {
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Onest', sans-serif;
	display: inline-block;
	padding-top: 4px;
	color: #DA8383;
}

#fancybox-wrap:has(#create) .popup .link,
#fancybox-wrap:has(.fancybox-content-wrap) .popup .link {
	text-decoration: none;
	font-size: 13px;
	color: #DA8383;
}

@media screen and (max-width: 460px) {
	#fancybox-wrap:has(#create), #fancybox-wrap:has(#create) #fancybox-content,
	#fancybox-wrap:has(.fancybox-content-wrap), #fancybox-wrap:has(.fancybox-content-wrap) #fancybox-content {
		width: 320px !important;
	}

	#fancybox-wrap:has(#create) .popup,
	#fancybox-wrap:has(.fancybox-content-wrap) .popup {
		padding: 60px 20px 20px;
		width: auto;
	}

	#fancybox-wrap:has(#create) .popup h2,
	#fancybox-wrap:has(.fancybox-content-wrap) .popup h2 {
		font-size: 34px;
	}
}

#fancybox-wrap:has(#create) .popup button.continue_with_google {
	background: #FAF4F4;
	color: #4D5057;
	text-transform: unset;
	margin: 0;
}

button.continue_with_google img {
	vertical-align: middle;
	margin-right: 10px;
}

#fancybox-wrap:has(#create) .popup hr.hr_text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	margin: 10px 0 10px;
}

#fancybox-wrap:has(#create) .popup hr.hr_text::before {
	content: '';
	background: #2D2D2D1A;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}

#fancybox-wrap:has(#create) .popup hr.hr_text::after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #fcfcfa;
}
