
.mb-25{
	margin-bottom:25px;
}

.wd-20-25{
	width: 200px; height: 250px;
}

.ft-p-m{
background:#fafafa;padding-top:1px;margin-top: 50px;
}

.f-d-b-n{
	background-color: #FFCC00;display:none!important
}
.c-w-600{
color:black;font-weight:600
}
.w-6-b-d{
width: 60px; background-color: black; height: 2px
}
.b-c-fafa{
	background-color: #fafafa
}

.a-1h9fn293jgv2{
				 text-decoration: none;color: black;
			 }
.d-jv39u84fhok1{
				position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(770px, 39px, 0px);
}	
.d-9v8432v7h43{
				position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(770px, 39px, 0px);
}
@font-face {
  font-family: 'DeliveryApp';
  src: url('../font/Delivery_2.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
body{
  background:#f2f2f2;
  /*/font-family: DeliveryApp!important;/*/
  font-family: "Rubik", sans-serif;
}
.standart-header{
}

#back2Top {
    width: 40px;
    line-height: 50px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: -5px;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}



.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: black!important;
}
.lang-img{
	width: 19px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	height: 19px;
}

header{
  
  height:110px;
  width:100%;
}
.top-header{
  padding-left:10%;
  padding-right:10%;
  display:flex;
  justify-content:space-between;
  background: #FFCC00;
  width:100%;
  height:50%;
  box-shadow: 0 2px 6px 1px rgb(0 0 0 / 10%);
}

.bottom-header{
  display:flex;
  padding-left:10%;
  padding-right:10%;
  background: rgb(255, 255, 255);
  height:50%;
  box-shadow: rgb(0 0 0 / 8%) 0px 2px 6px;
}

.header-logo{
  width:100px;
  height:30px;
}

.header-logo-section{
  display:flex;
}
.header-nav-icon-sector{
  display:flex
}

.span-header{
    margin-bottom: 15px;
    margin-top: 13px;
    font-weight: 600;
    padding-left:5px;
}
.logo-sector-header{
    margin-top: 10px;
}
.lang-icon{
  font-size:26px;
  margin-top:13px;
  color:black;
  font-weight:400;
  margin-left:25px;
  margin-right:10px;
  cursor:pointer;
  
}
.message-icon{
  font-size:26px;
  margin-top:13px;
  color:black;
  font-weight:400;
  margin-left:10px;
  margin-right:10px;
  cursor:pointer;
}
.auth-icon{
  font-size:26px;
  margin-top:13px;
  margin-left:10px;
  margin-right:10px;
  color:black;
  cursor:pointer;
  font-weight:400;
}
.sector-search-header{
    display:flex;
    box-shadow: rgb(117 117 117 / 20%) 0px 2px 10px;
    font-weight: 600;
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgb(235, 235, 235);
    background: rgb(255, 255, 255);
    outline: none;
    padding: 3px;
    line-height: normal;
    font-size: 14px !important;
    margin-top:10px;
    margin-right: 10px;
}
.input-search-header{
    color: rgb(148, 148, 148);
    font-weight: 400;
    width: 100%;
	font-family: Delivery;
	margin-top:5px;
    border: none;
    background: rgb(255, 255, 255);
    outline: none;
    line-height: normal;
    font-size: 14px !important;
}
.search-icon{
  color: rgb(148, 148, 148);
  font-size:26px;
  margin-left:5px;
  margin-right:15px;
  font-weight:400;
  cursor:pointer;
}

.block-nav-header{
  height:100%;
  width:fit-content;
  transition: all 0.2s linear
    
}

.a-nav-header{
    display: block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: inherit;
    font-size: 13px;
    text-align: start;
    padding: 17px 12px 18px;
    color: rgb(102, 102, 102);
    max-width: 250px;
    text-decoration: none !important;
    transition: all 0.2s linear
}
.a-nav-header:hover{
  color: rgb(0, 0, 0);
}

.block-nav-header:hover{
  background:#f3f3f3;

}
.a-nav-active{
  color: black!important;
  font-weight: 600!important;
  border-bottom: 2px solid black;
}
.mobile-header{
  width:100%;
  height:40px;
  display:none;
  background:#FFCC00;
  box-shadow: rgb(0 0 0 / 8%) 0px 2px 6px;
}

.span-header-mobile{
  font-weight: 600;
  font-size:18px;
  margin-top:8px;
}
.menu-icon{
    font-size: 26px;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 15px;
    cursor:pointer;
}

.mobile-header-section{
	transform: translateX(-110%);
    box-shadow: 4px -7px 14px -6px black;
    position: fixed;
    width: 85%;
    top: 0;
    height: -webkit-fill-available;
    background: #fff;
    z-index: 100;
    transition: all 0.5s linear;
}
.mobile-open-header{
  width:100%;
  height:40px;
  background:#FFCC00;
  display:flex;
  justify-content:space-between;
}
.open-menu-span{
  font-weight:600;
  font-size:16px;
  padding-top:10px;
  padding-left:15px;
}
.close-icon{
  font-size:26px;
  margin-top:5px;
  margin-right:15px;
  cursor:pointer;
}

.sector-search-header-mobile{
      display:flex;
      justify-content:start;
      border-radius: 5px;
      background:white;
      height:40px;
      border: 1px solid gray;
      box-shadow: rgb(117 117 117 / 20%) 0px 2px 10px;
      width: 98%;
}
.input-search-header-mobile{
    background-color: #fff;
    font-weight: 600;
    width: 95%;
    border: unset;
    background: rgb(255, 255, 255);
    outline: none;
    padding: 3px;
    line-height: normal;
    font-size: 14px !important;
    margin-right: 10px;
}

.search-icon-mobile{
  font-size:24px;
  margin-top:7px;
  margin-right: 5px;
  margin-left: 10px;
  color: rgb(148, 148, 148);
}

.search-sector-mobile{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.mobile-nav-sector{
  padding: 10px 10px
}
.mobile-nav-icon{
  font-size:20px;
  margin-top: 3px;
  margin-right: 10px;
}
.mobile-nav-sector-item{
  display:flex;
  border-bottom: 1px solid #929eaa;
  width: 100%;
  padding: 10px 10px;
}
.mobile-nav-a{
  color:black;
  text-decoration:none;
}

@media only screen and (max-width : 750px) {
  .standart-header{
    display:none
  }
  .mobile-header{
    display:flex;
	justify-content: space-between;
  }
  header{
	max-height: 40px;
    height: 110px;
    width: 100%;
  }
  .lang-icon {
	 margin-top: 7px;
  }
  
}

@media only screen and (min-width : 750px) {
  .standart-header{
    display:block!important;
  }
  .mobile-header{
    display:none!important;
  }
  
}