@media only screen and (max-device-width:353px) {
  .count-box > .button-box {
    display: flex;
    align-items: center;
  }

  .or {
    display: none;
  }

}

@media only screen and (max-device-width:480px) {
  .sticky th{
    top: 0;
  }
.table-responsive{
  max-width: 100%; 
  overflow: auto;
}
  .whatsapp{
    right: 0px;
    left: 0;
    bottom: 0px;
    text-align: center;
}
.go-top{
  display: none !important;
}
  .industry-box > .container {
    margin: 0;
  }

  .station-phone{
    display: none;
  }

  .navigation-box > .logo-box > img{
    width: 125px;
  }

  .header-box > .container > .logo-box > .title {
    font-size: 35px;
  }

  .menu-item-has-children:after {
    border-top: 5px solid #ababab;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 20px;
  }

  .callback-box {
    margin-right: 35px;
  }
  .callback-box > .callback-button > a{
    font-size: 13px;
  }

  .hamburger {
    display: block;
    z-index: 999999;
    position: fixed;
    right: 10px;
    top: 13px;
  }

  .header-box > .container > .button-box .buy-button, .header-box > .container > .button-box .callback-button {
    padding: 9px;
  }

  .count-box > .button-box .buy-button, .count-box > .button-box .callback-button {
    padding: 5px;
    margin: 0;
  }

  .-flex {
    flex-wrap: wrap;
  }

  .toggle-active, .toggle-nav {
    display: block;
    width: 40px;
    height: 40px
  }

  .navigation-box > .menu-box > .menu > li.menu-item-has-children ul {
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    opacity: 1;
    position: relative;
    padding: 0 0 0 10px;
    width: 100%;
  }

  .toggle-nav {
    background: url(/wp-content/themes/lebron/images/toggle-sprite.png) 0 5px no-repeat;
    background-size: 100%;
    margin: 10px;
    float: right
  }

  .toggle-active {
    background: url(/wp-content/themes/lebron/images/toggle-sprite.png) 0 -73px no-repeat;
    background-size: 100%
  }

  .nav>ul {
    width: 100%;
    max-width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0
  }

  .nav {
    display: none
  }

  .active {
    display: block
  }

  .wrap {
    width: 100%;
    margin: 0 auto
  }

  .nav-box {
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 999998;
    background: #fff;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e4e4e4
  }

  .nav li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dcdcdc
  }

  .logo-box {
    flex: 1
  }

  .nav li:last-child {
    border-bottom: none
  }

  .top-section {
    background: url(/wp-content/themes/lebron/images/top-bg.jpg) center no-repeat;
    background-size: cover;
    height: 350px;
    margin-top: 60px;
    width: 100%
  }

  .nav .menu-item a {
    text-decoration: none;
    color: #444;
    font-size: 14px
  }

  /*NEW AVBS MEDIA STYLES*/
  .category-block-box > .row > .item {
    flex-basis: 100%;
    max-width: 100% !important;
  }

  .header-box {
    padding: 20px 0;
  }

  .header-box > .container:first-child {
    flex-basis: 100%;
  }

  .header-box > .container:last-child {
    flex-basis: 100%;
  }

  .about-box > .container:first-child {
    flex-basis: 100%;
  }

  .count-box > .button-box {

    /*flex-basis: 100%;*/
    text-align: center;
    margin-top: 30px;
  }

  .count-box > .text {
    font-size: 22px;
    flex-basis: 100%;
    text-align: center;
  }

  .count-box {
    height: auto;
    padding: 15px;
  }

  .footer-box > .menu-group {
    flex-basis: 100%;
  }

  .footer-box {
    padding: 15px;
  }

  .dropdown {
    position: relative !important;
    margin-top: 20px;
    left: 0;
  }

  .page-text-content {
    padding: 20px;
  }

  .pockets-section {
    margin: 50px 0;
  }

  .main-text-box > .container:first-child {
    flex-basis: 100%;
  }

  .industry-box {
    padding: 0;
  }

  .category-block-box, .main-text-box {
    padding: 20px 0;
  }

  .header-box > .container > .advantages-box > .row > .item {
    margin: 5px 5px 0 0;
  }

.header-box > .container > .advantages-box{display: none;}

  .about-box {
    height: auto;
    padding: 20px;
  }

  /*NEW AVBS MEDIA STYLES*/

  /*MOBILE NAV*/
  .menu-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999995;
    background: #fff;
    height: 100%;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e4e4e4;
  }

  .navigation-box > .menu-box > .menu > li > a {
    font-size: 25px;
    padding: 10px;
  }

  .menu-box {
    display: none;
  }

  .menu-box li {
    display: block;
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc
  }

  .menu-box li:last-child {
    border-bottom: none
  }

  .menu-box .menu-item a {
    text-decoration: none;
    color: #444;
    font-size: 14px
  }

  .navigation-box > .menu-box > .menu > li.menu-item-has-children ul {
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    opacity: 1;
    position: relative;
    padding: 0 0 0 10px;
    width: 100%;
  }

  .toggle-active, .toggle-nav {
    display: block;
    width: 40px;
    height: 40px
  }

  .toggle-nav {
    background: url(http://lebron.kz/wp-content/themes/lebron/images/toggle-sprite.png) 0 5px no-repeat;
    background-size: 100%;
    margin: 10px;
    float: right
  }

  .toggle-active {
    background: url(http://lebron.kz/wp-content/themes/lebron/images/toggle-sprite.png) 0 -73px no-repeat;
    background-size: 100%
  }

  .menu-box>ul {
    width: 100%;
    max-width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0
  }

  .active {
    display: block
  }

  /* END MOBILE NAV*/
}

@media(min-width:481px) and (max-width:768px) {
  .-flex {
    flex-wrap: wrap;
  }

  .count-box > .button-box {
    display: flex;
    align-items: center;
  }

  .navigation-box > .menu-box > .menu > li.menu-item-has-children ul {
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    opacity: 1;
    position: relative;
    padding: 0 0 0 10px;
    width: 100%;
  }

  /*NEW AVBS MEDIA STYLES*/
  .category-block-box > .row > .item {
    flex-basis: 100%;
    max-width: 100% !important;
  }

  .logo-box {
    flex: 1
  }

  .header-box {
    padding: 20px 0;
  }

  .header-box > .container:first-child {
    flex-basis: 44%;
  }

  .header-box > .container:last-child {
    flex-basis: 44%;
  }

  .about-box > .container:first-child {
    flex-basis: 100%;
  }

  .count-box > .button-box {

    /*flex-basis: 100%;*/
    text-align: center;
    margin-top: 30px;
  }

  .count-box > .text {
    font-size: 22px;
    flex-basis: 100%;
    text-align: center;
  }

  .count-box {
    height: auto;
  }

  .footer-box > .menu-group {
    flex-basis: 40%;
  }

  .footer-box {
    padding: 15px;
  }

  .dropdown {
    position: relative !important;
    margin-top: 20px;
    left: 0;
  }

  .page-text-content {
    padding: 20px;
  }

  .pockets-section {
    margin: 50px 0;
  }

  .main-text-box > .container:first-child {
    flex-basis: 100%;
  }

  .industry-box {
    padding: 0;
  }

  .category-block-box, .main-text-box {
    padding: 20px 0;
  }

  .header-box > .container > .advantages-box > .row > .item {
    margin: 15px;
  }

  .header-box > .container > .advantages-box{display: none;}

  .about-box {
    height: auto;
    padding: 20px;
  }

  /*NEW AVBS MEDIA STYLES*/
}

@media(min-width:769px) and (max-width:992px) {

  /*NEW AVBS MEDIA STYLES*/
  .-flex {
    flex-wrap: wrap;
  }

  .category-block-box > .row > .item {
    flex-basis: 25%;
    max-width: 25% !important;
  }

  .header-box {
    padding: 20px 0;
  }

  .header-box > .container:first-child {
    flex-basis: 44%;
  }

  .header-box > .container:last-child {
    flex-basis: 44%;
  }

  .about-box > .container:first-child {
    flex-basis: 100%;
  }

  .count-box > .button-box {

    /*flex-basis: 100%;*/
    text-align: center;
    margin-top: 30px;
  }

  .logo-box {
    flex: 1
  }

  .count-box > .text {
    font-size: 22px;
    flex-basis: 100%;
    text-align: center;
  }

  .count-box {
    height: auto;
  }

  .footer-box > .menu-group {
    flex-basis: 44%;
  }

  .footer-box {
    padding: 15px;
  }

  .dropdown {
    position: relative !important;
    margin-top: 20px;
    left: 0;
  }

  .page-text-content {
    padding: 20px;
  }

  .pockets-section {
    margin: 50px 0;
  }

  .main-text-box > .container:first-child {
    flex-basis: 100%;
  }

  .industry-box {
    padding: 0;
  }

  .category-block-box, .main-text-box {
    padding: 20px 0;
  }

  .header-box > .container > .advantages-box > .row > .item {
    margin: 15px;
  }

  .about-box {
    height: auto;
    padding: 20px;
  }

  .navigation-box > .menu-box > .menu > li.menu-item-has-children:hover ul {
    display: none;
    opacity: 0;
  }

  /*NEW AVBS MEDIA STYLES*/
}