@media all and (min-width:1225px) {

	.bottom_layer_bg {
		position: fixed;
		top: 0px;
		left: 0px;
		height: 100vh;
		width: 100vw;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 101;
		display: none;
	}

	.new_bottom_layer {
		position: absolute;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 100;
		width: fit-content;
		height: fit-content;
		background-color: var(--white-color);
		border: 1px solid rgba(14, 14, 14, 10%);
		border-radius: 24px;
		overflow: hidden;
		box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
		display: none;
	}

	.new_bottom_layer>.contaner_new_header_layer {
		width: fit-content;
		height: fit-content;
	}

	.header_layer_drop_down_menu_wrapper {
		width: 444px;
		height: auto;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.header_layer_drop_down_menu_wrapper p {
		color: #7f7f7f;
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
		cursor: default;
	}

	.header_layer_drop_down_menu_wrapper:first-child {
		border-right: 1px solid rgba(14, 14, 14, 0.05);
	}

	.header_layer_drop_down_menu_inner_wrapper {
		display: flex;
		align-items: flex-start;
		gap: 48px;
		cursor: default;
	}

	.header_layer_drop_down_menu_inner_content_box {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.header_layer_drop_down_menu_inner_logo {
		position: relative;
		width: 70px;
		height: 60px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 50px;
		cursor: pointer;
		display: none;
	}

	.header_layer_drop_down_menu_inner_logo::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 130%;
		height: 130%;
	}

	.header_layer_drop_down_menu_inner_title_wrapper {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		cursor: default;
	}

	.header_layer_drop_down_menu_inner_title_wrapper>p {
		color: #7f7f7f;
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
		cursor: default;
	}

	.header_layer_drop_down_menu_inner_title_wrapper>p:first-child {
		position: relative;
		color: #000;
		font-size: 17px;
		font-weight: 400;
		line-height: normal;
		cursor: pointer;
	}

	.header_layer_drop_down_menu_inner_title_wrapper>p:first-child::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 50%;
		border-top: 1px solid #000;
		transform: translateX(-50%);
		width: 0%;
		transition: all 0.3s ease;
	}

	.header_layer_drop_down_menu_inner_title_wrapper>p:first-child:hover::after {
		width: 100%;
	}

	.header_layer_drop_down_menu_inner_menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.header_layer_drop_down_menu_inner_menu>p {
		position: relative;
		color: #000;
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
		cursor: pointer;
		padding: 0px 10px;
		margin-left: -10px;
	}

	.header_layer_drop_down_menu_inner_menu>p::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 50%;
		border-top: 1px solid #000;
		transform: translateX(-50%);
		width: 0%;
		transition: all 0.3s ease;
	}

	.header_layer_drop_down_menu_inner_menu>p:hover::after {
		width: calc(100% - 20px);
	}

	.header_layer_drop_down_menu_bottom_link_box {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		color: #000;
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.header_layer_drop_down_menu_bottom_link_box:hover {
		color: #006ABA;
	}

	.header_layer_drop_down_menu_bottom_link_img {
		width: 15px;
		height: 15px;
		border-radius: 2px;
		border: 1px solid #D1D1D1;
	}

	.new_header_box_v2 {
		width: fit-content;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 8px;
		cursor: default;
	}

	.new_header_box_v2_title {
		color: #000;
		font-size: 12px;
		font-weight: 600;
		line-height: normal;
	}

	.new_header_box_v2_content_box {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		cursor: pointer;
	}

	.new_header_box_v2_content_box>p {
		color: #000;
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
		transition: all 0.3s ease;
	}

	.new_header_box_v2_content_box:hover>p {
		color: #006ABA;
	}



	.header-section {
		display: none;
	}

	.new_layer_mask {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 98;
		display: none;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.new_header {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: auto;
		background-color: transparent;
		z-index: 100;
		transition: all 0.3s ease;
	}

	.header_front {
		width: 1160px;
		height: 100%;
		margin: 0px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}

	.margin_contaner {
		width: 300px;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.margin_contaner:nth-child(2) {
		margin: 0px auto;
		justify-content: center;
	}

	.margin_contaner:nth-child(3) {
		justify-content: flex-end;
	}

	.top_menu_open_btn {
		padding: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		width: 40px;
		height: 36px;
		cursor: pointer;
		margin-left: -10px;
	}

	.top_menu_open_btn>span {
		width: 100%;
		border-bottom: 1px solid #000;
		transform-origin: 100% 36%;
		transition: all 0.3s ease;
		display: inline-block;
	}

	.top_menu_open_btn svg {
		position: absolute;
		transition: all 0.3s ease;
		top: -2px;
		left: 0;
	}

	.new_logo_header {
		background-image: url('/images/innorix_homepage/logo_B.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 120px;
		height: 100%;
		cursor: pointer;
	}

	.quick_location_btn {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		height: 100%;
	}

	.quick_location_btn>div:first-child {
		margin-right: 30px;
	}

	.quick_location_btn>div {
		cursor: pointer;
	}

	.login_part {
		width: 24px;
		height: 24px;
		background-image: url(/images/innorix_exabyter/gray_admin.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 110% 110%;
		border-radius: 100%;
		transition: all 0.3s;
		position: relative;
	}

	.login_part::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		transition: all 0.3s;
		outline: 1px solid #000;
		opacity: 0;
		border-radius: 100%;
	}

	.login_part:hover::after {
		opacity: 1;
	}

	.acount_part {
		width: 26px;
		height: 26px;
		background-color: #1B89FF;
		border-radius: 100%;
		position: relative;
	}

	.acount_part.login_color1 {
		background-color: #3B87F9;
	}

	.acount_part.login_color2 {
		background-color: #DE4131;
	}

	.acount_part.login_color3 {
		background-color: #F6B300;
	}

	.acount_part.login_color4 {
		background-color: #DE4131;
	}

	.acount_part.login_color5 {
		background-color: #F6B300;
	}

	.acount_part.login_color6 {
		background-color: #009D53;
	}

	.acount_part.login_color7 {
		background-color: #AC48C0;
	}

	.acount_part.login_color8 {
		background-color: #00ADC3;
	}

	.acount_part.login_color9 {
		background-color: #FF6E3A;
	}

	.acount_part.login_color10 {
		background-color: #9F9C00;
	}

	.acount_part.login_color11 {
		background-color: #5A6CC4;
	}

	.acount_part.login_color12 {
		background-color: #F36193;
	}

	.acount_part>div {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		color: var(--white-color);
		flex: none;
		order: 1;
		flex-grow: 0;
		z-index: 1;
		text-align: center;
		line-height: 25px;
		font-family: 'Segoe UI';
		font-size: 18px;
	}

	.acount_part::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		transition: all 0.3s;
		outline: 1px solid #000;
		opacity: 0;
		border-radius: 100%;
	}

	.acount_part:hover::after {
		opacity: 1;
	}

	.new_header_layer {
		position: fixed;
		top: 40px;
		left: 0px;
		z-index: 100;
		width: 100%;
		height: 313px;
		background-color: #e2e2e2;
		opacity: 0;
	}

	.contaner_new_header_layer {
		position: relative;
		width: 1160px;
		height: 100%;
		margin: 0px auto;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
	}

	.select_new_content_home_page>div {
		position: absolute;
		top: 0px;
		width: 100%;
		left: -745px;
		height: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		padding: 0px 66px;
		margin-top: 10px;
		cursor: pointer;
	}

	.select_new_content_home_page>.active_div {
		background: var(--white-color);
		color: #1B89FF;
	}

	.select_new_content_home_page>div>p {
		width: 250px;
		font-size: 18px;
	}

	.select_new_content_home_page>div:nth-child(2) {
		top: 60px;
	}

	.select_new_content_home_page>div:nth-child(3) {
		top: 120px;
	}

	.select_new_content_home_page2 {
		position: absolute;
		top: 0px;
		width: 200%;
		left: 250px;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		background-color: var(--white-color);
		padding-top: 30px;
		padding-left: 40px;
	}

	.file_home_page {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		height: 100%;
		width: auto;
	}

	.ai_home_page {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		height: 100%;
		width: auto;
	}

	.camera_home_page {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		height: 100%;
		width: auto;
	}

	.text_over_area {
		width: 238px;
	}

	.text_over_area_content {
		margin-bottom: 35px;
		cursor: pointer;
	}

	.text_over_area_content:nth-child(2) {
		margin-bottom: 30px;
		cursor: pointer;
	}

	.text_over_area_content_active {
		color: #1B89FF;
	}

	.text_over_area_content>p {
		font-size: 18px;
		white-space: nowrap;
	}

	.text_over_area_content>p:nth-child(2) {
		font-size: 24px;
	}

	.text_over_area_content_active>p:nth-child(2) {
		text-decoration: underline;
	}

	.text_info_area {
		width: 461px;
		font-size: 18px;
		margin-left: 30px;
		color: #7F7F7F;
		line-height: 30px;
		cursor: pointer;
	}

	.text_info_area>div:first-child {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 25px;
	}

	.text_info_area>div:nth-child(2) {
		height: 100px;
		width: auto;
	}

	.text_info_area>div:nth-child(2)>img {
		height: 100%;
	}

	.open_find_cam,
	.open_find_order,
	.open_find_factory {
		margin-bottom: 30px;
	}

	.open_find_cam>p,
	.open_find_order>p,
	.open_find_factory>p {
		font-size: 24px;
		line-height: 29px;
	}

	.text_over_area_content_active.open_find_cam>p,
	.text_over_area_content_active.open_find_order>p,
	.text_over_area_content_active.open_find_factory>p {
		text-decoration: underline;
	}

	.factorynewBtn {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 5px 20px;
		width: fit-content;
		height: fit-content;
		background: #1B89FF;
		color: var(--white-color);
		border: 1px solid #1B89FF;
		transition: all 0.3s ease;
	}

	.factorynewBtn:hover {
		background: var(--white-color);
		color: #1B89FF;
		border: 1px solid #1B89FF;
		cursor: pointer;
	}

	.factorynewBtn2 {
		background: var(--white-color);
		color: var(--white-color);
		border: 1px solid #1B89FF;
		cursor: default;
		position: relative;
	}

	.input_track {
		padding: 5px 15px !important;
		width: 248px;
		height: 40px !important;
		border: 1px solid #1B89FF !important;
		appearance: none;
		font-size: 22px !important;
		margin-right: 10px;
	}

	.input_track::placeholder {
		color: var(--light-grey-color);
	}

	.input_track:focus {
		padding: 5px 15px;
		width: 248px;
		height: 40px;
		border: 1px solid #1B89FF;
		outline: 2px solid #1B89FF;
		appearance: none;
	}

	.costomi_header {
		width: 100%;
		height: 110px;
		background-color: var(--white-color);
	}

	.inner_header {
		width: 100%;
		height: 50px;
		background-color: rgba(255, 255, 255, 1);
		transition: all 0.3s ease;
		border-bottom: 1px solid rgba(14, 14, 14, 5%);
	}

	.header_bottom_line {
		width: 100%;
		height: 50px;
		background-color: #1B89FF;
		color: var(--white-color);
	}

	.center_container {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 0 40px;
		box-sizing: border-box;
	}

	.bottom_line_btn {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		padding: 5px 25px;
		width: 139px;
		height: 29px;
		text-align: center;
		background: var(--white-color);
		color: #1B89FF;
		flex: none;
		order: 2;
		flex-grow: 0;
		z-index: 2;
		font-size: 16px;
		line-height: 19px;
		margin-left: 30px;
		cursor: pointer;
	}

	.logo_wrapper {
		margin-right: 80px;
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		cursor: pointer;
	}

	.logo_wrapper>img {
		height: 20px;
	}

	.menu_wrapper {
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	.menu_wrapper>div {
		margin-left: 30px;
		cursor: pointer;
		height: 100%;
		line-height: 40px;
		position: relative;
		gap: 10px;
		line-height: normal;
		font-size: 18px;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.menu_wrapper>div:not(:last-child) {
		color: var(--white-color);
	}

	.html_body[data-mode='not_main'] .menu_wrapper>div:not(:last-child) {
		color: #000;
	}

	.menu_wrapper>div::after {
		content: "";
		position: absolute;
		bottom: 12.5px;
		left: 0px;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s ease;
	}

	.menu_wrapper>div:hover::after {
		width: 100%;
	}

	.menu_wrapper>div:nth-child(1) {
		margin-left: 0px;
	}

	.menu_wrapper>div:nth-child(1)>span {
		display: block;
		width: 10px;
		height: 10px;
		min-width: 10px;
		min-height: 10px;
		background-image: url('/images/main/arrow_white.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 4px;
		transition: transform 0.3s ease;
	}

	.html_body[data-mode='not_main'] .menu_wrapper>div:nth-child(1)>span {
		background-image: url('/images/main/arrow_black.svg');
	}

	.menu_wrapper>div:nth-child(1):hover>span {
		background-image: url('/images/main/arrow_blue.svg') !important;
	}

	.menu_wrapper>div:nth-child(2)>span {
		display: block;
		width: 10px;
		height: 10px;
		min-width: 10px;
		min-height: 10px;
		background-image: url('/images/main/arrow_white.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 4px;
		transition: transform 0.3s ease;
	}

	.html_body[data-mode='not_main'] .menu_wrapper>div:nth-child(2)>span {
		background-image: url('/images/main/arrow_black.svg');
	}

	.menu_wrapper>div:nth-child(2):hover>span {
		background-image: url('/images/main/arrow_blue.svg') !important;
	}

	.menu_wrapper>div:nth-child(3)>span {
		display: block;
		width: 10px;
		height: 10px;
		min-width: 10px;
		min-height: 10px;
		background-image: url('/images/main/arrow_white.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 4px;
		transition: transform 0.3s ease;
	}

	.html_body[data-mode='not_main'] .menu_wrapper>div:nth-child(3)>span {
		background-image: url('/images/main/arrow_black.svg');
	}

	.menu_wrapper>div:nth-child(3):hover>span {
		background-image: url('/images/main/arrow_blue.svg') !important;
	}

	.menu_wrapper>div:nth-child(8) {
		margin-left: auto;
	}

	.menu_wrapper>a:last-child {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 12px 25px;
		width: auto;
		min-width: 100px;
		height: 44px;
		border: 1px solid #006ABA;
		background-color: #006ABA;
		border-radius: 26px;
		line-height: unset;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: var(--white-color);
		transition: all 0.3s ease;
		cursor: pointer;
		margin-left: 48px;
	}

	.menu_wrapper>a:last-child:hover::after {
		width: 0% !important;
	}

	.menu_wrapper>a:last-child:hover {
		color: #006ABA;
		background-color: transparent;
	}

	.reengin_span {
		width: fit-content;
		height: 22px;
		border-radius: 5px;
		background-color: #006ABA;
		display: inline-block;
		padding: 3px 8px;
		color: var(--white-color);
		font-size: 12px;
		font-style: italic;
		font-weight: 300;
		line-height: 14px;
		margin-left: 5px;
		position: relative;
		top: -4px;
	}

	.reengin_img {
		width: 78px;
		height: 13px;
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.reengin_img2 {
		width: 78px;
		height: 13px;
		display: block;
		background-image: url('/images/innorix_exabyter/re-engineered_mark.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.category_menu {
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		width: 100%;
		height: 50px;
		background: var(--white-color);
		border-bottom: 1px solid rgba(14, 14, 14, 5%);
		transition: all 0.3s ease;
		overflow: hidden;
	}

	.category_menu_wrapper {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0px;
		gap: 48px;
		width: fit-content;
		height: 100%;
	}

	.category_menu_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px 0px 20px;
		gap: 5px;
		width: fit-content;
		height: 100%;
		box-sizing: border-box;
		cursor: pointer;
	}

	.category_menu_content.active>p {
		color: #006ABA;
	}

	.category_menu_content.active>p::after {
		background-color: #006ABA;
	}

	.category_menu_content:hover>p {
		color: #006ABA;
	}

	.category_menu_content>div {
		width: 42px;
		height: 42px;
		min-height: 42px;
		background-image: url('/images/innorix_exacoola/new_exacoola_img/iconset.svg');
		background-repeat: no-repeat;
		display: none;
	}

	.category_menu_content>.content_image_1 {
		background-position: -4px -4px;
	}

	.category_menu_content>.content_image_2 {
		width: 52px;
		background-position: -149px -4px;
	}

	.category_menu_content>.content_image_3 {
		width: 49px;
		background-position: -51px -4px;
	}

	.category_menu_content>.content_image_4 {
		width: 49px;
		background-position: -100px -4px;
	}

	.category_menu_content>.content_image_5 {
		width: 49px;
		background-position: -349px -4px;
	}

	.category_menu_content>p {
		position: relative;
		font-weight: 300;
		font-size: 16px;
		line-height: 26px;
		transition: all 0.3s ease;
	}

	.category_menu_content>p::after {
		content: "";
		position: absolute;
		bottom: -21px;
		left: 50%;
		width: 0%;
		height: 1px;
		transform: translateX(-50%);
		background-color: #000;
		transition: all 0.3s ease;
	}

	.category_menu_content:hover>p::after {
		width: 100%;
		background-color: #006ABA;
	}

	.brochure_over_tab_layer {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 40px;
		gap: 10px;
		position: absolute;
		width: 340px;
		height: 230px;
		left: -42px;
		top: 38px;
		background-color: #F2F2F2;
		opacity: 0;
	}

	.brochure_over_tab_layer>div {
		position: relative;
		box-sizing: border-box;
		width: 260px;
		height: 170px;
		background-image: url('/images/brochure_image/exacoola_brochure/Exacoola Brochure.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		border: 1px solid #D9D9D9;
		flex: none;
		order: 0;
		flex-grow: 0;
		z-index: 0;
		transition: all 0.3s ease;
	}

	.brochure_over_tab_layer>div:hover {
		border: 1px solid #1B89FF;
	}

	.new_layer_mask {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 98;
		display: none;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.new_header {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: auto;
		background-color: transparent;
		z-index: 100;
		transition: all 0.3s ease;
	}

	.header_front {
		width: 1160px;
		height: 40px;
		margin: 0px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}

	.margin_contaner {
		width: 300px;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.margin_contaner:nth-child(2) {
		margin: 0px auto;
		justify-content: center;
	}

	.margin_contaner:nth-child(3) {
		justify-content: flex-end;
	}

	.top_menu_open_btn {
		padding: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		width: 40px;
		height: 36px;
		cursor: pointer;
		margin-left: -10px;
		position: relative;
	}

	.top_menu_open_btn::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -1;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
		opacity: 0;
		border-radius: 100%;
	}

	.top_menu_open_btn:hover::before {
		opacity: 1;
	}

	.top_menu_open_btn.active:hover::before {
		opacity: 0 !important;
	}

	.just_not_innorix_home .langIcon {
		position: relative;
	}

	.just_not_innorix_home .langIcon::before {
		content: '';
		position: absolute;
		top: 16px;
		right: -13px;
		z-index: -1;
		width: calc(100% + 24px);
		height: 140%;
		margin-top: -20px;
		margin-left: -20px;
		opacity: 0;
		border-radius: 15px;
	}

	.just_not_innorix_home .langIcon:hover::before {
		opacity: 0.7;
	}

	.top_menu_open_btn>span {
		width: 100%;
		border-bottom: 1px solid #d9d9d9;
		transform-origin: 100% 36%;
		transition: all 0.3s ease;
		display: inline-block;
	}

	.new_logo_header {
		background-image: url('/images/innorix_homepage/logo_w.png');
		background-position: 50% 44%;
		background-repeat: no-repeat;
		background-size: contain;
		width: 90px;
		height: 100%;
		cursor: pointer;
	}

	.quick_location_btn {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		height: 100%;
	}

	.quick_location_btn>div:first-child {
		margin-right: 30px;
	}

	.quick_location_btn>div {
		cursor: pointer;
	}

	.solition_header_layer {
		display: none;
	}

	.company_header_layer {
		display: none;
	}

	.new_header_layer {
		position: absolute;
		top: 40px;
		left: 0px;
		z-index: 99;
		width: 100%;
		height: 373px;
		background-color: #e2e2e2;
		padding-top: 0px;
		opacity: 0;
		display: none;
	}

	.contaner_new_header_layer {
		position: relative;
		width: 1160px;
		height: 100%;
		margin: 0px auto;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
	}

	.select_new_content_home_page>div {
		position: absolute;
		top: 0px;
		width: 100%;
		left: -745px;
		height: 60px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		padding: 0px 66px;
		margin-top: 0px;
		cursor: pointer;
	}

	.select_new_content_home_page>div:first-child {
		margin-top: 10px;
	}

	.select_new_content_home_page>.active_div {
		background: var(--white-color);
		color: #1B89FF;
	}

	.select_new_content_home_page>div>p {
		width: 250px;
		font-size: 16px;
	}

	.select_new_content_home_page>div:nth-child(2) {
		top: 70px;
	}

	.select_new_content_home_page>div:nth-child(3) {
		top: 130px;
	}

	.select_new_content_home_page2 {
		position: absolute;
		top: 0px;
		width: 200%;
		left: 250px;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		background-color: var(--white-color);
		padding-top: 30px;
		padding-left: 40px;
	}

	.file_home_page {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		height: 100%;
		width: auto;
	}

	.ai_home_page {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		height: 100%;
		width: auto;
	}

	.camera_home_page {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		height: 100%;
		width: auto;
	}

	.text_over_area {
		width: 238px;
	}

	.text_over_area_content {
		margin-bottom: 35px;
		cursor: pointer;
	}

	.text_over_area_content:nth-child(2) {
		margin-bottom: 30px;
		cursor: pointer;
	}

	.text_over_area_content_active {
		color: #1B89FF;
	}

	.text_over_area_content>p {
		font-size: 16px;
		white-space: nowrap;
	}

	.text_over_area_content>p:nth-child(2) {
		font-size: 22px;
	}

	.text_over_area_content_active>p:nth-child(2) {
		text-decoration: underline;
	}

	.text_info_area {
		width: 461px;
		font-size: 16px;
		margin-left: 30px;
		color: #7F7F7F;
		line-height: 30px;
		cursor: pointer;
	}

	.text_info_area>div:first-child {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 25px;
	}

	.text_info_area>div:nth-child(2) {
		height: 100px;
		width: auto;
	}

	.text_info_area>div:nth-child(2)>img {
		height: 100%;
	}

	.open_find_cam,
	.open_find_order,
	.open_find_factory {
		margin-bottom: 30px !important;
		padding: 0px !important;
		border: 0px !important;
	}

	.open_find_cam>p,
	.open_find_order>p,
	.open_find_factory>p {
		font-size: 22px;
		line-height: 29px;
	}

	.text_over_area_content_active.open_find_cam>p,
	.text_over_area_content_active.open_find_order>p,
	.text_over_area_content_active.open_find_factory>p {
		text-decoration: underline;
	}

	.factorynewBtn {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 5px 20px;
		width: fit-content;
		height: fit-content;
		background: #1B89FF;
		color: var(--white-color);
		border: 1px solid #1B89FF;
		transition: all 0.3s ease;
	}

	.factorynewBtn:hover {
		background: var(--white-color);
		color: #1B89FF;
		border: 1px solid #1B89FF;
		cursor: pointer;
	}

	.factorynewBtn2 {
		background: var(--white-color);
		color: var(--white-color);
		border: 1px solid #1B89FF;
		cursor: default;
		position: relative;
	}

	.input_track {
		padding: 5px 15px !important;
		width: 248px;
		height: 40px !important;
		border: 1px solid #1B89FF !important;
		appearance: none;
		font-size: 22px !important;
		margin-right: 10px;
	}

	.input_track::placeholder {
		color: var(--light-grey-color);
	}

	.input_track:focus {
		padding: 5px 15px;
		width: 248px;
		height: 40px;
		border: 1px solid #1B89FF;
		outline: 2px solid #1B89FF;
		appearance: none;
	}

	.costomi_header {
		width: 100%;
		height: 110px;
		background-color: var(--white-color);
	}

	.inner_header {
		width: 100%;
		height: 100px;
		background-color: rgba(255, 255, 255, 0);
		transition: all 0.3s ease;
		border-bottom: 1px solid rgba(14, 14, 14, 0%);
	}

	.html_body[data-mode='not_main'] .inner_header {
		width: 100%;
		height: 100px;
		background-color: rgba(255, 255, 255, 1);
		transition: all 0.3s ease;
		border-bottom: 1px solid rgba(14, 14, 14, 5%);
	}

	.new_header .bottom_line {
		width: 100%;
		height: 30px;
		background-color: #1B89FF;
		color: var(--white-color);
	}

	.center_container {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 0px 40px;
		box-sizing: border-box;
	}

	.check_mark {
		position: relative;
		width: 20px;
		height: 20px;
		border: 2px solid var(--white-color);
		border-radius: 100%;
		margin-right: 4px;
	}

	.check_mark::after {
		content: '';
		position: absolute;
		top: 42%;
		left: 50%;
		width: 4px;
		height: 8px;
		border-right: 2px solid var(--white-color);
		border-bottom: 2px solid var(--white-color);
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.bottom_line_btn {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		padding: 5px 25px;
		width: 148px;
		height: 29px;
		text-align: center;
		background: var(--white-color);
		color: #1B89FF;
		flex: none;
		order: 2;
		flex-grow: 0;
		z-index: 2;
		font-size: 18px;
		line-height: 19px;
		margin-left: 30px;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.bottom_line_btn:hover {
		background: #1B89FF;
		color: var(--white-color);
		outline: 1px solid var(--white-color);
	}

	.logo_wrapper {
		margin-right: 50px;
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		cursor: pointer;
	}

	.logo_wrapper>img {
		height: 17px;
	}

	.menu_wrapper {
		width: 100%;
		height: 44px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	.menu_wrapper>div {
		margin-left: 30px;
		cursor: pointer;
		position: relative;
	}

	.menu_wrapper>div>a {
		width: 100%;
		height: inherit;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-weight: 400;
	}

	.menu_wrapper>div::after {
		content: "";
		position: absolute;
		bottom: -28px;
		left: 50%;
		width: 0%;
		height: 0px;
		border-bottom: 2px solid #000;
		transition: all 0.3s ease;
		transform: translateX(-50%);
	}

	.menu_wrapper>div:hover::after {
		width: 100%;
		border-color: #2F98E7;
	}

	.menu_wrapper>div:hover {
		color: #2F98E7 !important;
	}

	.exabyter_header,
	.exacoola_header,
	.albert_header,
	.costomi_header,
	.camera_header {
		display: none;
	}

	.exabyter_header {
		display: block;
	}

	.resources_header_layer {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 60px;
		z-index: 97;
		background-color: #F2F2F2;
		opacity: 1;
		display: none;
	}

	.resources_header_layer_container {
		width: 1060px;
		margin: 0px auto;
		height: 100%;
		font-size: 16px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.resources_header_layer_tab {
		position: relative;
		margin-right: 30px;
		cursor: pointer;
	}

	.resources_header_layer_tab::after {
		content: "";
		position: absolute;
		bottom: -9.5px;
		left: 0px;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s ease;
	}

	.resources_header_layer_tab_active::after {
		width: 100% !important;
	}

	.resources_header_layer_tab:hover::after {
		width: 100%;
	}

	.resources_header_layer_menu {
		height: 100%;
	}

	.resources_header_layer_menu_scroll_box {
		height: 298px;
		overflow-y: auto;
	}

	.resources_header_layer_menu_title {
		width: 100%;
		margin-bottom: 20px;
		cursor: default;
	}

	.resources_header_layer_menu_text {
		width: 100%;
		margin-bottom: 15px;
		cursor: pointer;
	}

	.small_size_box {
		width: 300px;
		height: auto;
		margin-bottom: 25px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		cursor: pointer;
	}

	.small_size_box>div {
		position: relative;
		width: 146px;
		height: 84px;
		border: 1px solid #7F7F7F;
		background-image: url(/images/innorix_exabyter/video/exabyter_thum_2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.small_size_box>p {
		font-size: 16px;
		width: 140px;
		height: auto;
	}

	.mid_size_box {
		width: 230px;
		height: auto;
		cursor: pointer;
	}

	.mid_size_box>div {
		position: relative;
		width: 230px;
		height: 150px;
		border: 1px solid #7F7F7F;
		margin-bottom: 10px;
		background-image: url('/images/brochure_image/exabyter_brochure/Exabyter Brochure.JPG');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.mid_size_box>p {
		font-size: 16px;
	}

	.big_size_box {
		width: 300px;
		height: auto;
		margin-bottom: 25px;
		cursor: pointer;
	}

	.big_size_box>div {
		position: relative;
		width: 300px;
		height: 171px;
		border: 1px solid #7F7F7F;
		margin-bottom: 10px;
		background-image: url(/images/innorix_exabyter/video/exabyter_thum_2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.big_size_box>p {
		font-size: 16px;
	}

	.black_title_box {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 5px 10px;
		width: fit-content;
		height: 25px;
		background: #000000;
		color: var(--white-color);
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

	.small_size_box:hover>p {
		text-decoration-line: underline;
	}

	.mid_size_box:hover>p {
		text-decoration-line: underline;
	}

	.big_size_box:hover>p {
		text-decoration-line: underline;
	}

	.dev_menu {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		background-color: var(--white-color);
		width: 220px;
		position: absolute;
		top: 60px;
		left: -16px;
		z-index: 100;
		padding: 20px;
	}

	.dev_menu>a {
		margin-bottom: 15px;
		height: 20px;
		line-height: 20px;
	}

	.open_developer_btn:hover .dev_menu {
		display: flex;
	}

	.resource_hover_menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		background-color: var(--white-color);
		width: 172px;
		height: 0px;
		position: absolute;
		top: 60px;
		left: -16px;
		z-index: 100;
		padding: 0px 25px;
		/* border: 1.5px solid #D9D9D9; */
		border-top: 0px;
		/* opacity: 0; */
		box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.resource_hover_menu>a {
		margin-bottom: 15.5px;
		/* display: flex;
		flex-direction: row;
		align-items: center; */
		padding: 0px;
		width: 100%;
		height: 20px;
		position: relative;
		display: block;
		line-height: 16px !important;
	}

	.resource_hover_menu>a>span {
		padding: 0px;
		width: fit-content;
		display: inline-block;
		position: relative;
	}

	.resource_hover_menu>a>span::after {
		content: "";
		position: absolute;
		bottom: -8px;
		left: 0px;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s ease;
	}

	.resource_hover_menu>a:hover>span::after {
		width: 100%;
	}

	.resource_hover_menu>a:last-child {
		margin-bottom: 0px;
	}

	.resource_hover_menu>a>span>div {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		float: left;
	}

	.open_resources_btn:hover .resource_hover_menu {
		height: 212px;
		padding: 25px;
	}

	.exb_sub_menu_dev {
		position: absolute;
		top: 60px;
		left: 0px;
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		width: 620.56px;
		height: 0px;
		background: none;
		overflow: hidden;
		left: -245px;
		box-shadow: -31px 33px 35px -49px #000;
		transition: all 0.3s ease;
	}

	.open_developer_btn:hover .exb_sub_menu_dev {
		height: 290px;
		border: 0.5px solid #d9d9d9;
	}

	.exb_sub_menu_dev ul {
		position: relative;
		top: 0px;
		left: 0px;
		width: 33.333333333333333333333333333333%;
		height: 290px;
		color: #000;
		background-color: #F2F2F2;
		justify-content: flex-start;
	}

	.exb_sub_menu_dev div {
		color: #7F7F7F;
		margin-top: 20px;
		padding: 0px 20px 8px;
		height: 45px;
		line-height: 1.3em;
	}

	.exb_sub_menu_dev li {
		display: block;
		margin: 0px;
		width: 100%;
		height: 39px;
		line-height: 38px;
		/* padding: 0px 20px; */
		width: fit-content;
		position: relative;
		color: #000;
		margin-left: 20px;
	}

	.exb_sub_menu_dev li::after {
		content: "";
		position: absolute;
		bottom: 3.5px;
		left: 0px;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s ease;
	}

	.exb_sub_menu_dev li:hover {
		/* color: #1B89FF; */
	}

	.exb_sub_menu_dev li:hover::after {
		/* color: #1B89FF; */
		width: 100%;
	}

	.text_page_title {
		font-size: 30px;
		font-weight: bold;
		color: #000;
		margin-bottom: 30px;
	}

	.text_page_inner_title {
		font-size: 24px;
		color: #000;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.text_page_inner_title2 {
		font-size: 22px;
		color: #000;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.text_page_inner_text {
		font-size: 16px;
		color: #000;
		margin-bottom: 10px;
	}

	.new_header_box_v2 {
		width: 220px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 30px;
		cursor: default;
	}

	.new_header_box_v2_title {
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid var(--light-grey-color);
		color: #7F7F7F;
		font-size: 16px;
		margin-bottom: 30px;
	}

	.new_header_box_v2_content_box {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.new_header_box_v2_content_box>p:last-child {
		font-size: 16px;
		color: #7F7F7F;
		margin-bottom: 30px;
	}

	.new_header_box_v2_content_box>p:first-child {
		font-size: 18px;
		color: #000;
		margin-bottom: 15px;
		cursor: pointer;
		position: relative;
	}

	.new_header_box_v2_content_box>p:first-child::after {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0px;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s ease;
	}

	.new_header_box_v2_content_box>p:first-child:hover::after {
		width: 100%;
	}
}

@media all and (max-width:1224px) {
	.new_layer_mask {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 98;
		display: none;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.new_header {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 50px;
		background-color: var(--white-color);
		z-index: 100;
		display: none;
	}

	.header_front {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}

	.margin_contaner {
		width: 300px;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.margin_contaner:nth-child(2) {
		margin: 0px auto;
		justify-content: center;
	}

	.margin_contaner:nth-child(3) {
		justify-content: flex-end;
	}

	.top_menu_open_btn {
		padding: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		width: 40px;
		height: 36px;
		cursor: pointer;
		margin-left: -10px;
	}

	.top_menu_open_btn>span {
		width: 100%;
		height: 2px;
		background-color: #000;
		transform-origin: 100% 36%;
		transition: all 0.3s ease;
	}

	.new_logo_header {
		background-image: url('/images/innorix_homepage/logo_B.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 120px;
		height: 100%;
		cursor: pointer;
	}

	.quick_location_btn {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		height: 100%;
	}

	.quick_location_btn>div:first-child {
		margin-right: 30px;
	}

	.quick_location_btn>div {
		cursor: pointer;
	}

	.solition_header_layer {
		display: none;
	}

	.company_header_layer {
		display: none;
	}

	.new_header_layer {
		position: fixed;
		top: -300px;
		left: 0px;
		z-index: 99;
		width: 100%;
		height: 313px;
		background-color: #e2e2e2;
		padding-top: 60px;
		display: none;
	}

	.contaner_new_header_layer {
		position: relative;
		width: 1060px;
		height: 100%;
		margin: 0px auto;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
		display: none;
	}

	.select_new_content_home_page>div {
		position: absolute;
		top: 0px;
		width: 100%;
		left: -745px;
		height: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		padding: 0px 66px;
		margin-top: 10px;
		cursor: pointer;
	}

	.select_new_content_home_page>.active_div {
		background: var(--white-color);
		color: #1B89FF;
	}

	.select_new_content_home_page>div>p {
		width: 220px;
		font-size: 18px;
	}

	.select_new_content_home_page>div:nth-child(2) {
		top: 60px;
	}

	.select_new_content_home_page>div:nth-child(3) {
		top: 120px;
	}

	.select_new_content_home_page2 {
		position: absolute;
		top: 0px;
		width: 200%;
		left: 223px;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		background-color: var(--white-color);
		padding-top: 30px;
		padding-left: 40px;
	}

	.file_home_page {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		height: 100%;
		width: auto;
	}

	.ai_home_page {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		height: 100%;
		width: auto;
	}

	.camera_home_page {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		height: 100%;
		width: auto;
	}

	.text_over_area {
		width: 230px;
		padding-right: 30px;
	}

	.text_over_area_content {
		margin-bottom: 35px;
		cursor: pointer;
	}

	.text_over_area_content:nth-child(2) {
		margin-bottom: 30px;
		cursor: pointer;
	}

	/* .text_over_area_content:last-child {
		margin-bottom: 40px;
		padding-top: 30px;
		border-top: 1px solid #D9D9D9;
		cursor: pointer;
	} */
	.text_over_area_content_active {
		color: #1B89FF;
	}

	.text_over_area_content>p {
		font-size: 18px;
		white-space: nowrap;
	}

	.text_over_area_content>p:nth-child(2) {
		font-size: 24px;
	}

	.text_over_area_content_active>p:nth-child(2) {
		text-decoration: underline;
	}

	.text_info_area {
		width: 461px;
		font-size: 18px;
		/* height: 90px; */
		margin-left: 30px;
		color: #7F7F7F;
		line-height: 30px;
		cursor: pointer;
	}

	.text_info_area>div:first-child {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 25px;
	}

	.text_info_area>div:nth-child(2) {
		height: 100px;
		width: auto;
	}

	.text_info_area>div:nth-child(2)>img {
		height: 100%;
	}

	.open_find_cam,
	.open_find_order,
	.open_find_factory {
		margin-bottom: 30px;
	}

	.open_find_cam>p,
	.open_find_order>p,
	.open_find_factory>p {
		font-size: 24px;
		line-height: 29px;
	}

	.text_over_area_content_active.open_find_cam>p,
	.text_over_area_content_active.open_find_order>p,
	.text_over_area_content_active.open_find_factory>p {
		text-decoration: underline;
	}

	.factorynewBtn {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 5px 20px;
		width: fit-content;
		height: fit-content;
		background: #1B89FF;
		color: var(--white-color);
		border: 1px solid #1B89FF;
		transition: all 0.3s ease;
	}

	.factorynewBtn:hover {
		background: var(--white-color);
		color: #1B89FF;
		border: 1px solid #1B89FF;
		cursor: pointer;
	}

	.factorynewBtn2 {
		background: var(--white-color);
		color: var(--white-color);
		border: 1px solid #1B89FF;
		cursor: default;
		position: relative;
	}

	.input_track {
		padding: 5px 15px !important;
		width: 248px;
		height: 40px !important;
		border: 1px solid #1B89FF !important;
		appearance: none;
		font-size: 22px !important;
		margin-right: 10px;
	}

	.input_track::placeholder {
		color: var(--light-grey-color);
	}

	.input_track:focus {
		padding: 5px 15px;
		width: 248px;
		height: 40px;
		border: 1px solid #1B89FF;
		outline: 2px solid #1B89FF;
		appearance: none;
	}

	.costomi_header {
		width: 100%;
		height: 110px;
		background-color: var(--white-color);
	}

	.inner_header {
		width: 100%;
		height: 60px;
		background-color: var(--white-color);
		display: none;
	}

	.header_bottom_line {
		width: 100%;
		height: 50px;
		background-color: #1B89FF;
		color: var(--white-color);
	}

	.center_container {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	.center_container>p {
		font-size: 13px;
	}

	.bottom_line_btn {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		padding: 5px 10px;
		width: auto;
		height: 29px;
		text-align: center;
		background: var(--white-color);
		color: #1B89FF;
		flex: none;
		order: 2;
		flex-grow: 0;
		z-index: 2;
		font-size: 14px;
		line-height: 19px;
		margin-left: 10px;
		margin-right: 15px;
		cursor: pointer;
	}

	.logo_wrapper {
		margin-right: auto;
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		cursor: pointer;
	}

	.logo_wrapper>img {
		height: 20px;
	}

	.menu_wrapper {
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	.menu_wrapper>div {
		margin-left: 30px;
		cursor: pointer;
		position: relative;
	}

	.menu_wrapper>div::after {
		content: "";
		position: absolute;
		bottom: 12.5px;
		left: 0px;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s ease;
	}

	.menu_wrapper>div:hover::after {
		width: 100%;
	}

	.menu_wrapper>div:last-child {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		padding: 5px 25px;
		width: 83px;
		height: 29px;
		background: #1B89FF;
		flex: none;
		order: 2;
		flex-grow: 0;
		color: var(--white-color);
		line-height: 18px;
	}

	.menu_wrapper>div:last-child:hover::after {
		width: 0% !important;
	}

	.exabyter_header,
	.exacoola_header,
	.albert_header,
	.costomi_header,
	.camera_header {
		display: none;
	}

	.exabyter_header {
		display: block;
	}

	.resources_header_layer {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 400px;
		z-index: 97;
		background-color: var(--white-color);
		border-top: 1px solid #000;
		border-bottom: 1px solid var(--light-grey-color);
		opacity: 0;
	}

	.resources_header_layer_container {
		width: 100%;
		margin: 0px auto;
		height: 100%;
		/* padding-top: 30px; */
		/* padding-bottom: 30px; */
		font-size: 16px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		/* overflow-y: auto; */
	}

	.resources_header_layer_menu {
		height: auto;
		width: 100%;
		margin-bottom: 30px;
	}

	.resources_header_layer_menu:first-child {
		/* margin-top: 10px; */
	}

	.resources_header_layer_menu_scroll_box {
		height: auto;
		/* overflow-y: auto; */
		width: 100% !important;
	}

	.resources_header_layer_menu_title {
		width: 100%;
		margin-bottom: 5px;
		color: #7F7F7F;
		font-size: 18px;
		cursor: default;
	}

	.resources_header_layer_menu_text {
		width: 100%;
		margin-bottom: 15px;
		cursor: pointer;
		position: relative;
		margin-bottom: 10px;
		display: inline-block;
		font-size: 18px;
	}

	.small_size_box {
		width: 250px;
		height: auto;
		margin-bottom: 10px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		cursor: pointer;
	}

	.small_size_box:last-child {
		margin-bottom: 0px;
	}

	.small_size_box>div {
		position: relative;
		width: 110px;
		height: 63px;
		border: 1px solid #7F7F7F;
		background-image: url(/images/innorix_exabyter/video/exabyter_thum_2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.small_size_box>p {
		font-size: 16px;
		width: 124px;
		height: auto;
		margin-left: 10px;
	}

	.mid_size_box {
		width: 100%;
		height: auto;
		cursor: pointer;
	}

	.mid_size_box>div {
		position: relative;
		width: 230px;
		height: 150px;
		border: 1px solid #7F7F7F;
		margin-bottom: 10px;
		background-image: url('/images/brochure_image/exabyter_brochure/Exabyter Brochure.JPG');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.mid_size_box>p {
		font-size: 18px;
	}

	.big_size_box {
		width: 100%;
		height: auto;
		margin-bottom: 25px;
		cursor: pointer;
	}

	.big_size_box>div {
		position: relative;
		width: 250px;
		height: 143px;
		border: 1px solid #7F7F7F;
		margin-bottom: 10px;
		background-image: url(/images/innorix_exabyter/video/exabyter_thum_2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.big_size_box>p {
		font-size: 18px;
	}

	.black_title_box {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 5px 10px;
		width: fit-content;
		height: 25px;
		background: #000000;
		color: var(--white-color);
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

	.small_size_box:hover>p {
		text-decoration-line: underline;
	}

	.mid_size_box:hover>p {
		text-decoration-line: underline;
		font-size: 18px;
	}

	.big_size_box:hover>p {
		text-decoration-line: underline;
		font-size: 18px;
	}

	.dev_menu {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		background-color: var(--white-color);
		width: 220px;
		position: absolute;
		top: 15px;
		left: -16px;
		z-index: 10;
		padding: 36px 16px 16px;
	}

	.dev_menu>a {
		margin-bottom: 15px;
	}

	.open_developer_btn:hover .dev_menu {
		display: flex;
	}

	.menu_layer_for_exabyter {
		position: fixed;
		top: 50px;
		right: -100%;
		width: 100%;
		height: calc(100% - 50px);
		z-index: 500;
		padding: 15px;
		color: #000;
		background-color: var(--white-color);
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
		font-size: 16px;
		transition: all 0.3s ease;
		opacity: 0;
		flex-wrap: wrap;
	}

	.menu_layer_for_exacoola,
	.menu_layer_for_albert,
	.menu_layer_for_costomi,
	.menu_layer_for_camera {
		display: none;
	}

	.resources_header_layer {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 60px;
		z-index: 97;
		background-color: #F2F2F2;
		border-bottom: 1px solid #D9D9D9;
		opacity: 1;
		display: none !important;
	}

	.resources_header_layer_container {
		width: 100%;
		margin: 0px auto;
		height: 100%;
		font-size: 16px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.resources_header_layer_tab {
		position: relative;
		margin-right: 30px;
		cursor: pointer;
	}

	.resources_header_layer_tab::after {
		content: "";
		position: absolute;
		bottom: -9.5px;
		left: 0px;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s ease;
	}

	.resources_header_layer_tab_active::after {
		width: 100% !important;
	}

	.resources_header_layer_tab:hover::after {
		width: 100%;
	}

	.resources_header_layer_menu {
		height: 100%;
	}

	.resources_header_layer_menu_scroll_box {
		height: auto;
		overflow-y: auto;
	}

	.resources_header_layer_menu_title {
		width: 100%;
		margin-bottom: 20px;
		cursor: default;
	}

	.resources_header_layer_menu_text {
		width: 100%;
		margin-bottom: 15px;
		cursor: pointer;
	}

	.small_size_box {
		width: 300px;
		height: auto;
		margin-bottom: 25px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		cursor: pointer;
	}

	.small_size_box>div {
		position: relative;
		width: 146px;
		height: 84px;
		border: 1px solid #7F7F7F;
		background-image: url(/images/innorix_exabyter/video/exabyter_thum_2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.small_size_box>p {
		font-size: 16px;
		width: 140px;
		height: auto;
	}

	.mid_size_box {
		width: 230px;
		height: auto;
		cursor: pointer;
	}

	.mid_size_box>div {
		position: relative;
		width: 230px;
		height: 150px;
		border: 1px solid #7F7F7F;
		margin-bottom: 10px;
		background-image: url('/images/brochure_image/exabyter_brochure/Exabyter Brochure.JPG');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.mid_size_box>p {
		font-size: 16px;
	}

	.big_size_box {
		width: 300px;
		height: auto;
		margin-bottom: 25px;
		cursor: pointer;
	}

	.big_size_box>div {
		position: relative;
		width: 300px;
		height: 171px;
		border: 1px solid #7F7F7F;
		margin-bottom: 10px;
		background-image: url(/images/innorix_exabyter/video/exabyter_thum_2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.big_size_box>p {
		font-size: 16px;
	}

	.black_title_box {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 5px 10px;
		width: fit-content;
		height: 25px;
		background: #000000;
		color: var(--white-color);
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

	.small_size_box:hover>p {
		text-decoration-line: underline;
	}

	.mid_size_box:hover>p {
		text-decoration-line: underline;
	}

	.big_size_box:hover>p {
		text-decoration-line: underline;
	}

	.dev_menu {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		background-color: var(--white-color);
		width: 220px;
		position: absolute;
		top: 60px;
		left: -16px;
		z-index: 100;
		padding: 20px;
	}

	.dev_menu>a {
		margin-bottom: 15px;
		height: 20px;
		line-height: 20px;
	}

	.open_developer_btn:hover .dev_menu {
		display: flex;
	}

	.resource_hover_menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		background-color: #F2F2F2;
		width: 172px;
		height: 210px;
		position: absolute;
		top: 60px;
		left: -16px;
		z-index: 100;
		padding: 25px;
		border: 1.5px solid #D9D9D9;
		border-top: 0px;
		opacity: 0;
	}

	.resource_hover_menu>a {
		margin-bottom: 15.5px;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 0px;
		width: fit-content;
		height: 20px;
		position: relative;
	}

	.resource_hover_menu>a::after {
		content: "";
		position: absolute;
		bottom: -8px;
		left: 0px;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s ease;
	}

	.resource_hover_menu>a:hover::after {
		width: 100%;
	}

	.resource_hover_menu>a:last-child {
		margin-bottom: 0px;
	}

	.resource_hover_menu>a>div {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.exb_sub_menu_dev {
		position: absolute;
		top: 60px;
		left: 0px;
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		width: 620.56px;
		height: 0px;
		background: none;
		overflow: hidden;
		left: -245px;
		box-shadow: -31px 33px 35px -49px #000;
		transition: all 0.3s ease;
	}

	.open_developer_btn:hover .exb_sub_menu_dev {
		height: 290px;
		border: 0.5px solid #d9d9d9;
	}

	.exb_sub_menu_dev ul {
		position: relative;
		top: 0px;
		left: 0px;
		width: 33.333333333333333333333333333333%;
		height: 290px;
		color: #000;
		background-color: #F2F2F2;
		justify-content: flex-start;
	}

	.exb_sub_menu_dev div {
		color: #7F7F7F;
		margin-top: 20px;
		padding: 0px 20px 8px;
		height: 45px;
		line-height: 1.3em;
	}

	.exb_sub_menu_dev li {
		display: block;
		margin: 0px;
		width: 100%;
		height: 39px;
		line-height: 38px;
		width: fit-content;
		position: relative;
		color: #000;
		margin-left: 20px;
	}

	.exb_sub_menu_dev li::after {
		content: "";
		position: absolute;
		bottom: 3.5px;
		left: 0px;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s ease;
	}


	.exb_sub_menu_dev li:hover::after {
		width: 100%;
	}

	.text_page_title {
		font-size: 30px;
		font-weight: bold;
		color: #000;
		margin-bottom: 30px;
	}

	.text_page_inner_title {
		font-size: 24px;
		color: #000;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.text_page_inner_title2 {
		font-size: 22px;
		color: #000;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.text_page_inner_text {
		font-size: 16px;
		color: #000;
		margin-bottom: 10px;
	}
}

.just_for_innorix_home {
	display: none;
}