@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500&display=swap);.navbar__register button{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;font-family:inherit;text-transform:capitalize;cursor:pointer}.navbar__register button:focus{outline:none}.navbar{grid-row:1/2;display:flex;justify-content:space-between;align-items:center;padding-top:10px}.navbar__image{height:95px}.navbar__image img{max-width:100%;max-height:100%}.navbar__register button{width:120px;height:50px;border-radius:5px;border:0;background-color:transparent;color:inherit;font-size:20px;font-weight:100}@media (max-width:421px){.navbar__register button{display:none}}.navbar__register button:first-of-type{border:1px solid #fff;margin-right:10px}.alert[data-v-31257592],.navbar__register button:nth-of-type(2){background-color:var(--red)}.alert[data-v-31257592]{position:absolute;width:40%;padding:15px;border-radius:5px;top:40px;left:50%;transform:translateX(-50%);text-align:center;text-transform:capitalize}*,:after,:before{padding:0;margin:0;box-sizing:inherit}:root{--red:#ed1b24;--white:#fff;--green:#77a246}html{scrollbar-color:#000 hsla(0,0%,100%,.164)}body{height:100vh;font-family:Roboto,sans-serif;background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(../img/background.fc9ce1ce.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;color:var(--white);overflow-x:hidden;box-sizing:border-box}@media (min-width:1310px){body{overflow:hidden}}@media (max-width:1310px){body{height:auto}}.app{width:100%;display:grid;grid-template-rows:85px 1fr}.container{max-width:1368px;margin:0 auto;padding:0 5px}.slide-enter-active{-webkit-animation:slideIn .5s ease-in-out forwards;animation:slideIn .5s ease-in-out forwards}.slide-leave-active{-webkit-animation:slideOut .5s ease-in-out forwards;animation:slideOut .5s ease-in-out forwards}@-webkit-keyframes slideIn{0%{top:-50px;opacity:0}to{top:40px;opacity:1}}@keyframes slideIn{0%{top:-50px;opacity:0}to{top:40px;opacity:1}}@-webkit-keyframes slideOut{0%{top:40px;opacity:1}to{top:-50px;opacity:0}}@keyframes slideOut{0%{top:40px;opacity:1}to{top:-50px;opacity:0}}.list-movies__movie__info__btn-select{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;font-family:inherit;text-transform:capitalize;cursor:pointer}.list-movies__movie__info__btn-select:focus{outline:none}.list-movies__head{width:100%;display:flex;justify-content:center;align-items:center;text-transform:capitalize;color:var(--green);margin-top:20px;margin-bottom:15px;font-weight:500}.list-movies__head>*{flex-shrink:0}.list-movies__head h1{font-size:50px;margin-right:5px}@media (max-width:783px){.list-movies__head h1{font-size:30px}}@media (max-width:421px){.list-movies__head h1{font-size:20px}}.list-movies__head div{display:flex;align-self:flex-end;align-items:center}.list-movies__head div svg{height:26px;width:20px;margin-right:5px}@media (max-width:783px){.list-movies__head div svg{height:17px;width:12px}}.list-movies__head div span{display:block;font-size:30px}@media (max-width:783px){.list-movies__head div span{font-size:15px}}@media (max-width:421px){.list-movies__head div span{font-size:18px}}.list-movies__movies{display:flex;flex-flow:row wrap;justify-content:space-between;padding-top:15px;max-height:67vh;overflow-y:auto}.list-movies__movies::-webkit-scrollbar{width:0;height:0}.list-movies__movies::-webkit-scrollbar-track{background-color:#000}.list-movies__movies::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.164);border-radius:0}.list-movies__movie{flex:0 0 calc(50% - 8px);margin-bottom:60px;height:60vh;position:relative}@media (max-width:687px){.list-movies__movie{flex:0 0 100%}}.list-movies__movie:after{content:"";background-image:linear-gradient(180deg,rgba(0,0,0,.5) 30%,#000);top:0;left:0;right:0;bottom:0;position:absolute}.list-movies__movie__img{width:100%;height:inherit;overflow:hidden;border-radius:5px}.list-movies__movie__select{position:absolute;top:-14px;right:0;display:block;z-index:2}.list-movies__movie__select svg{width:28px;height:28px}.list-movies__movie__info{display:flex;align-items:center;justify-content:space-between;position:absolute;bottom:-25px;left:50%;width:95%;height:50px;background-color:rgba(0,0,0,.9);border-radius:200px;border:1px solid hsla(0,0%,100%,.2);transform:translateX(-50%);z-index:2;text-transform:uppercase;color:var(--green);padding:0 5px 0 12px}.list-movies__movie__info__title{font-size:16px;font-weight:500}.list-movies__movie__info__btn-select{background-color:var(--green);height:36px;width:124px;border-radius:200px;border:1px solid hsla(0,0%,100%,.2);font-size:16px;font-weight:500}.action-user{text-transform:capitalize;padding-left:80px}@media (max-width:1360px){.action-user{padding-left:40px}}@media (max-width:1310px){.action-user{padding-left:0;margin-top:25px}}.action-user__head{display:flex;align-items:center;font-weight:400}@media (max-width:1310px){.action-user__head{justify-content:center}}@media (max-width:768px){.action-user__head{flex-direction:column;align-items:flex-start}}.action-user__head div{display:flex;align-items:center}@media (max-width:768px){.action-user__head div{margin-top:15px}}.action-user__head h2{color:var(--green);font-size:29px;margin-right:10px}.action-user__head svg{width:28px;height:28px;margin-right:10px}.action-user__head span{font-size:23px}.action-user__select-box{display:flex;flex-flow:row wrap;margin-top:20px}@media (max-width:1310px){.action-user__select-box{justify-content:center}}.action-user__select-box select{width:inherit;height:inherit;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;background-color:rgba(18,18,18,.1);border-radius:5px;border:1px solid var(--white);color:var(--white);font-size:18px;padding:0 10px;text-transform:uppercase;font-weight:400}.action-user__select-box select:focus{outline:none}.action-user__select-box .custom-select{position:relative;width:288px;height:47px;flex-shrink:0}@media (max-width:768px){.action-user__select-box .custom-select{width:100%}}.action-user__select-box .custom-select:first-of-type{margin-right:20px}@media (max-width:768px){.action-user__select-box .custom-select:first-of-type{margin-right:0;margin-bottom:30px}}.action-user__select-box .custom-select svg{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:block;fill:#fff;width:20px;height:20px}.action-user__select-box .note{font-size:12px;margin-top:5px;color:var(--green)}.screen-cinema{margin-top:25px}.screen-cinema__head{display:flex;justify-content:center;align-items:center}.screen-cinema__head h3{font-size:30px;text-transform:uppercase;color:var(--green);font-weight:500;order:1}.screen-cinema__head svg{order:0;width:21px;height:21px;margin:0 10px}.screen-cinema__explian{display:flex;justify-content:center;margin-top:10px;font-weight:400}.screen-cinema__explian div{display:flex;align-items:center;margin:0 5px}.screen-cinema__explian div svg{width:19px;height:19px}.screen-cinema__explian div span{display:block;margin-left:5px;font-size:13px}.screen-cinema__screen{display:flex;justify-content:center;perspective:1000px}.screen-cinema__screen__shape{position:relative;margin-top:-10px;width:400px;height:100px;background-color:var(--white);transform:rotateX(-60deg)}@media (max-width:437px){.screen-cinema__screen__shape{width:300px}}.screen-cinema__screen__shape:after{content:"";position:absolute;width:inherit;height:inherit;background-color:inherit;top:0;opacity:.8;filter:blur(100px)}.screen-cinema__seats{margin-top:-5px}@media (max-width:500px){.screen-cinema__seats{margin-top:-40px;transform:scale(.8)}}@media (max-width:444px){.screen-cinema__seats{margin-top:-40px;transform:scale(.7)}}.screen-cinema__seats__row{display:flex;justify-content:center;margin-bottom:5px}.screen-cinema__seats__seat{position:relative;margin:0 2px;cursor:pointer}.screen-cinema__seats__seat span{position:absolute;left:50%;bottom:5px;transform:translateX(-50%);color:#000}.screen-cinema__seats svg{width:37px;height:37px}.screen-cinema__seats svg:nth-of-type(2),.screen-cinema__seats svg:nth-of-type(3){position:absolute;top:0;left:0}button[data-v-fc0949e4]{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;font-family:inherit;text-transform:capitalize;cursor:pointer}button[data-v-fc0949e4]:focus{outline:none}button[data-v-fc0949e4]{display:block;width:150px;height:50px;padding:10px 15px;border:0;background-color:var(--green);border-radius:5px;margin:0 auto;font-size:17px;font-weight:400}@media (max-width:1310px){button[data-v-fc0949e4]{width:50%;margin-bottom:10px}}@media (max-width:768px){button[data-v-fc0949e4]{width:100%}}@media (max-width:500px){button[data-v-fc0949e4]{margin-top:-20px}}main{display:grid;grid-template-rows:1fr;grid-template-columns:repeat(2,1fr);overflow:hidden}@media (max-width:1310px){main{grid-template-columns:60vw;justify-content:center}}@media (max-width:1055px){main{grid-template-columns:70vw}}@media (max-width:900px){main{grid-template-columns:80vw}}@media (max-width:770px){main{grid-template-columns:90vw}}@media (max-width:687px){main{grid-template-columns:55vw}}@media (max-width:564px){main{grid-template-columns:70vw}}@media (max-width:445px){main{grid-template-columns:100%}}.image[data-v-7b2f260a]{opacity:0;transition:opacity 1.5s ease-out}img[data-v-7b2f260a]{max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.loader[data-v-6c800962]{width:100%;display:flex;justify-content:center;align-items:center}.loader span[data-v-6c800962]{width:50px;height:50px;border-radius:50%;border:2px solid;border-color:var(--green) var(--green) var(--green) transparent;-webkit-animation:rotateLoader-data-v-6c800962 .6s linear infinite;animation:rotateLoader-data-v-6c800962 .6s linear infinite}@-webkit-keyframes rotateLoader-data-v-6c800962{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes rotateLoader-data-v-6c800962{0%{transform:rotate(0)}to{transform:rotate(1turn)}}