.tablet-ikon-tarto {
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 1340px) and (orientation: landscape) {

    section#sefuzenet {
        padding: 0;
    }
    .sticky-wrapper {
        display: none;
    }
    
    .is-sticky {
        display: block;
     
    }
    .is-sticky .header {
        background-color: white;
        z-index: 3 !important;
        width: 100% !important;
    }
    .main-container {
        height: 100vh;
     
    }
    .top-icons {
        z-index: 5;
        right: 0;
        min-height: unset;
    }



    /*----------BORLAP---------*/
    .top-icons ul {
        list-style: none;
        display: flex    ;
        gap: 1rem;
    }

    
  }
  .tablet-ikon-tarto {
    display: flex;
    justify-content: space-around;
}