:root{--primary:#61a0ff;--primary-dark:#5e94e7;--primary-light:#ecf4ff;--secondary:#ffc93d;--warning:#fa2929;--grey1:#aaa;--grey2:#ccc;--grey3:#eee;--grey4:#f0f0f0;--priGrad90Deg:linear-gradient(180deg,#94bfff,#61a0ff)}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}input:focus,select:focus{outline-color:#61a0ff;outline-color:var(--primary)}h1{font-size:40px;font-weight:700;margin:0}h2{font-size:24px;font-weight:600;line-height:29px}h3{font-size:16px;font-weight:500;line-height:19px}p{font-size:24px;font-weight:400;line-height:29px}header{padding:15px 20px;border-bottom:1px solid var(--grey3);display:flex;justify-content:space-between;align-items:center}.header__btn{box-sizing:border-box;border:none;background:none;cursor:pointer;transition:all .3s ease;outline:none}@media screen and (max-width:375px){header{padding:20px}h1{font-size:34px}}.logo{display:flex;align-items:center}.logo__text{color:var(--primary-dark);margin:0 0 9px 10px}@media screen and (max-width:375px){.logo__text{font-size:34px;margin:0 0 7px 10px}}.tool-icon--disabled,.tool-icon--shadow-primary,.tool-icon--shadow-warning{border-radius:60px;box-shadow:0 1px 4px rgba(97,160,255,.35);display:inline-block;cursor:pointer;height:55px;transition:all .3s ease-in-out}.tool-icon--shadow-warning{fill:var(--warning)}.tool-icon--shadow-primary{fill:var(--primary)}.tool-icon--disabled{fill:var(--grey3)}.tool-icon--stroke-primary,.tool-icon--stroke-warning{border-radius:60px;border:1px solid var(--grey3);display:inline-block;cursor:pointer;height:50px;transition:all .3s ease-in-out}.tool-icon--stroke-primary{fill:var(--primary)}.tool-icon--stroke-warning{fill:var(--warning)}.tool-icon--shadow-primary:hover,.tool-icon--shadow-warning:hover,.tool-icon--stroke-primary:hover,.tool-icon--stroke-warning:hover{opacity:.5}.form__input-group,.form__input-group--rating{display:grid;grid-gap:24px;grid-template-columns:100px 1fr;align-items:center;margin-bottom:24px}.form__label{font-size:24px;font-weight:600;line-height:29px}.form__select{background-image:url(/static/media/caret.9c479cb4.svg);background-position:right 20px center;background-repeat:no-repeat;outline:none;padding:19px 54px 19px 24px}.form__select--active{color:var(--grey1)}.form__input,.form__submit-btn{padding:19px 24px}::-webkit-input-placeholder{color:var(--grey1)}:-ms-input-placeholder{color:var(--grey1)}::-ms-input-placeholder{color:var(--grey1)}::placeholder{color:var(--grey1)}.form__input,.form__select,.form__submit-btn{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border:1px solid var(--grey2);font-size:24px;font-weight:400;line-height:29px;border-radius:8px;background-color:#fff;min-width:0}.form__submit-btn{width:100%;border-color:var(--primary);box-shadow:0 2px 4px rgba(97,160,255,.5),0 4px 8px rgba(97,160,255,.25);background:var(--priGrad90Deg);color:#fff;font-weight:600;cursor:pointer;transition:.5s ease}.form__submit-btn:hover{box-shadow:none;background-color:var(--primary);opacity:.8}.form__validate-errors{background-color:var(--grey3);color:red;text-align:center;font-size:16px;padding:24px;margin-bottom:24px}@media screen and (max-width:475px){.form__input-group{grid-gap:10px;grid-template-columns:1fr}}@media screen and (max-width:375px){.form__input-group--rating{grid-gap:8px}.form__input,.form__select,.form__submit-btn{font-size:20px}.form__submit-btn{margin-bottom:16px}}.ratings{display:grid;grid-gap:11px;grid-template-columns:repeat(5,25px);align-items:center;justify-self:end}.rating__input-radio{display:none}.rating__star{cursor:pointer;transition:.3s ease-in-out}.rating__star--inactive{fill:var(--grey2)}.rating__star--active{fill:var(--secondary)}@media screen and (max-width:375px){.rating{justify-self:start}}.validate-errors{border:2px solid rgba(255,0,0,.2);color:red;text-align:center;font-size:16px;padding:5px;margin-bottom:24px}.filter--full,.filter--small{border-bottom:1px solid var(--grey3)}.filter__content{padding:40px}.filter__input-group{margin-bottom:24px}.filter__img{display:none}@media screen and (min-width:700px){.filter--full,.filter--small{background:var(--grey4)}.filter--full{padding-top:100px}.filter--full .filter__content{padding:50px 40px;max-width:450px;margin:0 auto 50px;border:5px solid #e4e4e4;border-radius:20px}.filter__content{padding:100px 40px;max-width:450px;margin:auto}.filter__img{margin:80px auto 0;display:block;max-width:885px}}@media screen and (max-width:900px){.filter__img{width:100%}}@media screen and (max-width:375px){.filter__content{padding:20px}}.results__overflow{max-width:700px;overflow:hidden;margin:auto}.result-row__parent{position:relative;width:100%;min-height:130px;border-bottom:1px solid var(--grey3);cursor:pointer;opacity:0;--delay:0;animation:ROW-ANIMATE-IN calc(0.25s*var(--delay)) .7s ease-in-out forwards}@keyframes ROW-ANIMATE-IN{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.result-row__movie-info{padding:33px 40px;background:#fff;display:grid;grid-gap:24px;grid-template-columns:64px 1fr 169px;align-items:center;z-index:2;border-bottom:1px solid var(--grey3);position:relative;top:0;left:0;right:0;transition:all .3s ease-in}.result-row__movie-info:hover{background:var(--primary-light)}.result-row--slide{transform:translateX(-350px);box-shadow:4px 0 10px -2px rgba(0,0,0,.1)}.result-row__plus{display:none;color:var(--primary);font-size:22px;transition:all .3s ease}.result-row__tool-wrapper{background:var(--grey3);height:100%;width:100%;z-index:1;position:absolute;top:0;left:0;right:0;display:flex;align-items:center}.result-row__tool-shift{position:absolute;right:40px}@media screen and (min-width:700px){.result-row,.result-row__parent{max-width:700px;margin:auto}}@media screen and (min-width:601px){.result-row__movie-info:hover>.result-row__rating{opacity:0;transition:all .3s ease}.result-row__movie-info:hover>.result-row__plus{display:block;position:absolute;z-index:3;top:50;right:40px;animation-name:plus;animation-duration:.3s;-webkit-animation-iteration-count:1;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode:forwards}@keyframes plus{0%{right:60px}80%{right:35px}to{right:40px}}}@media screen and (max-width:600px){.result-row__movie-name{max-width:190px}.result-row__parent{min-height:158px}.result-row__movie-info{padding:30px 20px;grid-gap:15px;grid-template-columns:45px 1fr 22px;align-items:center;border-bottom:1px solid var(--grey3)}.result-row__plus{display:block;position:absolute;z-index:3;top:50;right:20px}.result-row__avatar{height:45px;width:45px}.result-row__rating{grid-column:2/2}}@media screen and (max-width:375px){.result-row--slide{transform:translateX(-300px)}}.result-tools{display:grid;grid-template-columns:repeat(3,68px);grid-gap:24px;align-items:center}.result-tools__icon--shadow{border-radius:60px;box-shadow:0 1px 4px rgba(97,160,255,.15);display:inline-block;cursor:pointer;height:60px}@media screen and (min-width:700px){.result-tools{max-width:700px;margin:auto}}@media screen and (max-width:375px){.result-tools{grid-gap:8px}}.avatar{background:var(--primary);color:#fff;text-transform:uppercase;height:64px;width:64px;border-radius:50px;border:1px solid #7aafff;box-sizing:border-box;display:flex;justify-content:center;align-items:center;font-weight:500;box-shadow:0 4px 8px -1px rgba(97,160,255,.2),0 6px 10px rgba(97,160,255,.25),0 2px 0 rgba(97,160,255,.5)}.avatar--lg{font-size:24px}.avatar--sm{font-size:16px}@media screen and (max-width:600px){.avatar{height:45px;width:45px}}.result-row__movie-name{margin:0 0 6px;max-width:270px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-row__category{color:var(--grey1);margin:0}@media screen and (max-width:600px){.result-row__movie-name{max-width:190px}}.result-cards{display:grid;grid-gap:24px;grid-template-columns:repeat(2,minmax(270px,1fr));max-width:700px;margin:40px auto 50px;justify-items:center;padding-bottom:50px}.result-cards__frame{display:grid;justify-content:center;align-items:center;padding:10px 10px 14px;border:1px solid var(--grey4);box-sizing:border-box;border-radius:8px;text-align:center;cursor:pointer;max-width:270px;opacity:0;--delay:0;animation:CARD-ANIMATE-IN calc(0.25s*var(--delay)) .5s ease-in-out forwards}@keyframes CARD-ANIMATE-IN{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.result-cards__poster{border-radius:8px;margin-bottom:15px;max-width:250px;transition:.3s ease-in-out;-o-box-shadow:0 4px 20px rgba(0,0,0,.3);box-shadow:0 4px 20px rgba(0,0,0,.3)}.result-cards__frame:hover .result-cards__poster{-o-box-shadow:0 4px 20px transparent;box-shadow:0 4px 20px transparent;opacity:.8}.result-cards__info{display:grid}.result-cards__info .ratings{justify-self:center}.result-cards__info--show,.result-cards__tools--show{position:static;visibility:visible;opacity:1;transform:translateY(0);transition:.3s ease-in-out}.result-cards__info--hide,.result-cards__tools--hide{position:absolute;bottom:0;left:0;right:0;visibility:hidden;opacity:0;transition:.3s ease-in-out}.result-cards__info--hide{transform:translateY(-10px)}.result-cards__tools--hide{transform:translateY(10px)}.result-cards__info .result-tools{grid-gap:6px;margin:auto}@media screen and (min-width:700px){.result-cards{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));max-width:1400px}.result-cards__frame{margin-bottom:20px}}@media screen and (min-width:601px){.result-cards__info .ratings{justify-self:center}}@media screen and (max-width:600px){.result-cards{display:grid;grid-gap:24px;grid-template-columns:1fr;margin:40px auto 0;justify-items:center}}.modal--show{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;z-index:100;left:0;top:0;background-color:#000;background-color:rgba(0,0,0,.9)}.modal--hide,.modal--show{transition:all .3s ease-out}.modal--hide{display:none}.modal__content{position:relative;background-color:#fff;box-shadow:1px 1px 20px rgba(0,0,0,.3);box-sizing:border-box;padding:20px;border-radius:10px;transition:all .3s ease-out;animation:MODAL-FADE-UP .5s ease-in-out forwards}@keyframes MODAL-FADE-UP{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal__close{position:absolute;top:15px;right:15px;transform:rotate(45deg);font-size:1.3rem;color:var(--grey1);cursor:pointer;transition:color .2s ease}.modal__close:hover{color:var(--primary)}@media screen and (min-width:476px){.modal__content{padding:60px;max-width:600px}}.delete{text-align:center}.delete__text{max-width:280px;margin-bottom:25px}.delete__btn-group{display:grid;grid-gap:15px;grid-template-columns:60% 1fr}.delete__btn{padding:14px 10px;font-weight:600;font-size:20px;border-radius:8px;border-style:none;cursor:pointer;transition:.5s ease}.delete__btn--cancel{border-color:var(--primary);box-shadow:0 2px 4px rgba(97,160,255,.5),0 4px 8px rgba(97,160,255,.25);background:var(--priGrad90Deg);color:#fff}.delete__btn--cancel:hover{box-shadow:none;background-color:var(--primary);opacity:.8}.delete__btn--delete{border:1px solid var(--warning);background:none;color:var(--warning)}.delete__btn--delete:hover{background-color:var(--warning);color:#fff}.result-art{width:100%;margin-top:50px}.result-art__img{margin:0 auto;display:block;width:100%}@media screen and (min-width:700px){.result-art{display:none}}
/*# sourceMappingURL=main.51f3b149.chunk.css.map */