@import"https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,600,700&display=swap";.header{position:relative;min-height:200px;height:300px;padding-top:1rem;margin-bottom:2rem}.header__background{top:0;height:100%;object-fit:cover;object-position:50% 20%;width:100%;object-position:50% 40%;position:absolute;z-index:-1;opacity:.5;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.header__title{margin-bottom:.75rem;margin-right:2rem}.header__info-wrapper{display:flex}.header__info-fragment{display:flex;align-items:center;text-transform:uppercase;font-weight:300;letter-spacing:.05rem;font-size:.9rem;margin-right:1.5rem}.header__info-fragment svg{fill:#adadad}.movie-menu-item{display:flex;background:#855c8565;color:#fff;padding:.5rem 1.25rem .5rem .5rem;align-items:center;margin-right:1rem;border-radius:.5rem;white-space:nowrap;border:none;height:3rem;cursor:pointer;transition:.3s}.movie-menu-item__image{height:2rem;width:2rem;object-fit:cover;object-position:50% 50%;margin-right:1rem;border-radius:100%}.movie-menu-item__title{font-size:.8rem;font-weight:600;text-transform:uppercase}.movie-menu-item--selected{transform:scale(1.1);background:#1b1525;font-weight:700;color:#fdfdfd;border:2px solid #544768;color:#fcf1f1}.movie-menu-item:hover:not(.movie-menu-item--selected){background:#612d61}.movie-menu{display:flex;margin-top:1rem;margin-bottom:2rem;overflow-x:auto;padding-top:.5rem;padding-bottom:1.25rem;padding-left:.5rem}.cinema-seat{margin-right:.5rem;width:2rem;height:2rem}.cinema-seat svg{fill:#bcbec0}.cinema-seat--occupied svg{fill:#23232c;stroke:#343638;stroke-width:2px}.cinema-seat--preview svg{fill:#2e5fff;stroke:#2e2bc7;filter:drop-shadow(0 0px 5px #2e5fff5e);stroke-width:1px}.cinema-row{display:flex;justify-content:space-between;margin-bottom:1.5rem}.cinema-row__seats{display:flex}.cinema-row__row-number{display:flex;align-items:center;justify-content:center;font-size:.75rem;padding:.5rem}@media (max-width: 900px){.cinema-row__row-number{padding:0}}.cinema-view{display:flex;flex-direction:column}.cinema-view__screen-wrapper{display:flex;flex-direction:column;width:80%;margin:1rem auto 4rem;align-items:center}.cinema-view__screen{stroke:#d843ab;filter:drop-shadow(0 5px 10px rgba(197,65,158,.6));margin-bottom:1rem}.cinema-view__screen-label{font-size:.8rem;font-weight:500;letter-spacing:.1rem}.checkout-view{padding:2.5rem 2rem;border-radius:.25rem;background:#272f42;box-shadow:0 .25rem .5rem #0003}.checkout-view hr{margin:2rem 0;border:1px solid #3b4661}.checkout-view__title{letter-spacing:.01rem;font-weight:600;margin-bottom:.5rem}.checkout-view__movie-title{font-weight:400;margin-bottom:1.5rem}.checkout-view__quantity{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.checkout-view__quantity label{margin-right:1rem}.checkout-view__quantity .checkout-amount-input{width:6rem;text-indent:1rem;padding-right:.5rem;height:3rem}.checkout-view .checkout-buy-button{display:flex;align-items:center;justify-content:center;padding:1rem;width:100%;text-transform:uppercase;letter-spacing:.05rem;font-size:1rem;font-weight:600;border:none;border-radius:.25rem;background:#f71bb5;color:#fff;cursor:pointer;transition:.3s}.checkout-view .checkout-buy-button:hover{background:#be1c8e}.checkout-view .checkout-buy-button:disabled{opacity:.5;background:#afa6ac;cursor:not-allowed}.footer{background:#0d0d16;padding:1rem 0}.footer a{display:flex;align-items:center;justify-content:center;color:#3c4958;text-decoration:none;text-transform:uppercase;letter-spacing:.01rem;font-size:.8rem;font-weight:700}.footer svg{margin-right:1rem;fill:#3c4958}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#141925;background-image:linear-gradient(to bottom,#141925,#10141f);color:#afafaf;font-family:Ubuntu,sans-serif;overflow-x:hidden}#root{overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:500;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:3.5rem;font-weight:500}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.cinema-container{min-height:50vh;display:grid;grid-template-columns:auto 300px;grid-gap:3rem;gap:3rem;margin-bottom:5rem}@media (max-width: 900px){.cinema-container{grid-template-columns:auto}}
