@media screen and (max-width: 1410px) {
	.change_lang.btn {
		bottom: 0 !important;
		top: calc(100vh - 46px);
		right: 17px;
	}

	.change_lang.btn.active {
		top: calc(100vh - 135px);
	}

	.nav_box>a {
		padding: 0 13px;
	}
}
@media screen and (max-width: 950px) {
	.popup_back {
		padding: 10px;
	}

	.pop_head_text {
		font-size: 32px;
		font-weight: 800;
		white-space: break-spaces;
		width: 100%;
		text-align: center;
	}

	.pop_line {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		display: block;
		margin: 0 auto;
		text-align: center;
		max-width: 100%;
	}

	.pop_contact {
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}
}

@media screen and (max-width: 750px) {
	

	.header_nav {
		display: none;
	}

	.min_header_nav {
		display: block;
	}

	.header {
		height: 0;
	}

	.min_header_nav>.header_logo>a>svg {
		width: 190px;
		height: auto;
	}
}