.conatiner-header{
    display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 20px;
}
.color{
    background: #f6f6f6;
}
.no_color{
    background: none;
}
.row_flex_meg{
  display: flex;
  justify-content: space-between;
  
    
}
.megafon_table_2{
    max-width: 821px;
  overflow-x: scroll;
  display: block;
  width: 100%;
}
.first-item-meg{
    margin-left: 10px;
}
.second-item-meg{
    margin-right: 75px;
}
.row_megafon{
   display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center; 
}
.megafon_table{
    max-width: 100%;
   
overflow-x: scroll;
  display: block;
  width: 600px;
}
.row_colum{
    display: grid;
  grid-template-columns: 0.9fr 0.9fr 0.9fr;
  align-items: center;
  justify-content: center;
}
.comumn_megafon{
    grid-template-columns: 1fr !important;
}
.second-table{
    display: grid;
    grid-template-columns: 0.9fr 1fr 1.1fr;
    align-items: center;
    justify-content: center;
}
.item-megafon{
    display: flex;
 
    font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}
.megafon_title_table{
    font-family: Montserrat;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
line-height: 21px;
letter-spacing: 0%;
vertical-align: middle;

}
.megafon{
    margin-bottom: 20px;
}
.header_megafon{
    background-color: #f7f7fa;
}
.tarif_colum{
    max-width: 682px;
}
.tarif_colum_2{
    max-width: 1118px;
    margin-left: 15px;
}
.megafon-static{
    width: 381px ;
    display: flex;
    justify-content: space-between;
   font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
    margin-left: 10px ;
   
}
.item_package{
    display: flex;
}
.item_package_2{
    display: flex;
    margin-right: -40px;
}
.container_tarif{
   display: grid;
  grid-template-columns: 0.6fr 1fr; 
}
.megafon_title{
    align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
  height: 47px;
  margin-top: 12px;
  display: flex;
}