.hamb {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    margin-left: 15px;
}
.line{
    border-bottom: 3px solid var(--black);
    width: 27px;
    display: block;
    margin: 3px 0;
    transition: 0.3s;
}
.open .line:nth-child(2){
    display: none;
}
.open .line:nth-child(1){
    transform: translateY(5px) rotate(-45deg);
}
.open .line:nth-child(3){
    transform: translateY(-4px) rotate(45deg);
}




@media (max-width: 1320px){
    .full_screen_block{
        left: 15px;
    }
    .text_foto_wrapper{
        padding: 0;
    }
}
@media (max-width: 1130px){
    .card{
        width: 45%;
    }
    .products_row{
        justify-content: center;
    }
    
}

@media (max-width: 1030px){
    .footer_nav{
        width: 100%;
        order: 1;
        margin-top: 70px;
        row-gap: 40px;
    }
    .what_can_card{
        width: 47%;
    }
    .what_can_bottom{
        row-gap: 50px;
    }
    
}

@media (max-width: 992px){
    .hamb{
        display: flex;
    }
    .header_nav{
        position: absolute;
        left: -100%;
        top: 100px;
        width: 100%;
        transition: 0.3s;
    }
    .header_nav.open{
        left: 0;
        height: 80vh;
        overflow: auto;
    }
    .header_menu{
        flex-direction: column;
        align-items: flex-start;
        gap: unset;
    }
    .menu_item{
        font-weight: 600;
        width: 100%;
        background-color: #fff;
    }
    .menu_item:not(:last-child){
        
    }
    .header_menu_title{
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid #f9f9f9;
    }
    .header_menu_title.open{
        color: var(--accent);
        border-bottom: 1px solid #e3e0e0;
        background-color: #f9f9f9;
    }
    .header_menu_title.open svg{
        transform: rotate(180deg);
    }
    .sub_menu{
        opacity: 1;
        visibility: visible;
        transition: max-height 0.5s ease-in-out;
        overflow: hidden;
        max-height: 0;
        box-shadow: unset;
        border-radius: unset;
        background-color: transparent;
        position: unset;
        flex-direction: column;
        padding: 0;
    }
    .sub_menu.open{
        
        max-height: 350px;
        overflow: auto;
        
    }
    .sub_menu img{
        display: none;
    }
    .sub_menu_title{
        width: 100%;
        font-weight: 400; 
        border-bottom: 1px solid #e3e0e0;
        padding: 20px 0px;
    }
    .deep-level li{
        border-bottom: 1px solid #f9f9f9;
    }
    .what_can_top_right {
        width: 44%;
    }
    .full_screen_2_left{
        width: 100%;
        padding: 50px 0;
    }
    .full_screen_2_right{
        width: 100%;
    }
    .full_screen_2{
        padding-top: 30px;
        text-align: center;
    }
    .what_can2 .what_can_top{
        flex-direction: column-reverse;
        text-align: center;
    }
    .what_can2 .what_can_top_left{
        width: 100%;
        padding-top: 50px;
    }
    .what_can2 .what_can_top_right{
        width: 100%;
    }
    .what_can2_center_right2{
        display: none;
    }
    .what_can2_center_right1{
        width: 100%;
    }
    .text_foto_text{
        width: 100% !important;
        text-align: center;
    }
     .text_foto_img{
        width: 100% !important;
    }
    .text_foto{
        row-gap: 50px;
    }
    .text_foto:nth-child(1n) .text_foto_img {
        order: 1;
    }
    .text_foto:nth-child(1n) .div_shadow{
        order: 2;
    }
    .help_tabs_left{
        width: 100%;
    }
    .help_tab-content{
        width: 100%;
    }
    .page_help {
        padding-top: 110px;
    }
}
@media (max-width: 825px){
    .main_screen_text{
        font-size: 16px;
        line-height: 32px;
    }
    .main_screen_title{
        font-size: 30px;
    }
}
@media (max-width: 776px){
    .footer_menu{
        width: 49%;
    }
    .footer_top {
        width: 33%;
    }
    .full_screen_block{
        width: calc(100% - 30px);
        max-width: unset;
        padding: 25px;
        bottom: unset;
        top: 100px;
    }
    .what_can_top_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .what_can_top_right {
        width: 100%;
        text-align: center;
    }
    .what_can_top_right .ul{
        text-align: left;
        margin: 30px 0;
    }
    .what_can2_center_left{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .what_can2_center_right{
        width: 100%;
    }
    .Solutions_links_card{
        width: 45% !important;
    }
    .page_AIOps, .main_screen_Solutions{
        height: unset;
    }
    .main_screen_Solutions_text_wrapper{
        position: unset;
    }
    .text_foto_wrapper_Solutions{
        padding: 0 20px;
    }
    .text_foto_wrapper_Solutions .text_foto_text{
        text-align: left;
    }
    .card{
        width: 100%;
    }
    .tabs{
        flex-direction: column;
    }
    .qr_row{
        column-gap: unset;
    }
    .main_screen_products h1 {
        font-size: 30px;
        margin-top: 30px;
    }
    .main_screen_products {
        padding: 126px 15px 100px 15px;
    }
    .main_screen_products .blue{
        font-size: 20px;
    }
}


@media (max-width: 556px){
    .main_screen_center{
        margin-top: 50px;
    }
    .logo img {
        max-width: 97px;
        max-height: 60px;
    }
    .header {
        height: 64px;
    }
    .footer_menu{
        width: 100%;
    }
    .main_screen {
        top: 22px;
    }
    .what_can_card{
        width: 100%;
    }
    .Solutions_links_card{
        width: 100% !important;
    }
    .main_screen_Solutions {
        top: 64px;
    }
}
@media (max-width: 446px){
    .what_can{
        padding-top: 180px;
    }
    .btn {
        text-align: center;
    }
    .main_screen_products h1 {
        font-size: 27px;
    }
    .card{
        padding: 30px;
    }
}

@media (max-width: 360px) {
    .main_screen_center {
        margin-top: 17px;
    }
    .what_can {
        padding-top: 329px;
    }

} 