.head {
	z-index: 25;
	position: relative;
	width: 100%;
	height: 102px;
	padding: 0 10px;
}

.home .head {
	position: absolute;
	top: 0;
	left: 0;
}

.head_content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	margin: auto;
}


.head_nav {
	display: flex;
	align-items: center;
	margin-left: auto;
	list-style: none;
}

.head_nav a {
	padding: 7px 24px;
	color: #000;
	font-size: 18px;
}

.home .head_nav a {
	color: #fff;
}

.head_nav li.active a {
	color: #50BBD9;
}

.head_nav .dialog_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
}

.dialog_btn span {
	position: relative;
	display: block;
	width: 20px;
	height: 1px;
	background-color: #000;
}

.dialog_btn span::before,
.dialog_btn span::after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	background-color: #000;
}

.dialog_btn span::before {
	top: -5px;
}

.dialog_btn span::after {
	top: 5px;
}

.dialog {
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}


.dialog.show {
	display: block;
}

.dialog_content {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 500px;
	height: 100vh;
	margin-left: auto;
	padding: 12px 35px 12px 35px;
	background-color: #fff;
	transform: translateX(100%);
	transition: 1s;
}

.dialog_content.active {
	transform: translateX(0);
}

.dialog_close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #DC118C;
	border-radius: 0;
	border: none;
	font-size: 1rem;
	cursor: pointer;
}

.dialog_close span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 5px;
	height: 28px;
	margin: auto;
	background-color: #fff;
	transform: rotate(45deg);
	border-radius: 100px;
}

.dialog_close span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 5px;
	height: 28px;
	margin: auto;
	background-color: #fff;
	transform: rotate(-90deg);
	border-radius: 100px;
	cursor: pointer;
}

.dialog_content .logo {
	margin-bottom: 20px;
}

.dialog_h3 {
	margin: 0 0 20px;
	font-family: var(--e-global-typography-e849808-font-family), Sans-serif;
	font-size: var(--e-global-typography-e849808-font-size);
	font-weight: var(--e-global-typography-e849808-font-weight);
	text-transform: var(--e-global-typography-e849808-text-transform);
	font-style: var(--e-global-typography-e849808-font-style);
	text-decoration: var(--e-global-typography-e849808-text-decoration);
	line-height: var(--e-global-typography-e849808-line-height);
	letter-spacing: var(--e-global-typography-e849808-letter-spacing);
	color: var(--e-global-color-primary);
	text-decoration: underline;
}

.dialog_h3 a {
	color: #000;
}

.dialog_group {
	margin-bottom: 20px;
}

.dialog_item {
	display: flex;
	align-items: center;
	height: 30px;
	font-family: "Exo", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.6em;
}

.dialog_item::before {
	content: "";
	width: 12px;
	height: 2px;
	margin-right: 15px;
	background-color: #000;
}

.dialog_send {
	flex: none;
	width: 135px;
	height: 47px;
	margin-left: auto;
	background-color: #DC118C;
	border-color: #DC118C;
	color: #FFFFFF;
	border-radius: 0;
	transition: .3s;
}

.dialog_send:hover {
	background-color: #000;
	border-color: #000;
}

.dialog_mail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 6px;
	padding-top: 0;
	padding-bottom: 0px;
	border: 2px solid #393A35;
}

.dialog_mail.succ {
	padding-top: 8px;
	padding-bottom: 10px;
}

.normal_inp {
	width: calc(100% - 135px);
	height: 59px;
}

.normal_inp input {
	width: 100%;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	outline: none;
}

.dislog_succ {
	width: 100%;
}

.dislog_succ {
	display: none;
	align-items: center;
	margin-top: 10px;
	padding-left: 3px;
}

.dialog_mail.succ .dislog_succ {
	display: flex;
}

.dislog_succ::before {
	content: "";
	display: block;
	width: 14px;
	height: 7px;
	margin-right: 5px;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

.nav_btn {
	display: none;
}

.show_mb {
	display: none;
}

.sub-menu {
	/* max-height: 0; */
}

.elementor-section .elementor-container {
	justify-content: center;
}

.elementor-5017 .elementor-element.elementor-element-3b6c27a5>.elementor-background-overlay,
.elementor-6381 .elementor-element.elementor-element-4e5249a>.elementor-background-overlay {
	background: #fff;
}

.new_mod {
	align-content: flex-start !important;
	align-items: flex-start !important;
	margin: 0px 25px 0px 0px !important;
	padding: 20px 20px 20px 20px !important;
}

.new_mod_inside {
	left: -213px;
	top: 260px;
	text-align: end;
}

.dialog_group a {
	color: #000;
}

.elementor-message-danger,
.elementor-message-success {
	display: none;
}

.err .elementor-message-danger,
.succ .elementor-message-success {
	display: block;
}

/* class="elementor-form" */
.elementor-message:before{
	display: none;
}
@media (max-width:1024px) {
	.head_nav li.active a {
		color: #fff;
	}

	#com_dig.active,
	#com_dig.active:hover {
		background-color: #000;
	}

	.head_nav li.active>a {
		background-color: #000;
		color: #fff;
	}

	#com_dig .sub-menu,
	#com_btn .sub-menu {
		padding: 0;
	}

	.new_mod {
		margin-right: 0 !important;
	}

	.new_mod_out {
		width: 100% !important;
	}

	.new_mod_inside {
		display: none;
	}

	#com_dig {
		cursor: pointer;
	}

	#com_dig>a {
		display: inline-block;
		width: auto;
		height: 45px;
	}

	#com_btn>a {
		height: 45px;
		padding: 7px 24px;
	}

	.head_nav .show_mb,
	.com_dig .show_mb {
		overflow: hidden;
		display: block;
		height: auto;
		max-height: 45px;
		transition: max-height 0.3s ease;
	}

	#com_sub,
	#com_dig,
	.sub-menu {
		/* margin-top: 4px; */
		background: transparent;
		list-style: none;
	}

	.home .head {
		position: relative;
	}

	.head_nav a {
		color: #fff;
	}

	.dialog_li {
		display: none;
	}

	.head_nav {
		overflow: hidden;
		position: absolute;
		top: 102px;
		left: -10px;
		display: block;
		width: calc(100% + 20px);
		max-height: 0;
		padding-left: 0;
		background-color: #50BBD9;
		transition: max-height 0.3s ease;
	}


	.head_nav li {
		width: 100%;
		height: 45px;
	}

	.head_nav li a {
		display: block;
		width: 100%;
		height: 100%;
	}

	#com_btn.show,
	#com_dig.show,
	#com_dig:hover,
	.head_nav li a:not(.active):hover {
		background-color: #DC118C;
	}

	#com_dig.show ul,
	#com_btn.show ul,
	#com_dig:hover ul {
		background-color: #50BBD9;
	}

	.nav_btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 33px;
		height: 33px;
		padding: 0;
		background-color: #DC118C;
	}

	.nav_btn span {
		position: relative;
		display: block;
		width: 20px;
		height: 1px;
		background-color: rgba(255, 255, 255, 1);
		border-radius: 100px;
	}

	.nav_btn span::before,
	.nav_btn span::after {
		content: "";
		position: absolute;
		left: 0;
		display: block;
		width: 20px;
		height: 1px;
		background-color: #fff;
		border-radius: 100px;
	}

	.nav_btn span::before {
		top: -5px;
	}

	.nav_btn span::after {
		top: 5px;
	}

	.nav_btn.active span {
		background-color: rgba(255, 255, 255, 0);
	}

	.nav_btn.active span::before {
		height: 2px;
		transform: rotate(45deg);
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.nav_btn.active span::after {
		height: 2px;
		transform: rotate(-45deg);
		top: 0;
		bottom: 0;
		margin: auto;
	}
}