* {
    margin: 0;
    padding: 0;
    margin: 0;
}
.clearfix:after {
    display: table;
    content: '';
    position: relative;
}
.wrap  {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}
header {
    height: 70px;
    line-height: 70px;
    background-color: blanchedalmond;
}
header a {
    text-decoration: none;
    font-size: 20px;
    color:lightslategray;
    padding-left: 20px;
}
header a:hover {
    color: gray;
}
.fraction {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 50px;
    width: 2px;
    height: 35px;
    background-color: black;
}
/* main  */
.main {
    position: relative;
}

/* section */
section.sec-1 {
    position: absolute;
    display: none;
    justify-content: center;
    width: 100%;
}

section > div {
    border: 2px solid black;
}

section > div:first-child {
    max-width: 250px;
    width: 100%;
    height: 415px;
}

section > div:last-child {
    display: flex;
    flex-wrap: wrap;
    max-width: 946px;
    width: 100%;
    height: 415px;
    overflow: scroll;
}

.shops h1{
    text-align: center;
}

.shops {
    margin: 0 auto;
}

.shops > div {
    max-width: 150px;
    width: 100%;
    margin: 20px auto;
    height: 50px;
    line-height: 50px;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

section > div:last-child > div {
    width: 380px;
    height: 150px;
    background-color: brown;
    margin: 20px 40px;
    border-radius: 5px;
}
.img-card {
    margin: 15px auto;
    width: 350px;
    height: 30px;
    background-color: aquamarine;
}
.burger {
    padding-left: 15px;
}
.btn-card {
    float: right;
    margin-right: 15px;
    width: 100px;
    height: 25px;
    cursor: pointer;
}

/* section -2 */
.sec-2 {
    position: absolute;
    width: 1200px;
    display: none;
}
.show {
    display: flex !important;
}


