*{
    user-select:none;
    margin: 0;
    padding: 0;
    border:none;
    list-style:none;
    outline:none;
box-sizing:border-box;
    font-family: 'Noto Sans Armenian', sans-serif;
}
body{
    background: #F5F5F8;
    font-size: 18px;
}
.wrap{
    width: 100%;
    max-width:480px;
        margin-left: auto;
    margin-right: auto;
}
.container{
    
    max-width:480px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;

    box-sizing:border-box;
}
.flex-between{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.header{
    z-index: 3;
position: relative;
    box-sizing:border-box;
    height: 200px;
    width: 100%;
    background-color: #F5F5F8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.header .over{
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.4));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.header .top{
    padding: 8px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;

}
.header .bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    
    padding: 8px 0;
    
}
.header .bottom .name{
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
}
.nav{
    padding-top: 8px;
    z-index: 2;
    background: #fff;
    top:0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
}
.nav .lang li{
 color:#000   
}

.lang{
    display: inline-flex;
    align-items:center;
        color:#fff;
}
.lang li{
    cursor:pointer;
    padding: 4px;
    font-weight: 600;
}
.lang li.active{
    color:#40534C
}

.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.col-6{
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 50%;
    position: relative;
    width: 100%;
    box-sizing:border-box
}
.mt-1{
    margin-top: 16px;
}
.col-12{
    width: 100%;
    box-sizing:border-box
    padding-left: 8px;
    padding-right: 8px;
}

.group{
    cursor:pointer;
    height: 100%;
    background: #fff;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
    
}

.group:active{
        transition: transform;
    transform: scale(0.95)
}
.group img{
    width: 100%;
    border-radius: 20px;
}

.group span{
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 16px;
}
.area{
   height: 130px; 
}
.area0{
    height: 58px;
}
.line{
    margin-top: 8px;
border-top: 2px solid #f8f8f8;    
}


.tabs{
    padding: 8px 0;
display: flex;
overflow-x:auto;
width: 100%;
align-items:center;
}

.tabs li{
    cursor:pointer;
    margin: 0 8px;
    text-transform: uppercase;
    font-weight: 600;
    
    white-space: nowrap;
    background: #F5F5F8;
    border-radius: 8px;
padding: 8px 16px;
display: inline-block;
}

.tabs li:active{
        transition: transform;
    transform: scale(0.95)
}


.tabs li.active{
        background:#40534C;
        color:#fff;
}

.item{
    position: relative;
    display: flex;
      position: relative;
    width: 100%;

}

.item i{
    cursor:pointer;

    border-radius: 16px;
  position: absolute;
  right: 0;
  top: 0;
font-size: 24px;
  display: inline-block;
  font-style:normal;

  font-size: 32px;
  padding: 8px;
  opacity: 0.2;

  
}
.item:active{
    transition:transform 0.5s;
    transform:scale(0.95);

    
}

.item i.active{
    opacity: 1;
    color:#40534C;
}
.item figure{
    left: 0;
    top: 10px;
    
    position: absolute;
    z-index: 1;
    flex-shrink:0;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);

}

.item figure img{
    padding: 8px;
    border-radius: 20px;
    background: #fff;
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.item > div{
    
    display: flex;
    flex-direction:column;
    padding: 20px;
    padding-left: 70px;

    margin-left: 10%;
    min-height:120px;
    flex-shrink:0;
    width: 90%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
}
.service{
    font-weight: 500;
    text-align: center;
        background: #40534C;
    color: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%); 
}
.item .name{
    flex-grow:1;
    font-weight: 600;
    padding-right: 20px;
}
.item .price{
    color:#000;
    color:#40534C;
    text-align: right;
}

.menu{
    z-index: 3;
        box-shadow: 0 -10px 30px rgb(0 0 0 / 5%);
    padding: 16px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    display: flex;
    align-items:center;
    justify-content:space-between;
    
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #fff;
color:#000;

}

.menu-icon{
    cursor:pointer;
    position: relative;
    width: 60px;
    display: inline-flex;
    flex-direction:column;
    align-items:center;
    text-align: center;
    color:#000;
    text-decoration: none;
}
.menu-icon:active{
    transition: transform;
    transform: scale(0.95)
}

.menu-icon i{
    font-size: 36px;
}

.menu-icon.active i{
    color:#40534C;
}
.menu-icon span{
    font-size: 10px;
}
.area1{
height: 96px;    
}

.menu-icon .count{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #40534C;
    color: #fff;
    font-size: 10px;
}


