.burger-container{width:800px;height:100vh;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:100px}#burger{display:flex;flex-direction:column}#burger img{width:400px;max-height:100px;margin:-20px 0}#burger .top-bread{position:relative;z-index:9000}#burger .bottom-bread{position:relative;z-index:-9000;margin:-40px 0}#burger .ingrediants-img{width:400px;transform:rotateZ(180deg)}#burger .ingrediants-img img{width:400px;max-height:100px;margin:-55px 0;position:relative;top:0}#ingrediants{display:flex;gap:15px;flex-direction:column;align-items:center}#ingrediants p{font-family:sans-serif;font-size:20px}#ingrediants button{width:200px;height:40px;font-size:16px;cursor:pointer;border-radius:5px}.costBurger{font-size:28px;font-weight:500;font-family:sans-serif;margin:20px 0}.check{width:40px;height:20px;background-color:rgba(16,228,73,.3921568627);border:none;cursor:pointer;border-radius:5px}.reset{width:40px;height:20px;background-color:rgba(230,9,9,.8235294118);border:none;cursor:pointer;border-radius:5px}.dn{display:none}@media(max-width: 840px){.burger-container{width:500px;height:100%;gap:20px}}@media(max-width: 700px){.burger-container{width:100%;gap:20px}#burger img{width:200px}#burger .ingrediants-img{width:200px}#burger .ingrediants-img img{width:200px}#ingrediants button{width:100px;height:40px;font-size:12px}}/*# sourceMappingURL=burger.min.css.map */