.bortom_header_type_1{
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 2rem;
  align-items: center;
}
.bortom_header_type_1 .sub-list{
  color: #272727;
}
 #bortom_header_type_1_bars{
   display: none;
 }
 #wpadminbar{
   position: fixed;
 }

.elementor-location-header{
  top: -120px;
  transition: 0.3s ease all;
}
.elementor-editor-active .elementor.elementor-location-header{
  position: unset;
}
.elementor-edit-mode.elementor-location-header{
  top: 0;
}


/*--------------------------------------------------------------------------------------
tablet fix
--------------------------------------------------------------------------------------*/
@media (max-width:1366px) and (min-width:1000px){
  main > .page-content > div > section:first-child{
    padding-top:32px;
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1180px){
  .elementor-location-header .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0;
  }
}

/*--------------------------------------------------------------------------------------
Overlay header
--------------------------------------------------------------------------------------*/
@media (min-width:1080px){

   .overlay_header .elementor-location-header{
     margin-bottom: -120px;
   }
   .overlay_header:not(.fixed_header) .elementor-location-header{
     color:#fff;
   }
  body .bortom_header_type_1 .multiple_logo_vars a{
     display: none;
   }
  body .bortom_header_type_1 .multiple_logo_vars .logo-clear{
    display: none;
  }
  body .bortom_header_type_1 .multiple_logo_vars .logo-black{
   display: inline-block;
  }
  body.fixed_header .elementor-location-header{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100vw;
    background-color: #ffffff;
  }
  .overlay_header:not(.fixed_header) .bortom_header_type_1 .multiple_logo_vars .logo-clear{
    display: inline-block;
  }
  .overlay_header:not(.fixed_header) .bortom_header_type_1 .multiple_logo_vars .logo-black{
    display: none;
  }

  .admin-bar.fixed_header .elementor-location-header{
    top: 32px;
  }
  .fixed_header .elementor-location-header{
    box-shadow: 0 1px 12px rgba(0,0,0,0.12);
  }

}
/*--------------------------------------------------------------------------------------
Title icons
--------------------------------------------------------------------------------------*/
.bortom_header_type_1 .got-child .title-icon{
  display: flex;
  grid-gap: 0.75rem;
  color: inherit;
  align-items: center;
}
.bortom_header_type_1 .got-child .title-icon svg{
  max-width: 1em;
  height: auto;
}
.bortom_header_type_1 .inner-1>ul>li.active>.title{
  color: #2F80ED;
}
.bortom_header_type_1 .got-child .title-icon i{
  transition: none;
}
/*--------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------
Header actions
--------------------------------------------------------------------------------------*/
.bortom_header_type_1 .header_actions{
  display: flex;
  gap: 1rem;
  padding-left: 1.5rem;
  align-items: center;
  position: relative;
}
.bortom_header_type_1 .header_actions:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 1.5rem;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  background-color: currentcolor
}
.bortom_header_type_1 .header_actions .search_icon{
  padding: 0 0.75rem;
  cursor: pointer;
}
.bortom_header_type_1 .header_actions .hide_search{
  display: none;
}

/*--------------------------------------------------------------------------------------*/

.bortom_header_type_1 .multiple_logo_vars a{
  display: inline-block;
}
.bortom_header_type_1 .multiple_logo_vars .logo-clear{
  display: none;
}

.elementor-location-header>section{
  z-index: 999;
}
.bortom-horizontal-menu, .bortom-horizontal-menu ul{
  padding-inline-start:0;
  list-style-type: none;
}
.bortom-horizontal-menu  li a{
  color:inherit;
}
.bortom-horizontal-menu{
  display: flex;
  grid-gap: 3rem;
  font-weight: bold;
  min-height: 100px;
  align-items: center;
  justify-content: flex-end;
}
.bortom-horizontal-menu .got-child > .title{
  position: relative;
  display: flex;
  grid-gap: 1rem;
  align-items: center;
  cursor: pointer;
  height: 100%;
  justify-content: space-between;
}
.bortom-horizontal-menu>.got-child> .title:before{
  display: none;
  position: absolute;
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  top:calc(100% - 0.75rem);
  left: calc(50% - 1rem);
  z-index: 999;
  transform-origin: center;
  transform: rotate(45deg);
  border-radius: 0.25rem;
  box-shadow: -1px -1px 0  rgba(0,0,0,0.08);
}

/*--------------------------------------------------------------------------------------
hover events
--------------------------------------------------------------------------------------*/

.bortom-horizontal-menu>.two-levels.got-child> .title:before{
  background-color: #F3F6F9;
}
.bortom-horizontal-menu  .inner-1{
  display: none;
}
@media (min-width:1024px){
  .bortom-horizontal-menu>.got-child:hover> .inner-1{
    display: block;
  }
  .bortom-horizontal-menu>.got-child:hover> .title:before{
    display: block;
  }
}
/*--------------------------------------------------------------------------------------*/

.bortom-horizontal-menu .inner-1 .got-child{
  position: static;
}
.bortom-horizontal-menu .inner-1.inner-container>ul>li{
  min-width: 12.5rem;
  width: max-content;
  justify-content: space-between;
  padding-top:1rem;
  padding-bottom: 1rem;
}
.bortom-horizontal-menu .inner-1.inner-container>ul>li:last-of-type{
  margin-bottom: 0;
}
.bortom-horizontal-menu>.got-child{
  height: 100px;
  position: relative;
}
.bortom-horizontal-menu .inner-container{
  position: absolute;
  top: 99%;
  max-width: max-content;
  border-radius: 0.75rem;
  background-color: #fff;
}
.bortom-horizontal-menu .inner-1.inner-container{
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
  /* overflow: hidden; */
}
.bortom-horizontal-menu  .inner-1.inner-container>ul{
  position: relative;
  padding:1rem 1.5rem 2rem;
  border-radius: 1rem;
  max-width: 100vw;
}
.bortom-horizontal-menu .two-levels .inner-1.inner-container>ul{
  min-width: 768px;
  min-height: 21.25rem;
}
.bortom-horizontal-menu .inner-2.inner-container{
  display: none;
  right: 0;
  top: 0;
  border-radius: 0 0.75rem 0.75rem 0;
  height: 100%;
  width: calc(100% - 16.5rem);
  max-width: 100%;
  max-height: 100%;
  padding:24px;
  overflow: auto;
  background-color: #F3F6F9;
}
.bortom-horizontal-menu .active .inner-2.inner-container{
  display: grid;
}
.bortom-horizontal-menu .active .inner-2.inner-container>ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  height: max-content;
  font-size: 0.875rem;
  font-weight: 600;
}
.bortom-horizontal-menu .active .inner-2.inner-container>ul img{
  height: 6rem;
  object-fit: cover;
  background-position: center center;
  border-radius: 0.5rem;
  overflow: hidden;
}



.bortom-horizontal-menu .two-levels{
  position: unset;
}
.bortom-horizontal-menu  .inner-1.inner-container{
    left: 50%;
    transform: translateX(-50%);
}
.bortom-horizontal-menu .two-levels .inner-1.inner-container{
  left: 50%;
  transform: translateX(-50%);
}


/*--------------------------------------------------------------------------------------
The header search
--------------------------------------------------------------------------------------*/
#the_header_search{
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: blur(0.75em);
  -webkit-backdrop-filter: blur(0.75em);
  color: #ffffff;
}
#the_header_search form {
  height: 100%;
  position: relative;
  padding: 0 1em;
  max-width: 1180px;
  margin: 0 auto;
}
#the_header_search form [type=submit]{
  display: none;
}

#the_header_search .inside_inputs {
  position: relative;
  padding-top: 25%;
}

#the_header_search .inside_inputs input,
#the_header_search .inside_inputs input:hover,
#the_header_search .inside_inputs input:focus,
#the_header_search .inside_inputs input:active{
  outline: unset;
  border: unset;
  color:#ffffff;
}

#the_header_search .inside_inputs input[type=search] {
  width: 100%;
  height: 6rem;
  padding-right: 2em;
  padding-left: 0;
  font-size: 2em;
  background-color: transparent;
  border-bottom: 1px solid #ffffff55;
  border-radius: 0;
}


#the_header_search .inside_inputs input[type="search"]::-webkit-search-cancel-button{
  -webkit-appearance:none;
  background-size:75%;
  background-position: center center;
  background-repeat: no-repeat;
  width:1.5em;
  height: 1.5em;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff44'%3E%3Cpath d='M12,21a9,9,0,1,1,9-9A9,9,0,0,1,12,21ZM15.536,9.879a1,1,0,0,0-1.414-1.414L12,10.586,9.879,8.464A1,1,0,0,0,8.464,9.879L10.586,12,8.464,14.121a1,1,0,0,0,1.414,1.414L12,13.414l2.121,2.121a1,1,0,0,0,1.414-1.414L13.414,12Z'/%3E%3C/svg%3E%0A");
}

#the_header_search .close_header_search {
  position: fixed;
  top: 1.5em;
  right: 1rem;
}

#the_header_search .inside_inputs .action_icon {
  position: absolute;
  right: 0;
  bottom: 1.5em;
  transform: scale(1.5);
  transform-origin: right;
}


#the_header_search .inside_form #preview_search.active {
  display: grid;
}
#the_header_search .inside_form #preview_search {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 16px;
  background-color: #272727;
  border-radius: 0.75em;
  margin-top: 0.5em;
  box-shadow: 0 0.5em 2em -1em #000;
  display: none;
  max-height: calc(50vh - 120px);
  overflow: auto;
  grid-gap: 0.75rem;
}

#preview_search>a{
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  grid-gap: 0.75rem;
  color: inherit;
}

#preview_search>a img{
  width: 3rem;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  object-fit: cover;
  background-position: center center;
}

body.opened_search,
body.opened_menu{
  overflow-y: hidden;
}


/*---------------------------------------------------------------------------------------------------
Language Switcher
---------------------------------------------------------------------------------------------------*/
.menu_wrapper .language-select{
  display: none;
}
.language-select{
  position: relative;
  /* width:120px; */
  cursor: pointer;
}
.language-select *{
  font-weight: 600;
}
.language-select .curent-lang,
.language-select .lang-list-item{
  display: flex;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
  font-weight: 700;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.language-select .language-select-list{
  position: absolute;
  top: 100%;
  right:-1rem;
  min-width: 120px;
  z-index: 999;
  width: 100%;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.16);
  display: none;
  grid-gap: 1rem;
  background-color: #fff;
}
.menu_wrapper .language-select .language-select-list.active,
.header_actions .language-select:hover .language-select-list{
  display: grid;
}
.language-select .curent-lang{
  min-height: 80px;
}
.language-select .lang-icon{
  width: 2rem;
  height:2rem;
  border-radius: 1rem;
  overflow: hidden;
}
.language-select .lang-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lang-list-item:not(a){
  opacity: 0.4;
  color:#272727;
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

@media (max-width:1080px){
  /*---------------------------------------------
  Show lang switcher on mobile
  ---------------------------------------------*/
  .bortom_header_type_1 .header_actions:before,
  .language-select .curent-lang .language-option{
    display: none;
  }
  .menu_wrapper .language-select{
    display: none;
  }
  .bortom_header_type_1{
    height: 6rem;
	color: #272727;
  }
  .bortom_header_type_1 .multiple_logo_vars a img{
    max-height: 2.5rem;
  }
  #bortom_header_type_1_bars{
    display: grid;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
  }
  .bortom_header_type_1 .header_actions{
    padding-right: 1rem;
  }

  body{
    padding-top: 100px;
    position: relative;
  }
  .elementor-location-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999
  }
  .admin-bar .elementor-location-header{
    top:46px
  }
  #the_header_search .inside_form #preview_search{
    max-height: calc(80vh - 120px);
  }
  /*--------------------------------------------------------------------------------------
  new menu view
  --------------------------------------------------------------------------------------*/

  .bortom_header_type_1 .menu_wrapper{
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #ffffff;
  }
  .bortom_header_type_1 .menu_wrapper.active{
    display: block;
    box-shadow: 0 50vh 0 50vh rgba(0,0,0,0.5);
  }
  .bortom-horizontal-menu{
    display: grid;
    justify-content: unset;
    grid-gap: 0;
    width: 100%;
    max-height: calc(100vh - 100px);
    overflow: auto;
    padding:1.5rem;
  }
  .bortom-horizontal-menu .inner-1.inner-container{
    box-shadow: unset;
  }
  .bortom-horizontal-menu .inner-container,
  .bortom-horizontal-menu .inner-1.inner-container>ul{
    position: unset;
  }
  .bortom-horizontal-menu .active .inner-1{
    display: grid
  }
  .bortom-horizontal-menu .two-levels .inner-1.inner-container,
  .bortom-horizontal-menu .inner-1.inner-container{
    transform: unset;
    max-width: unset;
    padding-left:1rem;
  }
  .bortom-horizontal-menu .two-levels .inner-1.inner-container>ul{
    min-width: unset;
    min-height: unset;
    padding: 0;
  }
  .bortom-horizontal-menu .title{
    padding: 1rem 1rem 1rem 0;
    display: block;
  }
  .bortom-horizontal-menu li{
    border-bottom: 1px solid #eeeeee;
  }
  .bortom-horizontal-menu .got-child>.inner-2.inner-container{
    display: none;
  }
  .bortom-horizontal-menu .got-child.active>.inner-2.inner-container{
    display: block;
    padding-left: 1rem;
    background: unset;
  }
  .bortom-horizontal-menu li:last-of-type{
    border-bottom: unset;
  }

  .bortom-horizontal-menu>.got-child{
    height: unset;
  }
  .bortom-horizontal-menu>.got-child.active>.inner-container{
    display: block;
  }
  .bortom-horizontal-menu .inner-1.inner-container>ul>li{
    width: unset;
    margin: 0;
    padding:0;
  }

  .bortom-horizontal-menu .inner-2.inner-container{
    width: unset;
    max-width: unset;
    padding:0;
  }

  .bortom-horizontal-menu .active .inner-2.inner-container>ul{
    padding-bottom: 2rem;
    padding-top: 0.5rem;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .bortom-horizontal-menu .active .inner-2.inner-container>ul>li{
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
  }
  .bortom-horizontal-menu .active .inner-2.inner-container>ul img{
    height: 3rem;
  }
}
