@media screen and (max-width: 1080px), only screen and (max-device-width : 1080px){



.dropdown_menush:hover div {
display: none;
}

.dropdown_menush {
padding: 0px;
}

.dropdown_menush:after {
display: none;
}

  section {
    text-align: center;
    display: block;
    width:100%;
    }
    
    label[for="kbh_gamburger"] {
      display: block;
    }
    
    .modal-open>*:not(.modal) {
      filter: blur(5px);
    }
    
    .blur_addon {
      filter: blur(7px);
    }
    
    .kbh_header {
      width: 100%;
      height: 90px;
      text-align: center;
      overflow: hidden;
      padding-top: 0px;
    }
    
    .kbh_header_content {
      display:flex;
      width:100%;
      justify-content: space-between;
    }
    
    .header-contacts {
      margin-top:0px;
    }
    
    .kbh_logo-box {
      width: 64px;
      overflow: hidden;
    }
    
    .kbh_logo {
      margin: 0;
      height: 60px;
      text-align: center;
    }
    
    .kbh_logo img {
      height: 100%;
      margin-left: 2px;
      margin-top: 0px;
    }
    
    .kbh_header-tel {
      font-size: 21px;
    }
    
    .kbh_waabox_flex {
      justify-content: space-around;
    }
    
    .kbh_menu {
      position: absolute;
    }
    
    .kbh_waabox {
      display: none;
    }
    
    .font_whatsapp {
      margin-right: 0px;
      background: transparent;
      position: relative;
    }
    
    .kbh_search {
      display: none;
    }
    
    .kbh_basket {
      display: none;
    }
    
    .kbh_mob_search {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto 0;
    }
    
    .kbh_mob_searchTerm {
      width: 160px;
      position: relative;
      border: 1px solid #fff;
      background: #23232300;
      padding: 6px;
      padding-left: 43px;
      border-radius: 20px;
      font-size: 17px;
      outline: none;
      color: #fff;
      order: 2;
    }
    
    .kbh_mob_searchButton {
      width: 40px;
      height: 40px;
      position: relative;
      border: 2px solid #ffffff;
      background: url(img/generalbg2.png);
      text-align: center;
      color: #fff;
      border-radius: 50%;
      cursor: pointer;
      font-size: 20px;
      margin-right: -34px;
      float: left;
      z-index: 1;
      order: 1;
    }
    
    .kbh_mob_basket {
      display: block;
      float: right;
      margin: auto 0;
      padding: 6px 6px 2px 36px;
      height: 26px;
      width: 20px;
      border-radius: 12px;
      background: #fff url(./img/basket.png) 6px center/26px auto no-repeat;
      text-decoration: none;
      position: relative;
      z-index: 2;
      order: 2;
    }
    
    .kbh_mob_basket span {
      display: block;
      background: url(img/generalbg2.png);
      color: #fff;
      padding: 1px 5px;
      border-radius: 50%;
      font-family: segoeui;
      font-size: 15px;
    }
    
    .kbh_header .kbh_menu ul {
      display: flex;
      width: 100%;
      position: fixed;
      top:0;
      left:0;
      flex-direction: column;
      justify-content: space-around;
      list-style-type: none;
      box-sizing: border-box;
      overflow-y: hidden;
      margin: -505px 0px 0px 0px;
      box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 75%);
      transition: all 0.5s;
    }
    
    .kbh_header .kbh_menu ul li {
      margin: 20px 20px;
    }
    
    .wrapper {
      width: 90%;
    }
    
    .main__menu {
      display: none;
    }
    
    .kbh-mob-dropmenu{
      position: relative;
      display: flex;
      flex-direction: column;
      font-size: 17px;
      color: rgb(0, 0, 0);
    }
    
    .kbh-mob-dropmenu input[type=checkbox]{
      display: none;
    }
    
    .kbh-mob-dropmenu label{
      box-sizing: border-box;
      display: inline-block;
      width: 100%;
      font-family: 'segoeui_bold';
      border: solid 1px #368251;
      background:url(img/greenb.jpg) no-repeat center center;
      padding: 15px 40px 15px 20px;
      cursor: pointer;
position: relative;
      border-radius: 10px;
      margin-bottom: 6px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
color: rgb(32, 32, 32);
text-transform: uppercase;
text-align: left;
    }


.kbh-mob-dropmenu label:before {
content: '';
position: absolute;
right: 20px;
top: 20px;
width: 25px;
height: 12px;
background-color: rgb(32, 32, 32);
clip-path: polygon(0% 10%, 50% 45%, 100% 10%, 100% 55%, 50% 100%, 0 55%);
}
    
    .kbh-mob-dropmenu ul{
      position: absolute;
      list-style: none;
      text-align: left;
      width: 100%;
      z-index: 1;
      margin:0;
      padding:0;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
      display: none;
    }
    
    
    .kbh-mob-dropmenu ul li{
      padding: 15px;
      background:transparent;
      color: #368251;
      font-family: 'segoeui_bold';
      border: solid 1px #368251;
      border-radius: 10px;
      margin-bottom: 1px;
      cursor: pointer;
    }
    
    .kbh-mob-dropmenu ul li:hover{
      background-color: #000000;
      color: #FFF;
    }
    
    .kbh-mob-dropmenu ul li a{
      color: inherit;
      text-decoration: none;
    }
    
    .kbh-mob-dropmenu input[type=checkbox]:checked ~ label {
      border: solid 1px #368251;
      background-color: transparent;
    }
    
    .kbh-mob-dropmenu input[type=checkbox]:checked ~ ul {
      display: flex;
      flex-direction: column;
      position: relative;
      gap:5px;
    }
    
    .section_utp-clip2 {
      display: none;
    }
    
    .kbh_utp {
      width: 100%;
      text-align: center;
      margin: 0px 0px 0px 0px;
    }
    
    .kbh_utp h1 {
      font-size: 36px;
      text-align: left;
    }
    
    .kbh_utp h2 {
      text-align: left;
    }
    
    .kbh_mockuprounds {
      display: none;
      width: 100%;
    }
    
    .kbh_mockupslide_box {
      flex-direction: column;
    }
    
    .kbh_utp_img-box {
      width: 360px;
      height: 360px;
    }
    
    .kbh_utp_img-front {
      width: 90%;
      height: 360px;
    }
    
    .shape_big {
      right: -300px;
      top: 690px;
      height: 420px;
      width: 420px;
    }
    
    #outer-circle-big {
      height: 420px;
      width: 420px;
    }
    
    .shape_little {
      height: 260px;
      width: 260px;
      left: -250px;
      bottom: 30px;
    }
    
    #outer-circle-little {
      height: 260px;
      width: 260px;
    }
    
    .kbh_price_title {
      font-size: 36px;
    }
    
    .kbh_infograph_box {
      flex-direction: column;
      gap: 10px;
    }
    
    .kbh_delivery_box {
      flex-direction: column;
    }
    
    .kbh_delivery_l_contact {
      flex-direction: column;
    }
    
    .kbh_textitle_font {
      font-size: 30px;
    }
    
    .kbh_aboutleftright {
      flex-direction: column;
      gap:40px;
    }
    
    .kbh_aboutlrightside {
      width: auto;
      font-size: 19px;
    }
    
    .kbh_about_section-clip3 {
      -webkit-clip-path: polygon(0% 2%, 100% 2%, 100% 100%, 50% 100%, 0 100%, 0 25%);
      clip-path: polygon(0% 2%, 100% 2%, 100% 100%, 50% 100%, 0 100%, 0 25%);
    }
    
    .kbh_delivery_left h2 {
      font-size: 19px;
    }
    
    .main__menu {
      flex-direction: column;
    }
    
    .drop-menu {
      width: auto;
      flex-direction: row;
      flex-flow: wrap;
      padding: 10px;
      align-items: center;
      text-align: center;
      justify-content: center;
      border: solid 1px #368251;
      border-radius: 10px;
    }
    
    .kbh_aboutimagesl {
      width: 300px;
    }
    
    .kbh_conmap {
      padding-top: 280px;
    }
    
    .kbh_modal {
      width: 99%;
      height: 280px;
      left: 0px;
    }
    
    .kbh_add_box {
      flex-direction: column;
    }
    
    .kbh_add_item h2 {
      width: inherit;
    }
    
    .kbh_infograph_item {
      width: 100%;
      margin: 0;
    }
    
    .kbh_delivery_box {
      gap: 40px;
    }
    
    .kbh_delivery_left {
      width: 100%;
    }
    
    .kbh_delivery_right {
      width: 100%;
    }
    
    .kbh_delivery_right p {
      width: 100%;
    }
    
    .kbh_delivery_r_title {
      font-size: 30px;
    }
    
    .kbh_brand_box {
      flex-direction: row;
    }
    
    .kbh_brand_item img {
      width: 140px;
      height: 70px;
      margin: 10px;
    }
    
    .kbh_textalight_left {
      text-align: left;
    }
    
    .kbh_textalight_right {
      text-align: right;
    }
    
    .kbh_card_toleft {
      margin-right: auto;
    }
    
    .kbh_card_toright {
      margin-left: auto;
    }
    
    .kbh_footer_title {
      font-size: 17px;
    }

}