

.costomi_side_nav_wrapper{
	margin-top: 60px;
	padding: 0 15px;
}

.costomi_left_side_nav,
.costomi_right_side_nav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 501;
    top: 0;
    background-color: var( --main-white-color);
    overflow-x: hidden;
    transition: all linear 0.3s;
}

.costomi_left_side_nav {
    left: -300px;
}

.costomi_left_side_nav.active {
    left: 0;
    transition: left linear 0.3s;

}

.costomi_right_side_nav {
    right: -300px;
}

.costomi_right_side_nav.active {
    right: 0;
    transition: right linear 0.3s;
}

.costomi_left_side_nav a,
.costomi_right_side_nav a,
.costomi_left_side_nav a,
.costomi_right_side_nav p {
    padding: 0 15px;
    text-decoration: none;
    font-size: 16px;
    color: var(--dark-black-color);
    display: block;
    transition: 0.3s;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.costomi_left_side_nav .closebtn,
.costomi_right_side_nav .closebtn {
    padding: 0 30px;
}

.costomi_left_side_nav .closebtn img,
.costomi_right_side_nav .closebtn img {
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.costomi_side_nav_wrapper {
    margin-top: 60px;
    padding: 0 15px;
}


.costomi_left_side_nav a:hover,
.costomi_right_side_nav a:hover,
.costomi_right_side_nav p:hover {
    background-color: #E1E1E1;
    border-radius: 5px;
    color: var(--dark-black-color);
    cursor: pointer;
}

.costomi_left_side_nav .closebtn:hover,
.costomi_right_side_nav .closebtn:hover,
.costomi_left_side_nav .closebtn:hover:active,
.costomi_right_side_nav .closebtn:hover:active {
    background-color: unset;
    margin: unset;
    color: var(--dark-black-color);
}


.costomi_left_side_nav a:hover:active,
.costomi_right_side_nav a:hover:active,
.costomi_right_side_nav p:hover:active {
    background-color: var(--bright-blue-color);
    border-radius: 5px;
    color: var( --main-white-color);
    cursor: pointer;
}



.costomi_left_side_nav .closebtn,
.costomi_right_side_nav .closebtn {
    position: absolute;
    top: 0;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.costomi_left_side_nav .closebtn img,
.costomi_right_side_nav .closebtn img {
    width: 16px;
    height: 16px;
}

.special_offer_banner_number>img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: cover;
}

@media (min-width:1225px) {
    .inner_header {
        width: 100%;
        height: 50px;
        background-color: var( --main-white-color);
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(14, 14, 14, 5%);
    }
    .bottom_innorix_text_wrapper {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 1136px;
        text-align: center;
        color: var( --main-white-color);
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }

    .header-section {
        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( --main-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: var(--medium-grey);
        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: var(--medium-grey);
        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: var(--dark-black-color);
        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 var(--black-color);
        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: var(--dark-black-color);
        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 var(--black-color);
        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: var(--dark-black-color);
        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: var(--dark-black-color);
        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: var(--dark-black-color);
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease;
    }

    .new_header_box_v2_content_box:hover>p {
        color: #006ABA;
    }

    .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: auto;
        background-color: transparent;
        z-index: 103;
        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 var(--black-color);
        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 var(--black-color);
        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( --main-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 var(--black-color);
        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;
        /* padding-top: 60px; */
    }

    .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( --main-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( --main-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;
        /* 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;
        margin-left: 30px;
        color: var(--medium-grey);
        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( --main-white-color);
        border: 1px solid #1B89FF;
        transition: all 0.3s ease;
    }

    .factorynewBtn:hover {
        background: var( --main-white-color);
        color: #1B89FF;
        border: 1px solid #1B89FF;
        cursor: pointer;
    }

    .factorynewBtn2 {
        background: var( --main-white-color);
        color: var( --main-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( --main-white-color);
    }

    .inner_header {
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, 1);
        /* border-bottom: 1px solid #D9D9D9; */
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(14, 14, 14, 5%);
        position: relative;
        z-index: 1;
    }

    .header_bottom_line {
        width: 100%;
        height: 50px;
        background-color: #1B89FF;
        color: var( --main-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( --main-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.left {
        justify-content: flex-start;
    }

    .menu_wrapper>div {
        margin-left: 30px;
        cursor: pointer;
        height: 100%;
        line-height: 40px;
        position: relative;
        gap: 10px;
    }

    .menu_wrapper>div:not(:last-child) {
        color: var( --main-white-color);
    }

    .html_body[data-mode='not_main'] .menu_wrapper>div:not(:last-child) {
        color: var(--dark-black-color);
    }

    .menu_wrapper>div::after {
        content: "";
        position: absolute;
        bottom: 12.5px;
        left: 0px;
        width: 0%;
        height: 2px;
        background-color: var(--black-color);
        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(1) {
        /* margin-left: auto; */
    }

    .category_menu {
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        height: 40px;
        background: var( --main-white-color);
        border-bottom: 1px solid #D1D1D1;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .category_menu_wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 0px;
        gap: 20px;
        width: 1136px;
        height: 100%;
    }

    .category_menu_special_box {
        display: flex;
        padding: 5px 10px;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        background: #E7474F;
        color: var( --main-white-color);
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }

    .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: 18px;
        line-height: normal;
        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: var(--black-color);
        transition: all 0.3s ease;
    }

    .category_menu_content:hover>p::after {
        width: 100%;
        background-color: #006ABA;
    }

    .special_offer_banner {
        display: block;
        width: 100%;
        height: 40px;
        background-color: var(--bright-blue-color);
        transition: all 0.3s ease;
    }

    .special_offer_banner_wrapper {
        padding: 0 30px;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin: 0px auto;
        overflow: hidden;
    }

    .special_offer_banner_title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 50px;
    }

    .special_offer_banner_title .special_offer_banner_item {
        display: block;
        color: var( --main-white-color);
        font-size: 18px;
        line-height: normal;
    }

    .special_offer_banner_title>div {
        color: var( --main-white-color);
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }

    .special_offer_banner_title>div>span {
        color: var( --main-white-color);
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
    }

    .special_offer_banner_number {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        margin-left: 30px;
        height: 100%;
    }

    .special_offer_banner_number>div {
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .special_offer_banner_number>div>p {
        color: var( --main-white-color);
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        text-wrap: nowrap;
    }

    .special_offer_banner_number>div>p:first-child {}

    .special_offer_banner_number>div>p:nth-child(2) {
        font-size: 18px;
        /* font-weight: 700; */
    }

    .special_offer_banner_number>div>p:nth-child(3) {
        font-size: 18px;
        /* font-weight: 700; */
    }

    .special_offer_banner_number>img {
        display: block;
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    .special_offer_banner_wrapper>a {
        margin-left: 50px;
    }

    .specialBtn {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 12px 25px;
        /* gap: 10px; */
        width: auto;
        height: 44px;
        border: 1px solid var( --main-white-color);
        background-color: var( --main-white-color);
        border-radius: 26px;
        line-height: unset;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #E7474F;
        transition: all 0.3s ease;
        cursor: pointer;
        word-break: keep-all !important;
    }

    .specialBtn:hover {
        color: var( --main-white-color);
        background-color: #E7474F;
    }

    .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: 100%;
        height: auto;
        background-color: transparent;
        z-index: 103;
        /* box-shadow: 0px 5px 10px rgb(0 0 0 / 15%); */
        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 {
        /* background-color: #d9d9d9; */
        opacity: 1;
    }

    .top_menu_open_btn.active:hover::before {
        /* background-color: #d9d9d9; */
        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( --main-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( --main-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;
        /* padding-right: 20px; */
    }

    .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: 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: var(--medium-grey);
        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( --main-white-color);
        border: 1px solid #1B89FF;
        transition: all 0.3s ease;
    }

    .factorynewBtn:hover {
        background: var( --main-white-color);
        color: #1B89FF;
        border: 1px solid #1B89FF;
        cursor: pointer;
    }

    .factorynewBtn2 {
        background: var( --main-white-color);
        color: var( --main-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( --main-white-color);
    }

    .inner_header {
        width: 100%;
        height: 50px;
        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: 50px;
        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( --main-white-color);
    }

    .center_container {
        width: 1136px;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0px;
        box-sizing: border-box;
        margin: 0px auto;
    }



    .menu_container {
        width: 100%;
        height: 50px;
        display: grid;
        grid-template-columns: 1fr 4fr 1fr;
        grid-template-rows: 1fr;

        /* max-width: 1600px; */
        margin: 0 auto;
        padding: 0 30px;
    }

    .toggle_header_menu {
        display: flex;
    }

    .menu_container .left_menu_wrapper {
        max-width: 60px;

        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 10px;
        cursor: pointer;

    }

    .menu_container .left_menu_wrapper p {
        font-size: 14px;
        line-height: 24px;
    }

    .menu_container .right_menu_wrapper>div {
        cursor: pointer;
    }

    .menu_container .right_menu_wrapper {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: end;
        column-gap: 20px;

    }

    .menu_container .right_menu_wrapper .right_menu_cart {
        position: relative;
    }

    .menu_container .right_menu_wrapper .right_menu_cart .cart_total_count_title {
        padding: 0px;
        position: absolute;
        top: -5px;
        right: -3px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8px;
        height: 8px;
        font-size: 11px;
        line-height: 16px;
        font-weight: 500;
        overflow: hidden;
        color: #0496FE;
        background: #0496FE;
    }

    .check_mark {
        position: relative;
        width: 20px;
        height: 20px;
        border: 2px solid var( --main-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( --main-white-color);
        border-bottom: 2px solid var( --main-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( --main-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( --main-white-color);
        outline: 1px solid var( --main-white-color);
    }

    .logo_wrapper {
        /* margin-right: 50px; */
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .logo_wrapper>img {
        height: 17px;
    }


    .menu_wrapper>div {
        margin-left: 30px;
        cursor: pointer;
        height: 100%;
        position: relative;
        color: var(--dark-black-color);
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .menu_wrapper>div>a {
        width: 100%;
        height: inherit;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 400;
    }

    .menu_wrapper>div>a>i {
        width: 100%;
        height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-style: normal;
        margin-left: 10px;

        padding: unset;
        gap: unset;
        width: auto;
        height: unset;
        background: unset;
        font-size: 18px;
        line-height: normal;
        font-weight: 400;
        color: var(--dark-black-color);
    }

    .menu_wrapper>div::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 0%;
        height: 0px;
        border-bottom: 2px solid var(--black-color);
        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;
    }

    .menu_wrapper>div:hover>a>i {
        color: #2F98E7 !important;
    }

    .exabyter_header,
    .exacoola_header,
    .albert_header,
    .costomi_header,
    .camera_header {
        /* display: none; */
    }

    .exacoola_header {
        display: block;
    }

    .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;
    }

    .resources_header_layer_container {
        width: 1060px;
        margin: 0px auto;
        height: 100%;
        /* padding-top: 30px;
		padding-bottom: 30px; */
        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: var(--black-color);
        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 var(--medium-grey);
        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 var(--medium-grey);
        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 var(--medium-grey);
        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: var(--black-color);
        color: var( --main-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( --main-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( --main-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: var(--black-color);
        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 var(--black-color);
        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: var(--dark-black-color);
        background-color: #F2F2F2;
        justify-content: flex-start;
    }

    .exb_sub_menu_dev div {
        color: var(--medium-grey);
        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: var(--dark-black-color);
        margin-left: 20px;
    }

    .exb_sub_menu_dev li::after {
        content: "";
        position: absolute;
        bottom: 3.5px;
        left: 0px;
        width: 0%;
        height: 2px;
        background-color: var(--black-color);
        transition: all 0.3s ease;
    }

    .exb_sub_menu_dev li:hover::after {
        width: 100%;
    }

    .text_page_title {
        font-size: 30px;
        font-weight: bold;
        color: var(--dark-black-color);
        margin-bottom: 30px;
    }

    .text_page_inner_title {
        font-size: 24px;
        color: var(--dark-black-color);
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .text_page_inner_title2 {
        font-size: 22px;
        color: var(--dark-black-color);
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .text_page_inner_text {
        font-size: 16px;
        color: var(--dark-black-color);
        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: var(--medium-grey);
        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: var(--medium-grey);
        margin-bottom: 30px;
    }

    .new_header_box_v2_content_box>p:first-child {
        font-size: 18px;
        color: var(--dark-black-color);
        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: var(--black-color);
        transition: all 0.3s ease;
    }

    .new_header_box_v2_content_box>p:first-child:hover::after {
        width: 100%;
    }
}

@media (max-width:1224px) {

    .menu_container {
        width: 100%;
        height: 50px;
        display: grid;
        grid-template-columns: 1fr 4fr 1fr;
        grid-template-rows: 1fr;

        max-width: 1600px;
        margin: 0 auto;
        padding: 0 30px;
    }

    .toggle_header_menu {
        display: flex;
    }

    .menu_container .left_menu_wrapper {
        max-width: 60px;

        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 10px;
        cursor: pointer;

    }

    .menu_container .left_menu_wrapper p {
        font-size: 14px;
        line-height: 24px;
        display: none;
    }

    .right_menu_wrapper a:nth-child(1) {
        display: none;
    }

    .menu_container .right_menu_wrapper {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: end;
        column-gap: 20px;

    }

    .menu_container .right_menu_wrapper .right_menu_cart {
        position: relative;
    }

    .menu_container .right_menu_wrapper .right_menu_cart .cart_total_count_title {
        padding: 0px;
        position: absolute;
        top: -5px;
        right: -3px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8px;
        height: 8px;
        font-size: 11px;
        line-height: 16px;
        font-weight: 500;
        overflow: hidden;
        color: #0496FE;
        background: #0496FE;
    }

    .special_offer_banner {
        display: block;
        width: 100%;
        height: 40px;
        background-color: var(--bright-blue-color);
        transition: all 0.3s ease;
        position: fixed;
        z-index: -2;
    }

    .special_offer_banner_wrapper {
        /* width: 1600px; */
        padding: 0 30px;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin: 0px auto;
        overflow: hidden;
    }

    .special_offer_banner_title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .special_offer_banner_title .special_offer_banner_item {
        display: block;
        color: var( --main-white-color);
        font-size: 18px;
        line-height: normal;
    }

    .special_offer_banner_title>div {
        color: var( --main-white-color);
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }

    .special_offer_banner_title>div>span {
        color: var( --main-white-color);
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
    }

    .special_offer_banner_number {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        margin-left: 12px;
        height: 100%;
    }

    .special_offer_banner_number>div {
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }

    .special_offer_banner_number>div>p {
        color: var( --main-white-color);
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        text-wrap: nowrap;
    }


    .special_offer_banner_wrapper>a {
        margin-left: 50px;
    }

    .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( --main-white-color);
        z-index: 100;
        display: none;
    }

    .new_header.costomi {
        display: flex
    }

    .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: var(--black-color);
        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( --main-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( --main-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;
        margin-left: 30px;
        color: var(--medium-grey);
        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( --main-white-color);
        border: 1px solid #1B89FF;
        transition: all 0.3s ease;
    }

    .factorynewBtn:hover {
        background: var( --main-white-color);
        color: #1B89FF;
        border: 1px solid #1B89FF;
        cursor: pointer;
    }

    .factorynewBtn2 {
        background: var( --main-white-color);
        color: var( --main-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( --main-white-color);
    }

    .inner_header {
        width: 100%;
        height: 50px;
        background-color: var( --main-white-color);
    }

    .header_bottom_line {
        width: 100%;
        height: 50px;
        background-color: #1B89FF;
        color: var( --main-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( --main-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: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        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: var(--black-color);
        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( --main-white-color);
        line-height: 18px;
    }

    .menu_wrapper>div:last-child:hover::after {
        width: 0% !important;
    }

    .exacoola_header {
        width: 100%;
    }

    .exabyter_header {
        display: block;
    }

    .resources_header_layer {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 400px;
        z-index: 97;
        background-color: var( --main-white-color);
        border-top: 1px solid var(--black-color);
        border-bottom: 1px solid var(--light-grey-color);
        opacity: 0;
    }

    .resources_header_layer_container {
        width: 100%;
        margin: 0px auto;
        height: 100%;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .resources_header_layer_menu {
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .resources_header_layer_menu_scroll_box {
        height: auto;
        width: 100% !important;
    }

    .resources_header_layer_menu_title {
        width: 100%;
        margin-bottom: 5px;
        color: var(--medium-grey);
        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 var(--medium-grey);
        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 var(--medium-grey);
        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 var(--medium-grey);
        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: var(--black-color);
        color: var( --main-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( --main-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%;
        /* bottom: 0px; */
        width: 100%;
        height: calc(100% - 50px);
        z-index: 500;
        padding: 15px;
        color: var(--dark-black-color);
        background-color: var( --main-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%;
        /* padding-top: 30px;
		padding-bottom: 30px; */
        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: var(--black-color);
        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 var(--medium-grey);
        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 var(--medium-grey);
        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 var(--medium-grey);
        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: var(--black-color);
        color: var( --main-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( --main-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: var(--black-color);
        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;
    }

    /* .open_resources_btn:hover .resource_hover_menu {
		display: flex;
	} */
    .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 var(--black-color);
        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: var(--dark-black-color);
        background-color: #F2F2F2;
        justify-content: flex-start;
    }

    .exb_sub_menu_dev div {
        color: var(--medium-grey);
        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: var(--dark-black-color);
        margin-left: 20px;
    }

    .exb_sub_menu_dev li::after {
        content: "";
        position: absolute;
        bottom: 3.5px;
        left: 0px;
        width: 0%;
        height: 2px;
        background-color: var(--black-color);
        transition: all 0.3s ease;
    }

    .exb_sub_menu_dev li:hover::after {
        width: 100%;
    }

    .text_page_title {
        font-size: 30px;
        font-weight: bold;
        color: var(--dark-black-color);
        margin-bottom: 30px;
    }

    .text_page_inner_title {
        font-size: 24px;
        color: var(--dark-black-color);
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .text_page_inner_title2 {
        font-size: 22px;
        color: var(--dark-black-color);
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .text_page_inner_text {
        font-size: 16px;
        color: var(--dark-black-color);
        margin-bottom: 10px;
    }
}


@media(max-width:768px) {
    .costomi_left_side_nav.show {
        width: 100%;
        top: 50px;
        opacity: 1;
        visibility: visible;
        left: 0;
        transition: all linear 0.2s;
    }

    .special_offer_banner_wrapper {
        width: 100%;
        padding: 0;
        padding-left: 30px;

    }

    .special_offer_banner_wrapper>a {
        margin-left: 0px;
        margin: 0 30px;
    }

    .special_offer_banner_wrapper .special_offer_banner_title .special_offer_banner_item {
        font-size: 14px;
    }

    .common_account_layer_bg {
        display: none !important;
    }

    .costomi_left_side_nav a.closebtn {
        display: none;
    }

    .costomi_left_side_nav a:nth-child(2) {
        margin-top: 0;
    }
}

.just_for_innorix_home {
    display: none;
}